@import url('/_layouts/default/css/font.css');
@import url('/_layouts/default/css/common.css');

* {
	font-family:"NanumGothic";
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body { 
	font-size:13px;
	margin:0; 
	padding:0; 
	font-family: ;
	width:100%;
	height:auto !important;
}
.pop_title { color:#FFFFFF; font-size:10pt; font-weight:bold; padding-left:10px; }