
[lang='ko'] * {font-family:'Noto Sans', 'sans-serif'; font-size:14px; font-weight:400; color:#707070;}

/* 국문 fonts */
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSansKR-Thin.woff') format('woff'),
    url('../fonts/NotoSansKR-Thin.woff2') format('woff2');
    font-display: fallback;
    font-weight:200;
    unicode-range:U+AC00-D7A3;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSansKR-Light.woff') format('woff'),
         url('../fonts/NotoSansKR-Light.woff2') format('woff2');
    font-display: fallback;
    font-weight:300;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSansKR-Regular.woff') format('woff'),
         url('../fonts/NotoSansKR-Regular.woff2') format('woff2');
    font-display: fallback;
    font-weight:400;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSansKR-Medium.woff') format('woff'),
         url('../fonts/NotoSansKR-Medium.woff2') format('woff2');
    font-display: fallback;
    font-weight:500;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSansKR-Bold.woff') format('woff'),
    url('../fonts/NotoSansKR-Bold.woff2') format('woff2');
    font-display: fallback;
    font-weight:600;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSansKR-Black.woff') format('woff'),
    url('../fonts/NotoSansKR-Black.woff2') format('woff2');
    font-display: fallback;
    font-weight:700;
}