@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------- */
/* font */

/* 학교안심 돋보기 */
@font-face {
  font-family: 'HakgyoansimDotbogi';
  src: url('../fonts/HakgyoansimDotbogi.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* 강원교육새음체 */
@font-face {
  font-family: 'GangwonEduSaeeum';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/GangwonEduSaeeum.woff2') format('woff2'), url('../fonts/GangwonEduSaeeum.woff') format('woff');
}

/* 강원교육모두체 */

@font-face {
  font-family: 'GangwonEduAll';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/GangwonEduAllBold.woff2') format('woff2'), url('../fonts/GangwonEduAllBold.woff') format('woff');
}
/* G마켓 서체 */
@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/GmarketSansLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* 교보손글씨 2023 우선아체 */
@font-face {
  font-family: 'KyoboHandwriting2023wsa';
  src: url('../fonts/KyoboHandwriting2023wsa.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* 야놀자체 */
@font-face {
  font-family: 'YanoljaYache';
  src: url('../fonts/YanoljaYacheR.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'YanoljaYache';
  src: url('../fonts/YanoljaYacheB.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* 123RF */
@font-face {
  font-family: '123RF';
  src: url('../fonts/123RF.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

