@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;
}

.moduleArea {
	height:100%;
	width:100%;
}

/*module04.html ---------------------------------------------------------------------------------------------------*/

.module04oneline {
	position:relative;
	float:left;
	/* position:absolute;
	width:979px;
	height:648px;
	background:#FFF; */
	width:250px;
	height:310px;
}


.module04oneline .module04 {
	/*position:absolute;
	width:979px;
	height:648px;
	padding:0;
	margin:0;
	border:1px solid #cccccc;
	background:#eeeeee;*/
}

/*.module04oneline .moduleTitle {
	width: 100%;
	height: 14px;
	margin: 0 8px;
	padding: 24px 0;
	font-family: Dotum;
	font-size: 28px;
	line-height: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #ff3333;
	white-space: nowrap;
	overflow: hidden;
	top: 32px;
	left: 0px;
}*/

.module04 .moduleArea {
	margin-bottom:9px;
	width:220px;
	height:300px;	
	border:1px solid #cccccc;
	/*margin-top:13px;
	margin-left:18px;*/
	background:#ffffff;
}

.module04 .moduleArea .thumbnail {
	position: absolute;
	width: 220px;
	height: 220px;
}
.module04 .moduleArea .goodsArea {
	position: relative;
	height: 220px;
	width: 220px;
}

.module04 .moduleArea .goodsImage02 {
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 220px;
	top: 0px;
	left: 0px;
}
.module04 .moduleArea .goodsImage02 img {
	max-width:220px;
	max-height:220px;
}
.module04 .moduleArea .goodsImage02 .label {
	position: absolute;
	width: 36px;
	height: 42px;
	top: 0px;
}
.module04 .moduleArea .goodsImage02 .label img {
	width:36px;
	height:42px;
}
.module04 .moduleArea .price {
	position: absolute;
	width: 212px;
	height: 64px;
	margin: 0 16px;
	padding: 6px 0;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -1px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	top: 220px;
	left: -8px;
}
/*.module04 .moduleArea .price .price1 {
	display:block;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#333333;
	line-height:17px;
	white-space:normal;
	height:17px;
	overflow:hidden;
}*/
.module04 .moduleArea .price .price2 {
	padding:2px 2px 2px 2px;
	display:block;
	font-size:12px;
	letter-spacing:-1px;
	color:#333;
	line-height:16px;
	white-space:normal;
	height:32px;
	overflow:hidden;
}
.module04 .moduleArea .price .price3 {
	padding-top:18px;
	display:inline;
	font-size:22px;
	line-height:44px;
	letter-spacing:-1px;
	color:#ea0d54;
	font-weight:bold;
}
.module04 .moduleArea .price .price4 {
	padding-top:18px;
	padding-left:8px;
	display:inline;
	font-size:16px;
	font-weight:bold;
	line-height:44px;
	letter-spacing:-1px;
}
.module04 .moduleArea .price .price5 {
	padding-top:18px;
	padding-left:8px;
	display:inline;
	font-size:12px;
	line-height:44px;
	color:#999;
	letter-spacing:-1px;
	text-decoration:line-through;
}
