/* Static info pages — PC UI (Toss-style). html.sp-force-desktop-ui @ 1024px+ */

.sp-dt-only { display: none !important; }

@media (min-width: 1024px) {

html.sp-force-desktop-ui #spDtHeader,
html.sp-force-desktop-ui .sp-dt-lang-dropdown,
html.sp-force-desktop-ui .sp-dt-profile-dropdown {
  display: none !important;
}

html.sp-force-desktop-ui {
  --sp-dt-max-w: min(960px, calc(100vw - 80px));
  --sp-dt-wide-w: min(1120px, calc(100vw - 80px));
  --sp-dt-top-h: 64px;
  --sp-dt-subnav-h: 44px;
  --sp-dt-header-h: calc(var(--sp-dt-top-h) + var(--sp-dt-subnav-h));
  --sp-brand: #6800cd;
}

html.sp-force-desktop-ui,
html.sp-force-desktop-ui body {
  background: #f2f4f6;
  color: #191f28;
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

html.sp-force-desktop-ui nav#bottom_nav,
html.sp-force-desktop-ui .body-bgr-cover,
html.sp-force-desktop-ui body > #wehome-no-history-logo,
html.sp-force-desktop-ui #body #ch-plugin,
html.sp-force-desktop-ui #body footer,
html.sp-force-desktop-ui .wh-page-nav-wrap,
html.sp-force-desktop-ui .nav.clean,
html.sp-force-desktop-ui nav.sub {
  display: none !important;
}

html.sp-force-desktop-ui header.top.content {
  display: none !important;
}

html.sp-force-desktop-ui .sp-dt-only {
  display: block !important;
}

html.sp-force-desktop-ui #spDtHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

html.sp-force-desktop-ui #spDtHeader.is-scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

html.sp-force-desktop-ui .sp-dt-top-inner,
html.sp-force-desktop-ui .sp-dt-subnav-inner {
  max-width: var(--sp-dt-wide-w);
  margin: 0 auto;
  padding: 0 4px;
  box-sizing: border-box;
}

html.sp-force-desktop-ui .sp-dt-top-inner {
  height: var(--sp-dt-top-h);
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  align-items: center;
  gap: 20px;
}

html.sp-force-desktop-ui .sp-dt-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none !important;
}

html.sp-force-desktop-ui .sp-dt-brand img {
  height: 24px;
  width: auto;
}

/* ── 중앙 검색 (야놀자형) ── */
html.sp-force-desktop-ui .sp-dt-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 6px 0 14px;
  height: 44px;
  background: #fff;
  border: 1px solid #d1d6db;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

html.sp-force-desktop-ui .sp-dt-search:focus-within {
  border-color: var(--sp-brand);
  box-shadow: 0 0 0 3px rgba(104, 0, 205, 0.12);
}

html.sp-force-desktop-ui .sp-dt-search-icon {
  font-size: 20px;
  color: #8b95a1;
  flex-shrink: 0;
}

html.sp-force-desktop-ui .sp-dt-search-input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #191f28;
  outline: none;
  font-family: inherit;
}

html.sp-force-desktop-ui .sp-dt-search-input::placeholder {
  color: #8b95a1;
}

html.sp-force-desktop-ui .sp-dt-search-submit {
  flex-shrink: 0;
  height: 34px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--sp-brand);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

html.sp-force-desktop-ui .sp-dt-search-submit:hover {
  filter: brightness(0.95);
}

/* ── 우측 유틸 ── */
html.sp-force-desktop-ui .sp-dt-util {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-shrink: 0;
}

html.sp-force-desktop-ui .sp-dt-util-item,
html.sp-force-desktop-ui .sp-dt-util-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 52px;
  padding: 6px 4px;
  border: 0;
  background: transparent;
  color: #4e5968;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 10px;
  font-family: inherit;
}

