@charset"utf-8";

/*본고딕*/

@font-face {
    font-family: 'nk';
    src: url('font/NotoSans-Light.eot');
    src: url('font/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
         url('font/NotoSans-Light.woff2') format('woff2'),
         url('font/NotoSans-Light.woff') format('woff'),
         url('font/NotoSans-Light.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'nk';
    src: url('font/NotoSans-Regular.eot');
    src: url('font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('font/NotoSans-Regular.woff2') format('woff2'),
         url('font/NotoSans-Regular.woff') format('woff'),
         url('font/NotoSans-Regular.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'nk';
    src: url('font/NotoSans-Bold.eot');
    src: url('font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('font/NotoSans-Bold.woff2') format('woff2'),
         url('font/NotoSans-Bold.woff') format('woff'),
         url('font/NotoSans-Bold.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

