@charset "utf-8";

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);



html, body, input, select, form, ul,dl,dt,dd, li, div, p, h1, h2, h3, h5, h6, p, span, fieldset { border:0; margin:0; padding:0; }
ol { border:0; margin:0;  padding-left:28px;  }
ul, ul>li {list-style:none;}
li img { vertical-align:top;}

/* A태그 */
a{ color:#333; text-decoration:none; }
a:link { color:#333; text-decoration:none; }
a:visited { color:#333; text-decoration:none; }
a:active { color:#333; text-decoration:none; }
a:hover  { color:#333; text-decoration:none; }

html {font-family: 'Noto Sans KR', sans-serif ;font-size:16px; line-height:1.7; color:#333;}

@media all and (max-width:1500px) {
	html {font-size:1vw; }

	 
 }

@media all and (max-width:992px) {
	html {font-size:2.5vw; }

	 
 }




