@charset "utf-8";
/* 숨김 요소 */
/* ----------------------- 베이스 영역  ---------------------- */
#contents {
	padding:0px;
	background: #000;
}
#contentsInner {
	height:594px;
	background: none;
}
#contentsInner ul.productList {
	padding-top:350px;
	margin-left:250px;
}
#contentsInner ul.productList > li{
	float: left;
	width:204px;
	margin-right:10px;	
}
#contentsInner ul.productList > li img {
	border: 1px solid #fff;
}
#contentsInner ul.productList > li:last-child {
	margin-right: 0px;
}
#contentsInner .productBut{
	width:206px;
	margin: 0 auto;
	margin-bottom:20px;
	padding:15px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;	
}
#contentsInner .mainBut{
	background: #000;
}
#contentsInner .mainBut:hover{
	background: #444;
}
#contentsInner p.bigLogo {
	position: absolute;
	top: 100px;
	right: 300px;
	width: 300px;
	height: 97px;
}
#contentsInner p.smallLogo {
	position: absolute;
	bottom: 300px;
	left: 0px;
	width: 200px;
	height: 55px;
}
