* {
	box-sizing: border-box;
}

#tour-app {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #050805;
}

.tour-viewer {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.tour-loading {
	position: absolute;
	inset: 0;
	z-index: 95;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.34);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease;
}

.tour-loading.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.tour-loading__box {
	display: grid;
	justify-items: center;
	gap: 8px;
	min-width: 210px;
	padding: 22px 26px 20px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	color: #ffffff;
	background: rgba(6, 12, 8, 0.82);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
	backdrop-filter: blur(8px);
	text-align: center;
}

.tour-loading__spinner {
	width: 34px;
	height: 34px;
	margin-bottom: 4px;
	border: 3px solid rgba(255, 255, 255, 0.24);
	border-top-color: #d7f5b4;
	border-radius: 50%;
	animation: tour-loading-spin 0.8s linear infinite;
}

.tour-loading strong {
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
}

.tour-loading span:last-child {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

@keyframes tour-loading-spin {
	to {
		transform: rotate(360deg);
	}
}

.tour-intro {
	position: absolute;
	inset: 0;
	z-index: 110;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(4, 10, 6, 0.5);
	backdrop-filter: blur(6px);
	cursor: pointer;
}

#tour-app.is-intro-open .tour-intro {
	display: flex;
}

#tour-app.is-intro-open .tour-menu,
#tour-app.is-intro-open .tour-topbar,
#tour-app.is-intro-open .tour-viewer {
	filter: blur(2px);
}

.tour-intro__panel {
	position: relative;
	width: min(520px, calc(100vw - 48px));
	padding: 34px 38px 30px;
	border: 1px solid rgba(222, 242, 204, 0.24);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(9, 20, 13, 0.88), rgba(5, 12, 8, 0.92)),
		radial-gradient(circle at center top, rgba(129, 175, 86, 0.2), transparent 56%);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
	text-align: center;
	cursor: pointer;
}

.tour-intro__close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.18);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.tour-intro__mark {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 16px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	color: #f0f7e8;
	background: rgba(255, 255, 255, 0.08);
	font-size: 18px;
	font-weight: 900;
}

.tour-intro__eyebrow {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.86);
	font-family: "Nanum Pen Script", "Gaegu", "Segoe Print", cursive;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
}

.tour-intro h2 {
	margin: 0;
	color: #fff6c7;
	font-family: "Nanum Pen Script", "Gaegu", "Segoe Print", cursive;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
	text-shadow: 0 3px 16px rgba(0, 0, 0, 0.48);
}

.tour-intro strong {
	display: block;
	margin-top: 12px;
	color: #ffffff;
	font-size: 27px;
	font-weight: 900;
	letter-spacing: 0;
}

.tour-intro__copy {
	margin: 24px 0 0;
	color: rgba(245, 250, 238, 0.88);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.55;
}

.tour-intro__guide {
	display: grid;
	gap: 7px;
	margin-top: 22px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	text-align: left;
}

.tour-intro__guide b {
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
}

.tour-intro__guide span {
	color: rgba(245, 250, 238, 0.82);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.tour-intro__start {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	min-height: 52px;
	padding: 0 34px;
	border: 2px solid rgba(218, 242, 176, 0.38);
	border-radius: 999px;
	color: #ffffff;
	background: linear-gradient(180deg, #83aa5f, #638e45);
	box-shadow: 0 12px 26px rgba(30, 55, 22, 0.42);
	font-family: inherit;
	font-size: 17px;
	font-weight: 900;
	cursor: pointer;
}

.tour-intro__start em {
	font-style: normal;
	font-size: 13px;
}

.tour-topbar {
	position: absolute;
	top: 18px;
	left: 330px;
	right: 18px;
	z-index: 18;
	display: grid;
	grid-template-columns: minmax(0, 310px) auto;
	align-items: start;
	gap: 16px;
	pointer-events: none;
}

.tour-map-card,
.tour-auto-button,
.tour-action-card {
	pointer-events: auto;
	border: 0;
	color: #ffffff;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
}

.tour-menu.is-collapsed + .tour-topbar {
	left: 118px;
}

.tour-map-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 42px;
	align-items: center;
	gap: 14px;
	width: min(310px, 100%);
	min-height: 82px;
	padding: 14px;
	border: 2px solid rgba(229, 238, 137, 0.78);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(18, 30, 19, 0.88), rgba(9, 16, 11, 0.86)),
		radial-gradient(circle at right center, rgba(133, 173, 83, 0.18), transparent 50%);
	box-shadow: 12px 12px 26px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(10px);
	text-align: left;
}

