/* =========================================================
   ShareWBS 홍보 페이지
   - 색은 서비스 콘솔(console.sharewbs.com)에서 가져왔다.
     검은 상단 바 · 앰버 로고 마크 · 파란 액션 버튼.
   - 커스텀 media query 를 쓰지 않는다. 반응형은 Bootstrap 유틸리티(col-*, d-*-*)로 처리.
   - 유동 크기가 필요한 곳은 clamp() 로 해결한다.
   ========================================================= */

:root {
    --sw-primary: #4D83F5;
    --sw-primary-dark: #3667D6;
    --sw-primary-light: #EBF1FE;

    /* 콘솔 로고 마크의 앰버. 포인트로만 쓰고 넓은 면에 깔지 않는다 */
    --sw-accent: #FFC435;
    --sw-accent-dark: #9A6E05;
    --sw-accent-light: #FFF6E0;

    --sw-ink: #16161C;
    --sw-ink-soft: #26262F;
    --sw-heading: #1D1D2B;
    --sw-body: #575C6B;
    --sw-muted: #8A8E9C;
    --sw-surface: #FBFCFE;
    --sw-surface-deep: #F2F6FB;
    --sw-border: #E3E8F0;
    --sw-border-light: #EFF3F8;
    --sw-radius: 12px;
    --sw-max-width: 1160px;
    --sw-section-gap: clamp(56px, 7vw, 104px);

    /* 움직임 곡선 — 나타나는 요소와 누름 반응 */
    --sw-ease-out: cubic-bezier(0.23, 1, 0.32, 1);

    /* 통계 구분 — 콘솔 차트가 쓰는 색 그대로 */
    --sw-work: #3399CC;
    --sw-etc: #993399;
    --sw-idle: #CC6633;
    --sw-active: #10B981;
    --sw-alert: #EF4444;
}

body {
    font-family: 'Pretendard Variable', Pretendard, -apple-system, 'Segoe UI', 'Malgun Gothic', sans-serif;
    color: var(--sw-body);
    background-color: var(--sw-surface);
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}

/* 영어 화면은 라틴 글꼴을 앞에 둔다 */
html:lang(en) body {
    font-family: 'Plus Jakarta Sans', 'Pretendard Variable', Pretendard, -apple-system, 'Segoe UI', 'Malgun Gothic', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--sw-heading);
    font-weight: 700;
    letter-spacing: -0.02em;
}

a { text-decoration: none; color: inherit; }

img { max-width: 100%; height: auto; }

html { scroll-behavior: smooth; }

/* ---------- 레이아웃 ---------- */

.sw-container {
    max-width: var(--sw-max-width);
    margin-inline: auto;
    padding-inline: clamp(16px, 4.5vw, 24px);
}

.sw-section { padding-block: var(--sw-section-gap); }

.sw-section-surface { background-color: #fff; }

.sw-section-title {
    font-size: clamp(1.5rem, 2.6vw, 2.125rem);
    line-height: 1.35;
    margin-bottom: 12px;
}

.sw-section-lead {
    font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
    line-height: 1.75;
    margin-bottom: 0;
}

.sw-eyebrow {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--sw-primary-dark);
    background-color: var(--sw-primary-light);
    border-radius: 999px;
    padding: 5px 14px;
    margin-bottom: 16px;
}

/* 앵커 이동 시 sticky nav 에 제목이 가리지 않도록 */
.sw-anchor { scroll-margin-top: 84px; }

/* ---------- 버튼 ---------- */

.sw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
    border-radius: var(--sw-radius);
    padding: 12px 22px;
    border: 1px solid transparent;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .16s var(--sw-ease-out);
    white-space: nowrap;
}

.sw-btn:active { transform: scale(0.97); }

.sw-btn-primary {
    background-color: var(--sw-primary);
    border-color: var(--sw-primary);
    color: #fff;
}

.sw-btn-primary:hover {
    background-color: var(--sw-primary-dark);
    border-color: var(--sw-primary-dark);
    color: #fff;
}

.sw-btn-outline {
    background-color: #fff;
    border-color: var(--sw-border);
    color: var(--sw-heading);
}

.sw-btn-outline:hover { border-color: var(--sw-primary); color: var(--sw-primary-dark); }

.sw-btn-light {
    background-color: #fff;
    border-color: #fff;
    color: var(--sw-ink);
}

.sw-btn-light:hover { background-color: var(--sw-primary-light); border-color: var(--sw-primary-light); }

.sw-btn-sm { padding: 9px clamp(12px, 3.5vw, 18px); font-size: 0.9375rem; }

/* ---------- 카드 ---------- */

.sw-card {
    background-color: #fff;
    border: 1px solid var(--sw-border-light);
    border-radius: var(--sw-radius);
    box-shadow: 0 2px 6px rgba(35, 37, 58, 0.05);
    padding: 26px;
    height: 100%;
}

