* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	outline:none;
}

body, input, select, textarea, button {
	font-weight: 300;
	font-size: 11pt;
	font-family:'Noto Sans KR',sans-serif,'Malgun Gothic','NanumGothic',Dotum;
	background-color:#FFF;
}
a {text-decoration:none;color:#000;}
label {cursor:pointer;font-weight:normal;}

#header {width:100%;height:60px;background:#FEC200;overflow:hidden;}
#header h1 {cursor:pointer;float:left;width:180px;height:60px;padding:0;margin:0;font:bold 26pt 'Gamja Flower';line-height:60px;color:#FFF;}
#header .loginout {float:right;text-align:right;line-height:60px;}
#header .loginout a {font-weight:400;font-size:10pt;color:#FFF;}
#header .loginout i {font-style:normal;font-size:10px;margin:0 10px;color:#DDD;}

#content {width:100%;padding:0;margin:0;min-height:1300px;}

.wrap {width:960px;margin:0 auto;}