@import url("/fonts/Pretendard-1.3.4/web/static/pretendard.css");
@import url("/fonts/Montserrat/montserrat.css");

@font-face {
	font-family:'GmarketSans'; font-style:normal; font-weight:100;
	src: url('/fonts/GmarketSansLight.woff') format('woff'), url('/fonts/GmarketSansLight.ttf') format('truetype');
}

@font-face {
	font-family:'GmarketSans'; font-style:normal; font-weight:400;
	src: url('/fonts/GmarketSansMedium.woff') format('woff'), url('/fonts/GmarketSansMedium.ttf') format('truetype');
}

@font-face {
	font-family:'GmarketSans'; font-style:normal; font-weight:700;
	src: url('/fonts/GmarketSansBold.woff') format('woff'), url('/fonts/GmarketSansBold.ttf') format('truetype');
}

@font-face {
	font-family:'Gmarket Sans'; font-style:normal; font-weight:700;
	src: url('/fonts/GmarketSansBold.woff') format('woff'), url('/fonts/GmarketSansBold.ttf') format('truetype');
}


@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),	
	url('/fonts/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),	
	url('/fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

*{outline:none;box-sizing: border-box; margin:0; padding:0;font-family: Montserrat, Pretendard,"Malgun Gothic","맑은 고딕","돋움", Dotum, AppleGothic, Sans-serif; }