@charset "utf-8";

/* Noto Sans KR */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url('../font/NotoSansKR/NotoSansKR-Light.woff2') format('woff2'),url('../font/NotoSansKR/NotoSansKR-Light.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../font/NotoSansKR/NotoSansKR-Regular.woff2') format('woff2'),url('../font/NotoSansKR/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('../font/NotoSansKR/NotoSansKR-Medium.woff2') format('woff2'),url('../font/NotoSansKR/NotoSansKR-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('../font/NotoSansKR/NotoSansKR-Bold.woff2') format('woff2'),url('../font/NotoSansKR/NotoSansKR-Bold.woff') format('woff');
}


/* SEBANGGothic */
@font-face {
    font-family: 'SEBANGGothic';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../font/SEBANGGothic/SEBANGGothic.woff2') format('woff2'),url('../font/SEBANGGothic/SEBANGGothic.woff') format('woff');
}
@font-face {
    font-family: 'SEBANGGothic';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../font/SEBANGGothic/SEBANGGothicBold.woff2') format('woff2'),url('../font/SEBANGGothic/SEBANGGothicBold.woff') format('woff');
}