.tour-map-card__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
}

.tour-map-card__icon svg {
	display: block;
	width: 54px;
	height: 54px;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tour-map-card__copy,
.tour-action-card span,
.tour-weather-card span {
	min-width: 0;
}

.tour-map-card strong,
.tour-location-chip strong,
.tour-auto-button span,
.tour-action-card strong,
.tour-weather-card strong {
	display: block;
	font-weight: 900;
	letter-spacing: 0;
	white-space: nowrap;
}

.tour-map-card strong {
	font-size: 20px;
	line-height: 1.2;
}

.tour-map-card small,
.tour-action-card small,
.tour-weather-card small {
	display: block;
	color: rgba(241, 247, 232, 0.74);
	font-weight: 800;
	letter-spacing: 0;
	white-space: nowrap;
}

.tour-map-card small {
	margin-top: 7px;
	font-size: 11px;
}

.tour-map-card__arrow {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 34px;
	font-weight: 300;
	background: rgba(102, 135, 67, 0.78);
}

.tour-topbar__center {
	position: fixed;
	top: 18px;
	left: 50%;
	z-index: 19;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	min-width: 0;
	transform: translateX(-50%);
	pointer-events: none;
}

.tour-location-chip {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	max-width: 100%;
	padding: 0 22px;
	border-radius: 999px;
	background: rgba(6, 13, 8, 0.84);
	box-shadow: 10px 10px 22px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(10px);
}

.tour-location-chip span {
	color: #9dd772;
	font-size: 20px;
	line-height: 1;
}

.tour-location-chip strong {
	overflow: hidden;
	color: #f4f8ed;
	font-size: 16px;
	line-height: 1;
	text-overflow: ellipsis;
}

.tour-location-chip strong::before {
	content: "현재위치 > ";
}

.tour-auto-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	padding: 7px 12px;
	border-radius: 6px;
	background: rgba(7, 13, 9, 0.82);
	box-shadow: 9px 9px 18px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(10px);
}

.tour-auto-button__icon {
	position: relative;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.15);
}

.tour-auto-button__icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid #ffffff;
	transform: translate(-40%, -50%);
}

.tour-auto-button span {
	font-size: 14px;
	line-height: 1;
}

.tour-auto-button.is-active {
	background:
		linear-gradient(180deg, #f0a63a, #d95b27),
		radial-gradient(circle at right center, rgba(255, 255, 255, 0.24), transparent 55%);
	box-shadow: 0 0 0 2px rgba(255, 226, 130, 0.42), 0 12px 24px rgba(217, 91, 39, 0.34);
	color: #ffffff;
}

.tour-auto-button.is-active .tour-auto-button__icon {
	background: rgba(255, 255, 255, 0.24);
}

.tour-topbar__actions {
	display: grid;
	grid-template-columns: auto 156px 156px;
	grid-template-areas: "weather reserve share";
	align-items: start;
	justify-content: flex-end;
	gap: 8px 10px;
	min-width: 0;
}

.tour-weather-card {
	grid-area: weather;
	pointer-events: auto;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 10px 18px;
	border: 0;
	border-radius: 6px;
	color: #ffffff;
	background: rgba(6, 13, 8, 0.82);
	box-shadow: 10px 10px 22px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(10px);
	font-family: inherit;
	text-align: left;
	cursor: pointer;
}

.tour-weather-card__icon {
	font-size: 28px;
	line-height: 1;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

.tour-weather-card small {
	font-size: 11px;
}

.tour-weather-card strong {
	margin-top: 2px;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.1;
}

.tour-weather-card strong em {
	font-style: normal;
}

.tour-action-card {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 14px;
	align-items: center;
	gap: 9px;
	min-height: 54px;
	min-width: 156px;
	padding: 9px 10px;
	border-radius: 6px;
	box-shadow: 10px 10px 22px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(10px);
	text-align: left;
	overflow: hidden;
}

.tour-action-card--reserve {
	grid-area: reserve;
	background: rgba(98, 130, 88, 0.86);
}

.tour-action-card--share {
	grid-area: share;
	background: rgba(82, 103, 174, 0.9);
}

.tour-action-card__icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 6px;
	color: #eef5e9;
	font-size: 20px;
	font-weight: 900;
	background: rgba(255, 255, 255, 0.14);
}

.tour-action-card strong {
	font-size: 16px;
	line-height: 1;
}

.tour-action-card small {
	margin-top: 5px;
	font-size: 11px;
}

.tour-action-card__arrow {
	justify-self: end;
	color: rgba(255, 255, 255, 0.82);
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
}

.tour-share-overlay {
	position: absolute;
	inset: 0;
	z-index: 70;
	display: none;
	background: rgba(0, 0, 0, 0.42);
	pointer-events: auto;
}

.tour-share-modal {
	position: absolute;
	top: 150px;
	right: 24px;
	z-index: 71;
	display: none;
	width: min(420px, calc(100vw - 48px));
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(7, 18, 13, 0.94);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(14px);
	pointer-events: auto;
}

#tour-app.is-share-open .tour-share-overlay,
#tour-app.is-share-open .tour-share-modal {
	display: block;
}

