@charset "utf-8";
/* doc.css — plan2 시안2 coevolution 스타일 (시안1 패턴 미사용) */

.coevo-main .en { font-family: var(--font-en); text-transform: uppercase; }

/* ===== 메인 Hero ===== */
.coevo-main .hero-coevo { position: relative; min-height: 100vh; overflow: hidden; background: var(--color-canvas); }
.coevo-main .hero-media { position: absolute; inset: 0; z-index: 0; }
.coevo-main .hero-video { display: none; width: 100%; height: 100%; object-fit: cover; }
.coevo-main .hero-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; min-height: 100vh; min-height: 100dvh; }
.coevo-main .hero-bg .slick-list,
.coevo-main .hero-bg .slick-track { height: 100%; min-height: 100vh; min-height: 100dvh; }
.coevo-main .hero-bg .slick-slide,
.coevo-main .hero-bg .item { height: 100%; min-height: 100vh; min-height: 100dvh; width: 100%; }
.coevo-main .hero-bg .slick-slide .img { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; border: 0; background: var(--color-canvas); }
.coevo-main .hero-bg .slick-slide .img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.coevo-main .hero-bg .slick-slide:not(.slick-active) { z-index: 0; }
.coevo-main .hero-bg .slick-slide.slick-active { z-index: 1; }
.coevo-main .hero .slick-arrow,
.coevo-main .hero .slick-dots { display: none !important; }
.coevo-main .hero-indicator { display: flex; gap: 12px; align-items: center; margin-top: var(--space-24); }
.coevo-main .hero-indicator .dot { position: relative; width: 16px; height: 36px; padding: 0; border: 0; background: transparent; cursor: pointer; flex-shrink: 0; }
.coevo-main .hero-indicator .dot::before { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 11px; margin: -5.5px 0 0 -5.5px; border-radius: 50%; background: rgba(255, 255, 255, 0.4); transition: transform 0.2s ease, background 0.2s ease; }
.coevo-main .hero-indicator .dot.is-active::before { width: 13px; height: 13px; margin: -6.5px 0 0 -6.5px; background: var(--color-primary); }
.coevo-main .hero-indicator.is-hidden { display: none; }
.coevo-main .hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(11, 18, 32, 0.82) 0%, rgba(11, 18, 32, 0.52) 32%, rgba(11, 18, 32, 0.12) 58%, rgba(11, 18, 32, 0.08) 100%); }
.coevo-main .hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; min-height: 100vh; width: 90%; margin-left: auto; margin-right: auto; padding: calc(var(--header-height) + var(--space-60)) 0 calc(var(--space-100) + 100px); text-align: left; color: var(--color-text-light); box-sizing: border-box; }
.coevo-main .hero .eyebrow { font-size: var(--font-size-14); font-weight: 600; color: rgba(255, 255, 255, 0.85); margin-bottom: var(--space-24); }
.coevo-main .hero .tit { font-size: clamp(40px, calc(72 / var(--inner) * 100vw), 72px); font-weight: 700; line-height: 1.08; margin-bottom: var(--space-30); text-shadow: 0 2px 24px rgba(11, 18, 32, 0.45); }
.coevo-main .hero .tit .line { display: block; }
.coevo-main .hero .tit .accent { color: var(--color-text-light); }
.coevo-main .hero .lead { font-size: var(--font-size-20); line-height: 1.7; color: rgba(255, 255, 255, 0.92); max-width: 520px; text-shadow: 0 1px 16px rgba(11, 18, 32, 0.4); }
.coevo-main .hero-scroll { position: absolute; left: 50%; bottom: 40px; z-index: 3; transform: translateX(-50%); text-decoration: none; }
.coevo-main .hero-scroll .scroll-txt { font-family: var(--font-en); font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; line-height: 1; background: linear-gradient(90deg, rgba(255, 255, 255, 0.35) 0%, #fff 50%, rgba(255, 255, 255, 0.35) 100%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: hero-scroll-gradient 2.4s linear infinite; }
@keyframes hero-scroll-gradient { 0% { background-position: 100% center; } 100% { background-position: -100% center; } }

/* ===== 메인 스토리 섹션 — 01~04 풀뷰포트 ===== */
.coevo-main .story-sec { position: relative; min-height: 100vh; min-height: 100dvh; display: flex; align-items: stretch; overflow: hidden; color: var(--color-text-light); }
.coevo-main .story-sec .sec-bg { position: absolute; inset: -12% 0; margin: 0; z-index: 0; border: 0; background: #121c2e; }
.coevo-main .story-sec .sec-bg::before { padding-top: 110%; }
.coevo-main .story-sec .sec-bg img { width: 100%; height: 100%; object-fit: cover; }
.coevo-main .story-sec .sec-bg:has(img)::before { display: none; }
.coevo-main .story-sec .sec-dim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(11, 18, 32, 0.60) 0%, rgba(11, 18, 32, 0.48) 28%, rgba(11, 18, 32, 0.20) 48%, rgba(11, 18, 32, 0.04) 62%, transparent 72%); }
.coevo-main .story-sec .sec-inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: 90%; margin-left: auto; margin-right: auto; min-height: 100vh; min-height: 100dvh; padding: calc(var(--header-height) + var(--space-30)) 0 var(--space-40); box-sizing: border-box; gap: var(--space-40); }