html.sp-force-desktop-ui .sp-dt-util-item:hover,
html.sp-force-desktop-ui .sp-dt-util-btn:hover {
  background: #f2f4f6;
  color: #191f28;
}

html.sp-force-desktop-ui .sp-dt-util-item .material-symbols-rounded {
  font-size: 22px;
}

html.sp-force-desktop-ui .sp-dt-util-label {
  display: none;
}

html.sp-force-desktop-ui .sp-dt-util-icon-only {
  min-width: 40px;
  padding: 8px;
}

html.sp-force-desktop-ui .sp-dt-avatar-menu {
  background: #f2f4f6;
  color: #4e5968;
}

html.sp-force-desktop-ui .sp-dt-avatar-menu .material-symbols-rounded {
  font-size: 20px;
}

html.sp-force-desktop-ui .sp-dt-guest-menu .sp-dt-profile-name {
  max-width: 72px;
  font-size: 12px;
}

html.sp-force-desktop-ui .sp-dt-profile-divider {
  height: 1px;
  margin: 6px 0;
  background: #f2f4f6;
}

html.sp-force-desktop-ui .sp-dt-profile-lang-btn,
html.sp-force-desktop-ui .sp-dt-profile-dropdown .sp-dt-login-btn {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

html.sp-force-desktop-ui .sp-dt-login-btn {
  height: 38px;
  padding: 0 14px;
  border: 1px solid #e5e8eb;
  border-radius: 10px;
  background: #fff;
  color: #191f28;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
}

html.sp-force-desktop-ui .sp-dt-login-btn:hover {
  border-color: #d1d6db;
  background: #fafbfc;
}

html.sp-force-desktop-ui .sp-dt-profile {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 4px 10px 4px 4px;
  border: 1px solid #e5e8eb;
  border-radius: 10px;
  background: #fff;
  color: #191f28;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

html.sp-force-desktop-ui .sp-dt-profile:hover {
  border-color: #d1d6db;
  background: #fafbfc;
}

html.sp-force-desktop-ui .sp-dt-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--sp-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  flex-shrink: 0;
}

html.sp-force-desktop-ui .sp-dt-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.sp-force-desktop-ui .sp-dt-profile-name {
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.sp-force-desktop-ui .sp-dt-profile-chevron {
  font-size: 18px;
  color: #8b95a1;
}

/* ── 하단 GNB ── */
html.sp-force-desktop-ui .sp-dt-subnav {
  border-top: 1px solid #f2f4f6;
  background: #fff;
}

html.sp-force-desktop-ui .sp-dt-subnav-inner {
  display: flex;
  align-items: center;
  gap: 4px;
  height: var(--sp-dt-subnav-h);
  overflow-x: auto;
  scrollbar-width: none;
}

html.sp-force-desktop-ui .sp-dt-subnav-inner::-webkit-scrollbar {
  display: none;
}

html.sp-force-desktop-ui .sp-dt-subnav-link,
html.sp-force-desktop-ui .sp-dt-subnav-link:hover,
html.sp-force-desktop-ui .sp-dt-subnav-link:focus,
html.sp-force-desktop-ui .sp-dt-subnav-link:active {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #4e5968;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}

html.sp-force-desktop-ui .sp-dt-subnav-link:hover {
  color: #191f28;
}

html.sp-force-desktop-ui .sp-dt-subnav-link.is-active {
  color: var(--sp-brand);
  border-bottom-color: var(--sp-brand);
}

/* ── 드롭다운 ── */
/* 기본 숨김: 모바일 등 sp-force-desktop-ui 없는 환경에서 노출 방지 */
.sp-dt-lang-dropdown,
.sp-dt-profile-dropdown {
  display: none !important;
}

html.sp-force-desktop-ui .sp-dt-lang-dropdown,
html.sp-force-desktop-ui .sp-dt-profile-dropdown {
  display: none !important;
  position: fixed;
  z-index: 1300;
  min-width: 180px;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

html.sp-force-desktop-ui .sp-dt-lang-dropdown.open,
html.sp-force-desktop-ui .sp-dt-profile-dropdown.open {
  display: block !important;
}

html.sp-force-desktop-ui .sp-dt-lang-option,
html.sp-force-desktop-ui .sp-dt-profile-option,
html.sp-force-desktop-ui .sp-dt-lang-option:hover,
html.sp-force-desktop-ui .sp-dt-profile-option:hover {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #191f28;
  text-decoration: none !important;
}

html.sp-force-desktop-ui .sp-dt-lang-option:hover,
html.sp-force-desktop-ui .sp-dt-profile-option:hover {
  background: #f2f4f6;
}

html.sp-force-desktop-ui .sp-dt-lang-option.active {
  color: var(--sp-brand);
  font-weight: 700;
}

html.sp-force-desktop-ui .sp-dt-profile-option .material-symbols-rounded {
  font-size: 18px;
  color: #6b7684;
}

html.sp-force-desktop-ui .sp-dt-profile-logout {
  color: #e42939;
}

html.sp-force-desktop-ui body#body {
  background: #f2f4f6 !important;
}

html.sp-force-desktop-ui div#content {
  max-width: var(--sp-dt-max-w) !important;
  margin: 0 auto !important;
  padding: calc(var(--sp-dt-header-h) + 32px) 0 32px !important;
  background: transparent !important;
  border: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  box-sizing: border-box;
}

html.sp-force-desktop-ui div#content.search-page-shell {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  padding-top: calc(var(--sp-dt-header-h) + 6px) !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 0 !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  background: #f2f4f6 !important;
}

html.sp-force-desktop-ui div#content.ab-page,
html.sp-force-desktop-ui div#content.tv-page,
html.sp-force-desktop-ui div#content.tc-page,
html.sp-force-desktop-ui div#content.ah-page,
html.sp-force-desktop-ui div#content.hcenter-page,
html.sp-force-desktop-ui div#content.company-info-page,
html.sp-force-desktop-ui div#content.faq-page {
  background: transparent !important;
}

