




.type_visual2 .room_wrap {
	display: none;
}
.type_visual2 .room_active {
	display: block;
}

.type_visual2 .facilities_wrap {
	display: none;
}
.type_visual2 .facilities_active {
	display: block;
}



#room_img_list .room_images {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#room_img_list .room_images li div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform-origin: 50% 50%;
}
#room_img_list .room_images li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


#facilities .facilities_list {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#facilities .facilities_list li div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform-origin: 50% 50%;
}
#facilities .facilities_list li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}





#room_view {
	position: relative;
}
#room_view .info_wrap {
	background-color: #f7f7f7;
	padding-bottom: 12%;
}
#room_view .info_wrap .img {
	width: 53%;
}
#room_view .info {
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 5.2%;
	right: 8%;
	padding: 4.5% 4.2% 4.5% 2%;
	width: 38.2%;
}
#room_view .info h3 {
	font-size: 50px;
	margin-bottom: 62px;
}
#room_view .info .text {
	font-size: 15px;
	color: #333333;
	line-height: 26px;
}
#room_view .img_detail .img_group1 {
	position: relative;
}
#room_view .img_detail .img_group1 h3 {
	text-align: center;
	margin: 4.6% 0 2%;
}
#room_view .img_detail .img_group2 {
	font-size: 0;
	margin-top: 7%;
}
#room_view .img_detail .img_group2 .container {
	overflow: hidden;
}
#room_view .img_detail .img_group2 .container div {
	float: left;
	margin-right: 3.1%;
	width: 31.2%;
}
#room_view .img_detail .img_group2 .container div .img {
	width: 100%;
}
#room_view .img_detail .img_group2 .container div:nth-child(1) {
	margin-top: 128px;
}
#room_view .img_detail .img_group2 .container div:nth-child(3) {
	margin-top: 77px;
}
#room_view .img_detail .img_group2 .container div:nth-child(3) h3 {
	margin-bottom: 43px;
}
#room_view .img_detail .img_group2 .container .last {
	display: inline-block;
	margin-right: 0;
}
#room_view .img_detail .img_group2 .last img {
/*	padding-top: 20px;*/
}
#room_view .room_wrap {
	display: none;
}
#room_view .room_active {
	display: block;
}
#room_view .callbacks_nav {
	display: none;
}
#room_view .callbacks_tabs {
	position: absolute;
	bottom: 4%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
#room_view .callbacks_tabs li {
	background: url(/img/room/dot_out.png) 0 0 no-repeat;	
	width: 21px;
	height: 21px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
#room_view .callbacks_tabs .callbacks_here {
	background: url(/img/room/dot_over.png) 0 0 no-repeat;
	vertical-align: top;
	padding-right: 12px;
}
#room_view .callbacks_tabs li a {
	color: rgba(0,0,0,0);
}

/* 추가 CSS */

.map-detail{
    width: 100%;
    height: 580px;
}







#facilities_view {
	position: relative;
}
#facilities_view .info_wrap {
	background-color: #f7f7f7;
	padding-bottom: 12%;

}
#facilities_view .info_wrap .img {
	width: 53%;
}	
#facilities_view .info {
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 12.5%;
	right: 8%;
	padding: 4.5% 4.2% 12% 2%;
	width: 37.2%;
}
#facilities_view .info h3 {
	font-size: 50px;
	margin-bottom: 62px;
}
#facilities_view .info .text {
	font-size: 15px;
	color: #333333;
	line-height: 26px;
	height: 91px;
}
#facilities_view .facilities_wrap {
	display: none;
}
#facilities_view .facilities_active {
	display: block;
}






#service_wrap {
	background: url(/img/service/service_bg.jpg) 0 0 no-repeat;
	text-align: center;
	padding-top: 12.1%;
	padding-bottom: 8%;
	background-size: cover; 
}
#service_sub {
	
	
}
#service_sub .service_img {
	font-size: 0;
}
#service_sub .service_wrap {
	display: none;
}
#service_sub .service_wrap img {
	width: 34.5%;
}
#service_sub .service_wrap img:first-child {
	margin-right: 1.5%;
}
#service_sub .title_wrap {
	padding: 2.7% 0 4.5% 0;
	text-align: center;
}
#service_sub .title_wrap li {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	padding: 0 0.5% 10px 0.5%;
	cursor: pointer;
	margin: 0 1%;
}
#service_sub .title_wrap li:hover,
#service_sub .title_wrap li.active {
	border-bottom: 2px solid #fff;
}


#service_sub .service_wrap {
	display: none;
}
#service_sub .service_active {
	display: block;
}




#service_view .service_wrap .txt {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-top: 15px;
}
#service_view .service_wrap {
	display: none;
}
#service_view .service_active {
	display: block;
}







#tour_view .tour_list {
	text-align: center;
	margin-bottom: 5%;
	position: relative;
}
#tour_view .tour_list .img {
	width: 100%;
}
#tour_view .tour_list .title {
	font-size: 36px;
	color: #000;
	margin-top: 1.5%;
	margin-bottom: 1%;
}
#tour_view .tour_list .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
#tour_view .tour_list .tour_top {
	position: absolute;
	bottom: 5%;
	right: 4.8%;
	cursor: pointer;
}






#map_view {
	text-align: center;
}
#map_view h3 {
	font-size: 36px;
	color: #000;
	margin-bottom: 2.5%;
	margin-top: 4%;
}
#map_view .bold {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	text-decoration: underline;
	margin-bottom: 2.5%;
}
#map_view .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
#map_view .map_wrap {
	display: none;
}
#map_view .map_active {
	display: block;
}






#reservation_view {
	text-align: center;
}
#reservation_view h3 {
	font-size: 36px;
	color: #000;
	margin-bottom: 2.5%;
	margin-top: 4%;
}
#reservation_view .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
#reservation_view .reservation_wrap {
	display: none;
}
#reservation_view .reservation_active {
	display: block;
}
#reservation_view .refund_info {
	border: 1px solid #000;
	text-align: center;
	width: 1000px;
	margin: 10px auto;
}
#reservation_view .refund_info th {
	border-bottom: 1px solid #000;
	background-color: #F6F6F6;
}
#reservation_view .refund_info th,
#reservation_view .refund_info td {
	border-right: 1px solid #000;
	padding: 14px 29px;
	font-size: 15px;
	color: #666;
}






@media (max-width: 1480px) {
	#room_view .info h3,
	#facilities_view .info h3 {
		font-size: 40px;
		margin-bottom: 22px;
	}
	#room_view .info .text,
	#facilities_view .info .text {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 1270px) {
	#room_view .info {
		top: 1.2%;
	}
	#service_sub .title_wrap li {
		font-size: 16px;
	}
}



