html,body,div,h1,a,ul,li,header {	
	padding:0;
	margin:0;
	vertical-align:top
}

html { width:100%; margin:0; padding:0; }
* html * { zoom:1; }
body { width:100%; height:auto; font-family:'Pretendard','Noto Sans KR',Dotum,Helvetica,AppleGothic,Gulim,'Roboto','±¼¸²',Sans-serif; color:#111; -webkit-text-size-adjust:none;   line-height:1.7;   letter-spacing: -0.03em; }
* { 
	font-family:'Pretendard','Noto Sans KR',Dotum,Helvetica,AppleGothic,Gulim,'Roboto','±¼¸²',Sans-serif;
	word-break:keep-all; 
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	box-sizing:border-box; 
}


ul, ol { list-style:none; }
a { text-decoration:none; *line-height:normal; }