
#header .nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	background-color: rgba(17,24,51,0.3);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	font-size: 0;
	padding: 5px 0;
}
#header .nav .gnb_menu {
	width: 100%;
	text-align: center;
}
#header .nav .gnb_menu>li {
	display: inline-block;
	padding: 0 3%;
	position: relative;
	vertical-align: middle;
	height: 58px;
	line-height: 58px;
}
#header .nav .gnb_menu>li:hover>.sub_menu {
	opacity: 1;
	visibility: visible;
}
#header .nav .gnb_menu>li>a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#header .nav .gnb_menu>li:hover>a {
	color: #b5a37e;
}
#header .nav .gnb_menu .sub_menu {
	position: absolute;
	top: 53px;
	width: 140px;
	background-color: rgba(142,133,124,0.85);
	visibility: collapse;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-align: left;	
	left: 0;
}
#header .nav .gnb_menu .sub_menu li:first-child {
	padding-top: 10px;
}
#header .nav .gnb_menu .sub_menu li:last-child {
	padding-bottom: 10px;
}
#header .nav .gnb_menu .sub_menu>li {
	line-height: 26px;
}
#header .nav .gnb_menu .sub_menu>li>a {
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#header .nav .gnb_menu .sub1 {
	width: 90px;
	padding-left: 35px;
	left: 20px;
}
#header .nav .gnb_menu .sub2 {
	width: 130px;
	padding-left: 15px;
	left: 8px;
}
#header .nav .gnb_menu .sub3 {
	width: 120px;
	padding-left: 20px;
	left: 18px;
}
#header .nav .gnb_menu .sub4 {
	width: 110px;
	padding-left: 30px;
	left: 15px;
}
#header .nav .gnb_menu .sub5 {
	width: 150px;
	padding-left: 10px;
	left: 0px;
}
#header .nav .gnb_menu .sub6 {
	width: 125px;
	padding-left: 15px;
}
#header .nav .gnb_menu .sub7 {
	width: 100px;
	padding-left: 30px;
	left: 35px;
}


#header .m_logo {
	display: none;
	text-align: center;
}
#header .m_logo img {
	width: 120px;
}





#header .whole_menu_wrap {
	position: fixed;
	top: 0;
	z-index: 300;
	background-color: #7d725b;
	display: none;
	text-align: center;
	height: 100%;
	width: 100%;
	overflow: auto;
}
#header .whole_menu_wrap .container {
	padding: 10% 7% 3%;
}
#header .whole_menu_wrap h2 {
	margin-bottom: 3%;
	display: inline-block;
}
#header .whole_gnb_menu {
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 2% 0 2% 0;
}
#header .whole_gnb_menu>li {
	display: inline-block;
	text-align: left;
	vertical-align: text-top;
	margin-right: 5%;
}
#header .whole_gnb_menu>li:last-child {
	margin-right: 0;
}
#header .whole_gnb_menu>li>a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#header .whole_gnb_menu .sub_menu>li>a {
	font-size: 14px;
	color: #fff;
	line-height: 29px;
	font-weight: lighter;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}




#header .menu_icon,
#header .reser_icon {
	position: fixed;
	top: 0;
	left: 0;
	width: 65px;
	height: 28px;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	font-size: 0;
	vertical-align: middle;
	padding: 20px 0;
	cursor: pointer;
	z-index: 400;
}
#header .reser_icon {
	left: 65px;
	background-color: rgb(195, 179, 145,0.7);
	display: none;
}
#header .reser_icon a {
	font-size: 12px;
	color: #fff;
}
#header .menu_icon span.text {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: 40px;
	left: 18px;
}
#header .menu_icon span.bar {
  display: block;
  background: #fff;
  width: 30px;
  height: 2px;
  transition: margin 0.25s 0.25s, transform 0.25s;
  margin: 0 auto;
}
#header .menu_icon span.bar1 {margin-bottom: 4px;}
#header .menu_icon span.bar3 {margin-top: 4px;}
#header .menu_icon.active span {
  transition: margin 0.25s , transform 0.25s 0.25s;
}

#header .menu_icon.active span.bar1 {
  margin-top: 4px;
  margin-bottom: -2px;
  transform: rotate(45deg);
}
#header .menu_icon.active span.bar2 {
  transform: rotate(45deg);
}
#header .menu_icon.active span.bar3 {
  margin-top: -2px;
  transform: rotate(135deg);
}





















#top_visual {
	position: relative;
}
#top_visual .owl-carousel li {
	width: 100%;
	height: 100%;
}
#top_visual .owl-carousel li div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
#top_visual .visual_title {
	position: absolute;
	text-align: center;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
