@charset "utf-8";
 
/* 공통--------------------------------------------------------------------------------------------*/

body {
	background:#FFF;
}

.moduleArea {
	width:100%;
	height:100%;
}

/*module_sideleft.html ---------------------------------------------------------------------------------------------------*/

.module_sideleft {
	position:absolute;
	top:10px;
	left:0;
	width:90px;
	height:393px;
}

.sideleftArea {
	background:#FFF;
}

.banner01 {
	width:90px;
	height:235px;
}

.banner02 {
	position:relative;
	float:left;
	margin-top:12px;
	width:90px;
	height:146px;
}
