/* Shared by every published HTML page, including not-yet-renewed pages. */
.floating-contact{position:fixed;right:24px;bottom:24px;bottom:calc(24px + env(safe-area-inset-bottom));z-index:60;display:flex;flex-direction:column;align-items:flex-end;font-family:'Pretendard',-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.4;box-sizing:border-box}.floating-contact *{box-sizing:border-box}.floating-links{display:flex;flex-direction:column;width:74px;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;box-shadow:0 6px 30px #0f172a24;background:#fff}.floating-links a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:80px;padding:12px 5px;color:#1e293b;text-decoration:none;font-size:12px;font-weight:650;border-bottom:1px solid #e2e8f0;transition:background .2s}.floating-links a:last-child{border-bottom:0}.floating-links a:first-child{background:#fee500;color:#191919}.floating-links a:nth-child(2){background:#1e293b;color:#fff}.floating-links a:hover{background:#edf4ff;color:#1e293b}.floating-links svg{display:block;width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.floating-contact a:focus-visible,.floating-contact button:focus-visible{outline:3px solid #2563eb;outline-offset:-4px}.quick-toggle{border:1px solid #e2e8f0;background:#fff;color:#1e293b;min-width:44px;height:44px;border-radius:22px;padding:0 12px;cursor:pointer;font:600 11px 'Pretendard',sans-serif;margin-bottom:7px;box-shadow:0 3px 10px #0f172a12}.quick-toggle[hidden],.floating-links[hidden]{display:none!important}.mobile-contact{display:none!important}.legacy-contact-hidden{display:none!important}body:has(.site-menu[open]) .floating-contact{visibility:hidden}.site-footer{padding-bottom:50px}@media(min-width:1500px){.site-footer{padding-bottom:50px}}@media(max-width:800px){.floating-contact{right:10px;bottom:calc(12px + env(safe-area-inset-bottom))}.floating-links{width:54px;border-radius:8px}.floating-links a{min-height:58px;font-size:10px;padding:8px 3px;gap:4px}.floating-links svg{width:19px;height:19px}.site-footer{padding-bottom:250px!important}.mega-menu{max-height:calc(100dvh - var(--header) - 12px)}}@media(prefers-reduced-motion:reduce){.floating-links a{transition:none}}