/* 섹션별 배경 구분 */
.coevo-main .hero-coevo { background: #0b1220; }
.coevo-main .sec-ev { background: #0c1528; }
.coevo-main .sec-ev .sec-bg { background: #152a48; }
.coevo-main .sec-ev .sec-dim { background: linear-gradient(90deg, rgba(12, 21, 40, 0.62) 0%, rgba(12, 21, 40, 0.49) 28%, rgba(12, 21, 40, 0.18) 48%, rgba(12, 21, 40, 0.04) 62%, transparent 72%); }
.coevo-main .sec-ict { background: #081a22; }
.coevo-main .sec-ict .sec-bg { background: #0f2e38; }
.coevo-main .sec-ict .sec-dim { background: linear-gradient(90deg, rgba(8, 26, 34, 0.62) 0%, rgba(8, 26, 34, 0.48) 28%, rgba(8, 26, 34, 0.17) 48%, rgba(8, 26, 34, 0.04) 62%, transparent 72%); }
.coevo-main .sec-cctv { background: #10121f; }
.coevo-main .sec-cctv .sec-bg { background: #1c2238; }
.coevo-main .sec-cctv .sec-dim { background: linear-gradient(90deg, rgba(16, 18, 31, 0.59) 0%, rgba(16, 18, 31, 0.43) 26%, rgba(16, 18, 31, 0.14) 46%, rgba(16, 18, 31, 0.03) 58%, transparent 68%); }
.coevo-main .sec-store { background: #12101a; }
.coevo-main .sec-store .sec-bg { background: #261e30; }
.coevo-main .sec-store .sec-dim { background: linear-gradient(90deg, rgba(18, 16, 26, 0.59) 0%, rgba(18, 16, 26, 0.43) 26%, rgba(18, 16, 26, 0.13) 46%, rgba(18, 16, 26, 0.03) 58%, transparent 68%); }
.coevo-main .sec-eco { background: #0c1528; }
.coevo-main .sec-eco .sec-bg { background: #152a48; }
.coevo-main .sec-eco .sec-dim { background: linear-gradient(90deg, rgba(12, 21, 40, 0.62) 0%, rgba(12, 21, 40, 0.49) 28%, rgba(12, 21, 40, 0.18) 48%, rgba(12, 21, 40, 0.04) 62%, transparent 72%); }
.coevo-main .sec-ict-smart { background: #081a22; }
.coevo-main .sec-ict-smart .sec-bg { background: #0f2e38; }
.coevo-main .sec-ict-smart .sec-dim { background: linear-gradient(90deg, rgba(8, 26, 34, 0.62) 0%, rgba(8, 26, 34, 0.48) 28%, rgba(8, 26, 34, 0.17) 48%, rgba(8, 26, 34, 0.04) 62%, transparent 72%); }
.coevo-main .scroll-split .split-visual--wide img { aspect-ratio: 16 / 10; }
.coevo-main .sec-ev .sec-inner { gap: var(--space-40); }
.coevo-main .sec-esg { background: #0a1418; }
.coevo-main .sec-esg .sec-bg { background: #122820; }
.coevo-main .sec-esg .sec-dim--esg { background: linear-gradient(90deg, rgba(10, 20, 24, 0.63) 0%, rgba(10, 20, 24, 0.46) 35%, rgba(10, 20, 24, 0.14) 55%, transparent 70%); }
.coevo-main .story-sec + .story-sec { border-top: 1px solid rgba(255, 255, 255, 0.06); }

/* 섹션 상단 — 제목·설명 좌 / 버튼 우 */
.coevo-main .sec-top { display: flex; align-items: flex-start; justify-content: space-between; gap: var(--space-40); margin-bottom: 0; }
.coevo-main .story-sec .sec-top { flex-shrink: 0; }
.coevo-main .sec-tit { flex: 1 1 auto; max-width: 640px; }
.coevo-main .sec-tit .sec-label { font-family: var(--font-en); font-size: var(--font-size-13); font-weight: 600; color: rgba(255, 255, 255, 0.72); margin-bottom: var(--space-12); line-height: 1.4; }
.coevo-main .sec-tit .sec-label .num { color: var(--color-primary); margin-right: var(--space-10); }
.coevo-main .sec-tit .tit { font-size: clamp(28px, calc(42 / var(--inner) * 100vw), 42px); font-weight: 700; line-height: 1.2; margin-bottom: var(--space-16); text-shadow: 0 2px 20px rgba(11, 18, 32, 0.35); }
.coevo-main .sec-tit .desc { font-size: var(--font-size-16); line-height: 1.65; color: rgba(255, 255, 255, 0.88); margin: 0; text-shadow: 0 1px 12px rgba(11, 18, 32, 0.3); }
.coevo-main .sec-action { display: flex; align-items: flex-start; justify-content: flex-end; flex-shrink: 0; padding-top: calc(var(--font-size-13) * 1.4 + var(--space-12)); }
.coevo-main .sec-action .btn-line { flex-shrink: 0; margin: 0; }
.coevo-main .sec-top--stack .sec-tit .btn-line { margin-top: var(--space-24); }
.coevo-main .sec-top--stack .sec-tit { max-width: 720px; }

/* EV */
.coevo-main .sec-ev .prod-row { flex-shrink: 1; min-height: 0; }

.coevo-main .prod-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-12); max-width: none; margin: 0; list-style: none; padding: 0; width: 100%; }
.coevo-main .prod-row .item { padding: 0; min-width: 0; min-height: 0; }
.coevo-main .prod-row .thumb { position: relative; display: block; width: 100%; margin: 0; border-radius: 8px; overflow: hidden; border: 0; aspect-ratio: 4 / 3; background: rgba(255, 255, 255, 0.06); }
.coevo-main .prod-row .thumb > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.coevo-main .prod-row .thumb::before { display: none; }
.coevo-main .prod-row .thumb.has-hover .hover-bg { position: absolute; inset: 0; z-index: 1; background: rgba(11, 18, 32, 0.72); border: 0; opacity: 1; }
.coevo-main .prod-row .thumb.has-hover .hover-bg::before { display: none; }
.coevo-main .prod-row .thumb.has-hover .hover-txt { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--space-8); padding: var(--space-16); text-align: center; opacity: 1; }
.coevo-main .prod-row .hover-txt .name { font-size: var(--font-size-20); font-weight: 700; color: #fff; }
.coevo-main .prod-row .hover-txt .txt { font-size: var(--font-size-16); color: rgba(255, 255, 255, 0.88); }
.coevo-main .solution-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-12); list-style: none; padding: 0; margin: 0; width: 100%; }
.coevo-main .solution-cards .item { min-width: 0; }
.coevo-main .solution-cards .thumb { position: relative; display: block; width: 100%; margin: 0; border-radius: 12px; overflow: hidden; border: 0; aspect-ratio: 2 / 3; background: #102337; }
.coevo-main .solution-cards .thumb > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.coevo-main .solution-cards .thumb.has-hover .hover-bg { position: absolute; inset: 0; z-index: 1; background: rgba(11, 18, 32, 0.72); border: 0; opacity: 1; }
.coevo-main .solution-cards .thumb.has-hover .hover-txt { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--space-8); padding: var(--space-16); text-align: center; opacity: 1; }
.coevo-main .solution-cards .hover-txt .name { font-size: var(--font-size-20); font-weight: 700; color: #fff; }
.coevo-main .solution-cards .hover-txt .txt { font-size: var(--font-size-16); color: rgba(255, 255, 255, 0.88); }
.coevo-main .solution-cards .hover-txt .name { font-size: var(--font-size-16); font-weight: 700; color: #fff; }
.coevo-main .solution-cards .hover-txt .txt { font-size: var(--font-size-13); color: rgba(255, 255, 255, 0.75); }
.coevo-main .prod-row .thumb.has-hover,
.coevo-main .solution-cards .thumb.has-hover,
.coevo-main .store-row .panel.has-hover { transition: transform 0.28s ease, box-shadow 0.28s ease; }
.coevo-main .store-row .panel.has-hover { transition: transform 0.28s ease, background 0.2s ease, box-shadow 0.28s ease; }
.coevo-main .prod-row .thumb.has-hover:hover,
.coevo-main .solution-cards .thumb.has-hover:hover,
.coevo-main .store-row .panel.has-hover:hover { transform: translateY(-8px); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28); }
.coevo-main .benefit-row .card.has-hover { transition: margin-top 0.28s ease, box-shadow 0.28s ease; }
.coevo-main .benefit-row .card.has-hover:hover { margin-top: -8px; box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28); }

.coevo-main .benefit-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-12); list-style: none; margin: 0; padding: 0; flex-shrink: 1; min-height: 0; width: 100%; }
.coevo-main .benefit-row .card { position: relative; padding: 0; width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; }
.coevo-main .benefit-row .card-visual { position: absolute; inset: 0; margin: 0; width: 100%; height: 100%; border-radius: 8px; overflow: hidden; border: 0; background: rgba(255, 255, 255, 0.06); }
.coevo-main .benefit-row .card-icon { position: absolute; right: var(--space-40); bottom: var(--space-40); z-index: 4; width: 56px; height: 56px; margin: 0; border: 0; pointer-events: none; transition: opacity 0.3s ease; }
.coevo-main .benefit-row .card.has-hover:hover .card-icon { opacity: 0; }
.coevo-main .benefit-row .card-icon img { width: 100%; height: 100%; object-fit: contain; }
.coevo-main .benefit-row .card-en { position: absolute; left: var(--space-40); bottom: var(--space-40); z-index: 4; display: flex; flex-direction: column; gap: 2px; margin: 0; max-width: calc(100% - var(--space-40) - 72px); font-family: var(--font-en); font-size: clamp(28px, calc(38 / var(--inner) * 100vw), 38px); font-weight: 700; line-height: 1.05; color: #fff; opacity: 0.3; filter: blur(0.65px); text-shadow: 0 0 18px rgba(255, 255, 255, 0.2); pointer-events: none; transition: opacity 0.3s ease, filter 0.3s ease; }
.coevo-main .benefit-row .card-en .line { display: block; }
.coevo-main .store-row .panel-en { position: absolute; left: var(--space-40); bottom: var(--space-40); z-index: 4; margin: 0; max-width: calc(100% - var(--space-80)); font-family: var(--font-en); font-size: clamp(34px, calc(48 / var(--inner) * 100vw), 48px); font-weight: 700; line-height: 1; color: #fff; opacity: 0.3; filter: blur(0.65px); text-shadow: 0 0 18px rgba(255, 255, 255, 0.2); white-space: nowrap; pointer-events: none; transition: opacity 0.3s ease, filter 0.3s ease; }
.coevo-main .benefit-row .card.has-hover:hover .card-en,
.coevo-main .store-row .panel.has-hover:hover .panel-en { opacity: 0; filter: blur(0); }
.coevo-main .benefit-row .card-visual::before { display: none; }
.coevo-main .benefit-row .card .hover-bg { position: absolute; inset: 0; z-index: 2; opacity: 0; overflow: hidden; transition: opacity 0.3s ease; }
.coevo-main .benefit-row .card .hover-bg img { display: block; width: 100%; height: 100%; object-fit: cover; }
.coevo-main .benefit-row .card.has-hover:hover .hover-bg { opacity: 1; }
.coevo-main .benefit-row .card-txt { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; justify-content: flex-start; padding: var(--space-40); background: linear-gradient(180deg, rgba(11, 18, 32, 0.9) 0%, rgba(11, 18, 32, 0.45) 30%, transparent 52%); transition: opacity 0.3s ease; }
.coevo-main .benefit-row .card.has-hover:hover .card-txt { opacity: 0; }
.coevo-main .benefit-row .line1 { font-size: var(--font-size-16); font-weight: 700; line-height: 1.4; margin-bottom: var(--space-4); text-shadow: 0 1px 10px rgba(11, 18, 32, 0.35); }
.coevo-main .benefit-row .line2 { font-size: var(--font-size-13); line-height: 1.5; color: rgba(255, 255, 255, 0.85); text-shadow: 0 1px 8px rgba(11, 18, 32, 0.3); }

.coevo-main .store-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-20); flex-shrink: 0; width: 100%; align-items: start; }
.coevo-main .store-row .panel { position: relative; display: block; width: 100%; aspect-ratio: 8 / 3; padding: var(--space-40); text-decoration: none; color: var(--color-text-light); overflow: hidden; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.18); background: rgba(11, 18, 32, 0.42); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-sizing: border-box; }
.coevo-main .store-row .panel .hover-bg { position: absolute; inset: 0; z-index: 0; opacity: 0; transition: opacity 0.3s ease; }
.coevo-main .store-row .panel .hover-bg img { display: block; width: 100%; height: 100%; object-fit: cover; }
.coevo-main .store-row .panel.has-hover:hover .hover-bg { opacity: 1; }
.coevo-main .store-row .panel-cont { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; transition: opacity 0.3s ease; }
.coevo-main .store-row .panel.has-hover:hover .panel-cont { opacity: 0; }
.coevo-main .store-row .name { font-size: var(--font-size-22); font-weight: 700; margin-bottom: var(--space-12); text-shadow: 0 1px 12px rgba(11, 18, 32, 0.35); }
.coevo-main .store-row .txt { font-size: var(--font-size-16); line-height: 1.65; color: rgba(255, 255, 255, 0.88); text-shadow: 0 1px 10px rgba(11, 18, 32, 0.3); }
.coevo-main .store-row .tel { margin-top: var(--space-16); font-size: calc(var(--font-size-32) * 1.5); font-weight: 700; color: var(--color-primary); }

/* 레거시 sec-copy (서브 등) */
.coevo-main .sec-copy { max-width: 560px; margin-bottom: var(--space-50); }
.coevo-main .sec-copy.is-wide { max-width: 680px; }
.coevo-main .sec-copy .num { font-size: var(--font-size-48); font-weight: 700; line-height: 1; color: rgba(255, 255, 255, 0.18); margin-bottom: var(--space-16); }
.coevo-main .sec-copy .en { font-size: var(--font-size-13); font-weight: 600; color: rgba(255, 255, 255, 0.65); margin-bottom: var(--space-12); }
.coevo-main .sec-copy .tit { font-size: clamp(32px, calc(48 / var(--inner) * 100vw), 48px); font-weight: 700; line-height: 1.2; margin-bottom: var(--space-20); }
.coevo-main .sec-copy .desc { font-size: var(--font-size-18); line-height: 1.75; color: var(--color-muted); }
.coevo-main .link-more { margin-top: var(--space-30); }

/* ===== 서브 — 신사업 소개 (3열 카드) ===== */
.hub-page .lead { text-align: left; font-size: var(--font-size-18); line-height: 1.7; color: #666; margin-bottom: var(--space-40); }
.hub-page .list { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-24); list-style: none; margin: 0; padding: 0; }
.hub-page .list .card { position: relative; display: block; min-height: 624px; border-radius: 16px; overflow: hidden; background: #121c2e; }
.hub-page .list .card .img { position: absolute; inset: 0; margin: 0; z-index: 0; }
.hub-page .list .card .img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 18, 32, 0.2) 0%, rgba(11, 18, 32, 0.55) 45%, rgba(11, 18, 32, 0.92) 100%); }
.hub-page .list .card .img img { width: 100%; height: 100%; object-fit: cover; }
.hub-page .list .card .cont { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; min-height: 624px; padding: var(--space-40) var(--space-30); color: #fff; box-sizing: border-box; }
.hub-page .list .head { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0 var(--space-10); margin-bottom: var(--space-10); font-size: var(--font-size-12); font-weight: 600; font-family: var(--font-en); text-transform: uppercase; color: rgba(255, 255, 255, 0.72); line-height: 1.3; }
.hub-page .list .head .num { font-size: var(--font-size-30); font-weight: 700; line-height: 1; color: rgba(255, 255, 255, 0.2); }
.hub-page .list .tit { font-size: var(--font-size-24); font-weight: 700; line-height: 1.25; margin-bottom: var(--space-16); color: #fff; }
.hub-page .list .desc { font-size: var(--font-size-15); line-height: 1.65; color: rgba(255, 255, 255, 0.88); }
.hub-page .list .link-more { margin-top: var(--space-24); }
.hub-page .list .btn-line { min-width: 0; height: 44px; padding: 0 var(--space-20); font-size: var(--font-size-14); border-color: rgba(255, 255, 255, 0.85); color: #fff; }
.hub-page .list .btn-line:hover { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }

/* ===== 서브 — 상세형 ===== */
.sub-detail .detail-hero { position: relative; min-height: 52vh; overflow: hidden; margin: 0; }
.sub-detail .detail-hero .bg { position: absolute; inset: 0; margin: 0; z-index: 0; border: 0; background: #121c2e; }
.sub-detail .detail-hero .bg::before { padding-top: 42%; }
.sub-detail .detail-hero .dim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(11, 18, 32, 0.92) 0%, rgba(11, 18, 32, 0.45) 100%); }
.sub-detail .detail-hero .inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; width: 90%; margin-left: auto; margin-right: auto; min-height: 52vh; padding: var(--space-80) 0 var(--space-60); color: var(--color-text-light); box-sizing: border-box; }
.sub-detail .detail-hero .en { font-size: var(--font-size-13); font-weight: 600; font-family: var(--font-en); text-transform: uppercase; color: rgba(255, 255, 255, 0.65); margin-bottom: var(--space-12); }
.sub-detail .detail-hero .tit { font-size: var(--font-size-40); font-weight: 700; line-height: 1.2; margin-bottom: var(--space-16); }
.sub-detail .detail-hero .desc { font-size: var(--font-size-18); line-height: 1.75; color: var(--color-muted); max-width: 640px; }

.sub-detail .detail-sec { padding: var(--space-80) 0; }
.sub-detail .detail-sec:first-child { padding-top: 0; }
.sub-detail .detail-sec .head { margin-bottom: var(--space-40); }
.sub-detail .detail-sec .head .tit { font-size: var(--font-size-32); font-weight: 700; line-height: 1.3; color: var(--color-text-light); }
.sub-detail .detail-sec .head .desc { margin-top: var(--space-16); font-size: var(--font-size-17); line-height: 1.7; color: var(--color-muted); }

.sub-detail .visual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-20); list-style: none; margin: 0; padding: 0; }
.sub-detail .visual-grid .img { margin: 0; border-radius: 12px; overflow: hidden; width: 100%; }
.sub-detail .visual-grid .img.placeholder { display: block; width: 100%; aspect-ratio: 4 / 3; }
.sub-detail .visual-grid .img.placeholder::before { display: none; }

.sub-detail .info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-16); list-style: none; margin: 0; padding: 0; }
.sub-detail .info-grid li { display: flex; flex-direction: column; align-items: center; padding: 0; min-height: 0; text-align: center; background: transparent; border: 0; }
.sub-detail .info-grid .icon-slot { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; margin: 0 0 var(--space-16); border-radius: 6px; flex-shrink: 0; overflow: hidden; }
.sub-detail .info-grid figure.icon-slot { margin: 0 0 var(--space-16); background: transparent; border: 0; }
.sub-detail .info-grid .icon-slot:has(img) { background: transparent; border: 0; }
.sub-detail .info-grid .icon-slot img { width: 72px; height: 72px; max-width: 72px; max-height: 72px; object-fit: contain; object-position: center; display: block; flex-shrink: 0; }
.sub-detail .info-grid strong { display: block; font-size: var(--font-size-16); font-weight: 700; color: var(--color-text-light); margin-bottom: var(--space-6); }
.sub-detail .info-grid span { font-size: var(--font-size-14); color: var(--color-muted); }

.sub-detail .split-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-20); }
.sub-detail .split-row .item { padding: 0; background: transparent; border: 0; }
.sub-detail .split-row .thumb { margin: 0 0 var(--space-20); border-radius: 8px; overflow: hidden; border: 0; width: 100%; }
.sub-detail .split-row .thumb.placeholder { display: block; aspect-ratio: 16 / 10; }
.sub-detail .split-row .thumb.placeholder::before { display: none; }
.sub-detail .split-row .thumb img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.sub-detail .split-row .thumb:not(.placeholder)::before { display: none; }
.sub-detail .split-row .name { font-size: var(--font-size-28); font-weight: 700; color: var(--color-primary); margin-bottom: var(--space-12); }
.sub-detail .split-row .txt { font-size: var(--font-size-16); line-height: 1.7; color: var(--color-muted); }

.sub-detail .prod-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-20); list-style: none; margin: 0; padding: 0; }
.sub-detail .prod-row .item { padding: 0; text-align: center; background: transparent; border: 0; }
.sub-detail .prod-row .thumb { margin: 0 auto var(--space-16); max-width: 100%; width: 100%; border-radius: 8px; overflow: hidden; border: 0; }
.sub-detail .prod-row .thumb.placeholder { display: block; aspect-ratio: 4 / 3; }
.sub-detail .prod-row .thumb.placeholder::before { display: none; }
.sub-detail .prod-row .thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.sub-detail .prod-row .thumb:not(.placeholder)::before { display: none; }
.sub-detail .prod-row .name { font-size: var(--font-size-18); font-weight: 700; color: var(--color-text-light); }

