@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css");

html, body {
	touch-action: manipulation; /*모바일에서 화면확대 금지*/
}

/* ===============================
 Global
================================ */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont,
			   "Apple SD Gothic Neo", "Noto Sans KR",
			   "Segoe UI", sans-serif;

  color: #111;
  background: #fff;
  line-height: 1.7;
}

section {
  padding: 96px 0;
}

h1, h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

p {
  color: #444;
  font-size: 16px;
}

.lucide {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
  color: #111;
}
.icon-muted .lucide { color:#666; }
.icon-white .lucide { color:#fff; }

.bs-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 22px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.bs-btn:hover {
  background: #fff;
  color:#000;
  border:1px solid #000;
  transform: translateY(-2px);
}

.cta_inlink {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}


/* ==========================
   의류 스와이프
========================== */
/* 설명 박스 */
.wear-info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wear-info-box ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
}

.wear-info-box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}


.wear_section {
  width: 100%;
  padding: 0;
  margin: 0;
}

.wearSwiper .swiper-pagination-bullet-active {
  background: #e60023 !important; /* PEAKGO 레드 */
}


.wearSwiper .swiper-pagination-bullet {
  background: #ccc; /* 연한 회색 */
  opacity: 1;
}

.only-mobile { display: none; }
.only-pc { display: block; }

/* PC 이미지 박스 */
.single-gallery-wear {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}

.single-gallery-wear img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* 버튼 */
.shop-link-wrap { text-align:center; margin:60px 0 40px; }

.shop-link-btn {
  display:inline-block;
  background:#111;
  color:#fff;
  padding:14px 28px;
  border-radius:8px;
  font-size:1.1em;
  font-weight:600;
  transition:.25s;
}

.shop-link-btn:hover {
  background:#e60023;
  transform:translateY(-3px);
  box-shadow:0px 6px 14px rgba(0,0,0,0.2);
}

/* 📱 모바일 전용 */
.only-mobile .wearSwiper {
  width: 50%;
  height: 640px !important;
}

.only-mobile .wearSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.only-pc { display: none !important; }
.only-mobile { display: block !important; }
/* 📱 모바일 전환 */
@media (max-width: 768px) {
  .only-mobile .wearSwiper {
    width: 100%;
  }

  .single-gallery-wear { height: 360px; }
}

/* ==========================
   Boss Map
========================== */

/* 래퍼 */
.map-wrap {
  position: relative;           /* 🔥 모바일 버튼 기준 */
  margin-top: 40px;
}

/* 지도 */
.boss-map {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  background: #f5f5f5;
  overflow: hidden;
}

/* ==========================
   PC 버튼 (인포윈도우 내부)
========================== */

.btn-map {
  display: inline-block;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: #111;
  color: #fff;
}

.btn-map.outline {
  background: #fff;
  color: #111;
  border: 1px solid #ddd;
}

/* ==========================
   모바일 전용 버튼
========================== */

.map-mobile-actions {
  display: none;
}

@media (max-width: 768px) {

  /* 지도 높이 축소 */
  .boss-map {
    height: 240px;
    border-radius: 12px;
  }

  /* 모바일 하단 버튼 */
  .map-mobile-actions {
    display: flex;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 10;
  }

  .map-mobile-actions .btn-map {
    width: 100%;
    padding: 14px 0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    background: #000;
    color: #fff;
  }
}

/* ==========================
   인포윈도우 (PC 전용)
========================== */

.boss-infowindow {
  min-width: 220px;
  max-width: 260px;
  padding: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
.btn-map.outline {
  background: #fff;
  color: #111;
  border: 1px solid #ddd;
}
.boss-infowindow .info-head strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.boss-infowindow .info-head span {
  font-size: 12px;
  color: #666;
}

.boss-infowindow .info-body p {
  margin: 8px 0 12px;
  font-size: 13px;
  color: #333;
  line-height: 1.4;
}

.boss-infowindow .info-actions {
  display: flex;
  gap: 6px;
}

.boss-infowindow .info-actions .btn-map {
  flex: 1;
}

/* ==========================
   Parking Guide
========================== */

.parking-guide {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  margin-top: 24px;
  background: #f7f7f7;
  border-radius: 14px;
}

.parking-icon {
  font-size: 26px;
  line-height: 1;
}

.parking-content strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}

