/* product */
.subContents .content.news {
	padding-bottom: 25px;
	min-height: 644px;
}
.subContents .content.product {padding: 0;}
.largeImg {overflow: hidden;}
.productWrap {
	position: relative;
	float: right;
	width: 50%;
	height: 480px;
}
.productTxt {
	position: absolute;
	top: 0;
	padding: 28px 42px 24px;
	min-height: 147px;
	background: #d12127;
}
.productTxt h3 {
	font-size: 3.4375em;
	color: #fff;
}
.productTxt p {
	padding-top: 12px;
	font-size: .875em; /* 16px/14px */
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	letter-spacing: -.01em;
	line-height: 20px;
}
.productInfo {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.productInfo .infoImg {
	float: left;
	width: 53.16%;
}
.productInfo .infoImg img {margin-left: 5.9%;}
.productInfo .infoImg ol {
	overflow: hidden;
	padding: 16px 0 42px 7%;
}
.productInfo .infoImg ol li {
	float: left;
	margin-left: 2%;
	font-size: .75em; /* 16px/12px */
}
.productInfo .infoImg ol li:first-child {margin-left: 0;}
.productInfo .infoTxt {
	float: right;
	margin-left: 8%;
	width: 38.8333%;
	font-size: .813em; /* 16px/13px */
}
.productInfo .infoTxt ul li {
	padding-left: 10px;
	margin-top: 22px;
	background: url('/kor/images/common/bul_dot.gif') left 4px no-repeat;
	letter-spacing: -.05em;
	color: #515151;
}
.productInfo .infoTxt ul li:first-child {margin-top: 0;}
.productInfo .infoTxt ul li em {
	display: block;
	margin-bottom: 11px;
}
.productWrap .btnArea {
	position: absolute;
	top: 27px;
	right: 25px;
	width: 39px;
	border: 1px solid #fff;
}
.productWrap .btnArea li {
	float: left;
	width: 19px;
	line-height: 19px;
	text-align: center;
}
.productWrap .btnArea li:first-child {border-right: 1px solid #fff;}
.productWrap .btnArea a {
	display: inline-block;
	padding: 5px 0;
	width: 19px;
	color: #fff;
	vertical-align: middle;
}
.gallWrap {
	padding: 22px 0 0;
	background: #EFEFEF;
}
.galleryWrap {
	padding: 36px 26px;
	background: #fff;
}
.galleryWrap h4 {
	margin-bottom: 19px;
	font-size: 1.5625em;
	color: #000;
}
.galListArea:after {content:''; display:block; clear:both;}

.thumb li {
	float: left;
	padding-left: 1.9%;
	width: 210px;
	height: 160px;
}
.thumb li:first-child {padding-left: 0;}
.thumb li a img {width: 100%;}
.largeImg .image {
	overflow: hidden;
	position: relative;
	float: left;
	width: 50%;
	height: 480px;
}
.largeImg .image li:first-child {display: block;}
.largeImg .image li {
	display: none;
	position: absolute;
	top: 0;
}
/* inquiry */
.inquiry .btnArea {padding-bottom: 59px;}