#top_visual .text_type1 {
	top: 45%;
}
#top_visual .text_type1 .title img {
	width: 100%;
}
#top_visual .text_type2 {
	top: 70%;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding: 3px 0 17px 0;
}
#top_visual .text_type2 .title {
	font-size: 54px;
	color: #fff;
	margin-bottom: 1%;
}
#top_visual .text_type2 .text {
	font-size: 22px;
	color: #fff;
}
#top_visual .paging {
	position: absolute;
	left: 50%;
	bottom: 58px;
	z-index: 10;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
#top_visual .paging span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}










#tab_menu {
	text-align: center;
	font-size: 0;
}
#tab_menu .room_tab2 {
	border-top: 1px solid #aea59c;
}
#tab_menu li {
	display: inline-block;
	width: 7%;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	cursor: pointer;
	color: #555555;
}
#tab_menu .map_tab li {
	width: 10%;
}
#tab_menu li a {
	display: inline-block;	
	color: #555555;
	width: 100%;
	height: 100%;
}
#tab_menu li.active,
#tab_menu li:hover,
#tab_menu li.active a,
#tab_menu li:hover a {
	background-color: #aea59c;
	color: #fff;
}








/*----------room/fac/service°øÅë----------*/
#comm_view {		
	font-size: 0;
	text-align: center;
}
#comm_view .comm_info {
	padding: 11% 0 14% 0;
	background-size: cover;
	background-attachment: fixed;
}
#comm_view .comm_info h2 {
	opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-moz-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#comm_view .comm_info h2.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
}
#comm_view .room_info {
	background-image: url(/img/room/room_info_bg.jpg);	
}
#comm_view .room_info h2 {
	width: 23%;
	display: inline-block;	
}
#comm_view .room_info h2 img {
	width: 100%;
}
#comm_view .fac_info {
	background-image: url(/img/facilities/fac_info_bg.jpg);	
}
#comm_view .service_info {
	background-image: url(/img/service/service_info_bg.jpg);	
}
#comm_view .info {
	background-color: #fff;
	padding: 32px 0 0 0;
	position: relative;
}
#comm_view .info .title {
	font-size: 42px;
	color: #aea59c;
	margin-bottom: 1%;	
	position: relative;
	display: inline-block;
}
#comm_view .info .title:after {
	content: '';
	display: inline-block;
	width: 110%;
	height: 1px;
	background-color: #aea59c;
	position: absolute;
	top: 47px;
	left: -10px;
}
#comm_view .info .title2 {
	font-size: 20px;
	color: #fff;
	background-color: #aea59c;
	font-weight: bold;
	display: inline-block;
	padding: 5px 25px;
	margin-bottom: 1%;	
}
#comm_view .fac_info .info .text,
#comm_view .service_info .info .text{
	padding-bottom: 12%;
}
#comm_view .info .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 3.2%;
}
#comm_view .info .text span {
	color: #f00;
}
#comm_view .info .reser {
	background-color: #aea59c;
	width: 19%;
	height: 70px;
	line-height: 70px;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#comm_view .info .reser a {
	color: rgba(255,255,255,0.7);
	font-size: 20px;
	font-weight: lighter;
	display: inline-block;
	width: 100%;
	height: 100%;
}
#comm_view .info .reser img {
	vertical-align: sub;
	padding-left: 4%;
}
#comm_view .info .reser:hover {
	background-color: #000;
}





/*----------¤Ñmap/reser°øÅë----------*/
#comm_view2 {
	background-color: #f2f0eb;
}
#comm_view2 .item {
	display: none;
	text-align: center;
}
#comm_view2 .item.active {
	display: block;
	padding: 0 0 7% 0;
}
#comm_view2 .item h3 {
	font-size: 50px;
	color: #333333;
	padding: 5% 0 1% 0;
}
#comm_view2 .item .text {
	font-size: 18px;
	color: #555555;
	line-height: 32px;
}







