<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	position: relative;
	height: 100%;
	word-break: break-all;
}
.all_wrap {
	position: relative;
	width: 100%;
}

.margin-top {
	margin-top: 180px;
}
.margin-bottom {
	margin-bottom: 180px;
}

/***** header *****/
.header_wrap {
	position: fixed;
	top: 0; right: 0; left: 0; max-width: 1280px; margin: auto;
	width: 100%; height: 82px;
	font-size: 0;
	background-color: transparent;
	z-index: 300;
	transition: height 0.5s, background-color 0.5s;
}

.header_wrap .logo {
	display: table;
	position: absolute;
	top: 0; left: 30px;
	width: auto; height: 82px;
	transition: top 0.5s;
}

.header_wrap .logo a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.header_wrap .logo img { max-width: 100%; transition: max-width 0.3s; }


.header_wrap::after {
	content: '';
	position: absolute;
	bottom: 0; right: 20px; left: 20px;
	margin: auto;
	height: 1px;
	/*background: rgba(255,255,255,0.2);*/
	z-index: -1;
}

.TOP .logo img { max-width: 70%; }

.header_wrap .header { position: relative; width: 100%; max-width: 1280px; margin: auto; }



.menu_open { display: none; }
.gnb_menu {
	display: block;
	margin: auto;
	max-width: 74%;
	text-align: right;
}
.gnb_menu li {
	position: relative;
	display: inline-block;
	height: 60px;
	margin-top: 22px;
	line-height: 35px;
	vertical-align: top;
	transition: margin 0.5s;
}
.gnb_menu .bigMenu {
	position: relative;
	display: block;
	padding: 0 13px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	opacity:.7;
	transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
}

.gnb_menu .bigMenu:hover {
	opacity:1;
}

.gnb_menu .sub {
	position: absolute;
	top: 45px; left: 50%;
	display: block;
	line-height:35px;
	transform:translate(-50%);-ms-transform:translate(-50%);-webkit-transform:translate(-50%);
	visibility:hidden;opacity:0;
	width: auto;
	padding: 20px 30px;
	background: rgba(45,47,49,0.86);
	text-align: left;
	transition: top 0.5s, opacity 0.5s, visibility 0.5s;
}
.gnb_menu li:hover .sub{
	top: 55px;
	visibility:visible;opacity:1;
	transition: top 0.5s, opacity 0.5s, visibility 0.5s;
}
.gnb_menu li .sub dt a {
	position: relative;
	white-space:nowrap;word-break:break-all;
	display:inline-block;
	font-size: 12px;
	line-height: 28px;
	color: #eceaea;
	float: left; clear: left;
}
.gnb_menu li .sub dt a:after {
	content: '';
	position: absolute;
	bottom: 0; left: 0;
	width: 0; height: 1px;
	background: #fff;
	transition: width 0.3s;
}
.gnb_menu li .sub dt a:hover:after {
	content: '';
	width: 100%;
}
.gnb_menu_mobile { display: none; }
.quick_menu {
	position: absolute;
	top: 25px; right: 30px;
	color: #fff;
	text-align: center;
	transition: top 0.5s, color 0.5s;
}
.quick_menu span {
	display: inline-block;
	width: 30px; height: 30px;
	line-height: 30px;
	font-size: 18px;
	vertical-align: top;
}
.quick_menu span:before {
	font-size: 18px;
}
/* header_wrap TOP */
.TOP {
	height: 62px;
	background-color: #fff;
	max-width: 100%;
}
.TOP .logo {
	height: 62px;
}
.TOP .gnb_menu li {
	margin-top: 0; line-height: 60px;
}
.TOP .gnb_menu .bigMenu {
	color: #282826;
}
.TOP .gnb_menu .sub {
	top: 35px;
}
.TOP .gnb_menu li:hover .sub {
	top: 60px;
}
.TOP .quick_menu {
	top: 14px;
	color: #282826;
}


.BLACK {
	height: 62px;
	max-width: 100%;
	-webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    width: 100%;
	background:  -webkit-linear-gradient(top, rgba(0,0,0,0.4), transparent);
	background:		-moz-linear-gradient(top, rgba(0,0,0,0.4), transparent);
	background:		 -ms-linear-gradient(top, rgba(0,0,0,0.4), transparent);
	background:		  -o-linear-gradient(top, rgba(0,0,0,0.4), transparent);
	background:		     linear-gradient(top, rgba(0,0,0,0.4), transparent);
	transition: background 0.5s;
}


