#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);	
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 10px;
}
#header .gnb_menu {
	display: inline-block;
	width: 73%;
	padding-left: 5%;
	text-align: center;
	vertical-align: middle;
}
#header .gnb_menu>li {
	display: inline-block;
	padding: 0 3%;
	height: 60px;
	line-height: 60px;
	position: relative;
}
#header .gnb_menu>li:hover>.sub_menu {
	opacity: 1;
	visibility: visible;
}
#header .gnb_menu>li>a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#header .gnb_menu>li:hover>a,
#header .gnb_menu .sub_menu>li>a:hover {
	color: #007bd8;
}
#header .gnb_menu .sub_menu {
	position: absolute;
	top: 53px;
	text-align: left;
	background-color: rgba(0,0,0,0.5);
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	padding-left: 20px;
}
#header .gnb_menu .sub1 {
	width: 80px;
}
#header .gnb_menu .sub2 {
	width: 100px;
}
#header .gnb_menu .sub3 {
	width: 135px;
}
#header .gnb_menu .sub4 {
	width: 130px;
}
#header .gnb_menu .sub5 {
	width: 100px;
}
#header .gnb_menu .sub6 {
	width: 155px;
}
#header .gnb_menu .sub7 {
	width: 130px;
}
#header .gnb_menu .sub8 {
	width: 100px;
}
#header .gnb_menu .sub_menu li:first-child {
	padding-top: 10px;
}
#header .gnb_menu .sub_menu li:last-child {
	padding-bottom: 10px;
}
#header .gnb_menu .sub_menu {
	visibility: collapse;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#header .gnb_menu .sub_menu>li {
	line-height: 26px;
}
#header .gnb_menu .sub_menu>li>a {
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}




#header .quick_menu {
	text-align: center;
	height: 70px;
	line-height: 70px;
	float: right;
}
#header .quick_menu h2 {
	display: none;
	padding: 3px 9px;
	height: 64px;
}
#header .quick_menu h2 img {
	width: 45px;
}
#header .quick_menu .right {
	float: right;
}
#header .quick_menu .reser,
#header .quick_menu .blog {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	background-color: rgba(0,0,0,0.35);
	width: 115px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	float: left;
}
#header .quick_menu .blog {
	width: 90px;
	line-height: normal;
	padding: 16px 0;
}

#header .quick_menu .reser:hover,
#header .quick_menu .blog:hover {
	background-color: rgba(0,0,0,0.8);
}
#header .quick_menu .menu {
	display: inline-block;
	cursor: pointer;
	width: 78px;
	background-color: rgba(0,0,0,0.2);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#header .quick_menu .menu .line {
	display: inline-block;  
	width: 50px;
	height: 2px;
	background-color: #fff;  
}
#header .quick_menu .menu:hover {
	background-color: rgba(0,0,0,0.7);
}



#header .whole_menu_wrap {
	position: fixed;
	top: 0;
	right: -100%;
	background-color: #fff;
	width: 70%;
	height: 100%;
	overflow: auto;
	background-position: center;
	background-size: cover;
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
}
#header .whole_menu_wrap .container {
	padding: 18% 3% 0;
}
#header .whole_menu_wrap h2 {
	margin-bottom: 4%;
	display: inline-block;
}
#header .whole_menu_wrap .close {
	position: absolute;
	cursor: pointer;
	top: 23.5%;
	right: 3%;
}
#header .whole_gnb_menu {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 7% 0;
}
#header .whole_gnb_menu>li {
	display: inline-block;
	text-align: left;
	vertical-align: text-top;
	margin-right: 4%;
}
#header .whole_gnb_menu>li:last-child {
	margin-right: 0;
}
#header .whole_gnb_menu>li>a {
	display: inline-block;
	font-size: 17px;
	color: #333;
	margin-bottom: 30px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	font-weight: bold;	
}
#header .whole_gnb_menu .sub_menu>li>a {
	font-size: 15px;
	color: #333333;
	line-height: 34px;
	font-weight: lighter;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#header .whole_gnb_menu>li:hover>a,
#header .whole_gnb_menu .sub_menu>li>a:hover {
	color: #007bd8;
}




