@import url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo.css');

@import url('//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css');
.spoka * { font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; }
}
@font-face {
    font-family: 'SpoqaHanSansNeo-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&display=swap');

* {
	font-family: Spoqa Han Sans';
}

html,body{width: 100%; overflow-x: hidden; position: relative;}

html {
	font-family: 'Spoqa Han Sans';
	color: #424242;

	--main_color: #56bde3;
	--sub_color: #0f70a8;
}

body, p, ul {margin: 0; padding: 0;}
ul {list-style: none;}
a {text-decoration: none; color: #000;}
img {max-width: 100%; height: auto;}
.fw-b {font-family: 'Spoqa Han Sans'; font-weight: bold;}

.glampool_wrap {
	max-width: 1356px;
	width: 100%;
	margin: 0 auto;
}
.gl_wrap {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
.m-yes {
	display: none;
}
@media(max-width:992px) {
	.m-no {
		display: none;
	}
	.m-yes {
		display: block;
	}
}

.swiper {
	width: 100%;
	height: 100%;
}
.swiper .scrolldown {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 37px;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 0 6px rgba(35, 35, 35, 0.92);
	font-family: 'NanumSquareNeo';
	z-index: 1;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mySwiper .swiper-pagination {
	bottom: 30px !important;
}
.main_slider .swiper-pagination,
.exterior_slider .swiper-pagination {
	bottom: 80px !important;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	background-color: transparent;
	border: 1px solid #fff;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
}
@media(max-width:992px) {
	.mySwiper .swiper-pagination {
		bottom: 10px !important;
	}
	.main_slider .swiper-pagination,
	.exterior_slider .swiper-pagination {
		bottom: 70px !important;
	}
}

/* header */
.header_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 17px 0 14px 0;
	z-index: 10;
}
.header_wrap.on {
	background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #eee; 
}
.header_wrap.on2 {
	border-bottom: 1px solid #555;
}
.header_wrap .header_logo {
	padding-left: 59px;
}
.header_wrap.type2 .header_logo .white {
	display: none;
}
.header_wrap.type2 .header_logo.white .white {
	display: block;
}
.header_wrap.type2 .header_logo.white .black {
	display: none;
}
.header_wrap .right_wrap {
	padding-right: 39px;
	display: flex;
	align-items: center;
}
.header_wrap .right_wrap .right_menu {
	margin-right: 24px;
	cursor: pointer;
	margin-top: 3px;
}
.header_wrap .right_wrap .close_btn {
	display: none;
}
.header_wrap .right_wrap .right_logo {
	display: flex;
	align-items: center;
}
.header_wrap .right_wrap .right_logo img {
	width: 37px;
	height: 37px;
	border-radius: 50px;
	/* border: 1px solid #000; */
	margin-right: 5px;
}
.header_wrap .right_wrap .right_logo span {
	font-size: 20px;
}
@media(max-width:992px) {
	.header_wrap {
		padding: 22px 0 19px 0;
	}
	.header_wrap .header_logo {
		padding-left: 15px;
		margin-top: 3px;
	}
	.header_wrap .header_logo img {
		height: 35px;
	}
	.header_wrap .right_wrap {
		padding-right: 15px;
		flex-direction: row-reverse;
	}
	.header_wrap .right_wrap .right_logo img {
		width: auto;
		height: auto;
		border: none;
	}
	.header_wrap .right_wrap .right_logo span {
		display: none;
	}
	.header_wrap .right_wrap .right_menu {
		margin-right: 0;
		margin-left: 10px;
	}
	.header_wrap .right_wrap .right_menu .menu_btn {
		display: none;
	}
}
/* 1차메뉴 */
.header_wrap .menu_wrap {
	display: none ;
	position: fixed;
	top: 38px;
	right: 275px;
	z-index: 10;
}
.header_wrap .menu_wrap a {
	font-family: 'NanumSquareNeo';
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	color: #000;
	min-width: 130px;
    text-align: center;
}
.header_wrap .menu_wrap a span {
	position: relative;
	overflow: hidden;
}
.header_wrap .menu_wrap a span::after {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #bc9471;
}
.header_wrap .menu_wrap a:hover {
	color: #bc9471;
}
.header_wrap .menu_wrap a:hover span::after {
	animation: move1 .3s linear forwards;
}
.header_wrap .menu_wrap a.active {
	color: #bc9471;
	font-weight: bold;
}
.header_wrap .menu_wrap a.active span::after {
	width: 100%;
}
.header_wrap .menu_wrap a.active:hover span::after {
	animation: none;
}
@keyframes move1 {
	0% {width: 0%;}
	100% {width: 100%;}
}
/* 2차메뉴 */
.nav_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9;
}
.nav_wrap .menu_wrap {
	display: flex;
	justify-content: end;
	padding: 120px 275px 20px 0;
}
.nav_wrap .menu_wrap li {
	text-align: center;
	min-width: 130px;
	margin-left: 3px;
}
.nav_wrap .menu_wrap li a {
	font-family: 'NanumSquareNeo';
	display: block;
	font-size: 14px;
	color: #000;
	padding: 10px 0;
	transition: all .2s;
}
.nav_wrap .menu_wrap li a:hover {
	color: #bc9471;
	font-weight: bold;
}

/* 모바일 메뉴 */
.mobile_menu_btn {
	display: none;
}
.mobile_menu_btn .white {
	display: none;
}
.mobile_menu_btn.white .black {
	display: none;
}
.mobile_menu_btn.white .white {
	display: block;
}
@media(max-width:992px) {
	.mobile_menu_btn {
		display: block;
	}
}
.mobile_menu_wrap {
	/*display: none;*/
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 15;
	transition: all .4s;
}
.mobile_menu_wrap.on {
	right: 0;
}
.mobile_menu_wrap .header {
	display: flex;
	justify-content: space-between;
	padding: 22px 15px 19px;
}
.mobile_menu_wrap .header .logo img {
	height: 35px;
}
.mobile_menu_wrap .header .close img {
	height: 20px;
	margin-right: 10px;
}
.mobile_menu_wrap .main_menu {
	margin-top: 30px;
}
.mobile_menu_wrap .main_menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
}
.mobile_menu_wrap .main_menu li {
	position: relative;
}
.mobile_menu_wrap .main_menu .toggle_btn {
	position: absolute;
	content: '';
	right: 20px;
	top: 17px;
	z-index: 16;
}
.mobile_menu_wrap .main_menu li.active .toggle_btn {
	transform: rotate(180deg);
}
.mobile_menu_wrap .main_menu li.active > a {
	font-weight: bold;
}
.mobile_menu_wrap .main_menu li.on > a {
	color: #bc9471;
	font-weight: bold;
}
.mobile_menu_wrap .main_menu .menu2 {
	display: none;
	margin: 10px 0;
}
.mobile_menu_wrap .main_menu .menu2 a {
	font-size: 16px;
	padding: 5px 0;
}


