
.sub_visual .owl-carousel .owl-nav {
	display: none;
}





#comm_view .info {
	text-align: center;
	background-color: #f7f7f7;
	padding-bottom: 6%;
}
#comm_view .tour_info .img {
	width: 100%;
}
#comm_view .info h3 {
	padding: 5% 0 3% 0;
}
#comm_view .info h3:after {
	content: '';
	display: block;
	height: 6px;
	background-color: #70d2ff;
	margin: -25px auto 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
#comm_view .info h3.line:after {
	content: '';
	display: block;
	height: 6px;
	background-color: #70d2ff;
	margin: -25px auto 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.comm_view .info h3:after,
.fac_view .info h3:after,
.service_view .info h3:after {
	width: 0;
}
.comm_view .info h3.line:after {
	width: 23%;
}
.fac_view .info h3.line:after {
	width: 33%;
}
.service_view .info h3.line:after {
	width: 28%;
}
#comm_view .info h4 {
	font-size: 40px;
	font-style: italic;
}
#comm_view .tour_info h4 {
	font-style: normal;
	padding: 1% 0 1% 0;
}
#comm_view .reser_info h4 {
	font-style: normal;
	padding: 3% 0 1% 0;
}
#comm_view .info .title {
	font-size: 18px;
	border-bottom: 1px solid #000;
	display: inline-block;
	margin: 1% 0 2% 0;
}
#comm_view .info .text {
	font-size: 15px;
	color: #333333;
	line-height: 26px;
}
#comm_view .info .text span {
	color: #f00;
}
#comm_view .info .container2 {
	overflow: hidden;
	padding: 0 10.5%;
}
#comm_view .info .reserText {
	text-align: left;
}
#comm_view .info .reserTextLeft {
	float: left;
}
#comm_view .info .reserTextRight {
	float: right;
}
#comm_view .map_info .text {
	text-align: left;
	padding: 0 5%;
}
#comm_view .map_info .text strong {
	font-size: 18px;
}
#comm_view .info .reser {
	display: block;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 5px;
	border: 2px solid #000;
	width: 25%;
	height: 80px;
	line-height: 80px;
	margin: 3% auto 0;
	background-color: #fff;
	transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s;  
	-o-transition: all 0.2s; 
}
#comm_view .info .reser img {
	margin-left: 1%;
}
#comm_view .info .reser:hover {
	background-color: #53b0ff;
	color: #fff;
	border: 2px solid #53b0ff;
}
#comm_view .img_wrap {
	position: relative;
	font-size: 0;
	overflow: hidden;
}
#comm_view .img_wrap .title {
	position: absolute;
	bottom: -1px;
	left: 50%;
	z-index: 5;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
#comm_view .owl-nav {
	display: none;
}
#comm_view .img_wrap .title1 {
	transform: translateX(30%);
}
#comm_view .img_wrap .title2 {
	transform: translateX(0%);
}
#comm_view .img_wrap .title3 {
	transform: translateX(-50%);
}
#comm_view .room_detail {
	margin: 7% 0 11% 0;
}
#comm_view .room_detail:after {
	content: '';
	display: block;
	clear: both;
}
#comm_view .room_detail .left {
	float: left;
	width: 49.4%;
	text-align: right;
}
#comm_view .room_detail .left h3 {
	margin-top: 50px;
}
#comm_view .room_detail .right {
	float: right;
	width: 49.4%;
}
#comm_view .room_detail .left .img,
#comm_view .room_detail .right .img {
	width: 100%;
}
#comm_view .img_wrap .img {
	width: 100%;
}
#comm_view .item {
	display: none;
}
#comm_view .active {
	display: block;
}




.reser_view .p_reser {
	display: block;	
}
.reser_view .m_reser {
	display: none;
	border: none;
	width: 160px;
	height: 35px;
	background-color: rgba(23,103,164,1);
	border-radius: 10px;
	margin: 0 auto;
}
.reser_view .m_reser a {
	color: #fff;
}
.refund_table {
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin: 2% auto 0;
}
.refund_table tr {
	border-top: 1px solid #666;
}
.refund_table td,
.refund_table th {
	padding: 9px 6px; 
	border-right: 1px solid #666;
}






@media (max-width: 1800px) {
	#comm_view .info .container2 {
		overflow: hidden;
		padding: 0 6.5%;
	}
}
@media (max-width: 1600px) {
	#comm_view .info .reserText {
		float: none;
	}

}
@media (max-width: 1280px) {
	#comm_view .info .reser {
		font-size: 26px;
		height: 50px;
		line-height: 50px;
	}
	#comm_view .info .reser img {
		display: none;
	}
	#comm_view .info h4 {
		font-size: 32px;
	}
	#comm_view .info .title {
		font-size: 16px;
	}
	#comm_view .info .text {
		font-size: 14px;
		line-height: 22px;
	}
	.refund_table {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	#comm_view .info .container2 {
		padding: 0 0;
	}
	#comm_view .info h3 {
		display: none;
	}
	#comm_view .info .reser {
		font-size: 15px;
		letter-spacing: 0;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin: 3% 0 0;
		border: 1px solid #000;
	}
	#comm_view .info .text {
		font-size: 12px;
		line-height: 20px;
	}
	#comm_view .info {
		text-align: left;
		padding: 3% 3%;
	}
	#comm_view .map_info .text {
		padding: 0;
	}
	#comm_view .map_info .text strong {
		font-size: 14px;
	}
	#comm_view .tour_info {
		padding: 0 0 3% 0;
	}
	#comm_view .tour_info h4,
	#comm_view .tour_info .text {
		padding: 0 3%;
	}
	#comm_view .info h4 {
		font-size: 20px;
		font-style: normal;
	}
	#comm_view .info .title {
		font-size: 14px;
	}
	#comm_view .img_wrap .title {
		display: none;
	}
	#comm_view .room_detail .left h3 {
		display: none;
	}
	.refund_table td, .refund_table th {
		font-size: 12px;
		padding: 5px 3px;
	}
}
@media (max-width: 479px) {
	#comm_view .info h4 {
		font-size: 16px;
	}
	.refund_table td, .refund_table th {
		padding: 4px 1px;
	}
	.reser_view .p_reser {
		display: none;
	}
	.reser_view .m_reser {
		display: block;
	}
}