#dot_wrap {
	position: fixed;
	top: 35%;
	right: 40px;
	z-index: 200;
	text-align: right;
}
#dot_wrap .dot li {
	margin-bottom: 18px;
	position: relative;
	text-align: center;
	cursor: pointer;
}
#dot_wrap .dot li.active .shape,
#dot_wrap .dot li:hover .shape {
/*	background-color: rgba(255,255,255,1);	*/
}
#dot_wrap .dot li .shape {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: rgba(255,255,255,0.6);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#dot_wrap .dot li.active .text,
#dot_wrap .dot li:hover .text {
	background-color: rgba(255,255,255,0.8);
	opacity: 1;
}
#dot_wrap .dot li .text {
	position: absolute;
	top: 3px;
	left: -51px;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 5px;
	text-align: right;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	opacity: 0;
}
#dot_wrap .dot li:nth-child(3) .text,
#dot_wrap .dot li:nth-child(5) .text {
	left: -63px;
}
#dot_wrap .dot li:nth-child(6) .text {
	left: -71px;
}
#dot_wrap .dot li:nth-child(7) .text {
	left: -55px;
}
#dot_wrap .dot li .text:after {
	content: url(/img/dot_arrow.png);
	position: absolute;
	top: 3px;
	right: -3px;
}
#dot_wrap .dot li .text.change:after {
	content: url(/img/dot_arrow_b.png);
}











#top_visual {
	position: relative;
}
#top_visual .owl-carousel li {
	width: 100%;
	height: 100%;
/*	transition: all 2.5s;*/
}
#top_visual .owl-carousel .owl-item.active li {
/*	height: 100%;*/
}
#top_visual .owl-carousel li div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
#top_visual .slide_shadow span {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	z-index: 7;
	transition: width 0.3s;
	width: 0;
}
#top_visual .slide_shadow span.active {
	width: 20%;
}
#top_visual .slide_shadow span:nth-child(2) {
	left: 20%;
	transition-delay: 0.1s;
}
#top_visual .slide_shadow span:nth-child(3) {
	left: 40%;
	transition-delay: 0.2s;
}
#top_visual .slide_shadow span:nth-child(4) {
	left: 60%;
	transition-delay: 0.3s;
}

#top_visual .slide_shadow span:nth-child(5) {
	left: 80%;
	transition-delay: 0.4s;
}
#top_visual .title_wrap {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index: 15;
	text-align: center;
}
#top_visual .title_type1 .title2 {
	display: none;
}
#top_visual .title_type1 {
	top: 50%;
	width: 100%;
}
.comm_visual .tit_ani span {
	display: inline-block;
	transition: all 2s;
	-webkit-transition: all 2s;
	opacity: 0;
	margin-left: -3px;
}
.comm_visual .tit_ani span img {
	width: 100%;
}
.main_visual .tit_ani span:nth-child(7),
.main_visual .tit_ani span:nth-child(10){
	margin-right: 20px;
}
.comm_visual .tit_ani span:nth-child(1),
.comm_visual .tit_ani span:nth-child(8),
.comm_visual .tit_ani span:nth-child(12),
.comm_visual .tit_ani span:nth-child(15) {
	transform: translate(15px,15px) scale(1.6);
}
.comm_visual .tit_ani span:nth-child(3),
.comm_visual .tit_ani span:nth-child(9),
.comm_visual .tit_ani span:nth-child(13),
.comm_visual .tit_ani span:nth-child(16) {
	transform: translate(10px,-10px);
}
.comm_visual .tit_ani span:nth-child(4),
.comm_visual .tit_ani span:nth-child(7),
.comm_visual .tit_ani span:nth-child(10),
.comm_visual .tit_ani span:nth-child(14),
.comm_visual .tit_ani span:nth-child(18) {
	transform: translate(10px,10px);
}
.comm_visual .tit_ani span:nth-child(2),
.comm_visual .tit_ani span:nth-child(5),
.comm_visual .tit_ani span:nth-child(11),
.comm_visual .tit_ani span:nth-child(17) {
	transform: translate(-10px,-10px);
}
.main_visual .tit_ani span:nth-child(7).active,
.main_visual .tit_ani span:nth-child(14).active {
	transform: translate(0,30px);
}
.comm_visual .tit_ani span.active {
	transform: translate(0,0) scale(1);
	opacity: 1;
}


.day_visual .tit_ani span:nth-child(3) {
	margin-right: 20px;
}
.day_visual .tit_ani span:nth-child(3).active {
	transform: translate(0,30px);
}

