@charset "utf-8";
/* CSS Document */

html, body
{
	margin:0; padding:0;
	vertical-align:baseline;
	font-size:16px; font-family:'Noto Sans KR', "Nanum Gothic", "dotum", "Malgun Gothic", "맑은 고딕"; color:#424242; line-height:1.8; letter-spacing:-0.8px;
}
* { max-height: 10000000px; }

.hidden { display:none; }
button, .pointer { cursor:pointer; }
.bold { font-weight:bold; }
.mt15 { margin-top:15px; }
.mb15 { margin-bottom:15px; }
.mr_non { margin-right:0px; }