* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline:none;
}
body {background:#FFF;}
body, input, select, textarea {
	font-size: 200;
	font-size: 12px;
	font-family:'Noto Sans KR','Malgun Gothic','NanumGothic',Dotum;
}
label {cursor:pointer;}
a {text-decoration:none;color:#000;}
a:hover {color:#666;}
.wrap {width:1120px;margin:auto;}
#header {}
#content {padding:20px 0 0 0;min-height:500px;}
#footer {}