.sw-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: var(--sw-radius);
    background-color: var(--sw-primary-light);
    color: var(--sw-primary-dark);
    font-size: 23px;
    margin-bottom: 16px;
}

.sw-card-title { font-size: 1.0625rem; font-weight: 800; margin-bottom: 8px; }

.sw-card-body { font-size: 0.9375rem; line-height: 1.7; }

/* 카드 머리 그림 — 비율을 고정해 카드마다 글 시작 줄을 맞춘다 */
.sw-card-figure {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3 / 2;
    margin-bottom: 18px;
}

.sw-card-figure img { width: 100%; height: 100%; object-fit: contain; }

/* ---------- ② 도입 배경 — 카드 아래 핵심 문장과 그림 ---------- */

.sw-thesis-box {
    padding: clamp(22px, 3vw, 36px);
    border: 1px solid var(--sw-border);
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 10px 28px rgba(35, 37, 58, .06);
}

.sw-thesis {
    margin: 0;
    font-size: clamp(1.125rem, 2.1vw, 1.625rem);
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: var(--sw-heading);
    word-break: keep-all;
}

.sw-thesis strong { color: var(--sw-primary-dark); font-weight: 800; }

.sw-thesis-figure { display: block; width: 100%; height: auto; }

/* ---------- 마우스를 올리면 진해지는 그림자 ---------- */

.sw-card,
.sw-journey-step,
.sw-flow-node { position: relative; }

.sw-card::after,
.sw-journey-step::after,
.sw-flow-node::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    box-shadow: 0 10px 26px rgba(35, 37, 58, .10);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.sw-card:hover::after,
.sw-journey-step:hover::after,
.sw-flow-node:hover::after { opacity: 1; }

/* ---------- 상단 내비 ---------- */

/* 유리 느낌 — 반투명 흰 바탕 너머로 스크롤되는 내용이 흐리게 비친다 */
.sw-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(18px) saturate(170%);
    backdrop-filter: blur(18px) saturate(170%);
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    box-shadow: 0 1px 0 rgba(35, 37, 58, .06), 0 8px 24px rgba(35, 37, 58, .06);
}

.sw-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(8px, 2.5vw, 22px);
    height: 66px;
    min-width: 0;
}

.sw-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(1.0625rem, 4vw, 1.1875rem);
    font-weight: 800;
    color: var(--sw-heading);
    letter-spacing: -0.03em;
    white-space: nowrap;
}

/* 그림 로고 */
.sw-logo {
    display: block;
    width: auto;
    height: clamp(20px, 5.6vw, 34px);
}

.sw-footer .sw-logo { margin-bottom: 14px; }

.sw-nav-link { color: var(--sw-body); font-weight: 600; font-size: 0.9375rem; }

.sw-nav-link:hover { color: var(--sw-primary-dark); }

.sw-nav-burger {
    background: none;
    border: 0;
    padding: 0;
    color: var(--sw-heading);
    font-size: 25px;
    line-height: 1;
}

/* 언어 전환 */
.sw-lang-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    background: none;
    border: 0;
    border-radius: var(--sw-radius);
    color: var(--sw-body);
    font-size: 20px;
    line-height: 1;
    transition: color .15s ease, background-color .15s ease;
}

.sw-lang-toggle:hover,
.sw-lang-toggle[aria-expanded="true"] { color: var(--sw-primary-dark); background-color: var(--sw-primary-light); }

.sw-lang-menu {
    min-width: 168px;
    padding: 6px;
    border: 1px solid var(--sw-border-light);
    border-radius: var(--sw-radius);
    box-shadow: 0 14px 32px rgba(35, 37, 58, .12);
}

.sw-lang-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--sw-body);
    font-size: 0.9375rem;
    font-weight: 600;
}

.sw-lang-item:hover, .sw-lang-item:focus { color: var(--sw-primary-dark); background-color: var(--sw-primary-light); }

.sw-lang-item.is-active { color: var(--sw-heading); }

.sw-lang-check {
    font-size: 17px;
    line-height: 1;
    color: var(--sw-primary-dark);
    visibility: hidden;
}

.sw-lang-item.is-active .sw-lang-check { visibility: visible; }

/* 오프캔버스 */
.sw-offcanvas { width: min(84vw, 320px); }

.sw-offcanvas-link {
    color: var(--sw-body);
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 10px 12px;
    border-radius: 8px;
}

.sw-offcanvas-link:hover { color: var(--sw-primary-dark); background-color: var(--sw-primary-light); }

/* ---------- ① Hero ---------- */

.sw-hero-title {
    font-size: clamp(1.75rem, 3.6vw, 2.625rem);
    line-height: 1.25;
    margin-bottom: 18px;
    white-space: pre-line;
}

.sw-hero-body {
    font-size: clamp(1rem, 1.4vw, 1.125rem);
    line-height: 1.75;
    margin-bottom: 0;
    word-break: keep-all;
}

.sw-hero-actions { margin-top: 26px; }

.sw-hero-points {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.9375rem;
}

