/* PROPAGE homepage header/footer for landing pages. Scoped to lb-site-* only. */
.lb-site-header,.lb-site-footer{font-family:Pretendard,'Noto Sans KR',sans-serif;word-break:keep-all;line-height:1.5}
.lb-site-header *,.lb-site-footer *{box-sizing:border-box;word-break:keep-all}
.lb-site-header a,.lb-site-footer a{color:inherit;text-decoration:none}
.lb-site-header a:focus-visible,.lb-site-footer a:focus-visible{outline:3px solid #2157f3;outline-offset:5px}
.lb-site-inner{width:min(1180px,calc(100% - 44px));margin:0 auto}
.lb-site-header{position:relative;z-index:50;border-bottom:1px solid rgba(16,24,40,.1);background:#f7f5ef;color:#101828}
.lb-site-head-in{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:20px}
.lb-site-logo{display:flex;align-items:center;gap:12px;flex-shrink:0}
.lb-site-logo-mark{position:relative;display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:#101828;color:#fff;font-size:21px;font-weight:900}
.lb-site-logo-mark:after{position:absolute;right:-3px;top:-3px;width:11px;height:11px;border:3px solid #f7f5ef;border-radius:50%;background:#ff6846;content:''}
.lb-site-logo-copy strong{display:block;font-size:18px;line-height:1}
.lb-site-logo-copy small{display:block;margin-top:6px;color:#667085;font-size:9px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.lb-site-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:750}
.lb-site-nav a{display:inline-flex;align-items:center;min-height:44px}
.lb-site-nav a:hover{color:#2157f3}
.lb-site-nav .lb-site-nav-cta{padding:12px 17px;border-radius:11px;background:#101828;color:#fff;white-space:nowrap}
.lb-site-footer{padding:48px 0 34px;background:#0c1220;color:#c4cad4}
.lb-site-footer--quick{padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))}
.lb-site-footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}
.lb-site-footer .lb-site-logo-mark{background:#fff;color:#101828}
.lb-site-footer .lb-site-logo-mark:after{border-color:#0c1220}
.lb-site-footer .lb-site-logo-copy strong{color:#fff}
.lb-site-footer .lb-site-logo-copy small{color:#aeb7c6}
.lb-site-footer .lb-site-footer-note{max-width:570px;margin:18px 0 0;color:#a6afbe;font-size:13px;line-height:1.7}
.lb-site-footer-info{min-width:310px;padding:18px;border:1px solid #273044;border-radius:13px;color:#aeb7c6;font-size:12px;line-height:1.8}
.lb-site-footer-info b{color:#fff}
.lb-site-copy{margin-top:34px;padding-top:21px;border-top:1px solid #222b3d;color:#9ba6b8;font-size:11px}
@media(max-width:980px){.lb-site-nav a:not(.lb-site-nav-cta){display:none}}
@media(max-width:700px){
 .lb-site-inner{width:calc(100% - 28px)}
 .lb-site-head-in{min-height:66px;gap:12px}
 .lb-site-logo{gap:9px}.lb-site-logo-mark{width:38px;height:38px}
 .lb-site-logo-copy strong{font-size:16px}.lb-site-logo-copy small{font-size:8px}
 .lb-site-nav .lb-site-nav-cta{padding:10px 13px;font-size:12px}
 .lb-site-footer-top{align-items:stretch;flex-direction:column}
 .lb-site-footer-info{min-width:0;width:100%}
}
