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

.travel {
	position: relative;
	width: 100%; min-height: 660px;
	overflow: hidden;
}
.travel .left {
	position: absolute;
	top: 0; left: 0;
	width: 300px; height: 100%;
	background: url(../images/travel/travel_left.jpg) 0 0 no-repeat;
	background-size: 300px 100%;
}
.travel .right {
	position: absolute;
	top: 0; right: 0;
	width: 300px; height: 100%;
	background: url(../images/travel/travel_right.jpg) 0 0 no-repeat;
	background-size: 300px 100%;
}
.travel_wrap {
	position: relative;
	width: 100%; min-height: 660px;
	max-width: 1320px;
	margin: auto;
	padding: 0 250px;
	background: #fff;
	text-align: center;
}
.travel_wrap h5 {
	margin-bottom: 6px;
	padding-top: 120px;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #927e6b;
	text-transform: uppercase;
	transform: translateY(-50px);
}
.travel_wrap .content {
	margin-top: 35px;
	padding-bottom: 200px;
	font-size: 14px;
	line-height: 22px;
	color: #888;
}
.travel_wrap .content h6 {
	margin-bottom: 20px;
	font-size: 17px;
	color: #444;
}
.travel_wrap .dis {
	position: relative;
	width: 100%; height: 40px;
	margin: 30px auto 0;
	padding-top: 57px;
	font-size: 16px;
	letter-spacing: -0.1em;
	color: #666;
	background: url(./../images/travel/dis.jpg) center top no-repeat;
	text-align: center;
}
.travel_wrap .dis b {
	font-weight: bold;
	color: #333;
}

.travel_wrap .button_wrap {
	position: absolute;
	bottom: 85px; right: 0; left: 0;
	margin: auto;
	text-align: center;
}
.travel_wrap .button_wrap a {
	display: inline-block;
	height: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: background-image 0.3s;
}
.travel_wrap .button_wrap .btn_preview {
	margin-right: 30px;
	width: 78px;
	background-image: url(../images/fac/btn_preview.png);
}
.travel_wrap .button_wrap .btn_preview:hover {
	background-image: url(../images/fac/btn_preview_ov.png);
}
.travel_wrap .button_wrap .btn_reser {
	width: 111px;
	background-image: url(../images/fac/btn_reser.png);
}
.travel_wrap .button_wrap .btn_reser:hover {
	background-image: url(../images/fac/btn_reser_ov.png);
}