@charset "euc-kr";
@charset "utf-8";

@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css"); 

@import url(http://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
/*
 * 	font-family: 'Spoqa Han Sans'
 */ 
 
 @font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: bold;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('../fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('../fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	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.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

*{margin:0; padding:0;}
body, div, ul, li, dl, dt, dd, ol, p, h1, h2, h3, h4, h5, h6, form, img, span, table, tr, td, select, input, textarea, option{margin:0; padding:0;}
body{font-size:12px; color:#333; font-family: 'Noto Sans KR', sans-serif; -webkit-text-size-adjust:none}
a{outline: 0px;}
a:link{font-size:12px; color:#333; text-decoration:none;}                                       
a:hover{font-size:12px; color:#333; text-decoration:none;}
a:visited{font-size:12px; color:#333;  text-decoration:none;}
caption, legend{font-size:0px; width:0px; height:0px; overflow:hidden; position:absolute; visibility:hidden;}
img{border:0px;}
fieldset,img{border:0; vertical-align:top;}
table{border-collapse:collapse; border-spacing:0; border:0;}
input,textarea,select{font-size:inherit; font-weight:inherit;}
input[type=password]{IME-MODE: disabled;}
ul,ol,dl{list-style:none;}
textarea{overflow:auto;} 
button,label{cursor:pointer;}
h1, h2, h3, h4, h5, h6{font-size:12px;}
hr{clear:both;}
figure {padding:0; margin:0;}
.mo-on{display:block;}
.pc-on{display:none;}
.pc-on2{display:none;}
@media (max-width:720px){
	body{height: auto !important;}
    .mo-on{display:none;}
	.pc-on{display:block;}
	.pc-on2{display:inline-block;}
}