@charset "utf-8";
/* 공통--------------------------------------------------------------------------------------------*/

body {
	background-color: #fff;
	margin:0;
	padding:0;
	font-family: tahoma, arial, "Hiragino Sans GB", 黑体, 宋体, sans-serif;
	font-size: 0.75em;
	/*line-height: 1.2em;*/
	color: #333;
}


/*module02.html ---------------------------------------------------------------------------------------------------*/

.moduleImage04 .moduleImage {
	
}

/* 배너이미지 관련 */
.moduleImage01 {
	position:relative;
	float:left;
	width:250px;
	height:310px;	
}
.moduleImage01 .moduleImage .moduleArea {
	margin-bottom:9px;
	width:220px;
	height:300px;
	border:1px solid #fff;
	background:#fff;
}
.moduleImage01 .moduleImage .moduleArea img {
	max-width:220px;
	max-height:300px;	
}
.moduleImage02 {
	position:relative;
	float:left;
	width:500px;
	height:310px;	
}
.moduleImage02 .moduleImage .moduleArea {
	margin-bottom:9px;
	width:470px;
	height:300px;
	border:1px solid #fff;
	background:#fff;
}
.moduleImage02 .moduleImage .moduleArea img {
	max-width:470px;
	max-height:300px;	
}
.moduleImage03 {
	position:relative;
	float:left;
	width:750px;
	height:310px;	
}
.moduleImage03 .moduleImage .moduleArea {
	margin-bottom:9px;
	width:720px;
	height:300px;
	border:1px solid #fff;
	background:#fff;
}
.moduleImage03 .moduleImage .moduleArea img {
	max-width:750px;
	max-height:300px;	
}
.moduleImage04 {
	position:relative;
	float:left;
	width:1000px;
	height:310px;	
}
.module02image04 .moduleImage .moduleArea {
	margin-bottom:9px;
	width:970px;
	height:300px;
	border:1px solid #fff;
	background:#fff;
}
.moduleImage04 .moduleImage .moduleArea img {
	max-width:970px;
	max-height:300px;	
}
