@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url("normalize.css");

/*초기화*/
*{margin:0;padding:0}
html{overflow-x:hidden;overflow-y:auto;width:100%;height:100%;}
body{font-size:.74em}
*{font-family: 'Nanum Gothic', sans-serif;font-weight:400;}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	color:#000;
	font-size:0.8em;
	letter-spacing:-0.05em;
	word-spacing:0em;
	word-break: normal;
	word-wrap:break-word;
	line-height:1.5;
	}

p, div, ul, ol, li, dt, dl, dd, header, nav, aside, article, section, footer, figure, address, h1, h2, h3, h4, h5, h6{border:0px;margin:0px;padding:0px;}
/*HTML5*/article, aside, hgroup, header, footer, figure, figcaption, nav, section,time, mark, canvas, video, audio, details, summary{display:block;}

strong{font-weight:700;}
table{border-spacing:0;border-collapse:collapse;}
fieldset,img{border:0;}
ul{list-style:none;}
hr{display:none;}

a         {text-decoration:none;color:#313131;}
a:link    {text-decoration:none;color:#313131;}
a:visited {text-decoration:none;color:#313131;}
a:active  {text-decoration:none;color:#313131;}
a:hover   {text-decoration:none;color:#313131;}