html.sp-force-desktop-ui div#content.faq-page {
  max-width: var(--sp-dt-wide-w) !important;
}

/* ── 공통 히어로 ── */
html.sp-force-desktop-ui .ab-hero,
html.sp-force-desktop-ui .tv-hero,
html.sp-force-desktop-ui .tc-hero,
html.sp-force-desktop-ui .ah-header,
html.sp-force-desktop-ui .hcenter-header,
html.sp-force-desktop-ui .ci-hero {
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 28px !important;
  text-align: left;
}

html.sp-force-desktop-ui .ab-hero-eyebrow,
html.sp-force-desktop-ui .tv-hero-tag,
html.sp-force-desktop-ui .tc-hero-eyebrow,
html.sp-force-desktop-ui .ci-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  background: rgba(104, 0, 205, 0.08);
  border-radius: 980px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--sp-brand);
  letter-spacing: -0.2px;
  margin-bottom: 14px;
  text-transform: none;
}

html.sp-force-desktop-ui .ab-hero-title,
html.sp-force-desktop-ui .tv-hero-title,
html.sp-force-desktop-ui .tc-hero-title,
html.sp-force-desktop-ui .ah-header h1,
html.sp-force-desktop-ui .hcenter-header h2,
html.sp-force-desktop-ui .ci-hero-title {
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #191f28 !important;
  letter-spacing: -1px !important;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
}

html.sp-force-desktop-ui .ab-hero-body,
html.sp-force-desktop-ui .ah-header p,
html.sp-force-desktop-ui .hcenter-header p,
html.sp-force-desktop-ui .tc-hero-body,
html.sp-force-desktop-ui .ci-hero-body {
  font-size: 16px !important;
  color: #4e5968 !important;
  line-height: 1.65 !important;
  max-width: 640px;
}