.night_visual .tit_ani span:nth-child(5) {
	margin-right: 20px;
}
.night_visual .tit_ani span:nth-child(3).active {
	transform: translate(0,30px);
}
















#top_visual .title_type2 {
	top: 80%;
}
#top_visual .title_type2:before {
	content: url(/img/line_left.png);
	position: absolute;
	left: -15%;
	top: 0;
}
#top_visual .title_type2:after {
	content: url(/img/line_right.png);
	position: absolute;
	right: -15%;
	top: 0;
}
#top_visual .title_type2 .title1 {
	font-size: 54px;
	color: #fff;
}
#top_visual .title_type2 .title1 img {
	width: 18.2%;
}
#top_visual .title_type2 .title2 {
	font-size: 22px;
	color: #fff;
}
#top_visual .title_wrap .title {
/*	transform: translate(0,30px);*/
/*	-webkit-transform: translate(0,30px);*/
/*	-ms-transform: translate(0,30px);*/
/*	opacity: 0;*/
	transition: all 1s;
	-webkit-transition: all 1s;
}
#top_visual .title_wrap .title1 {
	margin-bottom: 0.5%;
}
#top_visual .title_wrap .title1 img {
	width: 18%;
}
.paging {
	position: absolute;
	bottom: 4.5%;
	right: 105px;
	z-index: 10;
}
.paging span {
	font-size: 14px;
	color: #fff;
}





#comm_info {
	padding: 0 1.5% 0;
	font-size: 0;
	position: relative;
	background-attachment: fixed;
}
#comm_info h3,
#comm_info .text {
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
#comm_info h3.active,
#comm_info .text.active {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity: 1;
}
#comm_info h3 {
	padding: 9% 0 0;
}
#comm_info .text {
	font-size: 20px;
	color: #fff;
	margin: 0.5% 0 1%;
	transition-delay: 0.2s;
}
#comm_info .content {
	background-color: #fff;
}
#comm_info .content .img {
	width: 50%;
}
#comm_info .content .info_wrap {
	width: 47%;
	display: inline-block;
	vertical-align: top;
}
#comm_info .content .info {
	background-color: #f6f7f7;
	padding: 4% 0 0 5%;
	width: 101%;
	height: 440px;
}
#comm_info .content .info_text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 2%;
}
#comm_info .leaf img {
	position: absolute;
}
#comm_info .leaf .leaf1 {
	opacity: 1;
	bottom: 0;
	right: 0;
	transition: all 1.5s;
}
#comm_info .leaf .leaf2 {
	bottom: 40%;
	right: 2%;
	opacity: 0;
	animation: leaf 5s ease 0s infinite normal;
}
#comm_info .leaf .leaf3 {
	bottom: 50%;
	right: 8%;
	opacity: 0;
	animation: leaf2 5s ease 1s infinite normal;
}
#comm_info .leaf .leaf4 {
	bottom: 30%;
	right: 10%;
	opacity: 0;
	animation: leaf3 5s ease 0.5s infinite normal;
}
@keyframes leaf {
	20%{
		-webkit-transform:rotate(-20deg);transform:rotate(-20deg);
		opacity: 1; 
		right: 2%; bottom: 40%;
	}
	60%{
		-webkit-transform:rotate(20deg);transform:rotate(20deg);
		opacity: 1; 
		right: 5%; bottom: 35%;
	}
	100%{
		-webkit-transform:rotate(0deg);transform:rotate(0deg);
		opacity: 0; 
		right: 0; bottom: 32%;
	}
}
@keyframes leaf2 {
	20%{
		-webkit-transform:rotate(-20deg);transform:rotate(-20deg);
		opacity: 1; 
		right: 5%; bottom: 45%;
	}
	60%{
		-webkit-transform:rotate(20deg);transform:rotate(20deg);
		opacity: 1; 
		right: 8%; bottom: 40%;
	}
	100%{
		-webkit-transform:rotate(0deg);transform:rotate(0deg);
		opacity: 0; 
		right: 2%; bottom: 35%;
	}
}
@keyframes leaf3 {
	20%{
		-webkit-transform:rotate(-20deg);transform:rotate(-20deg);
		opacity: 1; 
		right: 15%; bottom: 25%;
	}
	60%{
		-webkit-transform:rotate(20deg);transform:rotate(20deg);
		opacity: 1; 
		right: 10%; bottom: 20%;
	}
	100%{
		-webkit-transform:rotate(0deg);transform:rotate(0deg);
		opacity: 0; 
		right: 15%; bottom: 15%;
	}
}


