/@charset "UTF-8";
/* font */
@font-face {
    font-family: 'NotoSans';
    font-style: lighter;
    font-weight: 300;
    src: url(/resource/font/notokr-light.eot);
    src: url(/resource/font/notokr-light.eot?#iefix) format('embedded-opentype'),
    url(/resource/font/notokr-light.woff2) format('woff2'),
    url(/resource/font/notokr-light.woff) format('woff'),
    url(/resource/font/notokr-light.ttf) format('truetype');
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: url(/resource/font/notokr-regular.eot);
    src: url(/resource/font/notokr-regular.eot?#iefix) format('embedded-opentype'),
    url(/resource/font/notokr-regular.woff2) format('woff2'),
    url(/resource/font/notokr-regular.woff) format('woff'),
    url(/resource/font/notokr-regular.ttf) format('truetype');
}
@font-face {
    font-family: 'NotoSans';
    font-style: bold;
    font-weight: 700;
    src: url(/resource/font/notokr-medium.eot);
    src: url(/resource/font/notokr-medium.eot?#iefix) format('embedded-opentype'),
    url(/resource/font/notokr-medium.woff2) format('woff2'),
    url(/resource/font/notokr-medium.woff) format('woff'),
    url(./notokr-medium.ttf) format('truetype');
}
@font-face {
    font-family: 'NotoSans';
    font-style: bolder;
    font-weight: 900;
    src: url(/resource/font/notokr-bold.eot);
    src: url(/resource/font/notokr-bold.eot?#iefix) format('embedded-opentype'),
    url(/resource/font/notokr-bold.woff2) format('woff2'),
    url(/resource/font/notokr-bold.woff) format('woff'),
    url(/resource/font/notokr-bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Myeongjo';
  src: url(/resource/font/NanumMyeongjo-Regular.eot);
  src: url(/resource/font/NanumMyeongjo-Regular.eot?#iefix) format('embedded-opentype'),
       url(/resource/font/NanumMyeongjo-Regular.woff2) format('woff2'),
       url(/resource/font/NanumMyeongjo-Regular.woff) format('woff'),
       url(/resource/font/NanumMyeongjo-Regular.ttf) format('truetype');
}
