.wdd-form{max-width:800px;width:100%;margin:0 auto;padding:0 30px}.wdd-form .scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar,.wdd-form .scrollbar-inner>.scroll-element:hover .scroll-bar{background-color:rgba(145,145,145,0.4)}.wdd-form .scrollbar-inner>.scroll-element .scroll-element_track{background-color:rgba(224,224,224,0.4)}.wdd-form .scrollbar-inner>.scroll-element .scroll-bar{background-color:rgba(194,194,194,0.4)}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -15px}.form-row:not(:first-child){margin-top:30px}.form-grid{width:100%;padding:0 15px}.form-grid.col-6{width:50%}.form-grid.col-4{width:33.3333333333%}.form-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}.form-btn-group .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:120px;height:40px;border:1px solid #000000;border-radius:10rem;-webkit-transition:background-color 0.2s linear,color 0.2s linear;transition:background-color 0.2s linear,color 0.2s linear;cursor:pointer}.form-btn-group .btn:hover{background-color:#000000;color:#ffffff}.form-btn-group .btn:not(:last-child){margin-right:15px}.form-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#F1F1F1}.form-group.required .subject{position:relative}.form-group.verification .refresh-icon{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-flex-negative:0;flex-shrink:0;width:30px;height:30px;border:1px solid rgba(0,0,0,0.2);border-radius:50%;margin:0 10px 0 auto;cursor:pointer}.form-group.verification img{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:150px;margin-left:auto}.form-group.over-limit{border-color:#f00}.form-group.over-limit .subject{color:#f00}.form-group.over-limit .file-wrap .fake-file-upload .file-name{color:rgba(255,0,0,0.6)}.form-group.is-upload .file-wrap .fake-file-upload .file-name{color:#000000}.form-group>.disabled{opacity:0.5;pointer-events:none}.form-group .subject{-ms-flex-negative:0;flex-shrink:0;padding:30px 0 30px 20px;font-size:1rem;line-height:1.5;color:#000000;margin-right:10px}.form-group>input{width:100%;height:1.5rem;border:none;margin:30px 0;padding:0 20px;font-size:1rem;color:#000000;background-color:#F1F1F1}.form-group>input::-webkit-input-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group>input::-moz-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group>input:-ms-input-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group>input::-ms-input-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group>input::placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group>input:-ms-input-placeholder{color:rgba(0,0,0,0.6)}.form-group>input::-ms-input-placeholder{color:rgba(0,0,0,0.6)}.form-group>.textarea-scrollbar{width:100%;height:200px;line-height:1.5;font-size:1rem;padding:30px 20px;padding-top:0;resize:none}.form-group>.textarea-scrollbar::-webkit-input-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group>.textarea-scrollbar::-moz-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group>.textarea-scrollbar:-ms-input-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group>.textarea-scrollbar::-ms-input-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group>.textarea-scrollbar::placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group>.textarea-scrollbar:-ms-input-placeholder{color:rgba(0,0,0,0.6)}.form-group>.textarea-scrollbar::-ms-input-placeholder{color:rgba(0,0,0,0.6)}.form-group .form-select{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer}.form-group .form-select.active .arrow-icon{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.form-group .form-select.active .dropdown{z-index:2}.form-group .form-select.type-fullbox{position:static}.form-group .form-select[select-type=single]{padding:10px 15px}.form-group .form-select[select-type=single] .selected{padding-right:20px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-height:1.5rem}.form-group .form-select[select-type=multiple]{padding:4px 15px;min-height:44px}.form-group .form-select[select-type=multiple] .selected{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-group .form-select[select-type=multiple] .selected.is-select{margin-bottom:-8px}.form-group .form-select[select-type=multiple] .selected .option-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 15px;background-color:#585858;border-radius:10rem;margin:0 8px 8px 0}.form-group .form-select[select-type=multiple] .selected .option-btn .text{color:#fff}.form-group .form-select[select-type=multiple] .selected .option-btn .remove-icon{position:relative;width:14px;height:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:10px}.form-group .form-select[select-type=multiple] .selected .option-btn .remove-icon:after,.form-group .form-select[select-type=multiple] .selected .option-btn .remove-icon:before{content:"";background-color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.form-group .form-select[select-type=multiple] .selected .option-btn .remove-icon:before{width:100%;height:1px}.form-group .form-select[select-type=multiple] .selected .option-btn .remove-icon:after{width:1px;height:100%}.form-group .form-select[select-type=multiple] .dropdown ul>li.active{background-color:#eeeeee}.form-group .form-select .selected{font-size:1rem;color:rgba(0,0,0,0.6);line-height:1.5rem}.form-group .form-select .selected.is-select{color:#000000}.form-group .form-select .arrow-icon{width:0;height:0;border-width:6px 5px 0 5px;border-style:solid;border-color:#000 transparent transparent transparent;margin-left:auto;-webkit-transition:-webkit-transform 0.3s linear;transition:-webkit-transform 0.3s linear;transition:transform 0.3s linear;transition:transform 0.3s linear,-webkit-transform 0.3s linear}.form-group .form-select .dropdown{display:none;position:absolute;width:100%;top:calc(100% + 5px);left:0;background-color:#ffffff;border:1px solid rgba(0,0,0,0.2);border-radius:8px;z-index:1}.form-group .form-select .dropdown .filter-input{display:block;width:calc(100% - 10px);height:50px;border:none;border-radius:8px;border:1px solid #1e1e1e;margin:5px auto 0 auto;padding:0 10px;font-size:1rem}.form-group .form-select .dropdown .dropdown-scrollbar{width:100%;max-height:200px!important}.form-group .form-select .dropdown ul{padding:10px 0}.form-group .form-select .dropdown ul>li{padding:15px;line-height:1.5;-webkit-transition:background-color 0.3s linear;transition:background-color 0.3s linear;cursor:pointer}.form-group .form-select .dropdown ul>li:not(:first-child){border-top:1px solid #eeeeee}@media only screen and (min-width:1201px){.form-group .form-select .dropdown ul>li:hover{background-color:#eeeeee}}@media only screen and (max-width:1200px){.form-group .form-select .dropdown ul>li:active{background-color:#eeeeee}}.form-group .form-check{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-group .form-check .option-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0;margin-right:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.form-group .form-check .option-item .checkbox-wrap{position:relative;width:16px;height:16px;border:2px solid rgba(0,0,0,0.3);margin-right:6px;border-radius:50%}.form-group .form-check .option-item .checkbox-wrap>input{width:100%;height:100%;margin:0;opacity:0}.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%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:16px;height:16px;background-color:#AC855E;opacity:0;-webkit-transition:opacity 0.4s linear;transition:opacity 0.4s linear;border-radius:50%}.form-group .form-check .option-item .text{font-size:1rem;color:#000000;line-height:1.5}.form-group .file-wrap{position:relative;width:100%;cursor:pointer}.form-group .file-wrap>input{width:100%;height:24px;margin:10px 0;opacity:0}.form-group .file-wrap .fake-file-upload{position:absolute;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0}.form-group .file-wrap .fake-file-upload .file-name{font-size:1rem;color:rgba(0,0,0,0.6);padding-right:20px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-height:1.5rem}.form-group .file-wrap .fake-file-upload .upload-icon{width:30px;height:30px;border:1px solid rgba(0,0,0,0.2);border-radius:50%;margin-left:auto}.form-group .data-time-picker{position:relative;width:100%;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.form-group .data-time-picker>input{width:100%;height:1.5rem;border:none;margin:10px 0;padding:0 15px;font-size:1rem;color:#000000}.form-group .data-time-picker>input::-webkit-input-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group .data-time-picker>input::-moz-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group .data-time-picker>input:-ms-input-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group .data-time-picker>input::-ms-input-placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group .data-time-picker>input::placeholder{color:rgba(0,0,0,0.6);opacity:1}.form-group .data-time-picker>input:-ms-input-placeholder{color:rgba(0,0,0,0.6)}.form-group .data-time-picker>input::-ms-input-placeholder{color:rgba(0,0,0,0.6)}.jcc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jcc .swiper-slide{margin:auto!important}.index .main-wrapper main .banner{height:100vh;position:relative}.index .main-wrapper main .banner .swiper-slide[font-color=white] .title{color:#fff}.index .main-wrapper main .banner .swiper-slide[font-color=white] .bottom .run{background-color:#fff}.index .main-wrapper main .banner .swiper-slide[font-color=white] .bottom p{color:#fff}.index .main-wrapper main .banner .swiper-slide[font-color=black] .title{color:#000}.index .main-wrapper main .banner .swiper-slide[font-color=black] .bottom .run{background-color:#000}.index .main-wrapper main .banner .swiper-slide[font-color=black] .bottom p{color:#000}.index .main-wrapper main .banner .swiper-slide .media-box{width:100%;height:100%;position:absolute;top:0}.index .main-wrapper main .banner .swiper-slide .title{position:absolute;color:#fff;width:100%;max-width:1080px;padding:0 100px}@media only screen and (max-width:767px){.index .main-wrapper main .banner .swiper-slide .title{padding:0 30px}}.index .main-wrapper main .banner .swiper-slide .title .maintitle{margin-bottom:6px}@media only screen and (max-width:767px){.index .main-wrapper main .banner .swiper-slide .title .maintitle{margin-bottom:4px}}.index .main-wrapper main .banner .swiper-slide .title .maintitle h2{font-family:Canela;font-size:5.625rem;line-height:1;letter-spacing:0.125rem;font-weight:300;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1}@media only screen and (max-width:767px){.index .main-wrapper main .banner .swiper-slide .title .maintitle h2{font-size:2.875rem}}.index .main-wrapper main .banner .swiper-slide .title .subtitle{margin-bottom:50px}@media only screen and (max-width:767px){.index .main-wrapper main .banner .swiper-slide .title .subtitle{margin-bottom:20px}}.index .main-wrapper main .banner .swiper-slide .title .subtitle p{font-weight:300;font-size:1.375rem;line-height:1.3;letter-spacing:0.125rem;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3}@media only screen and (max-width:767px){.index .main-wrapper main .banner .swiper-slide .title .subtitle p{font-size:0.875rem}}.index .main-wrapper main .banner .swiper-slide .title .text p{font-family:Noto Sans TC;font-size:1.125rem;line-height:1.5;letter-spacing:0.125rem;font-weight:300;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .banner .swiper-slide .title .text p{font-size:1rem}}.index .main-wrapper main .banner .swiper-slide .bottom{position:absolute;bottom:30px;width:460px}@media only screen and (max-width:767px){.index .main-wrapper main .banner .swiper-slide .bottom{width:75%}}.index .main-wrapper main .banner .swiper-slide .bottom .loading{position:relative;width:100%;height:1px;background-color:rgba(255,255,255,0.2)}.index .main-wrapper main .banner .swiper-slide .bottom .run{position:absolute;top:0;left:0;background-color:rgb(255,255,255);width:0;height:1px;-webkit-transition-property:width;transition-property:width;-webkit-transition-duration:5s;transition-duration:5s;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.index .main-wrapper main .banner .swiper-slide .bottom p{margin-top:30px;color:#fff;font-weight:300;line-height:1.2;letter-spacing:0.1em;cursor:pointer;-webkit-transition:color 0.5s;transition:color 0.5s}@media only screen and (min-width:1201px){.index .main-wrapper main .banner .swiper-slide .bottom p:hover{color:#AC855E;-webkit-transition:color 0.5s;transition:color 0.5s}}@media only screen and (max-width:1200px){.index .main-wrapper main .banner .swiper-slide .bottom p:active{color:#AC855E;-webkit-transition:color 0.5s;transition:color 0.5s}}@media only screen and (max-width:767px){.index .main-wrapper main .banner .swiper-slide .bottom p{margin-top:7px}}.index .main-wrapper main .about .wrap{padding:150px 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:960px){.index .main-wrapper main .about .wrap{padding:100px 0 0 0}}.index .main-wrapper main .about .wrap .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:1000px;height:auto;text-align:center;padding:0 100px}@media only screen and (max-width:767px){.index .main-wrapper main .about .wrap .top{padding:0 30px}}.index .main-wrapper main .about .wrap .top .story{font-family:Noto Sans TC;font-size:1rem;line-height:1.5;letter-spacing:0.125rem;color:#AC855E;margin-bottom:18px;font-weight:400;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .about .wrap .top .story{margin-bottom:10px}}.index .main-wrapper main .about .wrap .top h2{font-family:Canela;font-weight:300;font-size:3.75rem;line-height:1.2;letter-spacing:0.125rem;margin-bottom:18px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2}@media only screen and (max-width:767px){.index .main-wrapper main .about .wrap .top h2{font-size:2.5rem;margin-bottom:10px}}.index .main-wrapper main .about .wrap .top .subtitle{font-size:1rem;line-height:1.5;letter-spacing:0.125rem;margin-bottom:28px;opacity:70%;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .about .wrap .top .subtitle{font-size:0.875rem;margin-bottom:26px}}.index .main-wrapper main .about .wrap .top .text{text-align:center;font-weight:300;font-size:0.875rem;line-height:1.8;letter-spacing:0.0625rem;margin-bottom:50px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height:1.8}.index .main-wrapper main .about .wrap .top .button{font-size:0.875rem;line-height:1.5;letter-spacing:0.0625rem;position:relative;margin-bottom:53px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:767px){.index .main-wrapper main .about .wrap .top .button{margin-bottom:41px}}.index .main-wrapper main .about .wrap .top .button:after{content:"";display:block;width:calc(100% + 10px);height:1px;background-color:#000;opacity:30%;margin-top:10px;margin-bottom:2px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s}@media only screen and (min-width:1201px){.index .main-wrapper main .about .wrap .top .button:hover:after{height:3px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;margin-bottom:0;opacity:1}}@media only screen and (max-width:1200px){.index .main-wrapper main .about .wrap .top .button:active:after{height:3px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;margin-bottom:0;opacity:1}}.index .main-wrapper main .about .wrap .bottom-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:1230px;width:100%;height:auto;position:relative}.index .main-wrapper main .about .wrap .bottom-img:after{content:"";display:block;width:100%;height:0;padding-bottom:48.78%;overflow:hidden}@media only screen and (max-width:960px){.index .main-wrapper main .about .wrap .bottom-img:after{padding-bottom:61.3333%}}.index .main-wrapper main .about .wrap .bottom-img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index .main-wrapper main .about .wrap .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:1230px;width:100%;height:auto;position:relative}@media only screen and (min-width:1201px){.index .main-wrapper main .about .wrap .bottom:hover:before{background-color:rgba(0,0,0,0.5);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}}@media only screen and (max-width:1200px){.index .main-wrapper main .about .wrap .bottom:active:before{background-color:rgba(0,0,0,0.5);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}}.index .main-wrapper main .about .wrap .bottom:before{content:"";display:block;width:100%;height:0;padding-bottom:48.78%;position:absolute;top:0;left:0;z-index:1;background-color:rgba(0,0,0,0);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}@media only screen and (max-width:960px){.index .main-wrapper main .about .wrap .bottom:before{padding-bottom:61.3333%}}.index .main-wrapper main .about .wrap .bottom:after{content:"";display:block;width:100%;height:0;padding-bottom:48.78%;overflow:hidden}@media only screen and (max-width:960px){.index .main-wrapper main .about .wrap .bottom:after{padding-bottom:61.3333%}}.index .main-wrapper main .about .wrap .bottom img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index .main-wrapper main .about .wrap .bottom .overlay{opacity:1;background-color:rgba(0,0,0,0)}.index .main-wrapper main .about .wrap .bottom .overlay .playButton{width:70px!important;height:70px!important;top:89%!important;left:93%!important;color:#fff!important;border:solid rgba(255,255,255,0.7) 1px!important;background-color:rgba(0,0,0,0)!important}@media only screen and (max-width:1200px){.index .main-wrapper main .about .wrap .bottom .overlay .playButton{top:85%!important;left:92%!important}}@media only screen and (max-width:960px){.index .main-wrapper main .about .wrap .bottom .overlay .playButton{top:84%!important;left:90%!important}}@media only screen and (max-width:767px){.index .main-wrapper main .about .wrap .bottom .overlay .playButton{width:60px!important;height:60px!important;top:76%!important;left:85%!important}}.index .main-wrapper main .about .wrap .bottom .overlay .playButton:before{border-radius:25%}.index .main-wrapper main .news{background-color:#F3EEE7;overflow:hidden}.index .main-wrapper main .news .wrap{padding:150px 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:960px){.index .main-wrapper main .news .wrap{padding:100px 100px}}@media only screen and (max-width:767px){.index .main-wrapper main .news .wrap{padding:100px 30px}}.index .main-wrapper main .news .wrap .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:1000px;height:auto;margin-bottom:80px;text-align:center;padding:0 100px}@media only screen and (max-width:960px){.index .main-wrapper main .news .wrap .top{padding:0}}@media only screen and (max-width:767px){.index .main-wrapper main .news .wrap .top{max-width:370px;margin-bottom:50px;padding:0 30px}}.index .main-wrapper main .news .wrap .top .title{font-family:Noto Sans TC;font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:0.125rem;color:#AC855E;margin-bottom:18px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .news .wrap .top .title{margin-bottom:10px}}.index .main-wrapper main .news .wrap .top h2{font-family:Canela;font-weight:300;font-size:3.75rem;line-height:1.2;letter-spacing:0.125rem;margin-bottom:18px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2}@media only screen and (max-width:767px){.index .main-wrapper main .news .wrap .top h2{font-size:2.5rem;margin-bottom:10px}}.index .main-wrapper main .news .wrap .top .subtitle{font-size:1rem;line-height:1.5;letter-spacing:0.125rem;opacity:70%;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .news .wrap .top .subtitle{font-size:0.875rem}}.index .main-wrapper main .news .wrap .middle{width:100%;max-width:1230px;position:relative}@media only screen and (max-width:960px){.index .main-wrapper main .news .wrap .middle{max-width:585px}}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}@media only screen and (min-width:1201px){.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide:hover .cover:before{background-color:rgba(0,0,0,0.3);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}}@media only screen and (max-width:1200px){.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide:active .cover:before{background-color:rgba(0,0,0,0.3);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide .cover{position:relative;width:100%;margin-bottom:16px}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide .cover:before{content:"";display:block;width:100%;height:0;padding-bottom:62.162%;position:absolute;top:0;left:0;z-index:1;background-color:rgba(0,0,0,0);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide .cover:after{content:"";display:block;width:100%;height:0;padding-bottom:62.162%;overflow:hidden}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide .cover img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide .content{width:100%}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide .content .date{font-weight:300;font-size:0.875rem;line-height:1.2;color:rgba(0,0,0,0.7);margin-bottom:17px}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide .content .date span{font-size:1.125rem;line-height:1.22;margin-left:9px;color:#000}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide .content .text{font-family:Noto Sans TC;font-size:1rem;line-height:1.8;font-weight:500;letter-spacing:0.125rem;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.8}.index .main-wrapper main .news .wrap .middle .swiper-buttons{position:absolute;width:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:767px){.index .main-wrapper main .news .wrap .middle .swiper-buttons{top:calc(100% + 55px);width:114px}}.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-next,.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-prev{width:50px;height:50px;font-size:1.5rem;border:1px solid rgba(0,0,0,0.2);border-radius:500px;z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:border-color 0.5s,background-color 0.5s;transition:border-color 0.5s,background-color 0.5s}@media only screen and (min-width:1201px){.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-next:hover,.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-prev:hover{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0.1);-webkit-transition:border-color 0.5s,background-color 0.5s;transition:border-color 0.5s,background-color 0.5s}}@media only screen and (max-width:1200px){.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-next:active,.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-prev:active{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0.1);-webkit-transition:border-color 0.5s,background-color 0.5s;transition:border-color 0.5s,background-color 0.5s}}.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-next{-webkit-transform:translate3d(calc(100% + 2.8646vw),0,0);transform:translate3d(calc(100% + 2.8646vw),0,0)}@media only screen and (max-width:1500px){.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-next{-webkit-transform:translate3d(calc(100% + 1.5vw),0,0);transform:translate3d(calc(100% + 1.5vw),0,0)}}@media only screen and (max-width:1024px){.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-next{-webkit-transform:translate3d(calc(100% + 25px),0,0);transform:translate3d(calc(100% + 25px),0,0)}}@media only screen and (max-width:767px){.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-next{-webkit-transform:none;transform:none}}.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-prev{-webkit-transform:translate3d(calc(-100% - 2.8646vw),0,0);transform:translate3d(calc(-100% - 2.8646vw),0,0)}@media only screen and (max-width:1500px){.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-prev{-webkit-transform:translate3d(calc(-100% - 1.5vw),0,0);transform:translate3d(calc(-100% - 1.5vw),0,0)}}@media only screen and (max-width:1024px){.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-prev{-webkit-transform:translate3d(calc(-100% - 25px),0,0);transform:translate3d(calc(-100% - 25px),0,0)}}@media only screen and (max-width:767px){.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-prev{-webkit-transform:none;transform:none}}.index .main-wrapper main .news .wrap .middle .swiper-buttons .news-swiper-button-prev .icon-Arrow_Right{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.index .main-wrapper main .news .wrap .bottom{margin-top:60px}@media only screen and (max-width:767px){.index .main-wrapper main .news .wrap .bottom{margin-top:142px}}.index .main-wrapper main .news .wrap .bottom .button{font-size:0.875rem;line-height:1.5;letter-spacing:0.0625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.index .main-wrapper main .news .wrap .bottom .button:after{content:"";display:block;width:calc(100% + 10px);height:1px;background-color:#000;opacity:30%;margin-top:10px;margin-bottom:2px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s}@media only screen and (min-width:1201px){.index .main-wrapper main .news .wrap .bottom .button:hover:after{height:3px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;margin-bottom:0;opacity:1}}@media only screen and (max-width:1200px){.index .main-wrapper main .news .wrap .bottom .button:active:after{height:3px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;margin-bottom:0;opacity:1}}.index .main-wrapper main .rooms .wrap{padding:150px 100px 150px 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}@media only screen and (max-width:960px){.index .main-wrapper main .rooms .wrap{padding:100px 100px 100px 100px}}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap{padding:100px 30px 100px 30px}}.index .main-wrapper main .rooms .wrap .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:1000px;height:auto;margin-bottom:80px;padding:0 100px}@media only screen and (max-width:960px){.index .main-wrapper main .rooms .wrap .top{padding:0}}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap .top{max-width:370px;margin-bottom:50px;padding:0 30px}}.index .main-wrapper main .rooms .wrap .top .room{font-family:Noto Sans TC;font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:0.125rem;color:#AC855E;margin-bottom:18px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap .top .room{margin-bottom:10px}}.index .main-wrapper main .rooms .wrap .top h2{font-family:Canela;font-weight:300;font-size:3.75rem;line-height:1.2;letter-spacing:0.125rem;margin-bottom:18px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap .top h2{font-size:2.5rem;margin-bottom:10px}}.index .main-wrapper main .rooms .wrap .top .subtitle{font-size:1rem;line-height:1.5;letter-spacing:0.125rem;opacity:70%;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap .top .subtitle{font-size:0.875rem}}.index .main-wrapper main .rooms .wrap .bottom{width:100%;max-width:1230px;position:relative}@media only screen and (max-width:960px){.index .main-wrapper main .rooms .wrap .bottom{max-width:585px}}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:1201px){.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide:hover .cover:after{background-color:rgba(0,0,0,0.3);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide:hover .button:after{height:3px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;margin-bottom:0;opacity:1}}@media only screen and (max-width:1200px){.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide:active .cover:after{background-color:rgba(0,0,0,0.3);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide:active .button:after{height:3px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;margin-bottom:0;opacity:1}}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .cover{position:relative;margin-bottom:25px;width:100%}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .cover{margin-bottom:21px}}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .cover:before{content:"";display:block;width:100%;height:0;padding-bottom:114.53%;overflow:hidden}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .cover:after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:0;padding-bottom:114.53%;background-color:rgba(0,0,0,0);-webkit-transition:background-color 0.5s;transition:background-color 0.5s;overflow:hidden}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .cover img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .content .en{font-family:Canela;font-weight:300;font-size:1.5rem;line-height:1.2;letter-spacing:0.0625rem;margin-bottom:2px}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .content .en{font-size:1.25rem}}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .content .ch{font-family:Noto Sans TC;font-size:1rem;font-weight:500;line-height:1.8;letter-spacing:0.125rem;margin-bottom:20px}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .content .text{font-family:Noto Sans TC;font-size:0.875rem;font-weight:300;line-height:1.8;letter-spacing:0.0625rem;margin-bottom:36px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.8}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .button{font-size:0.875rem;line-height:1.5;letter-spacing:0.0625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .button:after{content:"";display:block;width:calc(100% + 10px);height:1px;background-color:#000;opacity:30%;margin-top:10px;margin-bottom:2px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s}.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons{position:absolute;width:100%;top:calc(0.5 * (100% - 231px));left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons{top:calc(0.5 * (100% - 215px));width:calc(100% - 25px);z-index:2}}.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-next,.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-prev{width:50px;height:50px;font-size:1.5rem;border:1px solid rgba(0,0,0,0.2);border-radius:500px;z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:border-color 0.5s,background-color 0.5s;transition:border-color 0.5s,background-color 0.5s}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-next,.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-prev{border:none;border-color:rgba(255,255,255,0.5);background-color:rgba(255,255,255,0.5)}}@media only screen and (min-width:1201px) and (min-width:768px){.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-next:hover,.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-prev:hover{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0.1);-webkit-transition:border-color 0.5s,background-color 0.5s;transition:border-color 0.5s,background-color 0.5s}}@media only screen and (max-width:1200px) and (min-width:768px){.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-next:active,.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-prev:active{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0.1);-webkit-transition:border-color 0.5s,background-color 0.5s;transition:border-color 0.5s,background-color 0.5s}}.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-prev{-webkit-transform:translate3d(calc(-100% - 2.8646vw),0,0);transform:translate3d(calc(-100% - 2.8646vw),0,0)}@media only screen and (max-width:1500px){.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-prev{-webkit-transform:translate3d(calc(-100% - 1.5vw),0,0);transform:translate3d(calc(-100% - 1.5vw),0,0)}}@media only screen and (max-width:1024px){.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-prev{-webkit-transform:translate3d(calc(-100% - 25px),0,0);transform:translate3d(calc(-100% - 25px),0,0)}}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-prev{-webkit-transform:none;transform:none}}.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-prev .icon-Arrow_Right{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-next{-webkit-transform:translate3d(calc(100% + 2.8646vw),0,0);transform:translate3d(calc(100% + 2.8646vw),0,0)}@media only screen and (max-width:1500px){.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-next{-webkit-transform:translate3d(calc(100% + 1.5vw),0,0);transform:translate3d(calc(100% + 1.5vw),0,0)}}@media only screen and (max-width:1024px){.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-next{-webkit-transform:translate3d(calc(100% + 25px),0,0);transform:translate3d(calc(100% + 25px),0,0)}}@media only screen and (max-width:767px){.index .main-wrapper main .rooms .wrap .bottom .swiper-buttons .rooms-swiper-button-next{-webkit-transform:none;transform:none}}.index .main-wrapper main .dining{background-color:#FEF8F0}.index .main-wrapper main .dining .wrap{padding:150px 100px 150px 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:1024px){.index .main-wrapper main .dining .wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width:960px){.index .main-wrapper main .dining .wrap{padding:100px 100px 100px 100px}}@media only screen and (max-width:767px){.index .main-wrapper main .dining .wrap{padding:100px 30px 100px 30px}}.index .main-wrapper main .dining .wrap .left{position:sticky;top:150px;width:100%;max-width:390px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;margin-right:120px;text-align:left}@media only screen and (max-width:1024px){.index .main-wrapper main .dining .wrap .left{position:static;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-right:0}}@media only screen and (max-width:767px){.index .main-wrapper main .dining .wrap .left{max-width:300px}}.index .main-wrapper main .dining .wrap .left .exp{font-family:Noto Sans TC;font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:0.125rem;color:#AC855E;margin-bottom:18px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .dining .wrap .left .exp{margin-bottom:10px}}.index .main-wrapper main .dining .wrap .left h2{font-family:Canela;font-weight:300;font-size:3.75rem;line-height:1.2;letter-spacing:0.125rem;margin-bottom:18px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2}@media only screen and (max-width:767px){.index .main-wrapper main .dining .wrap .left h2{font-size:2.5rem;margin-bottom:10px}}.index .main-wrapper main .dining .wrap .left .subtitle{font-size:1rem;line-height:1.5;letter-spacing:0.125rem;opacity:70%;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .dining .wrap .left .subtitle{font-size:0.875rem}}.index .main-wrapper main .dining .wrap .left .tag-group{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width:1024px){.index .main-wrapper main .dining .wrap .left .tag-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}}@media only screen and (max-width:767px){.index .main-wrapper main .dining .wrap .left .tag-group{margin-top:55px}}.index .main-wrapper main .dining .wrap .left .tag-group .tag:not(:last-child){margin-bottom:45px}@media only screen and (max-width:1024px){.index .main-wrapper main .dining .wrap .left .tag-group .tag:not(:last-child){margin-right:0}}.index .main-wrapper main .dining .wrap .left .tag-group .tag{-webkit-transition:color 0.5s;transition:color 0.5s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:300px;text-align:left}@media only screen and (max-width:1024px){.index .main-wrapper main .dining .wrap .left .tag-group .tag{margin-right:0;margin-bottom:100px!important}}@media only screen and (max-width:767px){.index .main-wrapper main .dining .wrap .left .tag-group .tag{text-align:center;margin-bottom:50px!important}}@media only screen and (min-width:1201px){.index .main-wrapper main .dining .wrap .left .tag-group .tag:hover{color:#9B6E41;-webkit-transition:color 0.5s;transition:color 0.5s}.index .main-wrapper main .dining .wrap .left .tag-group .tag:hover:after{background-color:#9B6E41;-webkit-transition:background-color 0.5s;transition:background-color 0.5s}}@media only screen and (max-width:1200px){.index .main-wrapper main .dining .wrap .left .tag-group .tag:active{color:#9B6E41;-webkit-transition:color 0.5s;transition:color 0.5s}.index .main-wrapper main .dining .wrap .left .tag-group .tag:active:after{background-color:#9B6E41;-webkit-transition:background-color 0.5s;transition:background-color 0.5s}}.index .main-wrapper main .dining .wrap .left .tag-group .tag:after{content:"";display:block;width:calc(100% + 10px);height:1px;background-color:#000;opacity:30%;margin-top:15px;-webkit-transition:background-color 0.5s;transition:background-color 0.5s}@media only screen and (max-width:1024px){.index .main-wrapper main .dining .wrap .left .tag-group .tag:after{margin-top:10px}}.index .main-wrapper main .dining .wrap .left .tag-group .tag .tag-text .en{font-family:Canela;font-weight:300;font-size:1.5rem;line-height:1.2;letter-spacing:0.0625rem;opacity:80%;margin-bottom:10px}@media only screen and (max-width:1024px){.index .main-wrapper main .dining .wrap .left .tag-group .tag .tag-text .en{margin-bottom:5px}}@media only screen and (max-width:767px){.index .main-wrapper main .dining .wrap .left .tag-group .tag .tag-text .en{font-size:1.25rem;margin-bottom:2px}}.index .main-wrapper main .dining .wrap .left .tag-group .tag .tag-text .ch{font-family:Noto Sans TC;font-weight:500;font-size:1rem;line-height:1.8;letter-spacing:0.125rem;opacity:80%}@media only screen and (max-width:767px){.index .main-wrapper main .dining .wrap .left .tag-group .tag .tag-text .ch{font-size:0.875rem}}.index .main-wrapper main .dining .wrap .right{width:100%;max-width:720px;position:relative}@media only screen and (max-width:1024px){.index .main-wrapper main .dining .wrap .right{max-width:585px}}.index .main-wrapper main .dining .wrap .right .img-box:not(:last-child){margin-bottom:66px}@media only screen and (max-width:1024px){.index .main-wrapper main .dining .wrap .right .img-box:not(:last-child){margin-bottom:10px}}@media only screen and (max-width:767px){.index .main-wrapper main .dining .wrap .right .img-box:not(:last-child){margin-bottom:5px}}.index .main-wrapper main .dining .wrap .right .img-box{width:100%;position:relative}.index .main-wrapper main .dining .wrap .right .img-box:after{content:"";display:block;width:100%;height:0;padding-bottom:57.64%;overflow:hidden}.index .main-wrapper main .dining .wrap .right .img-box img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index .main-wrapper main .tours .wrap{padding:150px 100px 0 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap{padding:100px 0 0 0}}.index .main-wrapper main .tours .wrap .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:1000px;height:auto;margin-bottom:80px;text-align:center;padding:0 100px}@media only screen and (max-width:1023px){.index .main-wrapper main .tours .wrap .top{max-width:770px;margin-bottom:60px}}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .top{max-width:370px;margin-bottom:50px;padding:0 30px}}.index .main-wrapper main .tours .wrap .top .title{font-family:Noto Sans TC;font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:0.125rem;color:#AC855E;margin-bottom:18px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .top .title{margin-bottom:10px}}.index .main-wrapper main .tours .wrap .top h2{font-family:Canela;font-weight:300;font-size:3.75rem;line-height:1.2;letter-spacing:0.125rem;margin-bottom:18px;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.2}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .top h2{font-size:2.5rem;margin-bottom:10px}}.index .main-wrapper main .tours .wrap .top .subtitle{font-size:1rem;line-height:1.5;letter-spacing:0.125rem;opacity:70%;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .top .subtitle{font-size:0.875rem}}.index .main-wrapper main .tours .wrap .middle{width:100%;max-width:1230px;position:relative}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper{overflow:visible!important}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide[spend-data=open] .box .content .spend:after{display:block}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide[spend-data=hide] .box .content .spend:after{display:none}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide[font-color=white] .cover:after{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),color-stop(35.5%,rgba(0,0,0,0)));background-image:linear-gradient(360deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 35.5%)}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide[font-color=white] .content{color:#fff}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide[font-color=white] .intro{color:#fff}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide[font-color=black] .cover:after{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0.5)),color-stop(35.5%,rgba(255,255,255,0)))!important;background-image:linear-gradient(360deg,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 35.5%)!important}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide[font-color=black] .content{color:#000}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide[font-color=black] .content .spend:after{background-color:rgba(0,0,0,0.3)!important}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide[font-color=black] .intro{color:#000}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide:before{content:"";display:block;width:100%;height:0;padding-bottom:52.85%;position:absolute;top:0;left:0;z-index:1;background-color:rgba(0,0,0,0);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}@media only screen and (min-width:1201px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide:hover:before{background-color:rgba(0,0,0,0.3);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}}@media only screen and (max-width:1200px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide:active:before{background-color:rgba(0,0,0,0.3);-webkit-transition:background-color 0.5s;transition:background-color 0.5s}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box{position:relative;width:100%}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .cover{position:relative;width:100%}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .cover:after{display:block;content:"";position:absolute;top:0;background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),color-stop(35.5%,rgba(0,0,0,0)));background-image:linear-gradient(360deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 35.5%);background-blend-mode:multiply;width:100%;height:100%}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .cover:before{content:"";display:block;width:100%;height:0;padding-bottom:52.85%;overflow:hidden}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .cover img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content{position:absolute;bottom:9%;right:9%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:1}@media only screen and (max-width:1024px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content{right:4%;bottom:8%}}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend{display:-webkit-box;display:-ms-flexbox;display:flex;height:65px}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend:after{content:"";display:block;height:100%;width:1px;margin:0 33px 0 61px;background-color:rgba(255,255,255,0.3)}@media only screen and (max-width:1200px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend:after{margin:0 25px 0 45px}}@media only screen and (max-width:1023px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend:after{margin:0 16px 0 30px}}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend:after{margin:0 48px 0 61px}}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend:after{margin:0 48px 0 61px}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend .money{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;max-width:120px}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend .money{min-width:94px}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend .time{max-width:100px}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend .time{min-width:69px}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend .num{font-size:0.75rem;font-weight:300;line-height:1.2;letter-spacing:0.1em}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend .num span{font-size:1.875rem;font-family:"Lato"}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend .num span{font-size:1.25rem}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .box .content .spend .ch{margin-top:5px;font-family:Noto Sans TC;font-size:0.75rem;line-height:1.8;letter-spacing:0.15em;font-weight:300;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-height:1.8}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .intro{position:absolute;bottom:9%;left:7%;width:100%;color:#fff;text-align:left;max-width:390px;z-index:1}@media only screen and (max-width:1024px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .intro{bottom:8%;left:4%}}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .intro{position:static;color:#000!important;margin:28px auto 0 auto;text-align:center;pointer-events:none}}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .intro{width:84%;max-width:315px;text-align:left}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .intro .maintitle{font-family:Canela;font-weight:300;font-size:1.5rem;line-height:1.2;letter-spacing:0.0625rem;margin-bottom:10px}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .intro .maintitle{font-size:1.25rem;margin-bottom:2px}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .intro .subtitle{font-family:Noto Sans TC;font-size:1rem;font-weight:400;line-height:1.8;letter-spacing:0.125rem;margin-bottom:15px}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-slide .intro .text{font-family:Noto Sans TC;font-size:0.875rem;font-weight:200;line-height:1.8;letter-spacing:0.0625rem;display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.8}.index .main-wrapper main .tours .wrap .middle .swiper-buttons{position:absolute;width:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons{position:relative;left:0;z-index:5;width:618px;-webkit-transform:translate(0,0);transform:translate(0,0);margin:30px auto 0 auto}}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons{width:114px;-webkit-transform:translate(0,0);transform:translate(0,0);margin:30px auto 0 auto}}.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-next,.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-prev{width:50px;height:50px;font-size:1.5rem;border:1px solid rgba(0,0,0,0.2);border-radius:500px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:border-color 0.5s,background-color 0.5s;transition:border-color 0.5s,background-color 0.5s}@media only screen and (min-width:1201px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-next:hover,.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-prev:hover{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0.1);-webkit-transition:border-color 0.5s,background-color 0.5s;transition:border-color 0.5s,background-color 0.5s}}@media only screen and (max-width:1200px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-next:active,.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-prev:active{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0.1);-webkit-transition:border-color 0.5s,background-color 0.5s;transition:border-color 0.5s,background-color 0.5s}}.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-prev{-webkit-transform:translate3d(calc(-100% - 2.8646vw),0,0);transform:translate3d(calc(-100% - 2.8646vw),0,0)}@media only screen and (max-width:1500px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-prev{-webkit-transform:translate3d(calc(-100% - 1.5vw),0,0);transform:translate3d(calc(-100% - 1.5vw),0,0)}}@media only screen and (max-width:1024px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-prev{-webkit-transform:translate3d(calc(-100% - 25px),0,0);transform:translate3d(calc(-100% - 25px),0,0)}}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-prev{-webkit-transform:translate3d(0,-250%,0);transform:translate3d(0,-250%,0)}}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-prev{-webkit-transform:none;transform:none}}.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-prev .icon-Arrow_Right{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-next{-webkit-transform:translate3d(calc(100% + 2.8646vw),0,0);transform:translate3d(calc(100% + 2.8646vw),0,0)}@media only screen and (max-width:1500px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-next{-webkit-transform:translate3d(calc(100% + 1.5vw),0,0);transform:translate3d(calc(100% + 1.5vw),0,0)}}@media only screen and (max-width:1024px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-next{-webkit-transform:translate3d(calc(100% + 25px),0,0);transform:translate3d(calc(100% + 25px),0,0)}}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-next{-webkit-transform:translate3d(0,-250%,0);transform:translate3d(0,-250%,0)}}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .middle .swiper-buttons .tours-swiper-button-next{-webkit-transform:none;transform:none}}.index .main-wrapper main .tours .wrap .bottom{margin-top:60px}@media only screen and (max-width:1023px){.index .main-wrapper main .tours .wrap .bottom{margin-top:6%}}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .bottom{margin-top:0}}@media only screen and (max-width:767px){.index .main-wrapper main .tours .wrap .bottom{margin-top:60px}}.index .main-wrapper main .tours .wrap .bottom .button{font-size:0.875rem;line-height:1.5;letter-spacing:0.0625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.index .main-wrapper main .tours .wrap .bottom .button:after{content:"";display:block;width:calc(100% + 10px);height:1px;background-color:#000;opacity:30%;margin-top:10px;margin-bottom:2px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s}@media only screen and (min-width:1201px){.index .main-wrapper main .tours .wrap .bottom .button:hover:after{height:3px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;margin-bottom:0;opacity:1}}@media only screen and (max-width:1200px){.index .main-wrapper main .tours .wrap .bottom .button:active:after{height:3px;-webkit-transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;transition:height 0.5s,margin-bottom 0.5s,opacity 0.5s;margin-bottom:0;opacity:1}}.index .video-lightbox .lightbox-wrap{display:none;position:fixed;width:100%;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.8);opacity:1;z-index:9999}.index .video-lightbox .lightbox-wrap .close-btn{position:absolute;top:-8px;right:-8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer;z-index:99;opacity:1}.index .video-lightbox .lightbox-wrap .close-btn span{position:relative;display:block;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.index .video-lightbox .lightbox-wrap .close-btn span:after,.index .video-lightbox .lightbox-wrap .close-btn span:before{content:"";background-color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.index .video-lightbox .lightbox-wrap .close-btn span:before{width:3px;height:20px}.index .video-lightbox .lightbox-wrap .close-btn span:after{width:20px;height:3px}.index .main-wrapper main .banner .title .maintitle,.index .main-wrapper main .banner .title .subtitle{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.index .main-wrapper main .banner .title .text{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.index .main-wrapper main .banner.aost-show .title .maintitle,.index .main-wrapper main .banner.aost-show .title .subtitle{opacity:1;-webkit-transition:opacity 1s;transition:opacity 1s;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.index .main-wrapper main .banner.aost-show .title .text{opacity:1;-webkit-transition:opacity 1s;transition:opacity 1s;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s 0.5s,-webkit-transform 1s 0.5s;transition:opacity 1s 0.5s,-webkit-transform 1s 0.5s;transition:transform 1s 0.5s,opacity 1s 0.5s;transition:transform 1s 0.5s,opacity 1s 0.5s,-webkit-transform 1s 0.5s}.index .main-wrapper main .about .wrap .top{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.index .main-wrapper main .about .wrap .top.aost-show{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.index .main-wrapper main .news .wrap .top{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.index .main-wrapper main .news .wrap .top.aost-show{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide .content{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.index .main-wrapper main .news .wrap .middle .swiper.newsSwiper .swiper-slide .content.aost-show{opacity:1;-webkit-transition:opacity 1s;transition:opacity 1s;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.index .main-wrapper main .rooms .wrap .top{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.index .main-wrapper main .rooms .wrap .top.aost-show{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .content{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .content.aost-show{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .button{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.index .main-wrapper main .rooms .wrap .bottom .swiper.roomsSwiper .swiper-slide .button.aost-show{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.index .main-wrapper main .dining .wrap .left h2,.index .main-wrapper main .dining .wrap .left p{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.index .main-wrapper main .dining .wrap .left.aost-show h2,.index .main-wrapper main .dining .wrap .left.aost-show p{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.index .main-wrapper main .dining .wrap .left.aost-show .subtitle{opacity:0.7}.index .main-wrapper main .dining .wrap .left .tag-group .tag{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.index .main-wrapper main .dining .wrap .left .tag-group.aost-show .tag:first-child{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s,color 0.5s,-webkit-transform 1s;transition:opacity 1s,color 0.5s,-webkit-transform 1s;transition:transform 1s,opacity 1s,color 0.5s;transition:transform 1s,opacity 1s,color 0.5s,-webkit-transform 1s}.index .main-wrapper main .dining .wrap .left .tag-group.aost-show .tag:nth-child(2){opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s 0.5s,color 0.5s,-webkit-transform 1s 0.5s;transition:opacity 1s 0.5s,color 0.5s,-webkit-transform 1s 0.5s;transition:transform 1s 0.5s,opacity 1s 0.5s,color 0.5s;transition:transform 1s 0.5s,opacity 1s 0.5s,color 0.5s,-webkit-transform 1s 0.5s}.index .main-wrapper main .dining .wrap .left .tag-group.aost-show .tag:nth-child(3){opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s 1s,color 0.5s,-webkit-transform 1s 1s;transition:opacity 1s 1s,color 0.5s,-webkit-transform 1s 1s;transition:transform 1s 1s,opacity 1s 1s,color 0.5s;transition:transform 1s 1s,opacity 1s 1s,color 0.5s,-webkit-transform 1s 1s}.index .main-wrapper main .tours .wrap .top{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.index .main-wrapper main .tours .wrap .top.aost-show{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1s,-webkit-transform 1s;transition:opacity 1s,-webkit-transform 1s;transition:transform 1s,opacity 1s;transition:transform 1s,opacity 1s,-webkit-transform 1s}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-wrapper .swiper-slide .box .content{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-wrapper .swiper-slide .box .content{-webkit-transform:translate3d(-50%,20px,0);transform:translate3d(-50%,20px,0)}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-wrapper .swiper-slide .box .content.aost-show{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1.5s,-webkit-transform 1.5s;transition:opacity 1.5s,-webkit-transform 1.5s;transition:transform 1.5s,opacity 1.5s;transition:transform 1.5s,opacity 1.5s,-webkit-transform 1.5s}@media only screen and (max-width:960px){.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-wrapper .swiper-slide .box .content.aost-show{opacity:1;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);-webkit-transition:opacity 1.5s,-webkit-transform 1.5s;transition:opacity 1.5s,-webkit-transform 1.5s;transition:transform 1.5s,opacity 1.5s;transition:transform 1.5s,opacity 1.5s,-webkit-transform 1.5s}}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-wrapper .swiper-slide .intro{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.index .main-wrapper main .tours .wrap .middle .swiper.toursSwiper .swiper-wrapper .swiper-slide .intro.aost-show{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 1.5s,-webkit-transform 1.5s;transition:opacity 1.5s,-webkit-transform 1.5s;transition:transform 1.5s,opacity 1.5s;transition:transform 1.5s,opacity 1.5s,-webkit-transform 1.5s}
/*# sourceMappingURL=index.css.map */