@charset "utf-8";

html, body { overflow: initial; }
.red { color: #e40c0c; }

/* ============================================================
   한국어 줄바꿈 전역 처리
============================================================ */
p, h1, h2, h3, h4, h5, h6,
li, td, th, span, a, button, label,
.sv-title, .sv-desc-strong, .sv-desc-sub, .sv-desc-body,
.hearing-title, .hearing-quote, .hearing-desc,
.hl-title, .hl-desc, .hl-card-tag,
.hearing-cta-title, .hearing-cta-desc,
.hearing-type-tit, .hearing-type-desc,
.hearing-card-name, .hearing-card-txt,
.ha-intro-title, .ha-intro-quote, .ha-intro-desc,
.ha-flow-name, .ha-flow-sub,
.ha-type-title, .ha-type-desc, .ha-type-slide-name, .ha-type-slide-desc,
.finder-title, .finder-desc, .finder-p-card-name,
.process-title, .process-header-desc,
.process-left-label, .process-left-desc,
.process-item-title, .process-item-desc,
.rec-title, .rec-quote, .rec-item-txt, .rec-notice-txt,
.cert-auth-title, .cert-auth-sub, .cert-auth-desc,
.warranty-header-desc, .warranty-header-title,
.warranty-card-title, .warranty-card-quote, .warranty-card-desc,
.signia-banner-txt-light, .signia-banner-txt-bold,
.guide-title, .guide-quote, .guide-desc, .guide-group-desc, .guide-card-name,
.adapt-title, .adapt-quote, .adapt-desc, .adapt-card-txt,
.bilateral-title, .bilateral-desc, .bilateral-card-title,
.caution-title, .caution-q-txt,
.diag-main-title,
.step-title, .step-quote, .step-desc,
.step01-card-name, .step01-card-desc,
.step02-name, .step02-desc,
.step03-sub-title, .step03-process-name, .step03-process-desc, .step03-effect-txt,
.promise-title, .promise-quote, .promise-card-title, .promise-card-desc,
.subsidy-title, .subsidy-quote, .subsidy-cell-txt, .subsidy-highlight,
.compensation-title, .compensation-quote,
.network-intro-title, .network-intro-since, .network-intro-sub-title, .network-intro-desc,
.reason-title, .reason-item-name, .reason-item-desc,
.history-year, .history-desc,
.unity-title, .unity-subtitle,
.lineup-panel-title, .lineup-panel-desc,
.lineup-card-name, .lineup-card-sub-desc,
.store-item-name, .store-item-addr, .store-item-tel {
    word-break: keep-all;
    overflow-wrap: break-word;
}

/* ===== 서브 헤더 ===== */
#site-header { background: #fff !important; border-bottom: 1px solid #e8e8e8 !important; }
#site-header.transparent { background: #fff !important; }
#site-header .nav-link { color: #222 !important; }
#site-header .nav-link:hover { color: #e40c0c !important; }
#site-header .logo-img-w { display: none !important; }
#site-header .logo-img-b { display: block !important; }
#site-header .btn-hamburger span { background: #333 !important; }
#site-header .btn-outline { color: #222 !important; border-color: #333 !important; }
#site-header .btn-outline:hover { background: #333 !important; color: #fff !important; }
#site-header.scrolled { background: #fff !important; box-shadow: 0 2px 20px rgba(0,0,0,0.08) !important; }

/* ===== SUB VISUAL ===== */
.sub-visual { position: relative; background: #fff; overflow: hidden; padding: 80px 0 0; min-height: 520px; display: flex; flex-direction: column; }
.sv-wave-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; opacity: 0.3; }
.sv-bg-wave { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; opacity: 0.5; }
.sv-wave-svg { width: 100%; height: 100%; }
.sv-wave { fill: none; stroke-linecap: round; }
.w1 { stroke: rgba(180,40,40,0.18); stroke-width: 1.5; animation: svWave1 10s ease-in-out infinite; }
.w2 { stroke: rgba(180,40,40,0.14); stroke-width: 1.0; animation: svWave2 14s ease-in-out infinite; }
.w3 { stroke: rgba(180,40,40,0.16); stroke-width: 2.0; animation: svWave3 8s ease-in-out infinite; }
.w4 { stroke: rgba(180,40,40,0.11); stroke-width: 1.5; animation: svWave4 16s ease-in-out infinite; }
.w5 { stroke: rgba(180,40,40,0.13); stroke-width: 1.0; animation: svWave5 12s ease-in-out infinite; }

@keyframes svWave1 {
  0%, 100% { d: path("M-100,300 C200,100 400,500 700,300 C1000,100 1200,500 1540,300"); }
  50%       { d: path("M-100,280 C200,480 400,80  700,280 C1000,480 1200,80  1540,280"); }
}
@keyframes svWave2 {
  0%, 100% { d: path("M-100,320 C250,120 450,520 750,320 C1050,120 1250,520 1540,320"); }
  50%       { d: path("M-100,340 C250,540 450,140 750,340 C1050,540 1250,140 1540,340"); }
}
@keyframes svWave3 {
  0%, 100% { d: path("M-100,280 C150,80  350,480 650,280 C950,80  1150,480 1540,280"); }
  50%       { d: path("M-100,260 C150,460 350,60  650,260 C950,460 1150,60  1540,260"); }
}
@keyframes svWave4 {
  0%, 100% { d: path("M-100,340 C300,140 500,540 800,340 C1100,140 1300,540 1540,340"); }
  50%       { d: path("M-100,360 C300,560 500,160 800,360 C1100,560 1300,160 1540,360"); }
}
@keyframes svWave5 {
  0%, 100% { d: path("M-100,260 C200,460 400,60  700,260 C1000,460 1200,60  1540,260"); }
  50%       { d: path("M-100,240 C200,440 400,640 700,240 C1000,440 1200,640 1540,240"); }
}

.sv-inner { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 60px; padding: 80px 0; position: relative; z-index: 1; flex: 1; }
.sv-breadcrumb { display: flex; align-items: center; gap: 4px; color: #aaa; margin-bottom: 30px; }
.sv-breadcrumb a { color: #aaa; transition: color 0.2s; display: flex; align-items: center; }
.sv-breadcrumb a:hover { color: #e40c0c; }
.sv-breadcrumb a svg { width: 14px; height: 14px; }
.sv-bc-sep { display: flex; align-items: center; color: #ccc; }
.sv-bc-sep svg { width: 14px; height: 14px; }
.sv-bc-current { color: #333; }
.sv-left { display: flex; flex-direction: column; }
.sv-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; margin-bottom: 35px; }
.sv-desc { display: flex; flex-direction: column; gap: 12px; }
.sv-desc-strong { color: #e40c0c; }
.sv-desc-sub { color: #333; }
.sv-desc-body { color: #666; line-height: 1.85; }
.sv-right { position: relative; display: flex; align-items: center; justify-content: center; height: 420px; }
.sv-img-circle { width: 440px; height: 440px; border-radius: 50%; overflow: hidden; position: relative; z-index: 2; animation: svImgFloat 7s ease-in-out infinite; flex-shrink: 0; }
.sv-img-circle img { width: 100%; height: 100%; object-fit: cover; }

@keyframes svImgFloat {
  0%, 100% { transform: translateY(0px) rotate(-1deg); }
  50%       { transform: translateY(-14px) rotate(1deg); }
}

.sv-symbol { position: absolute; bottom: -9%; right: -15%; border-radius: 50%; z-index: 3; animation: svSymbolFloat 5s ease-in-out infinite 0.8s; }
.sv-symbol img { width: 100%; height: 100%; object-fit: contain; }

@keyframes svSymbolFloat {
  0%, 100% { transform: translateY(0px) translateX(0px) scale(1); }
  33%       { transform: translateY(-10px) translateX(4px) scale(1.04); }
  66%       { transform: translateY(6px) translateX(-4px) scale(0.97); }
}

.sv-glow { position: absolute; top: 10%; right: 10%; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(192,57,43,0.18) 0%, rgba(192,57,43,0) 70%); z-index: 1; animation: svGlowPulse 6s ease-in-out infinite; }

@keyframes svGlowPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50%       { transform: scale(1.15); opacity: 1; }
}

.sv-scroll-text { position: relative; z-index: 0; overflow: hidden; padding: 12px 0; margin-top: auto; }
.sv-scroll-track { display: flex; width: max-content; animation: svTextScroll 20s linear infinite; }
.sv-scroll-track span { font-size: 86px; color: rgba(0,0,0,0.06); white-space: nowrap; letter-spacing: 0.02em; line-height: 1; padding-right: 40px; }

@keyframes svTextScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== HEARING ===== */
.hearing-inner { padding: 0 20px; }
.hearing-header { text-align: center; margin-bottom: 56px; display: flex; flex-direction: column; gap: 16px; }
.hearing-title { color: #111; letter-spacing: -0.03em; }
.hearing-quote { color: #333; }
.hearing-desc { color: #555; line-height: 1.85; }
.hearing-desc strong { color: #111; }
.hearing-box { background: #fff0f0; border-radius: 20px; padding: 40px; text-align: center; }
.hearing-box2 { background: #fff0f0; border-radius: 20px; text-align: center; }
.hearing-box2 img { border-radius: 30px; }
.hearing-img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.highlight { position: relative; display: inline; }
.highlight::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 40%; background: rgba(255,180,180,0.45); z-index: -1; border-radius: 2px; }

/* ===== HEARING LEVEL ===== */
.hl-header { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; gap: 16px; }
.hl-title { color: #111; letter-spacing: -0.03em; }
.hl-desc { color: #666; line-height: 1.85; }
.hl-desc strong { color: #111; }
.hl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hl-card { display: flex; align-items: stretch; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid #dfdfdf; opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease var(--delay), transform 0.6s ease var(--delay); }
.hl-card.move { opacity: 1; transform: translateY(0); }
.hl-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.07); transform: translateY(-3px); transition: box-shadow 0.3s, transform 0.3s; }
.hl-card-left { flex-shrink: 0; width: 185px; display: flex; align-items: center; justify-content: center; padding: 10px; }
.hl-card-left img { width: 100%; height: auto; object-fit: contain; }
.hl-card-right { flex: 1; padding: 28px 30px; display: flex; flex-direction: column; gap: 10px; }
.hl-card-tag { color: #111; margin-top: 4px; }
.hl-card-tag:first-child { margin-top: 0; }
.hl-list { display: flex; flex-direction: column; gap: 4px; list-style: none; }
.hl-list li { color: #555; padding-left: 20px; position: relative; line-height: 1.6; }
.hl-list li::before { content: '✓'; position: absolute; left: 0; color: #e40c0c; font-size: 18px; top: 2px; font-weight: 500; }

/* ===== HEARING CTA ===== */
.hearing-cta { position: relative; background: url('/assets/images/sub/hearing_01_img03bg.jpg') center/cover no-repeat fixed; min-height: 260px; display: flex; align-items: center; }
.hearing-cta-inner { position: relative; z-index: 1; width: 100%; max-width: 1200px; margin: 0 auto; }
.hearing-cta-content { display: flex; flex-direction: column; gap: 20px; max-width: 50%; margin-right: auto; margin-left: 0; }
.hearing-cta-title { color: #111; line-height: 1.3; letter-spacing: -0.03em; }
.hearing-cta-desc { color: #444; line-height: 1.8; }
.hearing-cta2 { background: url('/assets/images/sub/hearing_02_img02bg.jpg') center/cover no-repeat fixed; }
.hearing-cta3 { background: url('/assets/images/sub/subsidy_01_img02bg.jpg') center/cover no-repeat fixed; }
.hearing-cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; border: 1.5px solid #e40c0c; border-radius: 100px; color: #e40c0c; font-size: 18px; transition: background 0.2s, color 0.2s; width: fit-content; }
.hearing-cta-btn:hover { background: #e40c0c; color: #fff; }
.hearing-cta-btn-icon { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; background: #e40c0c; border-radius: 50%; color: #fff; flex-shrink: 0; transition: background 0.2s; }
.hearing-cta-btn-icon svg { width: 14px; height: 14px; }
.hearing-cta-btn:hover .hearing-cta-btn-icon { background: #fff; color: #e40c0c; }

/* ===== HEARING TYPE ===== */
.hearing-type-sec { background: linear-gradient(180deg, #ffffff 0%, #fff2f2 50%, #ffdddd 100%); }
.hearing-type-inner { margin: 0 auto; text-align: center; }
.hearing-type-tit { color: #111; margin-bottom: 20px; }
.hearing-type-desc { color: #555; line-height: 1.8; margin-bottom: 70px; }
.hearing-type-desc em { color: #e40c0c; font-style: normal; }
.hearing-card-list { display: flex; gap: 24px; justify-content: center; }
.hearing-card-item { flex: 1; max-width: 390px; background: #fff; border: 1px solid #f0dfe3; border-radius: 20px; padding: 50px 28px 44px; position: relative; text-align: center; box-shadow: 0 8px 30px rgba(229,41,78,0.06); transition: box-shadow 0.3s, transform 0.3s; }
.hearing-card-item:hover { box-shadow: 0 16px 48px rgba(229,41,78,0.13); transform: translateY(-6px); }
.hearing-card-num { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); width: 40px; height: 40px; background: #e40c0c; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.5px; box-shadow: 0 4px 14px rgba(229,41,78,0.35); }
.hearing-card-img-wrap { margin: 0 auto 28px; }
.hearing-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hearing-card-name { color: #1a1a1a; margin-bottom: 14px; letter-spacing: -0.5px; }
.hearing-card-txt { color: #777; }

/* ===== HA INTRO ===== */
.ha-intro-inner { margin: 0 auto; padding: 0 20px; text-align: center; }
.ha-intro-header { display: flex; flex-direction: column; gap: 18px; margin-bottom: 70px; }
.ha-intro-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.ha-intro-quote { color: #111; letter-spacing: -0.02em; }
.ha-intro-desc { color: #666; line-height: 1.85; }
.ha-flow-list { display: flex; align-items: center; justify-content: center; gap: 0; }
.ha-flow-item { position: relative; flex: 1; max-width: 380px; }
.ha-flow-card { border: 1.5px solid #e8b4be; border-radius: 16px; background: #fff; padding: 48px 28px 36px; display: flex; flex-direction: column; align-items: center; gap: 0; transition: box-shadow 0.3s, transform 0.3s; }
.ha-flow-card:hover { box-shadow: 0 10px 36px rgba(228,12,12,0.09); transform: translateY(-4px); }
.ha-flow-icon { width: 100px; height: 100px; border-radius: 50%; background: #f2f2f2; display: flex; align-items: center; justify-content: center; margin-bottom: 28px; flex-shrink: 0; }
.ha-flow-icon img { object-fit: contain; }
.ha-flow-name { color: #111; margin-bottom: 6px; }
.ha-flow-sub { color: #999; }
.ha-flow-arrow { flex-shrink: 0; width: 48px; display: flex; align-items: center; justify-content: center; z-index: 1; }
.ha-flow-arrow svg { width: 38px; height: 38px; color: #e40c0c; }

/* ===== HA TYPE ===== */
.ha-type-sec { background: #f0ebe4; overflow: hidden; }
.ha-type-inner { margin: 0 auto; padding: 0 20px; }
.ha-type-header { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 50px; }
.ha-type-header-left { display: flex; flex-direction: column; gap: 16px; }
.ha-type-title { color: #111; letter-spacing: -0.03em; line-height: 1.25; }
.ha-type-desc { color: #777; line-height: 1.7; }
.ha-type-nav { display: flex; align-items: center; gap: 12px; flex-shrink: 0; padding-bottom: 6px; }
.ha-type-nav-btn { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #444; background: none; border: none; padding: 0; transition: color 0.2s; }
.ha-type-nav-btn:hover { color: #e40c0c; }
.ha-type-nav-btn svg { width: 20px; height: 20px; }
.ha-type-nav-count { display: flex; align-items: center; gap: 8px; }
.ha-type-nav-current { font-size: 16px; font-weight: 700; color: #111; }
.ha-type-nav-sep { font-size: 14px; color: #bbb; }
.ha-type-nav-total { font-size: 14px; color: #aaa; font-weight: 500; }
.ha-type-swiper { overflow: visible; }
.ha-type-swiper .swiper-slide { width: 400px; }
.ha-type-slide { background: #fff; border-radius: 20px; overflow: hidden; height: auto; }
.ha-type-slide-img { width: 100%; aspect-ratio: 4/3; background: #f2f2f2; display: flex; align-items: center; justify-content: center; padding: 36px; }
.ha-type-slide-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s ease; }
.ha-type-slide:hover .ha-type-slide-img img { transform: scale(1.05); }
.ha-type-slide-body { padding: 28px 30px 36px; }
.ha-type-slide-name { color: #111; margin-bottom: 10px; letter-spacing: -0.02em; }
.ha-type-slide-desc { color: #777; line-height: 1.75; }

/* ===== FINDER ===== */
.finder-sec { background: #fff; overflow: hidden; }
.finder-inner { margin: 0 auto; padding: 0 20px; }
.finder-header { text-align: center; margin-bottom: 20px; display: flex; flex-direction: column; gap: 18px; }
.finder-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.finder-desc { color: #666; line-height: 1.8; }
.finder-desc strong { color: #111; font-weight: 700; }
.finder-body { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0; }
.finder-left { display: flex; flex-direction: column; gap: 0; }
.finder-q-item { display: flex; align-items: center; justify-content: flex-end; gap: 16px; padding: 28px 0; position: relative; }
.finder-q-dot { width: 10px; height: 10px; border-radius: 50%; background: #333; flex-shrink: 0; }
.finder-q-text { text-align: right; }
.finder-q-text p { color: #222; line-height: 1.55; }
.finder-svg { width: 500px; height: 100%; display: block; overflow: visible; }
.finder-right { display: flex; flex-direction: column; gap: 0; }
.finder-p-item { display: flex; align-items: center; gap: 16px; padding: 28px 0; }
.finder-p-dot { width: 10px; height: 10px; border-radius: 50%; background: #333; flex-shrink: 0; }
.finder-p-card { display: flex; align-items: center; width: 61%; gap: 14px; border: 1px solid #e0e0e0; border-radius: 12px; padding: 0px 18px; min-width: 200px; transition: border-color 0.2s, box-shadow 0.2s; }
.finder-p-card:hover { border-color: #e40c0c; box-shadow: 0 4px 20px rgba(228,12,12,0.08); }
.finder-p-card-img { width: 95px; height: 89px; object-fit: contain; flex-shrink: 0; }
.finder-p-card-name { color: #111; padding: 20px; line-height: 1.4; }
.finder-line { fill: none; stroke: #999; stroke-width: 1.5; stroke-dasharray: 6 5; stroke-linecap: round; }
.finder-line-head { fill: #555; }

/* ===== PROCESS ===== */
.process-sec { background: #fff; }
.process-inner { margin: 0 auto; padding: 0 20px; }
.process-header { text-align: center; margin-bottom: 80px; display: flex; flex-direction: column; gap: 16px; }
.process-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.process-header-desc { color: #666; line-height: 1.8; }
.process-header-desc strong { color: #111; font-weight: 700; }
.process-body { display: grid; grid-template-columns: 35% 1fr; gap: 80px; align-items: start; }
.process-left { position: sticky; top: 120px; }
.process-left-label { color: #111; letter-spacing: -0.02em; margin-bottom: 20px; }
.process-left-desc { color: #888; line-height: 1.75; }
.process-list { display: flex; flex-direction: column; gap: 16px; padding-bottom: 40px; }
.process-item { display: grid; grid-template-columns: 280px 1fr; gap: 0; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid #ebebeb; opacity: 0; transform: translateY(30px); transition: opacity 0.65s ease, transform 0.65s ease, box-shadow 0.3s; }
.process-item.show { opacity: 1; transform: translateY(0); }
.process-item:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.process-item-img { width: 100%; height: 225px; object-fit: cover; display: block; }
.process-item-body { padding: 32px 36px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.process-step-badge { display: inline-flex; align-items: center; gap: 6px; background: #e40c0c; border-radius: 100px; padding: 5px 14px; width: fit-content; }
.process-step-label { color: rgba(255,255,255,0.7); font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; font-family: 'Georgia', serif; }
.process-step-num { color: #fff; font-size: 13px; font-weight: 700; }
.process-item-title { color: #111; letter-spacing: -0.02em; }
.process-item-desc { color: #777; line-height: 1.75; }

/* ===== REC ===== */
.rec-sec { position: relative; padding: 120px 20px; overflow: hidden; }
.rec-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.rec-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; mix-blend-mode: soft-light; opacity: 0.6; }
.rec-inner { position: relative; z-index: 2; margin: 0 auto; }
.rec-title { color: #111; letter-spacing: -0.03em; line-height: 1.35; text-align: center; margin-bottom: 22px; }
.rec-list { display: flex; flex-direction: column; gap: 12px; max-width: 800px; margin: 0 auto; width: 100%; }
.rec-item { background: rgba(255,255,255,0.72); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: 100px; padding: 18px 40px; display: flex; align-items: center; gap: 20px; opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease, background 0.25s, box-shadow 0.25s; }
.rec-item.show { opacity: 1; transform: translateY(0); }
.rec-item:hover { background: rgba(255,255,255,0.92); box-shadow: 0 6px 28px rgba(0,0,0,0.07); }
.rec-point { color: #e40c0c; flex-shrink: 0; letter-spacing: 0.02em; min-width: 80px; }
.rec-divider { width: 1px; height: 16px; background: #ddd; flex-shrink: 0; }
.rec-item-txt { color: #222; }
.rec-quote { color: #222; text-align: center; margin-bottom: 36px; line-height: 1.6; }
.rec-notice { max-width: 800px; display: flex; align-items: flex-start; gap: 12px; backdrop-filter: blur(8px); border-radius: 100px; padding: 16px 28px; margin: 20px auto; }
.rec-notice-icon { flex-shrink: 0; width: 22px; height: 22px; color: #555; margin-top: 1px; }
.rec-notice-icon svg { width: 100%; height: 100%; }
.rec-notice-txt { color: #444; line-height: 1.6; }

/* ===== CERT AUTH ===== */
.cert-auth-sec { background: linear-gradient(120deg, #fde8ef 0%, #f5e8f8 35%, #e8eefa 65%, #e8f5fb 100%); padding: 80px 0; }
.cert-auth-inner { margin: 0 auto; }
.cert-auth-card { display: flex; align-items: center; gap: 60px; border-radius: 24px; padding: 52px 64px; position: relative; place-self: anchor-center; overflow: hidden; }
.cert-auth-card::before { content: ''; position: absolute; top: -40px; left: 160px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(255,200,220,0.35) 0%, transparent 70%); pointer-events: none; }
.cert-auth-card::after { content: ''; position: absolute; bottom: -60px; right: 100px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(180,200,255,0.3) 0%, transparent 70%); pointer-events: none; }
.cert-auth-badge-wrap { flex-shrink: 0; width: 200px; height: 200px; position: relative; z-index: 1; }
.cert-auth-badge-wrap img { width: 100%; height: 100%; object-fit: contain; animation: certBadgeFloat 4s ease-in-out infinite; }

@keyframes certBadgeFloat {
  0%, 100% { transform: translateY(0px) rotate(-1deg); }
  50%       { transform: translateY(-10px) rotate(1deg); }
}

.cert-auth-divider { width: 1px; height: 140px; background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.12), transparent); flex-shrink: 0; }
.cert-auth-body { display: flex; flex-direction: column; gap: 20px; position: relative; z-index: 1; }
.cert-auth-title { color: #111; letter-spacing: -0.03em; line-height: 1.3; }
.cert-auth-title em { color: #e40c0c; font-style: normal; }
.cert-auth-sub { color: #333; line-height: 1.7; }
.cert-auth-desc { color: #666; line-height: 1.8; padding-top: 4px; border-top: 1px solid rgba(0,0,0,0.08); }
.cert-auth-desc em { color: #e40c0c; font-style: normal; }

/* ===== WARRANTY ===== */
.warranty-sec { background: #fff; }
.warranty-inner { margin: 0 auto; padding: 0 20px; }
.warranty-header { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; gap: 12px; }
.warranty-header-desc { color: #555; line-height: 1.75; }
.warranty-header-desc em { color: #e40c0c; font-style: normal; font-weight: 600; }
.warranty-header-title { font-weight: 700; color: #111; letter-spacing: -0.01em; }
.warranty-list { display: flex; flex-direction: column; gap: 20px; }
.warranty-card { background: #f9f9f9; border-radius: 20px; padding: 48px 52px; display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: center; opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.warranty-card.show { opacity: 1; transform: translateY(0); }
.warranty-check { display: inline-flex; align-items: center; gap: 6px; background: #e40c0c; border-radius: 100px; padding: 4px 14px; width: fit-content; margin-bottom: 18px; }
.warranty-check-txt { color: #fff; font-size: 16px; font-weight: 700; letter-spacing: 0.04em; }
.warranty-card-title { color: #111; letter-spacing: -0.03em; line-height: 1.3; margin-bottom: 14px; }
.warranty-card-quote { color: #333; font-weight: 600; margin-bottom: 18px; line-height: 1.5; }
.warranty-card-desc { color: #777; line-height: 1.85; }
.warranty-card-desc p + p { margin-top: 8px; }
.warranty-card-img-wrap { display: flex; align-items: center; justify-content: center; }
.warranty-card-img-wrap img { width: 100%; height: auto; object-fit: contain; max-height: 260px; }
.warranty-tag-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 20px; width: 85%; }
.warranty-tag { display: flex; align-items: center; gap: 8px; border: 1.5px solid #e40c0c; border-radius: 100px; padding: 8px 18px; color: #e40c0c; font-size: 18px; font-weight: 500; transition: background 0.2s, color 0.2s; }
.warranty-tag:hover { background: #e40c0c; color: #fff; }
.warranty-tag svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ===== SIGNIA BANNER ===== */
.signia-banner-sec { position: relative; width: 100%; background: url('/assets/images/sub/program_01_img03bg.jpg') center/cover no-repeat fixed; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.signia-banner-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.28); z-index: 0; }
.signia-banner-body { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 80px 20px; }
.signia-banner-symbol img { width: 78px; height: 78px; object-fit: contain; }
.signia-banner-txt-light { color: rgba(255,255,255,0.88); line-height: 1.7; }
.signia-banner-txt-bold { color: #fff; letter-spacing: -0.02em; margin-top: 2px; }

/* ===== GUIDE ===== */
.guide-inner { margin: 0 auto; padding: 0 20px; }
.guide-header { text-align: center; margin-bottom: 70px; display: flex; flex-direction: column; gap: 14px; }
.guide-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.guide-quote { color: #333; }
.guide-desc { color: #666; line-height: 1.8; }
.guide-desc strong { color: #111; font-weight: 700; }
.guide-group { margin-bottom: 70px; }
.guide-group:last-child { margin-bottom: 0; }
.guide-group-head { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 36px; }
.guide-group-badge { background: linear-gradient(90deg, #e40c0c 0%, #ff6a00 100%); border-radius: 100px; padding: 10px 40px; display: inline-block; }
.guide-group-badge span { color: #fff; font-size: 20px; font-weight: 700; letter-spacing: 0.02em; }
.guide-group-desc { color: #666; text-align: center; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guide-grid2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.guide-card { background: #fdf3f3; border-radius: 16px; padding: 32px 16px 24px; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; opacity: 0; transform: translateY(20px) scale(0.97); transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.25s, background 0.25s; }
.guide-card.show { opacity: 1; transform: translateY(0) scale(1); }
.guide-card:hover { background: #fce8e8; box-shadow: 0 6px 24px rgba(228,12,12,0.1); transform: translateY(-4px) scale(1); }
.guide-card-icon { display: flex; align-items: center; justify-content: center; }
.guide-card-icon img { width: 100%; height: 100%; object-fit: contain; }
.guide-card-name { color: #333; }

/* ===== ADAPT ===== */
.adapt-inner { margin: 0 auto; padding: 0 20px; }
.adapt-header { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; gap: 14px; }
.adapt-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.adapt-quote { color: #222; }
.adapt-desc { color: #666; line-height: 1.85; }
.adapt-desc strong { color: #111; font-weight: 700; }
.adapt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.adapt-card { background: #f7f7f7; border-radius: 14px; padding: 28px 30px; display: flex; align-items: center; gap: 20px; opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease, background 0.25s, box-shadow 0.25s; }
.adapt-card.show { opacity: 1; transform: translateY(0); }
.adapt-card:hover { background: #f0f0f0; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.adapt-card.active { background: #e40c0c; box-shadow: 0 6px 24px rgba(228,12,12,0.25); }
.adapt-card.active .adapt-card-txt { color: #fff; }
.adapt-card.active .adapt-num { background: #fff; color: #e40c0c; }
.adapt-num { width: 44px; height: 44px; border-radius: 50%; background: #222; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px; font-weight: 700; color: #fff; letter-spacing: 0.02em; transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease; }
.adapt-card-txt { color: #222; }

/* ===== BILATERAL ===== */
.bilateral-sec { background: linear-gradient(180deg, #fff 0%, #fce8ec 50%, #fce8ec 100%); }
.bilateral-inner { margin: 0 auto; padding: 0 20px; }
.bilateral-header { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; gap: 14px; }
.bilateral-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.bilateral-desc { color: #666; line-height: 1.85; }
.bilateral-desc strong { color: #111; font-weight: 700; }
.bilateral-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bilateral-grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bilateral-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.07); opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s; }
.bilateral-card.show { opacity: 1; transform: translateY(0); }
.bilateral-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.12); transform: translateY(-6px); }
.bilateral-card-img-wrap { position: relative; width: 100%; aspect-ratio: 4/2.2; overflow: visible; }
.bilateral-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.bilateral-card:hover .bilateral-card-img-wrap img { transform: scale(1.05); }
.bilateral-card-num { position: absolute; bottom: -18px; left: 28px; transform: none; width: 36px; height: 36px; border-radius: 50%; background: #e40c0c; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 700; z-index: 1; box-shadow: 0 3px 12px rgba(228,12,12,0.4); }
.bilateral-card-body { padding: 28px 28px 32px; }
.bilateral-card-title { color: #111; letter-spacing: -0.02em; margin-bottom: 16px; line-height: 1.4; }
.bilateral-card-title em { color: #e40c0c; font-style: normal; }
.bilateral-check-list { display: flex; flex-direction: column; gap: 8px; list-style: none; }
.bilateral-check-list li { color: #555; padding-left: 20px; position: relative; line-height: 1.6; }
.bilateral-check-list li::before { content: '✓'; position: absolute; left: 0; color: #e40c0c; font-size: 18px; font-weight: 700; top: 0px; }

/* ===== CAUTION ===== */
.caution-sec { background: #fff; }
.caution-inner { margin: 0 auto; padding: 0 20px; }
.caution-header { text-align: center; margin-bottom: 48px; }
.caution-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.caution-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid #e0e0e0; }
.caution-item { border-bottom: 1px solid #e0e0e0; overflow: hidden; }
.caution-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 28px; cursor: pointer; background: none; border: none; text-align: left; border-radius: 12px; transition: background 0.25s, border-radius 0.25s; }
.caution-q-txt { color: #111; flex: 1; transition: color 0.25s; }
.caution-q-icon { width: 28px; height: 28px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.caution-q-icon svg { width: 20px; height: 20px; color: #444; transition: color 0.25s; }
.icon-v { transform-origin: center; transition: opacity 0.25s ease, transform 0.25s ease; }
.caution-item.open .icon-v { opacity: 0; transform: scaleY(0); }
.caution-item.open .caution-q { background: #111; }
.caution-item.open .caution-q-txt { color: #fff; }
.caution-item.open .caution-q-icon svg { color: #fff; }
.caution-a { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1); }
.caution-item.open .caution-a { max-height: 400px; }
.caution-a-inner { padding: 20px 28px 28px; }
.caution-a-inner p { color: #666; line-height: 1.85; }

/* ===== DIAG / STEP ===== */
.diag-sec { background: #fff; }
.diag-inner { margin: 0 auto; padding: 0 20px; }
.diag-main-header { text-align: center; padding: 100px 20px 0; }
.diag-main-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.step-badge { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(90deg, #e40c0c 0%, #ff4444 100%); border-radius: 100px; padding: 8px 28px; margin-bottom: 24px; }
.step-badge span { color: #fff; font-size: 18px; font-weight: 700; letter-spacing: 0.1em; }
.step-header { text-align: center; margin-bottom: 56px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.step-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.step-quote { color: #222; line-height: 1.6; }
.step-desc { color: #666; line-height: 1.85; }
.step-desc strong { color: #111; font-weight: 700; }
.step-divider { border: none; border-top: 1px solid #ebebeb; margin: 0; }
.step01-sec { padding: 80px 20px 100px; }
.step01-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step01-card { border: 1px solid #ebebeb; border-radius: 16px; overflow: hidden; opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.25s; }
.step01-card.show { opacity: 1; transform: translateY(0); }
.step01-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.step01-card-img { width: 100%; aspect-ratio: 4/2.5; object-fit: cover; display: block; }
.step01-card-body { padding: 24px 24px 28px; }
.step01-card-name { color: #111; margin-bottom: 10px; }
.step01-card-desc { color: #777; line-height: 1.8; }
.step02-sec { padding: 80px 20px 100px; background: #fafafa; }
.step02-list { display: flex; flex-direction: column; gap: 14px; }
.step02-item { background: #fff; border: 1px solid #ebebeb; border-radius: 14px; padding: 28px 32px; display: flex; gap: 20px; align-items: flex-start; opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.step02-item.show { opacity: 1; transform: translateY(0); }
.step02-num { width: 34px; height: 34px; border-radius: 50%; background: #222; color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.step02-body { flex: 1; }
.step02-name { color: #111; margin-bottom: 6px; }
.step02-desc { color: #777; line-height: 1.75; }
.step03-sec { padding: 80px 20px 100px; }
.step03-sub-title { text-align: center; color: #111; letter-spacing: -0.02em; margin-bottom: 40px; }
.step03-process { background: #f7f7f7; border-radius: 20px; padding: 48px 40px; margin-bottom: 80px; }
.step03-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; }
.step03-process-grid::before { content: ''; position: absolute; top: 30%; left: 16.66%; width: 66.66%; height: 2px; background: linear-gradient(90deg, #e40c0c, #ff4444); z-index: 0; }
.step03-process-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0; position: relative; z-index: 1; }
.step03-process-img { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.1); margin-bottom: 16px; }
.step03-check-badge { background: #e40c0c; border-radius: 100px; padding: 5px 16px; display: inline-block; margin-bottom: 14px; }
.step03-check-badge span { color: #fff; font-size: 18px; font-weight: 700; letter-spacing: 0.06em; }
.step03-process-name { color: #111; margin-bottom: 8px; }
.step03-process-desc { color: #777; }
.step03-effect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step03-effect-item { border: 1px solid #ebebeb; border-radius: 12px; padding: 30px 24px; display: flex; align-items: center; gap: 14px; opacity: 0; transform: translateY(14px); transition: opacity 0.45s ease, transform 0.45s ease; }
.step03-effect-item.show { opacity: 1; transform: translateY(0); }
.step03-effect-num { width: 40px; height: 40px; border-radius: 50%; background: #222; color: #fff; font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step03-effect-txt { color: #333; }

/* ===== PROMISE ===== */
.promise-sec { background: #fff; }
.promise-inner { margin: 0 auto; padding: 0 20px; }
.promise-header { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; gap: 16px; }
.promise-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.promise-quote { color: #333; line-height: 1.75; }
.promise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.promise-card { background: #f7f7f7; border-radius: 20px; padding: 40px 44px 44px; display: flex; flex-direction: column; gap: 16px; transition: box-shadow 0.25s, transform 0.25s; }
.promise-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); transform: translateY(-4px); }
.promise-badge { display: inline-flex; align-items: center; background: #222; border-radius: 100px; padding: 6px 16px; width: fit-content; }
.promise-badge span { color: #fff; letter-spacing: 0.06em; }
.promise-card-title { color: #111; letter-spacing: -0.03em; line-height: 1.3; }
.promise-card-title em { color: #e40c0c; font-style: normal; }
.promise-card-desc { color: #666; line-height: 1.85; }

/* ===== SUBSIDY ===== */
.subsidy-inner { margin: 0 auto; padding: 0 20px; }
.subsidy-header { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; gap: 14px; }
.subsidy-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.subsidy-quote { color: #333; }
.subsidy-table { border-radius: 20px; overflow: hidden; border: 1px solid #e8e8e8; }
.subsidy-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #e8e8e8; }
.subsidy-row:last-child { border-bottom: none; }
.subsidy-col { padding: 28px 40px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #e8e8e8; }
.subsidy-col:last-child { border-right: none; }
.subsidy-row-head .subsidy-col { padding: 22px 40px; align-items: center; }
.subsidy-col-dark { background: #222; }
.subsidy-col-dark p { color: #fff; }
.subsidy-col-red { background: #e40c0c; }
.subsidy-col-red p { color: #fff; }
.subsidy-cell-txt { color: #333; text-align: center; }
.subsidy-cell-txt strong { color: #111; }
.subsidy-col-pink { background: #fff5f5; }
.subsidy-row-detail .subsidy-col { padding: 36px 40px; gap: 16px; align-items: flex-start; }
.subsidy-detail-list { display: flex; flex-direction: column; gap: 6px; list-style: none; color: #555; width: 100%; }
.subsidy-highlight { color: #e40c0c; margin-top: 8px; }
.subsidy-highlight em { font-style: normal; color: #e40c0c; }
.subsidy-highlight-sub { color: #e40c0c; margin-top: 2px; }

/* ===== COMPENSATION ===== */
.compensation-sec { background: #fff; }
.compensation-inner { margin: 0 auto; padding: 0 20px; }
.compensation-header { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; gap: 15px; }
.compensation-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.compensation-quote { color: #333; }
.compensation-block { margin-bottom: 60px; }
.compensation-block:last-child { margin-bottom: 0; }
.compensation-block-label { text-align: center; margin-bottom: 20px; }
.compensation-block-label span { display: inline-block; background: #fce8ec; border-radius: 100px; padding: 10px 28px; color: #333; }
.compensation-table { border-radius: 14px; overflow: hidden; border: 1px solid #e0e0e0; }
.compensation-table-head { display: grid; grid-template-columns: repeat(4, 1fr); background: #333; }
.compensation-table-head .ct-col { color: #fff; text-align: center; padding: 16px 12px; border-right: 1px solid rgba(255,255,255,0.12); }
.compensation-table-head .ct-col:last-child { border-right: none; }
.compensation-table-head2 { grid-template-columns: repeat(2, 1fr) !important; }
.ct-dark { background: #222; }
.ct-red { background: #e40c0c; }
.ct-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #e8e8e8; }
.ct-row-single { grid-template-columns: repeat(2, 1fr) !important; }
.ct-col { padding: 18px 16px; text-align: center; color: #333; border-right: 1px solid #e8e8e8; display: flex; align-items: center; justify-content: center; }
.ct-col:last-child { border-right: none; }
.ct-col strong { color: #111; }
.ct-pink { background: #fff5f5; }
.compensation-notice { display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 0 4px; }
.compensation-notice-icon { flex-shrink: 0; width: 18px; height: 18px; color: #888; }
.compensation-notice-icon svg { width: 100%; height: 100%; }
.compensation-notice p { color: #777; line-height: 1.6; }

/* ===== SV EXPAND ===== */
.sv-expand-sec { position: relative; overflow: initial; }
.sv-scroll-space { height: 60vh; }
.sv-sticky-wrap { position: sticky; top: 0; height: 100vh; overflow: hidden; z-index: 1; }
.sv-sticky-wrap2 { padding-top: 20%; height: auto; overflow: hidden; z-index: 1; }
.sv-sticky-text { position: absolute; top: 0; left: 0; width: 100%; z-index: 3; padding-top: 80px; pointer-events: none; transition: color 0.3s; }
.sv-sticky-text2 { position: absolute; top: 0; left: 0; width: 100%; z-index: 3; padding-top: 150px; pointer-events: none; transition: color 0.3s; }
.sv-sticky-text .sv-breadcrumb a,
.sv-sticky-text .sv-breadcrumb span { transition: color 0.3s; }
.sv-sticky-text .sv-inner { grid-template-columns: initial; }
.sv-sticky-text2 .sv-inner { grid-template-columns: initial; }
.sv-sticky-text.is-white .sv-title { color: #fff; }
.sv-sticky-text.is-white .sv-breadcrumb a { color: rgba(255,255,255,0.7); }
.sv-sticky-text.is-white .sv-bc-current { color: #fff; }
.sv-sticky-text.is-white .sv-bc-sep svg { stroke: rgba(255,255,255,0.4); }
.sv-img-expand { position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%); z-index: 2; border-radius: 20px; transition: none; }
.sv-img-inner { width: 100%; height: 100%; }
.sv-img-inner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sv-dim { position: absolute; inset: 0; background: #000; opacity: 0; transition: none; }

/* ===== NETWORK INTRO ===== */
.network-intro-sec { background: #fff; }
.network-intro-inner { margin: 0 auto; padding: 0 20px; }
.network-intro-header { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; gap: 12px; }
.network-intro-eyebrow { color: #e40c0c; letter-spacing: 0.02em; }
.network-intro-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; }
.network-intro-body { display: flex; align-items: center; min-height: 560px; }
.network-intro-img-wrap { flex: 0 0 50%; width: 50%; align-self: stretch; overflow: hidden; }
.network-intro-img-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; }
.network-intro-text { flex: 1; display: flex; flex-direction: column; gap: 24px; padding: 60px 20px 60px calc((80vw - 1400px) / 2 * 0.5 + 80px); max-width: 760px; }
.network-intro-since { font-size: 32px; color: #111; letter-spacing: -0.01em; line-height: 1.2; }
.network-intro-sub-title { color: #111; letter-spacing: -0.03em; line-height: 1.3; margin-top: -12px; }
.network-intro-desc { color: #666; line-height: 1.85; }

/* ===== REASON ===== */
.reason-sec { background: #fff; }
.reason-inner { margin: 0 auto; padding: 0 20px; }
.reason-body { display: grid; grid-template-columns: 40% 1fr; gap: 80px; align-items: start; }
.reason-left { position: sticky; top: 120px; }
.reason-title { color: #111; letter-spacing: -0.03em; line-height: 1.4; }
.reason-title em { color: #e40c0c; font-style: normal; }
.reason-list { display: flex; flex-direction: column; gap: 60px; }
.reason-item { display: grid; grid-template-columns: 280px 1fr; gap: 36px; align-items: start; opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease var(--delay, 0s), transform 0.6s ease var(--delay, 0s); }
.reason-item.move { opacity: 1; transform: translateY(0); }
.reason-img-wrap { border-radius: 14px; overflow: hidden; }
.reason-img-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform 0.5s ease; }
.reason-item:hover .reason-img-wrap img { transform: scale(1.04); }
.reason-item-body { display: flex; flex-direction: column; gap: 12px; padding-top: 8px; }
.reason-item-name { color: #111; letter-spacing: -0.02em; }
.reason-item-desc { color: #777; line-height: 1.85; }

/* ===== HISTORY ===== */
.history-sec { background: #fff; }
.history-inner { margin: 0 auto; padding: 0 20px; position: relative; }
.history-line-wrap { position: absolute; left: 50%; transform: translateX(-50%); top: 0; bottom: 0; width: 2px; z-index: 0; }
.history-line-bg { position: absolute; inset: 0; background: #e0e0e0; }
.history-line-fill { position: absolute; top: 0; left: 0; width: 100%; height: 0; background: #e40c0c; transition: height 0.1s linear; }
.history-dot-top { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); width: 12px; height: 12px; border-radius: 50%; background: #e40c0c; box-shadow: 0 0 0 4px rgba(228,12,12,0.2); }
.history-list { list-style: none; display: flex; flex-direction: column; gap: 0; position: relative; z-index: 1; }
.history-item { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: center; min-height: 220px; opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; position: relative; }
.history-item.show { opacity: 1; transform: translateY(0); }
.history-right .history-img-wrap { padding-right: 60px; display: flex; justify-content: flex-end; }
.history-right .history-content { padding-left: 60px; }
.history-left .history-content { padding-right: 60px; text-align: right; }
.history-left .history-img-wrap { padding-left: 60px; }
.history-img-wrap img { object-fit: cover; border-radius: 12px; display: block; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.history-year { color: #111; letter-spacing: -0.02em; margin-bottom: 10px; }
.history-desc { color: #777; line-height: 1.75; }
.history-item::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 10px; height: 10px; border-radius: 50%; background: #ccc; border: 2px solid #fff; box-shadow: 0 0 0 2px #ccc; transition: background 0.4s, box-shadow 0.4s; z-index: 2; }
.history-item.show::after { background: #e40c0c; box-shadow: 0 0 0 3px rgba(228,12,12,0.25); }

/* ===== UNITY ===== */
.unity-sec { background: #fff; }
.unity-inner { margin: 0 auto; padding: 0; display: flex; flex-direction: column; gap: 100px; }
.unity-item { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.unity-img-wrap { border-radius: 20px; overflow: hidden; background: linear-gradient(135deg, #e8f4fb 0%, #d0e8f5 100%); display: flex; align-items: center; justify-content: center; aspect-ratio: 4/2.9; }
.unity-img-wrap img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.5s ease; }
.unity-item:hover .unity-img-wrap img { transform: scale(1.04); }
.unity-body { display: flex; flex-direction: column; gap: 16px; }
.unity-eyebrow { color: #999; letter-spacing: 0.05em; }
.unity-title { color: #111; letter-spacing: -0.03em; line-height: 1.15; }
.unity-subtitle { color: #e40c0c; letter-spacing: -0.02em; line-height: 1.4; }
.unity-list { display: flex; flex-direction: column; gap: 10px; list-style: none; margin-top: 4px; }
.unity-list li { color: #555; padding-left: 18px; position: relative; line-height: 1.65; }
.unity-list li::before { content: '•'; position: absolute; left: 0; color: #333; font-size: 14px; top: 0; }

/* ===== LINEUP ===== */
.lineup-sec { background: #f4f4f4; }
.lineup-content-wrap { margin: 0 auto; padding: 60px 20px; }
.lineup-tab-wrap { border-bottom: 1px solid #e4e4e4; position: sticky; top: 80px; z-index: 100; }
.lineup-tab-inner { margin: 0 auto; padding: 0; position: relative; background: #fff; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.lineup-tab-nav { display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.lineup-tab-nav::-webkit-scrollbar { display: none; }
.lineup-tab-btn { flex: 1; min-width: 160px; padding: 18px 20px; border: none; background: none; cursor: pointer; display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center; border-bottom: 3px solid transparent; transition: all 0.25s ease; position: relative; }
.lineup-tab-btn:hover { background: #fafafa; }
.lineup-tab-btn.active { border-bottom-color: #e40c0c; background: #fff9f9; }
.lineup-tab-label { font-size: 15px; font-weight: 400; color: #aaa; line-height: 1.4; transition: color 0.25s; white-space: nowrap; }
.lineup-tab-name { font-size: 18px; font-weight: 700; color: #555; transition: color 0.25s; white-space: nowrap; }
.lineup-tab-btn.active .lineup-tab-label { color: #e40c0c; }
.lineup-tab-btn.active .lineup-tab-name { color: #111; }
.lineup-tab-btn:hover .lineup-tab-name { color: #e40c0c; }
.lineup-panel { display: none; }
.lineup-panel.active { display: block; animation: panelFadeIn 0.4s ease; }

@keyframes panelFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.lineup-panel-header { background: #fff; border-radius: 20px; padding: 48px 52px; margin-bottom: 24px; }
.lineup-panel-title { color: #111; letter-spacing: -0.03em; margin-bottom: 12px; }
.lineup-panel-desc { color: #555; line-height: 1.8; margin-bottom: 20px; }
.lineup-panel-checks { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.lineup-panel-checks li { color: #333; padding-left: 22px; position: relative; }
.lineup-panel-checks li::before { content: '✓'; position: absolute; left: 0; color: #e40c0c; font-weight: 700; }
.lineup-panel-type-guide { margin-top: 20px; padding-top: 20px; border-top: 1px solid #ebebeb; }
.lineup-panel-type-guide p { color: #333; margin-bottom: 8px; }
.lineup-panel-type-guide ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.lineup-panel-type-guide li { color: #777; padding-left: 12px; }
.lineup-cross-type { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #ebebeb; }
.lineup-cross-type-item p { color: #333; margin-bottom: 8px; }
.lineup-cross-type-item ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.lineup-cross-type-item li { color: #777; padding-left: 22px; position: relative; }
.lineup-cross-type-item li::before { content: '✓'; position: absolute; left: 0; color: #e40c0c; top: 1px; }
.lineup-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lineup-card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.lineup-card { background: #fff; border-radius: 16px; overflow: hidden; transition: box-shadow 0.3s, transform 0.3s; }
.lineup-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-4px); }
.lineup-card-img { width: 100%; aspect-ratio: 4/3; background: #f1efec; display: flex; align-items: center; justify-content: center; padding: 24px; overflow: hidden; }
.lineup-card-img img { object-fit: contain; transition: transform 0.4s ease; }
.lineup-card:hover .lineup-card-img img { transform: scale(1.06); }
.lineup-card-body { padding: 30px; display: flex; flex-direction: column; gap: 0; }
.lineup-card-name { color: #111; margin-bottom: 16px; letter-spacing: -0.02em; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.lineup-card-en { color: #aaa; font-weight: 400; }
.lineup-card-feature { padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.lineup-card-feature:last-child { border-bottom: none; }
.lineup-card-feature strong { color: #111; display: block; margin-bottom: 4px; }
.lineup-card-feature p { color: #777; line-height: 1.7; margin-top: 4px; }
.lineup-card-sub-desc { color: #888; line-height: 1.65; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid #f0f0f0; }
.lineup-app-banner { gap: 0; border-radius: 20px; overflow: hidden; background: url('/assets/images/sub/lineup_02_img03bg.jpg') center/cover no-repeat; margin-bottom: 24px; min-height: 260px; }
.lineup-app-banner-text p:first-child { color: #666; }
.lineup-app-banner-text p:last-of-type { color: #111; letter-spacing: -0.03em; }
.lineup-app-btns { display: flex; gap: 12px; margin-top: 8px; flex-wrap: wrap; }
.lineup-app-btn { display: inline-flex; align-items: center; gap: 8px; background: #111; color: #fff; border-radius: 100px; padding: 12px 22px; font-size: 15px; font-weight: 600; transition: background 0.2s; text-decoration: none; }
.lineup-app-btn:hover { background: #e40c0c; }
.lineup-app-banner-img { overflow: hidden; }
.lineup-app-banner-img img { width: 100%; height: 100%; object-fit: cover; }
.lineup-app-point { display: inline-block; background: #111; color: #fff; font-size: 14px; font-weight: 700; padding: 12px; width: 25%; text-align: center; border-radius: 100px; margin-bottom: 12px; letter-spacing: 0.04em; }
.lineup-app-card .lineup-card-name { margin-bottom: 20px; }
.lineup-app-card .lineup-panel-checks { margin: 0; }
.lineup-app-banner-text { padding: 100px 100px; display: flex; flex-direction: column; gap: 12px; justify-content: center; }

/* ===== STORE ===== */
.store-sec { background: #fff; padding: 0 20px 80px; }
.store-wrap { max-width: 1400px; margin: 0 auto; }
.store-search-bar { display: flex; align-items: center; gap: 16px; padding: 20px 0 24px; }
.store-search-input-wrap { display: flex; flex: 1; border: 1.5px solid #ddd; border-radius: 8px; overflow: hidden; background: #fff; }
.store-search-input { flex: 1; padding: 14px 20px; border: none; outline: none; color: #333; background: transparent; }
.store-search-input::placeholder { color: #bbb; }
.store-search-btn { flex-shrink: 0; padding: 14px 28px; background: #333; color: #fff; border: none; cursor: pointer; transition: background 0.2s; }
.store-search-btn:hover { background: #e40c0c; }
.store-region-select-wrap { position: relative; flex-shrink: 0; }
.store-region-select { appearance: none; -webkit-appearance: none; padding: 14px 44px 14px 18px; border: 1.5px solid #ddd; border-radius: 8px; background: #fff; color: #333; cursor: pointer; outline: none; min-width: 180px; }
.store-select-arrow { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #888; display: flex; align-items: center; }
.store-select-arrow svg { width: 16px; height: 16px; }
.store-body { display: grid; grid-template-columns: 480px 1fr; gap: 0; border: 1px solid #e0e0e0; border-radius: 12px; overflow: hidden; height: 700px; }
.store-list-wrap { overflow-y: auto; border-right: 1px solid #e8e8e8; scrollbar-width: thin; scrollbar-color: #ddd transparent; }
.store-list-wrap::-webkit-scrollbar { width: 4px; }
.store-list-wrap::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }
.store-list { list-style: none; }
.store-item { padding: 20px 24px; border-bottom: 1px solid #f0f0f0; cursor: pointer; transition: background 0.15s; }
.store-item:hover { background: #fafafa; }
.store-item.active { background: #fff9f9; border-left: 3px solid #e40c0c; }
.store-item-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.store-item-logo { border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.store-item-info { flex: 1; display: flex; flex-direction: column; gap: 5px; }
.store-item-name { color: #111; letter-spacing: -0.01em; }
.store-item-tag { display: inline-block; border: 1px solid #ddd; border-radius: 4px; padding: 2px 8px; color: #666; width: fit-content; }
.store-item-detail { flex-shrink: 0; color: #666; white-space: nowrap; display: flex; align-items: center; gap: 2px; margin-top: 2px; transition: color 0.2s; text-decoration: none; }
.store-item-detail:hover { color: #e40c0c; }
.store-item-body { display: flex; flex-direction: column; gap: 6px; padding-left: 48px; }
.store-item-addr, .store-item-tel { color: #777; display: flex; align-items: flex-start; gap: 6px; line-height: 1.5; }
.store-item-addr svg, .store-item-tel svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; color: #aaa; }
.store-map-wrap { position: relative; }
.store-map { width: 100%; height: 100%; }


/* ===== WHY SEC ===== */
.why-sec { background: #fff; }
.why-inner { margin: 0 auto; padding: 0 20px; }
 
/* 헤더 */
.why-header { text-align: center; margin-bottom: 70px; }
.why-title { color: #111; letter-spacing: -0.03em; line-height: 1.2; position: relative; display: inline-block; }
.why-title::after { content: ''; position: absolute; left: 0; bottom: -12px; width: 100%; height: 3px; background: #e40c0c; border-radius: 2px; }
 
/* 리스트 */
.why-list { list-style: none; display: flex; align-items: flex-start; justify-content: center; gap: 0; }
 
/* 아이템 */
.why-item { flex: 1; max-width: 340px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; padding: 0 40px; position: relative; opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease var(--delay, 0s), transform 0.6s ease var(--delay, 0s); }
.why-item.move { opacity: 1; transform: translateY(0); }
 
/* 구분선 */
.why-item + .why-item::before { content: ''; position: absolute; left: 0; top: 65px; height: 70px; width: 1px; background: linear-gradient(to bottom, transparent, #e8e8e8, transparent); }
 
/* 아이콘 원 */
.why-icon-wrap { width: 130px; height: 130px; border-radius: 50%; border: 1.5px solid rgba(228,12,12,0.25); background: #fff; display: flex; align-items: center; justify-content: center; transition: border-color 0.3s, box-shadow 0.3s, background 0.3s; }
.why-item:hover .why-icon-wrap { border-color: #e40c0c; background: #fff7f7; box-shadow: 0 8px 28px rgba(228,12,12,0.1); }
 
/* 텍스트 */
.why-item-name { color: #e40c0c; letter-spacing: -0.02em; }
.why-item-desc { color: #555; line-height: 1.85; }
 
/* 반응형 */
@media all and (max-width:820px) {
    .why-list { flex-direction: column; align-items: center; gap: 48px; }
    .why-item { max-width: 100%; padding: 0; }
    .why-item + .why-item::before { display: none; }
}
@media all and (max-width:520px) {
    .why-title { font-size: 28px !important; }
    .why-icon-wrap { width: 110px; height: 110px; }
}

 /* ===== SYSTEM ===== */
.system-sec { position: relative; background: #0d0d0d url('/assets/images/main/system_bg.jpg') center/cover no-repeat; overflow: clip; min-height: 100vh; }
.system-sec::before { content: ''; position: absolute; inset: 0; background: rgba(13,13,13,0.75); z-index: 0; pointer-events: none; }
.system-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
.system-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; position: relative; z-index: 2; }
.system-left { position: sticky; top: 120px; display: flex; flex-direction: column; gap: 28px; }
/* 좌측 sticky */
.system-eyebrow { color: #e40c0c; letter-spacing: 0.06em; }
.system-title { color: #fff; line-height: 1.2; letter-spacing: -0.03em; }
.system-desc { color: rgba(255,255,255,0.8); line-height: 1.9; }

/* 우측 카드 그리드 */
.system-right { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.sys-card { height: auto; }

/* 행별로 같은 높이 맞추기 */
.system-right { grid-auto-rows: 1fr; }
/* 카드 */
.sys-card { background: linear-gradient(145deg, #fff 0%, #ffe8e8 100%); border-radius: 16px; padding: 32px 28px 0; overflow: hidden; display: flex; flex-direction: column; gap: 12px; min-height: 320px; position: relative; opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease var(--delay), transform 0.7s ease var(--delay); }
.sys-card.move { opacity: 1; transform: translateY(0); }
.sys-card-tag { color: #999; letter-spacing: 0.06em; }
.sys-card-title { color: #111; line-height: 1.3; letter-spacing: -0.02em; }
.sys-card-desc { color: #555; line-height: 1.75; flex: 1; }
.sys-card-img { margin-top: auto; text-align: right; height: 130px; display: flex; align-items: flex-end; justify-content: flex-end; margin-bottom:40px}
.sys-card-img img { height: 120px; width: auto; object-fit: contain; }


.system-right { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }

.sys-card:nth-child(1) { grid-column: 1; grid-row: 1; margin-top: 60px; }
.sys-card:nth-child(2) { grid-column: 2; grid-row: 1; margin-top: 0; }
.sys-card:nth-child(3) { grid-column: 1; grid-row: 2; margin-top: 0; }
.sys-card:nth-child(4) { grid-column: 2; grid-row: 2; margin-top: -60px; }
.sys-card:nth-child(5) { grid-column: 1; grid-row: 3; margin-top: -30px; }
.sys-card:nth-child(6) { grid-column: 2; grid-row: 3; margin-top: -120px; }

@media all and (max-width:1230px) {
    .system-inner { grid-template-columns: 1fr; }
    .system-left { position: static; }
}
@media all and (max-width:820px) {
    .system-inner { grid-template-columns: 1fr; }
    .system-left { position: static; }
    .system-right { grid-template-columns: 1fr; }
    .sys-card:nth-child(1),
    .sys-card:nth-child(2),
    .sys-card:nth-child(3),
    .sys-card:nth-child(4),
    .sys-card:nth-child(5) { grid-column: auto; grid-row: auto; margin-top: 0; }
}

@media all and (max-width:820px) {
    .system-right { grid-template-columns: 1fr 1fr; }
    .sys-card:nth-child(1),
    .sys-card:nth-child(2),
    .sys-card:nth-child(3),
    .sys-card:nth-child(4),
    .sys-card:nth-child(5),
    .sys-card:nth-child(6) { grid-column: auto; grid-row: auto; margin-top: 0; }
}
@media all and (max-width:520px) {
    .system-right { grid-template-columns: 1fr; }
}



/* ============================================================
   RESPONSIVE — 1230px
============================================================ */
@media all and (max-width: 1230px) {
    .sv-inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 0; }
    .sv-right { height: 300px; }
    .sv-img-circle { width: 300px; height: 300px; }
    .hl-grid { grid-template-columns: 1fr 1fr; }
    .hearing-card-list { gap: 16px; }
    .hearing-cta-content { max-width: 70%; }
    .ha-flow-list { flex-wrap: wrap; gap: 16px; }
    .ha-flow-arrow { display: none; }
    .process-body { grid-template-columns: 1fr; gap: 40px; }
    .process-left { position: static; }
    .process-item { grid-template-columns: 200px 1fr; }
    .process-item-img { height: 180px; }
    .warranty-card { grid-template-columns: 1fr; gap: 28px; }
    .warranty-card-img-wrap { max-width: 260px; margin: 0 auto; }
    .guide-grid { grid-template-columns: repeat(3, 1fr); }
    .bilateral-grid { grid-template-columns: repeat(2, 1fr); }
    .step01-grid { grid-template-columns: repeat(2, 1fr); }
    .step03-effect-grid { grid-template-columns: repeat(2, 1fr); }
    .promise-grid { grid-template-columns: 1fr; }
    .reason-body { grid-template-columns: 260px 1fr; gap: 48px; }
    .reason-item { grid-template-columns: 200px 1fr; gap: 24px; }
    .network-intro-body { flex-direction: column; min-height: auto; }
    .network-intro-img-wrap { flex: none; width: 100%; height: 360px; }
    .network-intro-text { padding: 40px 20px; max-width: 100%; }
    .history-right .history-img-wrap { padding-right: 40px; }
    .history-right .history-content { padding-left: 40px; }
    .history-left .history-content { padding-right: 40px; }
    .history-left .history-img-wrap { padding-left: 40px; }
    .unity-item { gap: 48px; }
    .cert-auth-card { padding: 40px 36px; gap: 36px; }
    .finder-svg { width: 300px; }

    .qm-wrap { right: 20px; bottom: 40px; }
    .qm-btn { width: 68px; height: 68px; }
}

/* ============================================================
   RESPONSIVE — 820px
============================================================ */
@media all and (max-width: 820px) {
    .sv-inner { grid-template-columns: 1fr; padding: 40px 0 20px; width: 100%; }
    .sv-left { padding: 0 20px; }
    .sv-title { font-size: 32px !important; }
    .sv-scroll-track span { font-size: 52px; }
    .sv-sticky-wrap2 { padding-top: 30%; }
    .hl-card { flex-direction: column; }
    .hl-card-left { width: 100%; height: 180px; }
    .hearing-card-list { flex-direction: column; align-items: center; }
    .hearing-card-item { max-width: 100%; }
    .hearing-cta-content { max-width: 100%; }
    .hearing-cta-inner { padding: 0 20px; }
    .ha-type-header { flex-direction: column; gap: 20px; }
    .ha-flow-item { max-width: 100%; }
    .finder-body { grid-template-columns: 1fr 1fr; gap: 0 10px; align-items: start; }
    .finder-svg { display: none; }
    .finder-q-item { justify-content: flex-start; padding: 16px 0; border-bottom: 1px solid #f0f0f0; gap: 8px; }
    .finder-q-dot { display: none; }
    .finder-q-text { text-align: left; }
    .finder-p-item { padding: 16px 0; border-bottom: 1px solid #f0f0f0; gap: 8px; }
    .finder-p-dot { display: none; }
    .finder-p-card { width: 100%; min-width: unset; flex-direction: column; align-items: center; padding: 10px 8px; gap: 6px; }
    .finder-p-card-img { width: 70px; height: 64px; }
    .finder-p-card-name { padding: 0; text-align: center; font-size: 13px; line-height: 1.4; }
    .process-item { grid-template-columns: 1fr; }
    .process-item-img { width: 100%; height: 220px; }
    .rec-sec { padding: 80px 16px; }
    .rec-item { padding: 14px 20px; flex-wrap: wrap; border-radius: 16px; }
    .rec-point { min-width: 60px; }
    .cert-auth-card { flex-direction: column; align-items: center; text-align: center; padding: 32px 24px; gap: 24px; }
    .cert-auth-divider { width: 80%; height: 1px; }
    .cert-auth-badge-wrap { width: 140px; height: 140px; }
    .warranty-card { padding: 32px 24px; }
    .warranty-tag-list { grid-template-columns: 1fr; width: 100%; }
    .guide-grid { grid-template-columns: repeat(2, 1fr); }
    .guide-grid2 { grid-template-columns: repeat(2, 1fr); }
    .adapt-grid { grid-template-columns: 1fr; }
    .bilateral-grid { grid-template-columns: 1fr; }
    .bilateral-grid2 { grid-template-columns: 1fr; }
    .step01-grid { grid-template-columns: 1fr; }
    .step03-process-grid { grid-template-columns: 1fr; }
    .step03-process-grid::before { display: none; }
    .step03-effect-grid { grid-template-columns: 1fr; }
    .step03-process-img { width: 120px; height: 120px; }
    .promise-card { padding: 28px 28px 32px; }
    .subsidy-row { grid-template-columns: 1fr 1fr; }
    .subsidy-col { padding: 14px 12px; }
    .subsidy-row-head .subsidy-col { padding: 12px 10px; }
    .subsidy-row-detail .subsidy-col { padding: 16px 12px; gap: 10px; }
    .compensation-table-head { grid-template-columns: 1fr 1fr; }
    .ct-row { grid-template-columns: 1fr 1fr; }
    .ct-col { padding: 12px 8px; }
    .compensation-table-head .ct-col { padding: 12px 8px; }
    .reason-body { grid-template-columns: 1fr; gap: 40px; }
    .reason-left { position: static; }
    .reason-item { grid-template-columns: 1fr; gap: 20px; }
    .reason-title { font-size: 30px; }
    .reason-list { gap: 40px; }
    /* ── history 모바일: 이미지 → 텍스트 순서 고정 ── */
    .history-line-wrap { left: 20px; }
    .history-item { display: flex; flex-direction: column; gap: 20px; padding-left: 48px; min-height: auto; }
    .history-item::after { left: 0px; }
    .history-img-wrap { order: 1; padding: 0 !important; justify-content: flex-start; }
    .history-content { order: 2; padding: 0 !important; text-align: left !important; width: 100%; margin-bottom: 30px; }
    .history-img-wrap img { width: 100%; max-width: 100%; border-radius: 12px; }
    /* ── unity: 이미지 → 텍스트 순서 고정 ── */
    .unity-item { display: flex; flex-direction: column; gap: 32px; }
    .unity-img-wrap { order: 1; width: 100%; }
    .unity-body { order: 2; width: 100%; }
    .unity-inner { gap: 60px; padding: 0 15px; }
    .network-intro-img-wrap { height: 260px; }
    .network-intro-text { padding: 32px 20px; }
    .step02-item { flex-direction: column; gap: 12px; }
    
    .qm-wrap { right: 12px; bottom: 20px; }
    .qm-btn { width: 56px; height: 56px; gap: 4px; }
    .qm-icon { width: 26px; height: 26px; }
    .qm-icon svg { width: 17px; height: 17px; }
    .qm-label { font-size: 10px; }
    .qm-top { width: 40px; height: 40px; font-size: 9px; }
    .qm-top svg { width: 13px; height: 13px; }
    .qm-divider { height: 12px; margin: 4px 0; }
    /* ── lineup tab 820px: 한 줄에 3개 ── */
    .lineup-tab-nav { flex-wrap: wrap; overflow-x: visible; }
    .lineup-tab-btn { min-width: 0; flex: 0 0 calc(33.33% - 0px); padding: 12px 6px; }
    .lineup-tab-label { font-size: 11px; white-space: normal; line-height: 1.3; }
    .lineup-tab-name { font-size: 13px; white-space: normal; line-height: 1.3; }

	.store-item-body{padding-left:0}

	.lineup-card-grid{grid-template-columns: repeat(1, 1fr);}
	.lineup-panel-header{padding:20px}
}

/* ============================================================
   RESPONSIVE — 520px
============================================================ */
@media all and (max-width: 520px) {
    .sv-title { font-size: 26px !important; }
    .sv-sticky-text { padding: 20px; padding-top: 28px; }
    .sv-breadcrumb { font-size: 12px; flex-wrap: wrap; }
    .sv-scroll-track span { font-size: 36px; }
    .hl-card-right { padding: 20px; }
    .guide-grid { grid-template-columns: repeat(2, 1fr); }
    .guide-grid2 { grid-template-columns: repeat(2, 1fr); }
    .cert-auth-card { padding: 28px 20px; }
    .cert-auth-badge-wrap { width: 110px; height: 110px; }
    .warranty-card { padding: 24px 20px; }
    .subsidy-col { padding: 12px 8px; }
    .subsidy-row { grid-template-columns: 1fr 1fr; }
    .compensation-table-head { grid-template-columns: 1fr 1fr; }
    .ct-row { grid-template-columns: 1fr 1fr; }
    .ct-col { padding: 10px 6px; font-size: 11px; }
    .compensation-table-head .ct-col { padding: 10px 6px; font-size: 11px; }
    .process-item-body { padding: 20px; }
    .promise-card { padding: 24px 20px; }

    .qm-wrap { right: 8px; bottom: 16px; }
    .qm-btn { width: 50px; height: 50px; gap: 3px; }
    .qm-icon { width: 22px; height: 22px; }
    .qm-icon svg { width: 15px; height: 15px; }
    .qm-label { font-size: 9px; }
    .qm-btn::after { left: 10px; right: 10px; }
    .qm-top { width: 36px; height: 36px; }
    .hearing-cta-btn { font-size: 14px; }
    .ha-type-swiper .swiper-slide { width: 90%; }
    .highlight::after { display: none; }
    .warranty-tag { font-size: 14px; }
    /* ── lineup tab 520px ── */
    .lineup-tab-btn { padding: 10px 6px; }
    .lineup-tab-label { font-size: 5px; }
    .lineup-tab-name { font-size: 12px; }
}

@media all and (max-width:820px) {
    .store-body { grid-template-columns: 1fr; height: auto; }
    .store-list-wrap { max-height: 400px; border-right: none; border-bottom: 1px solid #e8e8e8; }
    .store-map-wrap { height: 300px; }
	.store-search-bar{display:block}
	.store-region-select{margin-top:5px}

    .store-item-head { flex-wrap: wrap; }
    .store-item-detail { flex-shrink: 0; width: 100%; margin-top: 8px; padding: 8px 14px; background: #f8f8f8; border: 1px solid #e0e0e0; border-radius: 6px; justify-content: center; text-align: center; color: #444; display: flex !important; }
    .store-item-detail:hover { background: #fff5f5; border-color: #e40c0c; color: #e40c0c; }
}