@charset "utf-8";

@font-face {
     font-family: 'NotoSansKR';
     src: url('../fonts/NotoSansKR-Light.eot');
     src: url('../fonts/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
          url('../fonts/NotoSansKR-Light.woff') format('woff'),
          url('../fonts/NotoSansKR-Light.woff2') format('woff2');
     font-weight:300;
   }

@font-face {
    font-family:'NotoSansKR';
    src: url('../fonts/NotoSansKR-Regular.eot');
    src: url('../fonts/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansKR-Regular.woff') format('woff'),
         url('../fonts/NotoSansKR-Regular.woff2') format('woff2');
    font-weight:400;
  }

@font-face {
     font-family: 'NotoSansKR';
     src: url('../fonts/NotoSansKR-Medium.eot');
     src: url('../fonts/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
          url('../fonts/NotoSansKR-Medium.woff') format('woff'),
          url('../fonts/NotoSansKR-Medium.woff2') format('woff2');
     font-weight:500;
}

@font-face {
     font-family: 'NotoSansKR';
     src: url('../fonts/NotoSansKR-Bold.eot');
     src: url('../fonts/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
          url('../fonts/NotoSansKR-Bold.woff') format('woff'),
          url('../fonts/NotoSansKR-Bold.woff2') format('woff2');
     font-weight:600;
}
