@charset 'utf-8';
@font-face {
    font-family:'Noto Sans SC';
    src: url('font/NotoSansSC-Black.eot');
    src: url('font/NotoSansSC-Black.eot?#iefix') format('embedded-opentype'),
         url('font/NotoSansSC-Black.woff') format('woff'),
         url('font/NotoSansSC-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family:'Noto Sans KR';
    src: url('font/NotoSansSC-Bold.eot');
    src: url('font/NotoSansSC-Bold.eot?#iefix') format('embedded-opentype'),
         url('font/NotoSansSC-Bold.woff') format('woff'),
         url('font/NotoSansSC-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family:'Noto Sans KR';
    src: url('font/NotoSansSC-Medium.eot');
    src: url('font/NotoSansSC-Medium.eot?#iefix') format('embedded-opentype'),
         url('font/NotoSansSC-Medium.woff') format('woff'),
         url('font/NotoSansSC-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family:'Noto Sans KR';
    src: url('font/NotoSansSC-Regular.eot');
    src: url('font/NotoSansSC-Regular.eot?#iefix') format('embedded-opentype'),
         url('font/NotoSansSC-Regular.woff') format('woff'),
         url('font/NotoSansSC-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family:'Noto Sans KR';
    src: url('font/NotoSansSC-Light.eot');
    src: url('font/NotoSansSC-Light.eot?#iefix') format('embedded-opentype'),
         url('font/NotoSansSC-Light.woff') format('woff'),
         url('font/NotoSansSC-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family:'Noto Sans KR';
    src: url('font/NotoSansSC-Thin.eot');
    src: url('font/NotoSansSC-Thin.eot?#iefix') format('embedded-opentype'),
         url('font/NotoSansSC-Thin.woff') format('woff'),
         url('font/NotoSansSC-Thin.ttf') format('truetype');
    font-weight: 100;
}
