@charset "utf-8";
/* -------- NOTO Sans KR -------- */
/* -- font-family:"Noto Sans KR", sans-serif;			300 / 400/ 500 / 700 -- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");

/* -------- Spoqa Han Sans Neo -------- */
/* -- font-family:"Spoqa Han Sans Neo", sans-serif;		300 / 400/ 500 / 700 -- */
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

/* -------- bio-sans -------- */
/* -- font-family:bio-sans, sans-serif;					300 / 400 / 600 / 700 / 800 -- */
@import url("https://use.typekit.net/sbm8fyk.css");

/* -------- Gmarket Sans -------- */
/* -- font-family:"Gmarket Sans", sans-serif;			300 / 500 / 700 -- */
@import url("https://cdn.jsdelivr.net/gh/arimoafe/Arimoa@2b9ea35/webFonts/Gmarket_Sans/gmarketSans.css");

/*
@font-face {
	font-family:"Gmarket Sans";
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:	local("Gmarket Sans Bold"),
			local("GmarketSans-Bold"),
			url("/resources/_Font/700/GmarketSansBold.woff2") format("woff2"),
			url("/resources/_Font/700/GmarketSansBold.woff") format("woff"),
			url("/resources/_Font/700/GmarketSansBold.ttf") format("truetype"),
			url("http://script.gmarket.com/fonts/GmarketSansBold.woff2") format("woff2"),
			url("http://script.gmarket.com/fonts/GmarketSansBold.woff") format("woff");
}
@font-face {
	font-family:"Gmarket Sans";
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:	local("Gmarket Sans Medium"),
			local("GmarketSans-Medium"),
			url("/resources/_Font/500/GmarketSansMedium.woff2") format("woff2"),
			url("/resources/_Font/500/GmarketSansMedium.woff") format("woff"),
			url("/resources/_Font/500/GmarketSansMedium.ttf") format("truetype"),
			url("http://script.gmarket.com/fonts/GmarketSansMedium.woff2") format("woff2"),
			url("http://script.gmarket.com/fonts/GmarketSansMedium.woff") format("woff");
}
@font-face {
	font-family:"Gmarket Sans";
	font-style:normal;
	font-weight:300;
	font-display:swap;
	src:	local("Gmarket Sans Light"),
			local("GmarketSans-Light"),
			url("/resources/_Font/300/GmarketSansLight.woff2") format("woff2"),
			url("/resources/_Font/300/GmarketSansLight.woff") format("woff"),
			url("/resources/_Font/300/GmarketSansLight.ttf") format("truetype"),
			url("http://script.gmarket.com/fonts/GmarketSansLight.woff2") format("woff2"),
			url("http://script.gmarket.com/fonts/GmarketSansLight.woff") format("woff");
}
*/