@charset "utf-8";
/*
=COMMON CSS 
*/

.display_none {
	position:absolute; 
	top:0; left:0;
	height:0%; 
	font-siZe:0%;
	line-height:0%; 
	visibility:hidden;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
}

body {font-family:Arial, Dotum, '돋움'; font-size:15px; line-height:1.3; color:#555555}