@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------- */
/* font */
@font-face {
  font-family: 'JejuGothic';
  src: url('../fonts/JejuGothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GyeonggiTitleOTF';
  src: url('../fonts/GyeonggiTitleOTF1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