.parking-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

/* 모바일 */
@media (max-width: 768px) {
  .parking-guide {
    padding: 16px;
    border-radius: 12px;
  }

  .parking-content p {
    font-size: 13px;
  }
}

/* ===============================
   Boss Rental Counter
=============================== */
.bs-counter {
  padding: 64px 0;
  border-bottom:1px solid #eee;

}
.bs-counter h2 { text-align: center !important;}
.bs-process-desc {
  margin: 12px 0 40px;
  font-size: 15px;
  color: #666;
  text-align: center;
}

.bs-counter-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bs-counter-item {
  background: #fff;
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.bs-counter-num {
  display: block;
  font-size: 34px;
  font-weight: 800;
  color: #f97316;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  transition: transform .3s ease;
}

.bs-counter-num.is-done {
  transform: scale(1.05);
}

.bs-counter-item:hover .bs-counter-num {
  transform: translateY(-4px);
}

.bs-counter-label {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* 모바일 */
@media (max-width: 768px) {
  .bs-counter {
    padding: 48px 0;
  }
  
  .bs-process-desc {
    font-size: 14px;
  }
  
  .bs-counter-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .bs-counter-num {
    font-size: 26px;
  }

  .bs-counter-label {
    font-size: 13px;
  }
}


/* ===============================
 Button Base (Global)
================================ */
.btn-base {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;              /* 🔥 hover 색상 변화 차단 */
  text-decoration: none;
  transition: none;            /* 텍스트 컬러 애니메이션 제거 */
}

.btn-base,
.btn-base:hover,
.btn-base:focus,
.btn-base:active {
  color: #fff !important;      /* 🔥 무조건 유지 */
  text-decoration: none;
}

/* ===============================
 Button Icon Motion
================================ */
.btn-icon-move svg {
  transition: transform .25s ease;
}

.btn-icon-move:hover svg {
  transform: translateX(4px);  /* ←→ 이동 */
}

/* ===============================
 Visually Hidden (SEO / A11y)
================================ */
.visually-hidden {
  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;
}




/* ===============================
인덱스,서브페이지분리
================================ */
#bs-index {
  padding-top: 72px; /* header height */
}

#bs-sub {
  padding-top: 0;
}

#bs-sub .container {
  max-width: 1200px;
}


/* ===============================
 PC HEADER (NEW)
================================ */
.pc-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 64px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eee;
  z-index: 1000;
}

.pc-header-inner {
  height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

/* ===============================
 BOSS Logo (bs- namespace)
================================ */
.bs-logo a {
  display: flex;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
}

.bs-logo-en {
  font-size: 20px;        /* 큼 */
  font-weight: 800;      /* 굵게 */
  letter-spacing: 0.12em;
  color: #111;
}

.bs-logo-kr {
  font-size: 12px;       /* 작게 */
  font-weight: 700;
  color: #777;
  letter-spacing: -0.02em;
}


/* ===============================
 Header (bs- scoped)
================================ */
.bs-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1000;
  transition: background-color .25s ease, box-shadow .25s ease;
}


.bs-header.is-scrolled {
  background: #111;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
  border-bottom: none;
}

.bs-header.is-scrolled .bs-nav a,
.bs-header.is-scrolled .bs-logo-en,
.bs-header.is-scrolled .bs-logo-kr {
  color: #fff;
}

.bs-header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Navigation */
.bs-nav {
  display: flex;
  gap: 24px;
}

.bs-nav a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  position: relative;
}

.bs-nav a:hover {

  color: #000;
  font-weight:700;
}