.sub-detail .detail-sec .panel { padding: var(--space-40); }
.sub-detail .detail-sec .panel .txt { font-size: var(--font-size-17); line-height: 1.75; color: var(--color-muted); }

.sub-detail .detail-cta { margin-top: var(--space-40); padding: var(--space-60) 0; text-align: left; background: transparent; border: 0; border-radius: 0; }
.sub-detail .detail-cta .cta-box { position: relative; display: flex; align-items: flex-end; border-radius: 12px; overflow: hidden; border: 1px solid var(--color-line); aspect-ratio: 16 / 3; background: #f0f2f5; }
.sub-detail .detail-cta .cta-box::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(11, 18, 32, 0.55); pointer-events: none; }
.sub-detail .detail-cta .cta-visual { position: absolute; inset: 0; margin: 0; z-index: 0; width: 100%; height: 100%; }
.sub-detail .detail-cta .cta-visual.placeholder { display: block; aspect-ratio: unset; height: 100%; border: 0; }
.sub-detail .detail-cta .cta-visual.placeholder::before { display: none; }
.sub-detail .detail-cta .cta-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sub-detail .detail-cta .cta-foot { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: var(--space-24); width: 100%; padding: var(--space-30) var(--space-40); background: transparent; box-sizing: border-box; }
.sub-detail .detail-cta .label { font-size: var(--font-size-16); font-weight: 700; color: #FFFFFF; margin-bottom: var(--space-12); }
.sub-detail .detail-cta .tel { font-size: var(--font-size-18); margin-bottom: 0; }
.sub-detail .detail-cta .tel strong { font-size: var(--font-size-40); font-weight: 700; color: var(--color-primary); }
.sub-detail .detail-cta .link-more { margin: 0; margin-left: auto; }

/* ===== 고객문의 ===== */
body.page-sub .contact-page .contact-split { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(0, 1.5fr); gap: var(--space-60); align-items: start; }
body.page-sub .contact-page .hotline { display: flex; flex-direction: column; gap: var(--space-20); margin-bottom: 0; }
body.page-sub .contact-page .hotline .guide { margin: 0; font-size: var(--font-size-15); line-height: 1.7; color: #666; }
body.page-sub .contact-page .hotline .item { position: relative; display: flex; flex-direction: row; align-items: flex-end; gap: var(--space-20); min-height: 170px; padding: calc(var(--space-50) * 0.85) var(--space-30); border-radius: 16px; text-align: left; box-sizing: border-box; overflow: hidden; border: 0; }
body.page-sub .contact-page .hotline .item .bg { position: absolute; inset: 0; margin: 0; z-index: 0; }
body.page-sub .contact-page .hotline .item .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 18, 32, 0.15) 0%, rgba(11, 18, 32, 0.72) 100%); }
body.page-sub .contact-page .hotline .item .bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.page-sub .contact-page .hotline .cont { position: relative; z-index: 1; flex: 1; min-width: 0; }
body.page-sub .contact-page .hotline strong { display: block; font-size: var(--font-size-15); font-weight: 700; color: #FFFFFF; margin-bottom: var(--space-8); }
body.page-sub .contact-page .hotline span { font-size: var(--font-size-28); font-weight: 700; color: var(--color-primary); }
body.page-sub .contact-page .field { margin-bottom: var(--space-20); }
body.page-sub .contact-page .field label { display: block; margin-bottom: var(--space-8); font-size: var(--font-size-15); color: var(--color-dark); }
body.page-sub .contact-page .field .input { display: block; width: 100%; max-width: 100%; box-sizing: border-box; background: #fff; border: 1px solid var(--color-line); color: #333; }
body.page-sub .contact-page .field textarea.input { min-height: 160px; resize: vertical; }
body.page-sub .contact-page .field .req { color: var(--color-primary); }
body.page-sub .contact-page .privacy { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-10); margin-top: 0; font-size: var(--font-size-15); color: #666; }
body.page-sub .contact-page .privacy .btn-text { font-size: var(--font-size-13); }
body.page-sub .contact-page .privacy-box { margin-top: var(--space-16); padding: var(--space-20); background: var(--color-bg-soft); font-size: var(--font-size-14); line-height: 1.7; border-radius: 8px; color: #666; border: 1px solid var(--color-line); }
body.page-sub .contact-page .privacy-box ol { margin-top: var(--space-10); padding-left: var(--space-20); }
body.page-sub .contact-page .form-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: var(--space-16); margin-top: var(--space-30); }
body.page-sub .contact-page .form-btn { margin-top: 0; margin-left: auto; text-align: right; }
body.page-sub .contact-page .form-btn .btn-primary { min-width: 160px; }

/* ===== 서브 — 화이트 배경 콘텐츠 보조 ===== */
body.page-sub .sub-detail .detail-sec .head .tit { color: var(--color-dark); }
body.page-sub .sub-detail .detail-sec .head .desc { color: #666; }
body.page-sub .sub-detail .info-grid strong { color: var(--color-dark); }
body.page-sub .sub-detail .info-grid span { color: #666; }
body.page-sub .sub-detail .split-row .txt { color: #666; }
body.page-sub .sub-detail .prod-row .name { color: var(--color-dark); }
body.page-sub .sub-detail .detail-sec .panel .txt { color: #666; }
body.page-sub .sub-detail .detail-cta .label { color: #FFFFFF; }
body.page-sub .contact-page .hotline strong { color: #FFFFFF; }

/* GSAP reveal — CSS 초기 숨김 제거 (GSAP from()이 인라인 처리) */
@media (prefers-reduced-motion: reduce) {
  [data-reveal] .sec-top,
  [data-reveal] .benefit-row .card,
  [data-reveal] .prod-row .item,
  [data-reveal] .store-row .panel { opacity: 1; transform: none; }
  .coevo-main .prod-row .thumb.has-hover:hover,
  .coevo-main .store-row .panel.has-hover:hover { transform: none; box-shadow: none; }
  .coevo-main .benefit-row .card.has-hover:hover { margin-top: 0; box-shadow: none; }
}

/* ===== work-r2 — hero video · Hello ConnectN · product spec · ICT tabs ===== */
.coevo-main .hero-video { display: none; }
.coevo-main .hero-bg { display: block; }
.coevo-main .hello-tit { display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--space-12); font-size: clamp(40px, calc(72 / var(--inner) * 100vw), 72px); font-weight: 700; line-height: 1.08; margin-bottom: var(--space-30); text-shadow: 0 2px 24px rgba(11, 18, 32, 0.45); }
.coevo-main .hello-tit .hello { display: inline-block; opacity: 0; transform: translateY(20px); transition: opacity 0.9s ease, transform 0.9s ease; }
.coevo-main .hello-tit .connectn { display: inline-block; font-family: var(--font-en); opacity: 0; transform: translateX(48px); transition: opacity 0.9s ease 0.55s, transform 0.9s ease 0.55s; }
.coevo-main .lead-stack { display: flex; flex-direction: column-reverse; align-items: flex-start; gap: var(--space-8); max-width: 520px; }
.coevo-main .lead-stack .line { margin: 0; font-size: var(--font-size-20); line-height: 1.7; color: rgba(255, 255, 255, 0.92); text-shadow: 0 1px 16px rgba(11, 18, 32, 0.4); opacity: 0; transform: translateY(28px); }
.coevo-main .lead-stack .line.is-show { opacity: 1; transform: translateY(0); transition: opacity 0.75s ease, transform 0.75s ease; }
.coevo-main .hello-tit.is-ready .hello { opacity: 1; transform: translateY(0); }
.coevo-main .hello-tit.is-ready .connectn { opacity: 1; transform: translateX(0); }
.coevo-main .scroll-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--space-40); align-items: center; width: 100%; min-height: calc(100vh - var(--header-height) - var(--space-80)); }
.coevo-main .scroll-split .split-copy { display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-30); }
.coevo-main .scroll-split .split-visual { margin: 0; width: 100%; max-width: 560px; margin-left: auto; border-radius: 12px; overflow: hidden; border: 0; box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28); }
.coevo-main .scroll-split .split-visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; }
.coevo-main .scroll-split--cctv { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
.coevo-main .scroll-split .split-visual--cctv img { aspect-ratio: 16 / 10; }
.coevo-main .ict-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-12); list-style: none; margin: 0; padding: 0; width: 100%; max-width: 620px; margin-left: auto; }
.coevo-main .ict-trio .card { position: relative; margin: 0; border-radius: 12px; overflow: hidden; border: 0; background: rgba(255, 255, 255, 0.06); }
.coevo-main .ict-trio .card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; }
.coevo-main .ict-trio .label { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: var(--space-20) var(--space-16); font-size: var(--font-size-18); font-weight: 700; color: #fff; text-align: center; background: linear-gradient(180deg, transparent 0%, rgba(11, 18, 32, 0.82) 100%); }
.coevo-main .ict-main-cards { display: flex; flex-direction: column; gap: var(--space-12); list-style: none; margin: 0; padding: 0; width: 100%; }
.coevo-main .ict-main-cards .card { padding: var(--space-24) var(--space-28); border-radius: 12px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); box-sizing: border-box; }
.coevo-main .ict-main-cards .tag { margin: 0 0 var(--space-10); font-family: var(--font-en); font-size: var(--font-size-13); font-weight: 600; color: #7ec8d8; }
.coevo-main .ict-main-cards .name { margin: 0 0 var(--space-8); font-size: var(--font-size-22); font-weight: 700; line-height: 1.35; color: #fff; }
.coevo-main .ict-main-cards .txt { margin: 0; font-size: var(--font-size-15); line-height: 1.7; color: rgba(255, 255, 255, 0.78); word-break: keep-all; }
.coevo-main .sec-cctv .sec-inner { display: flex; flex-direction: column; gap: var(--space-40); }
.coevo-main .scroll-split--esg { min-height: 0; align-items: center; }
.coevo-main .esg-cards .thumb .img-slot { position: absolute; inset: 0; display: block; background: linear-gradient(160deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%); }
.coevo-main .esg-cards .thumb { background: #142820; }
.coevo-main .sec-esg .sec-inner { justify-content: center; }
.coevo-main .esg-copy { max-width: 640px; }
.coevo-main .esg-copy .tit { font-size: clamp(32px, calc(48 / var(--inner) * 100vw), 48px); font-weight: 700; line-height: 1.2; margin-bottom: var(--space-20); color: #fff; text-shadow: 0 2px 20px rgba(11, 18, 32, 0.35); }
.coevo-main .esg-copy .desc { font-size: var(--font-size-16); line-height: 1.65; color: rgba(255, 255, 255, 0.88); margin: 0; text-shadow: 0 1px 12px rgba(11, 18, 32, 0.3); }
@keyframes hero-hello-in { to { opacity: 1; transform: translateY(0); } }
@keyframes hero-connectn-in { to { opacity: 1; transform: translateX(0); } }
@keyframes hero-line-up { to { opacity: 1; transform: translateY(0); } }
.coevo-main .prod-row .thumb { text-decoration: none; color: inherit; }
.product-detail .badge { display: inline-block; margin-bottom: var(--space-12); padding: 4px 12px; font-size: var(--font-size-13); font-weight: 600; color: var(--color-primary); border: 1px solid var(--color-primary); border-radius: 999px; }
.product-detail .prod-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--space-40); align-items: start; }
.product-detail .prod-visual { margin: 0; border-radius: 12px; overflow: hidden; }
.product-detail .prod-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #f4f6f9; }
.product-detail .feat-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-16); }
.product-detail .feat-list li { position: relative; padding-left: var(--space-20); font-size: var(--font-size-16); line-height: 1.65; color: #666; }
.product-detail .feat-list li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; border-radius: 50%; background: var(--color-primary); }
.product-detail .power-tabs { display: flex; gap: var(--space-8); list-style: none; margin: 0 0 var(--space-24); padding: 0; }
.product-detail .power-tabs li a { display: block; min-width: 88px; padding: 10px 20px; text-align: center; font-size: var(--font-size-15); font-weight: 600; color: #666; border: 1px solid var(--color-line); border-radius: 999px; text-decoration: none; }
.product-detail .power-tabs li.active a { color: #fff; background: var(--color-primary); border-color: var(--color-primary); }
.product-detail .spec-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--color-dark); }
.product-detail .spec-table th { width: 28%; padding: var(--space-16) var(--space-20); font-size: var(--font-size-15); font-weight: 600; color: var(--color-dark); text-align: left; background: #f7f8fa; border-bottom: 1px solid var(--color-line); vertical-align: top; }
.product-detail .spec-table td { padding: var(--space-16) var(--space-20); font-size: var(--font-size-15); line-height: 1.65; color: #666; border-bottom: 1px solid var(--color-line); }
.sub-detail .txt-block { font-size: var(--font-size-17); line-height: 1.75; color: #666; }
.sub-detail .strength-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-20); counter-reset: strength; }
.sub-detail .strength-list li { padding: var(--space-24); background: #f7f8fa; border-radius: 12px; }
.sub-detail .strength-list strong { display: block; margin-bottom: var(--space-8); font-size: var(--font-size-18); color: var(--color-dark); }
.sub-detail .strength-list span { display: block; font-size: var(--font-size-15); line-height: 1.65; color: #666; }
.sub-detail .service-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-16); }
.sub-detail .service-steps li { padding: var(--space-20) var(--space-24); border: 1px solid var(--color-line); border-radius: 12px; }
.sub-detail .service-steps strong { display: block; margin-bottom: var(--space-8); font-size: var(--font-size-17); color: var(--color-dark); }
.sub-detail .service-steps span { display: block; font-size: var(--font-size-15); line-height: 1.65; color: #666; }
.ict-page .ict-tabs { display: flex; gap: var(--space-8); list-style: none; margin: 0 0 var(--space-24); padding: 0; }
.ict-page .ict-tabs li a { display: block; padding: 10px 20px; font-size: var(--font-size-15); font-weight: 600; color: #666; border: 1px solid var(--color-line); border-radius: 999px; text-decoration: none; }
.ict-page .ict-tabs li.active a { color: #fff; background: var(--color-primary); border-color: var(--color-primary); }
.ict-page .panel-tit { margin-bottom: var(--space-16); font-size: var(--font-size-18); font-weight: 700; color: var(--color-dark); }
.ict-page .stat-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--color-dark); }
.ict-page .stat-table th { padding: var(--space-14) var(--space-12); font-size: var(--font-size-14); font-weight: 600; color: var(--color-dark); background: #f7f8fa; border-bottom: 1px solid var(--color-line); text-align: center; }
.ict-page .stat-table td { padding: var(--space-16) var(--space-12); font-size: var(--font-size-20); font-weight: 700; color: var(--color-primary); border-bottom: 1px solid var(--color-line); text-align: center; }
.ict-page .ict-split .panel .name { font-size: var(--font-size-20); font-weight: 700; margin-bottom: var(--space-12); color: var(--color-dark); }
.ict-page .grade-list { list-style: none; margin: var(--space-20) 0 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-12); }
.ict-page .grade-list li { display: flex; flex-direction: column; gap: 4px; }
.ict-page .grade-list strong { font-size: var(--font-size-15); color: var(--color-dark); }
.ict-page .grade-list span { font-size: var(--font-size-13); color: #666; }
.sub-detail .lineup-row a { display: block; text-decoration: none; color: inherit; }
.cctv-page .cctv-space li { display: flex; flex-direction: column; align-items: center; gap: var(--space-8); padding: var(--space-24); background: #f7f8fa; border-radius: 12px; }
.cctv-page .cctv-space strong { font-size: var(--font-size-17); color: var(--color-dark); }
.cctv-page .cctv-space span { font-size: var(--font-size-14); color: #666; text-align: center; }
@media (max-width: 768px) {
  .product-detail .prod-intro { grid-template-columns: 1fr; }
  .sub-detail .strength-list { grid-template-columns: 1fr; }
  .ict-page .stat-table { display: block; overflow-x: auto; white-space: nowrap; }
}
@media (prefers-reduced-motion: reduce) {
  .coevo-main .hello-tit .hello,
  .coevo-main .hello-tit .connectn,
  .coevo-main .lead-stack .line { opacity: 1; transform: none; transition: none; }
  .coevo-main .hello-tit.is-ready .hello,
  .coevo-main .hello-tit.is-ready .connectn,
  .coevo-main .lead-stack .line.is-show { opacity: 1; transform: none; }
}