.type1_info .content .title {
	font-size: 36px;
	color: #222222;
}
.room_info {
	background: url(/img/room/room_info_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
}
.room_info h3 img {
	width: 23.05%;
}
.room_info .content {
	padding-bottom: 3.5%;
}
.room_info .content .title {
	font-size: 20px;
	color: #2182cc;
	font-weight: bold;
	border-bottom: 1px solid #2182cc;
	display: inline-block;
	margin-bottom: 1%;
}
.room_info .reser {
	display: inline-block;
	margin: 2% 0 0 5%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.room_info .reser:hover {
	margin: 3% 0 0 6%;
}
.fac_info {
	background: url(/img/facilities/fac_info_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
}
.fac_info h3 img {
	width: 28.5%;	
}
.fac_info .content {
	padding-bottom: 3.5%;
}
.scuba_info {
	background: url(/img/scuba/scuba_info_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
}
.scuba_info h3 img {
	width: 22.9%;	
}
.service_info {
	background: url(/img/service/service_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
}
.service_info h3 img {
	width: 31%;
}





.content .item {
	display: none;
}
.content .item.active {
	display: block;
}


.tab_menu {
	text-align: center;
	background-color: #fff;
	font-size: 0;
}
.tab_menu li {
	display: inline-block;
	padding: 22px 3%;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.tab_menu li.active,
.tab_menu li:hover {
	background-color: #2182cc;
	color: #fff;
}






#comm_content {
	padding: 0 1.5% 5%;
}
#comm_content h3 {
	padding-top: 13%;
}
#comm_content .text {
	color: #fff;
	font-size: 20px;
	margin-bottom: 1.5%;
}
#comm_content .tab_menu {
	background-color: #f6f7f7;
}
#comm_content .content {
	background-color: #fff;
}
#comm_content .content .title {
	font-size: 36px;
	color: #222222;
	padding: 2.5% 0 1% 0;
}
#comm_content .content .info_text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 10%;
}
#comm_content .content .info_text2 {
	padding-bottom: 3%;
}
.map_content .content, 
.tour_content .content  {
/*	text-align: center;*/
}
.map_content .content .title {
	text-align: center;
}
.map_content {
	background: url(/img/map/map_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: top center;
}
.map_content h3 img {
	width: 27.2%;
}
.tour_content {
	background: url(/img/tour/tour_bg1.jpg) 0 0 no-repeat, url(/img/tour/tour_bg2.jpg) 0 0 repeat-y;
	background-size: contain;
	background-position: top center, bottom center;
}
.tour_content h3 img {
	width: 42.35%;
}
.tour_content .tour_view {
	background-color: #fff;
	text-align: center;
}
.tour_content .tour_view .title {
	font-size: 36px;
	color: #222;
	padding: 1% 20% 0.5%;
	text-align: left;
}
.tour_content .tour_view .tour_text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 3%;	
	text-align: left;
}
.tour_content .img {
	width: 100%;
}
.reser_content {
	background: url(/img/reservation/reser_bg1.jpg) 0 0 no-repeat, url(/img/reservation/reser_bg3.jpg) 0 0 repeat-y;
	background-size: contain;
	background-position: top center, bottom center;
}
.reser_content .content  {
/*	text-align: left;*/
}
.reser_content .content .item1 {
	padding-bottom: 5%;
}
.reser_content h3 img {
	width: 38.3%;
}
.reser_content .p_reser {
	display: block;	
}
.reser_content .m_reser {
	display: none;
	border: none;
	width: 160px;
	height: 35px;
	background-color: rgb(90, 172, 141);
	border-radius: 10px;
	margin: 0 auto;

}
.reser_content .m_reser a {
	display: inline-block;
	color: #fff;
	width: 100%;
}
.reser_content .refund_table {
	font-size: 14.5px;
	color: #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin-top: 2%;
}
.reser_content .refund_table tr {
	border-top: 1px solid #666;
}
.reser_content .refund_table td,
.reser_content .refund_table th {
	padding: 9px 6px; 
	border-right: 1px solid #666;
}









#footer {
	text-align: center;
	position: relative;
}
#footer .bg {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#footer h2 {
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
#footer h2 img {
	width: 100%;
}
#footer .info .number {
	font-size: 34px;
	color: #333333;
	margin-top: 3%;
}
#footer .info .text {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin-top: 1.3%;
}
#footer .info .text .m_line {
	display: none;
}
#footer .info .top {
	position: absolute;
	bottom: 12%;
	right: 4%;
	cursor: pointer;
}