/* CTA */
.bs-cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.bs-header.is-scrolled .bs-cta {
  background: #fff;
  color: #111;
}
/* ===============================
 Mobile Hamburger
================================ */
.bs-hamburger {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.bs-header.is-scrolled .bs-hamburger span {
  background: #fff;
}

.bs-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #111;
  margin: 5px 0;
  transition: all .25s ease;
}

.bs-mobile-menu.is-open .bs-mobile-close::before,
.bs-mobile-menu.is-open .bs-mobile-close::after {
  background: #111;
}
/* ===============================
 Mobile Menu Overlay
================================ */
.bs-mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,.98);
  z-index: 2000;
  display: none;
}

.bs-mobile-menu.is-open {
  display: block;
}

/* 모바일 메뉴 내부 레이아웃 조정 */
.bs-mobile-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* ← 중앙 ❌ 상단 ⭕ */
  padding-top: 120px;          /* ← 상단 여백 (로고/X 아래) */
}


.bs-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px; /* 기존 24px → 조금 여유 */
  text-align: center;
}

.bs-mobile-nav a {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}

/* ===============================
 Mobile Only
================================ */
@media (max-width: 768px) {

  .bs-nav {
	display: none;
  }

  .bs-cta {
	display: none;
  }

  .bs-hamburger {
	display: block;
  }
}
.bs-hamburger.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.bs-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.bs-hamburger.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Close (X) */
.bs-mobile-close {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2100;
}

.bs-mobile-close::before,
.bs-mobile-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #111; /* ← 이게 X 색상 */
}

.bs-mobile-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bs-mobile-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bs-mobile-cta {
width: 80%;
  margin-bottom: 28px;
  text-align: center;
  display: inline-block;
  padding: 14px 28px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
}
body.is-menu-open {
  overflow: hidden;
  touch-action: none;
}

/* ===============================
 HERO (기존 높이 유지 + 영상 배경)
================================ */

.hero {
  position: relative;
  padding-top: 160px;
  padding-bottom: 120px;
  background: #fafafa;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero {
	padding-top: 80px;
	padding-bottom: 80px;
  }
  .hero p br {
	  display: none;
	}
}

/* video */
.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* ===============================
 HERO Overlay (dark + dot)
================================ */

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  /* 1️⃣ 어두운 베이스 */
  background-color: rgba(0, 0, 0, 0.75);

  /* 2️⃣ 점 패턴 */
  background-image:
	radial-gradient(
	  rgba(255,255,255,0.12) 1px,
	  transparent 1px
	);

  background-size: 4px 4px; /* 점 밀도 (작을수록 촘촘) */
  background-position: 0 0;
  pointer-events: none;
}

/* ===============================
 HERO Buttons (Video Overlay 대응)
================================ */

.hero-actions {
  display: flex;
  gap: 14px;
}

/* 🔥 핵심: a가 아니라 .btn을 제어 */
.hero-actions .btn {
  display: inline-flex !important;   /* block / width:100% 차단 */
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: none !important;
  white-space: nowrap;

  padding: 14px 30px;
  border-radius: 8px;
  font-size: 15px;
}

/* Primary */
.hero-actions .btn-primary {
  background: #fff;
  color: #111;
  border: none;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
  transition: all .25s ease;
}

.hero-actions .btn-primary:hover {
  background: #f1f1f1;
}

/* Secondary */
.hero-actions .btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.9);
  font-weight: 600;
  transition: all .25s ease;
}

.hero-actions .btn-secondary:hover {
  background: #fff;
  color: #111;
}

/* ===============================
 HERO Buttons – Mobile Refinement
================================ */

@media (max-width: 768px) {

  .hero-actions {
	  display: flex !important;
	  flex-direction: row !important;   /* 🔥 핵심 */
	  flex-wrap: nowrap;                /* 🔥 줄바꿈 금지 */
	  gap: 12px;
	}
  
	.hero-actions .btn {
	  min-width: unset;                 /* 기존 220px 제거 */
	  width: auto !important;
	  padding: 14px 20px;
	  font-size: 14px;
	}
}

