*,*::before,*::after{box-sizing:border-box}
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,figure,blockquote{margin:0;padding:0}
ul,ol{list-style:none}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%;height:auto;display:block}
button{font:inherit;color:inherit;border:0;background:none;cursor:pointer;padding:0}
input,textarea,select{font:inherit;color:inherit}
:root{
  --green-0:#eafff1;
  --green-1:#00d66b;
  --green-2:#03c75a;
  --green-3:#00b551;
  --green-4:#0aa052;
  --ink:#121417;
  --ink-2:#2a2f36;
  --ink-3:#5a6069;
  --ink-4:#8a909a;
  --line:#e7eaee;
  --bg:#ffffff;
  --bg-2:#f7f8fa;
  --bg-3:#eef1f5;
  --red:#ff3b30;
  --yellow:#ffe500;
  --shadow-sm:0 2px 8px rgba(16,24,40,.06);
  --shadow-md:0 8px 24px rgba(16,24,40,.08);
  --shadow-lg:0 16px 48px rgba(16,24,40,.12);
  --radius:14px;
  --radius-sm:10px;
  --radius-lg:22px;
  --container:1200px;
  --nav-h:72px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
html{scroll-behavior:smooth}
body{
  font-family:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,system-ui,"Segoe UI",Roboto,"Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  color:var(--ink);
  background:var(--bg);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;background:#000;color:#fff;padding:8px 12px}
.skip-link:focus{left:8px;top:8px}
:focus-visible{outline:2px solid var(--green-2);outline-offset:3px;border-radius:6px}
