@charset "utf-8";

@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


/* 		@font-face {
			 font-family: 'GmarketSans';
			 src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
			 font-weight: 800;
			 font-style: normal;
			} */
* {margin:0; padding:0; font-family:'GmarketSans','Nanum Gothic','나눔고딕',sans-serif;}
input,textarea, select, form, p, div, ul, ol, dl, dt, dd, li, table, tr, th, td, input, h1, h2, h3, h4, h5, h6, caption, fieldset, legend, select, option,body {font-family:'GmarketSans','Nanum Gothic','나눔고딕',sans-serif; font-size:16px; color:#484848}
img{max-width:100%}
br, input[type=text]{font-family:'Malgun Gothic'}

/******************************************************************************************************************************/


@media screen and (min-width:801px){
	.dp_mb{display:none;}
	.pc_block{display:block;}
	}

@media screen and (max-width:800px){
	.dp_pc{display:none;}
	.mb_block{display:block;}
	input,textarea, select, form, p, div, ul, ol, dl, dt, dd, li, table, tr, th, td, input, h1, h2, h3, h4, h5, h6, caption, fieldset, legend, select, option,body {font-size:14px}
}
