


.room_visual .owl-nav,
.fac_visual .owl-nav,
.service_visual .owl-nav {
	display: none;
}






.service_view_visual .visual li {
	display: none;
	width: 100%;
	height: 100%;
}
.service_view_visual .visual li div {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.service_view_visual .visual li.active {
	display: block;
}
.service_view_visual .visual_title div {
	display: none;
}
.service_view_visual .visual_title div.active {
	display: block;
}

#comm_view .service_info {
	display: none;
}
#comm_view .service_info.active {
	display: block;
}




/*------tour/map/reser����------*/
.comm_visual .visual div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;	
}








#tour_view {
	text-align: center;
	background-color: #f2f0eb;
}
#tour_view .item {
	position: relative;
}
#tour_view .img {
	width: 100%;
}
#tour_view .title {
	font-size: 36px;
	margin: 2% 0 1% 0;
}
#tour_view .text {
	font-size: 16px;
	color: #555;
	padding-bottom: 6%;
	line-height: 26px;
}
#tour_view .tour_top {
	position: absolute;
	bottom: 14%;
	right: 4%;
	cursor: pointer;
}	




#comm_view2 .refund_info {
	border: 1px solid #727272;
	text-align: center;
	margin: 10px auto;
}
#comm_view2 .refund_info th {
	border-bottom: 1px solid #727272;
	background-color: #F6F6F6;
}
#comm_view2 .refund_info th,
#comm_view2 .refund_info td {
	border-right: 1px solid #727272;
	padding: 14px 36px;
	font-size: 16px;
	color: #666;
}
#comm_view2 .p_reser {
	display: block;	
}
#comm_view2 .m_reser {
	display: none;
	border: none;
	width: 160px;
	height: 35px;
	background-color: #b5a37e;
	border-radius: 10px;
	margin: 0 auto;
}
#comm_view2 .m_reser a {
	display: inline-block;
	color: #fff;
	width: 100%;
}

/* 추가 CSS */
#comm_view2 iframe{
    width: 100%;
}






@media (max-width: 1280px) {
	#tour_view .tour_top {
		display: none;
	}
	#comm_view2 .refund_info th, 
	#comm_view2 .refund_info td {
		font-size: 14px;
		padding: 10px 9px;
	}
}
@media (max-width: 479px) {
	#comm_view2 .refund_info th, 
	#comm_view2 .refund_info td {
		font-size: 12px;
		padding: 5px 5px;
	}
	#comm_view2 .p_reser {
		display: none;	
	}
	#comm_view2 .m_reser {
		display: block;
	}
}