/* ============================================================
   筌띾뜆?좈뜮袁⑹グ??됰뮞??곕뱜????筌왖???怨몃열 + ?怨멸쉭 ??밸씜
   detail.css
   ============================================================ */

/* ???? 筌왖???怨몃열 ???????????????????????????????????????????????????????????????????? */
.branch_map { position: relative; width: 100%; display: flex; }

#map-container {
  width: 100%; height: 100%;
  background: #e8edf2;
}
#map-container iframe {
  width: 100%; height: 100%;
  border: 0;
  display: block;
}

.map-error {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 16px;
  color: var(--clr-text-sub);
  font-size: 14px;
  text-align: center;
  padding: 32px;
  background: #E9EEF4;
}
.map-error > * { position: relative; z-index: 1; font-weight: 600; color: #444; }
.map-error button {
  padding: 10px 24px;
  background: var(--clr-primary);
  color: #00E5BC;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-base);
}

/* ???? ?怨멸쉭 ??밸씜 ???????????????????????????????????????????????????????????????????? */
.branch_detail_popup {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 100%; max-width: 720px;
  background: var(--clr-white);
  z-index: 103;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.1);
  /* flex column: ??쎄쾿嚥??怨몃열 + CTA 獄??브쑬??*/
  display: flex;
  flex-direction: column;
}
.branch_detail_popup._active { transform: translateX(0); }

