.section-location-map{padding:4vw 0}.section-location-map .location-tab-buttons{align-items:center;display:flex;justify-content:center;margin-top:60px}.section-location-map .location-tab-buttons .btn-tab{appearance:none;background:transparent;border:0;color:var(--white);cursor:pointer;font-size:16px;font-weight:var(--medium);line-height:1;opacity:.5;text-align:center;transition:all .2s ease-in-out;width:50%}.section-location-map .location-tab-buttons .btn-tab:after{background-color:transparent;border-radius:2px;content:"";display:block;height:4px;margin-top:10px;transition:background-color .2s ease-in-out;width:100%}.section-location-map .location-tab-buttons .btn-tab.active,.section-location-map .location-tab-buttons .btn-tab:hover{opacity:1}.section-location-map .location-tab-buttons .btn-tab.active:after{background-color:var(--blue-light)}.section-location-map .location-tab-cnt{background:var(--white);min-height:110px;padding-block:25px 15px;transition:min-height .2s ease-in-out}.section-location-map .location-brands{display:flex;justify-content:center}.section-location-map .location-brands-list{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}.section-location-map .location-brands-list:not(:last-child):after{background:var(--gray);content:"";display:block;height:40px;margin:15px;width:1px}.section-location-map .location-brands-list>li{border-bottom:2px solid transparent;cursor:pointer;margin:10px 7px;transition:all .2s ease-in-out}.section-location-map .location-brands-list>li.active,.section-location-map .location-brands-list>li:hover{border-bottom-color:var(--blue-light)}.section-location-map .location-brands-list>li.inactive{opacity:.5}.section-location-map .location-brands-list>li.inactive:hover{opacity:1}.section-location-map .location-search{background:var(--white);color:var(--black);margin:10px 0}.section-location-map .location-search-wrap{display:flex;gap:15px;justify-content:center;position:relative}.section-location-map .location-search-wrap svg path{fill:var(--gray);transition:all .3s ease}.section-location-map .location-search-wrap svg.active path{fill:var(--blue-light)}.section-location-map .location-search-wrap input{border:none;border-bottom:2px solid var(--gray);color:var(--black);font-size:24px;font-weight:var(--regular);margin-bottom:0;max-width:470px;outline:none;padding:0 30px 5px 0;transition:all .3s ease;width:100%}.section-location-map .location-search-wrap input:focus{border-color:var(--blue-light)}.section-location-map .location-search-wrap .input-wrap{position:relative;width:470px}.section-location-map .location-search-wrap .input-wrap .btn-x{background:transparent;border:none;display:none;outline:none;position:absolute;right:0;top:0;transition:all .2s ease-in-out}.section-location-map .location-search-wrap .input-wrap .btn-x:disabled{opacity:.4}.section-location-map .location-search-wrap input:not(:placeholder-shown)+.btn-x{display:block!important}.section-location-map .location-search-message{display:block;font-size:16px;line-height:1.2;padding-top:10px;text-align:center}.section-location-map .location-map{background-color:var(--gray);min-height:min(50vh,570px);overflow:hidden;position:relative;transition:all .3s ease;width:100%}.section-location-map .location-map.no-result:before{background:rgba(0,0,0,.85) 0;height:100%}.section-location-map .location-map:before{align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.4),transparent);color:#fff;content:attr(title);display:flex;font-size:20px;font-weight:var(--regular);height:4px;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}#map-box{font-family:Montserrat,sans-serif;min-height:min(50vh,570px);width:100%}#map-box .marker{background-image:url(/build/images/ico-pin-map.4372f305.png);background-position:50%;background-repeat:no-repeat;background-size:31px 45px;border:none;cursor:pointer;display:block;height:46px;padding:0;transition-duration:.2s;transition-property:filter,height,width,background-size;transition-timing-function:ease-in-out;width:32px}#map-box .marker:hover{filter:brightness(1.5)}#map-box .marker.active{background-image:url(/build/images/ico-pin-map-selected.7fbac94d.png);background-size:53px 72px;height:72px;width:53px}#map-box .marker.hidden{display:none}#map-box .aside-info{background-color:rgba(0,0,0,.85);height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .4s ease-in-out;width:max(150px,25%);z-index:1}#map-box .aside-info.active{transform:translateX(0);z-index:10}#map-box .aside-info-cnt{max-height:100%;overflow-x:hidden;overflow-y:auto;padding:30px 20px}#map-box .aside-info-cnt .c{border-bottom:1px solid hsla(0,0%,89%,.3);color:var(--white);display:block;font-family:Montserrat,sans-serif;margin-bottom:20px}#map-box .aside-info-cnt .c>*{margin-bottom:10px}#map-box .aside-info-cnt .c h4{font-size:16px;font-weight:var(--semibold)}#map-box .aside-info-cnt .c p{font-size:14px;line-height:1.4}#map-box .aside-info-cnt .c p.p{font-size:16px;font-weight:var(--semibold)}#map-box .aside-info-cnt .c p.p:before{content:"\e908";display:inline-flex;font-family:icomoon,sans-serif;margin-right:10px}#map-box .aside-info-cnt .c p.b{color:var(--blue-light);font-size:13px}#map-box .aside-info-cnt .c a.l{color:var(--white);display:block;font-size:12px;font-weight:var(--medium);line-height:20px;text-align:right;transition:color .2s ease-in-out}#map-box .aside-info-cnt .c a.l .fa,#map-box .aside-info-cnt .c a.l:hover{color:var(--blue-light)}#map-box .btn-x{position:fixed;right:10px;top:0;z-index:1}#map-box .btn-x:after,#map-box .btn-x:before{background:var(--white)}#map-box .btn-x:hover:after,#map-box .btn-x:hover:before{background:var(--blue-light)}.location_list .section-location-map .section-title{color:var(--black)}.location_list .section-location-map .location-tab-buttons .btn-tab{color:var(--dark)}.location_list .section-location-map .location-tab-buttons .btn-tab:after{background-color:var(--gray)}.location_list .section-location-map .location-tab-buttons .btn-tab.active:after{background-color:var(--blue-light)}.location_list .section-location-map .location-tab-cnt{background:var(--white)}.location_list .sedi-container{margin-top:30px}.location_list .sedi-container .tag-container{display:flex;flex-wrap:wrap;margin-top:60px}.location_list .sedi-container .tag-container div{margin-bottom:20px;margin-right:5px}.location_list .sedi-container .tag-container div.tag-category{font-size:14px;line-height:26px;margin-right:10px}.location_list .sedi-container .tag-container .tag+.tag-category{margin-left:30px}.location_list .list{display:flex;padding:20px 0 120px}@media (max-width:768px){.location_list .sedi-container{padding-top:30px}.location_list .list{padding-top:20px}.location_list .location-list-head{display:flex;flex-direction:column;padding-top:30px}.location_list .location-list-head .result-number{align-items:baseline;display:flex;font-size:16px;font-weight:var(--semibold);line-height:30px;margin-top:30px}.location_list .location-list-head .result-number .text-blue{color:var(--blue);font-size:24px;margin-right:5px}.location_list .location-list-head .select-container{margin-bottom:10px;width:100%}.location_list .location-card.dark-text{border:none;margin:0}}