@charset "utf-8";
/* font : Noto-KR */
@font-face {
    font-family: 'Noto-KR';
    font-style: normal;
    font-weight: 100;
    src: url(/ext/font/NotoSansKR-Thin.woff2) format('woff2');
}
@font-face {
    font-family: 'Noto-KR';
    font-style: normal;
    font-weight: 200;
    src: url(/ext/font/NotoSansKR-ExtraLight.woff2) format('woff2');
}
@font-face {
    font-family: 'Noto-KR';
    font-style: normal;
    font-weight: 300;
    src: url(/ext/font/NotoSansKR-Light.woff2) format('woff2');
}
@font-face {
    font-family: 'Noto-KR';
    font-style: normal;
    font-weight: 400;
    src: url(/ext/font/NotoSansKR-Regular-Hestia.woff2) format('woff2');
}

@font-face {
    font-family: 'Noto-KR';
    font-style: normal;
    font-weight: 500;
    src:url(/ext/font/NotoSansKR-Medium-Hestia.woff2) format('woff2');
}

@font-face {
    font-family: 'Noto-KR';
    font-style: normal;
    font-weight: 600;
    src:url(/ext/font/NotoSansKR-SemiBold.woff2) format('woff2');
}

@font-face {
    font-family: 'Noto-KR';
    font-style: normal;
    font-weight: 700;
    src:url(/ext/font/NotoSansKR-Bold.woff2) format('woff2');
}
@font-face {
    font-family: 'Noto-KR';
    font-style: normal;
    font-weight: 800;
    src:url(/ext/font/NotoSansKR-ExtraBold.woff2) format('woff2');
}
@font-face {
    font-family: 'Noto-KR';
    font-style: normal;
    font-weight: 900;
    src:url(/ext/font/NotoSansKR-Black.woff2) format('woff2');
}