/***** content *****/
.content_wrap {
	min-height: 10vw;
}

/***** footer *****/
.footer_wrap {
	position: relative;
	width: 100%;
	background: #2d2f31;
}
.footer {
	position: relative;
	max-width: 1270px;
	margin: auto;
	padding: 60px 0 95px;
}
.footer .tel {
	margin-top: 6px;
	font-family: 'Playfair Display', sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #fff;
	line-height: 30px;
}
.footer .tel .fa-phone {
	margin-right: 12px;
}
.footer .tel .fa-phone::before {
	font-size: 20px;
}
.footer .tel .num { position: relative; }
.footer .tel .num::before {
	/*content: '/';*/
	padding: 0 5px;
}
.footer .info {
	margin-top: 20px;
	font-size: 14px;
	color: #7e8389;
	line-height: 24px;
}
.footer .info b {
	color: #b1b9c1;
}
.footer .link {
	position: absolute;
	top: 25%; right: 0;
	font-size: 0;
}
.footer .link a {
	display: inline-block;
	width: 38px; height: 38px;
	font-size: 20px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	vertical-align: top;
}
.footer .link a i {
	display: inline-block;
	width: 100%;
	line-height: 38px;
}
.footer .link a .fa-facebook-f {
	font-size: 17px;
}
.footer .link a .fa-twitter {
	font-size: 19px;
}
.footer .link a .fa-arrow-circle-up {
	font-size: 20px;
}
.footer .link .scrollTop { z-index: 10; }