.tour-overview-overlay {
	position: absolute;
	inset: 0;
	z-index: 74;
	display: none;
	background: rgba(2, 7, 5, 0.78);
	backdrop-filter: blur(8px);
	pointer-events: auto;
}

.tour-overview-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 75;
	display: none;
	width: min(1120px, calc(100vw - 72px));
	max-height: calc(100vh - 72px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: #ffffff;
	background: rgba(7, 18, 13, 0.96);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
	transform: translate(-50%, -50%);
	pointer-events: auto;
}

#tour-app.is-overview-open .tour-overview-overlay,
#tour-app.is-overview-open .tour-overview-modal {
	display: block;
}

.tour-overview-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 56px;
	padding: 12px 18px 12px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tour-overview-header h2,
.tour-overview-header p {
	margin: 0;
}

.tour-overview-header > div {
	min-width: 0;
	flex: 1 1 auto;
}

.tour-overview-header h2 {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
}

.tour-overview-header p {
	display: none;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 12px;
	font-weight: 700;
}

.tour-overview-close {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.tour-overview-zoom-controls {
	display: none;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
}

.tour-overview-zoom-controls button {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	font-family: inherit;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

.tour-overview-zoom-controls button:disabled {
	opacity: 0.38;
	cursor: default;
}

.tour-overview-zoom-controls button:not(:disabled):active {
	border-color: rgba(229, 238, 137, 0.9);
	color: #17220f;
	background: #dce778;
}

.tour-overview-zoom-value {
	min-width: 54px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
}

.tour-overview-tabs {
	display: flex;
	position: absolute;
	top: 12px;
	left: 50%;
	z-index: 1;
	max-width: calc(100% - 320px);
	transform: translateX(-50%);
	gap: 6px;
	padding: 0;
	border-bottom: 0;
	overflow-x: auto;
	background: transparent;
}

.tour-overview-tabs button {
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.84);
	background: rgba(255, 255, 255, 0.07);
	font-family: inherit;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.tour-overview-tabs button.is-active {
	border-color: rgba(229, 238, 137, 0.9);
	color: #17220f;
	background: #dce778;
}

.tour-overview-body {
	max-height: calc(100vh - 176px);
	overflow: auto;
	padding: 14px;
	background: #07100b;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.tour-overview-map {
	--overview-zoom-width: 100%;
	position: relative;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
}

.tour-overview-map img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: calc(100vh - 204px);
	height: auto;
	margin: 0 auto;
	border-radius: 8px;
	object-fit: contain;
}

.tour-overview-map__spots {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.tour-overview-spot {
	position: absolute;
	z-index: 2;
	display: block;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 10px;
	background: rgba(220, 231, 120, 0.01);
	transform: translate(-50%, -50%);
	cursor: pointer;
	pointer-events: auto;
}

.tour-overview-spot:hover,
.tour-overview-spot:focus-visible {
	border-color: rgba(229, 238, 137, 0.82);
	background: rgba(229, 238, 137, 0.08);
	box-shadow: 0 0 0 2px rgba(5, 17, 9, 0.34), 0 0 12px rgba(229, 238, 137, 0.55);
	outline: none;
}

.tour-overview-spot span {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 7px);
	display: none;
	padding: 5px 8px;
	border-radius: 5px;
	color: #10200f;
	background: #dce778;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
	transform: translateX(-50%);
}

.tour-overview-spot:hover span,
.tour-overview-spot:focus-visible span {
	display: block;
}

.tour-share-header {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.tour-share-header h2 {
	margin: 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
}

.tour-share-header p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.tour-share-close {
	width: 34px;
	height: 34px;
	border: 0;
	color: #ffffff;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.tour-share-list {
	display: grid;
	gap: 8px;
}

.tour-share-option {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
	font-family: inherit;
	text-align: left;
	cursor: pointer;
}

.tour-share-option:hover {
	background: rgba(145, 201, 90, 0.16);
}

.tour-share-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.15);
	font-size: 16px;
	font-weight: 900;
}

