@charset "UTF-8";section.form .header-content .desc,section.more .header-content .desc,.contact-more-card .desc,.common-banner .desc{font-size:1rem;font-weight:400;line-height:1.8;letter-spacing:.5px}section.form .header-content .title-en,section.more .header-content .title-en{font-size:2rem;font-weight:600;line-height:1.5;letter-spacing:.5px}@media only screen and (max-width: 1024px){section.form .header-content .title-en,section.more .header-content .title-en{font-size:1.875rem}}section.form .header-content .title-zh,section.more .header-content .title-zh{font-size:1.75rem;font-weight:500;line-height:1.5;letter-spacing:1px}@media only screen and (max-width: 1024px){section.form .header-content .title-zh,section.more .header-content .title-zh{font-size:1.625rem}}.sub-navbar{position:fixed;top:0;right:0;z-index:3;padding:50px 0;display:flex;flex-direction:column;justify-content:space-between;gap:50px;width:80px;width:calc(var(--side-space) + var(--1fr));height:100vh;background:#fff;transition:box-shadow .5s}.sub-navbar .space,.sub-navbar .button-group{height:120px}.sub-navbar .menu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px}.sub-navbar .menu-button-box{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.sub-navbar .menu-button-box .menu-text{max-height:0;opacity:0;transition:max-height .5s ease,opacity .5s ease,margin-top .5s ease}.sub-navbar .menu-button-box:hover .menu-text,.sub-navbar .menu-button-box.active .menu-text{margin-top:10px;max-height:20px;opacity:1}.sub-navbar .menu-button-box:hover .menu-button,.sub-navbar .menu-button-box.active .menu-button{background:#0f4c8e;border-color:#0f4c8e}.sub-navbar .menu-button-box:hover .menu-button .icon,.sub-navbar .menu-button-box.active .menu-button .icon{transform:rotate(0)}.sub-navbar .menu-button-box:hover .menu-button .icon span,.sub-navbar .menu-button-box.active .menu-button .icon span{background:#fff}.sub-navbar .menu-button{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(0,0,0,.2);width:45px;height:45px;transition:border-color .5s ease,background .5s ease}.sub-navbar .menu-button .icon{display:flex;flex-direction:column;gap:5px;transform:rotate(-30deg);transition:transform .5s ease}.sub-navbar .menu-button .icon span{display:block;background:#181818;width:20px;height:3px;transition:background .5s ease}.sub-navbar .search-box,.sub-navbar .member-box,.sub-navbar .language-box{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.sub-navbar .search-box .icon-box,.sub-navbar .member-box .icon-box,.sub-navbar .language-box .icon-box{width:20px;height:20px;font-size:1.25rem}.sub-navbar .search-box .menu-text,.sub-navbar .member-box .menu-text,.sub-navbar .language-box .menu-text{max-height:0;opacity:0;font-size:.875rem;font-weight:500;line-height:1.4;letter-spacing:.5px;transition:max-height .5s ease,opacity .5s ease,margin-top .5s ease}.sub-navbar .search-box:hover .menu-text,.sub-navbar .search-box.active .menu-text,.sub-navbar .member-box:hover .menu-text,.sub-navbar .member-box.active .menu-text{margin-top:10px;max-height:20px;opacity:1}.sub-navbar .language-box{position:relative;width:100%}.sub-navbar .language-box .icon-box{transition:color .5s}.sub-navbar .button-group{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:end}.sub-navbar[scroll-top=true] .tip-text{opacity:0;z-index:-1;pointer-events:none}.sub-navbar[scroll-top=true] .top-button{opacity:1;pointer-events:initial}.sub-navbar .tip-text{position:absolute;bottom:0;color:#18181880;transform:rotate(90deg) translate(-30%);cursor:pointer;transition:opacity .5s ease}.sub-navbar .top-button{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(0,0,0,.2);width:40px;height:40px;cursor:pointer;opacity:0;pointer-events:none;transition:background .5s ease,border-color .5s ease,opacity .5s ease}.sub-navbar .top-button .icon-box{font-size:1.25rem;color:#00000080;transition:color .5s ease}.sub-navbar .top-button:hover{background:#0f4c8e;border-color:#0f4c8e}.sub-navbar .top-button:hover .icon-box{color:#fff}@media only screen and (max-width: 1200px){.sub-navbar{display:none}}.wdd-form{padding:100px calc(var(--1fr) * 5);background:#f2f2f2;width:100%}@media only screen and (max-width: 1440px){.wdd-form{padding:100px calc(var(--1fr) * 3)}}@media only screen and (max-width: 1024px){.wdd-form{padding:50px var(--side-space)}}.form-row{display:flex;align-items:center}.form-row.column{flex-direction:column;align-items:flex-start}@media only screen and (max-width: 1024px){.form-row{flex-direction:column;align-items:flex-start;gap:30px}.form-row.column{gap:0}}.collapse-form-row{display:grid;grid-template-rows:0fr;width:100%;transition:grid-template-rows .5s}.collapse-form-row .collapse-ovh{width:100%;overflow:hidden;min-height:0;transition:min-height .5s}.form-grid{width:100%}.form-grid.half{width:calc((100% - 20px)/2)}.form-grid.half:not(:first-child){margin-left:20px}.form-grid.quarter{width:calc(((100% - 20px)/2 - 5px)/2)}.form-grid.quarter:not(:first-child){margin-left:5px}@media only screen and (max-width: 1024px){.form-grid.half{width:100%}.form-grid.half:not(:first-child){margin-left:0}.form-grid.quarter{width:100%}.form-grid.quarter:not(:first-child){margin-left:0}}.error-detail .error-text{color:#e45768}.error-detail .error-text:not(:first-child){margin-top:10px}.form-btn-group{display:flex;justify-content:center;flex-wrap:wrap;pointer-events:none;gap:20px}.form-btn-group .btn{padding:5px 20px 5px 5px;display:flex;justify-content:center;align-items:center;gap:10px;width:180px;height:50px;background:#fff;color:#181818;border-radius:500px;transition:background .5s ease,color .5s ease;cursor:pointer;pointer-events:auto}.form-btn-group .btn .icon-box{display:inline-flex;align-items:center;justify-content:center;background:#0f4c8e;border-radius:50%;width:40px;height:40px;font-size:.75rem;color:#fff}.form-btn-group .btn .button-text{flex:1;text-align:center;font-size:.875rem;font-weight:500;line-height:1.5}.form-btn-group .btn:hover{background:#0f4c8e;color:#fff}@media only screen and (max-width: 575px){.form-btn-group{flex-direction:column-reverse;align-items:center;gap:15px}}.form-group{position:relative;display:flex;align-items:flex-end;padding-bottom:13px;border-bottom:1px solid rgba(0,0,0,.2);min-height:82px}.form-group:has(textarea){min-height:214px}.form-group:has(input:focus),.form-group:has(textarea:focus),.form-group:has(dropdown-el[d4-status=open]){border-bottom:2px solid #0F4C8E}.form-group:has(input:focus) .input-wrap input,.form-group:has(input:focus) .input-wrap textarea,.form-group:has(textarea:focus) .input-wrap input,.form-group:has(textarea:focus) .input-wrap textarea,.form-group:has(dropdown-el[d4-status=open]) .input-wrap input,.form-group:has(dropdown-el[d4-status=open]) .input-wrap textarea{color:#181818}.form-group.required .subject{display:flex;align-items:center;gap:10px}.form-group.required .subject:after{content:"*";color:#e45768}.form-group.verification .refresh-btn{display:flex;align-items:center;align-self:center}.form-group.verification .refresh-btn img{width:120px;aspect-ratio:4/1}.form-group.verification .refresh-btn i{font-size:.9375rem;color:#0003;margin-left:15px;transition:color .5s}.form-group.textarea .input-wrap{height:auto;padding:10px 35px 10px 15px;border:1px solid rgba(0,0,0,.2);margin-bottom:10px}.form-group.textarea .validation-icon{top:10px;transform:none}.form-group.success{border-bottom:1px solid #198754}.form-group.error{border-bottom:2px solid #E45768}.form-group.error~.error-text{color:#e45768;margin-top:5px}.form-group.error .subject:before{content:attr(error-text);order:3;color:#e45768;font-size:.75rem;font-weight:500;line-height:1;letter-spacing:.5px}.form-group.error .input-wrap input,.form-group.error .input-wrap textarea{color:#e45768}.form-group *.disabled{opacity:.5;pointer-events:none}.form-group .subject{position:absolute;top:20px;left:0;padding:15px 0 15px 20px;font-size:1rem;font-weight:700;line-height:1.3;letter-spacing:.5px;color:#181818;transition:top .5s ease,padding .5s ease,font-size .5s ease}.form-group .subject:has(~.input-wrap textarea){top:20px}.form-group .subject:has(~.input-wrap textarea:focus),.form-group .subject:has(~.input-wrap textarea:not(:placeholder-shown)){top:10px}.form-group .subject:has(~.input-wrap input:focus),.form-group .subject:has(~.input-wrap input:not(:placeholder-shown)),.form-group .subject:has(~.input-wrap textarea:focus),.form-group .subject:has(~.input-wrap textarea:not(:placeholder-shown)),.form-group .subject:has(~dropdown-el[d4-status=open]){padding:0 0 0 20px;font-size:.75rem;font-weight:500;line-height:1}.form-group .subject:has(~dropdown-el){pointer-events:none}.form-group .subject:has(~dropdown-el):not(:has(~dropdown-el[d4-value=""])){padding:0 0 0 20px;font-size:.75rem;font-weight:500;line-height:1}.form-group .input-wrap{position:relative;width:100%;height:1.3rem;padding:0 20px;display:flex;align-items:center;gap:20px}.form-group .input-wrap input{width:100%;height:100%;border:none;padding:0;font-size:1rem;color:#181818;background-color:transparent}.form-group .input-wrap input::placeholder{color:#00000080;opacity:1}.form-group .input-wrap input:-ms-input-placeholder{color:#00000080}.form-group .input-wrap input::-ms-input-placeholder{color:#00000080}.form-group .input-wrap:has(.textarea-scrollbar){padding:15px 20px;height:auto}.form-group .textarea-scrollbar{display:block;width:100%;height:150px;padding:0;border:none;font-family:Outfit,Noto Sans TC,Noto Sans SC,微軟正黑體修正,Microsoft JhengHei,微軟正黑體,sans-serif;line-height:1.3;font-size:1rem;background-color:transparent;resize:none}.form-group .textarea-scrollbar.os-textarea::placeholder{color:#00000080;opacity:1}.form-group .textarea-scrollbar.os-textarea:-ms-input-placeholder{color:#00000080}.form-group .textarea-scrollbar.os-textarea::-ms-input-placeholder{color:#00000080}.form-group .textarea-scrollbar .os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:#c2c2c266}.form-group .textarea-scrollbar .os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:#91919166}.form-group .validation-icon{display:none;position:absolute;top:50%;right:0;width:20px;height:20px;transform:translate3d(0,-50%,0);background-repeat:no-repeat;background-position:center;background-size:contain}.form-group .validation-icon:before{content:attr(error-text);position:absolute;top:-5px;right:0;padding:5px;border-radius:4px;background-color:#e45768cc;color:#fff;font-size:.875rem;white-space:nowrap;transform:translate3d(0,-100%,0);opacity:0;transition:opacity .3s;pointer-events:none}.form-group dropdown-el{width:100%}.form-group dropdown-el[d4-status=open] .icon-arrow-down{transform:scaleY(-1)}.form-group dropdown-el:not([d4-value=""]) .select-display{color:#181818}.form-group dropdown-el.type-fullbox{position:static}.form-group dropdown-el[multiple] .select-wrapper{padding:4px 15px}.form-group dropdown-el:not([multiple]) .select-wrapper{padding:0 20px}.form-group dropdown-el .select-wrapper{background-color:transparent;min-height:initial}.form-group dropdown-el .select-display{position:relative;color:#00000080;font-size:1rem;font-weight:400;line-height:1.3rem;letter-spacing:.5px;text-align:left}.form-group dropdown-el .validation-icon{position:relative;top:auto;right:auto;transform:none}.form-group dropdown-el .dropdown-icon{border-color:#000 transparent transparent transparent}.form-group dropdown-el .icon-arrow-down{transition:transform .5s}.form-group dropdown-el .dropdown-list>li{text-align:left}.form-group dropdown-el .dropdown{top:calc(100% + 2px);border-radius:0 0 10px 10px;box-shadow:0 10px 20px #00000026;transition:height .4s cubic-bezier(.02,.01,.47,1),border-radius .6s cubic-bezier(.4,0,.2,1)}.form-group dropdown-el .dropdown:after{border-radius:0 0 10px 10px}.form-group dropdown-el .dropdown .dropdown-scroller{max-height:295px}.form-group .form-check{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.form-group .form-check .option-item{display:flex;align-items:flex-start;padding:0;margin-right:0;-webkit-user-select:none;user-select:none;cursor:pointer}.form-group .form-check .option-item .checkbox-wrap{margin:5px 10px 0 0;position:relative;flex-shrink:0;width:20px;height:20px;border:1px solid rgba(0,0,0,.2);border-radius:3px}.form-group .form-check .option-item .checkbox-wrap>input{width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.form-group .form-check .option-item .checkbox-wrap>input:checked~.fake-checkbox{opacity:1}.form-group .form-check .option-item .checkbox-wrap .fake-checkbox{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:3px;width:calc(100% + 2px);height:calc(100% + 2px);background:#0058a3 url(../../assets/img/form-check.svg) center no-repeat;opacity:0;pointer-events:none;transition:opacity .4s linear}.form-group .form-check .option-item .text{font-size:1rem;font-weight:400;line-height:1.8;letter-spacing:.5px;color:#181818}.form-group .file-wrap{position:relative;width:100%;margin-left:15px;cursor:pointer}.form-group .file-wrap>input{width:100%;height:24px;margin:10px 0;opacity:0}.form-group .file-wrap>input.error+.fake-file-upload .file-name{color:#e45768}.form-group .file-wrap>input.error+.fake-file-upload .validation-icon{display:block;background-image:url(../../assets/img/error.svg)}.form-group .file-wrap>input.success+.fake-file-upload .validation-icon{display:block;background-image:url(../../assets/img/success.svg)}.form-group .file-wrap .fake-file-upload{position:absolute;width:100%;height:100%;display:flex;align-items:center;top:0;left:0}.form-group .file-wrap .fake-file-upload .file-name{font-size:1rem;color:#00000080;line-height:1.3rem;padding-right:20px;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-group .file-wrap .fake-file-upload .validation-icon{position:relative;top:auto;right:auto;transform:none}.form-group .file-wrap .fake-file-upload .upload-icon{width:30px;height:30px;background-image:url(../../assets/img/upload.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.form-group .file-wrap .fake-file-upload input[type=file]{position:absolute;width:100%;height:100%;opacity:0;pointer-events:none;z-index:-1}.form-group .data-time-picker{position:relative;width:100%;align-self:center}.form-group .data-time-picker>input{width:100%;height:1.3rem;border:none;margin:10px 0;padding:0 15px;font-size:1rem;color:#181818}.form-group .data-time-picker>input::placeholder{color:#00000080;opacity:1}.form-group .data-time-picker>input:-ms-input-placeholder{color:#00000080}.form-group .data-time-picker>input::-ms-input-placeholder{color:#00000080}@media only screen and (min-width: 1201px){.form-group.verification .refresh-btn{display:flex;align-items:center;align-self:center}.form-group.verification .refresh-btn img{width:120px;aspect-ratio:4/1}.form-group.verification .refresh-btn i{font-size:.9375rem;color:#0003;margin-left:15px;transition:color .5s}.form-group.verification .refresh-btn:hover i{color:#000}}@media only screen and (max-width: 1024px){.form-group .subject{padding:15px 0}.form-group .subject:has(~.input-wrap input:focus),.form-group .subject:has(~.input-wrap input:not(:placeholder-shown)),.form-group .subject:has(~.input-wrap textarea:focus),.form-group .subject:has(~.input-wrap textarea:not(:placeholder-shown)),.form-group .subject:has(~dropdown-el[d4-status=open]){padding:0}.form-group .subject:has(~dropdown-el):not(:has(~dropdown-el[d4-value=""])){padding:0}.form-group .input-wrap{padding:0}.form-group .input-wrap:has(.textarea-scrollbar){padding:15px 0}.form-group dropdown-el:not([multiple]) .select-wrapper{padding:0}}.common-banner{position:relative}.common-banner .img-box{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.common-banner .img-box img{width:100%;height:100%;object-fit:cover}.common-banner .title{font-size:clamp(2.375rem,.0833rem + 3.0556vw,3.75rem);font-weight:600;line-height:1.1}.common-banner .subtitle{font-size:1.375rem;font-weight:500;line-height:1.4;letter-spacing:1px}.common-banner[data-type=base]{padding:160px calc(var(--1fr) * 3) 140px;display:flex;flex-direction:column;justify-content:center;min-height:600px}.common-banner[data-type=base]:has(~.multipurpose-wrapper){padding:160px calc(var(--1fr) * 3) 220px;justify-content:start}.common-banner[data-type=base][data-align=left]{align-items:flex-start}.common-banner[data-type=base][data-align=left] .content-box{align-items:flex-start;text-align:left}.common-banner[data-type=base][data-align=center]{align-items:center}.common-banner[data-type=base][data-align=center] .content-box{align-items:center;text-align:center}.common-banner[data-type=base][data-align=right]{align-items:flex-end}.common-banner[data-type=base][data-align=right] .content-box{align-items:flex-end;text-align:right}.common-banner[data-type=base] .content-box{display:flex;flex-direction:column;max-width:760px}.common-banner[data-type=base] .title{margin-bottom:30px;display:flex;flex-direction:column;gap:20px}.common-banner[data-type=base] .title:after{display:block;background:#00a9cc;width:100px;height:4px;content:""}.common-banner[data-type=base] .subtitle{margin-bottom:10px}.common-banner[data-type=bottom-block]{padding-top:525px;min-height:750px}.common-banner[data-type=bottom-block] .img-box{height:750px}.common-banner[data-type=bottom-block] .content-box{padding:3.75rem calc(var(--1fr) * 2) 2.5rem;display:flex;align-items:stretch;gap:calc(var(--1fr) * 2);background:#fff;width:calc(var(--1fr) * 35);min-height:225px}.common-banner[data-type=bottom-block] .title-box{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:calc(var(--1fr) * 8)}.common-banner[data-type=bottom-block] .info-box{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.common-banner[data-type=bottom-block] .info-box{width:calc(100% - var(--1fr) * 10)}.common-banner[data-type=bottom-block] .multipurpose-wrapper{position:initial;padding:0;background:transparent;max-width:100%;height:auto}.common-banner[data-type=bottom-block] .multipurpose-wrapper multipurpose-nav[m4-type=drag] .drag-container .wrapper{padding-top:12px;height:auto}.common-banner[data-type=bottom-block] .multipurpose-wrapper multipurpose-nav[m4-type=drag] .drag-container .category:after{position:initial;margin-top:10px}.common-banner[data-text-theme=light]{color:#fff}.common-banner[data-text-theme=dark]{color:#181818}@media only screen and (max-width: 1200px){.common-banner[data-type=bottom-block] .title-box{width:calc(var(--1fr) * 10)}.common-banner[data-type=bottom-block] .info-box{width:calc(100% - var(--1fr) * 12)}}@media only screen and (max-width: 1024px){.common-banner .subtitle{font-size:1.25rem}.common-banner[data-type=base]{padding:160px var(--side-space) 140px}.common-banner[data-type=base]:has(~.multipurpose-wrapper){padding:160px var(--side-space) 220px}.common-banner[data-type=bottom-block]{padding-top:400px;min-height:initial}.common-banner[data-type=bottom-block] .subtitle{font-size:1.375rem}.common-banner[data-type=bottom-block] .img-box{height:550px}.common-banner[data-type=bottom-block] .content-box{padding:30px 0 20px;flex-direction:column;align-items:flex-start;gap:20px;width:100%}.common-banner[data-type=bottom-block] .title-box,.common-banner[data-type=bottom-block] .info-box{width:100%}}@media only screen and (max-width: 575px){.common-banner[data-type=base]{padding:90px 20px 0;justify-content:start;min-height:450px}.common-banner[data-type=base]:has(~.multipurpose-wrapper){padding:90px 20px 100px}}.breadCrumbs{position:absolute;top:0;left:0;z-index:2;padding:30px var(--1fr);width:100%;overflow-x:scroll;scrollbar-color:transparent transparent;scrollbar-width:none;-ms-overflow-style:none}.breadCrumbs::-webkit-scrollbar{display:none}.breadCrumbs[data-theme=light] .item{color:#fff}.breadCrumbs[data-theme=light] .item:not(:first-child):before{opacity:.5}.breadCrumbs[data-theme=dark] .item{color:#181818}.breadCrumbs:has(~.common-banner[data-text-theme=light][data-type=base]) .item{color:#fff}.breadCrumbs:has(~.common-banner[data-text-theme=light][data-type=base]) .item:not(:first-child):before{opacity:.5}.breadCrumbs:has(~.common-banner[data-text-theme=dark][data-type=base]) .item{color:#181818}.breadCrumbs .items{display:flex;align-items:center;gap:15px}.breadCrumbs .item{flex-shrink:0;display:flex;align-items:center;gap:15px;max-width:300px;font-size:.875rem;font-weight:400;line-height:1.5;letter-spacing:.5px}.breadCrumbs .item:not(:first-child):before{opacity:.2;content:"/"}.breadCrumbs .item:last-child{font-weight:700}.breadCrumbs .item a,.breadCrumbs .item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width: 1024px){.breadCrumbs{padding:30px var(--side-space)}}@media only screen and (max-width: 575px){.breadCrumbs{padding:15px 20px}}.contact-more-card{position:relative;display:block;background:#f2f2f2;height:400px;flex:1;transition:flex .5s}.contact-more-card[data-text-theme=dark] .content-box{color:#181818}.contact-more-card[data-text-theme=light] .content-box{color:#fff}.contact-more-card .img-box{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;transition:width .5s,opacity .5s}.contact-more-card .img-box img{width:100%;height:100%;object-fit:cover}.contact-more-card .img-box.hover-img{opacity:0}.contact-more-card .content-box{position:absolute;top:0;left:0;z-index:2;padding:var(--1fr);width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:40px;color:#fff;transition:width .5s}.contact-more-card .content-box.hover{left:initial;right:0;z-index:-1;width:50%;color:#181818;opacity:0;transition:opacity .5s .5s}.contact-more-card .title-box{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.contact-more-card .title-box .title-en,.contact-more-card .title-box .title-zh{font-size:1.375rem;font-weight:500;line-height:1.5;letter-spacing:0 .5px}.contact-more-card .title-box .title-zh{letter-spacing:1px}.contact-more-card .icon-box{display:inline-flex;align-items:center;justify-content:center}.contact-more-card .icon-box .icon-plus{transition:transform .5s .5s}@media only screen and (min-width: 1201px){.contact-more-card:hover{flex:2}.contact-more-card:hover .img-box{z-index:3;width:50%}.contact-more-card:hover .img-box.hover-img{opacity:1}.contact-more-card:hover .img-box:not(.hover-img){opacity:0}.contact-more-card:hover .content-box{padding:60px var(--1fr);width:50%;color:#181818;opacity:0}.contact-more-card:hover .content-box.hover{z-index:2;opacity:1}.contact-more-card:hover .icon-box .icon-plus{transform:rotate(180deg)}}@media only screen and (max-width: 1200px){.contact-more-card{display:flex;flex-direction:column;height:auto}.contact-more-card[data-text-theme=dark] .content-box,.contact-more-card[data-text-theme=light] .content-box{color:#181818}.contact-more-card .img-box{position:initial;aspect-ratio:335/268;height:auto}.contact-more-card .img-box.hover-img{display:none}.contact-more-card .content-box{padding:30px 20px;position:initial;gap:20px;color:#181818}.contact-more-card .content-box:not(.hover){display:none}.contact-more-card .content-box.hover{z-index:initial;width:100%;opacity:1}.contact-more-card .desc{display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.contact-more-card .desc,.contact-more-card .icon-box{opacity:1}}@media only screen and (max-width: 1024px){.contact-more-card .title-box .title-en,.contact-more-card .title-box .title-zh{font-size:1.25rem}}section.banner.aost-show .common-banner .title,section.banner.aost-show .common-banner .subtitle,section.banner.aost-show .common-banner .desc{transform:translateY(0);opacity:1}section.banner.aost-show .common-banner .title{transition-delay:.2s}section.banner.aost-show .common-banner .subtitle{transition-delay:.4s}section.banner.aost-show .common-banner .desc{transition-delay:.6s}section.banner .common-banner .title,section.banner .common-banner .subtitle,section.banner .common-banner .desc{transform:translateY(20px);opacity:0;transition:transform .5s,opacity .5s}section.banner .container{position:relative;grid-column:3/-3}@media only screen and (max-width: 1200px){section.banner .container{grid-column:2/-2}}.sections-wrapper{padding-top:clamp(3.125rem,0rem + 4.1667vw,5rem);padding-bottom:clamp(5rem,.8333rem + 5.5556vw,7.5rem);display:flex;flex-direction:column;gap:clamp(3.125rem,-2.0833rem + 6.9444vw,6.25rem)}section.form .container,section.more .container{grid-column:6/-6}section.form .header,section.more .header{display:flex;flex-direction:column;align-items:center;gap:20px}section.form .header:after,section.more .header:after{display:block;background:#00a9cc;width:100px;height:4px;content:""}section.form .header-content,section.more .header-content{display:flex;flex-direction:column;align-items:center;gap:10px}section.form .header-content .title-box,section.more .header-content .title-box{display:flex;align-items:center;flex-wrap:wrap;gap:10px}@media only screen and (max-width: 1200px){section.form .container,section.more .container{grid-column:2/-2}}@media only screen and (max-width: 575px){section.form .header-content,section.more .header-content{align-items:flex-start}}section.form .container{display:flex;flex-direction:column;gap:50px}section.form .contact-form{display:flex;flex-direction:column;gap:80px}section.form .contact-form .title-box{display:flex;align-items:center;flex-wrap:wrap;gap:10px}section.form .contact-form .title-box .title-en{font-size:1.5rem;font-weight:600;line-height:1.5;letter-spacing:.5px}section.form .contact-form .title-box .title-zh{font-size:1.25rem;font-weight:500;line-height:1.5;letter-spacing:1px}section.form .contact-form .form-block{display:flex;flex-direction:column;gap:50px}section.form .contact-form .form-wrapper{display:flex;flex-direction:column;gap:10px}section.form .contact-form .form-row[data-collapse=product-inquiry] .collapse-form-row{margin-top:0}section.form .contact-form .form-row[data-collapse=product-inquiry].active .collapse-form-row{margin-top:10px;grid-template-rows:1fr}section.form .contact-form .form-row[data-collapse=product-inquiry].active .collapse-form-row .collapse-ovh{overflow:visible}@media only screen and (max-width: 1024px){section.form .container{gap:30px}section.form .contact-form{gap:50px}section.form .contact-form .form-block{gap:30px}}@media only screen and (max-width: 575px){section.form .container{grid-column:1/-1}section.form .header{padding:0 var(--side-space)}}section.more .container{display:flex;flex-direction:column;gap:50px}section.more .content{display:flex;align-items:center;gap:20px}@media only screen and (max-width: 1200px){section.more .content{align-items:stretch}}@media only screen and (max-width: 1024px){section.more .container{gap:30px}}@media only screen and (max-width: 575px){section.more .content{flex-direction:column}}
