@charset "utf-8";

/* 
   Design System / Root
 */
:root {
  --primary: #A48953;
  --text-dark: #2c2c2c;
  --text-muted: #6a7282;
  --text-sub: #979ba0;
  --serif:'Aboreto', serif;
  --cream: #F4EEE3; --border: rgba(51, 48, 42, 0.13);
  --point:#ffbf3e;

  --fs-64: clamp(36px, 5.6vw, 64px);
  --fs-56: clamp(32px, 4.9vw, 56px);
  --fs-48: clamp(30px, 4.2vw, 48px);
  --fs-44: clamp(29px, 3.85vw, 44px);
  --fs-40: clamp(28px, 3.5vw, 40px);
  --fs-36: clamp(27px, 3.15vw, 36px);
  --fs-32: clamp(25px, 2.8vw, 32px);
  --fs-28: clamp(23px, 2.45vw, 28px);
  --fs-26: clamp(22px, 2vw, 26px); 
  --fs-24: clamp(20px, 2.1vw, 24px);
  --fs-22: clamp(19px, 1.9vw, 22px);
  --fs-20: clamp(18px, 1.75vw, 20px);
  --fs-18: clamp(15px, 1.575vw, 18px);
  --fs-16: clamp(13px, 1.4vw, 16px);
  --fs-14: clamp(12px, 1.2vw, 14px);
}

