
:root{
  --ds-primary:#FEE500; --ds-ink:#191919; --ds-ink2:#2E2E2E; --ds-brown:#3C1E1E;
  --ds-off:#F6F5F1; --ds-white:#FFFFFF; --ds-grey:#767676; --ds-line:#ECECEC;
  --ngu-alt:#FBFAF7; --ngu-rule:#DDDAD3; --ngu-doc:780px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--ds-white);color:var(--ds-ink);
  font-family:'Pretendard Variable',Pretendard,-apple-system,BlinkMacSystemFont,
    'Malgun Gothic','맑은 고딕',sans-serif;
  font-size:16px;line-height:1.8;word-break:keep-all;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
a:visited{color:inherit}
h1,h2,h3,h4{word-break:keep-all;text-wrap:balance;margin:0}
h1{font-weight:800}h2{font-weight:800}h3{font-weight:700}
p{margin:0 0 18px;text-wrap:pretty}
ul,ol,dl,dd{margin:0;padding:0}
li{list-style:none}
.ngu-w{max-width:1200px;margin:0 auto;padding:0 24px}
.ngu-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.ds-ico{display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;flex:0 0 44px;border-radius:50%;
  background:var(--ds-primary);color:var(--ds-ink);line-height:0;vertical-align:middle}
.ds-ico svg{width:24px;height:24px;display:block}
.ds-svg{display:inline-block;vertical-align:middle}
.ngu-hd{position:sticky;top:0;z-index:60;background:var(--ds-white);
  border-bottom:1px solid var(--ds-line)}
.ngu-hd-in{max-width:1300px;margin:0 auto;padding:18px 24px;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:24px}
.ngu-logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none;line-height:1.1}
.ngu-logo img{width:26px;height:26px;border-radius:7px}
.ngu-logo b{font-size:19px;font-weight:800;letter-spacing:-.02em;color:var(--ds-ink)}
.ngu-gnb{display:flex;justify-content:center;gap:30px}
.ngu-gnb a{font-size:14.5px;font-weight:600;letter-spacing:-.01em;
  color:var(--ds-ink);text-decoration:none;white-space:nowrap;padding:6px 0;
  border-bottom:1px solid transparent}
.ngu-gnb a:hover,.ngu-gnb a[aria-current="page"]{border-bottom-color:var(--ds-ink)}
.ngu-hd-cta{display:inline-block;background:var(--ds-primary);color:var(--ds-ink);
  font-weight:800;font-size:14.5px;padding:11px 20px;border-radius:999px;
  text-decoration:none;white-space:nowrap}
.ngu-hd-cta:hover{filter:brightness(.96)}
.ngu-navchk,.ngu-burger{display:none}
@media (max-width:900px){
  .ngu-hd-in{grid-template-columns:auto auto;justify-content:space-between;
    padding:12px 18px;row-gap:0}
  .ngu-burger{display:flex;flex-direction:column;justify-content:center;gap:5px;
    width:28px;height:28px;cursor:pointer;order:3;-webkit-tap-highlight-color:transparent}
  .ngu-burger span{display:block;height:2px;width:100%;border-radius:2px;background:var(--ds-ink)}
  .ngu-hd-cta{order:2;padding:9px 14px;font-size:13px}
  .ngu-gnb{order:4;flex:0 0 100%;display:none;flex-direction:column;gap:0;
    margin:10px 0 0;border-top:1px solid var(--ds-line)}
  .ngu-gnb a{display:block;padding:13px 2px;border-bottom:1px solid var(--ds-line)}
  .ngu-navchk:checked ~ .ngu-gnb{display:flex}
}
.ngu-hero{position:relative;height:1080px;overflow:hidden;background:var(--ds-ink);
  display:grid;grid-template-columns:1fr 1fr;align-items:center;text-align:center}
.ngu-hero-bg{position:absolute;top:0;right:0;bottom:0;left:42%}
.ngu-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:50% 10%}
.ngu-hero::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(90deg,#191919 0%,#191919 36%,rgba(25,25,25,.94) 46%,
    rgba(25,25,25,.58) 60%,rgba(25,25,25,.20) 76%,rgba(25,25,25,.10) 100%),
    linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,0) 38%,rgba(0,0,0,.30) 100%)}
.ngu-hero-in{position:relative;z-index:2;grid-column:1;justify-self:center;
  max-width:620px;padding:0 28px}
