body::-webkit-scrollbar, html::-webkit-scrollbar {
	display: none;
}
body, html {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	user-select:none;
	overflow-x:hidden;
}
body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}
img {
	-webkit-user-drag: none;
}
::selection {
	background: #00114c;
	color: #fff
}
::-moz-selection {
	background: #00114c;
	color: #fff
}
::-webkit-selection {
	background: #00114c;
	color: #fff
}



@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
	font-weight: 100;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
	font-weight: 900;
	font-display: swap;
}





.container {
	/*height: 100vh;*/
	/*overflow-y: hidden;*/

	height: var(--vh);
}

.full {
	display: flex;
	justify-content: center;
	align-items: center;
}
.full_01 {
	margin-right: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.left_logo {
	width: 100%;
}
.left_logo.b_2 {
	margin-bottom: 20px;
}
.left_text01 {
	position: relative;
	top: -40px;
}
.left_text02 {
	position: relative;
	top: -20px;
}
.left_sns {
	margin-top: 30px;
}
.left_con {
	width: 365px;
	object-fit: cover;
	margin-bottom: 60px;
}


.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 비율 */
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}







.bx-viewport {
	width: 365px !important;
	height: 365px !important;
}
.premium-slider li {
	height: 365px;
	width: 365px !important;
}

.premium-slider li .inner {
	width: 100%;
	height: 100%;
}



.bx-wrapper {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -379px;
	left: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 800px !important;
}

.bx-wrapper .bx-pager .bx-pager-item {
	position:relative;
	margin: 0 10px 15px 10px;
	padding: 0 !important;
}




.bx-wrapper .bx-pager .bx-pager-item a,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background:none !important;
	border-radius:0px;
	display: none !important;
}




.bx-wrapper .bx-prev {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background-image: url('../img/b/s_arrow_l.jpg') !important;
	background-position: 0 center !important;
}

.bx-wrapper .bx-next {
	display:inline-block;
	position:absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background-image:url('../img/b/s_arrow_r.jpg') !important;
	background-position: 100% center !important;
}



















.full_02 {
	width: 576px;
	/*height: 100vh;*/
	overflow-y: auto;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	position: relative;
	height: var(--vh);
	overflow-y: auto;
}
.full_02::-webkit-scrollbar {
	display: none;
}
.full_02 {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	user-select:none;
	overflow-x:hidden;
}

