@charset "utf-8";

/* 웹폰트 CSS */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('/webfont/notosanskr-thin.woff2') format('woff2'),
       url('/webfont/notosanskr-thin.woff') format('woff'),
       url('/webfont/notosanskr-thin.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('/webfont/notosanskr-light.woff2') format('woff2'),
       url('/webfont/notosanskr-light.woff') format('woff'),
       url('/webfont/notosanskr-light.eot') format('embedded-opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url('/webfont/notosanskr-regular.woff2') format('woff2'),
        url('/webfont/notosanskr-regular.woff') format('woff'),
        url('/webfont/notosanskr-regular.eot') format('embedded-opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url('/webfont/notosanskr-medium.woff2') format('woff2'),
        url('/webfont/notosanskr-medium.woff') format('woff'),
        url('/webfont/notosanskr-medium.eot') format('embedded-opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url('/webfont/notosanskr-bold.woff2') format('woff2'),
        url('/webfont/notosanskr-bold.woff') format('woff'),
        url('/webfont/notosanskr-bold.eot') format('embedded-opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url('/webfont/notosanskr-black.woff2') format('woff2'),
        url('/webfont/notosanskr-black.woff') format('woff'),
        url('/webfont/notosanskr-black.otf') format('opentype');
 }