@media (max-width: 1900px) {
	#header .gnb_menu {
		width: 65%;
	}
	#header .gnb_menu>li {
		padding: 0 2.8%;
	}
}
@media (max-width: 1600px) {
	#header .gnb_menu>li {
		padding: 0 1.5%;
	}
	#header .whole_menu_wrap {
		width: 85%;
	}
	#header .whole_gnb_menu {
		padding: 7% 0;
	}
	#header .whole_gnb_menu>li {
		margin-right: 4%;
	}

	#top_visual .title_type2 .title1 {
		font-size: 40px;
	}
	#top_visual .title_type2 .title2,
	#comm_info .text,
	.room_info .content .title, #comm_content .text {
		font-size: 18px;
	}
	#comm_info .content .info_text {
		font-size: 14px;
	}
}
@media (max-width: 1280px) {
	#header {
		background-color: #007bd8;
		border: none;
	}
	#header h1 {
		display: none;
		
	}
	#header h1 img {
		width: 140px;
	}
	#header .gnb_menu {
		display: none;
		width: 100%;
	}
	#header .quick_menu {
		float: none;
	}
	#header .quick_menu h2 {
		display: block;
		float: left;
	}
	#header .quick_menu .blog {
		font-size: 12px;
	}
	#header .quick_menu .reser {
		font-size: 12px;
		font-weight: normal;
		background-color: rgb(17, 87, 144);
	}
	#header .quick_menu .menu {
		background-color: rgb(6, 43, 74);
	}
	#header .whole_gnb_menu>li {
		display: block;
		margin: 0 0 3% 0;
	}
	#header .whole_gnb_menu>li>a {
		margin-bottom: 0;
	}
	#header .whole_menu_wrap .container {
		padding: 10% 3% 0;
	}
	#header .whole_gnb_menu .sub_menu>li {
		display: inline-block;	
	}
	#header .whole_menu_wrap .close {
		top: 2%;
	}
	#top_visual .tit_ani span {
		margin-left: -11px;
	}
	#top_visual .tit_ani span img {
		width: 80%;
	}
	#top_visual .title_type2 .title1 {
		font-size: 34px;
	}
	#top_visual .title_type2 .title2,
	#comm_info .text,
	.room_info .content .title, #comm_content .text {
		font-size: 16px;
	}
	#comm_info .content .info {
		height: 300px;
	}
	#comm_info .content .info_text {
		font-size: 12px;
		line-height: 21px;
	}
	.type1_info .content .title {
		font-size: 22px;
	}
	.tab_menu li {
		padding: 16px 2%;
		font-size: 14px;
	}
	#comm_content .content .title,
	.tour_content .tour_view .title {
		font-size: 26px;
	}
	#comm_content .content .info_text,
	.tour_content .tour_view .tour_text {
		font-size: 14px;
	}
	.tour_content .tour_view .title {
		padding: 1% 4% 0.5%;
	}
	#footer .info .number {
		font-size: 26px;
	}
	#footer .info .text {
		font-size: 14px;
		line-height: 23px;
	}
}
@media (max-width: 768px) {
	#top_visual {
		padding-top: 60px;
	}
	#top_visual .title_type2:before,
	#top_visual .title_type2:after {
		display: none;
	}
	#top_visual .title_type2 .title1 {
		font-size: 26px;
	}
	#top_visual .title_wrap {
		width: 100%;
	}
	#top_visual .title_type1 {
		top: 58%;
	}
	#top_visual .title_wrap .title1 {
		margin-bottom: 0;
	}
	#top_visual .title_wrap .title1 img {
		width: 150px;
	}
	#top_visual .title_type1 .title2 {
		display: block;
	}
	.main_visual .title_type1 .title2 img {
		width: 300px;
	}	
	.day_visual .title_type1 .title2 img {
		width: 180px;
	}
	.night_visual .title_type1 .title2 img {
		width: 200px;
	}
	#dot_wrap {
		display: none;
	}
	#top_visual .tit_ani {
		display: none;
	}
	#top_visual .title_type2 .title2, 
	#comm_info .text, 
	.room_info .content .title, #comm_content .text {
		font-size: 14px;
	}
	#comm_info {
		padding: 9% 1.5% 5%;
		background-attachment: scroll;
	}
	#comm_info .content .img {
		width: 100%;
	}
	#comm_info h3, #comm_info .text {
		opacity: 1;
		transform: translate(0,0);
	}
	.room_info .content .img,
	.fac_info .content .img {
		display: none;
	}
	#comm_info .content .info_wrap {
		width: 100%;
	}
	#comm_info .content .info {
		width: 95%;
		height: auto;
	}
	#comm_info .leaf .leaf1 {
		width: 130px;
	}
	.type1_info .content .title {
		font-size: 18px;
	}
	.tab_menu {
		overflow: hidden;
	}
	.tab_menu li {
		float: left;
		width: 33.3%;
		padding: 13px 0;
	}
	#comm_info h3 {
		padding: 11% 0 0;
	}
	#comm_content h3 {
		padding-top: 16%;
	}
	#comm_content .content .title,
	.tour_content .tour_view .title {
		font-size: 20px;
	}
	#comm_content .content .info_text,
	.tour_content .tour_view .tour_text {
		font-size: 12px;
		line-height: 20px;
	}
	.reser_content .refund_table td, 
	.reser_content .refund_table th {
		padding: 6px;
		font-size: 12px;
	}
	#footer .bg, #footer h2 {
		display: none;
	}
	#footer .info .number {
		font-size: 20px;
	}
	#footer .info .text {
		font-size: 12px;
		line-height: 20px;
		padding: 0 3% 3% 3%;
	}
	#footer .info .text .m_line {
		display: block;
	}
	#footer .info .top {
		width: 20px;
		bottom: 33%;
	}
}
@media (max-width: 479px) {
	#header .quick_menu .blog {
		width: 70px;
	}
	#header .quick_menu .reser {
		width: 96px;
	}
	#header .quick_menu .menu {
		width: 55px;
	}
	#header .whole_menu_wrap .container {
		padding: 10% 6% 0;
	}
	#header .whole_gnb_menu {
		padding: 16% 0; 
	}
	#header .whole_gnb_menu>li>a {
		font-size: 15px;
	}
	#header .whole_gnb_menu .sub_menu>li {
		margin: 0 3px;
	}
	#header .whole_gnb_menu .sub_menu>li>a {
		font-size: 12px;
		line-height: 25px;
		font-weight: normal;
	}
	#top_visual .title_type2 .title1 {
		font-size: 20px;
	}
	#top_visual .title_type2 .title2 {
		font-size: 12px;
	}
	.paging {
		right: 59px;
	}
	
	.main_visual .title_type1 .title2 img {
		width: 250px;
	}
	
	#comm_info .leaf .leaf2, #comm_info .leaf .leaf3,
	#comm_info .leaf .leaf4, #comm_info .text, #comm_content .text {
		display: none;
	}
	#comm_info .content .info_text {
		font-size: 10px;
		line-height: 17px;
	}
	#comm_info .leaf .leaf1 {
		width: 100px;
	}
	.service_info h3 img {
		width: 170px;
	}
	.service_info .leaf {
		display: none;
	}
	.type1_info .content .title {
		font-size: 16px;
	}
	.room_info h3 img {
		width: 150px;
	}
	.room_info .content .title {
		font-size: 12px;
	}
	.fac_info h3 img {
		width: 190px;
	}
	.room_info .reser img {
		width: 150px;
	}
	.tab_menu li {
		font-size: 12px;
		font-weight: normal;
	}

	#comm_content h3 {
		padding-top: 22%;
	}
	#comm_content .content .title, 
	.tour_content .tour_view .title {
		font-size: 16px;
	}
	#comm_content .content .info_text, 
	.tour_content .tour_view .tour_text {
		font-size: 10px;
		line-height: 17px;
	}
	.map_content h3 img {
		width: 150px;
	}
	.tour_content h3 img {
		width: 250px;
	}
	.reser_content h3 img {
		width: 210px;
	}
	.reser_content .p_reser {
		display: none;
	}
	.reser_content .m_reser {
		display: block;
	}
	.reser_content .refund_table td, 
	.reser_content .refund_table th {
		padding: 2px 0;
		font-size: 10px;
		line-height: 12px;
	}
	#footer .info .number {
		font-size: 18px;
	}
	#footer .info .text {
		font-size: 10px;
		line-height: 17px;
	}
}

