@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 ---------------------------------------------------------------------------------------------------*/
.module02oneline {
	position:relative;
	float:left;
	width:250px;
	height:310px;	
}
.module02oneline .module02 {
	/*position:absolute;
	width:981px;
	height:304px;*/
}

/*.module02 .moduleTitle {
	width: 100%;
	height: 14px;
	margin: 0 8px;
	padding: 24px 0;
	font-size: 28px;
	line-height: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #ff3333;
	white-space: nowrap;
	overflow: hidden;
	top: 32px;
	left: 0px;
}*/

.module02 .moduleArea {
	float:left;
	margin-bottom:9px;
	width:220px;
	height:300px;
	border:1px solid #cccccc;
	background:#fff;
}

.module02 .moduleArea .goodsArea {
	position: relative;
	width:220px;
	height:300px;
}

/*.module02 .moduleArea .goodsname {
	position: absolute;
	width: 175px;
	height: 64px;
	margin: 0 8px;
	padding: 6px 0;
	line-height: 24px;
	letter-spacing: -1px;
	color: #ffffff;
	top: 8px;
	left: 32px;
}

.goodsname .text01 {
	position: relative;
	float:left;
	font-size: 16px;
	margin-bottom: 8px;
}

.goodsname .text02 {
	position: relative;
	float:left;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 4px;
}

.goodsname .text03 {
	position: relative;
	float:left;
	font-size: 18px;
	font-weight: bold;
}

.module02 .moduleArea .goodsImage {
	position: absolute;
	overflow: hidden;
	top: 106px;
	left: 40px;
}*/
.module02 .moduleArea .goodsImage02 {
	position:relative;
	margin-top:5px;
	margin-left:3px;
	width:214px;
	height:214px;
}
.module02 .moduleArea .goodsImage02 img {
	max-width:214px;
	max-height:214px;
}
.module02 .moduleArea .goodsImage02 .label {
	position: absolute;
	width:36px;
	height:42px;
	top:0px;
	left:0px;

}
.module02 .moduleArea .goodsImage02 .label img {
	width:36px;
	height:42px;
}
.module02 .moduleArea .price {
	margin-top:0px;
	margin-left:3px;
	width: 214px;
	height: 64px;
	padding:7px 0;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -1px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
}
.module02 .moduleArea .price .price1 {
	display:block;
	font-size:15px;
	letter-spacing:-1px;
	color:#333333;
	line-height:19px;
	white-space:normal;
	height:36px;
	overflow:hidden;
}
/*.module02 .moduleArea .price .price2 {
	padding-top:3px;
	display:block;
	font-size:14px;
	letter-spacing:-1px;
	color:#e66f05;
	line-height:16px;
	white-space:normal;
	height:16px;
	overflow:hidden;
}*/
.module02 .moduleArea .price .price3 {
	padding-top:10px;
	display:inline;
	font-size:20px;
	line-height:30px;
	letter-spacing:-1px;
	color:#cc0000;
	font-weight:bold;
}
.module02 .moduleArea .price .price4 {
	padding-top:10px;
	padding-left:8px;
	display:inline;
	font-size:12px;
	line-height:30px;
	letter-spacing:-1px;
	color:#999999;
	text-decoration:line-through;
}
/* 배너이미지 관련 */
.module02image {
	position:relative;
	float:left;
	width:250px;
	height:310px;	
}
.module02image .module02 .moduleArea {
	margin-bottom:9px;
	width:220px;
	height:300px;
	border:1px solid #fff;
	background:#fff;
}

.module02image02  {
	position:relative;
	float:left;
	width:500px;
	height:310px;	
}
.module02image02 .module02 .moduleArea {
	margin-bottom:9px;
	width:470px;
	height:300px;
	border:1px solid #fff;
	background:#fff;
}

.module02image03  {
	position:relative;
	float:left;
	width:750px;
	height:310px;	
}
.module02image03 .module02 .moduleArea {
	margin-bottom:9px;
	width:720px;
	height:300px;
	border:1px solid #fff;
	background:#fff;
}

.module02image04  {
	position:relative;
	float:left;
	width:1000px;
	height:310px;	
}
.module02image04 .module02 .moduleArea {
	margin-bottom:9px;
	width:970px;
	height:300px;
	border:1px solid #fff;
	background:#fff;
}

