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

.fac {
	padding-top: 160px;
	padding-bottom: 120px;
	background: url(../images/fac/fac_bg.jpg) left top no-repeat;
	overflow: hidden;
}
.fac_wrap {
	position: relative;
	width: 100%; height: 100%;
	max-width: 1520px;
	margin: auto;
	text-align: right;
}
.fac_wrap .left_wrap {
	position: absolute;
	top: -40px; left: 0; right: 720px;
	margin: auto;
}
.fac_wrap .left_wrap .loader {
	position: relative;
	height: 450px;
	transform: translate(50px,50px);
	z-index: 2;
}
.fac_wrap .left_wrap .loader_bg {
	position: absolute;
	top: 20px; right: -20px; left: 20px;
	margin: auto;
	height: 450px;
	background: #927e6b;
	z-index: 1;
}
.fac_wrap .left_wrap .btn_reservation {
	position: absolute;
	bottom: -65px; left: 40px;
	z-index: 3;
}
.fac_wrap .right_wrap {
	position: relative;
	display: inline-block;
	width: 1100px; height: 100%;
	min-height: 500px;
	padding-right: 70px;
	padding-left: 470px;
	background: #fff;
	text-align: left;
	vertical-align: top;
}
.fac_wrap .right_wrap .title {
	padding: 60px 0 35px;
}
.fac_wrap .right_wrap .title h5 {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #927e6b;
	text-transform: uppercase;
}
.fac_wrap .right_wrap .title .text_eng {
	margin: 6px 0 0 5px;
}
.fac_wrap .right_wrap .content {
	margin-left: 5px;
	font-size: 14px;
	line-height: 22px;
	color: #888;
}
.fac_wrap .right_wrap .content h6 {
	margin-bottom: 20px;
	font-size: 17px;
	color: #444;
}
.fac_wrap .right_wrap .button_wrap {
	position: absolute;
	left: 475px; bottom: 130px;
}
.fac_wrap .right_wrap .button_wrap a {
	display: inline-block;
	height: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: background-image 0.3s;
}
.fac_wrap .right_wrap .button_wrap .btn_preview {
	margin-right: 30px;
	width: 78px;
	background-image: url(../images/fac/btn_preview.png);
}
.fac_wrap .right_wrap .button_wrap .btn_preview:hover {
	background-image: url(../images/fac/btn_preview_ov.png);
}
.fac_wrap .right_wrap .button_wrap .btn_reser {
	width: 111px;
	background-image: url(../images/fac/btn_reser.png);
}
.fac_wrap .right_wrap .button_wrap .btn_reser:hover {
	background-image: url(../images/fac/btn_reser_ov.png);
}