.sw-hero-points i { color: var(--sw-primary-dark); margin-right: 6px; }

/* 상태·구분 배지 */
.sw-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
    background-color: var(--sw-border-light);
    color: var(--sw-muted);
}

.sw-badge.is-work    { background-color: #E6F3FA; color: #1F6E96; }
.sw-badge.is-etc     { background-color: #F5E9F5; color: #7A2A7A; }
.sw-badge.is-idle    { background-color: #FBEDE4; color: #A34D1F; }
.sw-badge.is-active  { background-color: #E7F8F1; color: #08815A; }
.sw-badge.is-alert   { background-color: #FDECEC; color: #C62B2B; }
.sw-badge.is-off     { background-color: #EEF1F6; color: var(--sw-muted); }
.sw-badge.is-patent  { background-color: var(--sw-accent-light); color: var(--sw-accent-dark); }

.sw-nav-link,
.sw-offcanvas-link,
.sw-footer-link,
.sw-brand { transition: color .15s ease, background-color .15s ease; }

.sw-nav-burger { transition: color .15s ease; }

.sw-nav-burger:hover { color: var(--sw-primary-dark); }

.sw-brand:hover { color: var(--sw-primary-dark); }

.sw-chip { transition: border-color .2s ease, color .2s ease; }

.sw-chip:hover { border-color: var(--sw-primary); color: var(--sw-primary-dark); }

/* ---------- ⑦ 도입 — 단계 노드 ---------- */

/* 방향은 마크업의 flex-column flex-lg-row 가 정한다 */
.sw-flow { gap: 12px; }

.sw-flow-node {
    flex: 1;
    background-color: #fff;
    border: 1px solid var(--sw-border-light);
    border-radius: var(--sw-radius);
    box-shadow: 0 2px 6px rgba(35, 37, 58, 0.05);
    padding: 22px;
}

.sw-flow-node.is-accent { border-color: var(--sw-primary); box-shadow: 0 8px 24px rgba(77, 131, 245, .18); }

.sw-flow-node { position: relative; }

.sw-flow-role {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--sw-primary-dark);
    background-color: var(--sw-primary-light);
    border-radius: 999px;
    padding: 4px 10px;
    margin-bottom: 12px;
}

.sw-flow-title { font-size: 1rem; font-weight: 800; margin-bottom: 6px; }

.sw-flow-desc { font-size: 0.875rem; line-height: 1.65; }

/* ---------- 칩 ---------- */

.sw-chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }

.sw-card.is-split { display: flex; flex-direction: column; }

.sw-card.is-split .sw-card-body { flex: 1; }

.sw-chip {
    border: 1px solid var(--sw-border);
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--sw-body);
    background-color: var(--sw-surface);
}

/* ---------- ③ 상호 신뢰 — 역할 표지 · 제목 · 확인 항목 ---------- */

.sw-trust-role {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: .03em;
    color: var(--sw-primary-dark);
    margin-bottom: 10px;
}

.sw-trust-title { font-size: 1rem; font-weight: 800; margin-bottom: 6px; }

.sw-trust-body { font-size: 0.9375rem; line-height: 1.7; }

/* 그쪽이 보는 화면 */
.sw-trust-sees {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.875rem;
}

.sw-trust-sees i { color: var(--sw-primary-dark); margin-right: 6px; }

/* ---------- 콘솔 화면 ---------- */

.sw-shot {
    overflow: hidden;
    border: 1px solid var(--sw-border);
    border-radius: 10px;
    background-color: var(--sw-surface-deep);
    box-shadow: 0 10px 24px rgba(35, 37, 58, .08);
}

.sw-shot img { display: block; width: 100%; height: auto; }

/* ---------- ⑤ 프라이버시 — 설정 화면의 번호와 같은 번호의 설명 ---------- */

.sw-callout { position: relative; }

.sw-callout-mark,
.sw-callout-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--sw-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
}

.sw-callout-mark {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 3px #fff;
}

/* 번호 표지 — 화면이 나타난 뒤 뷰의 --i 순서대로 나타난다 */
.js-reveal .sw-callout-mark {
    transition: opacity .2s var(--sw-ease-out), transform .2s var(--sw-ease-out);
    transition-delay: calc(450ms + var(--i, 0) * 60ms);
}

.js-reveal .sw-reveal:not(.is-visible) .sw-callout-mark {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
}

.sw-callout-num { flex: none; margin-top: 1px; }

.sw-callout-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sw-callout-list li { display: flex; align-items: flex-start; gap: 14px; }

.sw-callout-title { font-size: 1rem; font-weight: 800; margin: 2px 0 4px; }

.sw-callout-body { font-size: 0.9375rem; line-height: 1.7; margin: 0; }

/* ---------- ⑧ 특허 — 특허증 네 장 ---------- */

.sw-patent {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid var(--sw-border-light);
    border-radius: var(--sw-radius);
    box-shadow: 0 2px 6px rgba(35, 37, 58, 0.05);
}

.sw-patent-cert { display: block; width: 100%; height: auto; border-bottom: 1px solid var(--sw-border-light); }

.sw-patent-body { padding: 18px 20px 20px; }

.sw-patent-title {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 12px 0 6px;
    word-break: keep-all;
}

.sw-patent-date { font-size: 0.8125rem; color: var(--sw-muted); }

/* ---------- ④ 기능 — 줄 목록 + 사양 띠 ---------- */

.sw-featlist {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 330px 2;
    column-gap: clamp(28px, 4vw, 56px);
}

/* 항목이 단 경계에서 잘리지 않게 한다 */
.sw-featrow {
    break-inside: avoid;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    align-items: flex-start;
    padding: 10px 4px;
    border-bottom: 1px solid var(--sw-border-light);
    transition: background-color .15s ease;
}

.sw-featrow:hover { background-color: var(--sw-primary-light); }

.sw-featrow-mark {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--sw-primary-light);
    color: var(--sw-primary-dark);
    font-size: 17px;
}

.sw-featrow-name {
    flex: 0 0 auto;
    width: calc(100% - 44px);
    max-width: 128px;
    color: var(--sw-heading);
    font-weight: 800;
    font-size: 0.9375rem;
    padding-top: 4px;
}

/* 이름 옆에 붙고, 자리가 모자라면 다음 줄로 내려간다 */
.sw-featrow-body {
    flex: 1 1 210px;
    padding-top: 4px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}

/* ---------- ⑥ 활용 — 근무 장소 그림 + 표 ---------- */

.sw-usetable-wrap {
    overflow-x: auto;
    background-color: #fff;
    border: 1px solid var(--sw-border-light);
    border-radius: var(--sw-radius);
    box-shadow: 0 2px 6px rgba(35, 37, 58, 0.05);
}

.sw-usetable {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
    min-width: 520px;
}

.sw-usetable th,
.sw-usetable td {
    padding: 16px clamp(14px, 2vw, 22px);
    border-bottom: 1px solid var(--sw-border-light);
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
}

.sw-usetable tbody tr:last-child th,
.sw-usetable tbody tr:last-child td { border-bottom: 0; }

.sw-usetable tbody tr:hover { background-color: var(--sw-surface-deep); }

.sw-usetable thead th {
    background-color: var(--sw-surface-deep);
    color: var(--sw-heading);
    font-size: 0.8125rem;
    font-weight: 800;
    white-space: nowrap;
}

.sw-usetable tbody th {
    color: var(--sw-heading);
    font-weight: 700;
    white-space: nowrap;
    width: 1%;
}

.sw-usetable tbody th i {
    color: var(--sw-primary-dark);
    font-size: 18px;
    margin-right: 8px;
    vertical-align: -3px;
}

.sw-usetable tbody td { color: var(--sw-body); }

/* 근무 장소가 다른 형태 — 큰 그림 하나 + 그림·글 가로 줄 */
.sw-place-lead { margin: 0; }

.sw-place-lead img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--sw-radius);
    margin-bottom: 18px;
}