#comm_view .comm_detail .img_group1 {
	margin-bottom: 8.5%;
	text-align: center;
}
#comm_view .comm_detail .img_group1 .img {
	
}
#comm_view .comm_detail .img_group1 .img img {
	width: 100%;
}
#comm_view .comm_detail .img_group1 h3 {
	margin-top: 7.5%;
	width: 29%;
	display: inline-block;
	opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
}
#comm_view .comm_detail .img_group1 h3 img {
	width: 100%;
}
#comm_view .comm_detail .img_group1 .text {
	font-size: 18px;
	color: #666666;
	margin: 1% 0 3% 0;
	opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	transition-delay: 0.2s;
}
#comm_view .comm_detail .img_group1 h3.active,
#comm_view .comm_detail .img_group1 .text.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
#comm_view .comm_detail .img_group2 .left {
	display: inline-block;
	text-align: center;
	width: 47.8%;
	margin-right: 4.5%;
	opacity: 0;
	transform: translate(-30px,0);
	-webkit-transform: translate(-30px,0);
	transition: all 1s;
	-webkit-transition: all 1s;
}
#comm_view .comm_detail .img_group2 .left h3 {
	width: 52.8%;
	display: inline-block;
}
#comm_view .comm_detail .img_group2 .left h3 img {
	width: 100%;
}
#comm_view .comm_detail .img_group2 .left .text {
	font-size: 18px;
	color: #666666;
	margin: 2% 0 18% 0;
}
#comm_view .comm_detail .img_group2 .left .text+img {
	width: 100%;
}
#comm_view .comm_detail .img_group2 .right {
	display: inline-block;
	width: 47.6%;
	opacity: 0;
	transform: translate(30px,0);
	-webkit-transform: translate(30px,0);
	transition: all 1s;
	-webkit-transition: all 1s;
}
#comm_view .comm_detail .img_group2 .left.active,
#comm_view .comm_detail .img_group2 .right.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
#comm_view .fac_detail {
	margin-top: 6%;
}









#footer  {
	border-top: 1px solid #000;
	text-align: center;
	position: relative;
	margin-top: 8%;
}
#footer .container {
	overflow: hidden;
	padding: 1.5% 3% 2%;
}
#footer .container div {
	float: left;
}
#footer .logo {
	width: 8%;
}
#footer .contact {
	width: 78%;
}
#footer .bank {
	width: 14%;
}
#footer .number {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
}
#footer .text {
	font-size: 16px;
}
#footer .info {
	background-color: #f8f8f8;
	padding: 2% 0;
}
#footer .info .text {
	font-size: 16px;
	color: #000;
	line-height: 28px;
}
#footer .info .top {
	position: absolute;
	top: 57%;
	right: 3%;
	cursor: pointer;
}








