@charset "utf-8";
/* -------- NOTO -------- */
/* -- font-family:"Noto Sans KR";					300 / 400/ 500 / 700 -- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");


/* -------- Address Sans -------- */
/* -- font-family:address-sans-pro, sans-serif;		300 / 400 / 600 / 700 -- */
@import url("https://use.typekit.net/mgg6vrl.css");


/* -------- Gmarket Sans -------- */
/* -- font-family:"Gmarket Sans";					300 / 500 / 700 -- */
@font-face {
	font-family:"Gmarket Sans";
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:	local("Gmarket Sans Bold"),
			local("GmarketSans-Bold"),
			url("http://script.ebay.co.kr/fonts/GmarketSansBold.woff2") format("woff2"),
			url("http://script.ebay.co.kr/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("http://script.ebay.co.kr/fonts/GmarketSansMedium.woff2") format("woff2"),
			url("http://script.ebay.co.kr/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("http://script.ebay.co.kr/fonts/GmarketSansLight.woff2") format("woff2"),
			url("http://script.ebay.co.kr/fonts/GmarketSansLight.woff") format("woff");
}