.tour-share-icon--kakao {
	color: #111111;
	background: #fee500;
}

.tour-share-icon--band {
	background: #5fbe46;
}

.tour-share-icon--facebook {
	background: #315ecf;
	font-size: 25px;
}

.tour-share-icon--x {
	background: #050505;
}

.tour-share-icon--sms {
	background: #64c7a0;
	font-size: 11px;
}

.tour-share-option strong {
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
}

.tour-share-option small {
	display: block;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	font-weight: 800;
}

.tour-share-option em {
	justify-self: end;
	color: rgba(255, 255, 255, 0.6);
	font-style: normal;
	font-size: 24px;
}

.tour-site-slider {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 19;
	display: none;
	width: min(35vw, 720px);
	padding: 12px 14px 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(8, 18, 13, 0.38);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(8px);
	pointer-events: auto;
}

.tour-site-slider.is-visible {
	display: block;
}

#tour-app.is-intro-open .tour-site-slider,
#tour-app.is-share-open .tour-site-slider {
	display: none;
}

.tour-site-slider__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 9px;
}

.tour-site-slider__header h2 {
	margin: 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
}

.tour-site-slider__header p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
}

.tour-site-slider__controls {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tour-site-slider__toggle,
.tour-site-slider__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	font-family: inherit;
	font-weight: 900;
	cursor: pointer;
}

.tour-site-slider__toggle {
	height: 34px;
	padding: 0 12px;
	font-size: 13px;
}

.tour-site-slider__nav {
	width: 34px;
	height: 34px;
	font-size: 18px;
}

.tour-site-slider__toggle:hover,
.tour-site-slider__toggle:focus-visible,
.tour-site-slider__nav:hover,
.tour-site-slider__nav:focus-visible {
	border-color: rgba(145, 201, 90, 0.9);
	background: rgba(145, 201, 90, 0.18);
	outline: none;
}

.tour-site-slider.is-collapsed {
	padding-bottom: 12px;
}

.tour-site-slider.is-collapsed .tour-site-slider__header {
	margin-bottom: 0;
}

.tour-site-slider.is-collapsed .tour-site-slider__header p,
.tour-site-slider.is-collapsed .tour-site-slider__track,
.tour-site-slider.is-collapsed .tour-site-slider__nav {
	display: none;
}

.tour-site-slider__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 124px;
	gap: 9px;
	overflow-x: auto;
	padding-bottom: 3px;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

.tour-site-slider__track::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.tour-site-slider__track.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.tour-site-card {
	overflow: hidden;
	min-height: 96px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	color: #ffffff;
	background: rgba(8, 23, 16, 0.9);
	font-family: inherit;
	cursor: pointer;
	scroll-snap-align: start;
}

.tour-site-card.is-active {
	border-color: #9bd36b;
	box-shadow: 0 0 0 4px rgba(145, 201, 90, 0.5);
}

.tour-site-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.tour-site-card__name {
	display: block;
	padding: 8px 9px 9px;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
	white-space: nowrap;
}

.tour-toast {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 90;
	display: none;
	max-width: calc(100vw - 48px);
	padding: 11px 16px;
	border-radius: 999px;
	color: #ffffff;
	background: rgba(5, 12, 8, 0.88);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
	font-size: 13px;
	font-weight: 800;
	transform: translateX(-50%);
	pointer-events: none;
}

.tour-toast.is-visible {
	display: block;
}

.tour-idle-guide {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 60;
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	color: #ffffff;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

#tour-app.is-idle-guide-visible:not(.is-intro-open):not(.is-share-open):not(.is-auto-tour) .tour-idle-guide {
	display: flex;
}

.tour-idle-guide__control {
	position: relative;
	width: 154px;
	height: 154px;
	border: 5px solid rgba(255, 255, 255, 0.62);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
}

.tour-idle-guide__dot {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
	transform: translate(-50%, -50%);
}

.tour-idle-guide__arrow {
	position: absolute;
	width: 0;
	height: 0;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.22));
}

.tour-idle-guide__arrow--top {
	top: 22px;
	left: 50%;
	border-right: 18px solid transparent;
	border-bottom: 28px solid #ffffff;
	border-left: 18px solid transparent;
	transform: translateX(-50%);
}