/* footer */
.footer_wrap {
	background-color: #f9f9f9;
	padding: 56px 0 56px;
	text-align: center;
}
.footer_wrap .sns_wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 13px;
}
.footer_wrap .sns_wrap a {
	margin: 0 14px;
}
.footer_wrap .gray_text {
	font-size: 20px;
	color: #aaa;
	letter-spacing: -0.5px;
	margin-bottom: 70px;
}
.footer_wrap .footer_logo {
	margin-bottom: 25px;
}
.footer_wrap .ft_text1 {
	font-size: 14px;
	color: #000;
	letter-spacing: -0.4px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.footer_wrap .ft_text1 .bar {
	padding: 0 10px;
}
.footer_wrap .ft_text2 {
	font-size: 12px;
	color: #6b6b6b;
	letter-spacing: -0.35px;
}
@media(max-width:992px) {
	.footer_wrap {
		padding: 60px 0 40px;
		text-align: left;
	}
	.footer_wrap .sns_wrap {
		justify-content: end;
		margin-bottom: 0;
	}
	.footer_wrap .sns_wrap a {
		margin: 0 0 0 16px;
	}
	.footer_wrap .gray_text {
		margin-top: -35px;
		margin-bottom: 100px;
	}
	.footer_wrap .m_flex {
		display: flex;
		align-items: end;
	}
	.footer_wrap .footer_logo {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.footer_wrap .bar {
		display: none;
	}
	.footer_wrap span {
		display: block;
	}
	.footer_wrap .ft_text1 {
		font-size: 13px;
		margin-bottom: 0;
	}
	.footer_wrap .ft_text2 {
		margin-top: 20px;
		text-align: center;
		font-size: 13px;
	}
}

/* sub common */
.sub_title {
	font-size: 36px;
	text-align: center;
	color: #000;
	letter-spacing: -1px;
	line-height: 0.8;
}
@media(max-width:992px) {
	.sub_title {
		font-size: 23px;
	}
}

/* popup */
.dimmed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 11;
}
.popup_content {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1640px;
	text-align: center;
    padding: 0 15px;
    width: calc(100% - 30px);
	z-index: 12;
}
.popup_content .close {
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
	z-index: 13;
}
.popup_content .close img {
	filter: brightness(10);
}
.popup_content .swiper-slide img {
	width: auto;
}
.special_popup .row {
	display: flex;
	flex-wrap: wrap;
	margin: -7.5px;
}
.special_popup .row .img {
	width: calc(33.33% - 12px);
	margin: 6px;
	cursor: pointer;
}
.special_popup .row .img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup_slider {
	display: none;
}
.popup_slider.on {
	display: block;
}
.popup_slider .swiper-button-prev,
.popup_slider .swiper-button-next {
	width: 40px;
	height: 78px;
	background-size: cover;
}
.popup_slider .swiper-button-prev {
	background-image: url(http://homepageimg.infotown.kr/bc_012/images/common/popup_nav_prev.png);
	left: 0;
}
.popup_slider .swiper-button-next {
	background-image: url(http://homepageimg.infotown.kr/bc_012/images/common/popup_nav_next.png);
	right: 0;
}
.popup_slider .swiper-button-prev::after,
.popup_slider .swiper-button-next::after {
	display: none;
}
@media(max-width:1386px) {
	.special_popup {
		padding: 0 15px;
	}
}
@media(max-width:992px) {
	.special_popup .row .img {
		width: calc(50% - 12px);
	}
	.popup_content .close {
		top: -50px;
		right: 15px;
	}
	.popup_slider .swiper-button-prev, .popup_slider .swiper-button-next {
		width: 20px;
		height: 38px;
	}
}


/* 예약버튼 */
.reserve_btn_wrap {
	margin-top: 30px;
}
.reserve_btn_wrap .agree_text {
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: -0.45px;
	text-align: left;
}
.reserve_btn_wrap label {
	cursor: pointer;
	font-size: 15px;
	letter-spacing: -1.35px;
	font-family: 'Gowun Batang', serif;
}
.reserve_btn_wrap input {
	appearance: none;
	cursor: pointer;
}
.reserve_btn_wrap input::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #bdbdbd;
	margin-right: 6px;
}
.reserve_btn_wrap input:checked::before {
	background-image: url('http://homepageimg.infotown.kr/bc_012/images/common/reservation_check.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #bdbdbd;
	margin-right: 6px;
}
.reserve_btn_wrap span {
	position: relative;
	bottom: 3px;
}
.agree_btn {
	text-align: left;
	margin-bottom: 100px;
}
#reserve_btn {
	margin-top: 18px;
	width: 407px;
	padding: 14px 0;
	background: #bc9471;
	border: 1px solid #bc9471;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -0.58px;
	cursor: pointer;
	transition: .3s;
}
#reserve_btn:hover {
	color: #bc9471;
	background-color: #fff;
}
@media(max-width:992px) {
	.reserve_btn_wrap .agree_text {
		font-size: 14px;
	}
	.agree_btn {
		margin-bottom: 60px;
	}
	.reserve_btn_wrap label {
		font-size: 14px;
	}
	.reserve_btn_wrap input::before {
		width: 15px;
		height: 15px;
	}
	.reserve_btn_wrap input:checked::before {
		width: 15px;
		height: 15px;
	}
	#reserve_btn {
		width: 100%;
		font-size: 17px;
	}
}