/* 숨김 요소 */
legend,  #slogan h2, #footer h2, .news_box h2, .page_info h2, .sns_reply h2, .page_value h2 {
	position:absolute;
	overflow:hidden;	
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
}
html, body {
  height: 100%;
}


/* 링크 */
a, a:link {
	color:#4f4f4f;
	text-decoration:none;
} 
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:underline;
}
a:focus {
	color:#f00;
	text-decoration:underline; 
}
a:active {
	color:#666666;
	text-decoration:underline;
} 
/* 이미지, 폼관련 요소 */
img {
	vertical-align:top;
}
label, select, input, textarea {
	vertical-align:middle;
}
/* -------------------------------------------------- */