.sw-place-lead .sw-place-title { font-size: 1.25rem; }

.sw-place-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sw-place {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2.4vw, 24px);
}

.sw-place img {
    flex: none;
    width: clamp(96px, 12vw, 140px);
    height: auto;
    aspect-ratio: 1;
    border-radius: var(--sw-radius);
}

.sw-place-title { font-size: 1.0625rem; font-weight: 800; margin: 0 0 6px; }

.sw-place-body { font-size: 0.9375rem; line-height: 1.7; margin: 0; }

.sw-steps {
    list-style: none;
    counter-reset: step;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sw-steps li {
    counter-increment: step;
    position: relative;
    padding-left: 40px;
}

.sw-steps li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--sw-primary);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 800;
}

.sw-steps strong { display: block; color: var(--sw-heading); font-size: 0.9375rem; margin-bottom: 3px; }

.sw-steps span { font-size: 0.875rem; line-height: 1.65; }

/* ---------- ⑨ 자주 묻는 질문 — 누르면 펼쳐지는 목록 ---------- */

.sw-faq { border-top: 1px solid var(--sw-border); }

.sw-faq-item { border-bottom: 1px solid var(--sw-border); }

.sw-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 4px;
    list-style: none;
    cursor: pointer;
    color: var(--sw-heading);
    font-size: 1rem;
    font-weight: 700;
    transition: color .15s ease;
}

.sw-faq-q::-webkit-details-marker { display: none; }

.sw-faq-q:hover { color: var(--sw-primary-dark); }

.sw-faq-q:focus-visible {
    outline: 2px solid var(--sw-primary);
    outline-offset: 2px;
    border-radius: 6px;
}

.sw-faq-q i {
    flex: none;
    font-size: 20px;
    color: var(--sw-primary-dark);
    transition: transform .2s var(--sw-ease-out);
}

