.serviceList {
	position: relative;
	width: 100%; height: 76px;
	line-height: 76px;
	background: #927e6b;
	text-align: center;
	overflow: hidden;
}
.serviceList a {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	color: #d0c4b8!important;
	transition: color 0.3s;
}
.serviceList a::after {
	content: '·';
	position: absolute;
	top: 0; bottom: 0; right: 0;
	margin: auto;
	color: #d0c4b8!important;
	transition: none;
}
.serviceList a:last-child::after { display: none; }
.serviceList a:hover, .serviceList a.SEL { color: #fff!important; }

.service {
	position: relative;
	width: 100%; height: 500px;
	background: #fff;
	overflow: hidden;
}
.service .left {
	position: absolute;
	top: 0; left: 0;
	width: 200px; height: 500px;
	background: url(../images/service/service_left.jpg) 0 0 no-repeat;
}
.service .right {
	position: absolute;
	top: 0; right: 0;
	width: 200px; height: 500px;
	background: url(../images/service/service_right.jpg) 0 0 no-repeat;
}
.service_wrap {
	position: relative;
	width: 100%; height: 500px;
	text-align: center;
}
.service_wrap h5 {
	margin-bottom: 6px;
	padding-top: 80px;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #927e6b;
	text-transform: uppercase;
	transform: translateY(-50px);
}
.service_wrap .content {
	margin-top: 35px;
	font-size: 14px;
	line-height: 22px;
	color: #888;
}
.service_wrap .content h6 {
	margin-bottom: 20px;
	font-size: 17px;
	color: #444;
}
.service_wrap .button_wrap {
	position: absolute;
	bottom: 85px; right: 0; left: 0;
	margin: auto;
	text-align: center;
}
.service_wrap .button_wrap a {
	display: inline-block;
	height: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: background-image 0.3s;
}
.service_wrap .button_wrap .btn_preview {
	margin-right: 30px;
	width: 78px;
	background-image: url(../images/fac/btn_preview.png);
}
.service_wrap .button_wrap .btn_preview:hover {
	background-image: url(../images/fac/btn_preview_ov.png);
}
.service_wrap .button_wrap .btn_reser {
	width: 111px;
	background-image: url(../images/fac/btn_reser.png);
}
.service_wrap .button_wrap .btn_reser:hover {
	background-image: url(../images/fac/btn_reser_ov.png);
}