:root{--color-ink:#111;--color-gray-900:#262626;--color-gray-700:#525252;--color-gray-600:#6b6b6b;--color-gray-500:#8a8a8a;--color-gray-300:#d7d7d7;--color-gray-200:#e9e9e9;--color-gray-100:#f4f4f4;--color-gray-50:#fafafa;--color-primary:#0d9488;--color-primary-hover:#0b7a70;--color-primary-light:#e6f5f3;--color-white:#fff;--page-max:1600px;--content-max:1440px;--gutter:clamp(48px,4vw,64px);--radius:16px;--ease:cubic-bezier(0.22,0.61,0.36,1)}.hover-shots{position:relative}.hover-shots,.hover-shots img{display:block;width:100%;height:100%}.hover-shots img{object-fit:cover;opacity:0;transition:opacity .7s ease}.hover-shots img+img{position:absolute;inset:0}.hover-shots img.on{opacity:1}@media (prefers-reduced-motion:reduce){.hover-shots img{transition:none}}.shot-dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:4px;padding:4px 7px;border-radius:99px;background:rgba(17,17,17,.34);pointer-events:none;z-index:1}.shot-dots i{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.55);transition:background .18s}.shot-dots i.on{background:#fff}@media (prefers-reduced-motion:reduce){.shot-dots i{transition:none}}.mega-group h3 a{color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none}.mega-group h3 a:focus-visible,.mega-group h3 a:hover{text-decoration:underline;text-underline-offset:4px}.scroll-top{position:fixed;right:24px;bottom:24px;z-index:45;display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid var(--color-gray-200);border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(0,0,0,.12);color:var(--color-gray-600);font-size:19px;cursor:pointer;animation:scroll-top-in .18s var(--ease,ease-out)}.scroll-top:focus-visible,.scroll-top:hover{background:var(--color-primary);color:#fff}.scroll-top span{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}@keyframes scroll-top-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}body:has(.kakao-chat-fab) .scroll-top{bottom:111px}@media (max-width:720px){.scroll-top{right:16px;bottom:16px;width:42px;height:42px}body:has(.kakao-chat-fab) .scroll-top{bottom:105px}}@media (prefers-reduced-motion:reduce){.scroll-top{animation:none}}