/* ===============================
 HERO Content
================================ */

.hero .container {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero h1 {
  font-size: 48px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 24px;
}

.hero p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 32px;
  opacity: .9;
}


/* ===============================
 PACKAGE CARDS
================================ */
.package-card {
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 48px;
  transition: all .25s ease;
}

.package-card:hover {
  border-color: #111;
  transform: translateY(-6px);
}

.package-card h2 {
  font-size: 26px;
  margin-bottom: 16px;
}

.package-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px;
}

.package-list li {
  margin-bottom: 10px;
}

.package-card a {
  padding: 12px 26px;
  border-radius: 6px;
}

.bs-package-more {
  margin-top: 48px;
  text-align: center;
}

.bs-package-all-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: all .25s ease;
}

.bs-package-all-btn:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}


/* ===============================
 Ski Insurance Banner
================================ */

.bs-insurance-banner {
  padding: 80px 0;
  background: #fafafa;
}

.bs-insurance-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;

  background: #fff;
  border-radius: 20px;
  padding: 40px 48px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.bs-insurance-title {
  display: flex;
	align-items: center;
	gap: 10px;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #111;
}

.bs-insurance-icon {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
  color: #111;
}

.bs-insurance-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.bs-insurance-desc b {
  color: #111;
  font-weight: 700;
}

/* action */
.bs-insurance-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 28px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
  gap: 8px;
}

.bs-insurance-btn svg {
  width: 16px;
  height: 16px;
  color:#fff;
  stroke-width: 2;
}

.bs-insurance-btn:hover {
  background: #000;
  transform: translateY(-2px);
}

/* ===============================
 Mobile
================================ */

@media (max-width: 768px) {

  .bs-insurance-banner {
	padding: 48px 0;
  }

  .bs-insurance-box {
	flex-direction: column;
	align-items: flex-start;
	padding: 28px;
	gap: 20px;
  }

  .bs-insurance-btn {
	width: 100%;
	text-align: center;
  }
}

/* ===============================
 Reason Section
================================ */

.bs-reason {
  padding: 100px 0;
}

/* ===============================
 BS REASON (센터 정렬 + 간격)
================================ */
.bs-reason-head {
  text-align: center;              /* 🔥 센터 정렬 */
  max-width: 720px;
  margin: 0 auto 72px;             /* 🔥 아래 간격 크게 */
}

.bs-reason-head h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.bs-reason-head p {
  font-size: 16px;
  margin-top: 0;
  color: #666;
  line-height: 1.6;
}

.bs-reason-head {
  text-align: center;
  margin-bottom: 60px;
}

.bs-reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.bs-reason-item {
  background: #fff;
  border-radius: 18px;
  padding: 36px 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.bs-reason-item strong {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px; /* ← 제목과 설명 분리 */
}

/* ===============================
 BS REASON – Refinement
================================ */

/* 아이콘 */
.bs-reason-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.bs-reason-icon svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.6;
  color: #111;
  transform: scale(1.4);
}

/* 타이틀 */
.bs-reason-item h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

/* 설명 */
.bs-reason-item p {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;   /* ← 딱 이게 적당 */
  color: #555;
  margin: 0;
}


@media (max-width: 768px) {
  .bs-reason {
	padding: 60px 0;
  }

  .bs-reason-grid {
	grid-template-columns: 1fr;
  }
}

/* ===============================
 PROCESS
================================ */
.bs-process {
  padding: 120px 0;
  background: #fafafa;
  text-align: center;
}

.bs-process-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 72px; /* 여백 조금 더 */
}

/* GRID */
.bs-process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px; /* 카드 간격 확대 */
}

/* STEP CARD */
.bs-step {
  background: #fff;
  border-radius: 24px;
  padding: 32px 24px 36px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
  transition: transform .25s ease, box-shadow .25s ease;
}

.bs-step-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.bs-step p {
  line-height: 1.45;
}