.header {
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.logo {
	width: 160px;
}
section {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0;
	padding-left: 40px;
	padding-right: 40px;
}

.sec01 {
	background-image: url("../img/b/sec01_bg_n.png");
	background-color: #f6f6f6;
	height: 825px;
	padding-top: 100px;
	background-position-y: bottom;
	background-size: contain;
}
.sec01_text01 {
	margin-bottom: 40px;
	padding: 0 30px;
}
.sec01_text02 {
	opacity: 0;
	transform: translateY(40px);
}
.sec01_text02.ani {
	animation: sec01_text02 ease-in-out .8s forwards;
}
@keyframes sec01_text02 {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.sec01_con {
	position: absolute;
	bottom: 0;
	left: 100px;
}

.sec02 {
	background-color: #fff;
	padding: 500px 50px 55px 50px;
}
.sec02_top {
	position: absolute;
	top: 0px;
	width: 576px;
}
.sec02_text01 {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 350px;
	opacity: 0;
	transform: translateY(80px) translateX(-50%);
}
.sec02_text01.ani {
	animation: sec02_text01 ease-in-out 1s forwards;
}
@keyframes sec02_text01 {
	from {
		opacity: 0;
		transform: translateY(80px) translateX(-50%);
	}
	to {
		opacity: 1;
		transform: translateY(0) translateX(-50%);
	}
}
.sec02_con01 {
	position: relative;
	z-index: 10;
	margin-top: 40px;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(40px);
}
.sec02_con01.ani {
	animation: sec01_text02 ease-in-out .8s forwards;
}
.sec02_con02 {
	position: relative;
	z-index: 10;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(40px);
}
.sec02_con02.ani {
	animation: sec01_text02 ease-in-out .8s forwards;
}
.sec02_con03 {
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(40px);
}
.sec02_con03.ani {
	animation: sec01_text02 ease-in-out .8s forwards;
}
.sec02_con04 {
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(40px);
}
.sec02_con04.ani {
	animation: sec01_text02 ease-in-out .8s forwards;
}
.sec02_con05 {
	margin-bottom: 120px;
	opacity: 0;
	transform: translateY(40px);
}
.sec02_con05.ani {
	animation: sec01_text02 ease-in-out .8s forwards;
}

.sec02_con06 {
	opacity: 0;
	transform: translateY(40px);
}
.sec02_con06.ani {
	animation: sec01_text02 ease-in-out .8s forwards;
}







/* Swiper 컨테이너 크기 */
.mySwiper {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	position: relative;
}

/* 슬라이드 이미지 */
.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.swiper-button-next, .swiper-button-prev {
	top: var(--swiper-navigation-top-offset,45%) !important;
}
/* 네비게이션 버튼 */
.swiper-button-next,
.swiper-button-prev {
	color: rgba(0, 0, 0, 0) !important;
	transition: 0.3s;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: none !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: rgba(0, 122, 255, 0) !important;
}

/* 반응형 */
@media (max-width: 768px) {


	.mySwiper {
		max-width: 650px;
	}
}













.circle {
	position:absolute;
	top: -50px;
	right: 25px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align:center;
	transition:all 400ms;
	z-index: 999;
}
.circle .bg {
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url('../img/b/circle_text.png?new');
	background-size: cover;
	animation: circle 7s linear infinite;
	left: 0px;
	top: 2px;
}

.circle img {
	transition: all 400ms;
	width: 50px;
	height: 50px;
}

@keyframes circle {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.floating {
	position: fixed;
	bottom: -1px;
	width: 575px;
	cursor: pointer;
	z-index: 999;
	height: 101px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #201352;
}
.floating > a {
	position: relative;
	background-color: #201352;
	width: 33.3%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.floating > a:nth-child(2) {
	border-left: 1px solid #857da0;
	border-right: 1px solid #857da0;
}
.floating > a > img {
	height: 38px;
}

.floating01_icon {
	position: absolute;
	top: -15px;
	left: 10px;
	animation: floating01_icon ease-in-out .8s infinite;
}
@keyframes floating01_icon {
	0% {
		transform: translateY(-15px) scale(0.85);
	}
	50% {
		transform: translateY(0) scale(0.85);
	}
	100% {
		transform: translateY(-15px) scale(0.85);
	}
}

.floating_text {
	position: absolute;
	top: 2px;
	left: 11px;
	width: 487px;
	animation: floating_text ease-in-out 10s infinite;
}
@keyframes floating_text {
	0% {
		transform: translateY(-30px);
		opacity: 0;
	}
	10% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.sec03 {
	/*background-image: url("../img/b/sec03_bg.jpg");*/
	justify-content: center;
	padding: 120px 70px;
	background-color: #a8a8a8;
}
.sec03_con01 {
}
#map {
	width: 100%;
	height: 280px;
	margin-bottom: 20px;
	border: 1px solid #222;
}







.faq {
	font-family: 'Paperozi';
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 150px;
}

.faq__title {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin: 80px 0 20px;
	font-family: 'Paperozi';

}

.faq__title small {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-top: 6px;
	font-family: 'Paperozi';

}


.faq__list{ list-style:none; padding:0; margin:0; }
.faq__item {
	border-bottom: 2px solid #454545;
}




.faq__q {
	width: 100%;
	text-align: left;
	border: 0;
	padding: 16px 40px 16px 0;

	font-size: 18px;
	line-height: 1.4;
	cursor: pointer;
	position: relative;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-family: 'Paperozi';

}

.faq__qnum{ font-weight:700; color:#111; }
.faq__qtext{ flex:1; font-weight:600; color:#111; }

.faq__icon{
	position:absolute; right:0; top:16px; width:24px; height:24px;
}
.faq__icon::before, .faq__icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 2px;
	background: #222;
	transform: translate(-50%, -50%);
}
.faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform .2s ease;
}
.faq__q[aria-expanded="true"] .faq__icon::after{ transform:translate(-50%,-50%) rotate(0deg); } /* 위 이미지처럼 펼쳤을 때 ‘∧’ 느낌 */


.faq__a {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0 0 0 42px;
	font-weight: 500;
	transition: max-height .3s ease, opacity .3s ease, padding-bottom .3s ease;
}
.faq__a.is-open{
	opacity:1;
	margin-bottom:16px;
}
@keyframes faqIn{ from{ opacity:0 } to{ opacity:1 } }











.footer {
	background-color: #201451;
	padding: 100px 50px;
	justify-content: center;
}

.bottom {
	background-color: #080707;
	padding: 20px;
	padding-bottom: 120px;
	justify-content: center;
}












/* 버튼 */
.btn-book {
	display:inline-block; padding:12px 20px; border:1px solid #222;
	background:#fff; cursor:pointer; font-size:16px;
}

/* 모달 기본 */
.modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.modal.is-open { display:flex; }
.modal__backdrop {
	position:absolute; inset:0; background:rgba(0,0,0,.45);
}
.modal__dialog {
	position:relative; width:min(560px, 92vw); max-height:92vh;
	background:#fff; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,.25);
	overflow:auto; padding:40px 20px 40px;
}
.modal__title {
	margin: 0 0px 40px 0;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}
.modal__close {
	position:absolute; top:10px; right:10px;
	border:0; background:transparent; cursor:pointer;
	width:36px; height:36px; font-size:0;
}
.modal__close:before {
	content:"✕"; font-size:18px; line-height:36px; display:block; text-align:center;
}



.modal,
.modal__dialog,
.consent__box {
	overscroll-behavior: contain; /* or 'none'도 가능 */
}

/* iOS 관성 스크롤 */
.consent__box { -webkit-overflow-scrolling: touch; }










/* 폼 */
.form {
	display:grid; gap:14px;
}
.field {
	display: grid;
	gap: 6px;
	margin-top: 20px;
}

.label { font-size:14px; }
.input, .select {
	width:100%; box-sizing:border-box; padding:10px 12px; font-size:16px;
	border:1px solid #d0d3d8; border-radius:8px; outline:none;
}
.input:focus, .select:focus { border-color:#201451; box-shadow:0 0 0 3px rgba(47,111,237,.15); }
.row {
	display:grid; gap:10px; grid-template-columns:1fr 1fr 1fr;
}
.radios { display:flex; gap:16px; align-items:center; }
.actions {
	display: flex;
	gap: 10px;
	margin-top: 40px;
	justify-content: center;
}


/* inline row 유틸 */
.row-inline { grid-template-columns: auto auto auto auto; align-items:center; gap:8px; }
.row-inline .input, .row-inline .select { min-width:0; }
.email-group { grid-template-columns: 1fr auto 1fr 1fr; }
.email-group .at { padding:0 4px; color:#666; }
.phone-group { grid-template-columns: 1fr auto 1fr auto 1fr; }
.dash { text-align:center; color:#666; }

/* 달력이 모달 위로 올라오도록 */
#ui-datepicker-div{
	z-index: 4000 !important;
}

/* 데스크톱 기본 크기 */
#ui-datepicker-div .ui-datepicker{ font-size:14px; }

/* 모바일 확대 */
@media (max-width: 1040px){
	#ui-datepicker-div .ui-datepicker{ font-size:24px; }
}

.btn {
	padding: 12px 16px;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid #201451;
	cursor: pointer;
	color: #201451;
}
.btn.primary {
	background: #201451;
	color: #fff;
	border-color: #201451;
}

.helper { font-size:12px; color:#6b7280; }

@media (max-width:480px){
	.row { grid-template-columns:1fr 1fr; }
}

/* 스크롤 잠금 */
.scroll-lock { overflow:hidden; touch-action:none; }




.consent { display:grid; gap:12px; margin-top:8px; }
.consent__title { font-size:16px; font-weight:700; margin:0; }
.consent__box{
	max-height:160px; overflow:auto; border:1px solid #e3e5e8; border-radius:8px;
	padding:12px; background:#fafafa; line-height:1.6; font-size:14px; color:#444;
}
.consent__box hr{ border:0; border-top:1px solid #eee; margin:8px 0; }
.consent__checks{ display:grid; gap:8px; font-size:14px; }
.consent__check{ display:flex; align-items:flex-start; gap:8px; }
.consent__check input{ margin-top:3px; }















/* 테블릿 가로 */
@media screen and (max-width: 1200px) {

}

/* 테블릿 세로 */
@media screen and (max-width: 1040px) {
	.full_02 {
		width: 100vw;
		height: unset;
		border: none;
	}
	.sec01 {
		height: 1050px;
	}
	.sec02_top {
		width: 100vw;
	}
	.circle {
		width: 130px;
		height: 130px;
	}
	.circle .bg {
		top: -12px;
		width: 130px;
		height: 130px;
	}
	.circle img {
		width: 68px;
		height: 68px;
	}

	.footer {
		padding-bottom: 50px;
	}
	.bottom {
		display: flex;
		padding: 25px;
		padding-bottom: 65px;
	}
	.floating_text {
		width: unset;
		top: 5px;
	}

	#map {
		height: 350px;
		margin-bottom: 25px;
	}


	.floating > a > img {
		height: unset;
	}

	.modal__dialog {
		padding: 50px 40px;
		width: min(650px, 92vw);
	}
	.modal__title {
		font-size: 38px;
		margin-bottom: 20px;
	}
	.modal__close {
		right: 20px;
	}
	.modal__close:before {
		font-size: 32px;
		line-height: 50px;
	}
	.consent__title {
		font-size: 24px;
	}
	.consent__box {
		font-size: 20px;
	}
	.consent__check {
		font-size: 20px;
	}
	.consent__check input {
		margin-top: 5px;
		width: 25px;
		height: 25px;
	}
	.label {
		font-size: 24px;
	}
	.input, .select {
		font-size: 30px;
	}
	.input::placeholder {
		font-size: 30px;
	}
	.radios {
		font-size: 30px;
	}
	.radios input {
		width: 25px;
		height: 25px;
	}
	.actions {
		margin-top: 30px;
	}
	.btn {
		padding: 20px 30px;
		font-size: 32px;
	}


	.faq__title {
		font-size: 34px;
	}
	.faq__title small {
		font-size: 28px;
	}
	.faq__q {
		font-size: 28px;
	}
	.faq__a {
		font-size: 25px;
	}
	.faq__a.is-open {
		margin-bottom: 30px;
	}


}

/* 모바일 */
@media screen and (max-width: 850px) {
	.floating01_icon {
		top: -25px;
		left: 20px;
	}
	@keyframes floating01_icon {
		0% {
			transform: translateY(-15px) scale(1);
		}
		50% {
			transform: translateY(0) scale(1);
		}
		100% {
			transform: translateY(-15px) scale(1);
		}
	}
}
