/* ======================================================
   Wehome PC UI — v5.2 히어로·푸터·배너 정리
   ====================================================== */

.r26-dt-only { display: none !important; }
.r26-dt-search-label { display: none; }

@media (min-width: 1024px) {

html.index-force-desktop-ui {
  --dt-content-w: 1240px;
  --dt-max-w: min(var(--dt-content-w), calc(100vw - 80px));
  --dt-pad-x: 0;
  --dt-banner-h: clamp(128px, 10vw, 156px);
}

/* 공통 콘텐츠 셸 — 좌우 40px 이상 여백 보장 */
html.index-force-desktop-ui .r26-dt-shell {
  width: 100%;
  max-width: var(--dt-max-w);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

/* ── 1. 페이지 기본 ── */
html.index-force-desktop-ui,
html.index-force-desktop-ui body {
  background: #f2f4f6;
  color: #191f28;
  font-family: -apple-system, 'Pretendard', 'Apple SD Gothic Neo', sans-serif;
}
html.index-force-desktop-ui body.bgr-for-mobile-only-mode { background: #f2f4f6!important; }
html.index-force-desktop-ui nav#bottom_nav,
html.index-force-desktop-ui .body-bgr-cover,
html.index-force-desktop-ui body > #wehome-no-history-logo,
html.index-force-desktop-ui #r26StickyBar,
html.index-force-desktop-ui .r26-header,
html.index-force-desktop-ui #btn-map-float { display:none!important; }
html.index-force-desktop-ui .r26-dt-only { display:block!important; }
html.index-force-desktop-ui .r26-promo-mo-swiper { display:none!important; }

/* ── 2. 글로벌 헤더 ── */
html.index-force-desktop-ui #r26DtHeader {
  position: fixed; top:0; left:0; right:0; z-index:1200;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  transition: box-shadow .2s;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  overflow: visible;
}
html.index-force-desktop-ui #r26DtHeader.is-scrolled {
  box-shadow: 0 2px 16px rgba(0,0,0,.09);
}
html.index-force-desktop-ui .r26-dt-header-inner {
  max-width: var(--dt-max-w); margin:0 auto; padding:0;
  height: 56px; display:flex; align-items:center;
  justify-content:space-between;
}
html.index-force-desktop-ui .r26-dt-brand { display:flex; align-items:center; text-decoration:none; flex-shrink:0; }
html.index-force-desktop-ui .r26-dt-brand img { height:24px; width:auto; }
html.index-force-desktop-ui .r26-dt-nav { display:none!important; }
html.index-force-desktop-ui .r26-dt-actions { display:flex; align-items:center; gap:4px; flex-shrink:0; }

html.index-force-desktop-ui .r26-dt-actions .r26-dt-nav-inline {
  display:flex; align-items:center; gap:0; margin-right:12px;
}
html.index-force-desktop-ui .r26-dt-actions .r26-dt-nav-inline a,
html.index-force-desktop-ui .r26-dt-actions .r26-dt-nav-inline a:hover,
html.index-force-desktop-ui .r26-dt-actions .r26-dt-nav-inline a:focus,
html.index-force-desktop-ui .r26-dt-actions .r26-dt-nav-inline a:active {
  padding:8px 14px; border-radius:8px; font-size:14px; font-weight:600;
  color:#333; text-decoration:none; white-space:nowrap;
  transition:background .15s, color .15s;
}
html.index-force-desktop-ui .r26-dt-actions .r26-dt-nav-inline a:hover {
  background:#f5f5f5; color:#1a1a1a;
}

html.index-force-desktop-ui .r26-dt-icon,
html.index-force-desktop-ui .r26-dt-menu,
html.index-force-desktop-ui .r26-dt-user {
  display:inline-flex; align-items:center; justify-content:center; gap:6px;
  height:38px; min-width:38px; padding:0 14px;
  border:1px solid #e0e0e0; border-radius:8px;
  background:#fff; color:#333; font-size:14px; font-weight:600;
  cursor:pointer; text-decoration:none;
  transition:background .15s, border-color .15s;
  position:relative; overflow:visible;
}
html.index-force-desktop-ui .r26-dt-icon { padding:0; width:38px; border:none; background:transparent; }
html.index-force-desktop-ui .r26-dt-icon:hover { background:#f5f5f5; }
html.index-force-desktop-ui .r26-dt-menu:hover,
html.index-force-desktop-ui .r26-dt-user:hover { border-color:#bbb; background:#fafafa; }

html.index-force-desktop-ui .r26-dt-profile {
  display:inline-flex; align-items:center; gap:8px;
  height:38px; padding:4px 12px 4px 4px;
  border:1px solid #e0e0e0; border-radius:8px;
  background:#fff; color:#333; font-size:14px; font-weight:600;
  cursor:pointer; transition:background .15s, border-color .15s;
}
html.index-force-desktop-ui .r26-dt-profile:hover { border-color:#bbb; background:#fafafa; }
html.index-force-desktop-ui .r26-dt-avatar {
  display:flex; align-items:center; justify-content:center;
  width:30px; height:30px; border-radius:6px;
  background:#6800cd; color:#fff; font-size:12px; font-weight:700;
  overflow:hidden; flex-shrink:0;
}
html.index-force-desktop-ui .r26-dt-avatar img { width:100%; height:100%; object-fit:cover; }
html.index-force-desktop-ui .r26-dt-profile-name {
  max-width:88px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:13px;
}
html.index-force-desktop-ui .r26-dt-profile-chevron { flex-shrink:0; color:#888; }
html.index-force-desktop-ui #r26ProfileDropdown {
  min-width:200px; border:1px solid #e8e8e8; border-radius:10px;
  box-shadow:0 8px 24px rgba(0,0,0,.1);
}

/* 헤더 compact 검색 — 히어로 지나면 노출 */
html.index-force-desktop-ui .r26-dt-header-search-row {
  border-top: 1px solid #f0f0f0;
  background: #fff;
  padding: 0 0 10px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height .22s ease, opacity .18s ease, padding .22s ease;
}
html.index-force-desktop-ui.r26-dt-past-hero .r26-dt-header-search-row {
  max-height: 72px;
  opacity: 1;
  pointer-events: auto;
  overflow: visible;
}
html.index-force-desktop-ui .r26-dt-header-search-shell {
  padding-top: 2px;
  width: 100%;
  max-width: var(--dt-max-w);
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
html.index-force-desktop-ui .r26-dt-header-dropdown-wrap {
  position: relative;
  width: 100%;
  z-index: 1210;
  overflow: visible;
  pointer-events: none;
  visibility: hidden;
  height: 0;
}
html.index-force-desktop-ui.r26-dt-past-hero .r26-dt-header-dropdown-wrap {
  visibility: visible;
  height: auto;
}
html.index-force-desktop-ui #header_dropdown_anchor {
  position: relative; width: 100%; min-height: 0;
  pointer-events: none;
}
html.index-force-desktop-ui #header_dropdown_anchor #search_dropdown_container {
  pointer-events: auto;
  z-index: 1600;
}
html.index-force-desktop-ui .r26-dt-header-compact {
  width: 100%;
  display: flex; align-items: stretch; gap: 0;
  background: #f8f9fb; border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
  overflow: visible;
}
html.index-force-desktop-ui .r26-dt-hc-cell {
  flex: 1; display: flex; flex-direction: column; justify-content: center;
  padding: 8px 16px; cursor: pointer; min-width: 0; position: relative;
  transition: background .15s;
}
html.index-force-desktop-ui .r26-dt-hc-cell:hover { background: #f5f0ff; }
html.index-force-desktop-ui .r26-dt-hc-cell + .r26-dt-hc-cell::before {
  content: ''; position: absolute; left: 0; top: 18%; height: 64%;
  width: 1px; background: #e4e4e4;
}
html.index-force-desktop-ui .r26-dt-hc-label {
  font-size: 10px; font-weight: 700; color: #6800cd; margin-bottom: 2px;
}
html.index-force-desktop-ui .r26-dt-hc-val {
  font-size: 13px; font-weight: 600; color: #1a1a1a;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
html.index-force-desktop-ui .r26-dt-hc-val.placeholder { color: #b0b0b0; font-weight: 400; }
html.index-force-desktop-ui .r26-dt-hc-submit {
  flex: 0 0 auto; display: flex; align-items: center; justify-content: center;
  margin: 6px; padding: 0 18px; min-width: 44px;
  background: #6800cd; color: #fff; border: none; border-radius: 10px;
  cursor: pointer; transition: background .15s, transform .1s;
}
html.index-force-desktop-ui .r26-dt-hc-submit:hover { background: #5500ab; transform: scale(1.03); }

/* ── 3. 페이지 셸 & 히어로 ── */
html.index-force-desktop-ui .wh-root.index {
  padding:0!important; min-height:100dvh; background:#f2f4f6;
}
html.index-force-desktop-ui .r26-root {
  max-width: var(--dt-max-w);
  margin: 0 auto;
  padding: 64px 0 56px!important;
  background: transparent!important;
  box-sizing: border-box;
  overflow-x: visible!important;
}
html.index-force-desktop-ui.r26-dt-past-hero .r26-root {
  padding-top: 128px!important;
}

html.index-force-desktop-ui .r26-dt-hero-stack {
  position: relative;
  z-index: 25;
  width: 100%;
  margin: -58px 0 32px;
  padding: 0;
}
html.index-force-desktop-ui.r26-dt-past-hero .r26-dt-hero-stack {
  display: none!important;
}

/* ── 히어로: 콘텐츠 셸 안 카드형 (텍스트·이미지 일체) ── */
html.index-force-desktop-ui .r26-hero {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 12px 0 0;
  margin-left: 0;
  margin-right: 0;
  min-height: 440px;
  height: 440px;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
}
html.index-force-desktop-ui .r26-hero-slides {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
}
html.index-force-desktop-ui .r26-hero-slide {
  background-size: cover;
  background-position: center center;
}
html.index-force-desktop-ui .r26-hero-overlay {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.22) 0%,
    rgba(0,0,0,.08) 38%,
    rgba(0,0,0,.52) 72%,
    rgba(0,0,0,.78) 100%
  );
}
html.index-force-desktop-ui .r26-hero-dots { display: none!important; }

html.index-force-desktop-ui .r26-hero-content {
  position: absolute;
  bottom: 108px;
  left: 0;
  right: 0;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: left;
  z-index: 2;
}
html.index-force-desktop-ui .r26-hero-title {
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.32;
  letter-spacing: -.03em;
  max-width: 720px;
  margin: 0 0 10px;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 2px 20px rgba(0,0,0,.35);
  word-break: keep-all;
}
html.index-force-desktop-ui .r26-hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,.92);
  max-width: 560px;
  margin: 0 0 12px;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 1px 8px rgba(0,0,0,.28);
}
html.index-force-desktop-ui .r26-dt-trust-mini {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255,255,255,.88);
  text-shadow: 0 1px 4px rgba(0,0,0,.25);
}
html.index-force-desktop-ui .r26-dt-trust-mini-item strong {
  font-weight: 800; color: #fff;
}
html.index-force-desktop-ui .r26-dt-trust-mini-sep { opacity: .55; }

/* ── 4. 검색바 (히어로 하단 겹침 + sticky) ── */
html.index-force-desktop-ui .r26-search-wrap {
  position:absolute!important; width:1px!important; height:1px!important;
  padding:0!important; margin:-1px!important; overflow:hidden!important;
  clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important;
}
html.index-force-desktop-ui .r26-search-wrap .search_box_container,
html.index-force-desktop-ui .r26-search-wrap .mobile_search_bar { display:none!important; }

html.index-force-desktop-ui .r26-dt-searchbar-wrap {
  position: relative;
  z-index: 30;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
html.index-force-desktop-ui .r26-dt-searchbar-inner {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 40px rgba(0,0,0,.14);
  overflow: visible;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
}
html.index-force-desktop-ui .r26-dt-searchbar-inner:focus-within {
  border-color:#6800cd;
  box-shadow:0 4px 20px rgba(104,0,205,.12);
}
html.index-force-desktop-ui .r26-dt-searchbar-cell {
  flex:1; display:flex; flex-direction:column; justify-content:center;
  padding:14px 22px; cursor:pointer; min-width:0; position:relative;
  background:#fff; transition:background .15s; border-radius:0;
}
html.index-force-desktop-ui .r26-dt-searchbar-cell:first-child { border-radius:16px 0 0 16px; }
html.index-force-desktop-ui .r26-dt-searchbar-cell:hover { background:#faf8ff; }
html.index-force-desktop-ui .r26-dt-searchbar-cell + .r26-dt-searchbar-cell::before {
  content:''; position:absolute; left:0; top:20%; height:60%;
  width:1px; background:#e8e8e8;
}
html.index-force-desktop-ui .r26-dt-searchbar-label {
  font-size:12px; font-weight:700; color:#6800cd;
  letter-spacing:0; text-transform:none; margin-bottom:4px;
}
html.index-force-desktop-ui .r26-dt-searchbar-val {
  font-size:14px; font-weight:600; color:#1a1a1a;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
html.index-force-desktop-ui .r26-dt-searchbar-val.placeholder {
  color:#c0c0c0; font-weight:400;
}
html.index-force-desktop-ui .r26-dt-searchbar-btn {
  flex:0 0 auto; display:flex; align-items:center; justify-content:center; gap:7px;
  margin:8px; padding:0 30px; background:#6800cd; color:#fff;
  font-size:15px; font-weight:800; border:none; border-radius:10px;
  cursor:pointer; letter-spacing:-.01em;
  transition:background .15s, transform .1s, box-shadow .15s;
}
html.index-force-desktop-ui .r26-dt-searchbar-btn:hover {
  background:#5500ab; transform:scale(1.02);
  box-shadow:0 6px 18px rgba(104,0,205,.35);
}
html.index-force-desktop-ui .r26-dt-searchbar-btn:active { transform:scale(.98); }

/* PC 인라인 드롭다운 앵커 */
html.index-force-desktop-ui #dt_dropdown_anchor {
  position:relative; width:100%; min-height:0;
}


/* ── 5. 신뢰 배지 (히어로 미니로 대체) ── */
html.index-force-desktop-ui .r26-dt-trust { display: none!important; }

/* ── 6. 프로모션 배너 (킵·콜밴 — PC 1행 2열) ── */
html.index-force-desktop-ui .r26-keep-promo {
  margin:28px 0 0!important;
  max-width:none!important; padding:0!important;
  position:relative; z-index:5;
}
html.index-force-desktop-ui .r26-dt-promo-shell {
  position: relative;
  width: 100%;
}
html.index-force-desktop-ui .r26-dt-promo-nav,
html.index-force-desktop-ui .r26-promo-banner-pagination {
  display: none!important;
}
html.index-force-desktop-ui .r26-promo-banner-swiper {
  overflow: visible!important;
  height: auto!important;
  max-height: none!important;
  border: none;
  background: transparent;
  border-radius: 0;
}
html.index-force-desktop-ui .r26-promo-banner-swiper .swiper-wrapper {
  display: grid!important;
  grid-template-columns: repeat(2, minmax(0, 1fr))!important;
  gap: 16px!important;
  height: auto!important;
  transform: none!important;
  width: 100%!important;
}
html.index-force-desktop-ui .r26-promo-banner-swiper .swiper-slide {
  width: auto!important;
  flex-shrink: unset!important;
  height: auto!important;
  max-height: none!important;
  border-radius: 16px;
  border: none;
  overflow: hidden;
  box-sizing: border-box;
  background: transparent!important;
  box-shadow: none;
  transition: transform .2s, filter .2s;
}
html.index-force-desktop-ui .r26-promo-banner-swiper .swiper-slide:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}
html.index-force-desktop-ui .r26-promo-banner-swiper .swiper-slide a {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  background: transparent!important;
  text-decoration: none;
  line-height: 0;
  border-radius: 16px;
}
html.index-force-desktop-ui .r26-promo-banner-swiper .r26-promo-banner-img,
html.index-force-desktop-ui .r26-promo-banner-swiper img {
  width: 100%!important;
  height: auto!important;
  max-width: 100%!important;
  max-height: none!important;
  object-fit: unset!important;
  object-position: center!important;
  display: block!important;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  transition: box-shadow .2s;
}
html.index-force-desktop-ui .r26-promo-banner-swiper .swiper-slide:hover img {
  box-shadow: 0 6px 18px rgba(0,0,0,.1);
}

/* ── 7. 테마 칩 → 대형 아이콘 row ── */
html.index-force-desktop-ui .r26-chips-wrap {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  padding: 20px 0 8px;
  margin-bottom: 0;
  border-bottom: none;
  overflow: visible;
}
html.index-force-desktop-ui .r26-chip {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  gap: 8px; padding: 8px 4px 12px;
  font-size: 12px; font-weight: 600; line-height: 1.3;
  border: none; border-radius: 12px;
  background: transparent; color: #4e5968;
  white-space: normal; text-align: center;
  box-shadow: none;
  transition: color .15s, transform .15s;
}
html.index-force-desktop-ui .r26-chip-icon {
  width: 56px; height: 56px; padding: 14px;
  background: #fff; border-radius: 16px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  stroke: #6800cd; fill: none; stroke-width: 1.6;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
html.index-force-desktop-ui .r26-chip:hover {
  color: #6800cd; background: transparent;
  transform: translateY(-2px);
}
html.index-force-desktop-ui .r26-chip:hover .r26-chip-icon {
  border-color: #6800cd; background: #faf8ff;
  box-shadow: 0 4px 14px rgba(104,0,205,.12);
}
html.index-force-desktop-ui .r26-chip.active {
  color: #6800cd; background: transparent;
}
html.index-force-desktop-ui .r26-chip.active .r26-chip-icon {
  border-color: #6800cd; background: #6800cd;
  stroke: #fff;
}

/* ── 8. 섹션 (flat) ── */
html.index-force-desktop-ui .r26-section {
  margin-top: 28px;
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
html.index-force-desktop-ui .r26-section-head {
  padding:0; margin-bottom:16px;
  display:flex; align-items:center; justify-content:space-between; gap: 12px;
}
html.index-force-desktop-ui .r26-section-head-actions {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0;
}
html.index-force-desktop-ui .r26-dt-carousel-nav {
  display: flex; align-items: center; gap: 6px;
}
html.index-force-desktop-ui .r26-dt-carousel-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid #e0e0e0; background: #fff; color: #333;
  cursor: pointer; transition: border-color .15s, background .15s, color .15s;
}
html.index-force-desktop-ui .r26-dt-carousel-btn:hover {
  border-color: #6800cd; color: #6800cd; background: #faf8ff;
}
html.index-force-desktop-ui .r26-section-title {
  font-size:20px; font-weight:900;
  letter-spacing:-.03em; color:#1a1a1a;
}
html.index-force-desktop-ui .r26-section-more,
html.index-force-desktop-ui .r26-section-more:hover,
html.index-force-desktop-ui .r26-section-more:focus,
html.index-force-desktop-ui .r26-section-more:active {
  font-size:13px; font-weight:700; color:#6800cd; text-decoration:none;
  display:inline-flex; align-items:center; gap:3px;
  padding:7px 16px; border:1.5px solid rgba(104,0,205,.25);
  border-radius:20px; background:#fff;
  transition:all .15s;
}
html.index-force-desktop-ui .r26-section-more:hover {
  background:#f5f0ff; border-color:#6800cd;
}

/* ── 9. 지역·숙소 캐러셀 (5열 + 가로 스크롤) ── */
html.index-force-desktop-ui .r26-regions-swiper,
html.index-force-desktop-ui .r26-cards-swiper {
  padding:0!important; overflow:visible!important; position: relative;
}
html.index-force-desktop-ui .r26-regions-swiper .swiper-wrapper {
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px; transform:none!important; width:100%!important;
}
html.index-force-desktop-ui .r26-cards-swiper .swiper-wrapper {
  display:flex!important;
  flex-wrap:nowrap;
  gap:12px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  transform:none!important;
  width:100%!important;
  padding-bottom: 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
html.index-force-desktop-ui .r26-cards-swiper .swiper-wrapper::-webkit-scrollbar { display: none; }
html.index-force-desktop-ui .r26-regions-swiper .swiper-slide,
html.index-force-desktop-ui .r26-cards-swiper .swiper-slide {
  width:auto!important; margin:0!important; flex-shrink:0;
}
html.index-force-desktop-ui .r26-cards-swiper .swiper-slide {
  flex: 0 0 calc((100% - 48px) / 5);
  scroll-snap-align: start;
  max-width: calc((100% - 48px) / 5);
}
html.index-force-desktop-ui .r26-cards-swiper .swiper-slide:nth-child(n+6) { display:block!important; }
html.index-force-desktop-ui .r26-loadmore-slide { display:flex!important; }
html.index-force-desktop-ui .r26-loadmore-slide .r26-loadmore-card {
  height:100%; min-height:220px; border-radius:12px;
  border:1px dashed rgba(104,0,205,.35); background:#faf8ff;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:8px; color:#6800cd; font-weight:700; text-decoration:none;
  transition:background .15s, border-color .15s;
}
html.index-force-desktop-ui .r26-loadmore-slide .r26-loadmore-card:hover {
  background:#f5f0ff; border-color:#6800cd;
}

/* 지역 카드 — PC 그리드 셀 전체 폭 (모바일 130px override) */
html.index-force-desktop-ui .r26-region-card {
  width: 100% !important;
  height: 190px;
  aspect-ratio: unset;
  border-radius:12px;
  transition:transform .25s, box-shadow .25s; overflow:hidden;
}
html.index-force-desktop-ui .r26-region-img {
  width:100% !important; height:100% !important;
  object-fit:cover !important; object-position:center !important;
  display:block !important;
}
html.index-force-desktop-ui .r26-region-card:hover {
  transform:translateY(-5px);
  box-shadow:0 16px 36px rgba(0,0,0,.2);
}
html.index-force-desktop-ui .r26-region-name {
  font-size:15px; font-weight:900; letter-spacing:-.02em;
}
html.index-force-desktop-ui .r26-region-count { font-size:11px; opacity:.85; }

/* ── 10. 숙소 카드 ── */
html.index-force-desktop-ui .r26-prop-card {
  border-radius:12px; border:none;
  background:#fff; overflow:hidden;
  box-shadow:0 1px 6px rgba(0,0,0,.06);
  transition:box-shadow .25s, transform .25s;
}
html.index-force-desktop-ui .r26-prop-card:hover {
  box-shadow:0 14px 36px rgba(0,0,0,.13);
  transform:translateY(-4px);
}
html.index-force-desktop-ui .r26-prop-img-wrap {
  aspect-ratio:4/3; border-radius:12px 12px 0 0; overflow:hidden; margin-bottom:0;
}
html.index-force-desktop-ui .r26-prop-img { transition:transform .4s ease; }
html.index-force-desktop-ui .r26-prop-card:hover .r26-prop-img { transform:scale(1.06); }

html.index-force-desktop-ui .r26-prop-img-wrap .r26-badges { display: none!important; }

html.index-force-desktop-ui .r26-dt-prop-labels {
  display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 6px;
}
html.index-force-desktop-ui .r26-dt-prop-label {
  font-size: 10px; font-weight: 700; color: #6800cd;
  background: #f5f0ff; border: 1px solid rgba(104,0,205,.18);
  padding: 2px 8px; border-radius: 6px;
}

html.index-force-desktop-ui .r26-prop-info { padding:12px 13px 14px; }
html.index-force-desktop-ui .r26-prop-title {
  font-size:13px; font-weight:700; color:#1a1a1a;
  line-height:1.4; margin-bottom:4px;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
html.index-force-desktop-ui .r26-prop-tags { display:flex; flex-wrap:wrap; gap:4px; margin-bottom:5px; }
html.index-force-desktop-ui .r26-prop-tag {
  font-size:11px; color:#888; background:#f6f6f6;
  padding:2px 7px; border-radius:8px;
}
html.index-force-desktop-ui .r26-prop-meta {
  display:flex; align-items:center; margin-bottom:8px;
}
html.index-force-desktop-ui .r26-prop-loc { font-size:11px; color:#aaa; }
html.index-force-desktop-ui .r26-prop-rating {
  font-size:12px; font-weight:700; color:#1a1a1a;
  margin-left:auto; display:flex; align-items:center; gap:2px;
}
html.index-force-desktop-ui .r26-prop-rating svg { fill:#f59e0b; width: 13px; height: 13px; }
html.index-force-desktop-ui .r26-prop-review-count {
  font-size: 11px; font-weight: 500; color: #8b95a1; margin-left: 2px;
}
html.index-force-desktop-ui .r26-prop-price-wrap {
  border-top:1px solid #f2f2f2; padding-top:9px;
}
html.index-force-desktop-ui .r26-prop-price {
  font-size:16px; font-weight:900; color:#1a1a1a; letter-spacing:-.03em;
}
html.index-force-desktop-ui .r26-prop-price .unit {
  font-size:12px; font-weight:400; color:#aaa; letter-spacing:0;
}

/* ── 11. 호스트 CTA (PC — 프로모와 동일 컴팩트 높이) ── */
html.index-force-desktop-ui .r26-host-cta-wrap {
  margin: 20px 0 0;
  max-width: none;
  background: transparent;
  overflow: hidden;
}
html.index-force-desktop-ui .r26-host-cta-swiper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.06);
  height: var(--dt-banner-h);
}
html.index-force-desktop-ui .r26-host-cta-swiper .swiper-wrapper {
  height: var(--dt-banner-h)!important;
  min-height: 0!important;
  align-items: stretch;
}
html.index-force-desktop-ui .r26-host-cta-swiper .swiper-slide {
  width: 100%!important;
  height: var(--dt-banner-h)!important;
}
html.index-force-desktop-ui .r26-host-cta-swiper .swiper-slide > a,
html.index-force-desktop-ui .r26-host-cta-swiper .swiper-slide > .r26-host-cta-banner {
  height: 100%;
}
html.index-force-desktop-ui .r26-host-cta-pagination {
  position: relative!important;
  display: flex!important;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  bottom: auto!important;
}
html.index-force-desktop-ui .r26-host-cta-pagination .swiper-pagination-bullet {
  width: 8px; height: 8px;
  background: #d1d5db; opacity: 1;
  margin: 0!important;
}
html.index-force-desktop-ui .r26-host-cta-pagination .swiper-pagination-bullet-active {
  background: #6800cd;
}
html.index-force-desktop-ui .r26-host-cta-banner.r26-host-cta-template {
  min-height: 0!important;
  max-height: var(--dt-banner-h);
  height: 100%;
  border-radius: 16px;
  display: flex!important;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}
html.index-force-desktop-ui .r26-host-cta-template .r26-host-cta-panel {
  flex: 0 0 58%;
  max-width: 58%;
  padding: 14px 20px!important;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html.index-force-desktop-ui .r26-host-cta-template .r26-host-cta-kicker {
  font-size: 11px!important;
  margin-bottom: 4px!important;
  line-height: 1.2;
}
html.index-force-desktop-ui .r26-host-cta-template .r26-host-cta-title {
  font-size: clamp(15px, 1.25vw, 20px)!important;
  line-height: 1.22;
}
html.index-force-desktop-ui .r26-host-cta-template .r26-host-cta-more {
  margin-top: 6px!important;
  font-size: 11px!important;
}
html.index-force-desktop-ui .r26-host-cta-visual {
  position: absolute!important;
  top: 0!important;
  right: 0!important;
  bottom: 0!important;
  left: 52%!important;
  flex: none!important;
  padding-right: 0!important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
html.index-force-desktop-ui .r26-host-cta-visual img {
  height: 100%!important;
  max-height: 100%!important;
  width: auto!important;
  max-width: 100%;
  object-fit: cover!important;
  object-position: center right;
}
html.index-force-desktop-ui .r26-host-cta-banner.r26-host-cta-full,
html.index-force-desktop-ui .r26-host-cta-banner.r26-host-cta-legacy {
  min-height: 0!important;
  height: 100%;
  border-radius: 16px;
  display: block;
  overflow: hidden;
}
html.index-force-desktop-ui .r26-host-cta-full picture,
html.index-force-desktop-ui .r26-host-cta-legacy picture {
  display: block;
  height: 100%;
}
html.index-force-desktop-ui .r26-host-cta-full .r26-host-cta-bg,
html.index-force-desktop-ui .r26-host-cta-legacy .r26-host-cta-bg {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
  object-position: center;
  border-radius: 0;
}

/* ── 12. 실시간 후기 ── */
html.index-force-desktop-ui .r26-reviews-section {
  width: 100%;
  max-width: none;
  margin: 40px 0 0;
  padding: 0 0 8px;
  background: transparent;
  overflow: visible;
  cursor: default;
  user-select: auto;
}
html.index-force-desktop-ui .r26-reviews-section::before,
html.index-force-desktop-ui .r26-reviews-section::after {
  display: none!important;
}
html.index-force-desktop-ui .r26-reviews-head {
  max-width: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html.index-force-desktop-ui .r26-reviews-title {
  font-size: 20px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: -.03em;
  text-align: left;
}
html.index-force-desktop-ui .r26-reviews-track {
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
html.index-force-desktop-ui .animate-marquee {
  display: grid!important;
  grid-template-columns: repeat(3, minmax(0, 1fr))!important;
  gap: 16px!important;
  padding: 0!important;
  animation: none!important;
  transform: none!important;
  width: 100%!important;
  align-items: stretch;
}
html.index-force-desktop-ui .animate-marquee > a:nth-child(n+4) { display:none!important; }

html.index-force-desktop-ui .r26-reviews-more,
html.index-force-desktop-ui .r26-reviews-more:hover,
html.index-force-desktop-ui .r26-reviews-more:focus,
html.index-force-desktop-ui .r26-reviews-more:active {
  font-size:13px; font-weight:700; color:#6800cd; text-decoration:none;
  display:inline-flex; align-items:center; gap:3px;
  padding:7px 16px; border:1.5px solid rgba(104,0,205,.3);
  border-radius:20px; background:#fff;
  transition:all .15s;
}
html.index-force-desktop-ui .r26-reviews-more:hover {
  background:#ede0ff; border-color:#6800cd;
}

html.index-force-desktop-ui .animate-marquee > a {
  display:block!important;
  width:auto!important; min-width:0!important; max-width:none!important;
  text-decoration:none!important;
  vertical-align:top!important;
}
html.index-force-desktop-ui .r26-review-card:hover {
  box-shadow:0 10px 28px rgba(104,0,205,.12);
  transform:translateY(-2px);
}
html.index-force-desktop-ui .r26-review-card {
  width:100%!important; min-width:0!important; max-width:none!important; margin:0!important;
  height:auto!important; min-height:0;
  border-radius:16px; border:1px solid rgba(0,0,0,.06); background:#fff;
  box-shadow:0 1px 4px rgba(0,0,0,.04);
  transition:box-shadow .2s, transform .2s;
  display:flex!important; flex-direction:column!important;
  text-align:left!important; box-sizing:border-box;
  overflow:hidden; position:relative;
  padding:20px!important;
}
html.index-force-desktop-ui .r26-review-header {
  justify-content:flex-start!important;
}
html.index-force-desktop-ui .r26-review-text,
html.index-force-desktop-ui .r26-review-card p {
  display:-webkit-box!important;
  -webkit-line-clamp:4; -webkit-box-orient:vertical;
  overflow:hidden; text-align:left!important;
  flex:1 1 auto; margin:0 0 12px!important;
}
html.index-force-desktop-ui .r26-review-photos {
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
  margin-bottom:12px!important;
}
html.index-force-desktop-ui .r26-review-photo-wrap {
  flex:0 0 64px!important;
  max-width:64px!important; min-width:0!important;
}
html.index-force-desktop-ui .r26-review-room-row {
  justify-content:flex-start!important;
  margin-top:auto;
}

/* ── 13. 검색 드롭다운 PC 스킨 ── */
html.index-force-desktop-ui #dt_dropdown_anchor,
html.index-force-desktop-ui #header_dropdown_anchor {
  position:relative; width:100%; min-height:0; z-index:40;
}
html.index-force-desktop-ui #search_dropdown_container {
  position:absolute!important;
  top:6px!important; left:0!important; right:0!important;
  width:100%!important; margin:0!important;
  z-index:1500;
}
html.index-force-desktop-ui #search_dropdown_container .search_dropdown {
  position:absolute!important;
  top:0!important;
  right:auto!important;
  margin:0!important;
  animation:none!important;
  transform:none!important;
  transform-origin:top center!important;
  border-radius:16px!important;
  box-shadow:0 12px 36px rgba(0,0,0,.14)!important;
  border:1px solid rgba(0,0,0,.08)!important;
  background:#fff!important;
  padding:16px 20px!important;
}
html.index-force-desktop-ui #dropdown_region {
  width:min(480px,100%)!important;
  max-width:480px!important;
}
html.index-force-desktop-ui #dropdown_date {
  width:min(720px,calc(100vw - 80px))!important;
  max-width:720px!important;
  padding:20px 24px!important;
}
html.index-force-desktop-ui #dropdown_guest {
  width:360px!important;
  max-width:calc(100vw - 80px)!important;
  padding:20px 24px!important;
}
html.index-force-desktop-ui #dt_dropdown_anchor .search_dropdown,
html.index-force-desktop-ui #header_dropdown_anchor .search_dropdown {
  padding: 16px 20px!important;
}
html.index-force-desktop-ui #dropdown_region .recommended_list h6 {
  font-size: 12px; font-weight: 800; color: #8b95a1;
  margin: 0 0 10px; text-transform: uppercase; letter-spacing: .04em;
}
html.index-force-desktop-ui #dropdown_region .region_list {
  display: grid!important;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  list-style: none!important;
  padding: 0!important; margin: 0!important;
}
html.index-force-desktop-ui #dropdown_region .region_list li,
html.index-force-desktop-ui #dropdown_region .region_list .region {
  list-style: none!important;
  display: flex!important; align-items: center; gap: 12px;
  padding: 10px 12px!important; margin: 0!important;
  border-radius: 10px; cursor: pointer;
  transition: background .15s;
}
html.index-force-desktop-ui #dropdown_region .region_list li:hover,
html.index-force-desktop-ui #dropdown_region .region_list .region:hover {
  background: #f5f0ff;
}
html.index-force-desktop-ui #dropdown_region .region_list li::before,
html.index-force-desktop-ui #dropdown_region .region_list .region::before {
  display: none!important; content: none!important;
}
html.index-force-desktop-ui #dropdown_region .region-icon-wrap {
  flex-shrink: 0; width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: #f2f4f6; border-radius: 10px; color: #6800cd;
}
html.index-force-desktop-ui #dropdown_region .text_box .main_text {
  font-size: 14px; font-weight: 700; color: #191f28;
}
html.index-force-desktop-ui #dropdown_region .text_box .sub_text {
  font-size: 12px; color: #8b95a1;
}
html.index-force-desktop-ui #dropdown_region .autocomplete_list,
html.index-force-desktop-ui #dropdown_region .search_suggestion_chips {
  margin-bottom: 12px;
}
html.index-force-desktop-ui #dropdown_guest .guest_row {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:16px 0!important;
  border-bottom:1px solid #ebebeb!important;
  border-radius:0!important;
}
html.index-force-desktop-ui #dropdown_guest .guest_row:last-child {
  border-bottom:none!important; padding-bottom:0!important;
}
html.index-force-desktop-ui #dropdown_guest .guest_row:first-child {
  padding-top:0!important;
}
html.index-force-desktop-ui #dropdown_guest .guest_info {
  flex:1; min-width:0; padding-right:16px;
}
html.index-force-desktop-ui #dropdown_guest .guest_info .title {
  font-size:15px!important; font-weight:600!important; color:#222!important;
}
html.index-force-desktop-ui #dropdown_guest .guest_counter {
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  flex-shrink:0;
}
html.index-force-desktop-ui #dropdown_guest .btn_circle {
  width:32px!important; height:32px!important;
  min-width:32px!important; min-height:32px!important;
  border-radius:50%!important;
  border:1px solid #b0b0b0!important;
  background:#fff!important; color:#717171!important;
  display:inline-flex!important;
  align-items:center!important; justify-content:center!important;
  font-size:18px!important; line-height:1!important;
  padding:0!important; margin:0!important;
  box-sizing:border-box!important;
  cursor:pointer!important; flex-shrink:0!important;
  appearance:none!important; -webkit-appearance:none!important;
}
html.index-force-desktop-ui #dropdown_guest .btn_circle:not(:disabled):hover {
  border-color:#222!important; color:#222!important;
}
html.index-force-desktop-ui #dropdown_guest .btn_circle:disabled {
  opacity:.35!important; cursor:not-allowed!important;
}
html.index-force-desktop-ui #dropdown_guest .count_val {
  width:20px!important; min-width:20px!important;
  text-align:center!important;
  font-size:16px!important; font-weight:600!important; color:#222!important;
  flex-shrink:0;
}
html.index-force-desktop-ui #dropdown_date .calendar_wrap {
  border-radius: 12px;
}