.ngu-hero .eb{display:block;font-size:13px;font-weight:700;letter-spacing:.22em;
  color:var(--ds-primary);margin:0 0 22px;text-transform:uppercase}
.ngu-hero h1{font-size:clamp(30px,4.4vw,56px);line-height:1.3;color:#fff;
  letter-spacing:-.02em;margin:0;text-shadow:0 2px 16px rgba(0,0,0,.6)}
.ngu-hero-rule{width:1px;height:56px;margin:30px auto;background:rgba(255,255,255,.55)}
.ngu-hero ul{margin:0 0 34px}
.ngu-hero li{font-size:16.5px;color:#fff;line-height:2;text-shadow:0 2px 12px rgba(0,0,0,.6)}
.ngu-hero li .ds-svg{margin-right:7px;color:var(--ds-primary)}
.ngu-btns{display:flex;justify-content:center;gap:10px}
.ngu-btn{display:inline-flex;align-items:center;justify-content:center;
  min-height:56px;padding:15px 34px;border-radius:999px;text-decoration:none;
  font-size:16px;font-weight:800;letter-spacing:-.01em;
  background:var(--ds-primary);color:var(--ds-ink);border:1px solid var(--ds-primary)}
.ngu-btn:hover{filter:brightness(.96)}
.ngu-btn.ghost{background:transparent;color:var(--ds-ink);border-color:var(--ds-ink)}
.ngu-btn.ghost:hover{background:var(--ds-ink);color:var(--ds-white);filter:none}
.ngu-btns.on-dark .ngu-btn.ghost{color:#fff;border-color:rgba(255,255,255,.6)}
.ngu-btns.on-dark .ngu-btn.ghost:hover{background:rgba(255,255,255,.14);color:#fff}
.ngu-btn.moonly{display:none}
@media (max-width:900px){
  .ngu-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .ngu-btn.pconly{display:none}
  .ngu-btn.moonly{display:inline-flex}
  .ngu-btn{min-height:52px;padding:14px 8px;font-size:14.5px;width:100%}
}
@media (max-width:900px){
  .ngu-hero{height:auto;min-height:0;display:block;padding:0;text-align:center}
  .ngu-hero-bg{position:relative;top:auto;right:auto;bottom:auto;left:auto;
    height:360px;overflow:hidden}
  .ngu-hero-bg img{object-position:50% 8%}
  .ngu-hero::after{inset:0 0 auto 0;height:360px;
    background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,0) 55%,rgba(25,25,25,.55) 100%)}
  .ngu-hero-in{max-width:none;padding:30px 20px 46px;background:var(--ds-ink)}
  .ngu-hero .eb{margin-bottom:16px}
  .ngu-hero h1{font-size:clamp(26px,7.4vw,34px)}
  .ngu-hero-rule{height:36px;margin:20px auto}
  .ngu-hero ul{margin-bottom:28px}
  .ngu-hero li{font-size:15px}
}
.ngu-stmt{padding:104px 0 44px;text-align:center}
.ngu-stmt-in{max-width:1240px;margin:0 auto;padding:0 24px}
.ngu-stmt .eb{display:block;font-size:13px;font-weight:700;letter-spacing:.2em;
  color:var(--ds-grey);margin:0 0 22px;text-transform:uppercase}
.ngu-stmt h2{font-size:clamp(26px,3.3vw,44px);line-height:1.45;font-weight:600;
  letter-spacing:-.025em;color:var(--ds-ink);margin:0}
.ngu-stmt .tx{margin:26px auto 0;max-width:60ch}
.ngu-stmt .tx p{margin:0 0 6px;font-size:16px;line-height:1.95;color:var(--ds-ink2)}
.ngu-stmt .lk{margin:30px 0 0;font-size:14.5px}
.ngu-stmt .lk a{color:var(--ds-ink);text-decoration:underline;text-underline-offset:6px;font-weight:600}
.ngu-stmt .lk i{display:inline-block;width:1px;height:13px;margin:0 18px;
  background:var(--ngu-rule);vertical-align:-1px}
@media (max-width:900px){.ngu-stmt{padding:56px 0 26px}.ngu-stmt .lk i{margin:0 12px}}
.ngu-head{text-align:center;margin:0 auto 30px;max-width:900px}
.ngu-head .en{display:block;font-size:26px;font-weight:300;letter-spacing:.2em;
  text-transform:lowercase;color:var(--ds-ink);margin:0 0 24px;padding-bottom:24px;position:relative}
.ngu-head .en::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);
  width:100vw;height:1px;background:var(--ngu-rule)}
