/* 숨김 요소 */
legend, #header h2, #slogan h2, #footer h2, #skip {
	position:absolute;
	overflow:hidden;	
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
}
img {
	vertical-align:top;
	line-height:0;
	border:0;
}
label, select, input, textarea {
	vertical-align:middle;
}

html { overflow-y:scroll; }

/* body 스타일 */
body {
	color:#3c3c3c;
	font-size:75%;
	line-height:1.2;
	font-family:'NanumGothic', Calibri, Gulim ;
}

/* 링크 */
a, a:link {
	color:#3c3c3c;
	text-decoration:none;
} 
a:hover {
	color:#e20000;
	text-decoration:none;
}