.tour-idle-guide__arrow--right {
	top: 50%;
	right: 22px;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 28px solid #ffffff;
	transform: translateY(-50%);
}

.tour-idle-guide__arrow--bottom {
	bottom: 22px;
	left: 50%;
	border-top: 28px solid #ffffff;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	transform: translateX(-50%);
}

.tour-idle-guide__arrow--left {
	top: 50%;
	left: 22px;
	border-top: 18px solid transparent;
	border-right: 28px solid #ffffff;
	border-bottom: 18px solid transparent;
	transform: translateY(-50%);
}

.tour-idle-guide__label {
	padding: 10px 22px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.62);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	white-space: nowrap;
}

.tour-menu {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 20;
	display: flex;
	flex-direction: column;
	width: min(300px, calc(100vw - 48px));
	max-height: calc(100% - 48px);
	padding: 14px 10px 12px;
	background:
		linear-gradient(180deg, rgba(10, 18, 12, 0.94), rgba(9, 16, 11, 0.88)),
		radial-gradient(circle at top left, rgba(112, 155, 83, 0.24), transparent 45%);
	border: 1px solid rgba(179, 210, 151, 0.18);
	border-radius: 8px;
	box-shadow: 14px 14px 36px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(12px);
	overflow: hidden;
	transition: width 0.24s ease, max-height 0.24s ease, padding 0.24s ease;
}

.tour-menu.is-collapsed {
	width: 78px;
	max-height: calc(100% - 48px);
	padding: 18px 10px;
	border-radius: 8px 8px 0 0;
}

.tour-menu__header {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	margin-bottom: 12px;
}

