:root{--ground:#fff;--surface:#f7f4fb;--ink:#1a1626;--ink-soft:#6b6478;--ink-faint:#9a93a8;--line:#e4e0ec;--accent:#6b21a8;--accent-light:#ead9f7;--accent-dark:#4c1580;--banner-bg:#e4d6f5;--banner-text:#2a1745;--banner-text-sub:#2a1745a6;--banner-rule:#2a17454d;--max-width:1200px;--radius:12px;--pad-x:20px;--space-section:56px;--gap-card:16px;--card-pad:24px;--font-sans:"Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif}@media (min-width:480px){:root{--pad-x:40px}}@media (min-width:900px){:root{--space-section:96px;--gap-card:24px}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ground);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;word-break:keep-all;margin:0;font-size:16px;line-height:1.7;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}.container{max-width:var(--max-width);padding:0 var(--pad-x);margin:0 auto}.section{padding:var(--space-section) 0}.section--surface{background:var(--surface)}.h-hero{letter-spacing:-.02em;margin:0;font-size:32px;font-weight:700;line-height:1.4}@media (min-width:768px){.h-hero{font-size:44px}}.h-section{letter-spacing:-.01em;margin:0 0 12px;font-size:24px;font-weight:700;line-height:1.4}@media (min-width:768px){.h-section{font-size:28px}}.lede{color:var(--ink-soft);margin:0;font-size:18px}.small{color:var(--ink-faint);font-size:13px;line-height:1.6}.section-head{text-align:center;margin-bottom:32px}.section-head .lede{max-width:44em;margin-left:auto;margin-right:auto}.btn{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:999px;padding:14px 28px;font-weight:600;transition:background .18s;display:inline-block}.btn:hover{background:var(--accent-dark)}.btn--ghost{color:var(--accent);border:1px solid var(--line);background:0 0}.btn--ghost:hover{background:var(--surface)}.grid-cards{gap:var(--gap-card);grid-template-columns:1fr;display:grid}@media (min-width:768px){.grid-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.grid-cards{grid-template-columns:repeat(3,1fr)}}.card{padding:var(--card-pad);border:1px solid var(--line);border-radius:var(--radius);background:var(--ground);flex-direction:column;gap:12px;transition:border-color .18s;display:flex}a.card:hover{border-color:var(--accent)}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
html[data-palette=yb]{--ground:#fff;--surface:#fafafa;--panel:#f1f1f1;--ink:#131315;--ink-soft:#2f2f31;--ink-faint:#717173;--line:#d0d0d0;--accent:#6b21a8;--accent-light:#f7f2ff;--accent-dark:#581c87;--banner-bg:#f7f2ff;--banner-text:#131315;--banner-text-sub:#5f5f62;--banner-rule:#6b21a824;--max-width:1180px;--pad-x:22px;--radius:0px;--card-line:#13131540;--shadow-card:7px 7px 0 0 #13131512;--shadow-card-hover:9px 12px 0 -1px #13131517;--font-sans:"Pretendard", "Noto Sans KR", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, Menlo, monospace}@media (min-width:601px){html[data-palette=yb]{--pad-x:40px}}:where([data-palette=yb]) body{letter-spacing:-.01em;word-break:keep-all;line-height:1.62}:where([data-palette=yb]) .h-hero{letter-spacing:-.035em;font-size:clamp(34px,5.4vw,60px);font-weight:400;line-height:1.1}:where([data-palette=yb]) .h-section{letter-spacing:-.03em;font-size:clamp(28px,4.4vw,46px);font-weight:400;line-height:1.14}:where([data-palette=yb]) h3,:where([data-palette=yb]) .curri__name{letter-spacing:-.025em;font-weight:500}:where([data-palette=yb]) .lede{color:var(--ink-faint);line-height:1.66}:where([data-palette=yb]) .phero__eyebrow,:where([data-palette=yb]) .eyebrow,:where([data-palette=yb]) .quote__kind{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:-.01em;font-weight:400}:where([data-palette=yb]) .phero__eyebrow:before{content:"[ "}:where([data-palette=yb]) .phero__eyebrow:after{content:" ]"}:where([data-palette=yb]) .curri__time{font-family:var(--font-mono);letter-spacing:-.02em;font-weight:400}:where([data-palette=yb]) .card{border:1px solid var(--card-line);box-shadow:var(--shadow-card);border-radius:0;transition:transform .2s,box-shadow .2s}:where([data-palette=yb]) a.card:hover{border-color:var(--card-line);box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}:where([data-palette=yb]) .curri__row,:where([data-palette=yb]) .problems li,:where([data-palette=yb]) .pick{border:1px solid var(--card-line);box-shadow:var(--shadow-card);border-radius:0}:where([data-palette=yb]) .btn{letter-spacing:-.01em;border-radius:9999px;min-height:50px;padding:14px 26px;font-size:15px;font-weight:500;transition:background .16s,transform .16s,border-color .16s}:where([data-palette=yb]) .btn:hover{transform:translateY(-1px)}:where([data-palette=yb]) .btn--ghost{border:1px solid var(--line);background:#fff}:where([data-palette=yb]) .btn--ghost:hover{border-color:var(--ink);background:#fff}:where([data-palette=yb]) .curri__time{border-radius:9px}:where([data-palette=yb]) .section{padding:clamp(74px,9vw,116px) 0}:where([data-palette=yb]) .section--surface{background:var(--surface)}:where([data-palette=yb]) .logos__item{border-radius:0}:where([data-palette=yb]) .logos__item img{opacity:.7}:where([data-palette=yb]) ::selection{background:var(--accent-light);color:var(--accent-dark)}:where([data-palette=yb]) :focus-visible{outline:2px solid var(--accent);outline-offset:3px}
[src$="/kims.png"],[src$="/kurly.png"],[src$="/kyobo.png"],[src$="/lx-hausys.png"],[src$="/mathpresso.png"],[src$="/newneek.png"],[src$="/nhi.png"],[src$="/notion.png"],[src$="/ottogi.png"],[src$="/seven-eleven.png"]{--s:1.8}[src$="/daishin.png"]{--s:1.46}[src$="/cbre.png"]{--s:1.43}[src$="/seongnam.png"]{--s:1.22}[src$="/lg-energy.png"]{--s:1.18}[src$="/sbva.png"]{--s:1.08}[src$="/gsk.png"]{--s:1}[src$="/cosmax.png"]{--s:.88}[src$="/otsuka.png"],[src$="/outback.png"]{--s:.86}[src$="/pfizer.svg"]{--s:.81}[src$="/dassault.png"]{--s:.75}[src$="/bodyfriend.png"],[src$="/coupang.svg"],[src$="/daewoong.svg"],[src$="/kakao-impact.png"],[src$="/kakao.png"],[src$="/kogas.svg"],[src$="/meritz.gif"],[src$="/meta.png"],[src$="/novelis.svg"]{--s:.72}