/* ── 14. 검색 오버레이 / 사이드메뉴 ── */
html.index-force-desktop-ui .mobile_search_overlay {
  top:50%!important; left:50%!important; right:auto!important; bottom:auto!important;
  width:min(920px,calc(100vw - 80px))!important;
  height:min(760px,calc(100dvh - 80px))!important;
  max-height:min(760px,calc(100dvh - 80px))!important;
  border-radius:16px!important; background:#fff!important;
  box-shadow:0 8px 40px rgba(0,0,0,.16);
  transform:translate(-50%,calc(-50% + 14px)) scale(.97)!important;
}
html.index-force-desktop-ui .mobile_search_overlay.active {
  transform:translate(-50%,-50%) scale(1)!important;
}
html.index-force-desktop-ui .mobile_search_overlay .search_dropdown {
  border-radius:14px; box-shadow:0 8px 28px rgba(0,0,0,.11);
  border:1px solid #e8e8e8;
}
html.index-force-desktop-ui #r26SideMenu {
  width:360px; border-radius:0 16px 16px 0;
}

/* ── 15. PC 푸터 (r26-root 밖 full-width) ── */
html.index-force-desktop-ui .r26-dt-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #161616;
  border-top: none;
  box-sizing: border-box;
}
html.index-force-desktop-ui .r26-dt-footer-inner {
  max-width: var(--dt-max-w);
  margin: 0 auto;
  padding: 48px 0 36px;
  box-sizing: border-box;
}
html.index-force-desktop-ui .r26-dt-footer-company {
  font-size: 11px;
  color: #4a4a4a;
  line-height: 1.75;
  width: 100%;
  column-count: 1;
  max-width: 100%;
}
html.index-force-desktop-ui .r26-dt-footer-grid {
  display:grid; grid-template-columns:1.5fr repeat(3,1fr);
  gap:40px; margin-bottom:36px; padding-bottom:32px; border-bottom:1px solid #2c2c2c;
}
html.index-force-desktop-ui .r26-dt-footer-logo img {
  height:22px; width:auto; filter:brightness(0) invert(1);
}
html.index-force-desktop-ui .r26-dt-footer-tagline {
  margin:12px 0 18px; font-size:13px; color:#777; line-height:1.6; max-width:250px;
}
html.index-force-desktop-ui .r26-dt-footer-social { display:flex; flex-wrap:wrap; gap:8px; }
html.index-force-desktop-ui .r26-dt-footer-social a,
html.index-force-desktop-ui .r26-dt-footer-social a:hover,
html.index-force-desktop-ui .r26-dt-footer-social a:focus,
html.index-force-desktop-ui .r26-dt-footer-social a:active {
  font-size:12px; font-weight:600; color:#bbb; text-decoration:none;
  padding:5px 12px; border:1px solid #333; border-radius:16px;
  transition:border-color .15s, color .15s;
}
html.index-force-desktop-ui .r26-dt-footer-social a:hover { border-color:#777; color:#fff; }
html.index-force-desktop-ui .r26-dt-footer-heading {
  margin:0 0 16px; font-size:12px; font-weight:800; color:#fff;
  letter-spacing:.05em; text-transform:uppercase; opacity:.7;
}
html.index-force-desktop-ui .r26-dt-footer-links {
  list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:11px;
}
html.index-force-desktop-ui .r26-dt-footer-links a,
html.index-force-desktop-ui .r26-dt-footer-links a:hover,
html.index-force-desktop-ui .r26-dt-footer-links a:focus,
html.index-force-desktop-ui .r26-dt-footer-links a:active,
html.index-force-desktop-ui .r26-dt-footer-company-link,
html.index-force-desktop-ui .r26-dt-footer-company-link:hover,
html.index-force-desktop-ui .r26-dt-footer-company-link:focus,
html.index-force-desktop-ui .r26-dt-footer-company-link:active {
  font-size:13px; color:#777; text-decoration:none; transition:color .15s;
}
html.index-force-desktop-ui .r26-dt-footer-links a:hover,
html.index-force-desktop-ui .r26-dt-footer-company-link:hover { color:#e0e0e0; }
html.index-force-desktop-ui .r26-dt-footer-legal {
  display:flex; align-items:flex-start; gap:16px; flex-wrap:wrap;
}
html.index-force-desktop-ui .r26-dt-footer-company-link {
  display:inline-block; margin-bottom:10px; font-weight:600; font-size:12px; color:#999!important;
}
html.index-force-desktop-ui .r26-dt-footer-company {
  font-size:11px; color:#4a4a4a; line-height:1.75; width:100%;
  column-count:1; column-gap:0; max-width:100%;
}
html.index-force-desktop-ui .r26-dt-footer-company a,
html.index-force-desktop-ui .r26-dt-footer-company a:hover,
html.index-force-desktop-ui .r26-dt-footer-company a:focus,
html.index-force-desktop-ui .r26-dt-footer-company a:active {
  color:#4a4a4a; text-decoration:none;
}

} /* end @media 1024px */

/* ── 와이드 (1440+) — 캐러셀 5열 유지 ── */
@media (min-width:1440px) {
  html.index-force-desktop-ui .r26-cards-swiper .swiper-slide {
    flex-basis: calc((100% - 48px) / 5);
    max-width: calc((100% - 48px) / 5);
  }
  html.index-force-desktop-ui .animate-marquee {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  html.index-force-desktop-ui .animate-marquee > a:nth-child(n+4) { display:none!important; }
}

/* ── 반응형 1024~1200 ── */
@media (min-width:1024px) and (max-width:1200px) {
  html.index-force-desktop-ui .r26-regions-swiper .swiper-wrapper {
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  html.index-force-desktop-ui .r26-cards-swiper .swiper-slide {
    flex-basis: calc((100% - 36px) / 4);
    max-width: calc((100% - 36px) / 4);
  }
  html.index-force-desktop-ui .r26-chips-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  html.index-force-desktop-ui .animate-marquee { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  html.index-force-desktop-ui .r26-dt-footer-grid { grid-template-columns:1fr 1fr; gap:28px; }
  html.index-force-desktop-ui .r26-dt-footer-brand { grid-column:1/-1; }
}

@media (prefers-reduced-motion:reduce) {
  html.index-force-desktop-ui.index-desktop-ready .r26-hero,
  html.index-force-desktop-ui.index-desktop-ready .r26-section,
  html.index-force-desktop-ui.index-desktop-ready .r26-chips-wrap,
  html.index-force-desktop-ui.index-desktop-ready .r26-keep-promo,
  html.index-force-desktop-ui.index-desktop-ready .r26-host-cta-wrap,
  html.index-force-desktop-ui.index-desktop-ready .r26-reviews-section {
    transition:none!important; transform:none!important; opacity:1!important;
  }
}
