@charset "utf-8";
/* CSS Document */

html, body
{
	margin:0; padding:0;
	height:100%;
	vertical-align:baseline;
	font-size:14px; color:#424242; line-height:1.8; letter-spacing:-0.3px;
	font-family:'Noto Sans KR', sans-serif;

}

body { width: 100%; }

/* { max-height: 10000000px; }*/

.hidden { display:none; }
button, .pointer { cursor:pointer; }
.bold { font-weight:bold; }
.mt15 { margin-top:15px; }
.mb15 { margin-bottom:15px; }
.ml20 { margin-left:20px;}
.mr_non { margin-right:0px; }


div.header ul, li, h1, h2

{
	margin:0; padding:0;
	height:100%;
	vertical-align:baseline;
	font-size:14px; color:#424242; line-height:1.8; letter-spacing:-0.3px;
	font-weight:700;

}

a, img { border:none;}
ul, ol, li { padding:0; margin:0; list-style:none;}