@charset "utf-8";

@font-face {
	font-family: 'GmarketSans';
	font-weight: 400;
	font-style: normal;
	src:	local('Gmarket Sans Light'),
			url('GmarketSansLight.otf') format('opentype')
}
@font-face {
	font-family: 'GmarketSans';
	font-weight: 500;
	font-style: normal;
	src:	local('Gmarket Sans Medium'),
			url('GmarketSansMedium.otf') format('opentype')
}
@font-face {
	font-family: 'GmarketSans';
	font-weight: 600;
	font-style: normal;
	src:	local('Gmarket Sans Bold'),
			url('GmarketSansBold.otf') format('opentype')
}

html,body,textarea,blockquote,legend,a,div,span,em,td,th,thead,tbody,form,fieldset,pre,code,input,select,table,h1,h2,h3,h4,h5,h6,ul,ol,li,b,p,button,dl,dt,dd,.btn,.btn-inverse,input[type=text],.xe_contents { font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif !important; }