.sw-faq-item[open]:not(.is-closing) .sw-faq-q i { transform: rotate(45deg); }

.sw-faq-a {
    margin: 0;
    padding: 0 44px 22px 4px;
    font-size: 0.9375rem;
    line-height: 1.75;
}

.sw-faq-contact {
    margin: 28px 0 12px;
    font-size: 0.9375rem;
    line-height: 1.7;
}

/* ---------- 도입 문의 — 창과 폼 ---------- */

.sw-inquiry-modal {
    border: 0;
    border-radius: var(--sw-radius);
}

.sw-inquiry-modal .modal-header {
    padding: 20px clamp(20px, 3vw, 28px);
    border-bottom: 1px solid var(--sw-border-light);
}

.sw-inquiry-modal .modal-body { padding: clamp(20px, 3vw, 28px); }

.sw-inquiry-title { margin: 0; font-size: 1.25rem; font-weight: 800; }

.sw-inquiry-lead { margin-bottom: 20px; font-size: 0.9375rem; line-height: 1.7; }

.sw-inquiry .form-label {
    margin-bottom: 6px;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--sw-heading);
}

.sw-inquiry .form-control,
.sw-inquiry .form-select {
    padding: 10px 12px;
    border-color: var(--sw-border);
    border-radius: 10px;
    font-size: 0.9375rem;
    color: var(--sw-heading);
}

.sw-inquiry .form-control:focus,
.sw-inquiry .form-select:focus {
    border-color: var(--sw-primary);
    box-shadow: 0 0 0 3px var(--sw-primary-light);
}

.sw-inquiry .form-check-input:checked {
    background-color: var(--sw-primary);
    border-color: var(--sw-primary);
}

.sw-req { margin-left: 2px; color: var(--sw-primary-dark); }

.sw-inquiry-consent { font-size: 0.875rem; line-height: 1.6; }

.sw-inquiry-consent a { color: var(--sw-primary-dark); text-decoration: underline; }

.sw-inquiry-status { margin: 0; font-size: 0.875rem; color: var(--sw-alert); }

.sw-inquiry-done { padding: 32px 0; text-align: center; outline: none; }

.sw-inquiry-done i { font-size: 44px; color: var(--sw-active); }

.sw-inquiry-done-title { margin: 12px 0 6px; font-size: 1.125rem; font-weight: 800; }

.sw-inquiry-done-body { margin: 0; font-size: 0.9375rem; line-height: 1.7; }

/* 자동 입력 걸러내기 칸 — 화면 밖으로 보낸다 */
.sw-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ---------- ⑩ CTA ---------- */

