/*
* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'nsk';
  font-style: normal;
  font-weight: 100;
  src: url(/eng/font/NotoSansKR-Thin.woff) format('woff'),
       url(/eng/font/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'nsk';
  font-style: normal;
  font-weight: 300;
  src: url(/eng/font/NotoSansKR-Light.woff) format('woff'),
       url(/eng/font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'nsk';
   font-style: normal;
   font-weight: 400;
   src: url(/eng/font/NotoSansKR-Regular.woff) format('woff'),
        url(/eng/font/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'nsk';
   font-style: normal;
   font-weight: 500;
   src: url(/eng/font/NotoSansKR-Medium.woff) format('woff'),
        url(/eng/font/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'nsk';
   font-style: normal;
   font-weight: 700;
   src: url(/eng/font/NotoSansKR-Bold.woff) format('woff'),
        url(/eng/font/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'nsk';
   font-style: normal;
   font-weight: 900;
   src: url(/eng/font/NotoSansKR-Black.woff) format('woff'),
        url(/eng/font/NotoSansKR-Black.otf) format('opentype');
 }