@charset "utf-8";

@font-face {
  font-family: 'NotoSansKR';
  src: url('../css/fonts/NotoSansKR-Regular.eot');
  src: url('../css/fonts/NotoSansKR-Regular.woff2') format('woff2'),
  	   url('../css/fonts/NotoSansKR-Regular.woff') format('woff'),
  	   url('../css/fonts/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {font-family: 'NotoSansKR';font-style: normal;font-weight: 100;src: url(../css/fonts/NotoSansKR-Thin.woff2) format('woff2'),url(../css/fonts/NotoSansKR-Thin.woff) format('woff'),url(../css/fonts/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'NotoSansKR';font-style: normal;font-weight: 300;src: url(../css/fonts/NotoSansKR-Light.woff2) format('woff2'),url(../css/fonts/NotoSansKR-Light.woff) format('woff'),url(../css/fonts/NotoSansKR-Light.otf) format('opentype');}
@font-face {
     font-family: 'JNE-Bareun-TTF-Bold';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-1@1.0/JNE-Bareun-TTF-Bold.woff2') format('woff2');
     font-weight: 700;
     font-style: normal;
 }
 @font-face {
     font-family: 'JNE-Ttobak-TTF-Extrabold';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-1@1.0/JNE-Ttobak-TTF-Extrabold.woff2') format('woff2');
     font-weight: normal;
     font-style: normal;
 }
 @font-face {
     font-family: 'LINESeedKR-Bd';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
     font-weight: 700;
     font-style: normal;
 }
/*
@font-face {font-family: 'NotoSansKR';font-style: normal;font-weight: 400;src: url(../css/fonts/NotoSansKR-Regular.woff2) format('woff2'),url(../css/fonts/NotoSansKR-Regular.woff) format('woff'),url(../css/fonts/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'NotoSansKR';font-style: normal;font-weight: 500;src: url(../css/fonts/NotoSansKR-Medium.woff2) format('woff2'),url(../css/fonts/NotoSansKR-Medium.woff) format('woff'),url(../css/fonts/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'NotoSansKR';font-style: normal;font-weight: 700;src: url(../css/fonts/NotoSansKR-Bold.woff2) format('woff2'),url(../css/fonts/NotoSansKR-Bold.woff) format('woff'),url(../css/fonts/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'NotoSansKR';font-style: normal;font-weight: 900;src: url(../css/fonts/NotoSansKR-Black.woff2) format('woff2'),url(../css/fonts/NotoSansKR-Black.woff) format('woff'),url(../css/fonts/NotoSansKR-Black.otf) format('opentype');}
*/

@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(../css/fonts/NanumSquareR.eot);
 src: url(../css/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(../css/fonts/NanumSquareR.woff) format('woff'),
      url(../css/fonts/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(../css/fonts/NanumSquareB.eot);
 src: url(../css/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(../css/fonts/NanumSquareB.woff) format('woff'),
      url(../css/fonts/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(../css/fonts/NanumSquareEB.eot);
 src: url(../css/fonts/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(../css/fonts/NanumSquareEB.woff) format('woff'),
      url(../css/fonts/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url(../css/fonts/NanumSquareL.eot);
 src: url(../css/fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(../css/fonts/NanumSquareL.woff) format('woff'),
      url(../css/fonts/NanumSquareL.ttf) format('truetype');
}

/* FontAwesome */
@font-face {
      font-family: 'FontAwesome';
    src: url(../css/fonts/fontawesome-webfont.eot);
    src: url(../css/fonts/fontawesome-webfont.eot) format('embedded-opentype'),
         url(../css/fonts/fontawesome-webfont.woff2) format('woff2'),
         url(../css/fonts/fontawesome-webfont.woff) format('woff'),
         url(../css/fonts/fontawesome-webfont.ttf) format('truetype'),
         url(../css/fonts/fontawesome-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal;
  }