@font-face {
    font-family: 'Noto Sans KR'; 
    font-style:normal;
    font-weight: 400;
    src:local(NotoSansKR-Regular);
    src:url(NotoSansKR-Regular.eot);
    src:url(NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
        url(NotoSansKR-Regular.woff2) format('woff2'),
        url(NotoSansKR-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR'; 
    font-style:normal;
    font-weight: 500;
    src:local(NotoSansKR-Medium);
    src:url(NotoSansKR-Medium.eot);
    src:url(NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
        url(NotoSansKR-Medium.woff2) format('woff2'),
        url(NotoSansKR-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR'; 
    font-style:normal;
    font-weight: 700;
    src:local(NotoSansKR-Bold);
    src:url(NotoSansKR-Bold.eot);
    src:url(NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
        url(NotoSansKR-Bold.woff2) format('woff2'),
        url(NotoSansKR-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR'; 
    font-style:normal;
    font-weight: 300;
    src:local(NotoSansKR-Light);
    src:url(NotoSansKR-Light.eot); /* IE 호환성 보기 */
    src:url(NotoSansKR-Light.eot?#iefix) format('embedded-opentype'), /* IE6~8 */
        url(NotoSansKR-Light.woff2) format('woff2'),
        url(NotoSansKR-Light.woff) format('woff');
}