.home-gallery{padding:0 0 52px;background:#fff;overflow:hidden;scroll-margin-top:100px}
.home-gallery-heading{text-align:center;margin:0 7% 32px}
.home-gallery-heading h2{font-family:Manrope,'Helvetica Neue',Arial,sans-serif;font-weight:400;font-size:clamp(1.75rem,3vw,2.3rem);letter-spacing:-.03em;line-height:1.3}
html[lang=ko] .home-gallery-heading h2{font-family:SUIT,'Helvetica Neue',Arial,sans-serif;letter-spacing:-.02em}
.home-gallery-viewport{--slide-width:50%;--slide-gap:16px;position:relative;overflow:hidden;width:100%;max-width:1800px;margin:auto;touch-action:pan-y;isolation:isolate}
.home-gallery-track{display:flex;gap:var(--slide-gap);width:100%;transform:translateX(calc((100% - var(--slide-width))/2 - var(--position) * (var(--slide-width) + var(--slide-gap))));transition:transform .85s cubic-bezier(.22,.68,.18,1);will-change:transform}
.home-gallery-track.is-resetting,.home-gallery-track.is-resetting .home-gallery-slide{transition:none}
.home-gallery-slide{flex:0 0 var(--slide-width);min-width:0;height:clamp(340px,46vw,640px);margin:0;background:#20252a;opacity:.5;transition:opacity .85s ease}
.home-gallery-slide.is-current{opacity:1}
.home-gallery-slide a{display:block;height:100%}
.home-gallery-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 20%;user-select:none;-webkit-user-drag:none}
.home-gallery-slide a:focus-visible{outline:3px solid #fff;outline-offset:-7px}
.home-gallery-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:48px;height:48px;border:0;background:#fffffff0;color:#20252a;font-size:1.5rem;line-height:1}
.home-gallery-arrow:hover{background:#fff}.home-gallery-prev{left:24px}.home-gallery-next{right:24px}
.home-gallery-bottom{max-width:1600px;margin:auto;padding:18px 7% 0;display:flex;align-items:center;justify-content:space-between;gap:20px}
.home-gallery-credit{font-size:.875rem;color:var(--muted)}
.home-gallery-tools{display:flex;align-items:center;gap:30px}
.home-gallery-playback{display:flex;align-items:center;gap:10px;min-height:44px;border:0;background:none;padding:4px 0;font-size:.875rem;color:var(--muted)}
.home-gallery-playback [data-playback-symbol]{width:14px;text-align:center;color:var(--ink)}
.home-gallery [hidden]{display:none!important}
.home-gallery-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:700px){.home-gallery{padding-bottom:34px;scroll-margin-top:28px}.home-gallery-heading{margin-bottom:24px}.home-gallery-viewport{--slide-width:78%;--slide-gap:10px}.home-gallery-slide{height:clamp(350px,108vw,560px)}.home-gallery-prev{left:10px}.home-gallery-next{right:10px}.home-gallery-arrow{width:44px;height:44px;font-size:1.35rem}.home-gallery-bottom{padding-top:13px;gap:10px;align-items:flex-start;flex-wrap:wrap}.home-gallery-credit{padding-top:12px}.home-gallery-tools{gap:20px}.home-gallery-tools .text-link{min-height:44px}.home-gallery-credit,.home-gallery-playback,.home-gallery-tools .text-link{font-size:.875rem}}
@media(prefers-reduced-motion:reduce){.home-gallery-track,.home-gallery-slide{transition:none}}