.ngu-head::after{content:"";display:block;width:1px;height:56px;margin:20px auto 34px;
  background:var(--ds-ink)}
.ngu-head h2{font-size:24px;font-weight:800;line-height:1.45;letter-spacing:-.02em;
  color:var(--ds-ink);margin:0 0 10px}
.ngu-head p{margin:0;font-size:15px;color:var(--ds-grey)}
@media (max-width:900px){
  .ngu-head .en{font-size:19px;margin-bottom:16px;padding-bottom:16px}
  .ngu-head::after{height:40px;margin:16px auto 26px}
  .ngu-head h2{font-size:20px}
}
.ngu-sec{padding:86px 0}
.ngu-alt{background:var(--ngu-alt);box-shadow:0 0 0 100vmax var(--ngu-alt);
  clip-path:inset(0 -100vmax)}
@media (max-width:900px){.ngu-sec{padding:52px 0}}
.ngu-more{text-align:center;margin-top:38px}
.ngu-more a{display:inline-flex;align-items:center;justify-content:center;gap:12px;
  min-width:min(320px,70%);padding:15px 26px;border:1px solid var(--ds-ink);
  color:var(--ds-ink);text-decoration:none;font-size:14.5px;font-weight:600;
  letter-spacing:-.01em;background:transparent;border-radius:0}
.ngu-more a:hover{background:var(--ds-ink);color:var(--ds-white)}
@media (max-width:900px){.ngu-more a{min-width:100%}}
.ngu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;
  border-top:1px solid var(--ngu-rule)}
.ngu-grid a{display:block;padding:30px 26px;text-decoration:none;color:inherit;
  border-bottom:1px solid var(--ngu-rule);border-right:1px solid var(--ngu-rule);background:var(--ds-white)}
.ngu-grid a:nth-child(3n){border-right:0}
.ngu-grid a:hover{background:var(--ds-off)}
.ngu-grid .en{display:block;font-size:11px;font-weight:700;letter-spacing:.2em;
  color:var(--ds-grey);margin-bottom:12px;text-transform:uppercase}
.ngu-grid b{display:block;font-size:18px;font-weight:800;margin-bottom:8px;letter-spacing:-.02em}
.ngu-grid p{margin:0;font-size:14px;line-height:1.7;color:var(--ds-grey)}
.ngu-grid .go{display:inline-block;margin-top:14px;font-size:13px;font-weight:700;color:var(--ds-ink)}
@media (max-width:900px){
  .ngu-grid{grid-template-columns:1fr}
  .ngu-grid a{border-right:0;padding:22px 18px}
}
.ngu-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.ngu-tiles li{background:var(--ds-white);border:1px solid var(--ds-line);padding:26px 22px;text-align:center}
.ngu-tiles .ds-ico{margin:0 auto 14px}
.ngu-tiles b{display:block;font-size:16px;font-weight:800;margin-bottom:7px}
.ngu-tiles p{margin:0;font-size:13.5px;line-height:1.7;color:var(--ds-grey)}
@media (max-width:900px){.ngu-tiles{grid-template-columns:1fr 1fr;gap:12px}}
@media (max-width:420px){.ngu-tiles{grid-template-columns:1fr}}
.ngu-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--ngu-rule)}
.ngu-steps li{padding:28px 22px;border-bottom:1px solid var(--ngu-rule);border-right:1px solid var(--ngu-rule)}
.ngu-steps li:last-child{border-right:0}
.ngu-steps .no{display:inline-block;background:var(--ds-ink);color:var(--ds-primary);
  font-size:12px;font-weight:800;letter-spacing:.1em;padding:4px 10px;margin-bottom:14px}
.ngu-steps b{display:block;font-size:16px;font-weight:800;margin-bottom:7px}
.ngu-steps p{margin:0;font-size:14px;line-height:1.7;color:var(--ds-grey)}
@media (max-width:900px){
  .ngu-steps{grid-template-columns:1fr}
  .ngu-steps li{border-right:0;padding:20px 18px}
}
.ngu-page{padding:0 0 20px}
.ngu-top{background:var(--ds-off);border-bottom:1px solid var(--ds-line);padding:44px 0 40px}
.ngu-topcard{max-width:var(--ngu-doc);margin:0 auto;background:var(--ds-white);
  border:1px solid var(--ds-line);padding:26px 28px}
