@charset "UTF-8";
/* ================================================================
   SBIC 2026 — BIXPO 스타일 (sbic-main.css v3)
   로드 순서: reset → common → style → layout1650 → layout360 → main → 이 파일(마지막)

   반응형 체계 (사이트 기존 규칙과 동일):
   - 기본(>1650px): 고정 px
   - ≤1650px: calc(100vw * (n / 1650)) 비례 축소
   - ≤768px:  calc(100vw * (n / 393)) 모바일

   ※ main.css는 비워진 파일로 교체할 것 (v1 잔재 충돌 제거)
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@800;900&display=swap');

:root {
  --key-color: #752e87;            /* SBIC 브랜드 퍼플 */
  --key-deep: #581467;
  --key-bar: #6c267c;              /* 테이블 헤더 바 */
  --key-mint: #b487c9;             /* 라일락 포인트 (라인/도트/구분 바) — 퍼플 계열 통일 */
  --bg-soft: #f4f1f8;              /* Program 섹션 배경 (연보라 톤) */
  --bg-gray: #ece7f1;              /* 오시는 길: 연한 라일락 그레이 */
  --label-bg: #eff1fb;
  --plum-deep: #2a0e33;            /* 딥 플럼 (오버레이/그라데이션) */
  --line: #dddfed;
  --txt-black: #111111;
  --txt-gray: #777777;
  --font-display: "Archivo", "Pretendard", "Noto Sans KR", sans-serif;
}

.sbic-main * { box-sizing: border-box; }
.sb-inner { max-width: 1400px; width: 100%; margin: 0 auto; padding: 0 20px; }

/* ================================================================
   0. reset.css 방어
   reset.css의 img { width:100%; height:100% } 가 아이콘류를 화면폭으로
   키워버리므로, 이 파일이 다루는 이미지에는 크기를 반드시 명시한다.
   ================================================================ */

/* ============ 메인: wrap 상단 여백 제거 ============ */
.wrap.sb-main { padding-top: 0 !important; }

/* ================================================================
   서브페이지 상단 배너
   ================================================================ */
.sub_wrap.sb-sub { padding-top: 0 !important; overflow-x: hidden; }

.sb-sub-bnr {
  position: relative;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 0 !important;
  height: 420px !important;
  padding: 130px 20px 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background: url("/img/sub_visual.jpg") center / cover no-repeat !important;
}
.sb-sub-bnr::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(42, 14, 51, .15) 0%, rgba(24, 6, 32, .3) 100%);
  z-index: 0;
}
.sb-sub-bnr > * { position: relative; z-index: 1; }
.sb-sub-bnr > .cont_img { display: none !important; }
.sb-sub-bnr .tit { text-align: center !important; position: static !important; margin: 0 !important; }
.sb-sub-bnr .tit h2 {
  margin-bottom: 14px !important;
  font-size: 44px !important;
  font-weight: 700;
  color: #fff !important;
  text-align: center !important;
}
.sb-sub-bnr .history { justify-content: center !important; }
.sb-sub-bnr .history .cont_img { width: 20px !important; height: 20px !important; }
.sb-sub-bnr .history .cont_txt { color: rgba(255, 255, 255, .85) !important; }

/* 탭은 배너에 붙이고, 탭 없는 페이지는 본문에 간격 */
.sub_wrap.sb-sub .sub_tab_wp { margin-top: 0; }
.sub_wrap.sb-sub .sb-sub-bnr + *:not(.sub_tab_wp):not(.mobile_tab_selects) { margin-top: 80px; }

/* ================================================================
   헤더 오버레이 (메인/서브 배너 페이지 전용: header.sb-header)
   위치/크기 규칙은 common.css 그대로 사용, 색만 덮어씀
   ================================================================ */
