/* 비아이피바 공통 푸터(.bip-footer) — 간략형: 브랜드 + 주소·전화·영업 3줄 + 저작권·약관. 색은 템플릿 토큰만 사용 */
.bip-footer{position:relative;isolation:isolate;clear:both;background:var(--ink);color:var(--bg);padding:56px 0 0;font-family:inherit}
.bip-footer *{box-sizing:border-box}
.bip-footer a{color:inherit;text-decoration:none}
.bip-footer a:hover{text-decoration:underline;text-underline-offset:4px}
.bip-footer .ft-wrap{max-width:1280px;margin:0 auto;padding:0 32px 40px;display:flex;justify-content:space-between;align-items:flex-start;gap:40px}
.bip-footer .ft-brand{flex:0 0 auto}
.bip-footer .ft-logo{display:inline-block;font-size:24px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}
.bip-footer .ft-tag{font-size:13px;line-height:1.7;margin:0;opacity:.8}
.bip-footer .ft-info{flex:0 1 auto;min-width:0;padding-right:270px}
.bip-footer .ft-info p{font-size:14px;line-height:1.8;margin:0 0 4px;opacity:.92;white-space:nowrap}
.bip-footer .ft-k{display:inline-block!important;min-width:40px;margin-right:10px;font-size:11px;letter-spacing:.12em;opacity:.6}
.bip-footer .ft-bottom{border-top:1px solid #ffffff22}
.bip-footer .ft-bottom-in{max-width:1280px;margin:0 auto;padding:16px 32px 20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 20px}
.bip-footer .ft-bottom p{margin:0;font-size:12px;opacity:.7}
.bip-footer .ft-legal{display:flex;gap:16px;align-items:center}
.bip-footer .ft-legal button{font:inherit;font-size:12px;color:inherit;background:none;border:0;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#ffffff55}
@media(max-width:640px){.bip-footer{padding-top:40px}.bip-footer .ft-wrap{flex-direction:column;gap:18px;padding:0 20px 28px}.bip-footer .ft-info{padding-right:0}.bip-footer .ft-info p{font-size:13px;white-space:normal}.bip-footer .ft-bottom-in{padding:14px 20px calc(18px + 58px + env(safe-area-inset-bottom,0px))}}
.bip-legal{width:min(640px,calc(100% - 28px));max-height:86dvh;border:0;border-radius:6px;padding:0;margin:auto;background:var(--bg);color:var(--ink);box-shadow:0 24px 100px #00000060;font-family:inherit}
.bip-legal::backdrop{background:#0a0a0a99;backdrop-filter:blur(3px)}
.bip-legal .lg-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;border-bottom:1px solid var(--line)}
.bip-legal h2{font-size:20px;margin:0}
.bip-legal .lg-close{flex:none;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:var(--panel);color:inherit;font-size:20px;line-height:1;cursor:pointer}
.bip-legal .lg-body{padding:20px 26px 28px;overflow:auto;max-height:calc(86dvh - 82px);font-size:14px;line-height:1.8}
.bip-legal .lg-body h3{font-size:14px;margin:18px 0 6px}
.bip-legal .lg-body p{margin:0 0 8px}
.bip-legal .lg-date{margin-top:18px;font-size:12px;opacity:.7}
html.bip-legal-open{overflow:hidden}
