@charset "UTF-8";


/* 공고딕 */
@font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GongGothicBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 본고딕 */
@font-face{
	font-family: 'NotoKr';
	font-weight: 200;
	src: url("../fonts/NotoSansKR-Light.woff2") format('woff2'),
	url("../fonts/NotoSansKR-Light.woff") format('woff');
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 300;
	src: url("../fonts/NotoSansKR-Light.woff2") format('woff2'),
	url("../fonts/NotoSansKR-Light.woff") format('woff');
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 400;
	src: url("../fonts/NotoSansKR-Regular.woff2") format('woff2'),
	url("../fonts/NotoSansKR-Regular.woff") format('woff');
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 500;
	src: url("../fonts/NotoSansKR-Medium.woff2") format('woff2'),
	url("../fonts/NotoSansKR-Medium.woff") format('woff');
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 600;
	src: url("../fonts/NotoSansKR-Bold.woff2") format('woff2'),
	url("../fonts/NotoSansKR-Bold.woff") format('woff');
}

/* G마켓 */
@font-face{
	font-family: 'Gmarket';
	font-weight: 200;
	src: url("../fonts/GmarketSans-Light.woff2") format('woff2'),
	url("../fonts/GmarketSans-Light.woff") format('woff');
}
@font-face{
	font-family: 'Gmarket';
	font-weight: 300;
	src: url("../fonts/GmarketSans-Light.woff2") format('woff2'),
	url("../fonts/GmarketSans-Light.woff") format('woff');
}
@font-face{
	font-family: 'Gmarket';
	font-weight: 400;
	src: url("../fonts/GmarketSans-Medium.woff2") format('woff2'),
	url("../fonts/GmarketSans-Medium.woff") format('woff');
}
@font-face{
	font-family: 'Gmarket';
	font-weight: 500;
	src: url("../fonts/GmarketSans-Medium.woff2") format('woff2'),
	url("../fonts/GmarketSans-Medium.woff") format('woff');
}
@font-face{
	font-family: 'Gmarket';
	font-weight: 600;
	src: url("../fonts/GmarketSans-Bold.woff2") format('woff2'),
	url("../fonts/GmarketSans-Bold.woff") format('woff');
}

/* 숫자 */
@font-face{
	font-family: 'NotoKr';
	font-weight: 200;
	src: url("../fonts/SpoqaHanSans-Regular.woff2") format('woff2'),
	url("../fonts/SpoqaHanSans-Regular.woff") format('woff');
	unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 300;
	src: url("../fonts/SpoqaHanSans-Regular.woff2") format('woff2'),
	url("../fonts/SpoqaHanSans-Regular.woff") format('woff');
	unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 400;
	src: url("../fonts/SpoqaHanSans-Regular.woff2") format('woff2'),
	url("../fonts/SpoqaHanSans-Regular.woff") format('woff');
	unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 500;
	src: url("../fonts/SpoqaHanSans-Bold.woff2") format('woff2'),
	url("../fonts/SpoqaHanSans-Bold.woff") format('woff');
	unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 600;
	src: url("../fonts/SpoqaHanSans-Bold.woff2") format('woff2'),
	url("../fonts/SpoqaHanSans-Bold.woff") format('woff');
	unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}