.ngu-topcard .ngu-crumb{font-size:13px;color:var(--ds-grey);margin:0 0 14px}
.ngu-topcard .ngu-crumb a{color:var(--ds-grey);text-decoration:none}
.ngu-topcard .ngu-crumb a:hover{text-decoration:underline}
.ngu-topcard dl{display:grid;grid-template-columns:auto 1fr;gap:9px 16px;margin:0}
.ngu-topcard dt{font-size:13px;font-weight:800;color:var(--ds-ink);white-space:nowrap;
  display:flex;align-items:center;gap:8px}
.ngu-topcard dt .ds-svg{color:var(--ds-ink)}
.ngu-topcard dd{margin:0;font-size:14.5px;line-height:1.7;color:var(--ds-ink2)}
@media (max-width:900px){
  .ngu-top{padding:26px 0 24px}
  .ngu-topcard{margin:0 18px;padding:20px 18px}
  .ngu-topcard dl{grid-template-columns:1fr;gap:3px}
  .ngu-topcard dd{margin-bottom:10px}
}
.ngu-doc{max-width:calc(var(--ngu-doc) + 48px);margin:0 auto;padding:54px 24px 0}
.ngu-doc p{font-size:16px;line-height:1.95;color:var(--ds-ink2)}
.ngu-doc h2{font-size:32px;font-weight:800;line-height:1.35;letter-spacing:-.025em;
  color:var(--ds-ink);margin:64px 0 18px;padding-top:26px;border-top:1px solid var(--ngu-rule)}
.ngu-doc h2:first-of-type{margin-top:40px}
.ngu-doc figure{margin:18px 0 22px;width:100%}
.ngu-doc figure img,.ngu-secimg img{display:block;width:100%;height:auto;aspect-ratio:1/1;
  object-fit:contain;background:var(--ds-white);border:1px solid var(--ds-line)}
@media (max-width:900px){
  .ngu-doc{padding:34px 18px 0}
  .ngu-doc h2{font-size:26px;margin:44px 0 14px;padding-top:20px}
  .ngu-doc p{font-size:15.5px}
}
.ngu-sum{border:1px solid var(--ds-ink);padding:22px 24px;margin:0 0 30px;background:var(--ds-white)}
.ngu-sum-t{display:flex;align-items:center;gap:9px;margin:0 0 12px;
  font-size:13px;font-weight:800;letter-spacing:.04em;color:var(--ds-ink)}
.ngu-sum ul{margin:0}
.ngu-sum li{font-size:14.5px;line-height:1.85;color:var(--ds-ink);
  padding-left:0;margin-bottom:4px}
.ngu-sum li strong{display:inline-block;min-width:54px;font-weight:800;color:var(--ds-ink)}
.ngu-point{background:var(--ds-off);border-left:3px solid var(--ds-primary);
  padding:20px 22px;margin:22px 0}
.ngu-point p{margin:0;font-size:15.5px;line-height:1.85;color:var(--ds-ink2)}
.ngu-point strong{color:var(--ds-ink)}
.ngu-ol{counter-reset:s;margin:16px 0 24px}
.ngu-ol li{counter-increment:s;position:relative;padding:12px 0 12px 46px;
  border-bottom:1px solid var(--ds-line);font-size:15.5px;line-height:1.75}
.ngu-ol li::before{content:counter(s);position:absolute;left:0;top:12px;
  width:28px;height:28px;border-radius:50%;background:var(--ds-primary);color:var(--ds-ink);
  font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}
.ngu-check{margin:16px 0 24px}
.ngu-check li{position:relative;padding:9px 0 9px 32px;font-size:15.5px;line-height:1.75;
  border-bottom:1px dashed var(--ds-line)}
.ngu-check li .ds-svg{position:absolute;left:0;top:12px;color:var(--ds-ink)}
.ngu-tbl{width:100%;border-collapse:collapse;margin:16px 0 22px;font-size:15px}
.ngu-tbl th{text-align:left;padding:11px 12px;background:var(--ds-ink);color:var(--ds-primary);
  font-size:13.5px;font-weight:800}
