@charset "UTF-8";

@font-face {
    font-family: "Pretendard Variable";
    src: url("../../assets/fonts/PretendardVariable.woff2") format("woff2");
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
}

:root {
    --blue: #2563eb;
    --blue-dark: #1747bd;
    --blue-deep: #12368f;
    --blue-soft: #edf4ff;
    --navy: #101828;
    --text: #1d2939;
    --muted: #667085;
    --light-muted: #98a2b3;
    --line: #e4e7ec;
    --surface: #f6f8fb;
    --white: #ffffff;
    --content: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: hidden; background: white; color: var(--text); font-family: "Pretendard Variable", "Noto Sans KR", Arial, sans-serif; word-break: keep-all; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -64px; z-index: 100; padding: 12px 18px; border-radius: 8px; background: var(--navy); color: white; }
.skip-link:focus { top: 16px; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 80; height: 3px; pointer-events: none; }
.scroll-progress i { display: block; width: 100%; height: 100%; background: var(--blue); transform: scaleX(0); transform-origin: left; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding-inline: max(28px, calc((100vw - var(--content)) / 2)); border-bottom: 1px solid rgba(228,231,236,.82); background: rgba(255,255,255,.93); backdrop-filter: blur(18px); transition: min-height .25s, box-shadow .25s; }
.site-header.scrolled { min-height: 64px; box-shadow: 0 8px 28px rgba(16,24,40,.06); }
.wordmark { justify-self: start; display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 21px; font-weight: 820; letter-spacing: -.04em; }
.wordmark-seal { position: relative; display: block; width: 32px; height: 32px; border-radius: 9px; overflow: hidden; background: var(--blue); }
.wordmark-seal i { position: absolute; width: 12px; height: 17px; border: 3px solid white; border-radius: 3px; transform: rotate(8deg); }
.wordmark-seal i:first-child { left: 7px; top: 6px; }
.wordmark-seal i:last-child { right: 6px; bottom: 5px; opacity: .72; }
.site-header nav { display: flex; gap: 42px; color: #344054; font-size: 14px; font-weight: 650; }
.site-header nav a { padding-block: 26px 22px; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--blue); border-color: var(--blue); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.header-contact { padding: 11px 18px; border-radius: 8px; background: var(--navy); color: white; font-size: 13px; font-weight: 720; transition: background .2s, transform .2s; }
.header-contact:hover, .header-contact:focus-visible { background: var(--blue); transform: translateY(-1px); }
.menu-button { display: none; }

.family-site { position:relative; display:flex; align-items:center; }
.family-toggle { display:inline-flex; align-items:center; gap:9px; min-height:38px; padding:0 13px; border:1px solid #d6e1f4; border-radius:999px; color:#344054; background:#f7f9fd; font:inherit; font-size:12.5px; font-weight:720; cursor:pointer; transition:color .2s,border-color .2s,background .2s,transform .2s; }
.family-toggle:hover,.family-toggle:focus-visible,.family-toggle[aria-expanded="true"] { color:var(--blue); border-color:#9bbafa; background:var(--blue-soft); transform:translateY(-1px); }
.family-symbol { display:grid; grid-template-columns:repeat(2,4px); gap:2px; flex:none; }
.family-symbol i { width:4px; height:4px; border-radius:1px; background:currentColor; }
.family-caret { width:7px; height:7px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:translateY(-2px) rotate(45deg); transition:transform .2s; }
.family-toggle[aria-expanded="true"] .family-caret { transform:translateY(2px) rotate(-135deg); }
.family-list { position:absolute; z-index:4; top:calc(100% + 18px); right:0; display:none; width:218px; margin:0; padding:8px; list-style:none; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.98); box-shadow:0 20px 52px rgba(16,24,40,.16); backdrop-filter:blur(18px); }
.family-list.open { display:block; }
.site-header .family-list a,.family-current,.family-pending { display:flex; align-items:center; justify-content:space-between; gap:10px; min-height:42px; padding:9px 12px; border:0; border-radius:9px; color:var(--text); font-size:14px; }
.site-header .family-list a:hover,.site-header .family-list a:focus-visible { color:var(--blue-dark); border:0; background:var(--blue-soft); }
.family-current { color:var(--blue-dark); background:var(--blue-soft); font-weight:750; }
.family-pending { color:var(--light-muted); }
.family-list i { padding:2px 7px; border-radius:999px; background:var(--surface); font-size:10px; font-style:normal; font-weight:700; }
.family-current i { color:white; background:var(--blue); }

.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; color: var(--blue); font-size: 14px; font-weight: 720; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(37,99,235,.1); }
.section-label { margin: 0; color: var(--blue); font-size: 14px; font-weight: 750; }
.section-label.light { color: #a9c4ff; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 9px; font-size: 15px; font-weight: 720; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.button.primary { background: var(--blue); color: white; }
.button.primary:hover, .button.primary:focus-visible { background: var(--blue-dark); transform: translateY(-2px); }
.button.secondary { border-color: #d0d5dd; background: white; color: #344054; }
.button.secondary:hover, .button.secondary:focus-visible { border-color: #98a2b3; background: #f9fafb; }
.button.white { background: white; color: var(--blue); }
.button.white:hover, .button.white:focus-visible { background: var(--blue-soft); transform: translateY(-2px); }

.hero-reframe { padding: 112px max(28px, calc((100vw - var(--content)) / 2)) 0; background: linear-gradient(180deg, #fff 0 58%, #eef4ff 100%); }
.hero-reframe-copy { max-width: var(--content); margin: 0 auto 72px; }
.hero-reframe-heading { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .45fr); align-items: end; gap: 76px; }
.hero-reframe h1 { margin: 0; color: var(--navy); font-size: clamp(54px, 6.1vw, 86px); font-weight: 770; line-height: 1.11; letter-spacing: -.065em; word-break: keep-all; text-wrap: balance; }
.hero-reframe h1 em { color: var(--blue); font-weight: inherit; font-style: normal; }
.hero-reframe-heading > div > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.78; word-break: keep-all; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.real-screen-stage { max-width: 1320px; margin: 0 auto; padding: 24px 24px 0; border-radius: 26px 26px 0 0; background: linear-gradient(135deg, #1746b7, #2c6ef3); box-shadow: 0 34px 80px rgba(31,73,165,.18); }
.real-screen-label { height: 40px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.7); font-size: 10px; }
.real-screen-label span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #94efbf; }
.real-screen-label b { padding: 6px 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; font-weight: 620; }
.real-screen-label em { display: none; align-items: center; gap: 6px; color: rgba(255,255,255,.82); font-style: normal; }
.real-screen-label em::before { content: "↔"; }
.real-screen-label em.show { display: inline-flex; }
.scroll-hint { display: none; margin: 12px 0 0; color: var(--light-muted); font-size: 11px; }
.scroll-hint.show { display: block; }
.explorer-window { min-width: 820px; border-radius: 12px 12px 0 0; overflow: hidden; background: white; box-shadow: 0 18px 54px rgba(9,30,77,.24); }
.explorer-nav { min-height: 52px; display: flex; align-items: center; gap: 19px; padding: 0 18px; overflow: hidden; background: #212f3c; color: #d7dde4; font: 9px/1 Arial, sans-serif; white-space: nowrap; }
.explorer-nav b { display: flex; align-items: center; gap: 8px; margin-right: 3px; color: white; font-size: 13px; }
.explorer-nav b i { width: 19px; height: 19px; border-radius: 4px; background: #fcf3cf; box-shadow: inset 0 0 0 5px #212f3c; }
.explorer-nav span { opacity: .72; }
.explorer-nav span.active { color: white; opacity: 1; }
.explorer-nav small { margin-left: auto; }
.explorer-body { min-height: 430px; padding: 24px 26px 20px; color: #343a40; font-family: Arial, "Pretendard Variable", sans-serif; }
.explorer-title { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.explorer-title h2 { margin: 0; color: #2c333a; font-size: 21px; }
.explorer-title > div { display: flex; gap: 8px; }
.explorer-title label { height: 30px; display: flex; align-items: center; padding-left: 11px; border: 1px solid #ced4da; border-radius: 4px; color: #59636d; font-size: 8px; white-space: nowrap; overflow: hidden; }
.explorer-title label b { min-width: 55px; height: 100%; display: grid; place-items: center; margin-left: 11px; padding: 0 10px; border-left: 1px solid #ced4da; }
.directory-row { min-height: 58px; display: flex; align-items: center; gap: 9px; margin-top: 22px; border-top: 1px solid #e1e5ea; }
.directory-row > span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #ced4da; border-radius: 3px; color: #0d6efd; }
.directory-row b, .directory-row p { font-size: 9px; }
.directory-row p { margin: 0; }
.directory-row small { color: #7c8793; font-size: 8px; }
.directory-row label { display: flex; align-items: center; gap: 6px; margin-left: auto; color: #66717d; font-size: 8px; }
.directory-row label i { width: 22px; height: 12px; border-radius: 8px; background: #d9dee4; }
.explorer-table { border: 1px solid #cfd8e3; border-bottom: 0; }
.explorer-table > div { min-height: 45px; display: grid; grid-template-columns: 42px 52px 1.35fr 70px 75px 90px 90px 68px; align-items: center; border-bottom: 1px solid #dfe4ea; color: #4e5965; font-size: 8px; }
.explorer-table > div > * { min-width: 0; padding: 0 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.explorer-table .explorer-head { min-height: 38px; background: #cfe2ff; color: #2f3b49; font-weight: 700; }
.explorer-table b { color: #27313b; font-size: 9px; }
.type { display: inline-grid; place-items: center; padding: 4px 5px; border-radius: 3px; color: white; font-size: 6px; font-style: normal; font-weight: 700; }
.type.folder { background: #6c757d; }
.type.jpg { background: #198754; }
.type.pdf { background: #dc3545; }
.explorer-table button { justify-self: start; padding: 4px 6px; border: 1px solid #6c757d; border-radius: 3px; background: white; color: #495057; font-size: 7px; }
.explorer-actions { display: flex; gap: 7px; margin-top: 15px; }
.explorer-actions span { flex: 1; }
.explorer-actions button { padding: 7px 10px; border: 1px solid #6c757d; border-radius: 4px; background: white; color: #495057; font-size: 8px; }
.explorer-actions button.upload { border-color: #0d6efd; background: #0d6efd; color: white; }

.product-thesis { max-width: var(--content); display: grid; grid-template-columns: 120px 1fr; gap: 38px; margin: 0 auto; padding: 150px 0 135px; }
.thesis-index { border-right: 1px solid var(--line); }
.thesis-index span { display: block; color: var(--blue); font-size: 28px; font-weight: 760; letter-spacing: -.05em; }
.thesis-index p { margin: 9px 0 0; color: var(--light-muted); font-size: 12px; }
.thesis-copy > p { margin: 0 0 20px; color: var(--muted); font-size: 15px; }
.thesis-copy h2 { max-width: 920px; margin: 0; color: var(--navy); font-size: clamp(43px,5vw,66px); font-weight: 740; line-height: 1.23; letter-spacing: -.055em; word-break: keep-all; text-wrap: balance; }
.thesis-copy h2 em { color: var(--blue); font-style: normal; font-weight: inherit; }
.thesis-values { grid-column: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; margin-top: 70px; }
.thesis-values article { padding-top: 24px; border-top: 2px solid var(--navy); }
.thesis-values b { color: var(--navy); font-size: 20px; }
.thesis-values p { min-height: 70px; margin: 12px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.65; word-break: keep-all; }
.thesis-values span { color: var(--blue); font: 700 9px/1 Arial,sans-serif; letter-spacing: .04em; }

.module-section { display: grid; grid-template-columns: 360px 1fr; gap: 90px; padding: 130px max(28px,calc((100vw - var(--content))/2)); background: var(--surface); }
.module-heading { align-self: start; position: sticky; top: 104px; }
.module-heading h2 { margin: 15px 0 0; color: var(--navy); font-size: 42px; line-height: 1.28; letter-spacing: -.05em; word-break: keep-all; text-wrap: balance; }
.module-heading > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72; word-break: keep-all; }
.module-list { border-top: 1px solid #cfd6e1; }
.module-list article { min-height: 152px; display: grid; grid-template-columns: 54px 200px 1fr 132px; align-items: center; gap: 22px; border-bottom: 1px solid #cfd6e1; transition: padding .2s, background .2s; }
.module-list article:hover { padding-inline: 18px; background: white; }
.module-list article > span { color: var(--blue); font-size: 12px; font-weight: 750; }
.module-list h3 { margin: 0; color: var(--navy); font-size: 22px; letter-spacing: -.035em; }
.module-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.67; word-break: keep-all; }
.module-list small { justify-self: end; color: var(--light-muted); font-size: 10px; text-align: right; }

.document-system { padding: 140px max(28px,calc((100vw - var(--content))/2)); background: linear-gradient(180deg,#fff 0%,#edf4ff 100%); }
.document-system-head { display:grid; grid-template-columns:minmax(0,1fr) 430px; align-items:end; gap:80px; }
.document-system-head h2 { margin:14px 0 0; color:var(--navy); font-size:clamp(43px,5vw,66px); font-weight:740; line-height:1.2; letter-spacing:-.055em; text-wrap:balance; }
.document-system-head h2 em { color:var(--blue); font-style:normal; font-weight:inherit; }
.document-system-head > p { margin:0; color:var(--muted); font-size:15px; line-height:1.78; word-break:keep-all; }
.document-workspace { margin-top:66px; overflow:hidden; border:1px solid #cfdaea; border-radius:20px; background:white; box-shadow:0 30px 80px rgba(29,70,156,.15); }
.document-window-bar { min-height:52px; display:flex; align-items:center; gap:18px; padding:0 20px; background:#172235; color:#c7d1df; font:10px/1 Arial,"Pretendard Variable",sans-serif; }
.document-window-bar b { color:white; font-size:13px; }
.document-window-bar small { margin-left:auto; color:#8290a4; }
.document-window-toolbar { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:22px; padding:14px 22px; border-bottom:1px solid #dde4ee; }
.document-window-toolbar > div { display:flex; flex-direction:column; gap:5px; }
.document-window-toolbar strong { color:#202c3a; font-size:17px; }
.document-window-toolbar small { color:#8a96a5; font-size:10px; }
.document-window-toolbar > button { padding:10px 14px; border:0; border-radius:6px; background:var(--blue); color:white; font-size:11px; font-weight:700; }
.document-window-body { display:grid; grid-template-columns:210px minmax(0,1fr); min-height:490px; font-family:Arial,"Pretendard Variable",sans-serif; }
.document-pocket { padding:22px 16px; border-right:1px solid #dde4ee; background:#f6f8fb; }
.document-pocket > p { margin:0 8px 12px; color:#8490a0; font-size:9px; font-weight:700; }
.document-pocket > span { min-height:42px; display:flex; align-items:center; justify-content:space-between; padding:0 12px; border-radius:7px; color:#596574; font-size:11px; }
.document-pocket > span b { min-width:24px; padding:3px 6px; border-radius:10px; background:#e1e6ed; color:#738092; font-size:8px; text-align:center; }
.document-pocket > span.active { color:#1747bd; background:#e5efff; font-weight:700; }
.document-pocket > span.active b { color:white; background:var(--blue); }
.document-pocket > div { margin:22px 4px 0; padding-top:18px; border-top:1px solid #d8e0ea; }
.document-pocket > div small,.document-pocket > div strong { display:block; }
.document-pocket > div small { color:#8b96a4; font-size:8px; }
.document-pocket > div strong { margin-top:8px; color:#344150; font-size:10px; }
.document-canvas { min-width:0; padding:22px; background:#fbfcfe; }
.document-canvas-head { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.document-canvas-head p { display:flex; flex-direction:column; gap:5px; margin:0; }
.document-canvas-head p b { color:#293544; font-size:14px; }
.document-canvas-head p span { color:#8b96a4; font-size:9px; }
.document-canvas-head > div { display:flex; gap:7px; }
.document-canvas-head button { padding:8px 10px; border:1px solid #c9d2df; border-radius:5px; background:white; color:#536071; font-size:9px; }
.document-canvas-head button.save { border-color:var(--blue); color:white; background:var(--blue); }
.document-pages { display:grid; grid-template-columns:repeat(4,minmax(110px,1fr)); gap:16px; margin-top:22px; }
.document-pages article { position:relative; min-width:0; padding:10px; border:1px solid #d7dfea; border-radius:9px; background:white; transition:border-color .2s,box-shadow .2s; }
.document-pages article.selected { border-color:#4d7eea; box-shadow:0 0 0 2px rgba(37,99,235,.11); }
.document-pages article > span { position:absolute; top:13px; right:12px; z-index:1; color:#9aa5b2; font-size:10px; letter-spacing:-2px; }
.document-pages article > b,.document-pages article > small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.document-pages article > b { margin-top:10px; color:#303c4b; font-size:10px; }
.document-pages article > small { margin-top:5px; color:#939eab; font-size:8px; }
.document-pages article.selected > small { color:var(--blue); }
.document-paper { position:relative; aspect-ratio:3 / 4; padding:24% 16% 12%; overflow:hidden; border:1px solid #e0e5ec; border-radius:3px; background:white; box-shadow:0 8px 20px rgba(38,54,78,.08); }
.document-paper::before { content:""; position:absolute; top:0; right:0; width:24%; aspect-ratio:1; background:linear-gradient(225deg,#f2f4f7 50%,#d8dee7 51%,#fff 54%); }
.document-paper em { position:absolute; top:9%; left:11%; padding:3px 5px; border-radius:3px; background:#e33d4f; color:white; font-size:6px; font-style:normal; font-weight:700; }
.document-paper i { display:block; height:4px; margin-top:10px; border-radius:3px; background:#dbe2eb; }
.document-paper i:nth-of-type(2) { width:78%; }
.document-paper i:nth-of-type(3) { width:88%; margin-top:22%; }
.document-paper i:nth-of-type(4) { width:62%; }
.document-tag { min-height:60px; display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:20px; padding:11px 14px; border:1px solid #d7dfea; border-radius:8px; background:white; }
.document-tag div { min-width:0; }
.document-tag small,.document-tag strong { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.document-tag small { color:#8d98a5; font-size:8px; }
.document-tag strong { margin-top:5px; color:#344150; font-size:10px; }
.document-tag > span { flex:none; padding:7px 10px; border-radius:5px; color:var(--blue); background:var(--blue-soft); font-size:8px; font-weight:700; }
.document-capabilities { display:grid; grid-template-columns:repeat(5,1fr); margin-top:60px; border-top:1px solid #c9d7ec; }
.document-capabilities article { min-height:230px; padding:30px 22px 12px 0; }
.document-capabilities article + article { padding-left:22px; border-left:1px solid #c9d7ec; }
.document-capabilities span { color:var(--blue); font-size:10px; font-weight:750; }
.document-capabilities h3 { margin:26px 0 0; color:var(--navy); font-size:20px; letter-spacing:-.035em; }
.document-capabilities p { margin:14px 0 0; color:var(--muted); font-size:13px; line-height:1.7; word-break:keep-all; }

.workflow-section-v2 { padding: 135px max(28px,calc((100vw - var(--content))/2)); background: var(--navy); color: white; }
.workflow-v2-head { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 70px; margin-bottom: 68px; }
.workflow-v2-head h2 { margin: 14px 0 0; font-size: clamp(40px,4.6vw,60px); line-height: 1.2; letter-spacing: -.055em; word-break: keep-all; text-wrap: balance; }
.workflow-v2-head > p { margin: 0; color: #9eabbf; font-size: 15px; line-height: 1.72; word-break: keep-all; }
.pipeline { border-top: 1px solid rgba(255,255,255,.16); }
.pipeline-steps { display: grid; grid-template-columns: repeat(5,1fr); }
.pipeline-step { position: relative; min-height: 145px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 11px; padding: 20px 24px; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); background: transparent; color: #7f8da4; cursor: pointer; text-align: left; transition: background .2s,color .2s; }
.pipeline-step + .pipeline-step { border-left: 1px solid rgba(255,255,255,.16); }
.pipeline-step span { font-size: 10px; }
.pipeline-step b { font-size: 19px; }
.pipeline-step i { position: absolute; right: -9px; top: calc(50% - 9px); z-index: 2; width: 18px; height: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: var(--navy); }
.pipeline-step i::after { content: "›"; position: absolute; inset: 0; color: #7f8da4; font-style: normal; font-size: 14px; line-height: 15px; text-align: center; }
.pipeline-step:hover,.pipeline-step:focus-visible,.pipeline-step.active { background: #182643; color: white; }
.pipeline-step.active::after { content:""; position:absolute; left:0; right:0; bottom:-1px; height:3px; background:#6f9bff; }
.pipeline-detail { min-height: 240px; display: grid; grid-template-columns: 100px 180px 1fr 170px; align-items: center; gap: 30px; padding: 38px 24px; }
.pipeline-detail > span { color: #4776df; font-size: 65px; font-weight: 760; letter-spacing: -.07em; }
.pipeline-detail small { display: block; margin-bottom: 7px; color: #728198; font-size: 10px; }
.pipeline-detail h3 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.pipeline-detail > p { margin: 0; color: #b0bac9; font-size: 15px; line-height: 1.72; word-break: keep-all; }
.pipeline-detail > b { justify-self: end; color: #7fa5fb; font: 700 10px/1.5 Arial,sans-serif; text-align: right; }

.operation-screens { padding: 140px max(28px,calc((100vw - var(--content))/2)); background: white; }
.screen-section-head { max-width: 760px; margin-bottom: 58px; }
.screen-section-head h2 { margin: 14px 0 0; color: var(--navy); font-size: clamp(42px,4.7vw,60px); line-height: 1.2; letter-spacing: -.055em; text-wrap: balance; }
.screen-section-head > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.screen-mosaic { display: grid; grid-template-columns: minmax(0,1.38fr) minmax(300px,.62fr); gap: 22px; align-items: start; }
.policy-screen,.batch-screen { border: 1px solid #d7dfea; border-radius: 16px; overflow: hidden; background: white; box-shadow: 0 24px 60px rgba(38,62,111,.1); }
.batch-screen { margin-top: 86px; }
.mock-bar { min-height: 52px; display: flex; align-items: center; gap: 18px; padding: 0 17px; background: #212f3c; color: #d9e0e7; font: 9px/1 Arial,sans-serif; }
.mock-bar b { color: white; font-size: 12px; }
.mock-bar small { margin-left: auto; color: #9aa8b5; }
.mock-body { min-height: 370px; padding: 24px; font-family: Arial,"Pretendard Variable",sans-serif; }
.mock-title { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.mock-title h3 { margin: 0; color: #2d3339; font-size: 19px; }
.mock-title > div { display: flex; align-items: center; border: 1px solid #ced4da; border-radius: 3px; overflow: hidden; color: #606a74; font-size: 7px; }
.mock-title > div > * { height: 27px; display: grid; place-items: center; padding: 0 8px; border-right: 1px solid #ced4da; }
.mock-title > div b { min-width: 66px; justify-items: start; font-weight: 400; }
.mock-title button { border: 0; background: #0d6efd; color: white; }
.policy-table { margin-top: 24px; border: 1px solid #cfd8e3; border-bottom: 0; }
.policy-table > div { min-height: 48px; display: grid; grid-template-columns: 45px 1fr 90px 1fr 70px 95px 90px; align-items: center; border-bottom: 1px solid #dfe4ea; color: #55606b; font-size: 8px; }
.policy-table > div:first-child { min-height: 38px; background: #cfe2ff; color: #303a45; }
.policy-table > div > * { min-width:0; padding:0 7px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.policy-table strong { color:#25303b; }
.policy-table em,.policy-table i { justify-self:start; padding:4px 7px; border-radius:10px; background:#198754; color:white; font-size:6px; font-style:normal; }
.policy-table i { background:#6c757d; }
.mock-primary { float:right; margin-top:14px; padding:7px 11px; border:0; border-radius:4px; background:#0d6efd; color:white; font-size:8px; }
.batch-body { min-height: 360px; padding: 25px 22px; font-family: Arial,"Pretendard Variable",sans-serif; }
.batch-body h3 { margin:0; color:#2d3339; font-size:18px; }
.batch-search { display:flex; align-items:center; margin-top:21px; border:1px solid #ced4da; border-radius:3px; overflow:hidden; color:#66717b; font-size:7px; }
.batch-search > * { min-height:28px; display:grid; place-items:center; padding:0 8px; border-right:1px solid #ced4da; }
.batch-search b { flex:1; justify-items:start; color:#9aa2aa; font-weight:400; }
.batch-search button { border:0; background:#0d6efd; color:white; }
.batch-list { margin-top:19px; border-top:1px solid #cfd8e3; }
.batch-list > div { min-height:60px; display:grid; grid-template-columns:1fr 100px 58px 40px; align-items:center; gap:6px; border-bottom:1px solid #dfe4ea; font-size:8px; }
.batch-list span { color:#28323d; font-weight:700; }
.batch-list small { color:#7c8690; overflow:hidden; text-overflow:ellipsis; }
.batch-list time { color:#7c8690; white-space:nowrap; }
.batch-list em,.batch-list i { justify-self:start; padding:4px 6px; border-radius:10px; background:#198754; color:white; font-size:6px; font-style:normal; }
.batch-list i { background:#6c757d; }
.batch-body > p { margin:17px 0 0; color:#8a949e; font-size:8px; }

.architecture-v2 { display: grid; grid-template-columns: 410px 1fr; gap: 85px; padding: 140px max(28px,calc((100vw - var(--content))/2)); background: linear-gradient(135deg,#12368f,#1e58d1); color: white; }
.architecture-v2-copy h2 { margin:14px 0 0; font-size:clamp(34px,3.05vw,44px); line-height:1.24; letter-spacing:-.05em; }
.architecture-v2-copy > p:not(.section-label) { margin:22px 0 0; color:#c4d2ef; font-size:15px; line-height:1.72; word-break:keep-all; }
.architecture-v2-copy > a { display:inline-flex; gap:26px; margin-top:32px; padding-bottom:7px; border-bottom:1px solid rgba(255,255,255,.65); font-size:13px; font-weight:700; }
.connection-map { display:grid; grid-template-columns:1fr; gap:14px; padding:30px; border:1px solid rgba(255,255,255,.2); border-radius:20px; background:rgba(9,33,88,.28); }
.connection-layer > p { display:flex; align-items:baseline; flex-wrap:wrap; gap:4px 9px; margin:0 0 11px; color:#e6edfc; font-size:12px; font-weight:700; }
.connection-layer > p span { color:#9db6e8; font-size:11px; font-weight:500; }
.connection-sources,.connection-data { display:grid; grid-template-columns:repeat(4,1fr); gap:9px; }
.connection-data { grid-template-columns:repeat(3,1fr); }
.connection-sources span,.connection-data span { min-height:66px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; padding:11px 8px; border:1px solid rgba(255,255,255,.19); border-radius:9px; background:rgba(255,255,255,.07); color:#eaf1ff; font-size:12px; font-weight:620; text-align:center; }
.connection-sources span b,.connection-data span b { color:#9db6e8; font-size:10px; font-weight:500; }
.connection-flow { height:32px; display:flex; align-items:center; justify-content:center; gap:24px; font-style:normal; }
.connection-flow b { display:inline-flex; align-items:center; gap:6px; color:#bacef4; font-size:11px; font-weight:600; }
.connection-flow b::before { font-size:14px; line-height:1; }
.connection-flow b:first-child::before { content:"↓"; }
.connection-flow b:last-child::before { content:"↑"; }
.connection-core { min-height:140px; display:flex; flex-direction:column; align-items:center; justify-content:center; border-radius:13px; background:white; color:var(--navy); box-shadow:0 18px 42px rgba(6,24,65,.22); }
.connection-core small { color:var(--blue); font-size:10px; font-weight:720; }
.connection-core b { margin-top:7px; font-size:30px; letter-spacing:-.05em; }
.connection-core p { margin:10px 0 0; color:var(--muted); font:700 9px/1 Arial,sans-serif; }
.connection-note { margin:2px 0 0; color:#a8bde4; font-size:11px; line-height:1.62; }
.architecture-facts { grid-column:1 / -1; display:grid; grid-template-columns:repeat(3,1fr); gap:35px; margin-top:12px; padding-top:40px; border-top:1px solid rgba(255,255,255,.2); }
.architecture-facts article { display:grid; grid-template-columns:38px 1fr; gap:15px; }
.architecture-facts article > span { color:#a9c4ff; font-size:11px; font-weight:750; }
.architecture-facts h3 { margin:0; font-size:17px; }
.architecture-facts p { margin:8px 0 0; color:#b9c8e7; font-size:13px; line-height:1.62; }

.contact-v2 { max-width:var(--content); display:grid; grid-template-columns:1.15fr .85fr; gap:110px; align-items:end; margin:0 auto; padding:135px 0; }
.contact-v2 > div:first-child > p { margin:0 0 15px; color:var(--blue); font-size:14px; font-weight:750; }
.contact-v2 h2 { margin:0; color:var(--navy); font-size:clamp(44px,5.1vw,66px); line-height:1.2; letter-spacing:-.06em; text-wrap: balance; }
.contact-v2 > div:nth-child(2) > p { margin:0 0 28px; color:var(--muted); font-size:15px; line-height:1.72; }
.contact-v2 .button.white { background:var(--navy); color:white; }
.contact-v2 .button.white:hover { background:var(--blue); }
.contact-v2 .contact-email { display:block; width:max-content; margin-top:13px; color:var(--light-muted); border-bottom:1px solid var(--line); font-size:12px; }
.contact-v2 .contact-email:hover { color:var(--blue); }

footer { max-width:var(--content); margin:0 auto; padding:0 0 38px; }
.footer-brand { min-height:125px; display:flex; align-items:center; justify-content:space-between; gap:30px; border-bottom:1px solid var(--line); }
.footer-brand p { color:var(--muted); font-size:13px; }
.footer-info { display:flex; gap:28px; padding-top:27px; color:#475467; font-size:12px; }
.footer-bottom { display:flex; justify-content:space-between; gap:30px; padding-top:18px; color:var(--light-muted); font-size:11px; }
.footer-bottom a { color:#667085; text-decoration:underline; text-underline-offset:3px; }

[data-reveal] { opacity:0; transform:translateY(22px); transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1); }
[data-reveal].visible { opacity:1; transform:translateY(0); }

@media(max-width:1120px){
    .site-header { gap:22px; }
    .site-header nav { gap:24px; }
    .product-thesis,.contact-v2 { margin-inline:5vw; }
    .module-section { grid-template-columns:310px 1fr; gap:55px; }
    .module-list article { grid-template-columns:42px 165px 1fr 105px; }
    .document-system-head { grid-template-columns:minmax(0,1fr) 360px; gap:55px; }
    .document-pages { gap:11px; }
    .document-capabilities article { padding-right:16px; }
    .document-capabilities article + article { padding-left:16px; }
    .architecture-v2 { grid-template-columns:350px 1fr; gap:55px; }
}

@media(max-width:960px){
    .site-header { grid-template-columns:1fr auto auto; padding-inline:24px; }
    .site-header nav { position:absolute; left:0; right:0; top:100%; display:grid; gap:0; padding:8px 24px 18px; border-bottom:1px solid var(--line); background:white; transform:scaleY(0); transform-origin:top; opacity:0; pointer-events:none; transition:transform .22s,opacity .2s; }
    .site-header nav.open { transform:scaleY(1); opacity:1; pointer-events:auto; }
    .site-header nav a { padding:15px 0; border-bottom:1px solid var(--line); }
    .menu-button { width:42px; height:42px; display:grid; place-content:center; gap:6px; border:1px solid var(--line); border-radius:8px; background:transparent; cursor:pointer; }
    .menu-button i { display:block; width:18px; height:1px; background:var(--navy); transition:transform .2s; }
    .menu-button[aria-expanded="true"] i:first-child { transform:translateY(3.5px) rotate(45deg); }
    .menu-button[aria-expanded="true"] i:last-child { transform:translateY(-3.5px) rotate(-45deg); }
    .hero-reframe { padding-top:86px; }
    .hero-reframe-heading { grid-template-columns:1fr; align-items:start; gap:32px; }
    .hero-reframe-heading > div { max-width:650px; }
    .real-screen-stage { overflow-x:auto; }
    .product-thesis { grid-template-columns:80px 1fr; padding-block:110px; }
    .thesis-values { grid-template-columns:repeat(2,1fr); }
    .module-section { grid-template-columns:1fr; padding-block:105px; }
    .module-heading { position:static; max-width:650px; }
    .module-list article { grid-template-columns:42px 190px 1fr 110px; }
    .document-system { padding-block:105px; }
    .document-system-head { grid-template-columns:1fr; align-items:start; gap:28px; }
    .document-system-head > p { max-width:690px; }
    .document-window-body { grid-template-columns:180px minmax(0,1fr); }
    .document-pages { grid-template-columns:repeat(2,minmax(120px,1fr)); }
    .document-paper { aspect-ratio:4 / 3; }
    .document-capabilities { grid-template-columns:repeat(3,1fr); }
    .document-capabilities article:nth-child(4) { padding-left:0; border-left:0; }
    .workflow-v2-head { grid-template-columns:1fr; gap:25px; }
    .workflow-v2-head > p { max-width:650px; }
    .explorer-window { min-width:560px; }
    .explorer-table > div { grid-template-columns:34px 44px 1.3fr 76px 84px 58px; }
    .explorer-table > div > *:nth-child(4),
    .explorer-table > div > *:nth-child(6) { display:none; }
    .pipeline-steps { grid-template-columns:repeat(2,1fr); }
    .pipeline-step { min-height:118px; }
    .pipeline-step:nth-child(odd) { border-left:0; }
    .pipeline-step:last-child { grid-column:1 / -1; }
    .pipeline-step i { display:none; }
    .pipeline-detail { grid-template-columns:80px 160px 1fr; }
    .pipeline-detail > b { grid-column:2 / -1; justify-self:start; }
    .screen-mosaic { grid-template-columns:1fr; }
    .batch-screen { width:70%; margin-top:0; margin-left:auto; }
    .architecture-v2 { grid-template-columns:1fr; }
    .architecture-v2-copy { max-width:650px; }
    .contact-v2 { grid-template-columns:1fr; gap:42px; padding-block:105px; }
    .contact-v2 > div:nth-child(2) { max-width:560px; }
    footer { margin-inline:5vw; }
}

@media(max-width:680px){
    html { scroll-padding-top: 80px; }
    .site-header { min-height:64px; gap:10px; padding-inline:18px; }
    .site-header.scrolled { min-height:60px; }
    .wordmark { font-size:18px; }
    .wordmark-seal { width:29px; height:29px; }
    .wordmark-seal i { width:10px; height:15px; border-width:2px; }
    .header-actions { gap:8px; }
    /* 좁은 화면에서는 패밀리사이트를 아이콘만 남긴다. 이름은 button 의 aria-label 로 남아 있다. */
    .family-label { display:none; }
    .family-toggle { gap:7px; padding:0 10px; }
    .header-contact { padding:10px 12px; font-size:12px; }
    .hero-reframe { padding:66px 14px 0; }
    .hero-reframe-copy { margin:0 8px 48px; }
    .hero-reframe h1 { font-size:clamp(40px,12.2vw,54px); }
    .hero-reframe-heading > div > p { font-size:15px; }
    .hero-actions { flex-direction:column; }
    .hero-actions .button { width:100%; }
    .real-screen-stage { padding:14px 12px 0; border-radius:18px 18px 0 0; }
    .real-screen-label { height:35px; }
    .product-thesis { grid-template-columns:1fr; gap:35px; margin-inline:22px; padding-block:82px; }
    .thesis-index { display:flex; align-items:center; gap:12px; padding-bottom:17px; border-right:0; border-bottom:1px solid var(--line); }
    .thesis-index p { margin:0; }
    .thesis-copy h2 { font-size:clamp(36px,10.5vw,46px); }
    .thesis-values { grid-column:1; grid-template-columns:1fr; gap:30px; margin-top:20px; }
    .thesis-values p { min-height:0; }
    .module-section { gap:42px; padding:82px 22px; }
    .module-heading h2 { font-size:36px; }
    .module-list article { min-height:0; grid-template-columns:34px 1fr; gap:10px 12px; padding:25px 0; }
    .module-list article:hover { padding-inline:10px; }
    .module-list h3 { font-size:20px; }
    .module-list p { grid-column:2; font-size:13px; }
    .module-list small { grid-column:2; justify-self:start; }
    .document-system { padding:82px 14px; }
    .document-system-head { margin-inline:8px; }
    .document-system-head h2 { font-size:36px; }
    .document-workspace { margin-top:44px; border-radius:14px; }
    .document-window-bar { padding-inline:14px; }
    .document-window-bar span { display:none; }
    .document-window-toolbar { align-items:flex-start; }
    .document-window-body { grid-template-columns:1fr; }
    .document-pocket { display:grid; grid-template-columns:repeat(3,1fr); gap:5px; padding:14px; border-right:0; border-bottom:1px solid #dde4ee; }
    .document-pocket > p { grid-column:1 / -1; }
    .document-pocket > span { padding-inline:8px; }
    .document-pocket > div { grid-column:1 / -1; margin:8px 4px 0; padding-top:12px; }
    .document-canvas { padding:14px; }
    .document-canvas-head { align-items:flex-start; }
    .document-canvas-head > div { display:grid; grid-template-columns:repeat(3,1fr); }
    .document-pages { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .document-paper { aspect-ratio:3 / 4; }
    .document-capabilities { grid-template-columns:1fr; margin:42px 8px 0; }
    .document-capabilities article { min-height:0; padding:26px 0; border-bottom:1px solid #c9d7ec; }
    .document-capabilities article + article { padding-left:0; border-left:0; }
    .document-capabilities h3 { margin-top:12px; }
    .workflow-section-v2 { padding:82px 22px; }
    .workflow-v2-head h2 { font-size:36px; }
    .pipeline-steps { grid-template-columns:1fr; }
    .pipeline-step { min-height:0; flex-direction:row; align-items:center; gap:14px; padding:17px 16px; }
    .pipeline-step + .pipeline-step { border-left:0; }
    .pipeline-detail { min-height:330px; grid-template-columns:65px 1fr; align-items:start; gap:18px; padding:32px 8px; }
    .pipeline-detail > span { font-size:47px; }
    .pipeline-detail > p { grid-column:1 / -1; font-size:14px; }
    .pipeline-detail > b { grid-column:1 / -1; }
    .operation-screens { padding:82px 14px; }
    .screen-section-head { margin-inline:8px; }
    .screen-section-head h2 { font-size:36px; }
    .policy-screen { overflow-x:auto; }
    .policy-screen > * { min-width:520px; }
    .policy-table > div { grid-template-columns:40px 1fr 84px 66px 92px; }
    .policy-table > div > *:nth-child(4),
    .policy-table > div > *:nth-child(7) { display:none; }
    .batch-screen { width:100%; }
    .architecture-v2 { gap:48px; padding:82px 22px; }
    .architecture-v2-copy h2 { font-size:36px; }
    .connection-map { padding:18px; }
    .connection-sources { grid-template-columns:repeat(2,1fr); }
    .connection-data { grid-template-columns:1fr; }
    .connection-flow { gap:16px; }
    .connection-core { min-height:125px; }
    .architecture-facts { grid-template-columns:1fr; gap:24px; }
    .contact-v2 { gap:35px; margin-inline:22px; padding-block:82px; }
    .contact-v2 h2 { font-size:38px; }
    footer { margin-inline:22px; }
    .footer-brand { align-items:flex-start; flex-direction:column; justify-content:center; gap:14px; }
    .footer-brand p { margin:0; }
    .footer-info { flex-direction:column; gap:8px; }
    .footer-bottom { flex-direction:column-reverse; gap:10px; }
}

@media(prefers-reduced-motion:reduce){
    html { scroll-behavior:auto; }
    *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
    [data-reveal] { opacity:1; transform:none; }
}