@media (max-width: 1700px) {
	#header .nav .gnb_menu>li {
		padding: 0 2%;
	}
	#tab_menu li {
		width: 11%;
	}
	#tab_menu .map_tab li {
		width: 12%;
	}
	#tab_menu .room_tab1 li {
		width: 12%;
	}
	#tab_menu .room_tab2 li {
		width: 17%;
	}
	
}
@media (max-width: 1280px) {
	#header .nav {
		background-color: rgba(0,0,0,0.5);
		padding: 7px 0;
	}
	#header .m_logo {
		display: block;
		
	}
	#header .nav .gnb_menu {
		display: none;
	}
	#header .whole_gnb_menu {
		border: 0;
	}
	#header .whole_menu_wrap h2 {
		display: none;
	}
	#header .whole_gnb_menu>li {
		display: block;
		text-align: center;
		margin-bottom: 25px;
	}
	#header .whole_gnb_menu>li>a {
		font-size: 22px;
		margin-bottom: 0;
	}
	#header .whole_gnb_menu .sub_menu>li {
		display: inline-block;
		padding: 0 2px;
	}
	#header .reser_icon {
		display: block;
	}
	#header .menu_icon {
		background-color: rgb(181, 163, 126,0.7);
	}
	#header .menu_icon, #header .reser_icon {
		padding: 16px 0;
	}

	#top_visual .text_type2 .title {
		font-size: 40px;
	}
	#top_visual .text_type2 .text {
		font-size: 16px;
	}

	#tab_menu li {
		font-size: 13px;
	}
	#tab_menu .map_tab li {
		width: 18%;
	}
	#tab_menu .room_tab2 {
		border: none;
	}
	

	#comm_view .info .text {
		font-size: 14px;
		line-height: 22px;
	}
	#comm_view .info .title {
		font-size: 30px;
	}
	#comm_view .info .title2 {
		font-size: 16px;
	}
	#comm_view .info .reser {
		height: 50px;
		line-height: 50px;
	}
	#comm_view .info .reser a {
		font-size: 14px;
	}
	#comm_view .info .reser img {
		width: 65px;
	}



	#comm_view .comm_detail .img_group1 .text,
	#comm_view .comm_detail .img_group2 .left .text {
		font-size: 14px;
	}

	#comm_view2 .item h3,
	#tour_view .item .title {
		font-size: 34px;
	}
	#comm_view2 .item .text,
	#tour_view .item .text {
		font-size: 14px;
		line-height: 22px;
	}



	#footer .number {
		font-size: 27px;
	}
	#footer .text {
		font-size: 14px;
	}
	#footer .info .text {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 768px) {

	#header .whole_menu_wrap .container {
		padding: 17% 7% 0;
	}
	#header .whole_gnb_menu>li {
		text-align: left;
	}
	#header .whole_gnb_menu>li>a {
		font-size: 20;
	}

	#top_visual .text_type2 {
		top: 63%;
		padding: 3px 0 6px 0;
		width: 60%;
	}
	#top_visual .text_type2 .title {
		font-size: 25px;
	}
	#top_visual .text_type2 .text {
		font-size: 12px;
	}
	#top_visual .paging {
		bottom: 28px;
	}
	
	

	#tab_menu ul {
		overflow: hidden;
	}
	#tab_menu li {
		float: left;
		height: 40px;
		line-height: 40px;
		width: 25%;
	}
	#tab_menu .map_tab li {
		width: 33.3%;
	}
	#tab_menu .room_tab1 li {
		width: 25%;
	}
	#tab_menu .room_tab2 li {
		width: 25%;
	}
	

	#comm_view {
		text-align: left;
	}
	#comm_view .comm_info {
		background: none;
		padding: 0;
	}
	#comm_view .comm_info h2 {
		display: none;
	}
	#comm_view .info {
		padding: 5% 5%;
		background-color: #f7f7f7;
	}
	#comm_view .info .title {
		font-size: 24px;
	}
	#comm_view .info .title:after {
		display: none;
	}
	#comm_view .info .title2 {
		background: none;	
		color: #aea59c;
		font-weight: normal;
		padding: 0;
		font-size: 18px;
	}
	#comm_view .info .reser {
		position: static;
		width: 40%;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	#comm_view .info .reser img {
		display: none;	
	}
	#comm_view2 .item h3,
	#tour_view .item .title {
		font-size: 25px;
	}
	#tour_view .item .text {
		padding: 0 4%;
		text-align: justify;
	}
	#tour_view .item .text br{
		display: none;
	}



	#footer .container div {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#footer .info {
		padding: 2% 4%;
	}
	#footer .info .top {
		position: static;
		width: 45px;
		margin-top: 5px;
	}
	
}
@media (max-width: 479px) {
	#header .menu_icon,
	#header .reser_icon {
		width: 55px;
	}
	#header .reser_icon {
		left: 55px;
	}
	#header .menu_icon span.text {
		left: 14px;
	}

	#header .whole_gnb_menu>li {
		margin-bottom: 10px;
	}
	#header .whole_gnb_menu>li>a {
		font-size: 15px;
	}
	#header .whole_gnb_menu .sub_menu>li {
		height: 25px;
	}
	#header .whole_gnb_menu .sub_menu>li>a {
		font-size: 12px;
	}



	#top_visual .text_type2 .title {
		font-size: 20px;
	}
	#top_visual .text_type1 .title img {
		width: 260px;
	}
	#top_visual .text_type2 .text {
		font-size: 10px;
	}
	



	#tab_menu li {
		font-size: 10px;
	}
	

	
	
	#comm_view .info .title {
		font-size: 15px;
	}
	#comm_view .info .text {
		font-size: 12px;
		line-height: 20px;
	}
	#comm_view .info .title2 {
		font-size: 13px;
	}
	#comm_view .info .reser a {
		font-size: 12px;
		font-weight: normal;
	}



	#comm_view .comm_detail .img_group1 h3,
	#comm_view .comm_detail .img_group1 .text,
	#comm_view .comm_detail .img_group2 .left,
	#comm_view .comm_detail .img_group2 .right {
		opacity: 1;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
	}
	#comm_view .comm_detail .img_group1 .text, 
	#comm_view .comm_detail .img_group2 .left .text {
		font-size: 10px;
	}

	#comm_view2 .item h3,
	#tour_view .item .title {
		font-size: 16px;
	}
	#comm_view2 .item .text,
	#tour_view .item .text {
		font-size: 12px;
		line-height: 20px;
	}


	#footer .container div {
		margin-bottom: 5px;
	}
	#footer .container .logo img {
		width: 90px;
	}
	#footer .number {
		font-size: 16px;
	}
	#footer .text {
		font-size: 10px;
	}
	#footer .info .text {
		font-size: 10px;
		line-height: 16px;
	}
	

}