html.sp-force-desktop-ui .ab-section-label,
html.sp-force-desktop-ui .tv-section-eyebrow,
html.sp-force-desktop-ui .hcenter-section-label,
html.sp-force-desktop-ui .ah-section-label,
html.sp-force-desktop-ui .ci-section-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--sp-brand);
  padding: 0 0 10px !important;
  margin: 28px 0 0 !important;
  text-transform: none;
  letter-spacing: -0.2px;
}

/* ── 카드 / 그룹 ── */
html.sp-force-desktop-ui .ab-stats-group,
html.sp-force-desktop-ui .ab-feat-group,
html.sp-force-desktop-ui .hcenter-card,
html.sp-force-desktop-ui .ah-card,
html.sp-force-desktop-ui .ci-group,
html.sp-force-desktop-ui .tc-card,
html.sp-force-desktop-ui .tv-prose-card,
html.sp-force-desktop-ui .tv-guest-card,
html.sp-force-desktop-ui .tv-host-card,
html.sp-force-desktop-ui .faq-group {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
  margin: 0 0 16px !important;
  overflow: hidden;
}

html.sp-force-desktop-ui .ab-stats-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

html.sp-force-desktop-ui .ab-stat-row {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 20px 24px !important;
  border-bottom: 0 !important;
  border-right: 1px solid #f2f4f6;
}

html.sp-force-desktop-ui .ab-stat-row:last-child {
  border-right: 0;
}

html.sp-force-desktop-ui .ab-stat-value {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: var(--sp-brand) !important;
}

html.sp-force-desktop-ui .ab-feat-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

html.sp-force-desktop-ui .ab-feat-row {
  padding: 22px 24px !important;
  border-bottom: 1px solid #f2f4f6 !important;
  border-right: 1px solid #f2f4f6;
}

html.sp-force-desktop-ui .ab-feat-row:nth-child(2n) {
  border-right: 0;
}

html.sp-force-desktop-ui .ab-feat-icon-wrap {
  background: rgba(104, 0, 205, 0.08) !important;
}

html.sp-force-desktop-ui .ab-feat-icon-wrap .material-symbols-outlined {
  color: var(--sp-brand) !important;
}

html.sp-force-desktop-ui .ab-cta-block,
html.sp-force-desktop-ui .ab-cta {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 28px 32px;
  margin: 8px 0 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  text-align: center;
}

html.sp-force-desktop-ui .ab-cta-btn {
  display: inline-block;
  width: auto;
  min-width: 200px;
  padding: 14px 28px;
  background: var(--sp-brand) !important;
  border-radius: 14px;
  text-align: center;
}

html.sp-force-desktop-ui .ab-bottom-spacer {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── Value page ── */
html.sp-force-desktop-ui .tv-section {
  margin-bottom: 8px;
}

html.sp-force-desktop-ui .tv-section-title {
  font-size: 24px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

html.sp-force-desktop-ui .tv-value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

html.sp-force-desktop-ui .tv-value-chip {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

html.sp-force-desktop-ui .tv-prose-card p,
html.sp-force-desktop-ui .tv-guest-card p,
html.sp-force-desktop-ui .tv-host-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #4e5968;
}

html.sp-force-desktop-ui .tv-guest-block,
html.sp-force-desktop-ui .tv-host-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* ── Certified page ── */
html.sp-force-desktop-ui .tc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

html.sp-force-desktop-ui .tc-stat {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

html.sp-force-desktop-ui .tc-stat-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--sp-brand);
  letter-spacing: -0.5px;
}

html.sp-force-desktop-ui .tc-stat-lbl {
  font-size: 14px;
  color: #4e5968;
  margin-top: 4px;
}

html.sp-force-desktop-ui .tc-card {
  padding: 24px 28px;
}

html.sp-force-desktop-ui .tc-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #191f28;
  margin: 0 0 8px;
}

html.sp-force-desktop-ui .tc-card p {
  font-size: 15px;
  line-height: 1.65;
  color: #4e5968;
  margin: 0;
}

