@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	margin:0;
	padding:0;
}

/*기본 레이어*/
.module05_sub {
	position:absolute;
	float:left;
	width:981px;
	height:380px;
}

.module05_sub .moduleArea {
	background:#fff;
}

/*콘텐츠 레이어*/
.module05_sub .moduleArea .lineContents {
	width:981px;
	height:380px;
	margin-top:0px;
}

.module05_sub .moduleArea .lineContents .areaBanner {
	margin:0px;
}
