@charset "utf-8";

/* 
 * 'Noto Sans KR
 */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(./fonts/notoKR/NotoSansKR-Thin.woff2) format('woff2'),
       url(./fonts/notoKR/NotoSansKR-Thin.woff) format('woff'),
       url(./fonts/notoKR/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(./fonts/notoKR/NotoSansKR-Light.woff2) format('woff2'),
       url(./fonts/notoKR/NotoSansKR-Light.woff) format('woff'),
       url(./fonts/notoKR/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(./fonts/notoKR/NotoSansKR-Regular.woff2) format('woff2'),
        url(./fonts/notoKR/NotoSansKR-Regular.woff) format('woff'),
        url(./fonts/notoKR/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(./fonts/notoKR/NotoSansKR-Medium.woff2) format('woff2'),
        url(./fonts/notoKR/NotoSansKR-Medium.woff) format('woff'),
        url(./fonts/notoKR/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(./fonts/notoKR/NotoSansKR-Bold.woff2) format('woff2'),
        url(./fonts/notoKR/NotoSansKR-Bold.woff) format('woff'),
        url(./fonts/notoKR/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(./fonts/notoKR/NotoSansKR-Black.woff2) format('woff2'),
        url(./fonts/notoKR/NotoSansKR-Black.woff) format('woff'),
        url(./fonts/notoKR/NotoSansKR-Black.otf) format('opentype');
 }
 
 
 
 
 
 
 
 @font-face {
    font-family: 'Nanum Gothic';
    src: url('../fonts/NanumGothic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/NanumGothic-Regular.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/NanumGothic-Regular.woff') format('woff'), /* Pretty Modern Browsers */
            url('../fonts/NanumGothic-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: 400
}
@font-face {
    font-family: 'Nanum Gothic';
    src: url('../fonts/NanumGothic-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/NanumGothic-Bold.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/NanumGothic-Bold.woff') format('woff'), /* Pretty Modern Browsers */
            url('../fonts/NanumGothic-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: 700
}
@font-face {
    font-family: 'Nanum Gothic';
    src: url('../fonts/NanumGothic-ExtraBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/NanumGothic-ExtraBold.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/NanumGothic-ExtraBold.woff') format('woff'), /* Pretty Modern Browsers */
            url('../fonts/NanumGothic-ExtraBold.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: 800
}