@media (max-width: 768px) {
  .bs-step p {
	line-height: 1.4;
  }
}

.bs-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* STEP 텍스트 */
.bs-step-num {
  display: block;
  font-size: 12px;
  letter-spacing: .12em;
  color: #aaa;
  margin-bottom: 8px;
}

.bs-step-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bs-step-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ===============================
 MOBILE
================================ */
@media (max-width: 768px) {
  .bs-process {
	padding: 80px 0;
  }

  .bs-process-steps {
	grid-template-columns: 1fr;
	gap: 32px;
  }

  .bs-step-image {
	height: 220px;
  }
}



/* ===============================
 Care Section
================================ */

.bs-care {
  padding: 120px 0;
  background: #fafafa;
  border-bottom:1px solid #eee;
}

.bs-care-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

/* LEFT TEXT */
.bs-care-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bs-care-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}

/* RIGHT VIDEO */
.bs-care-video {
  position: relative;
  width: 100%;
  height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background: #eee;
}

.bs-care-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) saturate(1.05);
}

/* overlay (히어로보다 연하게) */
.bs-care-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.15);
}


/* ===============================
 Mobile
================================ */
@media (max-width: 768px) {

  .bs-care {
	padding: 80px 0;
  }

  .bs-care-inner {
	grid-template-columns: 1fr;
	gap: 40px;
  }

  .bs-care-video {
	height: 240px;
  }

}


.pkg-list {
  list-style:none;
  padding:0;
  margin:20px 0;
}
.pkg-list li {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
  font-size:15px;
}


/* ===============================
 FINAL CTA
================================ */
/* ===============================
   Final CTA Section
================================ */
.final-cta {
  background: #f2f2f2;
  padding: 120px 0;
  text-align: center;
}

.final-cta h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 20px;
  color: #111;
}

.final-cta p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 36px;
}

/* CTA Button */
.final-cta-btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #111;
  border-radius: 10px;
  text-decoration: none;
  transition: all .25s ease;
}

.final-cta-btn:hover {
  background: #000;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {
  .final-cta {
	padding: 80px 0;
  }

  .final-cta h2 {
	font-size: 24px;
  }

  .final-cta p {
	font-size: 15px;
  }

  .final-cta-btn {
	width: 90%;
	padding: 16px 0;
  }
}




/* ===============================
 Footer (Legal-safe / bs-)
================================ */
.bs-footer {
  background: #111111; /* 기존 블랙과 분리 */
  color: #cfcfcf;
  padding: 80px 0 40px;
}

.bs-footer-brand {
  margin-bottom: 48px;
}

.bs-footer-brand h3 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .1em;
  color: #fff;
  margin-bottom: 16px;
}

.bs-footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}

/* Info Block */
.bs-footer-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  font-size: 13px;
}

.bs-info-item strong {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.bs-info-item p {
  margin: 0;
  line-height: 1.6;
  color: #fff;
}

.bs-info-tel {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

/* Bottom */
.bs-footer-bottom {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  color: #999;
}
/* ===============================
 Footer Mobile Layout
================================ */

/* PC 기본 (그대로 유지) */
.bs-footer-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

/* 모바일: 1행 1열 */
@media (max-width: 768px) {

  .bs-footer-info {
	grid-template-columns: 1fr;
	gap: 20px;
  }

  /* 사업자정보만 접기 */
  .bs-footer-info .bs-info-item:first-child p {
	display: none;
  }

  .bs-footer-info .bs-info-item:first-child.is-open p {
	display: block;
  }

  /* 클릭 가능 표시 */
  .bs-footer-info .bs-info-item:first-child strong {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
  }

  .bs-footer-info .bs-info-item:first-child strong::after {
	content: '+';
	font-size: 18px;
	line-height: 1;
	transition: transform .25s ease;
  }

  .bs-footer-info .bs-info-item:first-child.is-open strong::after {
	transform: rotate(45deg); /* + → × */
  }
}