.branch_detail_layout {
  position: relative;
  width: 100%;
  flex: 1;        /* ??? ?誘れ뵠 ?袁? 筌△뫁? */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.branch_detail_wrap {
  position: relative;
  width: 100%;
  flex: 1;        /* ??쎄쾿嚥??怨몃열??揶쎛€??筌?쑴? */
  background: var(--clr-white);
  overflow-x: hidden; overflow-y: auto;
}

/* ?⑤벏????る┛ 甕곌쑵??*/
.sp_close_btn {
  position: fixed;
  top: 24px; right: 24px;
  width: 44px; height: 44px;
  background-color: #ffffff !important;
  color: #111111 !important;
  opacity: 1 !important;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 110; cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.2s;
}
.sp_close_btn:hover { background-color: #f8f9fa !important; transform: scale(1.05); }

/* ?怨멸? ?뚢뫂?쀯㎘???묐쓠 */
.branch_detail_sparkplus {
  width: 100%; display: flex; flex-direction: column; padding-bottom: 60px;
}

/* ?????Hero ???筌왿궗 ?????????????????????????????????????????????????????????????????????*/
.sp-hero {
  position: relative;
  width: 100%; height: 560px;
  background-size: cover; background-position: center;
  display: flex; flex-direction: column; justify-content: center;
  padding: 60px 40px; overflow: hidden;
}
.sp-hero-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4); }
.sp-hero-content { position: relative; z-index: 2; color: var(--clr-white); display: flex; flex-direction: column; height: 100%; }
.sp-hero-main { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.sp-hero-highlight {
  display: inline-block;
  background: #009980;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  padding: 2px 12px;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.sp-hero-title {
  font-size: 52px; font-weight: 800; line-height: 1.15;
  letter-spacing: -2px; margin-bottom: 24px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.sp-hero-desc { font-size: 15px; font-weight: 400; opacity: 0.85; }

/* ???? ?諭彛????筌왖 ???????????????????????????????????????????????????????????????????? */
.sp-features { padding: 60px 40px; background: #F6F7FA; }
.sp-features h3 { font-size: 28px; font-weight: 700; margin-bottom: 30px; color: var(--clr-black); line-height: 1.4; }
.sp-feature-list { display: flex; flex-direction: column; gap: 40px; }
.sp-feature-item { display: flex; flex-direction: column; gap: 16px; }
.sp-feature-img {
  position: relative;
  width: 100%; height: 240px;
  background-size: cover; background-position: center;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.sp-feature-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 60%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 24px;
}
.sp-feature-overlay p { color: var(--clr-white); font-size: 18px; font-weight: 700; line-height: 1.4; margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,0.4); }

/* ???? ?遺쏀닊 ??덇땀 ???????????????????????????????????????????????????????????????????? */
.sp-price-list { padding: 60px 40px; background: var(--clr-white); border-bottom: 8px solid #F5F6F8; }
.sp-price-list h3 { font-size: 28px; font-weight: 700; margin-bottom: 24px; color: var(--clr-black); line-height: 1.4; }
.sp-prices { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.sp-prices li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; background: #F8F9FA; border-radius: var(--radius-md);
}
.sp-price-name { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--clr-text); }
.sp-num {
  font-size: 13px; font-weight: 800; color: var(--clr-primary);
  background: rgba(0, 191, 165, 0.1); padding: 4px 8px; border-radius: 6px;
  letter-spacing: 1px;
}
.sp-prices li strong { font-size: 18px; font-weight: 700; color: var(--clr-primary); }

/* ???? ?紐꾩벥??뽮퐬 ???????????????????????????????????????????????????????????????????? */
.sp-facilities { padding: 60px 40px; background: #F6F7FA; }
.sp-facilities h3 { font-size: 28px; font-weight: 700; margin-bottom: 12px; color: var(--clr-black); line-height: 1.4; text-align: center; }
.sp-fac-desc { font-size: 15px; color: var(--clr-text-sub); text-align: center; line-height: 1.6; }
.sp-facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 16px;
}
.mt-20 { margin-top: 20px; }
.sp-fac-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.sp-fac-icon {
  width: 52px; height: 52px;
  background: var(--clr-white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--clr-primary);
  box-shadow: 0 2px 8px rgba(0, 191, 165, 0.15);
}
.sp-fac-item p { font-size: 13px; font-weight: 600; color: var(--clr-text-sub); text-align: center; }

/* ???? 揶쎼끇??뵳????????????????????????????????????????????????????????????????????? */
.sp-gallery { padding: 60px 40px; background: var(--clr-white); }
.sp-gallery-grid { display: flex; gap: 16px; height: 320px; }
.sp-gal-main { flex: 2; border-radius: var(--radius-md); background-size: cover; background-position: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.sp-gal-sub { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.sp-gal-item { flex: 1; border-radius: var(--radius-md); background-size: cover; background-position: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

/* ???? 筌≪뼚釉??쇰뻻??疫????????????????????????????????????????????????????????????????????? */
.sp-location { padding: 60px 40px; background: var(--clr-white); }
.sp-location h3 { font-size: 28px; font-weight: 700; margin-bottom: 24px; color: var(--clr-black); }
.sp-loc-info-box {
  display: flex; flex-direction: column; gap: 10px;
  padding: 24px; background: #F8F9FA; border-radius: var(--radius-md);
  margin-bottom: 20px;
}
.sp-loc-info-box p { font-size: 15px; color: var(--clr-text); line-height: 1.6; }
.sp-loc-info-box strong { color: var(--clr-black); }
.sp-loc-map { width: 100%; height: 280px; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--clr-border-light); }
.sp-loc-map iframe { width: 100%; height: 100%; border: 0; }

/* ???? 筌왖??륁퓢 燁????????????????????????????????????????????????????????????????????? */
.branch_subway_chip {
  display: inline-flex; align-items: center; gap: 6px;
  height: 28px; padding: 0 10px;
  background: var(--clr-bg);
  border-radius: var(--radius-pill);
  font-size: 13px; font-weight: 600; color: var(--clr-text-sub);
}
.branch_subway_badge {
  width: 20px; height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; font-weight: 700; color: #00E5BC;
  border-radius: 50%;
  display: inline-flex; justify-content: center; align-items: center;
  flex-shrink: 0;
}
.branch_subway_badge.line_1  { background: #3455B4; }
.branch_subway_badge.line_2  { background: #2CC160; }
.branch_subway_badge.line_3  { background: #FF8936; }
.branch_subway_badge.line_4  { background: #00B0F0; }
.branch_subway_badge.line_5  { background: #8F4ADB; }
.branch_subway_badge.line_6  { background: #B26017; }
.branch_subway_badge.line_7  { background: #747915; }
.branch_subway_badge.line_9  { background: #D0A439; }
.branch_subway_badge.line_sb { background: #DA304D; }
.branch_subway_badge.line_su { background: #FFCE32; color: #333; }
.branch_subway_badge.line_sh { background: #81A914; }
.branch_subway_badge.line_kj { background: #77C4A3; }

/* ???? ??롫뼊 ?⑥쥙??CTA ???????????????????????????????????????????????????????????????????? */
.sp-sticky-bottom {
  /* flex child ??CTA 獄쏅떽? ??湲???밸씜 筌ㅼ뮉釉??λ퓠 ?⑥쥙??*/
  flex-shrink: 0;
  display: flex;
  gap: 12px;
  padding: 16px 24px;
  background: var(--clr-white);
  border-top: 1px solid var(--clr-border-light);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.sp-btn-outline { box-sizing: border-box;
  flex: 1; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--clr-border);
  border-radius: var(--radius-md);
  font-size: 15px; font-weight: 700;
  color: var(--clr-text);
  transition: all 0.18s;
  font-family: var(--font-base);
}
.sp-btn-outline:hover { border-color: var(--clr-black); color: var(--clr-black); }
.sp-btn-primary { box-sizing: border-box; border: 1.5px solid transparent; box-shadow: 0 0 15px rgba(0, 191, 165, 0.5);
  flex: 1; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #00BFA5;
  border-radius: var(--radius-md);
  font-size: 15px; font-weight: 700;
  color: #ffffff !important;
  transition: all 0.18s;
  font-family: var(--font-base);
}
.sp-btn-primary:hover { background: #00A38D; box-shadow: 0 0 30px rgba(0, 191, 165, 0.8); }

/* ???? Toast ???????????????????????????????????????????????????????????????????? */
#toast {
  position: fixed;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  background: rgba(34, 34, 34, 0.9);
  color: #00E5BC;
  border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
}

/* 筌뤴뫀而???袁⑹뒠 */
.mob-only { display: none; }

/* ?? 吏???ㅼ궗吏?媛ㅻ윭由???????????????????????????????? */
.sp-gallery-real { padding: 0 28px 32px; }
.sp-gallery-real h3 { font-size: 15px; font-weight: 600; color: #111; margin: 0 0 14px; letter-spacing: -0.02em; }
.sp-gallery-real-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sp-gallery-real-item { aspect-ratio: 4/3; background-size: cover; background-position: center; border-radius: 10px; overflow: hidden; }
@media (max-width: 600px) { .sp-gallery-real-grid { grid-template-columns: repeat(2, 1fr); } }

/* ?? 理쒖?媛 蹂댁옣 諭껋? (?덉뼱濡??섎떒) ??????????????? */

/* ?? 媛ㅻ윭由??ㅼ궗吏??????????????????????????????????? */
.sp-gallery-real { padding: 0 28px 32px; }
.sp-gallery-real h3 { font-size: 15px; font-weight: 600; color: #111; margin: 0 0 14px; letter-spacing: -0.02em; }
.sp-gallery-real-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sp-gallery-real-item { aspect-ratio: 4/3; background-size: cover; background-position: center; border-radius: 10px; }
@media (max-width: 600px) { .sp-gallery-real-grid { grid-template-columns: repeat(2, 1fr); } }

/* ?? 異붽?鍮꾩슜 ?놁쓬 肄쒖븘???????????????????????????? */
.sp-no-extra-cost {
  display: flex; align-items: center; gap: 8px;
  margin: 0 28px 18px; padding: 11px 16px;
  background: #f0faf7; border: 1px solid #b2e8d8; border-radius: 10px;
  font-size: 13px; font-weight: 600; color: #007a5e; letter-spacing: -0.01em;
  padding: 2px 12px;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.sp-hero-title {
  font-size: 52px; font-weight: 800; line-height: 1.15;
  letter-spacing: -2px; margin-bottom: 24px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.sp-hero-desc { font-size: 15px; font-weight: 400; opacity: 0.85; }

/* ???? ?諭€彛???€?筌왖€ ???????????????????????????????????????????????????????????????????? */
.sp-features { padding: 60px 40px; background: #F6F7FA; }
.sp-features h3 { font-size: 28px; font-weight: 700; margin-bottom: 30px; color: var(--clr-black); line-height: 1.4; }
.sp-feature-list { display: flex; flex-direction: column; gap: 40px; }
.sp-feature-item { display: flex; flex-direction: column; gap: 16px; }
.sp-feature-img {
  position: relative;
  width: 100%; height: 240px;
  background-size: cover; background-position: center;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.sp-feature-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 60%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 24px;
}
.sp-feature-overlay p { color: var(--clr-white); font-size: 18px; font-weight: 700; line-height: 1.4; margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,0.4); }

/* ???? ?遺쏀닊 ??덇땀 ???????????????????????????????????????????????????????????????????? */
.sp-price-list { padding: 60px 40px; background: var(--clr-white); border-bottom: 8px solid #F5F6F8; }
.sp-price-list h3 { font-size: 28px; font-weight: 700; margin-bottom: 24px; color: var(--clr-black); line-height: 1.4; }
.sp-prices { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.sp-prices li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; background: #F8F9FA; border-radius: var(--radius-md);
}
.sp-price-name { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--clr-text); }
.sp-num {
  font-size: 13px; font-weight: 800; color: var(--clr-primary);
  background: rgba(0, 191, 165, 0.1); padding: 4px 8px; border-radius: 6px;
  letter-spacing: 1px;
}
.sp-prices li strong { font-size: 18px; font-weight: 700; color: var(--clr-primary); }

/* ???? ?紐꾩벥??뽮퐬 ???????????????????????????????????????????????????????????????????? */
.sp-facilities { padding: 60px 40px; background: #F6F7FA; }
.sp-facilities h3 { font-size: 28px; font-weight: 700; margin-bottom: 12px; color: var(--clr-black); line-height: 1.4; text-align: center; }
.sp-fac-desc { font-size: 15px; color: var(--clr-text-sub); text-align: center; line-height: 1.6; }
.sp-facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 16px;
}
.mt-20 { margin-top: 20px; }
.sp-fac-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.sp-fac-icon {
  width: 52px; height: 52px;
  background: var(--clr-white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--clr-primary);
  box-shadow: 0 2px 8px rgba(0, 191, 165, 0.15);
}
.sp-fac-item p { font-size: 13px; font-weight: 600; color: var(--clr-text-sub); text-align: center; }

/* ???? 揶쎼끇??뵳????????????????????????????????????????????????????????????????????? */
.sp-gallery { padding: 60px 40px; background: var(--clr-white); }
.sp-gallery-grid { display: flex; gap: 16px; height: 320px; }
.sp-gal-main { flex: 2; border-radius: var(--radius-md); background-size: cover; background-position: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.sp-gal-sub { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.sp-gal-item { flex: 1; border-radius: var(--radius-md); background-size: cover; background-position: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

/* ???? 筌≪뼚釉??쇰뻻??疫????????????????????????????????????????????????????????????????????? */
.sp-location { padding: 60px 40px; background: var(--clr-white); }
.sp-location h3 { font-size: 28px; font-weight: 700; margin-bottom: 24px; color: var(--clr-black); }
.sp-loc-info-box {
  display: flex; flex-direction: column; gap: 10px;
  padding: 24px; background: #F8F9FA; border-radius: var(--radius-md);
  margin-bottom: 20px;
}
.sp-loc-info-box p { font-size: 15px; color: var(--clr-text); line-height: 1.6; }
.sp-loc-info-box strong { color: var(--clr-black); }
.sp-loc-map { width: 100%; height: 280px; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--clr-border-light); }
.sp-loc-map iframe { width: 100%; height: 100%; border: 0; }

/* ???? 筌왖€??륁퓢 燁????????????????????????????????????????????????????????????????????? */
.branch_subway_chip {
  display: inline-flex; align-items: center; gap: 6px;
  height: 28px; padding: 0 10px;
  background: var(--clr-bg);
  border-radius: var(--radius-pill);
  font-size: 13px; font-weight: 600; color: var(--clr-text-sub);
}
.branch_subway_badge {
  width: 20px; height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; font-weight: 700; color: #00E5BC;
  border-radius: 50%;
  display: inline-flex; justify-content: center; align-items: center;
  flex-shrink: 0;
}
.branch_subway_badge.line_1  { background: #3455B4; }
.branch_subway_badge.line_2  { background: #2CC160; }
.branch_subway_badge.line_3  { background: #FF8936; }
.branch_subway_badge.line_4  { background: #00B0F0; }
.branch_subway_badge.line_5  { background: #8F4ADB; }
.branch_subway_badge.line_6  { background: #B26017; }
.branch_subway_badge.line_7  { background: #747915; }
.branch_subway_badge.line_9  { background: #D0A439; }
.branch_subway_badge.line_sb { background: #DA304D; }
.branch_subway_badge.line_su { background: #FFCE32; color: #333; }
.branch_subway_badge.line_sh { background: #81A914; }
.branch_subway_badge.line_kj { background: #77C4A3; }

/* ???? ??롫뼊 ?⑥쥙??CTA ???????????????????????????????????????????????????????????????????? */
.sp-sticky-bottom {
  /* flex child ??CTA 獄쏅떽? ??湲???밸씜 筌ㅼ뮉釉??λ퓠 ?⑥쥙??*/
  flex-shrink: 0;
  display: flex;
  gap: 12px;
  padding: 16px 24px;
  background: var(--clr-white);
  border-top: 1px solid var(--clr-border-light);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.sp-btn-outline { box-sizing: border-box;
  flex: 1; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--clr-border);
  border-radius: var(--radius-md);
  font-size: 15px; font-weight: 700;
  color: var(--clr-text);
  transition: all 0.18s;
  font-family: var(--font-base);
}
.sp-btn-outline:hover { border-color: var(--clr-black); color: var(--clr-black); }
.sp-btn-primary { box-sizing: border-box; border: 1.5px solid transparent; box-shadow: 0 0 15px rgba(0, 191, 165, 0.5);
  flex: 1; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #00BFA5;
  border-radius: var(--radius-md);
  font-size: 15px; font-weight: 700;
  color: #ffffff !important;
  transition: all 0.18s;
  font-family: var(--font-base);
}
.sp-btn-primary:hover { background: #00A38D; box-shadow: 0 0 30px rgba(0, 191, 165, 0.8); }

/* ???? Toast ???????????????????????????????????????????????????????????????????? */
#toast {
  position: fixed;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  background: rgba(34, 34, 34, 0.9);
  color: #00E5BC;
  border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
}

/* 筌뤴뫀而???袁⑹뒠 */
.mob-only { display: none; }

/* ?€?€ 吏€???ㅼ궗吏?媛ㅻ윭由??€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€ */
.sp-gallery-real { padding: 0 28px 32px; }
.sp-gallery-real h3 { font-size: 15px; font-weight: 600; color: #111; margin: 0 0 14px; letter-spacing: -0.02em; }
.sp-gallery-real-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sp-gallery-real-item { aspect-ratio: 4/3; background-size: cover; background-position: center; border-radius: 10px; overflow: hidden; }
@media (max-width: 600px) { .sp-gallery-real-grid { grid-template-columns: repeat(2, 1fr); } }

/* ?€?€ 理쒖?媛€ 蹂댁옣 諭껋? (?덉뼱濡??섎떒) ?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€ */

/* ?€?€ 媛ㅻ윭由??ㅼ궗吏??€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€ */
.sp-gallery-real { padding: 0 28px 32px; }
.sp-gallery-real h3 { font-size: 15px; font-weight: 600; color: #111; margin: 0 0 14px; letter-spacing: -0.02em; }
.sp-gallery-real-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sp-gallery-real-item { aspect-ratio: 4/3; background-size: cover; background-position: center; border-radius: 10px; }
@media (max-width: 600px) { .sp-gallery-real-grid { grid-template-columns: repeat(2, 1fr); } }

/* ?€?€ 異붽?鍮꾩슜 ?놁쓬 肄쒖븘???€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€ */
.sp-no-extra-cost {
  display: flex; align-items: center; gap: 8px;
  margin: 0 28px 18px; padding: 11px 16px;
  background: #f0faf7; border: 1px solid #b2e8d8; border-radius: 10px;
  font-size: 13px; font-weight: 600; color: #007a5e; letter-spacing: -0.01em;
}
.sp-no-extra-cost svg { flex-shrink: 0; color: #00BFA5; }

/* ?€?€ ?덉뼱濡?硫뷀? (priceTag 쨌 heroLine + 二쇱냼) ?€?€?€?€?€?€ */

  font-size: 52px; font-weight: 800; line-height: 1.15;
  letter-spacing: -2px; margin-bottom: 24px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.sp-hero-desc { font-size: 15px; font-weight: 400; opacity: 0.85; }

/* ???? ?諭€彛???€?筌왖€ ???????????????????????????????????????????????????????????????????? */
.sp-features { padding: 60px 40px; background: #F6F7FA; }
.sp-features h3 { font-size: 28px; font-weight: 700; margin-bottom: 30px; color: var(--clr-black); line-height: 1.4; }
.sp-feature-list { display: flex; flex-direction: column; gap: 40px; }
.sp-feature-item { display: flex; flex-direction: column; gap: 16px; }
.sp-feature-img {
  position: relative;
  width: 100%; height: 240px;
  background-size: cover; background-position: center;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.sp-feature-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 60%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 24px;
}
.sp-feature-overlay p { color: var(--clr-white); font-size: 18px; font-weight: 700; line-height: 1.4; margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,0.4); }

/* ???? ?遺쏀닊 ??덇땀 ???????????????????????????????????????????????????????????????????? */
.sp-price-list { padding: 60px 40px; background: var(--clr-white); border-bottom: 8px solid #F5F6F8; }
.sp-price-list h3 { font-size: 28px; font-weight: 700; margin-bottom: 24px; color: var(--clr-black); line-height: 1.4; }
.sp-prices { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.sp-prices li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; background: #F8F9FA; border-radius: var(--radius-md);
}
.sp-price-name { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--clr-text); }
.sp-num {
  font-size: 13px; font-weight: 800; color: var(--clr-primary);
  background: rgba(0, 191, 165, 0.1); padding: 4px 8px; border-radius: 6px;
  letter-spacing: 1px;
}
.sp-prices li strong { font-size: 18px; font-weight: 700; color: var(--clr-primary); }

/* ???? ?紐꾩벥??뽮퐬 ???????????????????????????????????????????????????????????????????? */
.sp-facilities { padding: 60px 40px; background: #F6F7FA; }
.sp-facilities h3 { font-size: 28px; font-weight: 700; margin-bottom: 12px; color: var(--clr-black); line-height: 1.4; text-align: center; }
.sp-fac-desc { font-size: 15px; color: var(--clr-text-sub); text-align: center; line-height: 1.6; }
.sp-facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 16px;
}
.mt-20 { margin-top: 20px; }
.sp-fac-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.sp-fac-icon {
  width: 52px; height: 52px;
  background: var(--clr-white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--clr-primary);
  box-shadow: 0 2px 8px rgba(0, 191, 165, 0.15);
}
.sp-fac-item p { font-size: 13px; font-weight: 600; color: var(--clr-text-sub); text-align: center; }

/* ???? 揶쎼끇??뵳????????????????????????????????????????????????????????????????????? */
.sp-gallery { padding: 60px 40px; background: var(--clr-white); }
.sp-gallery-grid { display: flex; gap: 16px; height: 320px; }
.sp-gal-main { flex: 2; border-radius: var(--radius-md); background-size: cover; background-position: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.sp-gal-sub { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.sp-gal-item { flex: 1; border-radius: var(--radius-md); background-size: cover; background-position: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }

/* ???? 筌≪뼚釉??쇰뻻??疫????????????????????????????????????????????????????????????????????? */
.sp-location { padding: 60px 40px; background: var(--clr-white); }
.sp-location h3 { font-size: 28px; font-weight: 700; margin-bottom: 24px; color: var(--clr-black); }
.sp-loc-info-box {
  display: flex; flex-direction: column; gap: 10px;
  padding: 24px; background: #F8F9FA; border-radius: var(--radius-md);
  margin-bottom: 20px;
}
.sp-loc-info-box p { font-size: 15px; color: var(--clr-text); line-height: 1.6; }
.sp-loc-info-box strong { color: var(--clr-black); }
.sp-loc-map { width: 100%; height: 280px; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--clr-border-light); }
.sp-loc-map iframe { width: 100%; height: 100%; border: 0; }

/* ???? 筌왖€??륁퓢 燁????????????????????????????????????????????????????????????????????? */
.branch_subway_chip {
  display: inline-flex; align-items: center; gap: 6px;
  height: 28px; padding: 0 10px;
  background: var(--clr-bg);
  border-radius: var(--radius-pill);
  font-size: 13px; font-weight: 600; color: var(--clr-text-sub);
}
.branch_subway_badge {
  width: 20px; height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; font-weight: 700; color: #00E5BC;
  border-radius: 50%;
  display: inline-flex; justify-content: center; align-items: center;
  flex-shrink: 0;
}
.branch_subway_badge.line_1  { background: #3455B4; }
.branch_subway_badge.line_2  { background: #2CC160; }
.branch_subway_badge.line_3  { background: #FF8936; }
.branch_subway_badge.line_4  { background: #00B0F0; }
.branch_subway_badge.line_5  { background: #8F4ADB; }
.branch_subway_badge.line_6  { background: #B26017; }
.branch_subway_badge.line_7  { background: #747915; }
.branch_subway_badge.line_9  { background: #D0A439; }
.branch_subway_badge.line_sb { background: #DA304D; }
.branch_subway_badge.line_su { background: #FFCE32; color: #333; }
.branch_subway_badge.line_sh { background: #81A914; }
.branch_subway_badge.line_kj { background: #77C4A3; }

/* ???? ??롫뼊 ?⑥쥙??CTA ???????????????????????????????????????????????????????????????????? */
.sp-sticky-bottom {
  /* flex child ??CTA 獄쏅떽? ??湲???밸씜 筌ㅼ뮉釉??λ퓠 ?⑥쥙??*/
  flex-shrink: 0;
  display: flex;
  gap: 12px;
  padding: 16px 24px;
  background: var(--clr-white);
  border-top: 1px solid var(--clr-border-light);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.sp-btn-outline { box-sizing: border-box;
  flex: 1; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--clr-border);
  border-radius: var(--radius-md);
  font-size: 15px; font-weight: 700;
  color: var(--clr-text);
  transition: all 0.18s;
  font-family: var(--font-base);
}
.sp-btn-outline:hover { border-color: var(--clr-black); color: var(--clr-black); }
.sp-btn-primary { box-sizing: border-box; border: 1.5px solid transparent; box-shadow: 0 0 15px rgba(0, 191, 165, 0.5);
  flex: 1; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #00BFA5;
  border-radius: var(--radius-md);
  font-size: 15px; font-weight: 700;
  color: #ffffff !important;
  transition: all 0.18s;
  font-family: var(--font-base);
}
.sp-btn-primary:hover { background: #00A38D; box-shadow: 0 0 30px rgba(0, 191, 165, 0.8); }

/* ???? Toast ???????????????????????????????????????????????????????????????????? */
#toast {
  position: fixed;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  background: rgba(34, 34, 34, 0.9);
  color: #00E5BC;
  border-radius: var(--radius-pill);
  font-size: 14px; font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
}

/* 筌뤴뫀而???袁⑹뒠 */
.mob-only { display: none; }

/* ?€?€ 吏€???ㅼ궗吏?媛ㅻ윭由??€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€ */
.sp-gallery-real { padding: 0 28px 32px; }
.sp-gallery-real h3 { font-size: 15px; font-weight: 600; color: #111; margin: 0 0 14px; letter-spacing: -0.02em; }
.sp-gallery-real-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sp-gallery-real-item { aspect-ratio: 4/3; background-size: cover; background-position: center; border-radius: 10px; overflow: hidden; }
@media (max-width: 600px) { .sp-gallery-real-grid { grid-template-columns: repeat(2, 1fr); } }

/* ?€?€ 理쒖?媛€ 蹂댁옣 諭껋? (?덉뼱濡??섎떒) ?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€ */

/* ?€?€ 媛ㅻ윭由??ㅼ궗吏??€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€ */
.sp-gallery-real { padding: 0 28px 32px; }
.sp-gallery-real h3 { font-size: 15px; font-weight: 600; color: #111; margin: 0 0 14px; letter-spacing: -0.02em; }
.sp-gallery-real-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.sp-gallery-real-item { aspect-ratio: 4/3; background-size: cover; background-position: center; border-radius: 10px; }
@media (max-width: 600px) { .sp-gallery-real-grid { grid-template-columns: repeat(2, 1fr); } }

/* ?€?€ 異붽?鍮꾩슜 ?놁쓬 肄쒖븘???€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€?€ */
.sp-no-extra-cost {
  display: flex; align-items: center; gap: 8px;
  margin: 0 28px 18px; padding: 11px 16px;
  background: #f0faf7; border: 1px solid #b2e8d8; border-radius: 10px;
  font-size: 13px; font-weight: 600; color: #007a5e; letter-spacing: -0.01em;
}
.sp-no-extra-cost svg { flex-shrink: 0; color: #00BFA5; }

/* ?€?€ ?덉뼱濡?硫뷀? (priceTag 쨌 heroLine + 二쇱냼) ?€?€?€?€?€?€ */

/* ── 히어로 메타 (priceTag · heroLine) ────── */
.sp-hero-meta {
  display: block;
  margin-top: 10px;
}
.sp-hero-sub {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #FF3B00;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  margin: 0;
  letter-spacing: 0.02em;
}