.tour-menu.is-collapsed .tour-menu__header {
	justify-content: center;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tour-menu__toggle {
	flex: 0 0 auto;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	background: rgba(3, 9, 6, 0.78);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 8px 18px rgba(0, 0, 0, 0.26);
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.tour-menu__toggle:hover {
	border-color: rgba(218, 242, 193, 0.54);
	background: rgba(46, 74, 34, 0.82);
	transform: scale(1.04);
}

.tour-menu__toggle span {
	display: block;
	width: 19px;
	height: 2px;
	border-radius: 999px;
	background: #f4f7ee;
	box-shadow: 0 0 6px rgba(255, 255, 255, 0.18);
}

.tour-menu.is-collapsed .tour-menu__brand,
.tour-menu.is-collapsed .tour-tabs,
.tour-menu.is-collapsed .tour-panel__title,
.tour-menu.is-collapsed .tour-list__icon,
.tour-menu.is-collapsed .tour-list__text,
.tour-menu.is-collapsed [data-tab-panel="pension"] {
	display: none;
	pointer-events: none;
}

.tour-menu.is-collapsed .tour-panel {
	display: block;
	overflow: visible;
	padding: 0;
	border: 0;
	background: transparent;
}

.tour-menu.is-collapsed [data-tab-panel="camping"] {
	display: block;
}

.tour-menu.is-collapsed [data-tab-panel="pension"] {
	display: none;
}

.tour-menu.is-collapsed .tour-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.tour-menu.is-collapsed .tour-list__item {
	display: inline-grid;
	place-items: center;
	width: 58px;
	min-height: 30px;
	padding: 0 6px;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	background: #82b65a;
	box-shadow: none;
}

.tour-menu.is-collapsed .tour-list__item::after {
	content: attr(data-short);
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.tour-menu.is-collapsed .tour-list__item:hover,
.tour-menu.is-collapsed .tour-list__item.is-active {
	border-color: transparent;
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.tour-menu.is-collapsed .tour-list__item[data-scene="maincamp"] { background: #e7352b; }
.tour-menu.is-collapsed .tour-list__item[data-scene="placeA"] { color: #17140b; background: #d1bb67; }
.tour-menu.is-collapsed .tour-list__item[data-scene="placeB"] { background: #6f98d0; }
.tour-menu.is-collapsed .tour-list__item[data-scene="placeC"] { color: #1a0f10; background: #b57979; }
.tour-menu.is-collapsed .tour-list__item[data-scene="placeD"] { color: #10170d; background: #8fb878; }
.tour-menu.is-collapsed .tour-list__item[data-scene="placeE"] { background: #8477c8; }
.tour-menu.is-collapsed .tour-list__item[data-scene="placeF"] { background: #d3467e; }
.tour-menu.is-collapsed .tour-list__item[data-scene="placedeck"] { background: #9b7356; }

.tour-menu__auto {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tour-menu__auto .tour-auto-button {
	width: 100%;
	min-height: 42px;
	background:
		linear-gradient(180deg, rgba(25, 42, 27, 0.92), rgba(8, 15, 10, 0.9)),
		radial-gradient(circle at right center, rgba(126, 177, 82, 0.16), transparent 54%);
}

.tour-menu__auto .tour-auto-button.is-active {
	background:
		linear-gradient(180deg, #f0a63a, #d95b27),
		radial-gradient(circle at right center, rgba(255, 255, 255, 0.24), transparent 55%);
	box-shadow: 0 0 0 2px rgba(255, 226, 130, 0.42), 0 12px 24px rgba(217, 91, 39, 0.34);
}

.tour-menu.is-collapsed .tour-menu__auto {
	display: flex;
	justify-content: center;
	margin-top: 14px;
	padding-top: 14px;
}

.tour-menu.is-collapsed .tour-menu__auto .tour-auto-button {
	width: 48px;
	min-width: 0;
	height: 48px;
	padding: 0;
	border-radius: 50%;
}

.tour-menu.is-collapsed .tour-menu__auto .tour-auto-button span:last-child {
	display: none;
}

.tour-menu__brand {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	width: 100%;
	padding: 0;
	border: 0;
	color: inherit;
	background: transparent;
	font-family: inherit;
	text-align: left;
	cursor: pointer;
	min-width: 0;
}

.tour-menu__brand:hover h1 {
	color: #ffffff;
}

.tour-menu__mark {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	color: #edf6df;
	font-size: 12px;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.08);
}

.tour-menu__brand h1 {
	margin: 0;
	color: #f7f9ef;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}

.tour-menu__brand p {
	margin: 3px 0 0;
	color: rgba(238, 245, 229, 0.72);
	font-size: 11px;
	line-height: 1.3;
}

.tour-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-bottom: 12px;
}

.tour-tabs__button {
	min-height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: rgba(248, 252, 240, 0.82);
	font-size: 14px;
	font-weight: 800;
	background: rgba(4, 10, 6, 0.66);
	cursor: pointer;
}

.tour-tabs__button.is-active {
	color: #ffffff;
	background: linear-gradient(180deg, #6f9c55, #4f7e3d);
	border-color: rgba(185, 228, 148, 0.46);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.tour-panel {
	display: none;
	min-height: 0;
	overflow: auto;
	padding: 10px;
	border: 1px solid rgba(166, 203, 137, 0.16);
	border-radius: 8px;
	background: rgba(4, 12, 7, 0.5);
	scrollbar-color: rgba(171, 206, 140, 0.55) rgba(255, 255, 255, 0.06);
	scrollbar-width: thin;
}

.tour-panel::-webkit-scrollbar {
	width: 6px;
}

.tour-panel::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 999px;
}

.tour-panel::-webkit-scrollbar-thumb {
	background: rgba(171, 206, 140, 0.55);
	border-radius: 999px;
}

.tour-panel.is-active {
	display: block;
}

.tour-panel__title {
	margin-bottom: 9px;
}

.tour-panel__title h2 {
	margin: 0;
	color: #f7faef;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

.tour-panel__title p {
	margin: 5px 0 0;
	color: rgba(237, 245, 229, 0.66);
	font-size: 11px;
	line-height: 1.45;
}

.tour-list {
	display: grid;
	gap: 6px;
}

.tour-list__item {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	width: 100%;
	min-height: 40px;
	padding: 7px 9px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	color: #eef4e8;
	text-align: left;
	background: rgba(3, 9, 6, 0.64);
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}

.tour-list__item:hover,
.tour-list__item.is-active {
	border-color: rgba(160, 211, 119, 0.46);
	background: rgba(72, 105, 52, 0.42);
}

.tour-list__icon {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #081008;
	font-size: 10px;
	font-weight: 900;
	background: #90b669;
}

.tour-list__icon--overview {
	width: auto;
	border-radius: 6px;
	color: #eff8e6;
	font-size: 9px;
	background: rgba(120, 153, 96, 0.56);
}

.tour-list__icon--a { background: #d1bb67; }
.tour-list__icon--b { background: #6f98d0; }
.tour-list__icon--c { background: #b57979; }
.tour-list__icon--d { background: #8fb878; }
.tour-list__icon--e { background: #8477c8; color: #f4f0ff; }
.tour-list__icon--f { background: #d3467e; color: #fff0f6; }
.tour-list__icon--deck { background: #9b7356; color: #fff5ec; }
.tour-list__icon--pension { background: #e6c277; }
.tour-list__icon--bbq { background: #c66e46; color: #fff5ec; font-size: 8px; }

.tour-list__text {
	min-width: 0;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.tour-empty {
	display: grid;
	place-items: center;
	min-height: 112px;
	border: 1px dashed rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	color: rgba(240, 246, 232, 0.62);
	font-size: 12px;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 720px) {
	.tour-overview-modal {
		width: calc(100vw - 24px);
		max-height: calc(100vh - 24px);
		border-radius: 8px;
	}

	.tour-overview-header {
		min-height: 60px;
		padding: 10px 10px 10px 14px;
		gap: 8px;
	}

	.tour-overview-header h2 {
		font-size: 17px;
	}

	.tour-overview-header p {
		display: none;
	}

	.tour-overview-zoom-controls {
		display: flex;
	}

	.tour-overview-zoom-controls button {
		display: inline-grid;
		place-items: center;
	}

	.tour-overview-tabs {
		position: static;
		max-width: none;
		transform: none;
		padding: 8px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		background: rgba(255, 255, 255, 0.03);
	}

	.tour-overview-tabs button {
		min-height: 32px;
		padding: 0 12px;
		font-size: 12px;
	}

	.tour-overview-body {
		max-height: calc(100vh - 126px);
		padding: 8px;
	}

	.tour-overview-map {
		width: var(--overview-zoom-width);
		max-width: none;
	}

	.tour-overview-map img {
		width: 100%;
		max-width: none;
		max-height: none;
	}

	.tour-topbar {
		top: 12px;
		left: 84px;
		right: 12px;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.tour-topbar__center {
		position: fixed;
		top: 12px;
		left: 50%;
		width: min(42vw, 220px);
		transform: translateX(-50%);
	}

	.tour-topbar__actions {
		position: fixed;
		top: 12px;
		right: 10px;
		z-index: 20;
		width: min(101px, 26vw);
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
		overflow: visible;
		padding-bottom: 0;
		pointer-events: auto;
	}

	.tour-action-card {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-width: 0;
		min-height: 32px;
		padding: 0 12px;
		gap: 5px;
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 999px;
		box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
		text-align: center;
	}

	.tour-action-card--reserve {
		order: 1;
	}

	.tour-action-card--share {
		order: 2;
	}

	.tour-action-card__icon,
	.tour-action-card__arrow,
	.tour-action-card small {
		display: none;
	}

	.tour-action-card strong {
		font-size: 0;
		line-height: 1;
		white-space: nowrap;
	}

	.tour-action-card--reserve strong::after {
		content: "예약";
		display: block;
		font-size: 13px;
		font-weight: 900;
	}

	.tour-action-card--share strong::after {
		content: "공유";
		display: block;
		font-size: 13px;
		font-weight: 900;
	}

	.tour-weather-card {
		order: 3;
		display: flex;
		align-items: center;
		width: 100%;
		min-width: 0;
		gap: 8px;
		min-height: 42px;
		padding: 4px 8px;
		border-radius: 999px;
		background: rgba(7, 13, 8, 0.86);
		box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
	}

	.tour-weather-card small {
		display: none;
	}

	.tour-weather-card__icon {
		width: 20px;
		height: 20px;
		align-self: center;
		flex: 0 0 20px;
		font-size: 18px;
	}

	.tour-weather-card strong {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		column-gap: 3px;
		white-space: normal;
		font-size: 0;
		line-height: 1.12;
		text-align: center;
	}

	.tour-weather-card strong em,
	.tour-weather-card strong #tourWeatherTemp,
	.tour-weather-card strong #tourWeatherWind {
		font-size: 12px;
		font-weight: 900;
	}

	.tour-weather-card strong #tourWeatherTemp::after {
		content: "°C ";
	}

	.tour-weather-card strong em {
		white-space: nowrap;
	}

	.tour-weather-card strong em::after {
		content: "";
		flex-basis: 100%;
		width: 0;
	}

	.tour-weather-card strong #tourWeatherWind {
		display: block;
		flex-basis: 100%;
		white-space: nowrap;
	}

	.tour-weather-card strong #tourWeatherWind::before {
		content: "바람 ";
	}

	.tour-weather-card strong #tourWeatherWind::after {
		content: "ms";
	}

	.tour-map-card {
		position: fixed;
		top: 148px;
		right: 10px;
		z-index: 20;
		display: flex;
		align-items: center;
		justify-content: center;
		width: clamp(102px, 28vw, 112px);
		min-height: 42px;
		padding: 4px 6px;
		gap: 3px;
		border: 1px solid rgba(229, 238, 137, 0.72);
		border-radius: 999px;
		color: #17210f;
		background: linear-gradient(180deg, #e6f188, #b9d45d);
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28), 0 0 0 2px rgba(9, 20, 10, 0.2);
		text-align: center;
	}

	.tour-map-card__arrow,
	.tour-map-card small {
		display: none;
	}

	.tour-map-card__icon {
		display: grid;
		place-items: center;
		width: 16px;
		height: 16px;
		flex: 0 0 16px;
	}

	.tour-map-card__icon svg {
		width: 16px;
		height: 16px;
		stroke-width: 4;
	}

	.tour-map-card strong {
		font-size: 0;
		line-height: 1;
		white-space: nowrap;
	}

	.tour-map-card strong::after {
		content: "배치도보기";
		display: block;
		font-size: 13px;
		font-weight: 900;
		line-height: 1.1;
		white-space: nowrap;
	}

	.tour-share-modal {
		top: 84px;
		right: 12px;
		left: 12px;
		width: auto;
		padding: 18px;
	}

	.tour-share-header h2 {
		font-size: 22px;
	}

	.tour-location-chip {
		width: 100%;
		min-height: 40px;
		padding: 0 14px;
		gap: 6px;
		border-radius: 999px;
	}

	.tour-location-chip span {
		font-size: 17px;
	}

	.tour-location-chip strong {
		font-size: 14px;
	}

	.tour-location-chip strong::before {
		content: "";
	}

	.tour-auto-button {
		align-self: flex-end;
		min-height: 38px;
		padding: 6px 11px;
	}

	.tour-auto-button__icon {
		width: 28px;
		height: 28px;
	}

	.tour-auto-button span {
		font-size: 13px;
	}

	.tour-menu {
		top: 16px;
		left: 12px;
		width: min(300px, calc(100vw - 24px));
		height: auto;
		max-height: none;
		padding: 10px 9px;
		overflow: hidden;
	}

	.tour-menu .tour-menu__header,
	.tour-menu .tour-tabs,
	.tour-menu .tour-menu__auto {
		flex: 0 0 auto;
	}

	.tour-menu .tour-panel.is-active {
		flex: 0 0 auto;
		min-height: 0;
		overflow: visible;
		padding: 8px;
	}

	.tour-menu.is-collapsed {
		width: 68px;
		height: auto;
		max-height: 68px;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
		overflow: visible;
	}

	.tour-menu.is-collapsed .tour-menu__header {
		margin: 0;
		padding: 0;
		border: 0;
	}

	.tour-menu.is-collapsed .tour-menu__toggle {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: rgba(8, 13, 9, 0.88);
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
	}

	.tour-menu.is-collapsed .tour-panel,
	.tour-menu.is-collapsed .tour-menu__auto {
		display: none;
	}

	.tour-menu__brand h1 {
		font-size: 15px;
	}

	.tour-tabs__button {
		height: 42px;
		min-height: 0;
		font-size: 13px;
	}

	.tour-panel__title {
		margin-bottom: 6px;
	}

	.tour-panel__title h2 {
		font-size: 13px;
	}

	.tour-panel__title p {
		margin-top: 4px;
		font-size: 10px;
		line-height: 1.35;
	}

	.tour-list {
		gap: 5px;
	}

	.tour-list__item {
		height: 42px;
		min-height: 0;
		padding: 6px 8px;
	}

	.tour-list__icon {
		width: 24px;
		height: 24px;
	}

	.tour-list__text {
		font-size: 13px;
	}

	.tour-menu__auto {
		margin-top: 8px;
		padding-top: 8px;
	}

	.tour-menu__auto .tour-auto-button {
		min-height: 38px;
	}

	.tour-site-slider {
		right: 12px;
		bottom: 12px;
		left: 12px;
		width: auto;
		padding: 11px 12px 12px;
	}

	.tour-site-slider__header {
		gap: 10px;
	}

	.tour-site-slider__header h2 {
		font-size: 14px;
	}

	.tour-site-slider__header p {
		font-size: 10px;
	}

	.tour-site-slider__track {
		grid-auto-columns: 112px;
	}
}