/* ── Host center / ask help ── */
html.sp-force-desktop-ui div#content.hcenter-page,
html.sp-force-desktop-ui div#content.ah-page {
  padding-top: calc(var(--sp-dt-header-h) + 32px) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html.sp-force-desktop-ui .hcenter-menu-row,
html.sp-force-desktop-ui .ah-row {
  padding: 18px 22px !important;
  transition: background 0.15s;
}

html.sp-force-desktop-ui .hcenter-menu-row:hover,
html.sp-force-desktop-ui .ah-row:hover {
  background: #fafbfc;
}

html.sp-force-desktop-ui .hcenter-menu-icon,
html.sp-force-desktop-ui .ah-icon,
html.sp-force-desktop-ui .hcenter-info-icon {
  background: rgba(104, 0, 205, 0.08) !important;
}

html.sp-force-desktop-ui .hcenter-menu-icon .material-symbols-rounded,
html.sp-force-desktop-ui .ah-icon .material-symbols-rounded,
html.sp-force-desktop-ui .hcenter-info-icon .material-symbols-rounded {
  color: var(--sp-brand) !important;
}

html.sp-force-desktop-ui .hcenter-chat-btn {
  max-width: 320px;
  border-radius: 14px;
  margin-top: 16px;
}

html.sp-force-desktop-ui .ah-emg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

/* ── Company info ── */
html.sp-force-desktop-ui div#content.company-info-page {
  padding-top: calc(var(--sp-dt-header-h) + 32px) !important;
}

html.sp-force-desktop-ui .ci-body {
  max-width: none !important;
  padding: 0 !important;
}

html.sp-force-desktop-ui .ci-row {
  padding: 16px 22px !important;
}

html.sp-force-desktop-ui .ci-row-val {
  text-align: right;
  max-width: 55%;
  word-break: keep-all;
}

html.sp-force-desktop-ui .ci-disclaimer {
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 16px;
  padding: 20px 24px;
  font-size: 13px;
  line-height: 1.65;
  color: #6b7684;
  margin-top: 16px;
}

/* ── FAQ ── */
html.sp-force-desktop-ui .faq-search-wrap {
  padding: 0 0 16px !important;
}

html.sp-force-desktop-ui .faq-search {
  max-width: 480px;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

html.sp-force-desktop-ui .faq-tabs-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 20px !important;
  overflow: visible !important;
}

html.sp-force-desktop-ui .faq-tab {
  border-radius: 980px;
  border: 1px solid #e5e8eb;
  background: #fff;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #4e5968;
  cursor: pointer;
}

html.sp-force-desktop-ui .faq-tab.active {
  background: var(--sp-brand);
  border-color: var(--sp-brand);
  color: #fff;
}

html.sp-force-desktop-ui .faq-section-title {
  font-size: 18px;
  font-weight: 800;
  color: #191f28;
  padding: 8px 4px 12px;
}

html.sp-force-desktop-ui .faq-q {
  padding: 18px 22px !important;
}

html.sp-force-desktop-ui .faq-q:hover {
  background: #fafbfc;
}

