@charset"utf-8";

/*본고딕*/

@font-face {
    font-family: 'nk-l';
    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: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nk-r';
    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: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nk-b';
    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: normal;
    font-style: normal;
}