.ngu-tbl td{padding:11px 12px;border-bottom:1px solid var(--ds-line);line-height:1.7;color:var(--ds-ink2)}
.ngu-tbl td:first-child{font-weight:700;color:var(--ds-ink);white-space:nowrap}
.ngu-hl{background:linear-gradient(transparent 62%,rgba(254,229,0,.62) 62%)}
@media (max-width:900px){
  .ngu-tbl{font-size:14px}
  .ngu-tbl td:first-child{white-space:normal}
}
.ngu-hubgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0 24px}
.ngu-hubgrid a{display:block;padding:16px 14px;border:1px solid var(--ds-line);
  text-align:center;text-decoration:none;font-weight:700;font-size:15px;color:var(--ds-ink);
  background:var(--ds-white)}
.ngu-hubgrid a:hover{background:var(--ds-off)}
@media (max-width:900px){.ngu-hubgrid{grid-template-columns:1fr 1fr}}
.ngu-faq-sec{padding:72px 0 76px;background:var(--ds-off);border-top:1px solid var(--ds-line)}
.ngu-faq-in{max-width:calc(var(--ngu-doc) + 48px);margin:0 auto;padding:0 24px}
.ngu-faq-sec h2{font-size:36px;font-weight:800;line-height:1.35;letter-spacing:-.025em;
  text-align:center;margin:0 0 10px;color:var(--ds-ink)}
.ngu-faq-sec .lead{text-align:center;color:var(--ds-grey);font-size:15px;margin:0 0 34px}
.ngu-faq{border-top:1px solid var(--ds-ink)}
.ngu-faq-item{border-bottom:1px solid var(--ds-line);background:var(--ds-white)}
.ngu-faq-item summary{display:flex;align-items:flex-start;gap:12px;
  padding:20px 46px 20px 18px;position:relative;cursor:pointer;list-style:none;
  font-size:17px;font-weight:800;line-height:1.55;color:var(--ds-ink)}
.ngu-faq-item summary::-webkit-details-marker{display:none}
.ngu-faq-item summary:hover{background:var(--ds-off)}
.ngu-faq-item summary .q{flex:0 0 auto;color:var(--ds-ink);font-weight:800}
.ngu-faq-item summary .qt{flex:1 1 auto}
.ngu-faq-mark{position:absolute;right:18px;top:26px;width:15px;height:15px;flex:0 0 auto}
.ngu-faq-mark::before,.ngu-faq-mark::after{content:"";position:absolute;left:0;top:7px;
  width:15px;height:1.5px;background:var(--ds-ink);transition:transform .18s}
.ngu-faq-mark::after{transform:rotate(90deg)}
.ngu-faq-item[open] .ngu-faq-mark::after{transform:rotate(0deg)}
.ngu-faq-item[open] summary{background:var(--ds-primary)}
.ngu-faq-a{display:flex;gap:12px;padding:2px 18px 22px;font-size:15.5px;
  line-height:1.9;color:var(--ds-ink2)}
.ngu-faq-a .a{flex:0 0 auto;font-weight:800;color:var(--ds-grey)}
.ngu-faq-a strong{color:var(--ds-ink)}
.ngu-faq .faq-highlight{background:linear-gradient(transparent 62%,rgba(254,229,0,.62) 62%);font-weight:700}
@media (max-width:900px){
  .ngu-faq-sec{padding:48px 0 52px}
  .ngu-faq-in{padding:0 18px}
  .ngu-faq-sec h2{font-size:28px}
  .ngu-faq-item summary{font-size:16px;padding:16px 40px 16px 14px}
  .ngu-faq-mark{right:14px;top:22px}
  .ngu-faq-a{font-size:15px;padding:2px 14px 18px}
  .mo-br{display:block}
}
.mo-br{display:none}
.ngu-sib-wrap{padding:80px 0 60px;background:var(--ds-white)}
.ngu-sib{max-width:calc(var(--ngu-doc) + 48px);margin:0 auto;padding:0 24px}
.ngu-sib-t{margin:0 0 16px;font-size:15px;font-weight:800;color:var(--ds-ink);
  padding-bottom:14px;border-bottom:1px solid var(--ds-ink)}
.ngu-sib-list{display:grid;grid-template-columns:1fr 1fr;column-gap:28px}
.ngu-sib-list li{border-bottom:1px solid var(--ds-line)}
.ngu-sib-list a{display:block;padding:14px 2px;font-size:15px;font-weight:600;
  color:var(--ds-ink);text-decoration:none}
.ngu-sib-list a:hover{color:var(--ds-ink2);background:var(--ds-off)}
.ngu-sib-list a.ngu-sib-home{font-weight:800}
@media (max-width:900px){
  .ngu-sib-wrap{padding:60px 0 44px}
  .ngu-sib{padding:0 18px}
  .ngu-sib-list{grid-template-columns:1fr;column-gap:0}
}
.ngu-cta{background:var(--ds-ink);color:#fff;text-align:center;padding:64px 24px;
  display:flex;flex-direction:column;align-items:center}