html.sp-force-desktop-ui .faq-footer {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 24px 28px;
  margin-top: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

html.sp-force-desktop-ui .faq-footer-btn {
  border-radius: 14px;
  background: var(--sp-brand) !important;
  padding: 12px 20px;
}

/* ── PC 푸터 ── */
html.sp-force-desktop-ui .sp-dt-footer {
  background: #1b1d1f;
  color: #b0b8c1;
  margin-top: 0;
  padding: 48px 0 40px;
  clear: both;
}

html.sp-force-desktop-ui .sp-dt-footer-inner {
  max-width: var(--sp-dt-wide-w);
  margin: 0 auto;
  padding: 0 4px;
  box-sizing: border-box;
}

html.sp-force-desktop-ui .sp-dt-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

html.sp-force-desktop-ui .sp-dt-footer-logo img {
  height: 22px;
  filter: brightness(0) invert(1);
}

html.sp-force-desktop-ui .sp-dt-footer-tagline {
  font-size: 13px;
  color: #8b95a1;
  margin: 12px 0 16px;
  line-height: 1.5;
}

html.sp-force-desktop-ui .sp-dt-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

html.sp-force-desktop-ui .sp-dt-footer-social a,
html.sp-force-desktop-ui .sp-dt-footer-social a:hover,
html.sp-force-desktop-ui .sp-dt-footer-social a:focus,
html.sp-force-desktop-ui .sp-dt-footer-social a:active {
  font-size: 12px;
  font-weight: 600;
  color: #d1d6db;
  text-decoration: none !important;
  padding: 6px 12px;
  border: 1px solid #3a3f44;
  border-radius: 980px;
}

html.sp-force-desktop-ui .sp-dt-footer-social a:hover {
  border-color: #6b7684;
  color: #fff;
}

html.sp-force-desktop-ui .sp-dt-footer-heading {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

html.sp-force-desktop-ui .sp-dt-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

html.sp-force-desktop-ui .sp-dt-footer-links li {
  margin-bottom: 8px;
}

html.sp-force-desktop-ui .sp-dt-footer-links a,
html.sp-force-desktop-ui .sp-dt-footer-links a:hover,
html.sp-force-desktop-ui .sp-dt-footer-company-link,
html.sp-force-desktop-ui .sp-dt-footer-company-link:hover,
html.sp-force-desktop-ui .sp-dt-footer-company a {
  font-size: 13px;
  color: #b0b8c1;
  text-decoration: none !important;
  line-height: 1.5;
}

html.sp-force-desktop-ui .sp-dt-footer-links a:hover,
html.sp-force-desktop-ui .sp-dt-footer-company-link:hover {
  color: #e5e8eb;
}

html.sp-force-desktop-ui .sp-dt-footer-legal {
  border-top: 1px solid #3a3f44;
  padding-top: 24px;
}

html.sp-force-desktop-ui .sp-dt-footer-company-link {
  display: inline-block;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 10px;
}

html.sp-force-desktop-ui .sp-dt-footer-company {
  font-size: 11px;
  line-height: 1.65;
  color: #8b95a1;
  word-break: keep-all;
}

html.sp-force-desktop-ui .sp-dt-footer-company a {
  color: #b0b8c1;
}

@media (max-width: 1200px) {
  html.sp-force-desktop-ui .sp-dt-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  html.sp-force-desktop-ui .sp-dt-footer-brand {
    grid-column: 1 / -1;
  }
}

/* ── App pages: wishlist, trips, inbox, points ── */
html.sp-force-desktop-ui main.mypage {
  display: block;
  max-width: var(--sp-dt-wide-w);
  margin: 0 auto;
  padding: calc(var(--sp-dt-header-h) + 28px) 0 56px;
  box-sizing: border-box;
}

html.sp-force-desktop-ui main.mypage > .content {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  padding: 28px 32px 32px;
}

html.sp-force-desktop-ui main.mypage h1 {
  font-size: 26px;
  font-weight: 800;
  color: #191f28;
  margin: 0 0 20px;
  letter-spacing: -0.3px;
}

html.sp-force-desktop-ui main.mypage .nav,
html.sp-force-desktop-ui .wh-inbox-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: transparent;
}

html.sp-force-desktop-ui main.mypage .nav a,
html.sp-force-desktop-ui .wh-inbox-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #e5e8eb;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #4e5968;
  text-decoration: none !important;
}

html.sp-force-desktop-ui main.mypage .nav a.on,
html.sp-force-desktop-ui main.mypage .nav a:hover,
html.sp-force-desktop-ui .wh-inbox-tabs a.on,
html.sp-force-desktop-ui .wh-inbox-tabs a:hover {
  border-color: var(--sp-brand);
  color: var(--sp-brand);
  background: #faf8ff;
}

