#panoramaApp,#panoramaDiv{width:100%;height:100%;overflow:hidden;opacity:1}.panorama-wrap{overflow:hidden}#panoramaApp{color:#fff}.map-wrap{position:absolute;left:-570px;display:flex;-webkit-transition:margin-left 0.5s ease-in-out;transition:margin-left 0.5s ease-in-out;z-index:3}.map-wrap.enabled{margin-left:570px}.map{position:relative;box-sizing:content-box;width:550px;height:300px;padding:10px;background-color:rgb(3 3 3 / .4);display:flex;align-items:center;justify-content:center;overflow:hidden}.map-point{color:#666;position:absolute}.map-point.current-node{color:blue}.map-icon-wrap{display:flex;flex-direction:column;padding:15px}#nodeContainer{width:500px;position:relative;background-size:contain;background-repeat:no-repeat;background-position:center;max-height:300px;margin:auto}.map-hotspot-tooltip{left:0}.node:hover .map-hotspot-tooltip{z-index:10;opacity:1}.node{position:absolute;width:20px;z-index:3}.map-buttons{display:flex}.map-buttons>.map-button:last-child{margin:0}.map-button{font-size:16px;background-color:#f2f2f2;border-radius:2px;height:24px;padding:3px 17px;border:0;color:#777;margin-right:11px}.map-button.enable{border:1px #f05223;color:#f05223}.link-hotspot-tooltip{position:absolute;left:100%;top:14px;margin-left:3px;font-size:16px;max-width:300px;padding:8px 10px;border-radius:5px;background-color:#3a4454;background-color:rgb(58 68 84 / .8);color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;opacity:0;-ms-transform:translateX(-8px);-webkit-transform:translateX(-8px);transform:translateX(-8px);-webkit-transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,opacity 0.3s;transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,opacity 0.3s;z-index:30;pointer-events:none}.link-hotspot:hover .link-hotspot-tooltip{opacity:1;-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}.info-hotspot{line-height:1.2em;opacity:.9;-webkit-transition:opacity 0.2s 0.2s;transition:opacity 0.2s 0.2s}.no-touch .info-hotspot:hover{opacity:1;-webkit-transition:opacity 0.2s;transition:opacity 0.2s}.info-hotspot.visible{opacity:1;background-color:#677383}.info-hotspot .info-hotspot-header{width:40px;height:40px;border-radius:20px;cursor:pointer;-webkit-transition:width 0.3s ease-in-out 0.5s,border-radius 0.3s ease-in-out 0.5s;transition:width 0.3s ease-in-out 0.5s,border-radius 0.3s ease-in-out 0.5s}.no-touch .info-hotspot .info-hotspot-header:hover{width:260px;border-radius:5px;-webkit-transition:width 0.3s ease-in-out,border-radius 0.3s ease-in-out;transition:width 0.3s ease-in-out,border-radius 0.3s ease-in-out}.info-hotspot.visible .info-hotspot-header,.no-touch .info-hotspot.visible .info-hotspot-header:hover{width:260px;border-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;-webkit-transition:width 0.3s ease-in-out,border-radius 0.3s ease-in-out;transition:width 0.3s ease-in-out,border-radius 0.3s ease-in-out}.info-hotspot-icon-wrapper{display:flex;justify-content:center;align-items:center}.info-hotspot .info-hotspot-icon-wrapper{width:40px;height:40px}.info-hotspot .info-hotspot-icon{width:90%;height:90%;margin:5%}.info-hotspot .info-hotspot-title-wrapper{position:absolute;left:40px;top:0;width:0;height:40px;padding:0;overflow:hidden;-webkit-transition:width 0s 0.4s,padding 0s 0.4s;transition:width 0s 0.4s,padding 0s 0.4s}.info-hotspot.visible .info-hotspot-title-wrapper,.no-touch .info-hotspot .info-hotspot-header:hover .info-hotspot-title-wrapper{width:220px;padding:0 5px;-webkit-transition:width 0s 0.4s,padding 0s 0.4s;transition:width 0s 0.4s,padding 0s 0.4s}.info-hotspot .info-hotspot-title-wrapper:before{content:'';display:inline-block;vertical-align:middle;height:100%}.info-hotspot .info-hotspot-title{display:inline-block;vertical-align:middle;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.info-hotspot .info-hotspot-close-wrapper{position:absolute;left:260px;top:0;height:40px;width:40px;border-top-right-radius:5px;background-color:#4e5868;visibility:hidden;-ms-transform:perspective(200px) rotateY(90deg);-webkit-transform:perspective(200px) rotateY(90deg);transform:perspective(200px) rotateY(90deg);-ms-transform-origin:0 50% 0;-webkit-transform-origin:0 50% 0;transform-origin:0 50% 0;-webkit-transition:-ms-transform 0.3s 0.3s,-webkit-transform 0.3s 0.3s,transform 0.3s 0.3s,visibility 0s 0.6s;transition:-ms-transform 0.3s 0.3s,-webkit-transform 0.3s 0.3s,transform 0.3s 0.3s,visibility 0s 0.6s;display:flex;justify-content:center;align-items:center}.info-hotspot.visible .info-hotspot-close-wrapper{visibility:visible;-ms-transform:perspective(200px) rotateY(0deg);-webkit-transform:perspective(200px) rotateY(0deg);transform:perspective(200px) rotateY(0deg);-webkit-transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,visibility 0s 0s;transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,visibility 0s 0s}.info-hotspot .info-hotspot-close-wrapper i{margin:auto}.info-hotspot .info-hotspot-text{position:absolute;width:300px;height:auto;max-height:200px;top:40px;left:0;padding:10px;background-color:#3a4454;border-bottom-right-radius:5px;border-bottom-left-radius:5px;overflow-y:auto;visibility:hidden;-ms-transform:perspective(200px) rotateX(-89.999deg);-webkit-transform:perspective(200px) rotateX(-89.999deg);transform:perspective(200px) rotateX(-89.999deg);-ms-transform-origin:50% 0 0;-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-webkit-transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,visibility 0s 0.3s;transition:-ms-transform 0.3s,-webkit-transform 0.3s,transform 0.3s,visibility 0s 0.3s;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.info-hotspot.visible .info-hotspot-text{visibility:visible;-ms-transform:perspective(200px) rotateX(0deg);-webkit-transform:perspective(200px) rotateX(0deg);transform:perspective(200px) rotateX(0deg);-webkit-transition:-ms-transform 0.3s 0.3s,-webkit-transform 0.3s 0.3s,transform 0.3s 0.3s,visibility 0s 0s;transition:-ms-transform 0.3s 0.3s,-webkit-transform 0.3s 0.3s,transform 0.3s 0.3s,visibility 0s 0s}.info-hotspot-modal{display:none}.map-hotspot-tooltip.visible{opacity:1}.booth-list-wrap{position:absolute;right:-230px;height:calc(100% - 67px);display:flex;z-index:2;transition:margin-right 0.5s ease-in-out;-webkit-transition:margin-right 0.5s ease-in-out}.booth-list-wrap.enabled{margin-right:230px}.booth-list{width:230px;height:100%;background:#343434;color:#fff;overflow-y:overlay}.booth::-webkit-scrollbar{width:8px!important}ul.booth::-webkit-scrollbar-thumb{background-color:#fff;border-radius:8px;background-clip:padding-box;border:2px solid #fff0}ul.booth::-webkit-scrollbar-track{border-radius:10px}ul.booth{height:calc(100% - 100px);overflow-y:scroll;width:230px;margin:auto}.booth li{width:190px;text-align:center;padding:10px 0;font-size:14px;line-height:17px;margin:auto;cursor:pointer;font-weight:400;color:#c2c2c2}.booth li:first-child{padding-top:0}.booth li.enabled>.booth-list-image{border:solid #f84914 4px}.booth li>.booth-code{text-overflow:initial;overflow:initial;white-space:initial;word-break:initial;font-size:.8rem}.booth li>.booth-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:700;color:#fff;word-break:keep-all}.booth-list-image{height:100px;background-size:cover;background-position:center;margin-bottom:.5rem}.mapIcon{position:absolute;right:10px;bottom:10px;display:flex;flex-direction:column;width:40px;height:120px;background:#fff;justify-content:center;align-content:center}.mapIcon div{margin:auto}.mapIcon div i{color:#000}.control-panel{width:100%;height:67px;position:absolute;bottom:0;z-index:2;background-color:rgb(3 3 3 / .4)}.control-button-group{display:flex;justify-content:center}.control-button{padding:10px;cursor:pointer}.hotspot-item.info.video .info-hotspot-header{height:80px}.hotspot-item.info.video .info-hotspot-icon-wrapper{width:80px;height:80px}.hotspot-item.info.video .info-hotspot-title-wrapper{height:80px;left:80px;font-size:2rem}.hotspot-item.info.video .hotspot.visible .info-hotspot-title-wrapper{width:750px}.hotspot-item.info.video .info-hotspot-close-wrapper{left:1170px;height:80px;width:80px}.youtubeFrame{position:absolute;visibility:hidden;top:0;left:0;width:100%;height:100%}.info-hotspot.visible .youtubeFrame{visibility:visible}.info-hotspot.visible .wrap{width:1250px}.info-hotspot.visible .content{position:relative;padding-top:56%;width:100%}.search-text{margin:auto;padding:0 5px;width:calc(100% - 10px);font-weight:700;background:0;border:0;border-bottom:1px solid #fefcfc;color:#fefcfc!important}.search-icon{position:absolute;display:flex;align-items:center;height:42px;right:15px;color:gray}.top-desc-wrap{height:70px;text-align:center;position:relative;display:flex;align-items:center;justify-content:space-between;padding-right:1rem;padding-left:calc(1rem + 49px)}.top-desc-wrap span{font-size:1.2rem}.top-desc-img{height:50px;transform:translate(-50%,0)}.online-list-home-go{border-radius:20px;padding:3px 10px;border:1px solid #f84914;width:230px;height:44px;text-align:center;display:flex;align-items:center;justify-content:center}html[lang='en'] .online-list-home-go{width:300px}.online-list-home-go span{font-size:1rem;font-weight:700;color:#f84914}.online-list-home-go i{padding:0}#popup_catalog_nonmember{background-color:rgb(0 0 0 / .3);z-index:5000!important}.file-downloader-progress-wrapper{position:fixed;z-index:5000;width:100vw;height:100vh;justify-content:center;align-items:center;top:0;left:0;background-color:rgb(0 0 0 / .2);display:none}.file-downloader-progress-wrapper.active{display:flex}.error:not(:required){color:#ce3535;display:block}.error:required{border:1px solid #f77!important}.panorama-ui{position:absolute;width:100%;height:100%}#panoramaApp>canvas{height:auto!important}.vue-simple-context-menu{position:fixed!important}.dialog-wrap{color:#fff}.hotspot-guide-list{display:flex;justify-content:center}.hotspot-guide{width:140px;margin-right:10px;background-color:rgb(255 255 255 / .25);padding:2rem 10px;text-align:center;border-radius:5px}.hotspot-guide>img{display:block;margin-left:auto;margin-right:auto;margin-bottom:2rem}.hotspot-guide span{line-height:24px;word-break:keep-all}.btn-entry{color:#f84914!important;height:54px;border-radius:50px;background:#fff;padding:10px 2rem;font-weight:700}.times-wrap{position:absolute;right:1.2rem;top:1.2rem}#showroom-intro{z-index:10;overflow:hidden;display:flex;align-items:center;justify-content:center}#showroom-intro.closed{display:none}#showroom-intro .intro-banner{width:560px;max-height:650px;background-color:#fff;border:6px solid #f05223}#showroom-intro .banner-top{width:100%;height:295px;position:relative}#showroom-intro .top-background{position:absolute;z-index:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;opacity:.28}#showroom-intro .top-content{position:relative;z-index:1;width:100%;height:100%;text-align:center;padding:20px}#showroom-intro .intro-logo{height:100px;margin-bottom:15px}#showroom-intro .top-content h2{font-size:30px;font-weight:600;margin-bottom:5px}#showroom-intro .intro-sub-title{font-size:22px}#showroom-intro .button-area{margin-top:25px}#showroom-intro .button-area .btn{padding:13px 30px}#showroom-intro .banner-bottom{padding:40px 30px;height:calc(100% - 295px)}#showroom-intro .banner-bottom .title{font-size:18px;line-height:23px;margin-bottom:27px}#showroom-intro .banner-bottom .content{font-size:15px;color:#666;margin-bottom:24px;line-height:1.7}#showroom-intro .banner-bottom .hash-link{font-size:14px;color:#f05223;word-break:keep-all;line-height:1.7}.header-wrap{height:70px;position:relative;display:flex;align-items:center;justify-content:space-between;padding-right:1rem;padding-left:1rem}.logo{width:auto;padding-right:0}.header-btn{border:2px solid #f05223;border-radius:5px;padding:5px 20px;color:#f05223!important;font-size:1.2rem}.hotspot-thumbnail{padding:0;height:193px;cursor:pointer}.hotspot-thumbnail img{width:100%;height:100%;object-fit:cover}.hotspot-thumbnail::before{content:none}.hotspot-thumbnail img:hover{filter:brightness(60%)}.hotspot-list-container{display:flex}[showroom-product-swiper] .swiper-container{width:100%}[showroom-product-swiper] .swiper-button-prev,[showroom-product-swiper] .swiper-button-next{background-image:none;width:30px;height:30px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 3px 1px #999;margin-top:0;transform:translate(0,-50%)}[panorama-others-swiper] .swiper-button-prev,[panorama-others-swiper] .swiper-button-next,[architecture-images-swiper] .swiper-button-prev,[architecture-images-swiper] .swiper-button-next{background-image:none;width:30px;height:30px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 3px 1px #999;margin-top:0;top:50%;transform:translate(0,-50%);cursor:pointer}.hotspot-list-container .hotspot-thumbnail{height:154px;display:flex;position:relative;justify-content:flex-start;align-items:center;flex-direction:column;background-color:#fff;border:2px solid #e2e2e2;box-sizing:border-box}.hotspot-list-container .hotspot-thumbnail img{width:100%;height:150px;border:0}.hotspot-list-container .hotspot-thumbnail span{padding:5px;width:216px;font-size:15px}.hotspot-list-desc{position:absolute;bottom:0;height:auto;background:rgb(0 0 0 / .5);width:100%;text-align:center;color:#fff;font-size:.8rem}.panorama-footer{height:200px;display:flex;width:100%;align-items:center}.panorama-notice{position:absolute;bottom:0;right:0;background:rgb(0 0 0 / .4);color:#fff;z-index:2;padding:10px;font-size:12px}@media (max-width:40em){.control-button{display:none}.map{width:100%}.link-hotspot{width:70px;height:70px;top:19px}.info-hotspot .info-hotspot-header{width:50px;height:50px;border-radius:25px}.info-hotspot .info-hotspot-icon-wrapper{width:50px;height:50px}.info-hotspot.visible .info-hotspot-header,.info-hotspot .info-hotspot-text,.info-hotspot .wrap{display:none}.info-hotspot-modal.visible{opacity:1;visibility:visible;-webkit-transition:opacity 0.2s ease-in-out,visibility 0s 0s;transition:opacity 0.2s ease-in-out,visibility 0s 0s}.info-hotspot-modal{display:block;top:0;left:0;position:absolute;width:100%;height:100%;overflow:hidden;z-index:1500!important;background-color:rgb(0 0 0 / .5);line-height:1.2em;opacity:0;visibility:hidden;-webkit-transition:opacity 0.2s ease-in-out 0.5s,visibility 0s 0.7s;transition:opacity 0.2s ease-in-out 0.5s,visibility 0s 0.7s}.info-hotspot-modal .info-hotspot-header{position:absolute;top:60px;left:10px;right:10px;width:auto;height:50px;background-color:#677383;background-color:rgb(103 115 131 / .8);opacity:0;-webkit-transition:opacity 0.3s ease-in-out 0.2s;transition:opacity 0.3s ease-in-out 0.2s}.info-hotspot-modal.visible .info-hotspot-header{opacity:1;-webkit-transition:opacity 0.3s ease-in-out 0.2s;transition:opacity 0.3s ease-in-out 0.2s}.info-hotspot-modal .info-hotspot-icon-wrapper{width:50px;height:50px}.info-hotspot-modal .info-hotspot-icon{width:90%;height:90%;margin:5%}.info-hotspot-modal .info-hotspot-title-wrapper{position:absolute;top:0;left:50px;right:50px;width:auto;height:50px;padding:0 10px}.info-hotspot-modal .info-hotspot-title-wrapper:before{content:'';display:inline-block;vertical-align:middle;height:100%}.info-hotspot-modal .info-hotspot-title{display:inline-block;vertical-align:middle;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.info-hotspot-modal .info-hotspot-close-wrapper{position:absolute;top:0;right:0;width:50px;height:50px;background-color:#4e5868;background-color:rgb(78 88 104 / .8);cursor:pointer;display:flex;justify-content:center}.info-hotspot-modal .info-hotspot-close-wrapper i{margin:auto}.info-hotspot-modal .info-hotspot-text{position:absolute;top:110px;bottom:10px;left:10px;right:10px;padding:10px;background-color:#3a4454;background-color:rgb(58 68 84 / .8);overflow-y:auto;opacity:0;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.info-hotspot-modal.visible .info-hotspot-text{opacity:1;-webkit-transition:opacity 0.3s ease-in-out 0.4s;transition:opacity 0.3s ease-in-out 0.4s}}@media (max-width:1024px){#panoramaApp{position:relative;height:calc(100vh - 56px - 61px)}.online-list-home-go{font-size:10px;border-radius:25px;border:0;width:auto;height:25px;text-align:center;color:#fff;font-weight:300;display:flex;align-items:center;justify-content:center;white-space:nowrap;padding:5px 11px;background:#ffffff4d}html[lang='en'] .online-list-home-go{width:160px}.online-list-home-go:hover{color:#fff}.online-list-home-go img{width:20px}.top-desc-wrap{height:40px;padding-left:15px;padding-top:15px;background-color:#fff0;position:absolute;top:0;z-index:2;width:100%}.top-desc-wrap span{font-size:.8rem}.top-desc-wrap .fair-name,.top-desc-wrap .company-name{font-size:18px;font-weight:600;line-height:1.2;word-break:keep-all}.top-desc-wrap .fair-place,.top-desc-wrap .company-place{font-size:12px;color:rgb(255 255 255 / .7);word-break:keep-all}.booth-search-buttons{margin-right:1rem;position:absolute;background-color:#fff;border-radius:50%;width:44px;height:44px;left:-55px;bottom:15px;display:flex;align-items:center;justify-content:center}.booth-list-wrap{top:55px;height:calc(100vh - 56px - 55px - 61px)}.panorama-gradient{position:absolute;width:100%;height:100%;background:linear-gradient(#000000cc,transparent);z-index:1;background-size:100% 50%;background-repeat:no-repeat;pointer-events:none}#panoramaApp .search-text{color:#333!important}.hotspot-list-desc{display:block;font-size:1rem}.panorama-footer{bottom:-200px;transition:bottom 0.3s ease-in-out;background-color:rgb(0 0 0 / .2)}.panorama-footer.enabled{bottom:0}.product-search-buttons{margin-right:1rem;position:absolute;background-color:#fff;border-radius:50%;width:44px;height:44px;top:-54px;right:0;display:flex;align-items:center;justify-content:center}.showroom-seller-button{font-size:10px;border-radius:25px;border:0;width:auto;height:40px;text-align:center;color:#fff;font-weight:300;display:flex;align-items:center;justify-content:center;white-space:nowrap;padding:8px;background:#ffffff4d}#showroom-intro{width:calc(100% - 10px);margin:auto}#showroom-intro .intro-banner{width:100%;border:4px solid #f05223}#showroom-intro .intro-logo{margin-bottom:0}#showroom-intro .top-content h2{margin-bottom:5px}#showroom-intro .intro-sub-title{font-size:22px}#showroom-intro .button-area{margin-top:15px}#showroom-intro .banner-bottom{padding:15px}#showroom-intro .banner-bottom .title{margin-bottom:13px}#showroom-intro .banner-bottom .content{margin-bottom:8px}#showroom-intro .banner-bottom .hash-link{font-size:12px}}