.dropdown{position:relative;width:100%}.dropdown .border-bottom{position:absolute;bottom:0;width:100%;height:1px;background-color:#000}.dropdown .wrap-selected-txt{display:flex;flex-wrap:nowrap;align-items:center;color:#000;padding-right:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;width:100%;min-height:24px}.dropdown .wrap-selected-txt .selected-txt{font-size:16px;line-height:24px;color:inherit;white-space:nowrap}.dropdown .wrap-selected-txt .icon{position:absolute;top:50%;transform:translateY(-50%) rotate(0deg);right:0;font-size:14px;line-height:16px;transition:transform .25s ease;color:inherit}.dropdown .wrap-selected-txt .placeholder{position:absolute;top:0;left:0;font-size:inherit;color:inherit;line-height:inherit;transition:all .17s ease}.dropdown .wrap-selected-txt.have-data .placeholder{font-size:13px;line-height:16px;top:-16px}.dropdown .wrap-selection{position:absolute;z-index:100;top:calc(100% + 20px);left:50%;right:0;width:100%;height:-moz-fit-content;height:fit-content;max-height:300px;border-radius:6px;overflow:hidden;box-shadow:0 10px 40px 0 rgba(0,0,0,.1);opacity:0;pointer-events:none;transform:translateX(-50%);transition:top .4s ease,opacity .2s ease}.dropdown .wrap-selection.end:before{content:none}.dropdown .wrap-selection:before{content:"";position:absolute;z-index:10;height:80px;bottom:0;background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 80%,#fff);left:0;right:0;width:100%;pointer-events:none}.dropdown .select-dropdown{height:-moz-fit-content;height:fit-content;overflow:auto;max-height:300px;background-color:#fff;padding:18px 0;box-shadow:0 10px 40px 0 rgba(0,0,0,.1)}.dropdown .select-dropdown .dropdown-item.dropdown-item{position:relative;padding:8px 30px;font-size:14px;line-height:18px;cursor:pointer;transition:.3s ease}.dropdown .select-dropdown .dropdown-item.dropdown-item.selected{color:#f47a21;cursor:default}.dropdown .select-dropdown .dropdown-item.dropdown-item.selected.have_checking:before{content:"\e90b";font-family:icon-scasset!important;position:absolute;right:30px;top:50%;transform:translateY(-50%);color:#666;font-size:14px;line-height:18px}.dropdown .select-dropdown .dropdown-item.dropdown-item.disabled{color:#ccc;pointer-events:none}.dropdown .select-dropdown .dropdown-item.dropdown-item:hover{color:#f47a21}.dropdown.opened .wrap-selection{top:calc(100% + 5px);opacity:1;pointer-events:all}.dropdown.opened .wrap-selected-txt .icon:not(.customised){transform:translateY(-50%) rotate(180deg)}@media(max-width:450px){.dropdown:first-child .wrap-selection{left:0;right:auto;transform:translateX(0)}.dropdown:last-child .wrap-selection{left:auto;transform:translateX(0)}}.searchable-dropdown_root__KnVNk{display:block}.searchable-dropdown_root__KnVNk+ul{padding-top:0!important}.searchable-dropdown_root__KnVNk,.searchable-dropdown_root__KnVNk .container_search{position:relative}.searchable-dropdown_root__KnVNk .placeholder_search{position:absolute;left:0;top:0;padding:8px 30px;pointer-events:none;font-size:16px;line-height:30px;width:100%;height:50px;color:#939597}.searchable-dropdown_root__KnVNk .input_search{display:block;padding:8px 30px;width:100%;height:50px;font-size:16px;line-height:30px}.project-compare-panel{position:fixed;z-index:1200;top:-100px;left:0;width:100%;height:80px;background-color:#fff;padding:10px 40px;display:flex;align-items:center;animation-duration:.6s;animation-timing-function:ease;animation-iteration-count:1;animation-fill-mode:forwards}.project-compare-panel.closing{animation-name:appear-out}.project-compare-panel.show:not(.closing){animation-name:appear-in}@keyframes appear-in{0%{top:-100px}to{top:0}}@keyframes appear-out{0%{top:0}to{top:-100px}}.project-compare-panel .close-btn{display:inline-flex;justify-content:center;font-size:20px;line-height:20px;color:#000;margin-right:40px;cursor:pointer}.project-compare-panel .close-btn .txt{font-size:16px;line-height:20px;margin-left:10px}.project-compare-panel .overflow-list-compare{position:relative;width:calc(100% - 420px);overflow:hidden}.project-compare-panel .overflow-list-compare:after,.project-compare-panel .overflow-list-compare:before{content:"";position:absolute;top:0;height:100%;width:120px;z-index:30;opacity:0;pointer-events:none}.project-compare-panel .overflow-list-compare:before{left:0;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.project-compare-panel .overflow-list-compare:after{right:0;background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0))}.project-compare-panel .overflow-list-compare.begin:after,.project-compare-panel .overflow-list-compare.between:after,.project-compare-panel .overflow-list-compare.between:before,.project-compare-panel .overflow-list-compare.end:before{opacity:1}.project-compare-panel .list-compare{height:100%;column-gap:40px;overflow:auto;width:100%;padding-bottom:50px;margin-bottom:-50px}.project-compare-panel .compare-summary{position:absolute;top:50%;transform:translateY(-50%);right:40px;display:flex;align-items:center;column-gap:20px;background-color:#fff}.project-compare-panel .compare-summary .hint{text-align:right}.project-compare-panel .compare-summary .button-orange{font-size:16px}.compare-item .wrap-img{position:relative;padding-top:50px;width:80px}.compare-item .wrap-img img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}.compare-item .compare-brand{margin-left:10px;font-size:13px;line-height:18px;white-space:nowrap}.compare-item .compare-name{line-height:20px;white-space:nowrap}.compare-item .remove-btn{background:rgba(0,0,0,.2);border-radius:30px;margin-left:8px;padding:3px;width:24px;height:24px;min-width:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}.compare-item .remove-btn:hover{background:rgba(0,0,0,.5)}.compare-item .remove-btn .icon{font-size:12px;line-height:12px;color:#fff}@media(max-width:767px){.project-compare-panel{padding:15px!important;height:-moz-fit-content!important;height:fit-content!important;align-items:center;justify-content:space-between;row-gap:20px}.project-compare-panel .close-btn{font-size:15px;line-height:15px;margin-right:5px}.project-compare-panel .list-compare{display:none}.project-compare-panel .compare-summary{position:relative;right:0;top:0;transform:translateY(0);justify-content:space-between;column-gap:13px}.project-compare-panel .compare-summary .hint{font-size:15px}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.modal-compare{position:fixed;z-index:1205;top:0;left:0;width:100%;height:100vh;background-color:#fff;padding:0 40px;transform:scale(.9);opacity:0;pointer-events:none;animation-duration:.4s;animation-timing-function:ease;animation-iteration-count:1;animation-fill-mode:forwards}.modal-compare.show{animation-name:zoom-in;pointer-events:all}.modal-compare.closing{animation-name:zoom-out}.modal-compare .compare-summary{position:absolute;top:50%;transform:translateY(-50%);right:40px;display:flex;align-items:center;column-gap:20px}.modal-compare .compare-summary .button-orange{font-size:16px}.modal-compare .close-btn{position:fixed;z-index:1300;top:30px;left:40px;display:inline-flex;justify-content:center;font-size:20px;line-height:20px;color:#000;margin-right:40px;cursor:pointer}.modal-compare .close-btn .txt{font-size:16px;line-height:20px;margin-left:10px}.compare-item-area{width:100%;height:100%;overflow:auto}.list-compares{padding:80px 0}.list-compares .row-item{column-gap:40px}.list-compares .col-item{position:relative;width:calc(33.3333% - 30px)}.list-compares .col-item .close-btn{position:absolute;top:10px;right:10px;left:auto;width:28px;height:28px;background-color:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);border-radius:30px;display:flex;justify-content:center;align-items:center;margin-right:0;cursor:pointer;z-index:10;transition:background-color .3s ease}.list-compares .col-item .close-btn .icon{font-size:12px;line-height:12px;color:#fff}.list-compares .col-item .close-btn:hover{background-color:rgba(0,0,0,.5)}.list-compares .col-item .wrap-img{position:relative;padding-top:75%}.list-compares .col-item .wrap-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.list-compares .col-item .col-block{margin-top:40px}.list-compares .col-item .col-block .title{font-size:16px;line-height:24px}.list-compares .col-item .brand_name{font-size:16px;line-height:24px;margin-top:20px}.list-compares .col-item .project_name{font-size:22px;line-height:28px;margin-top:2px}.list-compares .col-item .facility-block .title{font-size:16px;line-height:24px}.list-compares .col-item .facility,.list-compares .col-item .living,.list-compares .col-item .wrap-info{display:flex;flex-direction:column;row-gap:14px;font-size:16px;line-height:24px;margin-top:16px}.list-compares .col-item .facility .wrap-icon,.list-compares .col-item .living .wrap-icon,.list-compares .col-item .wrap-info .wrap-icon{width:24px;min-width:24px;height:24px;margin-right:12px;-webkit-mask-image:var(--icon-image);mask-image:var(--icon-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.list-compares .col-item .facility .wrap-icon .mask,.list-compares .col-item .living .wrap-icon .mask,.list-compares .col-item .wrap-info .wrap-icon .mask{background-color:#000;width:100%;height:100%}.list-compares .col-item .facility .wrap-icon img,.list-compares .col-item .living .wrap-icon img,.list-compares .col-item .wrap-info .wrap-icon img{width:100%;height:100%;object-fit:contain}.list-compares .col-item .wrap-info{margin-top:16px}.list-compares .col-item .info .icon{font-size:22px;line-height:22px;color:#000;margin-right:14px}.list-compares .col-item .info .info-name{font-size:16px;line-height:24px;margin-right:20px;min-width:88px}.list-compares .col-item .info .info-content{font-size:16px;line-height:24px}.list-compares .col-item .nearby{margin-top:15px}.list-compares .col-item .nearby .nearby-item:not(:first-child){margin-top:14px}.list-compares .col-item .nearby .nearby-item .distance{font-size:16px;line-height:24px;color:#939597;min-width:50px;margin-right:20px}.list-compares .col-item .nearby .nearby-item .place{font-size:16px;line-height:24px}.compare-item{display:inline-flex;align-items:center;height:100%}.compare-item img{height:100%;width:80px;margin:0}.compare-item .compare-name{margin-left:10px}@media(max-width:767px){.modal-compare{padding:0}.modal-compare .close-btn{position:fixed;z-index:1500;top:24px;left:15px;font-size:15px;line-height:15px}.modal-compare .flex.column-xs{flex-direction:column;align-items:flex-start}.list-compares{width:-moz-fit-content;width:fit-content;padding:68px 15px 60px;overflow:auto}.list-compares .row-item{column-gap:5px}.list-compares .col-item{min-width:170px}.list-compares .col-item .close-btn{width:24px;height:24px;top:7.5px;right:7.5px}.list-compares .col-item .close-btn .icon{font-size:11px;line-height:11px}.list-compares .col-item .brand_name{font-size:11px;line-height:18px}.list-compares .col-item .project_name{font-size:17px;line-height:21px;margin-top:1px}.list-compares .col-item .col-block{margin-top:30px}.list-compares .col-item .col-block .title{font-size:15px;line-height:20px}.list-compares .col-item .info:not(:first-child),.list-compares .col-item .wrap-info{margin-top:20px}.list-compares .col-item .info .icon{margin-right:0}.list-compares .col-item .info .info-name{font-size:14px;line-height:20px;margin-right:0;min-width:100%;margin-top:6px}.list-compares .col-item .info .info-content{font-size:14px;line-height:20px}.list-compares .col-item .nearby .nearby-item:not(:first-child){margin-top:15px}.list-compares .col-item .nearby .nearby-item .distance,.list-compares .col-item .nearby .nearby-item .place{font-size:14px;line-height:20px}}.project-detail-link{color:#fff;display:flex;justify-content:center;align-items:center;padding:12px 20px;font-size:16px;line-height:24px;white-space:nowrap;text-align:center;width:100%}.project-detail-link.half{width:50%}.project-detail-link.half:not(:last-child){border-right:1px solid rgba(0,0,0,.1)}.project-detail-link .icon{font-size:16px;line-height:20px;margin-left:8px;transition:transform .3s ease}.project-detail-link:hover .icon{transform:translateX(5px)}@media(max-width:767px){.project-detail-link{font-size:12px;line-height:16px;padding:10px 15px}.project-detail-link .icon{font-size:12px;line-height:16px;margin-left:4px}}.banner-video-player{height:100%;width:100%;position:relative}.banner-video-player.active{z-index:3}.banner-video-player .sub-video{border-radius:12px}.banner-video-player .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:60px;background:hsla(0,0%,53%,.2);-webkit-backdrop-filter:blur(17.0454540253px);backdrop-filter:blur(17.0454540253px);border:none;cursor:pointer}.banner-video-player .play-button:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(/_next/static/media/icon-video-play.14784a4c.svg);background-position:50%;background-repeat:no-repeat;background-size:20px;width:100%;height:100%}.banner-video-player .play-button:hover{background:hsla(0,0%,53%,.4)}.banner-video-player .play-button.active{animation:pulse-border .5s ease-in;opacity:0}@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}to{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);opacity:0}}.video_banner .player{position:relative;height:100%;width:100%}.video_banner .player .wrap-video{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.video_banner iframe,.video_banner video{width:100%!important;height:100%!important;object-fit:cover}.video_banner .prevideo{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}.video_banner .prevideo .wrap-video{width:100%;height:100%}.section-not-found{padding:80px 20px 120px;text-align:center}.section-not-found .wrap-icon{width:100px;height:90px;margin:auto}.section-not-found .not-found-title{font-size:30px;line-height:36px;margin-top:40px}.section-not-found .not-found-desc{font-size:16px;line-height:24px;color:#888;margin-top:10px}.no-data{width:100%}.no-data .no-data-text{font-size:18px;line-height:24px}@media(max-width:767px){.section-not-found{padding:60px 20px 80px}.section-not-found .not-found-title{font-size:22px;line-height:27px;margin-top:30px}.section-not-found .not-found-desc{font-size:15px;line-height:22px}}.popup-error{position:fixed;z-index:1400;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center}.popup-error .icon_err{max-width:100px;width:100%;margin-bottom:40px}@media(max-width:767px){.popup-error .icon_err{margin-bottom:30px}}.popup-error .error-message{text-align:center}.popup-error .error-message .title{font-size:36px;line-height:52px}.popup-error .error-message .desc{font-size:16px;line-height:24px;margin-top:20px;color:#666}.popup-error .content{position:relative;background-color:#fff;width:calc(100% - 40px);max-width:600px;margin:auto;height:-moz-fit-content;height:fit-content;padding:60px;border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:12px;animation-duration:.35s;animation-timing-function:ease;animation-iteration-count:1;animation-fill-mode:forwards}.popup-error .content.show{animation-name:zoom-in;pointer-events:all}.popup-error .content.closing{animation-name:zoom-out}@keyframes zoom-in{0%{transform:scale(.97);opacity:0}to{transform:scale(1);opacity:1}}@keyframes zoom-out{0%{transform:scale(1);opacity:1}to{transform:scale(.98);opacity:0}}.popup-error .content .close-btn{position:absolute;top:15px;right:15px;background-color:rgba(0,0,0,.25);-webkit-backdrop-filter:blur(11.3636369705px);backdrop-filter:blur(11.3636369705px);padding:8px;border-radius:30px;color:#fff;max-height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease}.popup-error .content .close-btn .icon{font-size:14px;line-height:14px}.popup-error .content .close-btn:hover{background-color:rgba(0,0,0,.5)}.popup-error .content .button-orange{font-size:18px;line-height:24px;padding:16px 30px;border-radius:40px;margin-top:40px}@media(max-width:767px){.popup-error .ReactModal__Content{justify-content:flex-end!important;margin:0!important;height:100vh!important}.popup-error .error-message .title{font-size:28px;line-height:36px}.popup-error .error-message .desc{font-size:15px;line-height:22px}.popup-error .content{padding:40px;width:100%;margin:0;border-radius:12px 12px 0 0}.popup-error .content .button-orange{margin-top:30px}.popup-error .content.show{animation-name:slide-in;pointer-events:all}.popup-error .content.closing{animation-name:slide-out}@keyframes slide-in{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-out{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}}.section-living-solution{padding:60px 0;background:#f5f5f7}.section-living-solution .mini-title{font-size:18px;line-height:24px;text-align:center}.section-living-solution .title{font-size:36px;line-height:44px;text-align:center;margin-top:6px}.section-living-solution .wrap-gallery-slide{margin-top:50px;max-width:1240px;padding:0 40px;margin-left:auto;margin-right:auto}.section-living-solution .wrap-gallery-slide [class^=swiper-button-]{background-color:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:30px;font-size:20px;transition:all .3s ease}.section-living-solution .wrap-gallery-slide [class^=swiper-button-]:hover{background-color:rgba(0,0,0,.5)}.section-living-solution .wrap-gallery-slide [class^=swiper-button-]:after{font-family:icon-scasset!important;color:#fff;font-size:20px;line-height:24px}.section-living-solution .wrap-gallery-slide [class^=swiper-button-].swiper-button-disabled{display:none}.section-living-solution .wrap-gallery-slide .swiper-button-prev{left:0}.section-living-solution .wrap-gallery-slide .swiper-button-prev:after{content:"\e905"}.section-living-solution .wrap-gallery-slide .swiper-button-next{right:0}.section-living-solution .wrap-gallery-slide .swiper-button-next:after{content:"\e906"}@media(min-width:768px)and (max-width:1279px){.section-living-solution .wrap-gallery-slide .swiper-button-prev{left:20px}.section-living-solution .wrap-gallery-slide .swiper-button-next{right:20px}}.section-living-solution .item-living .icon{background-color:#fff;border-radius:50%;width:120px;height:120px;margin:0 auto;display:flex;justify-content:center;align-items:center}.section-living-solution .item-living .icon img{width:100%;height:100%;max-width:42px;max-height:42px;object-fit:contain}.section-living-solution .item-living .name{font-size:16px;line-height:24px;text-align:center;margin-top:20px}@media(max-width:767px){.section-living-solution{padding:40px 0}.section-living-solution .mini-title{font-size:15px;line-height:15px}.section-living-solution .title{font-size:22px;line-height:27px;margin-top:10px}.section-living-solution .wrap-gallery-slide{margin-top:40px;padding:0 15px;max-width:100%}.section-living-solution .wrap-gallery-slide [class^=swiper-button-]{display:none}.section-living-solution .item-living .icon img{max-width:42px;max-height:40px}.section-living-solution .item-living .name{font-size:15px;line-height:20px;margin-top:15px}}