.sw-cta {
    background: linear-gradient(135deg, var(--sw-primary) 0%, #2F55B8 100%);
    padding-block: clamp(48px, 6vw, 84px);
}

.sw-cta-title { color: #fff; font-size: clamp(1.375rem, 2.4vw, 1.875rem); margin-bottom: 12px; }

.sw-cta-body { color: #DDE7FD; margin-bottom: 26px; }

.sw-cta .sw-btn-light { color: var(--sw-primary-dark); font-weight: 700; }

.sw-cta .sw-btn-light:hover { background-color: #fff; border-color: #fff; color: var(--sw-primary-dark); }

/* ---------- 사진과 판 — Hero 배경 슬라이드 · 신뢰 탭 · Agent 사양 · 활용 사진 배경 · FAQ 배경 · 시작하기 인물 ---------- */

.sw-btn-ghost {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
}

.sw-btn-ghost:hover { background-color: rgba(255, 255, 255, .1); border-color: #fff; color: #fff; }

.sw-hero-photo {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 66px);
    min-height: max(560px, calc(100svh - 66px));
    padding-block: clamp(56px, 7vw, 112px);
    overflow: hidden;
    background-color: var(--sw-ink);
}

.sw-hero-photo-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sw-hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(22, 22, 28, .9) 0%, rgba(22, 22, 28, .7) 50%, rgba(22, 22, 28, .45) 100%);
}

.sw-hero-photo-inner { position: relative; z-index: 1; width: 100%; }

.sw-hero-photo-copy { max-width: 580px; }

.sw-hero-photo .sw-eyebrow { background-color: rgba(255, 255, 255, .14); color: #fff; }

.sw-hero-photo .sw-hero-title { color: #fff; }

.sw-hero-photo .sw-hero-body,
.sw-hero-photo .sw-hero-points { color: rgba(255, 255, 255, .82); }

.sw-hero-photo .sw-hero-points i { color: var(--sw-accent); }


/* 투명 바탕 인포그래픽 — 열 폭 안에 둔다 */
.sw-hero-photo-illust {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .35));
}

/* 한 섹션 안의 덩어리 — 걸음 · 기록 항목 · 역할 판을 가른다 */
.sw-trust-block { margin-top: clamp(44px, 5.5vw, 76px); }

.sw-subhead-head { margin-bottom: 20px; }

.sw-subhead {
    font-size: clamp(1.1875rem, 1.9vw, 1.5rem);
    font-weight: 800;
    margin: 0 0 6px;
}

.sw-subhead-lead {
    font-size: clamp(0.9375rem, 1.1vw, 1rem);
    line-height: 1.7;
    margin: 0;
}

/* 걸음 셋 — 방향은 마크업의 flex-column flex-lg-row 가 정한다 */
.sw-journey {
    counter-reset: journey;
    gap: 14px;
}

.sw-journey-step {
    counter-increment: journey;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    padding: clamp(20px, 2.4vw, 28px);
    border: 1px solid var(--sw-border);
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 10px 28px rgba(35, 37, 58, .06);
}

.sw-journey-step::before {
    content: counter(journey);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
    border-radius: 50%;
    background-color: var(--sw-primary-light);
    color: var(--sw-primary-dark);
    font-size: 0.8125rem;
    font-weight: 800;
}

.sw-journey-action { font-size: 1.0625rem; font-weight: 800; margin: 0 0 6px; }

.sw-journey-body { font-size: 0.9375rem; line-height: 1.7; margin: 0; }

.sw-journey-arrow {
    flex: none;
    align-items: center;
    align-self: center;
    padding-inline: 2px;
    color: var(--sw-muted);
    font-size: 1.375rem;
}

/* 고용주·고용인 탭 — 머리에 탭, 아래에 그쪽이 보는 화면 */
.sw-trust-board {
    overflow: hidden;
    border: 1px solid var(--sw-border);
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 10px 28px rgba(35, 37, 58, .06);
}

.sw-trust-board-head {
    display: flex;
    justify-content: center;
    padding: clamp(16px, 2vw, 22px);
    border-bottom: 1px solid var(--sw-border-light);
    background-color: var(--sw-surface-deep);
}

.sw-trust-board-pane { padding: clamp(20px, 3vw, 40px) clamp(20px, 3vw, 36px); }

.sw-trust-tabs {
    flex: none;
    gap: 6px;
    width: fit-content;
    margin: 0;
    padding: 5px;
    border: 1px solid var(--sw-border);
    border-radius: 999px;
    background-color: #fff;
}

.sw-trust-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 22px;
    border: 0;
    border-radius: 999px;
    background: none;
    color: var(--sw-body);
    font-size: 0.9375rem;
    font-weight: 700;
    transition: background-color .15s ease, color .15s ease;
}

.sw-trust-tab:hover { color: var(--sw-primary-dark); }

.sw-trust-tab.active { background-color: var(--sw-primary); color: #fff; }

.sw-trust-tab.is-worker.active { background-color: var(--sw-accent); color: var(--sw-ink); }

.sw-trust-tab:focus-visible { outline: 2px solid var(--sw-primary); outline-offset: 2px; }

.sw-trust-pane.is-worker .sw-trust-role,
.sw-trust-pane.is-worker .sw-trust-sees i { color: var(--sw-accent-dark); }

/* 가벼운 Agent 사양 — 특허 섹션 아래 */
.sw-agentspec {
    margin-top: clamp(40px, 5vw, 64px);
    padding: clamp(24px, 3vw, 36px);
    border-radius: var(--sw-radius);
    background-color: var(--sw-ink);
}

.sw-agentspec-title { margin: 0 0 8px; font-size: 1.25rem; font-weight: 800; color: #fff; }

.sw-agentspec-body { margin: 0; font-size: 0.9375rem; line-height: 1.7; color: #C9CEDB; }

.sw-agentspec-grid { display: flex; flex-wrap: wrap; row-gap: 16px; margin: 0; }

.sw-agentspec-cell {
    flex: 1 1 140px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 6px clamp(14px, 2vw, 22px);
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.sw-agentspec-cell i { order: -2; margin-bottom: 6px; font-size: 22px; color: var(--sw-accent); }

.sw-agentspec-value {
    order: -1;
    margin: 0;
    font-size: clamp(1.125rem, 1.7vw, 1.5rem);
    font-weight: 800;
    color: #fff;
}

.sw-agentspec-label { font-size: 0.8125rem; font-weight: 600; color: #AEB5C6; }

/* 활용 섹션 사진 배경 — 위는 사진, 아래로 갈수록 흰색 */
.sw-places-photo { position: relative; overflow: hidden; }

.sw-places-photo-bg,
.sw-places-photo::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: clamp(640px, 64vw, 940px);
}

.sw-places-photo-bg { object-fit: cover; object-position: center top; }

.sw-places-photo::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, #fff 100%);
}

.sw-places-photo > .sw-container { position: relative; z-index: 1; }

.sw-places-photo-head {
    max-width: 520px;
    padding-block: clamp(0px, 1.5vw, 24px) clamp(24px, 3vw, 40px);
    text-shadow: 0 1px 14px rgba(10, 20, 50, .45);
}

.sw-places-photo-head .sw-section-title { color: #fff; }

.sw-places-photo-head .sw-section-lead { color: rgba(255, 255, 255, .88); }

/* 디지털 노마드와 가로 줄 셋을 함께 담는 반투명 판 */
.sw-places-panel {
    padding: clamp(18px, 3vw, 36px);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(14px) saturate(140%);
    box-shadow: 0 20px 50px rgba(20, 40, 90, .14);
}

.sw-places-panel .sw-place-body { color: var(--sw-ink-soft); }

/* 도입 배경 — 논의하는 사람들 사진을 흰 막으로 눌러 깐다 */
.sw-problem-photo {
    background:
        linear-gradient(rgba(251, 252, 254, .78), rgba(251, 252, 254, .78)),
        url(../images/photo/hero-3.webp) center / cover no-repeat;
}

/* 도입 절차 — 야간 사무실 사진을 잉크색 막으로 눌러 깐다 */
.sw-flow-photo {
    background:
        linear-gradient(rgba(22, 22, 28, .84), rgba(22, 22, 28, .84)),
        url(../images/photo/hero-2.webp) center / cover no-repeat;
}

.sw-flow-photo .sw-section-title,
.sw-flow-photo .sw-card-title { color: #fff; }

.sw-flow-photo .sw-section-lead,
.sw-flow-photo .sw-steps span { color: rgba(255, 255, 255, .84); }

.sw-flow-photo .sw-steps strong { color: #fff; }

.sw-flow-photo .sw-section-title,
.sw-flow-photo .sw-section-lead,
.sw-flow-photo .sw-card-title,
.sw-flow-photo .sw-steps { text-shadow: 0 1px 12px rgba(10, 12, 24, .6); }

.sw-faq-photo {
    background:
        linear-gradient(rgba(251, 252, 254, .74), rgba(251, 252, 254, .74)),
        url(../images/photo/desk-light.webp) center / cover no-repeat;
}

.sw-cta-photo { padding-block: clamp(24px, 3vw, 48px) 0; }

.sw-cta-photo-copy { padding-block: clamp(40px, 5vw, 72px); }

.sw-cta-person {
    display: block;
    width: 100%;
    max-width: 380px;
    height: auto;
    margin: 0 auto;
}


/* ---------- 푸터 ---------- */

.sw-footer {
    background-color: var(--sw-ink);
    color: #AEB5C6;
    padding-block: clamp(40px, 5vw, 64px) 28px;
    font-size: 0.875rem;
}

.sw-footer-desc { margin-top: 12px; line-height: 1.7; max-width: 38ch; }

.sw-footer-label { display: block; font-weight: 700; color: #fff; margin-bottom: 6px; }

.sw-footer-value { display: block; }

.sw-footer-link { color: #AEB5C6; }

.sw-footer-link:hover { color: var(--sw-primary); }

.sw-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid var(--sw-ink-soft);
}

/* ---------- 스크롤 reveal — js-reveal 은 site.js 가 붙이고, 등장이 끝나면 sw-reveal 을 뗀다 ---------- */

.js-reveal .sw-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .7s var(--sw-ease-out), transform .7s var(--sw-ease-out);
}

.js-reveal .sw-reveal.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    .js-reveal .sw-reveal,
    .js-reveal .sw-reveal.is-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .js-reveal .sw-callout-mark,
    .js-reveal .sw-reveal:not(.is-visible) .sw-callout-mark {
        opacity: 1;
        transform: translate(-50%, -50%);
        transition: none;
    }
}

/* ---------- 약관·오류 문서 ---------- */

.sw-doc { padding-block: clamp(40px, 5vw, 72px); }

.sw-doc-narrow { max-width: 820px; }

.sw-doc-title { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 24px; }

.sw-doc-note {
    margin-bottom: 24px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: var(--sw-muted);
}

.sw-doc-body { font-size: 0.9375rem; line-height: 1.8; }

.sw-doc-body h2, .sw-doc-body h3 { font-size: 1.0625rem; margin: 28px 0 10px; }

.sw-doc-body ul { padding-left: 20px; }

.sw-doc-body ol { padding-left: 20px; }

.sw-doc-body li { margin-bottom: 6px; }

/* 좁은 화면에서는 표만 가로로 밀린다. 본문은 밀리지 않는다 */
.sw-doc-body table {
    display: block;
    overflow-x: auto;
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0 18px;
    font-size: 0.875rem;
}

.sw-doc-body th,
.sw-doc-body td {
    padding: 10px 14px;
    border: 1px solid var(--sw-border-light);
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
    white-space: nowrap;
}

.sw-doc-body td { white-space: normal; color: var(--sw-body); }

.sw-doc-body thead th {
    background-color: var(--sw-surface-deep);
    color: var(--sw-heading);
    font-weight: 800;
}

.sw-doc-body b { color: var(--sw-heading); font-weight: 700; }

.sw-doc-body p { margin-bottom: 12px; }

/* ---------- 매뉴얼 ---------- */

.sw-man { padding-block: clamp(40px, 5vw, 72px) clamp(56px, 7vw, 104px); }

.sw-man-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto clamp(36px, 4vw, 64px);
}

/* 좌측 목차 — 데스크톱에서만 따라온다 */
.sw-man-side {
    position: sticky;
    top: 82px;
    max-height: calc(100vh - 106px);
    overflow-y: auto;
    padding-right: 8px;
}

.sw-man-toc-group + .sw-man-toc-group { margin-top: 18px; }

.sw-man-toc-chapter {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 12px;
    margin-bottom: 6px;
    font-size: 0.8125rem;
    font-weight: 800;
    color: var(--sw-heading);
}

.sw-man-toc-num {
    color: var(--sw-primary-dark);
    font-variant-numeric: tabular-nums;
}

.sw-man-toc-link {
    display: block;
    padding: 6px 12px;
    border-left: 2px solid transparent;
    color: var(--sw-body);
    font-size: 0.875rem;
    line-height: 1.45;
}

.sw-man-toc-link:hover { color: var(--sw-primary-dark); }

.sw-man-toc-link.is-active {
    color: var(--sw-primary-dark);
    font-weight: 700;
    border-left-color: var(--sw-primary);
    background-color: var(--sw-primary-light);
}

/* ---------- 매뉴얼 — 장 · 카드 ---------- */

.sw-man-chapter + .sw-man-chapter { margin-top: clamp(40px, 5vw, 72px); }

.sw-man-chapter-head { margin-bottom: 18px; }

.sw-man-chapter-num {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 800;
    color: var(--sw-primary-dark);
    letter-spacing: 0.08em;
}

.sw-man-chapter-title {
    font-size: clamp(1.25rem, 2.2vw, 1.625rem);
    font-weight: 800;
    margin: 4px 0 0;
}

.sw-man-chapter-lead {
    color: var(--sw-body);
    font-size: 0.9375rem;
    line-height: 1.7;
    margin: 8px 0 0;
}

.sw-man-card {
    padding: clamp(20px, 2.6vw, 28px);
    border: 1px solid var(--sw-border);
    border-radius: var(--sw-radius);
    background-color: #fff;
}

.sw-man-card + .sw-man-card { margin-top: 18px; }

.sw-man-card-title {
    font-size: 1.0625rem;
    font-weight: 800;
    margin: 0;
}

.sw-man-card-lead {
    color: var(--sw-body);
    font-size: 0.9375rem;
    line-height: 1.7;
    margin: 8px 0 0;
}

/* ---------- 매뉴얼 — 화면 한 장 + 번호 설명 ---------- */

.sw-man-figure { margin: 20px 0 0; }

.sw-man-shot {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--sw-border);
    border-radius: 10px;
    background-color: var(--sw-surface-deep);
}

.sw-man-shot img { display: block; width: 100%; }

.sw-man-shot-empty {
    padding: 48px 0;
    color: var(--sw-muted);
    font-size: 0.875rem;
}

.sw-man-steps {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.sw-man-steps li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9375rem;
    line-height: 1.65;
}

.sw-man-steps li + li { margin-top: 8px; }

.sw-man-step-num {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    border-radius: 999px;
    background-color: var(--sw-primary);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.sw-man-step-body { color: var(--sw-body); }

/* ---------- 매뉴얼 — 주의 상자 · 목록 · 표 ---------- */

.sw-man-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 18px 0 0;
    padding: 11px 14px;
    border-radius: 10px;
    background-color: var(--sw-primary-light);
    color: var(--sw-heading);
    font-size: 0.875rem;
    line-height: 1.6;
}

.sw-man-note .ti { color: var(--sw-primary-dark); font-size: 17px; line-height: 1.5; }

.sw-man-note.is-warn { background-color: #FEF3E2; }

.sw-man-note.is-warn .ti { color: #B4740B; }

.sw-man-list {
    margin: 18px 0 0;
    padding: 16px 18px;
    border: 1px solid var(--sw-border-light);
    border-radius: 10px;
    background-color: var(--sw-surface);
}

.sw-man-list ul,
.sw-man-list ol {
    margin: 0;
    padding-left: 18px;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.sw-man-list li + li { margin-top: 4px; }

.sw-man-table-wrap { margin-top: 18px; overflow-x: auto; }

.sw-man-table {
    width: 100%;
    min-width: 460px;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

.sw-man-table th,
.sw-man-table td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--sw-border-light);
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}

.sw-man-table thead th {
    background-color: var(--sw-surface-deep);
    color: var(--sw-heading);
    font-size: 0.8125rem;
    font-weight: 800;
    white-space: nowrap;
}

.sw-man-table tbody th {
    color: var(--sw-heading);
    font-weight: 700;
    white-space: nowrap;
}

.sw-man-table tbody td { color: var(--sw-body); }

/* ---------- 오프캔버스 ---------- */

.sw-offcanvas-divider {
    margin: 18px 0;
    border-color: var(--sw-border);
    opacity: 1;
}