@media ( max-width: 1365px ) {

	.header_wrap .header { max-width: 100%; }
	
	.margin-top {
		margin-top: 70px;
	}
	.margin-bottom {
		margin-bottom: 70px;
	}

	.header_wrap, .header_wrap.TOP {
		height: 65px;
		background: #fff;
		transition: none;
		animation-name: none!important;
	}
	.header_wrap::after {
		content: '';
		position: absolute;
		right: 0; left: 0; bottom: 0;
		margin: auto;
		width: 100%; height: 1px;
		background-color: #ccc;
	}
	.header_wrap .logo {
		left: 20px;
		height: 65px;
	}
	.header_wrap.TOP .logo { top: 0; }
	.header_wrap .logo img { max-width: 70%; }
	.menu_open {
		position: absolute;
		top: 0; right: 0;
		width: 61px; height: 65px;
		display: block;
		text-align: center;
	}
	.menu_open::after {
		content: '';
		position: absolute;
		top: 0; left: 0; 
		width: 1px; height: 100%;
		background-color: #ccc;
	}
	.menu_open .menu_icon {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
		width: 22px; height: 22px;
	}
	.menu_open .line{
		width: 22px;
		height: 2px;
		background-color: #282826;
		display: block;
		margin: 4px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.menu_open:hover{
		cursor: pointer;
	}
	.menu_open.is-active .line:nth-child(2){
		opacity: 0;
	}
	.menu_open.is-active .line:nth-child(1){
		-webkit-transform: translateY(6px) rotate(45deg);
		-ms-transform: translateY(6px) rotate(45deg);
		-o-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}
	.menu_open.is-active .line:nth-child(3){
		-webkit-transform: translateY(-6px) rotate(-45deg);
		-ms-transform: translateY(-6px) rotate(-45deg);
		-o-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}
	.gnb_menu { display: none; }

	.gnb_menu_mobile.OPEN {
		position: fixed;
		top: 65px; 
		width: 100%; height: 100%;
		display: block;
		background-color: rgba(0,0,0,0.5);
		z-index: 1000;
	}
	.gnb_menu_mobile_inner {
		position: absolute;
		right: 0;
		width: 520px;
		height: 100%;
		background-color: #343739;
		/*overflow: auto;*/
		overflow:hidden;
	}
	.gnb_menu_mobile_inner .mobile_menu {
		position: fixed;
		display: inline-block;
		width: 140px;
		height: 100%;
		background:#fff;
	}
	.gnb_menu_mobile_inner .mobile_menu .bigMenu {
		position: relative;
		display: block;
		height: 80px;
		padding: 0 10px;
		font-family: 'Cinzel', serif;
		font-size: 14px;
		line-height: 18px;
		color: #282826;
		background: #fff;
		transition: background 0.5s, color 0.5s;
		text-align: center;
	}
	.gnb_menu_mobile_inner .mobile_menu .bigMenu &gt; span {
		position: absolute;
		top: 50%; right: 0; left: 0;
		margin: auto;
		transform: translateY(-50%);
	}
	.gnb_menu_mobile_inner .mobile_menu .bigMenu::after {
		content: '';
		position: absolute;
		bottom: 0; right: 0; left: 0;
		width: 100%; height: 1px;
		margin: auto;
		background: #ccc;
	}
	.gnb_menu_mobile_inner .mobile_menu .bigMenu:hover {
	/*
		color: #fff;
		background: #4d5154;
	*/
	}


	#mm-about.active {
		color: #fff;
		background: #4d5154;
	}

	#mm-rooms.active {
		color: #fff;
		background: #4d5154;
	}

	#mm-facs.active {
		color: #fff;
		background: #4d5154;
	}

	#mm-service.active {
		color: #fff;
		background: #4d5154;
	}

	#mm-travel.active {
		color: #fff;
		background: #4d5154;
	}

	#mm-booking.active {
		color: #fff;
		background: #4d5154;
	}

	#mm-comm.active {
		color: #fff;
		background: #4d5154;
	}


	.mobile_menu_sub {
		position: relative;
		display: inline-block;
		width: 380px;
		margin-left: 140px;
		padding: 0 27px 60px;
		vertical-align: top; 
		height:100%;
		overflow-y:auto;
	  -webkit-overflow-scrolling: touch;
	}
	.mobile_menu_sub dl {
		margin-top: 27px;
		margin-bottom: 60px;
	}
	.mobile_menu_sub dt {
		margin-bottom: 14px;
		padding-bottom: 10px;
		font-size: 14px;
		color: #fff;
		border-bottom: 2px solid #7e8389;
	}

	.mobile_menu_sub dd a {
		position: relative;
		margin-bottom: 10px;
		word-break: break-all;
		display: inline-block;
		font-size: 14px;
		color: #fff;
		line-height: 21px;
	}

	/* 모바일밑줄 되면서 링크 안됨*/
	.mobile_menu_sub dd a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background: #fff;
		transition: width 0.3s;
	}

	/*모바일밑줄 되면서 링크 안됨
	.mobile_menu_sub dd a:hover::after {
		width: 100%;
	}
	*/
	
	.quick_menu,
	.TOP .quick_menu {
		top: 17px; right: 80px;
		height: 20px;
	}
	
	.quick_menu .icon_reserve { 
	
		color: #282826;
	}
	.quick_menu .icon_reserve::after {
		content: 'RESERVATION';
		font-family: 'Cinzel', serif;
		color: #000;
		font-size: 15px;
		line-height: 33px;
	}
	.quick_menu .icon_marker,
	.quick_menu .icon_insta { display: none; }
	
	.content_wrap {
		padding-top: 65px;
	}

	


	.footer {
		width: 92%;
		margin: auto;
		padding: 60px 0 70px;
	}
	.footer .link {
		position: initial;
		display: block;
		margin-top: 18px;
		margin-left: -6px;
	}
	.footer .link .scrollTop {
		position: absolute;
		top: 60px;
		right: 0;
	}
	.footer .link .fa-arrow-circle-up::before {
		font-size: 28px;
	}
}

@media ( max-width: 719px ) {

	.footer .ib { display: inline-block; }
	.footer .tel .num {
		/*display: block;
		padding-left: 38px;
		*/
	}
	.footer .tel .num::before { display: none; }

	.gnb_menu_mobile.OPEN {
		width: 100%;
	}
	.gnb_menu_mobile_inner {
		position: absolute;
		right: 0;
		width: 100%;
	}
	.gnb_menu_mobile_inner .mobile_menu {
		width: 140px;
	}
	.mobile_menu_sub {
		width: calc(100% - 140px);
		margin-left: 140px;
	}
}


@media (max-width:400px) {
	.gnb_menu_mobile_inner .mobile_menu .bigMenu {
		height: 64px;
	}
}
</pre></body></html>