@charset "UTF-8";

/* 지마켓 */

@font-face{
	font-family: 'Gmarket';
	font-weight: 400;
	src: url("../fonts/GmarketSansLight.woff2") format('woff2'),
	url("../fonts/GmarketSansLight.woff") format('woff');
}
@font-face{
	font-family: 'Gmarket';
	font-weight: 600;
	src: url("../fonts/GmarketSansMedium.woff2") format('woff2'),
	url("../fonts/GmarketSansMedium.woff") format('woff');
}
@font-face{
	font-family: 'Gmarket';
	font-weight: 800;
	src: url("../fonts/GmarketSansBold.woff2") format('woff2'),
	url("../fonts/GmarketSansBold.woff") format('woff');
}

/* 김정철고딕 */
@font-face{
	font-family: 'KimjungchulGothic';
	font-weight: 400;
	src: url("../fonts/KimjungchulGothic-Light.woff2") format('woff2'),
	url("../fonts/KimjungchulGothic-Light.woff") format('woff');
}
@font-face{
	font-family: 'KimjungchulGothic';
	font-weight: 600;
	src: url("../fonts/KimjungchulGothic-Regular.woff2") format('woff2'),
	url("../fonts/KimjungchulGothic-Regular.woff") format('woff');
}
@font-face{
	font-family: 'KimjungchulGothic';
	font-weight: 800;
	src: url("../fonts/KimjungchulGothic-Bold.woff2") format('woff2'),
	url("../fonts/KimjungchulGothic-Bold.woff") format('woff');
}

/* S-core */
@font-face{
	font-family: 'SCoreDream';
	font-weight: 400;
	src: url("../fonts/S-CoreDream-3Light.woff2") format('woff2'),
}
@font-face{
	font-family: 'SCoreDream';
	font-weight: 600;
	src: url("../fonts/S-CoreDream-4Regular.woff2") format('woff2'),
}
@font-face{
	font-family: 'SCoreDream';
	font-weight: 800;
	src: url("../fonts/S-CoreDream-6Bold.woff2") format('woff2'),
}
/* nanum myeonjo */
@font-face{
	font-family: 'myeonjo';
	font-weight: 300;
	src: url("../fonts/NanumMyeongjo.woff") format('woff'),
}
@font-face{
	font-family: 'myeonjo';
	font-weight: 600;
	src: url("../fonts/NanumMyeongjoBold.woff") format('woff'),
}
/* kangwon-hyonok */
@font-face{
	font-family: 'kangwon-hyonok';
	font-weight: 400;
	src: url("../fonts/kangwon-hyonok.woff") format('woff'),
}