@charset "UTF-8";

/* 나눔고딕 */
@font-face {
    font-family: 'Nanum Gothic'; font-style: normal; font-weight: 100;
    src: local('NanumGothicLight'), local('NanumGothicLight'),
    url('../font/NanumGothicLight.ttf') format('truetype'),
}
@font-face {
    font-family: 'Nanum Gothic'; font-style: normal; font-weight: 400;
    src: local('NanumGothic'), local('NanumGothic'),
    url('../font/NanumGothic.ttf') format('truetype'),
}
@font-face {
    font-family: 'Nanum Gothic'; font-style: normal; font-weight: 700;
    src: local('NanumGothicBold'), local('NanumGothicBold'),
    url('../font/NanumGothicBold.ttf') format('truetype'),
}
@font-face {
    font-family: 'Nanum Gothic'; font-style: normal; font-weight: 800;
    src: local('NanumGothicExtraBold'), local('NanumGothicExtraBold'),
    url('../font/NanumGothicExtraBold.ttf') format('truetype'),
}

/* noto sans */
  @font-face {
     font-family: 'Noto Sans Korean'; font-style: normal; font-weight: 100;
     src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
     url('../font/NotoSansKR-Thin-Hestia.eot'),
     url('../font/NotoSansKR-Thin-Hestia.eot?#iefix') format('embedded-opentype'),
     url('../font/NotoSansKR-Thin-Hestia.woff') format('woff'),
     url('../font/NotoSansKR-Thin-Hestia.otf') format('opentype');
 }
 @font-face {
     font-family: 'Noto Sans Korean'; font-style: normal; font-weight: 200;
     src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
     url('../font/NotoSansKR-Light-Hestia.eot'),
     url('../font/NotoSansKR-Light-Hestia.eot?#iefix') format('embedded-opentype'),
     url('../font/NotoSansKR-Light-Hestia.woff') format('woff'),
     url('../font/NotoSansKR-Light-Hestia.otf') format('opentype');
 }
 @font-face {
     font-family: 'Noto Sans Korean'; font-style: normal; font-weight: 300;
     src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
     url('../font/NotoSansKR-DemiLight-Hestia.eot'),
     url('../font/NotoSansKR-DemiLight-Hestia.eot?#iefix') format('embedded-opentype'),
     url('../font/NotoSansKR-DemiLight-Hestia.woff') format('woff'),
     url('../font/NotoSansKR-DemiLight-Hestia.otf') format('opentype');
 }
 
 @font-face {
     font-family: 'Noto Sans Korean'; font-style: normal; font-weight: 400;
     src: local('Noto Sans Regular'), local('NotoSans-Regular'),
     url('../font/NotoSansKR-Regular-Hestia.eot'),
     url('../font/NotoSansKR-Regular-Hestia.eot?#iefix') format('embedded-opentype'),
     url('../font/NotoSansKR-Regular-Hestia.woff') format('woff'),
     url('../font/NotoSansKR-Regular-Hestia.otf') format('opentype');
 }
 
 @font-face {
     font-family: 'Noto Sans Korean'; font-style: normal; font-weight: 500;
     src: local('Noto Sans Medium'), local('NotoSans-Medium'),
     url('../font/NotoSansKR-Medium-Hestia.eot'),
     url('../font/NotoSansKR-Medium-Hestia.eot?#iefix') format('embedded-opentype'),
     url('../font/NotoSansKR-Medium-Hestia.woff') format('woff'),
     url('../font/NotoSansKR-Medium-Hestia.otf') format('opentype');
 }
 
 @font-face {
     font-family: 'Noto Sans Korean'; font-style: normal; font-weight: 700;
     src: local('Noto Sans Bold'), local('NotoSans-Bold'),
     url('../font/NotoSansKR-Bold-Hestia.eot'),
     url('../font/NotoSansKR-Bold-Hestia.eot?#iefix') format('embedded-opentype'),
     url('../font/NotoSansKR-Bold-Hestia.woff') format('woff'),
     url('../font/NotoSansKR-Bold-Hestia.otf') format('opentype');
 }
