/*
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(/resources/custom/fonts/Noto/NotoSansKR-Regular.eot);
    src: url(/resources/custom/fonts/nanumgothicNotoSansKR-Regular.woff) format('woff'),
    url(/resources/custom/fonts/nanumgothicNotoSansKR-Regular.woff2) format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(/resources/custom/fonts/Noto/NotoSansKR-Medium.eot);
    src: url(/resources/custom/fonts/nanumgothic/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 800;
    src: url(/resources/custom/fonts/Noto/NotoSansKR-Bold.eot);
    src: url(/resources/custom/fonts/nanumgothic/NotoSansKR-Bold.woff) format('woff');
}
*/