@charset "UTF-8";

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

:root {
    --ink: #151a2d;
    --muted: #687086;
    --line: #e4e7ef;
    --soft: #f5f6fa;
    --navy: #10162f;
    --primary: #5a50dd;
    --shell: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif; line-height: 1.7; word-break: keep-all; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.notice-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.notice-header { height: 76px; border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; background: var(--navy); }
.header-row { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.notice-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 850; letter-spacing: -.04em; }
.notice-brand img { width: 32px; height: 32px; border-radius: 8px; }
.back-link { display: inline-flex; align-items: center; gap: 9px; color: #aab1c7; font-size: 12px; transition: color .2s ease; }
.back-link:hover { color: #fff; }

.notice-hero { padding: 92px 0 84px; color: #fff; background: radial-gradient(circle at 67% 10%, rgba(100,84,225,.23), transparent 35%), var(--navy); }
.hero-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 100px; }
.notice-kicker { margin: 0 0 20px; color: #938bff; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.notice-hero h1 { margin: 0; font-size: clamp(44px, 6vw, 68px); line-height: 1.14; letter-spacing: -.06em; }
.hero-description { max-width: 610px; margin: 28px 0 0; color: #aeb5ca; font-size: 16px; line-height: 1.85; }
.notice-summary { margin: 0; border-top: 1px solid rgba(255,255,255,.14); }
.notice-summary > div { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.notice-summary dt { color: #747d99; font-size: 10px; }
.notice-summary dd { margin: 0; color: #dce0ec; font-size: 11px; font-weight: 650; }
.notice-summary a:hover { color: #fff; text-decoration: underline; }

.notice-body { padding: 78px 0 110px; background: #fff; }
.notice-intro { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.notice-intro p { margin: 0; color: var(--muted); font-size: 14px; }
.notice-intro span { padding: 7px 10px; border-radius: 6px; color: #737a8d; background: var(--soft); font-size: 9px; font-weight: 750; }
.notice-accordions { border-top: 1px solid var(--ink); }
.notice-accordions details { border-bottom: 1px solid var(--line); }
.notice-accordions summary { display: grid; grid-template-columns: 42px 1fr 28px; align-items: center; gap: 18px; padding: 28px 8px; cursor: pointer; list-style: none; }
.notice-accordions summary::-webkit-details-marker { display: none; }
.summary-number { color: #8d93a3; font-size: 10px; font-weight: 800; }
.notice-accordions summary > span:nth-child(2) { display: flex; flex-direction: column; }
.notice-accordions summary strong { font-size: 17px; letter-spacing: -.025em; }
.notice-accordions summary small { margin-top: 2px; color: #9096a6; font-size: 10px; font-weight: 450; }
.notice-accordions summary i { position: relative; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.notice-accordions summary i::before, .notice-accordions summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; background: #6f7688; transform: translate(-50%, -50%); transition: transform .2s ease; }
.notice-accordions summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.notice-accordions details[open] summary { color: var(--primary); }
.notice-accordions details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.notice-content { margin: 0 68px 34px; padding: 32px 36px; border-radius: 10px; color: #535b70; background: var(--soft); font-size: 13px; }
.notice-content h2 { margin: 0 0 13px; color: var(--ink); font-size: 20px; letter-spacing: -.035em; }
.notice-content h3 { margin: 32px 0 8px; color: var(--ink); font-size: 15px; }
.notice-content p { margin: 10px 0; }
.notice-content ul { margin: 18px 0 0; padding-left: 19px; }
.notice-content li + li { margin-top: 9px; }
.notice-content a { color: #4e47c7; text-decoration: underline; text-underline-offset: 3px; }
.notice-callout { margin-top: 24px !important; padding: 17px 18px; border-left: 3px solid #6a61df; color: #545c71; background: #fff; }

.license-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.license-links a { display: inline-flex; align-items: center; gap: 18px; padding: 10px 13px; border: 1px solid #dfe2eb; border-radius: 7px; color: #343a50; background: #fff; font-size: 10px; font-weight: 700; text-decoration: none; }
.license-table-wrap { overflow-x: auto; margin-top: 22px; border: 1px solid #dfe2e9; border-radius: 8px; background: #fff; }
.license-table { width: 100%; border-collapse: collapse; font-size: 10px; white-space: nowrap; }
.license-table th, .license-table td { padding: 12px 14px; border-bottom: 1px solid #eceef3; text-align: left; }
.license-table th { color: #737a8d; background: #f9f9fb; font-size: 9px; letter-spacing: .04em; }
.license-table tr:last-child td { border-bottom: 0; }
.license-table td:first-child { color: #30364b; font-weight: 650; }
.license-table a { text-decoration: none; }
.license-table--product { min-width: 960px; }
.license-table--product td:last-child { min-width: 250px; white-space: normal; }
.license-table--frontend { min-width: 900px; }
.license-table--frontend td:nth-child(3) { min-width: 280px; white-space: normal; }
.notice-content code { padding: 2px 5px; border-radius: 4px; color: #343a50; background: #eceef5; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .92em; word-break: break-all; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 22px 0; padding: 18px 20px; border-radius: 9px; color: #fff !important; background: linear-gradient(135deg, #5f55dd, #3549af); text-decoration: none !important; }
.contact-card span { display: flex; flex-direction: column; }
.contact-card small { color: #c9c6ff; font-size: 8px; letter-spacing: .08em; }
.contact-card strong { font-size: 14px; }
.contact-card b { font-size: 17px; }

.notice-footer { padding: 32px 0; color: #707890; background: #0c1125; }
.notice-footer .notice-shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.notice-footer span, .notice-footer small { font-size: 10px; }

@media (max-width: 760px) {
    .notice-shell { width: min(calc(100% - 32px), var(--shell)); }
    .notice-header { height: 68px; }
    .back-link { font-size: 0; }
    .back-link span { font-size: 18px; }
    .notice-hero { padding: 68px 0 58px; }
    .hero-layout { grid-template-columns: 1fr; gap: 48px; }
    .notice-hero h1 { font-size: 43px; }
    .hero-description { font-size: 14px; }
    .notice-body { padding: 54px 0 80px; }
    .notice-intro { align-items: flex-start; flex-direction: column; }
    .notice-accordions summary { grid-template-columns: 30px 1fr 28px; gap: 10px; padding: 23px 2px; }
    .notice-accordions summary strong { font-size: 15px; }
    .notice-content { margin: 0 0 24px; padding: 25px 20px; }
    .license-table { min-width: 660px; }
    .notice-footer .notice-shell { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition-duration: .01s !important; }
}
