@font-face{font-family:Pretendard;src:url(/fonts/pretendard-variable.woff2) format("woff2");font-style:normal;font-weight:100 900;font-display:swap}:root{--white:#ffffff;--gray100:#f9f9f9;--gray200:#f2f2f2;--gray300:#57575c;--gray500:#2b2b2b;--black:#000000;--line200:#d2d2d2;--line100:#f2f2f2;--text:#000000;--text-muted:#57575c;--text-inv:#ffffff;--bg:#ffffff;--header-h:6.4rem;--ease:cubic-bezier(0.2,0.8,0.4,1);--radius-card:1.3rem;--radius-pill:2rem}html[data-theme=dark]{--bg:#000000;--text:#ffffff;--text-muted:#d2d2d2;--text-inv:#000000;--gray100:#111111;--gray200:#2b2b2b;--line100:#2b2b2b;--line200:#57575c;--white:#111111;--black:#ffffff}html[data-theme=beige]{--bg:#f8f1e8;--gray100:#f3ebe0;--gray200:#efe2cd}html[data-text=sm]{font-size:56.25%}html[data-text=md]{font-size:62.5%}html[data-text=lg]{font-size:70%}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-width:320px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,sans-serif;font-size:62.5%;font-weight:600;letter-spacing:-.02em;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;transition:color .6s,background-color .6s}html{overflow-y:scroll;scrollbar-gutter:stable}html[data-text=lg] body,html[data-text=md] body,html[data-text=sm] body{font-size:inherit}body{font-size:1.6rem;line-height:1.6}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0}ol,ul{padding:0;list-style:none}img{max-width:100%;height:auto;display:block;border:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;letter-spacing:inherit;color:inherit;background:none;border:0}button{cursor:pointer}::selection{background:#000;color:#fff}html[data-theme=dark] ::selection{background:#fff;color:#000}.sr-only{width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.skip,.sr-only{position:absolute}.skip{left:2.5rem;top:-4rem;z-index:200;height:2.8rem;padding:0 1.2rem;display:flex;align-items:center;background:#000;color:#fff;font-size:1.4rem;border-radius:0}.skip:focus{top:0}:focus-visible{outline:2px solid #1878f0;outline-offset:3px}#page-top-scroll{position:fixed;top:0;left:0;z-index:999;height:.2rem;width:0;background:var(--black);transform-origin:left}.header{width:100%;height:var(--header-h);padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;background:transparent;position:sticky;top:0;z-index:99;overflow:visible;transition:background-color .4s ease,color .4s ease;color:var(--header-fg,#000)}.header.is-open,.header.is-solid,.header:hover,html.is-scrolled .header{background:var(--bg);color:var(--text);--header-fg:var(--text)}html[data-hero=dark] .header:not(:hover):not(.is-solid):not(.is-open){--header-fg:#fff}html[data-hero=dark] .header:not(:hover):not(.is-solid):not(.is-open) .brand img{filter:invert(1)}html[data-hero=light] .header:not(:hover):not(.is-solid):not(.is-open){--header-fg:#000}.header.is-solid{--header-fg:var(--text)}.brand{display:flex;align-items:center;gap:.8rem;z-index:100;font-size:1.8rem;letter-spacing:.12em}.brand img{width:2.2rem;height:2.2rem;object-fit:cover;border-radius:50%}.brand strong{font-weight:600}.gnb{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:99}.gnb>ul{display:flex;align-items:flex-start;justify-content:center;column-gap:3.2rem}.gnb>ul>li{position:relative;width:16rem;flex:0 0 16rem;flex-direction:column}.gnb>ul>li,.gnb>ul>li>a{display:flex;align-items:center}.gnb>ul>li>a{justify-content:center;height:var(--header-h);font-size:1.9rem;width:100%;text-align:center}.gnb .sub{display:flex;width:16rem;height:27rem;position:absolute;top:var(--header-h);left:50%;transform:translateX(-50%);padding-top:1.8rem;flex-direction:column;flex-wrap:nowrap;align-items:center;row-gap:1.2rem;z-index:3;opacity:0;visibility:hidden;pointer-events:none;text-align:center;transition:opacity .4s ease,visibility .4s ease}.gnb .sub a{font-size:1.4rem;line-height:2.2rem;color:var(--text-muted);width:100%;text-align:center;white-space:nowrap}.gnb .sub a:hover{color:var(--text)}.gnb-bg{display:block;width:100%;position:absolute;top:var(--header-h);left:0;height:27rem;background:var(--bg);z-index:1;border-bottom:1px solid var(--line200);border-top:1px solid var(--line200);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s ease,visibility .4s ease}.header:hover{overflow:visible}.header:hover .gnb>ul{height:30.4rem}.header:hover .gnb .sub,.header:hover .gnb-bg{opacity:1;visibility:visible;pointer-events:auto}.header-btn{display:flex;column-gap:1rem;position:relative;z-index:100}.chip,.header-btn{align-items:center}.chip{height:2.5rem;padding:0 1rem;font-size:1.2rem;display:inline-flex;gap:.4rem;background:var(--gray200);border:1px solid var(--gray200);color:var(--text)}.chip.is-on{background:#000;color:#fff;border-color:#000}html[data-theme=dark] .chip.is-on{background:#fff;color:#000;border-color:#fff}.float-wrap{width:100%;position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:10000;pointer-events:none}.float-wrap button{pointer-events:auto}.fab{width:5rem;height:5rem;padding:0;background:var(--gray200);border-radius:100%;cursor:pointer;position:absolute;display:flex;align-items:center;justify-content:center}.fab-custom{left:2.5rem}.fab-menu{right:2.5rem}.fab-menu-bars{width:1.8rem;height:1.4rem;display:block;position:relative}.fab-menu-bars i,.fab-menu-bars:after,.fab-menu-bars:before{position:absolute;left:0;width:100%;height:.15rem;background:var(--gray300);transition:transform .2s ease-out,top .2s ease-out,opacity .2s ease-out}.fab-menu-bars:after,.fab-menu-bars:before{content:""}.fab-menu-bars:before{top:0}.fab-menu-bars i{top:.62rem}.fab-menu-bars:after{top:1.24rem}.fab-menu.is-open .fab-menu-bars i{opacity:0}.fab-menu.is-open .fab-menu-bars:before{top:.62rem;transform:rotate(45deg)}.fab-menu.is-open .fab-menu-bars:after{top:.62rem;transform:rotate(-45deg)}.custom-panel{width:36%;max-width:42rem;height:100vh;display:flex;flex-flow:column;padding:3rem 2.5rem 2.5rem;position:fixed;top:0;left:-36%;background:var(--bg);z-index:9999;overflow-y:auto;transition:left .5s var(--ease);pointer-events:auto}.custom-panel.is-open{left:0}.custom-panel>p{padding-bottom:3rem;border-bottom:1px solid var(--line100);text-align:center;font-size:1.6rem;line-height:2.8rem;word-break:keep-all}.custom-group{padding:3rem 0 0;display:flex;flex-flow:column;row-gap:2rem;align-items:center}.custom-group h6{font-size:1.2rem;line-height:1.8rem}.swatches{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.swatch{width:4rem;height:4rem;border-radius:100%;border:1px solid transparent;position:relative}.swatch.is-on:after{content:"";position:absolute;inset:-.5rem;border:.25rem solid #2b2b2b;border-radius:100%}.swatch-white{background:#fff;border-color:#000}.swatch-black{background:#000}.swatch-beige{background:#f8f1e8;border-color:#000}.size-btn{width:fit-content;height:2.8rem;padding:0 1.2rem;border-radius:1.4rem;background:var(--gray200);font-size:1.4rem}.size-btn.is-on{outline:.25rem solid #2b2b2b}.wipe{width:0;height:0;border-radius:100%;background:#000;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1000;pointer-events:none;transition:width 1s var(--ease),height 1s var(--ease)}.wipe.is-open{width:200vw;height:200vw}.page-gnb{opacity:0;position:fixed;inset:0;width:100%;height:100vh;z-index:-10;color:#fff;pointer-events:none;transition:opacity 1s var(--ease)}.page-gnb.is-open{opacity:1;z-index:9998;pointer-events:auto}.page-gnb-head{height:var(--header-h);padding:0 2.5rem;display:flex;align-items:center;justify-content:flex-end;column-gap:1rem;position:relative}.page-gnb-head .brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff}.page-gnb-body{height:calc(100% - var(--header-h));padding:5.6rem 2.5rem 0;flex-flow:column}.page-gnb-body,.search{display:flex;align-items:center}.search{width:min(36rem,100%)}.search input{flex:1 1;padding:0 1rem;border:1px solid #aaa;border-right:0;border-radius:.4rem 0 0 .4rem;color:#fff}.search button,.search input{height:3.6rem;font-size:1.4rem}.search button{padding:0 1.4rem;border:1px solid #aaa;border-radius:0 .4rem .4rem 0;color:#aaa}.mega{width:min(102rem,100%);height:calc(100% - 3.6rem);display:flex;align-items:flex-start;justify-content:center;column-gap:8rem;position:relative;overflow:auto;padding:4rem 0 8rem}.mega-col{width:22rem;display:flex;flex-flow:column;row-gap:1.6rem;align-items:center;justify-content:flex-start}.mega-col a{color:#fff;font-size:1.8rem;line-height:2.6rem;text-transform:uppercase}.mega-col .child a{color:#aaa;line-height:3.2rem;text-transform:none}.mega-col li{display:flex;flex-flow:column;row-gap:1rem;align-items:center;text-align:center}.mega-util{display:flex;gap:1.6rem;margin-top:2rem;font-size:1.4rem;color:#aaa}.hero-wrap{height:100vh;margin-top:calc(var(--header-h) * -1)}.hero,.hero-wrap{width:100%;position:relative}.hero{height:100%;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;pointer-events:none}.hero-slide.is-on{opacity:1;z-index:1;pointer-events:auto}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-info{display:flex;flex-flow:column;width:40%;max-width:60rem;padding:1.5rem;border-radius:var(--radius-card);position:absolute;left:2.5rem;bottom:-3rem;opacity:0;transition:opacity .75s,bottom .75s}.hero-slide.is-on .hero-info{bottom:2rem;opacity:1}.hero-info.is-dark{background:rgba(0,0,0,.8);color:#fff}.hero-info.is-light{background:rgba(248,249,253,.8);color:#000}.hero-info h2{font-size:2rem;text-align:center;line-height:2.6rem;font-weight:600}.hero-info .pill{margin:.8rem auto 0}.hero-info .desc{margin-top:1.6rem;font-size:1.6rem;line-height:2.8rem;text-align:center;opacity:.86}.hero-dots{position:absolute;right:2.5rem;bottom:2rem;z-index:3;display:flex;column-gap:.8rem}.hero-dots button{width:1rem;height:1rem;border-radius:100%;background:#fff;opacity:.3}.hero-dots button.is-on{background:var(--gray200);opacity:1}.scroll-hint{width:5rem;height:5rem;border-radius:100%;background:var(--gray200);position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:9;display:flex;align-items:center;justify-content:center}.scroll-hint i{width:1.2rem;height:1.2rem;border-right:.2rem solid #57575c;border-bottom:.2rem solid #57575c;transform:rotate(45deg) translate(-.2rem,-.2rem);animation:hint 1.6s ease-in-out infinite}@keyframes hint{0%,to{opacity:.3;transform:rotate(45deg) translate(-.4rem,-.4rem)}50%{opacity:1;transform:rotate(45deg) translate(0)}}.main-wrap{width:100%;padding:5rem 10% 10rem;background:var(--bg);position:relative;z-index:10}.section+.section{margin-top:8rem}.section-head{display:flex;flex-flow:column;align-items:center;row-gap:1rem;margin-bottom:3rem}.section-head h2{text-align:center;font-size:3.6rem;line-height:4.4rem;font-weight:600;word-break:keep-all}.pill{height:3.2rem;padding:0 1.5rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;letter-spacing:.02em;color:var(--text-muted);background:var(--gray200);border:1px solid var(--gray200);border-radius:var(--radius-pill);gap:.6rem}.pill:hover{color:var(--text)}.rail-wrap{display:flex;flex-direction:column;gap:2rem}.rail-controls{display:flex;justify-content:center;gap:1.2rem}.rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;min-width:0}.rail-card{display:flex;flex-flow:column;row-gap:1.4rem;cursor:pointer}.rail-card .img{position:relative;overflow:hidden;line-height:1}.rail-card img{width:100%;aspect-ratio:3/4;object-fit:cover}.rail-card .img:before{content:"";width:100%;height:2.2rem;background:var(--bg);position:absolute;bottom:-2.2rem;left:0;transition:bottom .4s ease-in-out}.rail-card:hover .img:before{bottom:0}.rail-card .info{display:flex;flex-flow:column;row-gap:.5rem}.rail-card .info strong{font-size:1.8rem;line-height:2.6rem;font-weight:600}.rail-card .info p{font-size:1.4rem;line-height:2.2rem;color:var(--text-muted)}.rail-nav{width:5rem;height:5rem;margin:0;border-radius:100%;background:var(--gray200);display:flex;align-items:center;justify-content:center}.rail-nav:before{content:"";width:1rem;height:1rem;border-top:.2rem solid #57575c;border-right:.2rem solid #57575c}.rail-nav.prev:before{transform:rotate(-135deg)}.rail-nav.next:before{transform:rotate(45deg)}.post-list{width:100%;display:flex;flex-wrap:wrap;gap:4rem 2rem;justify-content:center}.post-list.grid-3>li{width:calc((100% - 4rem) / 3)}.post-list.grid-4>li{width:calc((100% - 6rem) / 4)}.post-card{display:flex;flex-flow:column;row-gap:1.4rem}.post-card .img{position:relative;overflow:hidden}.post-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.post-card .img:before{content:"";width:100%;height:2.2rem;background:var(--bg);position:absolute;bottom:-2.2rem;left:0;transition:bottom .4s ease-in-out}.post-card:hover .img:before{bottom:0}.post-card h3{font-size:1.8rem;line-height:2.8rem;font-weight:600}.post-card p{font-size:1.4rem;line-height:2.4rem;color:var(--text-muted)}.post-card .kicker{font-size:1.2rem;color:var(--text-muted);margin-bottom:.4rem}.notice-list{border-top:1px solid var(--line200)}.notice-list li{min-height:4.5rem;display:grid;grid-template-columns:minmax(0,1fr) 12.6rem;align-items:center;column-gap:2.4rem;font-size:1.6rem;line-height:2.8rem;border-bottom:1px solid var(--line200);color:var(--text-muted)}.notice-list a{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.notice-list .date{width:12.6rem;text-align:right;white-space:nowrap}.notice-detail h1{font-size:2.4rem;line-height:3.2rem;text-align:center;font-weight:600;word-break:keep-all}.footer{width:100%;padding:2.5rem;display:flex;flex-flow:column;row-gap:5rem;border-top:1px solid var(--line100);background:var(--bg)}.footer-info{display:flex;align-items:flex-start;justify-content:space-between}.footer-info .who{font-size:1.8rem;line-height:2.6rem;margin-bottom:1rem}.footer-info p{font-size:1.6rem;line-height:2.8rem}.sns{display:flex;align-items:center;column-gap:1rem;font-size:1.4rem}.sns a{width:3.2rem;height:3.2rem;display:grid;place-items:center;background:var(--gray200);border-radius:50%;font-size:1.1rem}.footer-desc{display:flex;flex-flow:column;align-items:flex-start;gap:2rem}.footer-menu{flex-wrap:wrap}.footer-menu,.footer-menu li{display:flex;align-items:center}.footer-menu li+li:before{content:"｜"}.copyright,.footer-menu a,.footer-menu button{font-size:1.4rem}.copyright{width:100%;text-align:center}.demo-note{font-size:1.3rem;color:var(--text-muted);margin-top:1.2rem}.container{padding:0 10% 10rem;margin-top:5.6rem;min-height:calc(100vh - 12rem)}.page-title{margin-bottom:5rem;display:flex;align-items:center;justify-content:center;flex-flow:column;row-gap:2rem}.page-title h1{text-align:center;font-size:3.6rem;line-height:4.5rem;text-transform:uppercase;font-weight:600}.page-title p{max-width:64rem;text-align:center;font-size:1.6rem;line-height:2.6rem;color:var(--text-muted);word-break:keep-all}.tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem}.tabs a,.tabs button{height:3.2rem;padding:0 1.6rem;border-radius:var(--radius-pill);font-size:1.4rem;color:var(--text-muted);background:var(--gray200)}.tabs .is-on{background:#000;color:#fff}html[data-theme=dark] .tabs .is-on{background:#fff;color:#000}.detail{max-width:72rem;margin:0 auto;display:flex;flex-flow:column;row-gap:2rem}.detail img{width:100%}.detail h2{font-size:2rem;line-height:3.2rem;text-align:center}.detail .meta{text-align:center;font-size:1.6rem;line-height:2.4rem;color:var(--text-muted)}.detail .body{font-size:1.6rem;line-height:2.8rem;word-break:keep-all}.back-pill{margin:3rem auto 0;display:flex;justify-content:center}.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.split img{width:100%}.prose h2{font-size:2.4rem;line-height:3.2rem;margin-bottom:1.2rem}.prose p{font-size:1.6rem;line-height:2.8rem;color:var(--text-muted);word-break:keep-all}.prose+.prose{margin-top:4rem}.hours{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.hours article{padding:2.4rem;background:var(--gray100)}.hours h3{font-size:1.8rem;margin-bottom:1rem}.hours li,.hours p{font-size:1.5rem;line-height:2.4rem;color:var(--text-muted)}.floors{display:flex;flex-flow:column}.floors li{display:grid;grid-template-columns:6rem 16rem 1fr;gap:2rem;padding:1.6rem 0;border-bottom:1px solid var(--line200);font-size:1.5rem}.floors strong{font-size:1.6rem}.faq details{border-bottom:1px solid var(--line200);padding:1.4rem 0}.faq summary{cursor:pointer;font-size:1.6rem;line-height:2.6rem;list-style:none;display:flex;justify-content:space-between;gap:2rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--text-muted)}.faq details[open] summary:after{content:"–"}.faq p{margin-top:1rem;font-size:1.5rem;line-height:2.4rem;color:var(--text-muted)}.tiers{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.tier{padding:3rem 2.4rem;border:1px solid var(--line200)}.tier h3{font-size:2rem;margin-bottom:.8rem}.tier .price{font-size:1.6rem;margin-bottom:1.6rem}.tier li{font-size:1.5rem;line-height:2.4rem;color:var(--text-muted)}.form{max-width:64rem;margin:0 auto;display:grid;gap:1.6rem}.form label{display:flex;flex-flow:column;gap:.6rem;font-size:1.4rem}.form input,.form select,.form textarea{height:3.6rem;padding:0 1rem;border:1px solid var(--line200);border-radius:.4rem;background:var(--bg)}.form textarea{height:auto;padding:1rem;resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.form-check{flex-direction:row;align-items:flex-start;gap:.8rem;font-size:1.3rem;color:var(--text-muted)}.form-check input{width:1.4rem;height:1.4rem;accent-color:#000}.form button[type=submit]{height:3.6rem;background:var(--gray500);color:#d2d2d2;border-radius:.4rem}.form-notice{opacity:0;font-size:1.4rem;color:var(--text-muted)}.form-notice.is-on{opacity:1}.map{min-height:28rem;background:var(--gray100) url(/img/hero-market.webp) center/cover;position:relative}.map:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.72)}.map-inner{position:relative;z-index:1;padding:4rem 2rem;text-align:center}.map-inner strong{display:block;font-size:1.8rem;margin-bottom:.8rem}.marquee{overflow:hidden;border-top:1px solid var(--line100);border-bottom:1px solid var(--line100);padding:1.2rem 0;font-size:1.4rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}.marquee-track{display:flex;width:max-content;gap:4rem;animation:marquee 28s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media screen and (max-width:1080px){.gnb,.gnb-bg{display:none!important}}@media screen and (max-width:767px){.header{height:5.2rem;padding:0 1rem}.header .header-btn>.chip:not(.lang){display:none}.brand{position:absolute;left:50%;transform:translateX(-50%);font-size:1.6rem}.float-wrap{top:auto;transform:none;bottom:1.5rem}.fab{width:4rem;height:4rem}.fab-custom{left:1rem;bottom:0}.fab-menu{right:1rem;bottom:0}.fab-menu-bars{width:1.6rem;height:1.2rem}.fab-menu-bars i,.fab-menu-bars:after,.fab-menu-bars:before{height:1px}.fab-menu-bars i{top:.55rem}.fab-menu-bars:after{top:1.1rem}.fab-menu.is-open .fab-menu-bars:after,.fab-menu.is-open .fab-menu-bars:before{top:.55rem}.custom-panel{width:100%;max-width:none;left:-100%;padding:3rem}.wipe.is-open{width:300vw;height:300vw}.page-gnb-head{height:5.2rem;padding:0 1rem}.page-gnb-body{padding:4.8rem 3rem 0}.mega{width:100%;max-width:none;display:flex;flex-flow:column;align-items:center;row-gap:4rem;overflow-y:auto;padding:3rem 0 10rem;height:calc(100% - 3.2rem)}.mega-col{width:100%;height:auto;padding:0}.hero-wrap{margin-top:-5.2rem}.hero-info{width:calc(100% - 2rem);left:1rem;border-radius:.4rem}.hero-slide.is-on .hero-info{bottom:8.8rem;padding:2rem 1.5rem}.hero-info h2{font-size:1.6rem;line-height:2.4rem}.hero-dots{right:1rem;bottom:7rem}.scroll-hint{width:4rem;height:4rem;bottom:1.5rem}.main-wrap{padding:5rem 3rem 8rem}.section-head h2{font-size:3rem;line-height:3.9rem}.rail{grid-template-columns:1fr 1fr;gap:1.6rem}.rail-card .info strong{font-size:1.4rem;line-height:2.4rem}.rail-nav{width:4rem;height:4rem}.post-list.grid-3>li{width:100%}.post-list.grid-4>li{width:calc((100% - 1.6rem) / 2)}.notice-list li{min-height:3.7rem;padding:1rem 0;grid-template-columns:1fr;row-gap:.4rem;font-size:1.4rem}.notice-list a{white-space:normal}.notice-list .date{width:100%;text-align:left}.footer{padding:2rem;row-gap:4rem}.footer-info{position:relative}.sns{position:absolute;top:0;right:0}.footer-desc{padding-bottom:0}.copyright{font-size:1.2rem}.container{padding:0 3rem 10rem;margin-top:4.8rem}.page-title h1{font-size:3rem;line-height:3.9rem}.form-grid,.hours,.split,.tiers{grid-template-columns:1fr}.floors li{grid-template-columns:5rem 1fr}.floors li span:last-child{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}.hero-slide{transition:none}.marquee-track{animation:none}}