#lifestyle_view .contents {
	width: 1200px;
	margin : 120px auto 0px;
	text-align:center;
}

#lifestyle_view .contents.bottomContents {
	margin : 0px auto;
}


#lifestyle_view .contents .subTitle{
	display:inline-block;
	font-size: 30px;
}

#lifestyle_view .contents .related_product {
	margin-top: 0px;
	width: 100%;
	overflow:hidden;
	position:relative;
	height: 350px;
}

#lifestyle_view .contents .related_product .slider_div {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	overflow-y: hidden;
}

#lifestyle_view .contents .related_product .slider_nav {
	position:absolute;
	top: 300px;
	left: 0px;
	text-align: right;
	width: 1180px;
	padding-right: 20px;
}

#lifestyle_view .contents .related_product .slider_nav span {
	overflow:hidden;
	width: 35px;
	height: 35px;
	display:inline-block;
	position:relative;
	margin-right: 5px;
}

#lifestyle_view .contents .related_product .slider_nav span:last-child {
	margin-right: 0px;
}

#lifestyle_view .contents .related_product .slider_nav span .slideControlBtn{
	position:absolute;
	top:0px;
	left:0px;
}

#lifestyle_view .contents .related_product .slider_nav span:hover .slideControlBtn{
	top: -35px;
	cursor:pointer;
}

#lifestyle_view .contents .related_product .rp_item {
	text-align:left;
	width: 216px;
	min-height: 100%;
	float: left;
	margin-left: 20px;
}

#lifestyle_view .contents .related_product .rp_item:hover {
	cursor:pointer;
}


#lifestyle_view .contents .related_product .rp_item img {
	width: 216px;
	height: 216px;
	display:inline-block;
	margin-bottom: 15px;
}

#lifestyle_view .contents .related_product .rp_item .rp_tt {
	display:inline-block;
	margin-bottom: 5px;
}

#lifestyle_view .contents .listBtn_div {
	margin-top: 50px;
	margin-bottom: 150px;
}

#lifestyle_view .contents .listBtn {
	width: 238px;
	height: 48px;
	background-color: #fff;
	color: #63666a;
	border:1px solid #63666a;
}

#lifestyle_view .contents .listBtn:hover {
	
	background-color: #63666a;
	color: #fff;
}