@charset "UTF-8";

/* 나눔 */
@font-face{
	font-family: 'NanumG';
	font-weight: 400;
	src: url("../../../common/font/NanumBarunGothic.woff") format('woff');
}
@font-face{
	font-family: 'NanumG';
	font-weight: 600;
 	src: url("../../../common/font/NanumGothicBold.woff2") format('woff2'),
	    url("../../../common/font/NanumGothicBold.woff") format('woff');
}

/* Opensans */
@font-face{
	font-family:'Opensans';
	font-weight: 400;
	src: url("../../../common/font/OpensansR.woff2") format('woff2'),
	url("../../../common/font/OpensansR.woff") format('woff');
}

@font-face{
	font-family:'Opensans';
	font-weight: 600;
	src: url("../../../common/font/OpensansB.woff2") format('woff2'),
		url("../../../common/font/OpensansB.woff") format('woff');
}

/* 지마켓 폰트 GmarketSans */
@font-face{
	font-family:'GmarketSans';
	font-weight:400;
	src:url("/common/font/GmarketSansMedium.eot");
	src:url("/common/font/GmarketSansMedium.eot?#iefix") format('embedded-opentype'),
	url("/common/font/GmarketSansMedium.woff") format('woff');
}
@font-face{
	font-family:'GmarketSans';
	font-weight:600;
	src:url("/common/font/GmarketSansBold.eot");
	src:url("/common/font/GmarketSansBold.eot?#iefix") format('embedded-opentype'),
	url("/common/font/GmarketSansBold.woff") format('woff');
}


