@charset "utf-8";

/* -------- Noto Sans -------- */
@font-face {
    font-family:'Noto Sans';
    font-style:normal;
    font-weight:100;
    src: local(※),
    url('../font/NotoSans/NotoSansKR-Thin-Hestia.eot'),
    url('../font/NotoSans/NotoSansKR-Thin-Hestia.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSans/NotoSansKR-Thin-Hestia.woff') format('woff'),
    url('../font/NotoSans/NotoSansKR-Thin-Hestia.otf') format('opentype');
}
@font-face {
    font-family:'Noto Sans';
    font-style:normal;
    font-weight:200;
    src: local(※),
    url('../font/NotoSans/NotoSansKR-Light-Hestia.eot'),
    url('../font/NotoSans/NotoSansKR-Light-Hestia.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSans/NotoSansKR-Light-Hestia.woff') format('woff'),
    url('../font/NotoSans/NotoSansKR-Light-Hestia.otf') format('opentype');
}
@font-face {
    font-family:'Noto Sans';
    font-style:normal;
    font-weight:300;
    src: local(※),
    url('../font/NotoSans/NotoSansKR-DemiLight-Hestia.eot'),
    url('../font/NotoSans/NotoSansKR-DemiLight-Hestia.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSans/NotoSansKR-DemiLight-Hestia.woff') format('woff'),
    url('../font/NotoSans/NotoSansKR-DemiLight-Hestia.otf') format('opentype');
}
@font-face {
    font-family:'Noto Sans';
    font-style: normal;
    font-weight:400;
    src: local(※),
    url('../font/NotoSans/NotoSansKR-Regular-Hestia.eot'),
    url('../font/NotoSans/NotoSansKR-Regular-Hestia.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSans/NotoSansKR-Regular-Hestia.woff') format('woff'),
    url('../font/NotoSans/NotoSansKR-Regular-Hestia.otf') format('opentype');
}
@font-face {
    font-family:'Noto Sans';
    font-style:normal;
    font-weight:500;
    src: local(※),
    url('../font/NotoSans/NotoSansKR-Medium-Hestia.eot'),
    url('../font/NotoSans/NotoSansKR-Medium-Hestia.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSans/NotoSansKR-Medium-Hestia.woff') format('woff'),
    url('../font/NotoSans/NotoSansKR-Medium-Hestia.otf') format('opentype');
}
@font-face {
    font-family:'Noto Sans';
    font-style:normal;
    font-weight:600;
    src: local(※),
    url('../font/NotoSans/NotoSansKR-Bold-Hestia.eot'),
    url('../font/NotoSans/NotoSansKR-Bold-Hestia.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSans/NotoSansKR-Bold-Hestia.woff') format('woff'),
    url('../font/NotoSans/NotoSansKR-Bold-Hestia.otf') format('opentype');
}
@font-face {
    font-family:'Noto Sans';
    font-style:normal;
    font-weight:800;
    src: local(※),
    url('../font/NotoSans/NotoSansKR-Black-Hestia.eot'),
    url('../font/NotoSans/NotoSansKR-Black-Hestia.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSans/NotoSansKR-Black-Hestia.woff') format('woff'),
    url('../font/NotoSans/NotoSansKR-Black-Hestia.otf') format('opentype');
}

/* -------- Nanum Gothic -------- */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 600;
  src: url(../font/Nanumgothic/NanumgothicBold.eot);
  src: url(../font/Nanumgothic/NanumgothicBold.eot?#iefix) format('embedded-opentype'),
       url(../font/Nanumgothic/NanumgothicBold.woff2) format('woff2'),
       url(../font/Nanumgothic/NanumgothicBold.woff) format('woff'),
       url(../font/Nanumgothic/NanumgothicBold.otf) format('opentype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(../font/Nanumgothic/NanumgothicExtraBold.eot);
  src: url(../font/Nanumgothic/NanumgothicExtraBold.eot?#iefix) format('embedded-opentype'),
       url(../font/Nanumgothic/NanumgothicExtraBold.woff2) format('woff2'),
       url(../font/Nanumgothic/NanumgothicExtraBold.woff) format('woff'),
       url(../font/Nanumgothic/NanumgothicExtraBold.otf) format('opentype');
}