@charset "utf-8";

@font-face {
	font-family:'GmarketSans';
	font-style:normal;
	font-weight:200;
	src:url(/fonts/GmarketSans/GmarketSansTTFLight.ttf) format('truetype'),
	url(/fonts/GmarketSans/GmarketSansLight.otf) format('opentype')
}
@font-face {
	font-family:'GmarketSans';
	font-style:normal;
	font-weight:500;
	src:url(/fonts/GmarketSans/GmarketSansTTFMedium.ttf) format('truetype'),
	url(/fonts/GmarketSans/GmarketSansMedium.otf) format('opentype')
}
@font-face {
	font-family:'GmarketSans';
	font-style:normal;
	font-weight:700;
	src:url(/fonts/GmarketSans/GmarketSansTTFBold.ttf) format('truetype'),
	url(/fonts/GmarketSans/GmarketSansBold.otf) format('opentype')
}