/* =========================
           main
========================= */
.popup-m{display:none}
@media (max-width:1024px){
	.popup-m{display:flex; align-items:center; justify-content:space-between; background:var(--primary);color:#fff;padding:12px 4%;}
	.popup-m h3{font-size:var(--fs-18);}
	.popup-m p{font-size:var(--fs-16);}
}

/* Typography Utility */
.label-en {font-family: var(--serif); letter-spacing: 0.15em; text-transform: uppercase; font-size: var(--fs-14); color: var(--text-muted);}
body{word-break:keep-all;}

/* Header & GNB */
.site-header {position: fixed; top: 0; left: 0; width: 100%; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 4%; height: 80px; transition: background 0.4s, backdrop-filter 0.4s;}
.site-header.scrolled { background: rgba(255,255,255,0.75); backdrop-filter: blur(8px); box-shadow:0 0 10px rgba(0,0,0,0.05);}
.site-header.scrolled .gnb-nav a {color: var(--text-dark);}
.site-header.scrolled .header-btn {background: var(--primary); color: #fff;}
.header-logo img {height: 34px; width: auto;}
.header-right {display: flex; align-items: center; gap: 42px;}
.gnb-nav {display: flex; align-items: center; gap: 48px;}
.gnb-nav a {font-size: var(--fs-16); font-weight: 600; color: rgba(255,255,255,0.85); letter-spacing: 0.02em; transition: opacity 0.2s;}
.gnb-nav a:hover {opacity: 0.7;}
.header-btn-wrap{display:flex; gap:4px;}
.header-btn {font-family:'Hahmlet','Pretendard', serif;margin-top:6px; letter-spacing:0.14em; display: inline-flex; align-items: center; justify-content: center; padding:4px 18px 6px; min-width:100px; height:40px; font-size: var(--fs-16);transition: opacity 0.2s;}
.header-btn1 {background: var(--primary); color: #fff; }
.header-btn2 {border:1px solid var(--primary); color:var(--primary); }
.header-btn1:hover {opacity: 0.85;}
.header-btn2:hover{background:var(--primary); color:#fff}
.ham-btn {flex-direction: column; justify-content: center; gap: 7px; cursor: pointer; padding: 8px; width: 40px; height: 40px; background: none; border: none;}
.ham-btn span {display: block; height: 1px; background: #fff; transition: transform 0.35s ease, opacity 0.25s ease, width 0.35s ease, background 0.3s;}
.ham-btn span:nth-child(1) {width: 24px;}
.ham-btn span:nth-child(2) {width: 14px; margin-left: auto;}
.ham-btn span:nth-child(3) {width: 24px;}
.ham-btn.open span:nth-child(1) {transform: translateY(8px) rotate(45deg); width: 22px;}
.ham-btn.open span:nth-child(2) {opacity: 0; transform: translateX(-6px);}
.ham-btn.open span:nth-child(3) {transform: translateY(-8px) rotate(-45deg); width: 22px;}
.site-header.scrolled .ham-btn span {background: var(--text-dark);}
.site-header.scrolled .header-logo img {filter: brightness(0);}
/* 임시 모바일 팝업 사용시
@media (max-width:1024px) {
	.site-header{top:75px;}
	.site-header.scrolled{top: 0px;}
}
*/
@media (max-width:1024px){
	.header-btn{padding: 0px 10px 2px;margin-top:0;height: 27px;min-width:auto;border-radius: 30px;}
	.header-btn-wrap{gap:0}
}
@media (max-width:768px) {
	.site-header{height:70px;}
	.header-logo img{height:26px;}
	.gnb-nav {display: none;}
	.ham-btn {display: flex;}
	.header-right{gap:8px;}
	
}

/* Mobile Nav Overlay */
.mobile-nav {position: fixed; inset: 0; z-index: 99; background: rgba(38,30,24,0.97); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.4s ease;}
.mobile-nav.open {opacity: 1; pointer-events: all;}
.mobile-nav-deco {width: 1px; height: 60px; background: rgba(201,168,104,0.4); margin-bottom: 48px;}
.mobile-gnb {display: flex; flex-direction: column; align-items: center; gap: 0;}
.mobile-gnb a {font-size: var(--fs-36); font-weight: 300; color: rgba(255,255,255,0.75); letter-spacing: 0.06em; padding: 14px 0; transition: color 0.2s;}
.mobile-gnb a:hover {color: var(--primary);}
.mobile-nav-reserve {margin-top: 48px; font-family: var(--serif); font-size: var(--fs-14); letter-spacing: 0.2em; color: var(--primary); border: 1px solid rgba(201,168,104,0.5); padding: 12px 36px; text-transform: uppercase; transition: background 0.2s, color 0.2s;}
.mobile-nav-reserve:hover {background: var(--primary); color: #fff;}

/* Hero Section */
.section-hero {position: relative; width: 100%; height: 100vh; min-height: 600px; overflow: hidden;}
.section-hero .hero-bg {position: absolute; inset: 0;}
.section-hero .hero-swiper,.section-hero .hero-swiper .swiper-wrapper,.section-hero .hero-swiper .swiper-slide {height: 100%;}
.section-hero .hero-slide-bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: center center / cover no-repeat;transform-origin: center center; will-change: transform;}
.section-hero::after {content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(0,0,0,0.45) 10%, rgba(0,0,0,0) 65%); pointer-events: none;}
.section-hero .hero-content {position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%); text-align: center;}
.section-hero .hero-content p{font-size:var(--fs-20);color:rgba(255,255,255,0.7)}
.section-hero .fade-up {opacity: 0;}
.section-hero .hero-title {font-size: var(--fs-64); font-family: var(--serif); font-weight: 300; color: #fff; line-height: 1.25; letter-spacing: -0.03em;}
.section-hero .hero-title strong {font-weight: 400;}
.section-hero .hero-progress {position: absolute; left: 50%; bottom: 22%; z-index: 2; display: flex; align-items: center; gap: 12px; transform: translateX(-50%);}
.section-hero .prog-current {font-size: var(--fs-16); font-weight: 600; color: #fff;}
.section-hero .prog-total {font-size: var(--fs-16); font-weight: 600; color: rgba(255,255,255,0.5);}
.section-hero .prog-bar {position: relative; width: 180px; height: 1px; background: rgba(255,255,255,0.35);}
.section-hero .prog-fill {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; transform-origin: left center;}
.section-hero .swiper-button-prev,.section-hero .swiper-button-next {position: static; width: 28px; height: 28px; margin: 0; color: transparent; opacity: 0.7; transition: opacity 0.2s; flex-shrink: 0;}
.section-hero .swiper-button-prev:hover,.section-hero .swiper-button-next:hover {opacity: 1;}
.section-hero .swiper-button-prev::after,.section-hero .swiper-button-next::after {content: ''; display: block; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff;}
.section-hero .swiper-button-prev::after {transform: rotate(-135deg);}
.section-hero .swiper-button-next::after {transform: rotate(45deg);}
.section-hero .hero-indicator {position: absolute; right: 5%; bottom: 8%; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; display:none}
.section-hero .hero-indicator .line {width: 1px; height: 80px; background: rgba(255,255,255,0.15); overflow: hidden;}
.section-hero .hero-indicator .line::after {content: ''; display: block; width: 100%; height: 100%; background: rgba(255,255,255,0.6); animation: scroll-bar 2s ease infinite;}
@keyframes scroll-bar {0% {transform: translateY(-100%);} 100% {transform: translateY(100%);}}
.section-hero .hero-indicator span {font-size: 12px; text-transform: uppercase; color: rgba(255,255,255,0.3);}
@media (max-width:768px) {
	.section-hero .hero-content {width: 90%;}
	.section-hero .hero-progress {bottom: 18%;}
	.section-hero .prog-bar {width: 120px;}
	.section-hero .hero-indicator {display:none}
}


/* Brand Story Section */
/*.section-brand-story {background: #faf9f8 url(../img/content/main/brand-sky.jpg) no-repeat center top / cover;position:relative;overflow:hidden}*/
.section-brand-story {background:linear-gradient(0deg, #faf9f8 30%, #dfecf6);position:relative;overflow:hidden}
.section-brand-story .brand-text-wrap {padding: 20vmin 0 8vmin;position:relative;z-index:1;max-width: 1400px;margin: 0 auto;}
.section-brand-story .brand-cols {display: flex;justify-content: space-between;gap: 60px;align-items: start;}
.section-brand-story .brand-title {font-size: var(--fs-56); font-weight: 400; line-height: 1.3; letter-spacing: -0.025em; color:#17192cbf;}
.section-brand-story .brand-right {padding-top: 28px;}
.section-brand-story .brand-label {font-family: var(--serif); font-size: var(--fs-16); letter-spacing: 0.15em; color: var(--text-muted); margin-bottom: 28px;}
.section-brand-story .brand-body {font-size: var(--fs-18); color: var(--text-sub); line-height:1.6; font-weight: 300;}
.section-brand-story .brand-body p {margin-bottom: 12px;}
.section-brand-story .brand-body p:last-child {margin-bottom: 0;}
.section-brand-story .stats-wrap {border-top: 1px solid #ffffff75;margin: 0 auto;padding: 6vmin 0;position: relative;z-index: 1;max-width: 1400px;}
.section-brand-story .stats-grid {display: flex;justify-content: space-between;}
.section-brand-story .stat-item {padding: 4vmin 0 4vmin; }
.section-brand-story .stat-item:last-child {border-right: none;}
.section-brand-story .stat-num {font-size: var(--fs-48); font-weight: 400; color:#303a49bf; line-height: 1.2; margin-bottom:16px;}
.section-brand-story .stat-num span{font-size:var(--fs-32);}
.section-brand-story .stat-en {font-family: var(--serif); font-size: var(--fs-18); letter-spacing: 0.1em; color: var(--text-muted); margin-bottom:10px; display: block;}
.section-brand-story .stat-ko {font-size: var(--fs-18); color: var(--text-muted); font-weight: 300; line-height: 1.6;}
.section-brand-story .brand-img-wrap {height:700px;overflow: hidden;position: relative;margin-top: 5vh;/* position: absolute; *//* margin-top: 4vmin; */z-index: 0;}
.section-brand-story .brand-img-wrap img {width: 100%;height: 800px;object-fit: cover;object-position: center top;/* position: absolute; *//* top: -47%; */}

@media (max-width:1200px) {
	.section-brand-story .brand-cols {gap: 40px;}
}
@media (max-width:768px) {
	.br-hide{display:none}
	.section-brand-story .brand-body p{margin-bottom:0}
	.section-brand-story .brand-cols, 
	.section-brand-story .stats-grid{flex-direction:column; text-align:center; align-items:center;}
	.section-brand-story .brand-cols{align-items:center;}
	.section-brand-story .brand-right {padding-top: 0;}
	.section-brand-story .stat-item {border-right: none;}
	.section-brand-story .stat-item+.stat-item{border-left:none;padding-left:0;margin-left:0}
	.section-brand-story .stat-item:last-child {border-bottom: none;}
	.section-brand-story .stat-num{margin-bottom:0}
	.section-brand-story .brand-img-wrap{height:300px; margin-top:0}
	.section-brand-story .brand-img-wrap img{height:100%;position:static;}
}

/* Essence Section */
.section-essence {position: relative; height: 105dvh; min-height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.section-essence .essence-swiper {position: absolute; inset: 0;}
.section-essence .essence-swiper .swiper-slide img {width: 100%; height: 100%; object-fit: cover; transform-origin: center; animation: none;}
.section-essence .essence-swiper .swiper-slide-active img {animation: kenburns 6s ease-out forwards;}
@keyframes kenburns {from {transform: scale(1.08);} to {transform: scale(1);}}
.section-essence .essence-overlay {position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.42) 10%, rgba(0,0,0,0.15) 50%); pointer-events: none; z-index: 1;}
.section-essence .essence-content {position: relative; z-index: 2; text-align: center;  padding: 0 5%;}
.section-essence .essence-label {font-family: var(--serif); font-size: var(--fs-16); font-weight:600; letter-spacing: 0.22em; color:#8b613d;; margin-bottom: 32px; display: block;}
.section-essence .essence-main-title {font-family: var(--serif); font-size: clamp(40px, 7vw, 100px); font-weight:500; letter-spacing: 0.1em; color:transparent; background:linear-gradient(45deg, #795333, #e6ac51); background-clip:text;  line-height: 1; margin-bottom: 40px; text-transform: uppercase;}
.section-essence .essence-sub-title {display:none; font-size: var(--fs-20); font-weight: 500; color: var(--primary); line-height: 1.5; margin-bottom: 16px;}
.section-essence .essence-body {font-size: var(--fs-18); color:rgba(255,255,255,0.7); line-height: 2; font-weight: 500;}
/* Essence Pagination */
.essence-pagination {position: absolute; bottom: 7%; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; gap: 36px;}
.ep-item {cursor: pointer; width:10dvw; min-width: 100px;}
.ep-label {display: block; text-align:center; font-family: var(--serif); font-size: var(--fs-16); letter-spacing: 0.08em; color: rgba(255,255,255,0.4); margin-bottom: 10px; white-space: nowrap; transition: color 0.4s;}
.ep-item.active .ep-label {color: rgba(255,255,255,0.9);}
.ep-bar {height: 2px; background: rgba(255,255,255,0.2); position: relative; overflow: hidden;}
.ep-fill {position: absolute; left: 0; top: 0; height: 100%; width: 0; background: #fff;}
.ep-item.active .ep-fill {animation: ep-progress  5.8s linear forwards;}
@keyframes ep-progress {from {width: 0;} to {width: 100%;}}
@media (max-width:1024px){
	.section-essence .essence-content{top:-7%;}
	.section-essence .essence-label, .section-essence .essence-main-title{margin-bottom:16px;}
	.section-essence .essence-swiper .swiper-slide img{object-position:center right;}
	.essence-pagination{display:grid; grid-template-columns:repeat(3, 1fr);gap:20px 10px;}
	.ep-label{font-size:var(--fs-14);}
}
@media (max-width:768px){
	.section-essence .essence-body{line-height:1.6;}
}

/* Gallery / 수:담 Section */
.section-gallery {background:url(../img/content/main/gallery-bg.jpg) no-repeat center / cover; position: relative; padding: 12vmin 0;}
.section-gallery .gallery-head {text-align: center; margin-bottom: 10vmin; padding: 0 5%;}
.section-gallery .gallery-label {font-family: var(--serif); font-size: var(--fs-16); letter-spacing: 0.22em; color: #929292; margin-bottom: 28px; display: block;}
.section-gallery .gallery-logo {max-width:380px; margin: 0 auto 28px;}
.section-gallery .gallery-sub-title {font-size: var(--fs-20); font-weight: 500; color:var(--primary); line-height: 1.6; margin-bottom: 14px;}
.section-gallery .gallery-body {font-size: var(--fs-18); color: #9d9d9d; line-height: 2.1; font-weight: 300;}
.section-gallery .gallery-imgs {display: flex; gap: 24px; padding: 0 10%; position: relative; z-index: 2; align-items: flex-start;}
.section-gallery .gallery-img-item {flex: 1 1 0; overflow: hidden; transition: flex-grow 0.6s ease; box-shadow: 20px 30px 30px rgba(0,0,0,0.1);}
.section-gallery .gallery-imgs:has(.gallery-img-item:hover) .gallery-img-item {flex-grow: 0.5;}
.section-gallery .gallery-imgs:has(.gallery-img-item:hover) .gallery-img-item:hover {flex-grow: 2.5;}
.section-gallery .gallery-img-item img {width: 100%; height: 600px; object-fit: cover;}
.section-gallery .gallery-img-item:nth-child(2) {margin-top: 40px;}
.section-gallery .gallery-img-item:nth-child(3) {margin-top: 80px;}
@media (max-width:768px) {
	.section-gallery .gallery-logo{max-width:200px; margin:0 auto 10px;}
	.section-gallery .gallery-body{line-height:1.6;}
	.section-gallery .gallery-imgs {flex-direction: column; align-items: stretch;padding:0 5%;}
	.section-gallery .gallery-img-item {flex: none;}
	.section-gallery .gallery-img-item:nth-child(2),
	.section-gallery .gallery-img-item:nth-child(3) {margin-top: 0;}
	.section-gallery .gallery-img-item img {height: 300px;}
}

/* Room Section */
.section-room {background: #fff; padding-top: 10vmin;}
.section-room .room-head {text-align: center; padding: 0 5% 10vmin;}
.section-room .room-label {font-family: var(--serif); font-size: var(--fs-16); letter-spacing: 0.15em; color: var(--text-muted); margin-bottom: 24px; display: block;}
.section-room .room-title {font-size: var(--fs-48); font-weight: 300; line-height: 1.35; color: var(--text-dark);}
.section-room .room-intro {position: relative; height: 100vh; min-height: 400px; overflow: hidden; margin-bottom: 6vmin;}
.section-room .room-intro .room-intro-swiper {position: absolute; inset: 0;}
.section-room .room-intro .room-intro-swiper .swiper-slide img {width: 100%; height: 100%; object-fit: cover;}
.section-room .room-intro .room-intro-swiper .swiper-slide-active img {animation: kenburns 6s ease-out forwards;}
.section-room .room-intro-text {display: block; color:#fff; position: absolute; top: 60%; left: 50%; transform: translate(-50%, -50%); z-index: 10; text-align: center; width: 100%;}
.section-room .room-intro-text .intro-main {font-family: var(--serif); font-size: clamp(40px, 4.5vw, 90px); letter-spacing: 0.08em; margin-bottom:3dvh; line-height: 1.1;}
.section-room .room-intro-text .intro-desc {font-size: var(--fs-18); font-weight: 500; line-height: 2.2;}
.section-room .room-item {display: grid; grid-template-columns: 1fr 1.9fr; min-height: 800px; margin-top:10vh}
.section-room .room-item.reverse {grid-template-columns: 1.9fr 1fr; }
.section-room .room-detail {display: flex; flex-direction: column; justify-content: center; padding: 6vmin 8%;}
.section-room .room-item-label {font-family: var(--serif); font-size: var(--fs-14); letter-spacing: 0.15em; color: var(--text-muted); margin-bottom: 20px; display: block;}
.section-room .room-item-title {font-size: var(--fs-36); font-weight: 300; color: var(--text-dark); line-height: 1.4; margin-bottom: 40px;}
.section-room .room-room-name {font-size: var(--fs-18); font-weight: 500; color: #8e6b63; margin-bottom: 10px;}
.section-room .room-item-desc {font-size: var(--fs-18); color: #7e7e7e; line-height: 2; font-weight: 300; word-break:keep-all;}
.section-room .room-slide-img {overflow: hidden; position: relative;}
/* Room Slide Swiper */
.room-swiper {position: absolute; inset: 0;}
.room-swiper .swiper-slide {overflow: hidden; position: relative; height: 100%;}
.room-parallax-img {position: absolute; top: 0; bottom: 0; left: -20%; width: 135%; height: 100%;}
.room-parallax-img img {width: 100%; height: 100%; object-fit: cover;}
/* Slide Nav (room / intro 공용) */
.intro-nav{position: absolute; bottom: 28px; left:50%; transform:translateX(-50%); z-index: 10; display: flex; align-items: center; gap: 18px;}
.room-slide-nav {position: absolute; bottom: 28px; left: 5%; z-index: 10; display: flex; align-items: center; gap: 18px;}
.room-item.reverse .room-slide-nav{left:auto; right:5%;} 
.slide-btn {flex-shrink:0; background: none; border: none; color: rgba(255,255,255,0.6); font-family: var(--serif); font-size: 11px; letter-spacing: 0.2em; cursor: pointer; padding: 0; transition: color 0.3s; user-select: none;}
.slide-btn:hover {color: #fff;}
.slide-btn.swiper-button-disabled {opacity: 0.3; pointer-events: none;}
.slide-pagination {display: flex; align-items: center;}
.slide-pagination .swiper-pagination-bullet {width: 28px; height:3px; border-radius: 0; background: rgba(255,255,255,0.3); opacity: 1; margin: 0; transition: background 0.4s, width 0.4s;}
.slide-pagination .swiper-pagination-bullet-active {background: #fff; width: 42px;}
@media (max-width:1200px) {
	.section-room .room-item {grid-template-columns: 1fr 1.6fr;}
	.section-room .room-item.reverse {grid-template-columns: 1.6fr 1fr;}
}
@media (max-width:1024px) {
	.section-room .room-intro{height:70dvh;}
}
@media (max-width:768px) {
	.slide-pagination{justify-content:center}
	.slide-pagination .swiper-pagination-bullet{width:14px}
	.slide-pagination .swiper-pagination-bullet-active{width:30px}
	.section-room .room-intro-text .intro-desc{display:none;}
	.room-slide-nav, .intro-nav{right:0; left:0; margin:0 auto; width:85%}
	.section-room .room-item {grid-template-columns: 1fr; min-height:auto; margin-top:0}
	.section-room .room-item.reverse {grid-template-columns: 1fr;  min-height:auto; margin-top:0}
	.section-room .room-item.reverse .room-slide-img {order: 2;}
	.section-room .room-slide-img {height: 300px; position: relative;}
}

/* Lounge Section */
.section-lounge {background: #fff;}
.section-lounge .lounge-head {text-align: center; padding: 12vh 5%;}
.section-lounge .lounge-title {font-size: var(--fs-48); font-weight: 400; line-height: 1.35; letter-spacing: -0.025em; color: var(--text-dark); margin-bottom: 24px;}
.section-lounge .lounge-body {font-size: var(--fs-18); color: var(--text-sub); line-height:2; font-weight: 300;}
.section-lounge .lounge-intro {position: relative; height: 100vh; min-height: 400px; overflow: hidden; margin-bottom:6vmin;}
.section-lounge .lounge-intro .lounge-intro-swiper {position: absolute; inset: 0;}
.section-lounge .lounge-intro .lounge-intro-swiper .swiper-slide img {width: 100%; height: 100%; object-fit: cover;}
.section-lounge .lounge-intro .lounge-intro-swiper .swiper-slide-active img {animation: kenburns 6s ease-out forwards;}
.section-lounge .lounge-intro-text {color:#fff; display: block; position: absolute; top: 55%; left: 50%; transform: translate(-50%, -50%); z-index: 10; text-align: center; width: 100%;}
.section-lounge .lounge-intro-title {font-family: var(--serif); font-size:clamp(48px, 4.5vw, 90px); letter-spacing: 0.05em; margin-bottom: 3dvh;}
.section-lounge .lounge-intro-desc {font-size: var(--fs-18); font-weight: 400; line-height: 2.2;}
.section-lounge .lounge-cards {overflow: hidden;}
.section-lounge .lounge-card {position: relative; overflow: hidden; min-height: 600px; display: flex; align-items:flex-start; justify-content: center;}
.section-lounge .lounge-card:hover img{transform:scale(1.1);}
.section-lounge .lounge-card img {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition:all 0.5s ease;}
.section-lounge .lounge-card::before {content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.35); z-index: 1;}
.section-lounge .lounge-card-body {position: relative; z-index: 2; text-align: center; color: #fff; padding: 32px 20px;margin-top:16vh}
.section-lounge .lounge-card-name {font-size: var(--fs-24); font-weight: 500; margin-bottom: 10px; line-height: 1.4;}
.section-lounge .lounge-card-desc {font-size: var(--fs-18); line-height: 1.6; font-weight: 300; color:rgba(255,255,255,0.8)}
/* Lounge Swiper Pagination */
.lounge-pagination {text-align: center; padding: 24px 0 0;}
.lounge-pagination .swiper-pagination-bullet {width: 28px; height: 2px; border-radius: 0; background: #ffffff50; opacity: 1; margin: 0 4px; transition: background 0.3s, width 0.3s;}
.lounge-pagination .swiper-pagination-bullet-active {background: #fff; width: 42px;}
@media (max-width:1024px) {
	.section-lounge .lounge-intro{height:70dvh;}
}
@media (max-width:768px) {
	.section-lounge .lounge-intro-desc{display:none;}
	.section-lounge .lounge-card{min-height:300px;}
	.section-lounge .lounge-card-body{margin-top:0;}
	.section-lounge .lounge-card-desc{font-size:var(--fs-16);}
}

/* Location Section */
.section-location {position: relative; padding: 0; overflow: hidden; background:url(../img/content/main/location-bg.jpg) no-repeat center bottom / cover;}
.section-location::before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 50%; background: linear-gradient(to bottom, #fff, rgba(255,255,255,0)); pointer-events: none; z-index: 1;}
.section-location .location-content {position: relative; z-index: 2; text-align: center; max-width: 640px; margin: 0 auto ; height:90dvh; align-content:center;}
.section-location .location-label {font-family: var(--serif); font-size: var(--fs-16); letter-spacing: 0.15em; color: rgba(191,161,129,0.9); margin-bottom: 24px; display: block;}
.section-location .location-title {font-size: var(--fs-48); font-weight: 400; line-height: 1.35; color: var(--text-dark); margin-bottom: 24px;}
.section-location .location-body {font-size: var(--fs-18); color: #656565; line-height: 1.8; margin-bottom: 36px;}
.section-location .location-btns {display: flex; gap: 20px; justify-content: center; margin-bottom:6vh;}
.section-location .location-btn {flex:1; padding: 14px 48px; border: 1px solid #aeaeae; font-size: var(--fs-18); color: #8e8e8e; font-weight: 300; transition: border-color 0.2s, color 0.2s; min-width: 180px;}
.section-location .location-btn:hover {border-color: var(--primary); color: var(--primary);}
.section-location .location-info {display: flex; flex-flow:column wrap; gap: 24px; justify-content: center; align-items:center; font-size: var(--fs-16);}
.section-location .location-info-item {display: flex;  flex-flow:column wrap; gap: 8px; align-items: center;}
.section-location .location-info-label {color: var(--primary); font-weight: 700;}
.section-location .location-info-value {color:#909090; line-height:1.8;font-weight:300;}
.root_daum_roughmap_landing{height:500px;}
.root_daum_roughmap .wrap_map{height:100%!important;}
.section_address{display:none;}
@media (max-width:768px) {
	.section-location .location-btns {gap:10px;align-items: center; width:90%; margin:0 auto 36px;}
	.section-location .location-btn{min-width:auto;font-size:var(--fs-16); padding:10px 0;}
	.section-location .location-info {flex-direction: column; gap: 10px;}
	.location-map .root_daum_roughmap{height:300px;} 
}



/* =========================
            sub
========================= */
h1, h2, h3 {margin: 0; font-family: "Aboreto", "Noto Serif KR", serif; font-weight: 300; text-wrap: balance;}
h2 em, h3 em {font-style: normal; font-weight: 400; font-size: 0.6em; color: var(--text-muted); margin-left: 14px;}
/* Slider Nav */
.sub-slider-nav {display: flex; align-items: center; gap: 16px;}
.sub-slider-count {font-family: "Aboreto", serif; font-size: var(--fs-20); color: var(--text-muted); min-width: 52px; text-align: center; font-variant-numeric: tabular-nums;}
.sub-slider-btn {display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(51, 48, 42, 0.24); background: transparent; color: var(--text-dark); cursor: pointer; font-size: var(--fs-16); transition: background 0.35s, color 0.35s, border-color 0.35s;}
.sub-slider-btn:hover {background: var(--text-dark); border-color: var(--text-dark); color: var(--cream);}
.sub-slider-nav.sub-inverse .sub-slider-count {color: var(--cream);}
.sub-slider-nav.sub-inverse .sub-slider-btn {border-color: rgba(244, 238, 227, 0.4); color: var(--cream);}
.sub-slider-nav.sub-inverse .sub-slider-btn:hover {background: var(--cream); border-color: var(--cream); color: var(--text-dark);}


/* sub - Hero (공통) */
.sub-hero {position: relative; height: 100dvh; overflow: hidden; background: #2A2620; color: var(--cream);}
.sub-hero-bg {position: absolute; inset: 0; z-index: 0; background: #29251E; overflow: hidden;}
.sub-hero-bg .swiper {position: absolute; inset: 0;}
.sub-hero-bg .swiper-slide {overflow: hidden;}
.sub-hero-bg img {position: absolute; /*inset: -8%;*/ width: 116%; height: 116%; object-fit: cover; transform-origin: center; will-change: transform;}
.sub-hero-bg::after {content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgb(23 20 16 / 50%), rgb(23 20 16 / 0%) 55%, rgb(23 20 16 / 0%));}
.sub-hero-name {position: absolute; top: 44%; left: 0; right: 0; z-index: 2; transform: translateY(-50%); padding: 0 20px; text-align: center; font-weight: 500; font-size: var(--fs-64); letter-spacing: 0.08em; line-height: 1.12; text-transform: uppercase; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4), 0 2px 34px rgba(0, 0, 0, 0.6);}
.sub-hero-name sup {display: block;  font-weight: 300; font-size: var(--fs-18); letter-spacing: 0.3em; line-height: 1; color: var(--point); margin-bottom: 2.5dvh;}
.sub-hero-foot {position: absolute; left: 40px; right: 40px; bottom: 6dvh; z-index: 2; display: flex; flex-flow: column; align-items: center; text-align: center; gap: 6dvh;}
.sub-hero-kicker {display: block; font-size: var(--fs-14); letter-spacing: 0.32em; text-transform: uppercase; color: var(--primary); margin-bottom: 14px;}
.sub-hero-tagline {max-width: 620px; font-weight: 300; font-size: var(--fs-22); line-height: 1.85; color: rgba(244, 238, 227, 0.9);}
.sub-scroll-cue {display:none; flex: none; position: relative; width: 1px; height: 9dvh; background: rgba(244, 238, 227, 0.25); overflow: hidden;}
.sub-scroll-cue::after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 40%; background: linear-gradient(to bottom, transparent, var(--primary)); animation: cue-drop 2.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;}
@keyframes cue-drop {0% {transform: translateY(-100%);} 100% {transform: translateY(260%);}}
@media (max-width:768px) {
	.sub-hero-foot {left: 20px; right: 20px;}
	.sub-scroll-cue {display: none;}
}

/* sub - Section Intro (공통) */
.sub-sec-intro {padding: 10dvh 40px 8dvh; text-align: center;}
.sub-sec-intro h2 {font-size: var(--fs-40); line-height: 1.55; letter-spacing: -0.01em;}
.sub-sec-intro h2 sup {display: block; font-weight: 400; font-size: 0.45em; line-height: 1; color: var(--text-muted); margin-bottom: 2.5dvh;}
.sub-sec-desc {max-width: 800px; margin: 1.5dvh auto 0; font-weight: 300; font-size: var(--fs-20); line-height: 2.1; color: var(--text-sub); text-wrap: pretty;}
@media (max-width:768px) {
	.sub-sec-intro {padding: 11dvh 20px 9dvh;}
}

/* sub - Dark Section */
.sub-sec-dark {background: #26221C; color: var(--cream);}
.sub-sec-dark .sub-sec-intro h2, .sub-sec-dark h2 {color: var(--cream);}
.sub-sec-dark .sub-sec-intro h2 sup {color: rgba(244, 238, 227, 0.55);}
.sub-sec-dark h2 em, .sub-sec-dark h3 em {color: rgba(244, 238, 227, 0.5);}
.sub-sec-dark .sub-sec-desc {color: var(--cream);}

/* sub - Zoom Media */
.sub-zoom-media {overflow: hidden;}
.sub-zoom-media img {transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);}
.sub-zoom-media:hover img {transform: scale(1.045);}

/* sub - Parallax Break (공통) */
.sub-parallax-break {position: relative; height: 50dvh; min-height: 440px; overflow: hidden;}
.sub-parallax-break .swiper {height: 100%;}
.sub-parallax-break .swiper-slide {overflow: hidden;}
.sub-parallax-break .swiper-slide img {width: 100%; height: 100%; object-fit: cover; will-change: transform;}
.sub-parallax-break > img {position: absolute; inset: -35% 0; width: 100%; height: 170%; object-fit: cover; will-change: transform;}
.sub-parallax-tall {height: 88dvh; min-height: 460px;}
.sub-parallax-tall .sub-parallax-quote p {font-size: var(--fs-36);}
.sub-parallax-break::after {content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(20, 18, 14, 0.44); pointer-events: none;}
.sub-parallax-quote {position: absolute; inset: 0; z-index: 2; display: flex; flex-flow: column; align-items: center; justify-content: center; gap: 20px; padding: 0 40px; text-align: center; pointer-events: none;}
.sub-parallax-kicker {font-family: "Aboreto", serif; font-size: var(--fs-14); letter-spacing: 0.32em; text-transform: uppercase; color: var(--primary);}
.sub-parallax-quote p { font: 300 var(--fs-28) var(--serif); line-height:1.8; color: var(--cream); text-wrap: balance; text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);}
.sub-parallax-quote .sub-slider-nav {margin-top: 2dvh; pointer-events: auto;}
@media (max-width:768px) {
	.sub-parallax-break {min-height: 360px;}
	.sub-parallax-quote {padding: 0 20px; gap: 14px;}
	.sub-parallax-quote br {display: none;}
	.sub-parallax-quote p {line-height: 1.85;}
	.sub-parallax-quote .sub-slider-nav {margin-top: 1.5dvh; gap: 12px;}
	.sub-parallax-quote .sub-slider-btn {width: 40px; height: 40px;}
	.sub-parallax-quote .sub-slider-count {font-size: var(--fs-16); min-width: 44px;}
}

/* sub - CTA (공통) */
.sub-cta {padding: 18dvh 40px; text-align: center; background-position: center; background-size: cover; background-repeat: no-repeat; color: var(--cream);}
.sub-cta h2 {font-size: var(--fs-40); line-height: 1.5; margin: 0 auto;}
.sub-cta-actions {display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 6dvh;}
.sub-cta-btn {display: inline-block; padding: 14px; min-width: 200px; font-size: var(--fs-16); letter-spacing: 0.08em; transition: background 0.3s; background: var(--cream); color: var(--text-dark);}
.sub-cta-btn:hover {background: #FFFFFF;}
.sub-cta-tel {font-family: "Aboreto", serif; min-width: 200px; padding: 14px 0; font-size: var(--fs-18); color: rgba(244, 238, 227, 0.88); border: 1px solid rgba(244, 238, 227, 0.88);}
.sub-cta-tel:hover {color: #FFFFFF;}
@media (max-width:768px) {
	.sub-cta {padding: 13dvh 20px;}
	.sub-cta h2 br {display: none;}
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
	.sub-scroll-cue::after {animation: none;}
	.swiper {transition: none;}
	.sub-zoom-media img {transition: none;}
}

/* 머무름 - room */
.stay-reserve-btn {display: inline-block; margin-top: 4dvh; padding: 15px 44px; border: 1px solid var(--primary); color: var(--primary); font-family: "Aboreto", "Noto Serif KR", serif; font-size: var(--fs-18); letter-spacing: 0.14em; text-transform: uppercase; transition: background 0.35s, color 0.35s;}
.stay-reserve-btn:hover {background: var(--primary); color: #FFFFFF;}

.stay-break {position: relative; height: 75dvh; min-height: 420px; overflow: hidden;}
.stay-break .swiper {height: 100%;}
.stay-break .swiper-slide {overflow: hidden;}
.stay-break .swiper-slide img {width: 100%; height: 100%; object-fit: cover; will-change: transform;}
.stay-break::after {content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(20, 18, 14, 0.62), rgba(20, 18, 14, 0.16) 45%, rgba(20, 18, 14, 0.24)); pointer-events: none;}
.stay-break-foot {position: absolute; left: 40px; right: 40px; top: 50%; transform: translateY(-50%); z-index: 3; display: flex; flex-flow: column; align-items: center; text-align: center; gap: 28px;}
.stay-break-kicker {font-size: var(--fs-14); letter-spacing: 0.3em; color: rgba(244, 238, 227, 0.72); margin-bottom: 14px;}
.stay-break-title {font-family: "Aboreto", serif; font-size: var(--fs-64); font-weight: 500; line-height: 1.12; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream); text-wrap: balance;}
@media (max-width:768px) {
	.stay-break-foot {left: 20px; right: 20px; gap: 20px;}
}

.stay-gallery {padding: 9dvh 0 11dvh; background: #F2F0EA;}
.stay-gallery-head {display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 0 40px; margin-bottom: 5dvh;}
.stay-gallery-head h2 {font-size: var(--fs-36);}
.stay-gallery .swiper-slide {width: min(1600px, 95vw); transition: opacity 0.6s;}
.stay-gallery .swiper-slide:not(.swiper-slide-active) {opacity: 0.1;}
.stay-gallery figure img {width: 100%; aspect-ratio: 1 / 0.5; object-fit: cover;}
@media (max-width:768px) {
	.stay-gallery-head {padding: 0 20px;}
}

.stay-features {padding: 0 40px 13dvh;}
.stay-features .w1400 {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 8dvh 110px; align-items: start;}
.stay-features h3 {font-size: var(--fs-36); margin-bottom: 4dvh;}
.stay-facility-list li {display: flex; align-items: center; gap: 16px; padding: 14px 0;font-size:var(--fs-18); font-weight: 300; color: var(--text-sub);}
.stay-facility-list li + li {border-top: 1px solid var(--border);}
.stay-facility-list svg {width: 21px; height: 21px; flex: none; fill: none; stroke: #6F7B67; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;}
@media (max-width:768px) {
	.stay-features {padding: 0 20px 10dvh;}
}

.stay-details {padding: 0 0 10dvh;}
.stay-details .w1400 {max-width: 1480px; padding: 0 40px; box-sizing: border-box;}
.stay-details-head {display: flex; flex-flow: column; gap: 5dvh; border-top: 1px solid var(--border); padding-top: 5dvh; margin-bottom: 6dvh;}
.stay-details-head .sub-slider-nav {justify-content: center;}
.stay-details-head .sub-slider-count {text-align: center;}
.stay-details-head h2 {position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap;}
.stay-specs {display: flex; flex-wrap: wrap; gap: 32px 0;}
.stay-specs > div {flex: 1; padding: 0 56px 0 0;}
.stay-specs > div + div {border-left: 1px solid rgba(51, 48, 42, 0.2); padding-left: 40px;}
.stay-specs dt {font-size: var(--fs-14); color: var(--text-muted);}
.stay-specs dd {font-family: "Aboreto", serif; font-size: var(--fs-26); margin-top: 10px; font-variant-numeric: tabular-nums;}
.stay-specs dd small {font-family: "Pretendard Variable", Pretendard, sans-serif; font-size: 0.58em; color: var(--text-muted); margin-left: 8px;}
.stay-details .swiper {width: 95vw; margin: 0 auto;}
.stay-details figure img {width: 100%; aspect-ratio: 1 / 1; object-fit: cover;}
@media (max-width:768px) {
	.stay-details {padding: 0 0 9dvh;}
	.stay-details .w1400 {padding: 0 20px;}
	.stay-specs {display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 0;}
	.stay-specs > div {padding-right: 20px;}
	.stay-specs > div + div {border-left: 0; padding-left: 0;}
	.stay-specs > div:nth-child(even) {border-left: 1px solid rgba(51, 48, 42, 0.2); padding-left: 20px;}
	.stay-specs dd small {display: block; margin: 6px 0 0; white-space: nowrap;}
}

.stay-notice {padding: 10dvh 40px;}
.stay-notice h2, .stay-marquee-info h2 {font-size: var(--fs-36);}
.stay-notice .w1400, .stay-marquee-info .w1400 {display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr); gap: 60px; align-items: start;}
.stay-notice li {padding: 15px 0; font-weight: 300; font-size: var(--fs-18); line-height: 1.85; color: var(--text-sub); max-width: 68ch;}
.stay-notice li + li {border-top: 1px solid var(--border);}
@media (max-width:768px) {
	.stay-notice {padding: 10dvh 20px;}
	.stay-notice .w1400 {grid-template-columns: 1fr; gap: 4dvh;}
}

.stay-marquee {padding: 0 0 13dvh; overflow: hidden;}
.stay-marquee-swiper .swiper-wrapper {transition-timing-function: linear;}
.stay-marquee-swiper .swiper-slide {overflow: hidden;}
.stay-marquee-swiper img {width: 100%; aspect-ratio: 3 / 4; object-fit: cover;}
.stay-marquee-info {padding: 10dvh 40px 0;}
.stay-marquee-info li {display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 16px 0; font-weight: 300; font-size: var(--fs-18); line-height: 1.85; color: var(--text-sub);}
.stay-marquee-info li + li {border-top: 1px solid var(--border);}
.stay-marquee-info li strong {font-weight: 500; color: var(--text-dark);}
@media (max-width:768px) {
	.stay-marquee {padding: 10dvh 0;}
	.stay-marquee-info {padding: 8dvh 20px 0;}
	.stay-marquee-info .w1400 {grid-template-columns: 1fr; gap: 30px;}
	.stay-marquee-info li {grid-template-columns: 1fr; gap: 4px;}
}

/* Essence Stories */
.ess-stories {padding: 0 40px 14dvh;}
.sub-parallax-break + .ess-stories {padding-top: 14dvh;}
.ess-item {display: grid; grid-template-columns: 1.15fr 1fr; gap: 5dvh 100px; align-items: center;}
.ess-item + .ess-item {margin-top: 14dvh;}
.ess-item img {width: 100%; aspect-ratio: 4 / 3.1; object-fit: cover;}
.ess-item-reverse {grid-template-columns: 1fr 1.15fr;}
.ess-item-reverse figure {order: 2;}
.ess-item h3 sup {display: block; font-family: "Pretendard Variable", Pretendard, sans-serif; font-weight: 600; font-size: var(--fs-14); letter-spacing: 0.22em; line-height: 1; color: var(--primary); margin-bottom: 3dvh;}
.ess-item h3 span {font-size: var(--fs-40); letter-spacing: 0.06em; line-height: 1.3; text-transform: uppercase;}
.ess-item-body p {max-width: 56ch; margin-top: 3.5dvh; font-weight: 300; font-size: var(--fs-18); line-height: 2.05; color: var(--text-sub); text-wrap: pretty;}
.ess-item-body .ess-tag {display: inline-block; max-width: none; margin-top: 4dvh; padding: 10px 26px; border: 1px solid var(--primary); color: var(--primary); font-size: var(--fs-14); letter-spacing: 0.14em; line-height: 1.8;}
@media (max-width:1200px) {
	.ess-item, .ess-item-reverse {gap: 5dvh 50px;}
}
@media (max-width:768px) {
	.ess-stories {padding: 0 20px 11dvh;}
	.sub-parallax-break + .ess-stories {padding-top: 11dvh;}
	.ess-item, .ess-item-reverse {grid-template-columns: 1fr;}
	.ess-item + .ess-item {margin-top: 11dvh;}
	.ess-item-reverse figure {order: 0;}
}

/* Gallery Intro */
.gallery-intro {position: relative; padding: 11dvh 40px 13dvh; text-align: center; overflow: hidden;}
.gallery-intro::before {content: ""; position: absolute; top: 0; left: 0; right: 0; height: 55%; background: url(../../../img/gallery-bg.jpg) center top / cover no-repeat; opacity: 0.55; pointer-events: none;}
.gallery-intro .w1400 {position: relative;}
.gallery-intro-label {display: block; font-size: var(--fs-14); letter-spacing: 0.3em; text-transform: uppercase; color: var(--primary); margin-bottom: 4dvh;}
.gallery-intro-logo {height: clamp(48px, 6vw, 62px); margin: 0 auto;}
.gallery-intro-sub {margin-top: 1dvh;  font-weight: 300; font-size: var(--fs-26); line-height: 1.7;}
.gallery-intro-body {max-width: 720px; margin: 3dvh auto 0; font-weight: 300; font-size: var(--fs-18); line-height: 2.1; color: var(--text-sub); text-wrap: pretty;}
.gallery-intro-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; margin-top: 9dvh; text-align: left;}
.gallery-intro-grid figure:nth-child(2) {margin-top: 5dvh;}
.gallery-intro-grid img {width: 100%; aspect-ratio: 4 / 5; object-fit: cover;}

@media (max-width:768px) {
	.gallery-intro {padding: 11dvh 20px 10dvh;}
	.gallery-intro-grid figure:nth-child(2) {margin-top: 0;}
}

/* Lounge */
.lounge {padding: 0 0 11dvh;}
.lounge .sub-sec-intro {padding:10dvh 40px 6dvh}
.lounge-slider .swiper {width: 95vw; margin: 0 auto;}
.lounge-slider img {width: 100%; aspect-ratio: 4 / 3; object-fit: cover;}
.lounge-slider .sub-slider-nav {justify-content: center; margin-top: 4dvh;}
.lounge-slider .sub-slider-count {text-align: center;}
.lounge-info {max-width: 1400px; margin: 9dvh auto 0; padding: 0 40px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr); gap: 40px; align-items: start; text-align: left;}
.lounge-info h3 {font-size: var(--fs-36); line-height: 1.4;}
.lounge-info p {font-weight: 300; font-size: var(--fs-18); line-height: 2.05; color: var(--cream); text-wrap: pretty;}
@media (max-width:768px) {
	.lounge-info {padding: 0 20px; grid-template-columns: 1fr; gap: 3dvh; margin-top: 7dvh;}
}

/* Lounge Menu Cards */
.lounge-cards {padding: 11dvh 40px; text-align: center;}
.lounge-cards h2 {font-size: var(--fs-40); line-height: 1.55;}
.lounge-cards h2 sup {display: block; font-weight: 400; font-size: 0.45em; line-height: 1; color: var(--text-muted); margin-bottom: 1.5dvh;}
.lounge-cards-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 6dvh 24px; margin-top: 5dvh; text-align: left;}
.lounge-cards-grid img {width: 100%; aspect-ratio: 3 / 4; object-fit: cover;}
.lounge-cards-grid figcaption {margin-top: 20px; font-weight: 300; color: var(--text-sub);}
.lounge-cards-grid strong {display: block; font-weight: 500; font-size: var(--fs-20); color: var(--text-dark); margin-bottom: 6px;}
@media (max-width:768px) {
	.lounge-cards {padding: 10dvh 20px;}
}

/* Map & Address */
.loc-map {padding: 0 40px 13dvh;}
.loc-map .w1400 {display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr); gap: 6dvh 70px; align-items: start;}
.loc-map-info h2 {font-size: var(--fs-36); margin-bottom: 5dvh;}
.loc-map-info dl > div {padding: 22px 0; border-top: 1px solid var(--border);}
.loc-map-info dt {font-family: "Aboreto", serif; font-size: var(--fs-14); letter-spacing: 0.22em; text-transform: uppercase; color: var(--primary); margin-bottom: 10px;}
.loc-map-info dd {font-weight: 300; font-size: var(--fs-16); line-height: 1.9; color: var(--text-sub);}
.loc-map-info dd a:hover {color: var(--text-dark);}
.sub-map-btns {display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4dvh;}
.sub-map-btn {display: inline-block; padding: 13px 30px; border: 1px solid rgba(51, 48, 42, 0.3); font-size: var(--fs-14); letter-spacing: 0.06em; transition: background 0.35s, color 0.35s, border-color 0.35s;}
.sub-map-btn:hover {background: var(--text-dark); border-color: var(--text-dark); color: var(--cream);}
.loc-map-embed {min-height: 420px;}
.loc-map-embed .root_daum_roughmap {width: 100% !important;height:580px}
.loc-map-embed .root_daum_roughmap:empty {display: flex; align-items: center; justify-content: center; min-height: inherit; background: #EFEDE7; border: 1px solid var(--border);}
.loc-map-embed .root_daum_roughmap:empty::after {content: "지도가 보이지 않는 경우, 카카오맵 · 네이버지도 버튼으로 위치를 확인해 주세요."; padding: 0 30px; font-size: var(--fs-14); color: var(--text-muted); text-align: center;}
@media (max-width:1200px) {
	.loc-map .w1400 {grid-template-columns: 1fr;}
}
@media (max-width:768px) {
	.loc-map {padding: 0 20px 10dvh;}
	.loc-map-embed {min-height: 320px;}
}

/* Directions */
.loc-ways {padding: 10dvh 40px 10dvh; background: #F2F0EA;}
.loc-ways h2 {font-size: var(--fs-36); text-align: center;}
.loc-ways-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 7dvh 60px; max-width: 1400px; margin: 5dvh auto 0;}
.loc-way i{display: block; width: 60px; height: 60px; background: var(--primary); text-align: center; align-content: center; border-radius: 50%;}
.loc-way svg {width: 34px; height: 34px; fill: none; stroke: #fff; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;}
.loc-way h3 { font-size: var(--fs-26); margin-top: 1dvh; font-weight:500}
.loc-way h3 em {font-size: 0.68em; margin-left: 10px;}
.loc-way ul {margin-top: 2dvh;}
.loc-way li {border-top: 1px solid var(--border);padding: 13px 0; font-weight: 300; font-size: var(--fs-16); line-height: 1.9; color: var(--text-sub);}
.loc-way strong {font-weight: 500; color: var(--text-dark);}
@media (max-width:768px) {
	.loc-ways {padding: 10dvh 20px 11dvh;}
}

/* About Heading */
.about-heritage h2, .about-space h2, .about-form h2, .about-courtyard h2 {font-size: var(--fs-40); line-height: 1.55; letter-spacing: -0.01em;}
.about-heritage sup, .about-space sup, .about-form sup, .about-courtyard sup {display: block; font-weight: 400; font-size: 0.45em; line-height: 1; color: var(--text-muted); margin-bottom: 2.5dvh;}
.about-form sup {color: rgba(244, 238, 227, 0.55);}

/* About Heritage */
.about-heritage {padding: 10dvh 40px 12dvh; text-align: center;}
.about-heritage-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 8dvh 32px; margin-top: 5dvh; text-align: left;}
.about-milestone {position: relative;}
.about-milestone img {width: 100%; aspect-ratio: 4 / 3; object-fit: cover;}
.about-milestone-year {position: absolute; top: 18px; left: 28px; font-family: "Aboreto", serif; font-size: clamp(40px, 5vw, 72px); line-height: 1; letter-spacing: 0.04em; color: var(--cream); text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45); font-variant-numeric: tabular-nums;}
.about-milestone figcaption {margin-top: 22px; font-weight: 300; color: var(--text-sub);}
.about-milestone strong {display: block; font-weight: 500; font-size: var(--fs-20); color: var(--text-dark); margin-bottom: 6px;}
@media (max-width:768px) {
	.about-heritage {padding: 11dvh 20px 9dvh;}
	.about-heritage-grid {gap: 7dvh 20px;}
	.about-milestone-year {left: 16px; top: 12px;}
}

/* About Culture Space */
.about-space {padding: 10dvh 40px; text-align: center;}
.about-space-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 6dvh 28px; margin-top: 8dvh; text-align: left;}
.about-space-card img {width: 100%; aspect-ratio: 3 / 4; object-fit: cover;}
.about-space-card figcaption {margin-top: 20px; font-weight: 300; color: var(--text-sub);}
.about-space-card strong {display: block; font-weight: 500; font-size: var(--fs-20); color: var(--text-dark); margin-bottom: 4px;}
@media (max-width:768px) {
	.about-space {padding: 10dvh 20px;}
}

/* About Form of Hanok */
.about-form {padding: 10dvh 40px 10dvh; text-align: center; overflow: hidden; background: linear-gradient(rgba(38, 34, 28, 0.92), #26221cf2 65%), url(../../../img/room/facility01.jpg) center top / cover no-repeat;}
.about-form-block {display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 6dvh; text-align: left;}
.about-form-reverse .about-form-body {order: 2;}
.about-form-body h3 {font-size: var(--fs-36); color: var(--cream);}
.about-form-body ul {margin-top: 4dvh;}
.about-form-body li {padding: 15px 0; font-weight: 300; font-size: var(--fs-18); color: var(--cream);}
.about-form-body li + li {border-top: 1px solid rgba(244, 238, 227, 0.14);}
.about-form-tag {display: inline-block; margin-top: 4dvh; padding: 10px 26px; border: 1px solid var(--primary); color: var(--primary); font-size: var(--fs-14); letter-spacing: 0.14em;}
.about-form-block figure {overflow: hidden;}
.about-form-block img {width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover;}
@media (max-width:768px) {
	.about-form {padding: 10dvh 20px 11dvh;}
	.about-form-block {grid-template-columns: 1fr; gap: 5dvh; margin-top: 10dvh;}
	.about-form-reverse .about-form-body {order: 0;}
}

/* About Courtyard */
.about-courtyard {padding: 10dvh 40px; text-align: center;}
.about-courtyard .swiper {margin-top: 7dvh;}
.about-courtyard .swiper-slide {overflow: hidden;}
.about-courtyard .swiper-slide img {width: 100%; aspect-ratio: 21 / 10; min-height: 380px; object-fit: cover; will-change: transform;}
.about-courtyard .sub-slider-nav {justify-content: center; margin-top: 4dvh;}
.about-courtyard .sub-slider-count {text-align: center;}
@media (max-width:768px) {
	.about-courtyard {padding: 10dvh 20px 11dvh;}
	.about-courtyard .swiper {margin-top: 5dvh;}
}

/* Info Rates */
.info-rate {padding: 8dvh 40px 10dvh;}
.info-rate h2, .info-season h2, .info-terms h2 {font-size: var(--fs-36);}
.info-rate-table {width: 100%; margin-top: 5dvh; border-collapse: collapse; text-align: center; font-variant-numeric: tabular-nums;}
.info-rate-table caption {position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap;}
.info-rate-table th, .info-rate-table td {padding: 20px 12px; border: 1px solid var(--border); font-weight: 300; font-size: var(--fs-18); color: var(--text-sub);}
.info-rate-table thead th {background: #F2F0EA; font-weight: 500; color: var(--text-dark);}
.info-rate-table tbody th {font-weight: 500; font-size: var(--fs-18); color: var(--text-dark);}
.info-rate-table tbody th small {display: block; margin-top: 6px; font-weight: 300; font-size: var(--fs-14); color: var(--text-muted);}
.info-rate-note {margin-top: 3dvh; font-size: var(--fs-14); color: var(--text-muted);}
.info-rate-adds {margin-top: 1.5dvh;}
.info-rate-adds li {position: relative; padding: 7px 0 7px 30px; font-weight: 300; line-height: 1.2; color: var(--text-sub);  font-size:var(--fs-18);}
.info-rate-adds li::before {content: "\21D2"; position: absolute; left: 0; color: var(--primary);}

@media (max-width:768px) {
	.info-rate {padding: 11dvh 20px 10dvh;}
	.info-rate-table, .info-rate-table tbody, .info-rate-table tr, .info-rate-table th, .info-rate-table td {display: block;}
	.info-rate-table {text-align: left;}
	.info-rate-table thead {position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%);}
	.info-rate-table tr + tr {margin-top: 24px;}
	.info-rate-table tbody th {background: #F2F0EA; text-align: center;}
	.info-rate-table tbody th small {display: inline; margin-left: 8px;}
	.info-rate-table td {display: flex; justify-content: space-between; gap: 20px; border-top: 0;}
	.info-rate-table td::before {content: attr(data-label); color: var(--text-muted);}
}

/* Info Peak Season */
.info-season {padding: 15dvh 40px; text-align: center; background: linear-gradient(rgba(38, 34, 28, 0.42), rgba(38, 34, 28, 0.62) 70%), url(../img/content/sub/info-season-bg.jpg) center 68% / cover no-repeat #26221C; background-attachment:fixed}
.info-season ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 6dvh;}
.info-season li {display: flex; flex-flow: column; align-items: center; justify-content: center; gap: 18px; padding:6dvh 24px; border: 1px solid rgba(244, 238, 227, 0.18); background: #ffd48d47; backdrop-filter: blur(8px); font-weight: 300; font-size: var(--fs-22); line-height: 1.9; color: var(--cream);}
.info-season svg {width: 46px; height: 46px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linecap: round; stroke-linejoin: miter;}
.info-season li p{line-height:1.4}
.info-season li p b{font-size:var(--fs-16);color:#d6c2aa; font-family:var(--serif)}
@media (max-width:1200px) {
	.info-season ul {grid-template-columns: repeat(2, 1fr);}
	.info-season li:last-child {grid-column: 1 / -1;}
}
@media (max-width:768px) {
	.info-season {padding: 11dvh 20px;}
	.info-season ul {grid-template-columns: 1fr;}
	.info-season li {padding: 3.5dvh 20px;}
}

/* Info Terms */
.info-terms, .cancel-notice {padding: 7dvh 40px; background: #F2F0EA;}
.info-terms .w1400, .cancel-notice .w1400 {display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr); gap: 60px; align-items: start;}
.info-terms li, .cancel-notice li {padding: 15px 0; font-weight: 300; line-height: 1.85; font-size:var(--fs-18); color: var(--text-sub); max-width: 68ch;}
.info-terms li + li, .cancel-notice li + li {border-top: 1px solid var(--border);}

@media (max-width:768px) {
	.info-terms, .cancel-notice {padding: 10dvh 20px 11dvh;}
	.info-terms .w1400, .cancel-notice .w1400 {grid-template-columns: 1fr; gap: 4dvh;}
}

/* Tour Hero  */
.tour-hero .sub-hero-bg::after, 
.tour-item-hero .sub-hero-bg::after {background:linear-gradient(to top, rgb(23 20 16 / 59%), rgb(23 20 16 / 35%) 45%, rgb(23 20 16 / 0%));}
.tour-item-hero{height: 56dvh; min-height: 400px;}
.tour-item-hero .sub-hero-name{font-size:var(--fs-56); top:50%;}
.tour-item-hero img{filter:blur(3px)}

/* Tour Overview */
.tour-overview {padding: 10dvh 40px 0;}
.tour-overview .w1400 {align-items:center; text-align:center}
.tour-overview h2 {font-size: var(--fs-36); line-height: 1.5;}
.tour-overview h2 sup {display: block;font-weight: 400;font-size: var(--fs-16);letter-spacing: 0.22em;text-transform: uppercase;color: var(--primary);margin-bottom: 1.5dvh;}
.tour-overview-body p {max-width: 75ch; margin: 3dvh auto 0; font-weight: 300; font-size: var(--fs-18); line-height: 2.05; color: var(--text-sub); text-wrap: pretty;}
.tour-overview-body .sub-map-btn {padding:13px 40px;margin-top: 4dvh; border-color:var(--primary); color:var(--primary);}
.tour-overview-body .sub-map-btn:hover{background:var(--primary); color:#fff;}
.tour-overview-info{margin-top: 7vh; padding-top: 4vh; border-top: 1px solid var(--border);}
.tour-overview-info dl{display:flex;}
.tour-overview-info dl > div  {flex:1; }
.tour-overview-info dt {font-weight: 500; letter-spacing: 0.08em; color: var(--primary);}
.tour-overview-info dd {font-size:var(--fs-20); margin-top: 4px; font-weight: 300; line-height: 1.8; color: var(--text-dark);}
.tour-overview-info dd a:hover {color: var(--primary);}
.tour-overview-info .go-icon {display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; margin-left: 8px; border-radius: 50%; background: var(--primary); color: #FFFFFF; font-size: var(--fs-14); vertical-align: middle; transition: background 0.3s;}
.tour-overview-info dd a:hover .go-icon {background: #8A7140;}
@media (max-width:1200px) {
	.tour-overview .w1400 {grid-template-columns: 1fr;}
}
@media (max-width:768px) {
	.tour-overview {padding: 8dvh 20px 0;}
	.tour-overview-info {padding: 26px 24px;}
}

/* Tour Gallery */
.tour-gallery {padding: 8dvh 40px 6dvh;background: #F2F0EA;margin-top: 8vh;}
.tour-gallery .swiper, .tour-gallery .sub-slider-nav {max-width: 1400px; margin: 0 auto;}
.tour-gallery img {width: 100%; aspect-ratio: 3 / 2; object-fit: cover;}
.tour-gallery .sub-slider-nav {margin-top: 3dvh; justify-content: center;}
@media (max-width:768px) {
	.tour-gallery {padding: 6dvh 20px 0;}
}

/* Tour Facilities (수원화성 전용) */
.tour-facilities {padding: 10dvh 40px 2dvh;}
.tour-facilities h2 {font-size: var(--fs-36); text-align: center;}
.tour-facilities h2 em {display: block; font-weight: 400; font-size: var(--fs-16); letter-spacing: 0.22em; text-transform: uppercase; color: var(--primary); margin-bottom: 0.5dvh; margin-left: 0;}
.tour-facility-grid {display: grid; grid-template-columns: repeat(2, 1fr); gap: 7dvh 24px; margin-top: 5dvh;}
.tour-facility-grid img {width: 100%; aspect-ratio: 3 / 2; object-fit: cover;}
.tour-facility-grid h3 {margin-top: 22px; font-size: var(--fs-26);}
.tour-facility-grid h3 em {font-family: "Aboreto", serif; color: var(--primary);}
.tour-facility-grid p {max-width: 62ch; margin-top: 1.5dvh; font-size:var(--fs-18); font-weight: 300; line-height: 1.9; color: var(--text-sub); text-wrap: pretty;}
@media (max-width:768px) {
	.tour-facilities {padding: 8dvh 20px 0;}
	.tour-facility-grid {grid-template-columns: 1fr; gap: 6dvh;}
}

/* Tour Note (남수헌 연계) */
.tour-note {margin-top: 10dvh; padding: 12dvh 40px; text-align: center; background: #26221C; color: var(--cream);}
.tour-note p {max-width: 900px; margin: 0 auto; font-family: "Noto Serif KR", serif; font-weight: 300; font-size: var(--fs-26); line-height: 2; text-wrap: balance;}
.tour-note + .tour-guide {margin-top: 0;}
@media (max-width:768px) {
	.tour-note {margin-top: 8dvh; padding: 9dvh 20px;}
	.tour-note p br {display: none;}
}

/* Tour Guide */
.tour-guide {margin-top: 9dvh;padding: 8dvh 40px 3dvh;background: #e9e6dc;}
.tour-gallery+.tour-guide{margin-top: 0;}
.tour-guide h2 {font-size: var(--fs-36);text-align: center;}
.tour-guide h2 em {display: block;font-weight: 400;font-size: var(--fs-16);letter-spacing: 0.22em;text-transform: uppercase;color: var(--primary);margin-bottom: 0.5dvh;margin-left:0;}
.tour-guide dl{display:grid;grid-template-columns: repeat(2, 1fr); gap:0 2%;margin-top:3vh;}
.tour-guide dl > div {border-top: 1px solid var(--border); padding: 18px 0; font-weight: 300; line-height: 1.9; color: var(--text-sub);}
.tour-guide dt {font-weight: 500; color: var(--text-dark);}
.tour-guide dd {font-size:var(--fs-18);}
@media (max-width:768px) {
	.tour-guide {margin-top: 7dvh; padding: 7dvh 20px;}
	.tour-guide .w1400 {grid-template-columns: 1fr;}
	.tour-guide dl > div {grid-template-columns: 1fr; gap: 4px;}
}

/* Tour Topics */
.tour-topics {padding: 8dvh 40px 0;}
.tour-topic {max-width: 1400px; margin: 0 auto;}
.tour-topic + .tour-topic {margin-top: 8dvh;}
.tour-topic h3 {font-size: var(--fs-26); padding-bottom: 2.5dvh; border-bottom: 1px solid var(--border);}
.tour-topic-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 3dvh;}
.tour-topic-grid img {width: 100%; aspect-ratio: 3 / 2; object-fit: cover;}
.tour-topic p {max-width: 76ch; margin-top: 3dvh; font-weight: 300; line-height: 2; color: var(--text-sub); text-wrap: pretty;}
@media (max-width:768px) {
	.tour-topics {padding: 7dvh 20px 0;}
	.tour-topic + .tour-topic {margin-top: 7dvh;}
}

/* Tour List */
.tour-list {padding: 10dvh 40px;}
.tour-filter {display: flex; justify-content: center; flex-wrap: wrap; gap: 4px; max-width: 1400px; margin: 0 auto 6dvh;}
.tour-filter button {flex:1; padding: 14px 28px; border: 1px solid var(--border); background: transparent; color: var(--text-sub); font-family: inherit; font-size: var(--fs-18); letter-spacing: 0.06em; cursor: pointer; transition: border-color 0.3s, color 0.3s, background 0.3s;}
.tour-filter button:hover {border-color: var(--primary); color: var(--primary);}
.tour-filter button.active {background: var(--primary); border-color: var(--primary); color: #FFFFFF;}
.tour-list-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1400px; margin: 0 auto;}
.tour-card {position: relative; display: block; overflow: hidden; color: var(--cream); scroll-margin-top: 15dvh;}
.tour-card img {width: 100%; aspect-ratio: 3 / 3.4; object-fit: cover; transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);}
.tour-card::before {content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(20, 18, 14, 0.9), rgba(20, 18, 14, 0.52) 32%, rgba(20, 18, 14, 0.06) 62%, rgba(20, 18, 14, 0.18)); transition: opacity 0.5s;}
.tour-card::after {position: absolute;top: 20px;right: 22px;z-index: 2;padding: 3px 14px 4px;border: 1px solid rgb(244 238 227 / 36%);font-size: var(--fs-14);letter-spacing: 0.06em;color: var(--cream-sub);background: rgb(175 175 175 / 19%);border-radius: 20px;backdrop-filter: blur(10px);}
.tour-card[data-cat="heritage"]::after {content: "역사유산";}
.tour-card[data-cat="museum"]::after {content: "뮤지엄";}
.tour-card[data-cat="nature"]::after {content: "자연 · 공원";}
.tour-card[data-cat="culture"]::after {content: "문화공간";}
.tour-card:hover img {transform: scale(1.05);}
.tour-card em {position: absolute; top: 22px; left: 26px; z-index: 2; font-style: normal; font-family: "Aboreto", serif; font-size: var(--fs-18); letter-spacing: 0.14em; color: rgba(244, 238, 227, 0.85); text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);}
.tour-card-body {position: absolute; left: 26px; right: 84px; bottom: 24px; z-index: 2;}
.tour-card-body sup {display: block; font-family: "Aboreto", serif; font-size: var(--fs-14); letter-spacing: 0.18em; text-transform: uppercase; line-height: 1.4; color: var(--primary); margin-top: 6px; text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);}
.tour-card-body strong {display: block; font-family: "Noto Serif KR", serif; font-weight: 300; font-size: var(--fs-28); line-height: 1.35; text-wrap: balance; text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);}
.tour-card-body span {display: block; margin-top: 10px; max-width: 34ch; font-weight: 300; font-size: var(--fs-16); line-height: 1.7; color: var(--cream-sub); text-wrap: pretty;}
.tour-card-arrow {position: absolute; right: 24px; bottom: 24px; z-index: 2; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid rgba(244, 238, 227, 0.5); border-radius: 50%; font-style: normal; font-size: var(--fs-16); color: var(--cream); opacity: 0; transform: translateY(10px); transition: opacity 0.45s, transform 0.45s, background 0.45s, border-color 0.45s;}
.tour-card:hover .tour-card-arrow {opacity: 1; transform: translateY(0); background: var(--primary); border-color: var(--primary);}
@media (max-width:1200px) {
	.tour-list-grid {grid-template-columns: repeat(2, 1fr);}
}
@media (max-width:768px) {
	.tour-list {padding: 8dvh 20px;}
	.tour-list-grid {grid-template-columns: 1fr; gap: 16px;}
	.tour-card img {aspect-ratio: 3 / 2.6;}
	.tour-card-arrow {opacity: 1; transform: none;}
	.tour-card::before{background:#00000060;}
	.tour-card-body sup{color:#efd15a}
}

/* Tour Source */
.tour-source {padding: 0 0px 2.5dvh;background:#e9e6dc}
.tour-source .w1400 {display: flex;align-items: center;justify-content: center;gap: 24px 40px;flex-wrap: wrap;padding: 3dvh 0 0; border-top: 1px solid var(--border); }
.tour-source p {max-width: 78ch; font-size: var(--fs-14); color: var(--text-muted); line-height: 1.9; text-align:center;}
.tour-source p a {text-decoration: underline;}
.tour-source .sub-map-btn{background:var(--text-dark); color:#fff;font-size:var(--fs-16);}
@media (max-width:1400px){
	.tour-source .w1400 {padding: 3dvh 40px 0; }
}
@media (max-width:768px) {
	.tour-source {padding: 7dvh 20px;}
}

/* tour - 수원화성 */
.tour-hwaseong-note{background:url(../img/content/sub/tour/tour-hwaseong-bg.jpg) no-repeat center / cover;height:75dvh;align-content:center}

/* tour - 광교호수공원 */
.tour-topic-map{margin-top:4vh;}

/* tour - 수원컨벤션센터 */
#suwon-convention{scroll-margin-top: 15dvh}


/* 취소규정 */
.cancel-hero .sub-hero-bg::after {background: linear-gradient(to top, rgba(23, 20, 16, 0.8), rgba(23, 20, 16, 0.64) 55%, rgba(23, 20, 16, 0.58));} /* 밝은 하늘 위 타이틀 가독성 확보 */
.cancel-fee {padding: 8dvh 40px 9dvh;}
.cancel-fee h2, .cancel-notice h2, .cancel-terms h2 {font-size: var(--fs-36);}
.cancel-fee-lead {margin-top: 0.5dvh; font-weight: 300; font-size: var(--fs-18); color: var(--text-sub);}
.cancel-fee-table {width: 100%; margin-top: 2dvh; border-collapse: collapse; text-align: center; font-variant-numeric: tabular-nums;}
.cancel-fee-table th, .cancel-fee-table td {padding: 18px 14px; border: 1px solid var(--border); font-weight: 300; font-size: var(--fs-18); color: var(--text-sub);}
.cancel-fee-table thead th {background: #F2F0EA; font-weight: 500; color: var(--text-dark);}
.cancel-fee-table tbody th {text-align: left; font-weight: 500; font-size: var(--fs-18); color: var(--text-dark);}
.cancel-fee-table tbody th span {display: inline-block; min-width: 74px; font-family: "Aboreto", serif; font-size: var(--fs-14); letter-spacing: 0.16em; color: var(--primary);}
.cancel-fee-full td {color: #6F7B67;}
.cancel-fee-table .cancel-fee-none th, .cancel-fee-table .cancel-fee-none td {background: #F4EDE0; font-weight: 500; color: var(--text-dark);}
.cancel-note {margin-top: 2dvh; font-size: var(--fs-16); line-height: 1.9; color: var(--text-muted);}

@media (max-width:768px) {
	.cancel-fee {padding: 11dvh 20px 10dvh;}
	.cancel-fee-table, .cancel-fee-table tbody, .cancel-fee-table tr, .cancel-fee-table th, .cancel-fee-table td {display: block;}
	.cancel-fee-table {text-align: left;}
	.cancel-fee-table thead {position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%);}
	.cancel-fee-table tr + tr {margin-top: 16px;}
	.cancel-fee-table tbody th {background: #F2F0EA;}
	.cancel-fee-table tbody th span {display: block; min-width: 0; margin-bottom: 4px;}
	.cancel-fee-table td {display: flex; justify-content: space-between; gap: 20px; border-top: 0;}
	.cancel-fee-table td::before {content: attr(data-label); color: var(--text-muted);}
}

.cancel-terms {padding: 13dvh 40px 14dvh;}
.cancel-terms-lead {margin-top:0.5dvh; font-weight: 300; font-size: var(--fs-18); line-height: 2.05; color: var(--text-sub); text-wrap: pretty;}
.cancel-article {display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 40px; padding: 4dvh 0; border-top: 1px solid var(--border);}
.cancel-article:first-of-type {margin-top: 4dvh;}
.cancel-article h3 {font-family: "Noto Serif KR", serif; font-size: var(--fs-26);}
.cancel-article h3 span {display: block; font-family: "Aboreto", serif; font-size: var(--fs-14); letter-spacing: 0.22em; text-transform: uppercase; color: var(--primary); margin-bottom: 12px;}
.cancel-article p {font-size:var(--fs-18);font-weight: 300; line-height: 1.95; color: var(--text-sub);}
.cancel-article li {font-size:var(--fs-18); position: relative; max-width: 72ch; padding: 8px 0 8px 30px; font-weight: 300; line-height: 1.95; color: var(--text-sub);}
.cancel-article ol {counter-reset: clause;}
.cancel-article ol li::before {counter-increment: clause; content: counter(clause) "."; position: absolute; left: 2px; font-family: "Aboreto", serif; color: var(--primary);}
.cancel-article ul li::before {content: "\2013"; position: absolute; left: 4px; color: var(--primary);}
.cancel-article p + ul, .cancel-article p + ol {margin-top: 1.5dvh;}
.cancel-scale {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px;}

@media (max-width:1200px) {
	.cancel-article {grid-template-columns: 1fr; gap: 2.5dvh;}
}
@media (max-width:768px) {
	.cancel-terms {padding: 10dvh 20px 11dvh;}
	.cancel-scale {grid-template-columns: 1fr;}
}

/* Hero Nav */
.sub-hero-nav {flex: none; display: flex; align-items: center; gap: 18px;}
.sub-hero-btn {flex: none; padding: 0; border: none; background: none; font-family: var(--serif); font-size: var(--fs-14); letter-spacing: 0.2em; color: rgba(244, 238, 227, 0.6); cursor: pointer; user-select: none; transition: color 0.3s;}
.sub-hero-btn:hover {color: var(--cream);}
.sub-hero-btn.swiper-button-disabled {opacity: 0.3; pointer-events: none;}
.sub-hero-nav .sub-hero-pagination {position: static; width: auto; display: flex; align-items: center; gap: 7px;}
.sub-hero-pagination .swiper-pagination-bullet {width: 28px; height: 2px; margin: 0; border-radius: 0; opacity: 1; background: rgba(244, 238, 227, 0.3); transition: background 0.4s, width 0.4s;}
.sub-hero-pagination .swiper-pagination-bullet-active {width: 60px; background: var(--cream);}
@media (max-width:768px) {
      .sub-slider-nav {gap: 12px;}
      .sub-slider-pagination {gap: 5px;}
      .sub-slider-pagination .swiper-pagination-bullet {width: 14px;}
      .sub-slider-pagination .swiper-pagination-bullet-active {width: 30px;}
      .sub-hero-nav {gap: 12px;}
      .sub-hero-pagination {gap: 5px;}
      .sub-hero-pagination .swiper-pagination-bullet {width: 14px;}
      .sub-hero-pagination .swiper-pagination-bullet-active {width: 30px;}
}