@charset "utf-8";
/*  font CSS */
 
@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
  src: url(/common/fonts/NanumSquareR.eot);
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(/common/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/common/fonts/NanumSquareR.woff2) format('woff2'),
       url(/common/fonts/NanumSquareR.woff) format('woff'),
       url(/common/fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 700;
  src: url(/common/fonts/NanumSquareB.eot);
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url(/common/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/common/fonts/NanumSquareB.woff2) format('woff2'),
       url(/common/fonts/NanumSquareB.woff) format('woff'),
       url(/common/fonts/NanumSquareB.ttf) format('truetype');
}
@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Light'), local('NotoSans-Light'),
    url(/common/fonts/NotoSansKR-Light-Hestia.eot),
    url(/common/fonts/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/common/fonts/NotoSansKR-Light-Hestia.woff) format('woff'),
    url(/common/fonts/NotoSansKR-Light-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
    url(/common/fonts/NotoSansKR-DemiLight-Hestia.eot),
    url(/common/fonts/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/common/fonts/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
    url(/common/fonts/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 600;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(/common/fonts/NotoSansKR-Regular-Hestia.eot),
    url(/common/fonts/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/common/fonts/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(/common/fonts/NotoSansKR-Regular-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 800;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(/common/fonts/NotoSansKR-Medium-Hestia.eot),
    url(/common/fonts/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/common/fonts/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(/common/fonts/NotoSansKR-Medium-Hestia.otf) format('opentype');
}