header.sb-header {
  background: transparent !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: none;
  transition: background .3s, box-shadow .3s, border-color .3s;
}
header.sb-header .depth1 > li > a{ color: #fff; }
header.sb-header .lang_btn  {color:#000}
header.sb-header .hd_wp1 h1 img,
header.sb-header .mobile_menu_btn img { }
/* SNS 아이콘은 필터 대신 JS가 흰색 버전(_w.png)으로 src 교체 */

header.sb-header.active {
  background: #fff !important;
  border-bottom: 1px solid #e5e5e5 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}
header.sb-header.active .depth1 > li > a,
header.sb-header.active .lang_btn { color: #222; }
header.sb-header.active .hd_wp1 h1 img,
header.sb-header.active .mobile_menu_btn img { filter: none; }

header.sb-header .depth2 a { color: #666; }

/* ================================================================
   1. 메인 히어로
   ================================================================ */
.sbic-main .sb-visual { position: relative; width: 100%; height: 100vh; overflow: hidden; background: #000; }
.sbic-main .sb-visual .video-wrap {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.sbic-main .sb-visual .video-wrap::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(42, 14, 51, .5) 0%, rgba(24, 6, 32, .25) 100%);
}
.sbic-main .sb-visual .video-wrap iframe {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  /* 화면(뷰포트)을 항상 덮도록 — 넘치는 부분은 잘림 */
  width: max(100vw, calc(100vh * 16 / 9));
  height: max(100vh, calc(100vw * 9 / 16));
  min-width: 100%;
  min-height: 100%;
}

/* 폴백 이미지는 단순 cover */
.sbic-main .sb-visual .video-wrap img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 주소창 있는 모바일 브라우저 대응 */
@supports (height: 100svh) {
  .sbic-main .sb-visual { height: 100svh; }
  .sbic-main .sb-visual .video-wrap iframe {
    width: max(100vw, calc(100svh * 16 / 9));
    height: max(100svh, calc(100vw * 9 / 16));
  }
}
.sbic-main .sb-visual .visual-text {
  position: absolute; inset: 0; z-index: 5;
  display: flex; align-items: flex-end; justify-content: space-between; color: #fff;
}
.sbic-main .sb-visual .visual-left {
  display: flex; flex-direction: column; gap: 14px; padding: 0 40px 110px 80px;
}
.sbic-main .sb-visual .visual-left .cont_img { width: auto; }
.sbic-main .sb-visual .visual-left .hero-logo {
  width: 420px; max-width: 100%; height: auto;
}
.sbic-main .sb-visual .visual-left h2 {
  font-size: 44px; font-weight: 900; line-height: 1.25; color: #fff; letter-spacing: normal;
}
.sbic-main .sb-visual .visual-left .date { font-size: 30px; font-weight: 700; color: #fff; }
.sbic-main .sb-visual .visual-left .place { font-size: 20px; font-weight: 700; color: #fff; opacity: .95; }
.sbic-main .sb-visual .visual-right {
  display: flex; align-items: center; gap: 16px; padding: 0 70px 87px 0;
}
.sbic-main .sb-visual .visual-right a { display: block; transition: transform .25s; }
.sbic-main .sb-visual .visual-right a:hover { transform: scale(1.25); }
.sbic-main .sb-visual .visual-right img {
  width: 22px !important; height: 22px !important; object-fit: contain;
  filter: brightness(0) invert(1);
}
.sbic-main .sb-scroll-hint {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 6;
  color: #fff; font-size: 12px; letter-spacing: .2em; opacity: .8; text-align: center;
}
.sbic-main .sb-scroll-hint::after {
  content: ""; display: block; width: 1px; height: 34px; margin: 8px auto 0;
  background: linear-gradient(#fff, transparent); animation: sb-drop 1.6s infinite;
}
@keyframes sb-drop {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ================================================================
   2. 섹션 공통 타이틀: 틸 라인 + 영문 아이브로우 + 타이틀 끝 도트
   (마크업 재사용: .ghost = 아이브로우, .real = 타이틀)
   ================================================================ */
.sbic-main .sb-sec-tit { position: relative; padding-top: 0; }
.sbic-main .sb-sec-tit .ghost {
  position: static;
  display: inline-flex; align-items: center; gap: 12px;
  font-weight: 700; letter-spacing: .35em; text-transform: uppercase;
  font-size: 15px; line-height: 1; color: #9a55ad; opacity: 1;
  white-space: nowrap; pointer-events: none; user-select: none;
  margin-bottom: 16px;
}
.sbic-main .sb-sec-tit .ghost::before {
  content: ""; width: 36px; height: 2px; border-radius: 1px;
  background: linear-gradient(90deg, var(--key-color), var(--key-mint));
}
.sbic-main .sb-sec-tit .real {
  position: relative; z-index: 1; font-weight: 800; font-size: 44px;
  color: var(--plum-deep); letter-spacing: -0.01em;
}
.sbic-main .sb-sec-tit .real::after {
  content: ""; display: inline-block; width: 9px; height: 9px;
  border-radius: 50%; background: var(--key-mint);
  margin-left: 10px; vertical-align: 4px;
}
.sbic-main .sb-sec-tit .sub {
  position: relative; z-index: 1; margin-top: 10px; color: var(--txt-gray); font-size: 19px; font-weight: 500;
}
.sbic-main .sb-sec-tit.right { text-align: right; }
.sbic-main .sb-sec-tit.right .ghost { flex-direction: row-reverse; }
.sbic-main .sb-sec-tit.right .ghost::before {
  background: linear-gradient(270deg, var(--key-color), var(--key-mint));
}

/* ================================================================
   3. 슬로건 + Numbers
   ================================================================ */
.sbic-main .sb-slogan-wrap {
    background:url(../img/main_seongnam.jpg) no-repeat center center; background-size:cover;
}
.sb-slogan-sec {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;  /* 상단 문구 / 본문 / 하단 로고를 세로로 펼침 */
    gap: 0;                          /* 기존 gap:60px 무력화 */
    min-height: 85vh;
    padding-top: 140px;              /* 헤더 높이만큼만 */
    padding-bottom: 60px;
}
.sbic-main .sb-slogan { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.sbic-main .sb-slogan .slogan-txt {
  text-align: right; font-family: var(--font-display); font-weight: 900;
  font-size: clamp(36px, 7vw, 104px); line-height: 1.05; text-transform: uppercase;
  background: linear-gradient(to left, var(--plum-deep), #6c267c 55%, #b78ecb);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sbic-main .sb-slogan .slogan-txt span {     font-size: clamp(20px, 5vw, 30px);}
.sbic-main .sb-slogan .slogan-txt p {    font-size: clamp(30px, 7vw, 60px);}
.sbic-main .sb-slogan .go-link { display: flex; justify-content: flex-end; margin-top: 10px; }
.sbic-main .sb-slogan .go-link a {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 20px; color: var(--key-color);
}
.sbic-main .sb-slogan .go-link a:hover { text-decoration: underline; text-underline-offset: 5px; }
.sbic-main .sb-slogan .go-link svg { width: 40px; height: 10px; transition: transform .3s; }
.sbic-main .sb-slogan .go-link a:hover svg { transform: translateX(8px); }

.sbic-main .sb-numbers .num-band {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(135deg, #3b1147 0%, #6c267c 60%, #8a3b9c 100%);
  border-radius: 60px 60px 0 0;
  padding: 40px 50px; box-shadow: rgba(42, 14, 51, .35) 0 -4px 14px -2px;
  margin-top: 20px;
}
.sbic-main .num-item { display: flex; flex-direction: column; gap: 18px; align-items: center; justify-content: center; }
.sbic-main .num-item .count { font-size: 56px; font-weight: 700; color: #fff; line-height: 1; }
.sbic-main .num-item .label {
  font-size: 22px; color: rgba(255, 255, 255, .75);
  padding-top: 12px; position: relative;
}
.sbic-main .num-item .label::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 28px; height: 3px; border-radius: 2px; background: var(--key-mint);
}

/* ================================================================
   4. Program
   ================================================================ */
.sbic-main .sb-program-sec { background: var(--bg-soft); padding: 100px 0; }
.sbic-main .sb-program-sec .sb-sec-tit { margin-bottom: 48px; }
.sbic-main .sb-program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sbic-main .sb-card {
  position: relative; display: block; background: #fff; border-radius: 20px;
  overflow: hidden; transition: box-shadow .3s, transform .3s; color: inherit;
  border: 1px solid rgba(117, 46, 135, .08);
}
.sbic-main .sb-card:hover {
  box-shadow: 0 22px 44px rgba(58, 17, 71, .22);
  transform: translateY(-6px);
}
.sbic-main .sb-card .card-img {
  position: relative; width: 100%; padding-top: 34%;
  background-size: cover; background-position: center; background-color: #e6dff0;
  transition: transform .5s ease;
}
.sbic-main .sb-card:hover .card-img { transform: scale(1.05); }
.sbic-main .sb-card .card-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(42, 14, 51, .35) 100%);
  opacity: 0; transition: opacity .35s;
}
.sbic-main .sb-card:hover .card-img::after { opacity: 1; }
.sbic-main .sb-card .card-body {
  position: relative; z-index: 1; background: #fff;
  padding: 26px 40px 34px; min-height: 210px; display: flex; flex-direction: column;
}
.sbic-main .sb-card .card-body h4 { font-size: 24px; font-weight: 800; color: var(--plum-deep); }
.sbic-main .sb-card .card-body .bar {
  width: 34px; height: 3px; margin: 16px 0;
  background: linear-gradient(90deg, var(--key-color), var(--key-mint));
  border-radius: 2px; transition: width .35s ease;
}
.sbic-main .sb-card:hover .card-body .bar { width: 64px; }
.sbic-main .sb-card .card-body p { color: var(--txt-gray); font-size: 17px; line-height: 1.6; flex: 1; }
.sbic-main .sb-card .card-body::after {
  content: "자세히 보기  →";
  display: block; margin-top: 18px;
  font-size: 15px; font-weight: 700; color: var(--key-color);
  transition: transform .3s ease, color .3s ease;
}
.sbic-main .sb-card:hover .card-body::after {
  transform: translateX(6px); color: #9a55ad;
}

/* ================================================================
   5. Information (공지/문의/주최)
   ================================================================ */
.sbic-main .sb-info-sec { background: #fff; padding: 100px 0; }
.sbic-main .sb-info-sec .sb-sec-tit { margin-bottom: 48px; }
.sbic-main .sb-info-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; align-items: stretch; }
.sbic-main .sb-info-box {
  background: #fff; border: 1px solid #e8e4ee; border-radius: 16px; padding: 30px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}
.sbic-main .sb-info-box h3 {
  font-size: 20px; font-weight: 700; margin-bottom: 18px; padding-bottom: 14px;
  border-bottom: 2px solid var(--key-color); color: var(--txt-black);
}
.sbic-main .sb-notice-list .txt {
  display: flex; justify-content: space-between; gap: 14px; padding: 11px 2px;
  border-bottom: 1px solid #eee; font-size: 15px;
}
.sbic-main .sb-notice-list a { color: inherit; }
.sbic-main .sb-notice-list a:hover p { color: var(--key-color); text-decoration: underline; }
.sbic-main .sb-notice-list p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0; }
.sbic-main .sb-notice-list span { color: #999; flex: none; font-size: 13px; }
.sbic-main .sb-guide-list li { display: flex; align-items: center; gap: 12px; padding: 10px 0; font-size: 15px; }
.sbic-main .sb-guide-list img { width: 26px !important; height: 26px !important; object-fit: contain; }
.sbic-main .sb-host-wp {
  display: flex; flex-direction: column; gap: 20px; align-items: center;
  justify-content: center; height: calc(100% - 50px);
}
.sbic-main .sb-host-wp img { width: auto !important; height: auto !important; max-height: 52px; max-width: 100%; }

/* ================================================================
   6. 오시는 길
   ================================================================ */
.sbic-main .sb-map-sec { background: var(--bg-gray); padding: 100px 0 120px; }
.sbic-main .sb-map-sec .sb-sec-tit { margin-bottom: 30px; }
.sbic-main .sb-map-sec small { display: block; margin-top: 12px; font-size: 16px; color: #555; line-height: 1.6; }
.sbic-main .sb-map-sec small span { color: #c0392b; }
.sbic-main .sb-map-sec iframe {
  width: 100%; height: 450px; border: 0; border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}

/* ================================================================
   ≤1650px : 사이트 공통 비례 축소 (calc 100vw * n/1650)
   ================================================================ */
@media screen and (max-width: 1650px) {
  .sb-inner { max-width: calc(100vw * (1400 / 1650)); padding: 0 calc(100vw * (20 / 1650)); }

  /* 서브 배너 */
  .sb-sub-bnr {
    height: calc(100vw * (420 / 1650)) !important;
    min-height: 280px !important;
    padding: calc(100vw * (130 / 1650)) 20px 0 !important;
  }
  .sb-sub-bnr .tit h2 {
    margin-bottom: calc(100vw * (14 / 1650)) !important;
    font-size: calc(100vw * (44 / 1650)) !important;
  }
  .sub_wrap.sb-sub .sb-sub-bnr + *:not(.sub_tab_wp):not(.mobile_tab_selects) {
    margin-top: calc(100vw * (80 / 1650));
  }

  /* 히어로 */
  .sbic-main .sb-visual .visual-left {
    gap: calc(100vw * (14 / 1650));
    padding: 0 calc(100vw * (40 / 1650)) calc(100vw * (110 / 1650)) calc(100vw * (80 / 1650));
  }
  .sbic-main .sb-visual .visual-left .hero-logo { width: calc(100vw * (420 / 1650)); }
  .sbic-main .sb-visual .visual-left h2 { font-size: calc(100vw * (44 / 1650)); }
  .sbic-main .sb-visual .visual-left .date { font-size: calc(100vw * (30 / 1650)); }
  .sbic-main .sb-visual .visual-left .place { font-size: calc(100vw * (20 / 1650)); }
  .sbic-main .sb-visual .visual-right {
    gap: calc(100vw * (16 / 1650));
    padding: 0 calc(100vw * (70 / 1650)) calc(100vw * (87 / 1650)) 0;
  }

  /* 섹션 타이틀 */
  .sbic-main .sb-sec-tit .ghost { font-size: 13px; margin-bottom: calc(100vw * (16 / 1650)); }
  .sbic-main .sb-sec-tit .real { font-size: calc(100vw * (44 / 1650)); }
  .sbic-main .sb-sec-tit .sub { margin-top: calc(100vw * (10 / 1650)); font-size: calc(100vw * (19 / 1650)); }

  /* 슬로건/Numbers */
  .sbic-main .sb-slogan-sec { gap: calc(100vw * (60 / 1650)); padding-top: calc(100vw * (140 / 1650)); padding-bottom:100px; }
  .sbic-main .sb-slogan .go-link a { font-size: calc(100vw * (20 / 1650)); }
  .sbic-main .sb-numbers .num-band {
    border-radius: calc(100vw * (60 / 1650)) calc(100vw * (60 / 1650)) 0 0;
    padding: calc(100vw * (40 / 1650)) calc(100vw * (50 / 1650));
    margin-top: calc(100vw * (20 / 1650));
  }
  .sbic-main .num-item { gap: calc(100vw * (18 / 1650)); }
  .sbic-main .num-item .count { font-size: calc(100vw * (56 / 1650)); }
  .sbic-main .num-item .label { font-size: calc(100vw * (22 / 1650)); }

  /* Program */
  .sbic-main .sb-program-sec { padding: calc(100vw * (100 / 1650)) 0; }
  .sbic-main .sb-program-sec .sb-sec-tit { margin-bottom: calc(100vw * (48 / 1650)); }
  .sbic-main .sb-program-grid { gap: calc(100vw * (20 / 1650)); }
  .sbic-main .sb-card .card-body {
    padding: calc(100vw * (26 / 1650)) calc(100vw * (40 / 1650)) calc(100vw * (34 / 1650));
    min-height: calc(100vw * (210 / 1650));
  }
  .sbic-main .sb-card .card-body h4 { font-size: calc(100vw * (24 / 1650)); }
  .sbic-main .sb-card .card-body .bar { margin: calc(100vw * (16 / 1650)) 0; }
  .sbic-main .sb-card .card-body p { font-size: calc(100vw * (17 / 1650)); }
  .sbic-main .sb-card .card-body::after { font-size: calc(100vw * (15 / 1650)); margin-top: calc(100vw * (18 / 1650)); }

  /* Information */
  .sbic-main .sb-info-sec { padding: calc(100vw * (100 / 1650)) 0; }
  .sbic-main .sb-info-sec .sb-sec-tit { margin-bottom: calc(100vw * (48 / 1650)); }
  .sbic-main .sb-info-grid { gap: calc(100vw * (20 / 1650)); }
  .sbic-main .sb-info-box { padding: calc(100vw * (30 / 1650)); }
  .sbic-main .sb-info-box h3 { font-size: calc(100vw * (20 / 1650)); }

  /* 오시는 길 */
  .sbic-main .sb-map-sec { padding: calc(100vw * (100 / 1650)) 0 calc(100vw * (120 / 1650)); }
  .sbic-main .sb-map-sec iframe { height: calc(100vw * (450 / 1650)); min-height: 300px; }
}

/* ================================================================
   중간 구간 보정 (태블릿)
   ================================================================ */
@media screen and (max-width: 1000px) {
  .sbic-main .sb-info-grid { grid-template-columns: 1fr 1fr; }
  .sbic-main .sb-info-box:first-child { grid-column: 1 / -1; }
}

/* ================================================================
   ≤768px : 모바일 (calc 100vw * n/393)
   ================================================================ */
@media screen and (max-width: 768px) {
  .sb-inner { max-width: 100%; padding: 0 calc(100vw * (20 / 393)); }

  /* 서브 배너 */
  .sb-sub-bnr {
    height: calc(100vw * (240 / 393)) !important;
    min-height: 0 !important;
    padding: calc(100vw * (70 / 393)) 16px 0 !important;
    gap: 0 !important;
    flex-direction: column !important;
  }
  .sb-sub-bnr .tit h2 {
    margin-bottom: calc(100vw * (8 / 393)) !important;
    font-size: calc(100vw * (26 / 393)) !important;
  }
  .sb-sub-bnr .history .cont_img { width: calc(100vw * (16 / 393)) !important; height: calc(100vw * (16 / 393)) !important; }
  .sub_wrap.sb-sub .sb-sub-bnr + *:not(.sub_tab_wp):not(.mobile_tab_selects) {
    margin-top: calc(100vw * (40 / 393));
  }

  /* 모바일 드로어 내부 색상 (흰 배경 위 흰 글자 방지) */
  header.sb-header nav .depth1 > li > a { color: #222; }
  header.sb-header nav .depth1 > li > a.on { color: #490656; }
  header.sb-header .depth2 li a { color: #fff; }
  header.sb-header nav img { filter: none; }
  header.sb-header.active .mobile_menu_btn img { filter: none; }

  /* 히어로 */
  .sbic-main .sb-visual .visual-left {
    gap: calc(100vw * (10 / 393));
    padding: 0 calc(100vw * (20 / 393)) calc(100vw * (130 / 393));
  }
  .sbic-main .sb-visual .visual-left .hero-logo { width: calc(100vw * (240 / 393)); }
  .sbic-main .sb-visual .visual-left h2 { font-size: calc(100vw * (26 / 393)); }
  .sbic-main .sb-visual .visual-left .date { font-size: calc(100vw * (20 / 393)); }
  .sbic-main .sb-visual .visual-left .place { font-size: calc(100vw * (15 / 393)); }
  .sbic-main .sb-visual .visual-right {
    position: absolute; right: 0; bottom: 0;
    gap: calc(100vw * (12 / 393));
    padding: 0 calc(100vw * (20 / 393)) calc(100vw * (40 / 393)) 0;
  }
  .sbic-main .sb-visual .visual-right img {
    width: calc(100vw * (18 / 393)) !important;
    height: calc(100vw * (18 / 393)) !important;
  }
  .sbic-main .sb-scroll-hint { font-size: calc(100vw * (10 / 393)); }

  /* 섹션 타이틀 */
  .sbic-main .sb-sec-tit .ghost { font-size: 11px; letter-spacing: .28em; gap: 8px; margin-bottom: calc(100vw * (10 / 393)); }
  .sbic-main .sb-sec-tit .ghost::before { width: 24px; }
  .sbic-main .sb-sec-tit .real { font-size: calc(100vw * (24 / 393)); }
  .sbic-main .sb-sec-tit .real::after { width: 6px; height: 6px; margin-left: 6px; vertical-align: 2px; }
  .sbic-main .sb-sec-tit .sub { font-size: calc(100vw * (14 / 393)); }

  /* 슬로건/Numbers */
  .sbic-main .sb-slogan-sec {
    min-height: 0;
    gap: calc(100vw * (40 / 393));
    padding-left:15px;
      padding-right:15px;
    padding-top: calc(100vw * (100 / 393));
    padding-bottom: 120px;
  }
  .sbic-main .sb-slogan { gap: calc(100vw * (12 / 393)); }
  .sbic-main .sb-slogan .go-link a { font-size: calc(100vw * (16 / 393)); }
  .sbic-main .sb-slogan .go-link svg { width: calc(100vw * (32 / 393)); }
  .sbic-main .sb-numbers .num-band {
    grid-template-columns: 1fr 1fr;
    gap: calc(100vw * (20 / 393)) 0;
    border-radius: calc(100vw * (40 / 393)) calc(100vw * (40 / 393)) 0 0;
    padding: calc(100vw * (30 / 393));
  }
  .sbic-main .num-item { gap: calc(100vw * (8 / 393)); }
  .sbic-main .num-item .count { font-size: calc(100vw * (28 / 393)); }
  .sbic-main .num-item .label { font-size: calc(100vw * (14 / 393)); }

  /* Program */
  .sbic-main .sb-program-sec { padding: calc(100vw * (60 / 393)) 0; }
  .sbic-main .sb-program-sec .sb-sec-tit { margin-bottom: calc(100vw * (28 / 393)); }
  .sbic-main .sb-program-grid { grid-template-columns: 1fr; gap: calc(100vw * (16 / 393)); }
  .sbic-main .sb-card .card-img { padding-top: 50%; }
  .sbic-main .sb-card .card-body {
    padding: calc(100vw * (20 / 393)) calc(100vw * (24 / 393)) calc(100vw * (26 / 393));
    min-height: 0;
  }
  .sbic-main .sb-card .card-body h4 { font-size: calc(100vw * (18 / 393)); }
  .sbic-main .sb-card .card-body .bar { width: 28px; margin: calc(100vw * (12 / 393)) 0; }
  .sbic-main .sb-card .card-body p { font-size: calc(100vw * (14 / 393)); }
  .sbic-main .sb-card .card-body::after { font-size: calc(100vw * (13 / 393)); margin-top: calc(100vw * (14 / 393)); }

  /* Information */
  .sbic-main .sb-info-sec { padding: calc(100vw * (60 / 393)) 0; }
  .sbic-main .sb-info-grid { grid-template-columns: 1fr; gap: calc(100vw * (16 / 393)); }
  .sbic-main .sb-info-box:first-child { grid-column: auto; }
  .sbic-main .sb-info-box { padding: calc(100vw * (20 / 393)); }
  .sbic-main .sb-info-box h3 { font-size: calc(100vw * (16 / 393)); margin-bottom: calc(100vw * (12 / 393)); }
  .sbic-main .sb-notice-list .txt { font-size: calc(100vw * (13 / 393)); }
  .sbic-main .sb-guide-list li { font-size: calc(100vw * (13 / 393)); }
  .sbic-main .sb-guide-list img {
    width: calc(100vw * (22 / 393)) !important;
    height: calc(100vw * (22 / 393)) !important;
  }
  .sbic-main .sb-host-wp img { max-height: calc(100vw * (40 / 393)); }

  /* 오시는 길 */
  .sbic-main .sb-map-sec { padding: calc(100vw * (60 / 393)) 0 calc(100vw * (80 / 393)); }
  .sbic-main .sb-map-sec small { font-size: calc(100vw * (13 / 393)); }
  .sbic-main .sb-map-sec iframe { height: calc(100vw * (280 / 393)); min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .sbic-main *, header.sb-header, .sb-sub-bnr { animation: none !important; transition: none !important; }
}
/* ================================================================
   슬로건 섹션 = 키비주얼
   (배경 이미지는 위쪽 .sbic-main .sb-slogan-wrap 규칙 사용)
   ================================================================ */
.sb-slogan-wrap { color: #fff; }

/* ----- 좌상단 / 우상단 문구 ----- */
.sb-slogan-sec .kv-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
}
.sb-slogan-sec .kv-top-left span {
    display: block;
    font-size: 19px;
    font-weight: 500;
}
.sb-slogan-sec .kv-top-left strong {
    font-size: 32px;
    font-weight: 800;
}
.sb-slogan-sec .kv-top-right {
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

/* ----- 본문: 키비주얼처럼 세로 스택 + 전부 가운데 ----- */
.sb-slogan-sec .kv-body {
    display: flex;
    flex-direction: column;      /* 좌/우 분할 → 위아래 스택 */
    align-items: center;
    gap: 60px;
    margin-top: 0;
    padding-bottom:100px;
}

/* 로고 + 행사명 + 날짜/장소 */
.sb-slogan-sec .kv-left { text-align: center; }
.sb-slogan-sec .kv-logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}
.sb-slogan-sec .kv-logo {
    width: auto;
    height: 140px;
    object-fit: contain;
}
.sb-slogan-sec .kv-title { text-align: left; }
.sb-slogan-sec .kv-title .en {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.35;
}
.sb-slogan-sec .kv-title .en b {
    color: #ffe14d;
    font-weight: 700;
}
.sb-slogan-sec .kv-title .ko {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 500;
}
.sb-slogan-sec .kv-left .date {
    margin-top: 42px;
    font-size: 29px;
    font-weight: 700;
    color: #b0dcd5;
}
.sb-slogan-sec .kv-left .place {
    margin-top: 8px;
    font-size: 20px;
    color: #b0dcd5;
}

/* 슬로건 + 바로가기: 가운데 */
.sb-slogan-sec .kv-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sb-slogan-sec .kv-slogan {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.45;
    color: #ffe14d;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .22);
    margin-top:100px;
}
.sb-slogan-sec .go-link { margin-top: 30px; }
.sb-slogan-sec .go-link a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.sb-slogan-sec .go-link a:hover { color: #ffe14d; }

/* ----- 하단 좌/우 로고 ----- */
.sb-slogan-sec .kv-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
}
.sb-slogan-sec .kv-bottom img {
    width: auto;
    height: 42px;
    object-fit: contain;
}

/* ================================================================
   반응형
   ================================================================ */
@media (max-width: 1024px) {
    .sb-slogan-sec .kv-logo { height: 110px; }
    .sb-slogan-sec .kv-title .en { font-size: 21px; }
    .sb-slogan-sec .kv-left .date { font-size: 24px; }
    .sb-slogan-sec .kv-slogan { font-size: 34px; }
}

/* ≤768px: 크기만 축소 (정렬은 PC와 동일한 가운데 스택) */
@media (max-width: 768px) {
    .sb-slogan-sec .kv-top { margin-bottom: 40px; }
    .sb-slogan-sec .kv-top-left strong { font-size: 25px; }
    .sb-slogan-sec .kv-top-right { font-size: 14px; }

    .sb-slogan-sec .kv-body { gap: 40px; }

    /* 로고+행사명: 키비주얼처럼 가로 유지, 폭에 맞게 축소 */
    .sb-slogan-sec .kv-logo-row { gap: 16px; }
    .sb-slogan-sec .kv-logo { height: 100px; }
    .sb-slogan-sec .kv-title .en { font-size: 16px; }
    .sb-slogan-sec .kv-title .ko { font-size: 13px; }
    .sb-slogan-sec .kv-left .date { font-size: 21px; margin-top: 26px; }
    .sb-slogan-sec .kv-left .place { font-size: 16px; }

    .sb-slogan-sec .kv-slogan { font-size: 27px; }
    .sb-slogan-sec .go-link a { font-size: 15px; }

    .sb-slogan-sec .kv-bottom img { height: 30px; }
}

/* ================================================================
   서브페이지: 탭 아래 소개 박스
   ================================================================ */
.sb-intro-box {
    margin-bottom:40px;
    padding: 34px 40px;
    background: var(--bg-soft);
    border-radius: 15px;
    text-align: center;
}
.sb-intro-box h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--plum-deep);
    margin-bottom: 12px;
}
.sb-intro-box p {
    font-size: 17px;
    text-align: center;
    line-height: 1.7;
    color: #555;
}
.sb-intro-box p + p { margin-top: 10px; }

/* 소개 박스가 있으면 다음 본문과 간격 */
.sb-intro-box + * { margin-top: 60px; }

/* ≤1650px */
@media screen and (max-width: 1650px) {
    .sb-intro-box {
        margin-top: calc(100vw * (50 / 1650));
        padding: calc(100vw * (34 / 1650)) calc(100vw * (40 / 1650));
    }
    .sb-intro-box h3 { font-size: calc(100vw * (22 / 1650)); }
    .sb-intro-box p { font-size: calc(100vw * (17 / 1650)); }
    .sb-intro-box + * { margin-top: calc(100vw * (60 / 1650)); }
}

/* ≤768px */
@media screen and (max-width: 768px) {
    .sb-intro-box {
        margin-top: calc(100vw * (30 / 393));
        padding: calc(100vw * (20 / 393)) calc(100vw * (22 / 393));
        border-radius: 0 10px 10px 0;
    }
    .sb-intro-box h3 { font-size: calc(100vw * (17 / 393)); margin-bottom: 8px; }
    .sb-intro-box p { font-size: calc(100vw * (14 / 393)); }
    .sb-intro-box + * { margin-top: calc(100vw * (40 / 393)); }
}