.ngu-cta h2{font-size:26px;font-weight:800;color:#fff;margin:0 0 12px;letter-spacing:-.02em;
  text-align:center}
.ngu-cta p{margin:0 0 26px;font-size:15.5px;color:#e8e8e8;text-align:center;max-width:46ch}
.ngu-cta .ngu-btns{max-width:520px;width:100%;margin:0 auto;justify-content:center}
@media (max-width:900px){
  .ngu-cta{padding:44px 18px}
  .ngu-cta h2{font-size:21px}
}
.ngu-warn{background:var(--ds-off);border-top:1px solid var(--ds-line);padding:34px 0}
.ngu-warn-in{max-width:1100px;margin:0 auto;padding:0 24px}
.ngu-warn h2{font-size:15px;font-weight:800;color:var(--ds-ink);margin:0 0 12px}
.ngu-warn p{margin:0 0 8px;font-size:13.5px;line-height:1.85;color:#3a2a12;opacity:1}
.ngu-warn p:last-child{margin-bottom:0}
.ngu-foot{background:var(--ds-ink);color:#cfcfcf;padding:34px 0 120px}
.ngu-foot-in{max-width:1100px;margin:0 auto;padding:0 24px}
.ngu-foot nav{display:flex;flex-wrap:wrap;gap:8px 20px;margin-bottom:18px}
.ngu-foot nav a{font-size:13.5px;color:#e8e8e8;text-decoration:none}
.ngu-foot nav a:hover{color:var(--ds-primary)}
.ngu-foot p{margin:0 0 6px;font-size:13px;line-height:1.8;color:#b6b6b6}
.ngu-foot b{color:#fff}
.ngu-foot-brand{margin:0 0 8px !important;font-size:14px !important}
.ngu-foot-dots{margin:0 0 14px}
.ngu-foot-dots li{position:relative;padding-left:14px;font-size:13px;line-height:1.9;
  color:#c6c6c6;white-space:nowrap}
.ngu-foot-dots li::before{content:"·";position:absolute;left:2px;color:var(--ds-primary);font-weight:800}
.ngu-foot-copy{color:#8f8f8f !important;font-size:12px !important;margin:0 !important}
@media (max-width:900px){.ngu-foot{padding:26px 0 130px}}
.fm2-float{position:fixed;right:28px;bottom:32px;z-index:99999;display:flex;flex-direction:column;gap:14px;font-family:'Pretendard','Malgun Gothic',sans-serif;}
.fm2-float a{display:flex;align-items:center;gap:13px;background:#fff;color:#111111;border:2.5px solid #fee500;border-radius:999px;padding:13px 26px 13px 15px;box-shadow:0 10px 32px rgba(15,23,42,.25);font-size:16px;font-weight:800;text-decoration:none;line-height:1.3;transition:all .3s cubic-bezier(.22,1,.36,1);}
.fm2-float a:hover{transform:translateX(-5px) scale(1.03);background:#fee500;color:#191919;border-color:#fee500;}
.fm2-float .fm2-ic{width:46px;height:46px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#fee500;color:#191919;transition:background .3s,color .3s;}
.fm2-float a:hover .fm2-ic{background:#fff;color:#111111;}
.fm2-float .fm2-ic svg{width:24px;height:24px;display:block;}
.fm2-tx{white-space:nowrap;letter-spacing:-.02em;}
.fm2-tx b{display:block;font-weight:800;font-size:14px;opacity:.92;}
@media (max-width:768px){
.fm2-float{right:14px;bottom:18px;gap:10px;}
.fm2-float a{padding:9px 18px 9px 11px;font-size:14px;gap:9px;border-width:2px;}
.fm2-float .fm2-ic{width:38px;height:38px;}
.fm2-float .fm2-ic svg{width:19px;height:19px;}
.fm2-tx b{font-size:12.5px;}
}
.ngu-404{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center}
.ngu-404 .b{max-width:520px;padding:24px}
.ngu-404 h1{font-size:26px;margin:0 0 12px}
.ngu-404 a{display:inline-block;margin-top:18px;background:var(--ds-primary);color:var(--ds-ink);
  font-weight:800;padding:14px 28px;border-radius:999px;text-decoration:none}
