
/* FROM: direct contact shortcuts */
.quick-contact{position:fixed;right:24px;bottom:24px;z-index:1200;display:flex;flex-direction:column;gap:9px;font-family:Pretendard,Arial,sans-serif}.quick-contact a{display:flex;align-items:center;justify-content:center;gap:9px;min-width:154px;height:50px;padding:0 18px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:650;letter-spacing:-.02em;box-shadow:0 8px 24px rgba(0,0,0,.14);transition:transform .2s ease,box-shadow .2s ease}.quick-contact a:hover{transform:translateY(-2px);box-shadow:0 11px 28px rgba(0,0,0,.2)}.quick-contact svg{width:17px;height:17px;flex:0 0 auto}.quick-contact-phone{background:#2B2926;color:#fff}.quick-contact-kakao{background:#FEE500;color:#191919}.quick-contact-kakao svg{fill:#191919}.quick-contact-phone svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:640px){.quick-contact{left:14px;right:14px;bottom:14px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.quick-contact a{min-width:0;height:50px;padding:0 10px;font-size:12px}.quick-contact a:hover{transform:none}}