html.sp-force-desktop-ui main.mypage .list.table {
  border: 1px solid #eef0f3;
  border-radius: 14px;
  overflow: hidden;
}

html.sp-force-desktop-ui main.mypage .list.table .head {
  background: #f9fafb;
  font-size: 13px;
  font-weight: 700;
  color: #6b7684;
}

html.sp-force-desktop-ui main.mypage .list.table .body {
  border-top: 1px solid #f2f4f6;
}

html.sp-force-desktop-ui .wh-inbox-row {
  border-radius: 14px;
  border: 1px solid #eef0f3;
  margin-bottom: 8px;
  padding: 14px 16px;
  transition: background 0.15s, border-color 0.15s;
}

html.sp-force-desktop-ui .wh-inbox-row:hover {
  background: #faf8ff;
  border-color: rgba(104, 0, 205, 0.18);
}

html.sp-force-desktop-ui div#content.page.sp-app-page,
html.sp-force-desktop-ui div#content.pt-page,
html.sp-force-desktop-ui div#content.pg-page,
html.sp-force-desktop-ui div#content.hc-page,
html.sp-force-desktop-ui div#content.hc-page-cert,
html.sp-force-desktop-ui div#content.page.my-account.acc-wrap {
  max-width: var(--sp-dt-wide-w) !important;
  padding: calc(var(--sp-dt-header-h) + 28px) 0 56px !important;
  background: transparent !important;
}

html.sp-force-desktop-ui div#content.hc-page.hc-page-event.hc-page-v3 {
  padding: calc(var(--sp-dt-header-h) + 28px) 0 calc(128px + env(safe-area-inset-bottom) + 28px) !important;
}

html.sp-force-desktop-ui div#content.hc-page-cert {
  padding: calc(56px + env(safe-area-inset-top, 0px) + 20px) 0 calc(var(--bottom-naverbar-height, 66px) + env(safe-area-inset-bottom, 56px)) !important;
}

html.sp-force-desktop-ui div#content.hc-page.hc-page-apply {
  max-width: 720px !important;
  padding: calc(56px + env(safe-area-inset-top, 0px) + 16px) 0 calc(72px + env(safe-area-inset-bottom) + 24px) !important;
  background: #f2f4f6 !important;
}

html.sp-force-desktop-ui div#content.hc-page-cert.cert-status {
  max-width: 720px !important;
}

html.sp-force-desktop-ui div#content.page.my-account.acc-wrap .acc-card,
html.sp-force-desktop-ui div#content.page.my-account.acc-wrap .acc-section {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

html.sp-force-desktop-ui div#content.page.sp-app-page .wl-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html.sp-force-desktop-ui .pt-wrap,
html.sp-force-desktop-ui .pg-page .pg-hero,
html.sp-force-desktop-ui .pg-page .pg-section {
  max-width: none;
}

html.sp-force-desktop-ui .pt-summary,
html.sp-force-desktop-ui .pt-balance-card,
html.sp-force-desktop-ui .pg-card {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

html.sp-force-desktop-ui .pt-history-item,
html.sp-force-desktop-ui .pt-invite-card {
  border-radius: 14px;
  border: 1px solid #eef0f3;
}

/* Search + unified global header — 전폭 레이아웃 (960px cap 제외) */
html.search-force-desktop-ui.sp-force-desktop-ui .search-page-header {
  display: none !important;
}

html.search-force-desktop-ui.sp-force-desktop-ui div#content.search-page-shell {
  --sp-dt-max-w: none;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  padding: calc(var(--sp-dt-header-h) + 6px) 12px 0 !important;
  min-height: 100dvh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  gap: 6px !important;
}

html.search-force-desktop-ui.sp-force-desktop-ui #spDtHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1300;
}

} /* min-width 1024px */
