@charset "UTF-8";.wdd-form{max-width:1120px;width:100%;margin:0 auto;padding:0 30px}.wdd-form *{letter-spacing:1px}.wdd-form.error .error-notice{display:block}.wdd-form>.error-notice{color:#E80000;margin-top:20px;line-height:1.6;text-align:center;display:none}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -10px}@media only screen and (max-width:768px){.form-row{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}}.form-row:not(:first-child){margin-top:20px}.form-grid{width:100%;padding:0 10px}.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:20px;font-weight:700}.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:150px;height:60px;border:2px solid rgba(143,114,76,0.5);border-radius:60px;-webkit-transition:background-color 0.2s linear,color 0.2s linear;transition:background-color 0.2s linear,color 0.2s linear;cursor:pointer;overflow:hidden;position:relative;z-index:1;-webkit-transition:color 0.4s;transition:color 0.4s}@media only screen and (max-width:768px){.form-btn-group .btn{width:120px}}.form-btn-group .btn:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1;width:calc(100% + 4px);height:calc(100% + 4px);background:-webkit-gradient(linear,left top,right top,from(#7E531B),to(#8F724C));background:linear-gradient(90deg,#7E531B 0%,#8F724C 100%);opacity:0;-webkit-transition:opacity 0.6s,color 0.3s;transition:opacity 0.6s,color 0.3s}@media only screen and (min-width:1201px){.form-btn-group .btn:hover{color:#fff;font-weight:700;border:2px solid transparent}}@media only screen and (min-width:1201px) and (min-width:767px){.form-btn-group .btn:hover{border:none}}@media only screen and (min-width:1201px){.form-btn-group .btn:hover:before{opacity:1}.form-btn-group .btn:hover:after{background:none}}@media only screen and (max-width:1200px){.form-btn-group .btn:active{color:#fff;font-weight:700;border:2px solid transparent}}@media only screen and (max-width:1200px) and (min-width:767px){.form-btn-group .btn:active{border:none}}@media only screen and (max-width:1200px){.form-btn-group .btn:active:before{opacity:1}.form-btn-group .btn:active:after{background:none}}.form-btn-group .btn:not(:last-child){margin-right:30px}@media only screen and (max-width:768px){.form-btn-group .btn:not(:last-child){margin-right:10px}}.form-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border:1px solid rgba(82,59,29,0.3);border-radius:10px;background-color:#fff}@media only screen and (max-width:768px){.form-group{-ms-flex-wrap:wrap;flex-wrap:wrap}}.form-group.error .subject{color:#E80000}.form-group.error .subject .tipTxt{color:#E80000!important}.form-group.required .subject{position:relative;white-space:nowrap}.form-group.required .subject:before{content:"\e916";font-family:"icomoon"!important;margin-right:10px;color:#A3772C;font-weight:300}.form-group.required .subject .tipTxt{color:#A3772C;font-size:1rem;font-weight:600;line-height:1.6;letter-spacing:1px;margin-left:5px}.form-group.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form-group.column .subject{padding-bottom:10px}.form-group.column p:after{display:none}@media only screen and (max-width:768px){.form-group.verification{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-group.verification input{width:185px;padding-right:10px}}@media only screen and (max-width:575px){.form-group.verification input{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}}.form-group.verification .refresh-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;margin-right:10px}@media only screen and (max-width:768px){.form-group.verification .refresh-btn{height:55px}}.form-group.verification .refresh-btn img{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-left:auto;height:40px;width:90px}.form-group.verification .refresh-btn i{font-size:1.25rem;margin-left:10px}.form-group.verification .btn-box{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;margin-right:20px;font-size:1.25rem;color:#523B1D;gap:5px}@media only screen and (max-width:575px){.form-group.verification .btn-box{margin-right:10px}}.form-group.privacy{position:relative;background:transparent;border:none;padding:0 40px;color:rgba(0,0,0,0.7);line-height:1.5;margin-bottom:20px}@media only screen and (max-width:768px){.form-group.privacy{padding:0}}.form-group.privacy label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.form-group.privacy input{position:absolute;opacity:0;top:0;left:0}.form-group.privacy input:checked+.icon-form-check{background-color:#523B1D;color:#fff}.form-group.privacy .icon-form-check{margin-top:1px;border:solid 1px #523B1D;-webkit-transition:background-color 0.3s;transition:background-color 0.3s;-ms-flex-negative:0;flex-shrink:0;color:transparent;font-size:0.75rem;padding:3px;-ms-flex-item-align:start;align-self:flex-start}.form-group.privacy .text{margin-left:10px;font-weight:300;letter-spacing:1px;line-height:1.6}.form-group.privacy a{display:inline-block;color:#523B1D;position:relative;line-height:1.2}.form-group.privacy a:after{content:"";display:block;width:100%;height:1px;background-color:#523B1D}.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:19px 0 19px;font-size:1rem;line-height:1.875;color:#000000;margin:0 30px 0 20px;position:relative;width:140px;font-weight:700}@media only screen and (max-width:768px){.form-group .subject{width:100%;padding:10px 20px 0px 20px;margin:0;line-height:1.6}}.form-group .subject:after{content:"";display:inline-block;position:absolute;width:1px;height:30px;right:-30px;background-color:rgba(0,0,0,0.2)}@media only screen and (max-width:768px){.form-group .subject:after{display:none}}.form-group>input{width:100%;height:1.875rem;border:none;margin:19px 0;padding:0 20px 0 30px;color:#000000;font-size:1rem;font-weight:300;background:transparent;-webkit-font-feature-settings:"lnum";font-feature-settings:"lnum"}@media only screen and (max-width:768px){.form-group>input{margin:10px 0;padding:0 20px;height:24px}}.form-group>input::-webkit-input-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group>input::-moz-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group>input:-ms-input-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group>input::-ms-input-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group>input::placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group>input:-ms-input-placeholder{color:rgba(0,0,0,0.7)}.form-group>input::-ms-input-placeholder{color:rgba(0,0,0,0.7)}.form-group .textarea-scrollbar{width:100%;height:200px;line-height:1.875;font-size:1rem;letter-spacing:1px;-webkit-font-feature-settings:"lnum";font-feature-settings:"lnum";padding:0 20px;margin-bottom:10px;resize:none;border:none;font-weight:300}.form-group .textarea-scrollbar:focus-visible{border:solid 2px #FEC011!important}.form-group .textarea-scrollbar.os-textarea::-webkit-input-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group .textarea-scrollbar.os-textarea::-moz-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group .textarea-scrollbar.os-textarea:-ms-input-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group .textarea-scrollbar.os-textarea::-ms-input-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group .textarea-scrollbar.os-textarea::placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group .textarea-scrollbar.os-textarea:-ms-input-placeholder{color:rgba(0,0,0,0.7)}.form-group .textarea-scrollbar.os-textarea::-ms-input-placeholder{color:rgba(0,0,0,0.7)}.form-group .textarea-scrollbar .os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(194,194,194,0.4)}.form-group .textarea-scrollbar .os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle{background:rgba(145,145,145,0.4)}.form-group dropdown-el:not([d4-value=""]) .select-display{color:#000000;font-weight:300}.form-group dropdown-el.type-fullbox{position:static}.form-group dropdown-el[multiple] .select-wrapper{padding:15px 30px}@media only screen and (max-width:768px){.form-group dropdown-el[multiple] .select-wrapper{padding:10px 20px}}.form-group dropdown-el:not([multiple]) .select-wrapper{padding:20px 30px;font-weight:300}@media only screen and (max-width:768px){.form-group dropdown-el:not([multiple]) .select-wrapper{padding:10px 20px;min-height:44px}}.form-group dropdown-el .select-wrapper{background-color:transparent;min-height:70px;border-radius:0}@media only screen and (max-width:768px){.form-group dropdown-el .select-wrapper{min-height:44px}}.form-group dropdown-el .select-display{color:#000000;font-size:1rem;font-weight:300;line-height:1.6}.form-group dropdown-el .dropdown-icon{border-color:#523B1D transparent transparent transparent}.form-group .select-wrap{width:100%;padding:19px 0}.form-group .select-wrap select{width:100%;height:32px;border:none;font-size:1rem;font-weight:300;background-color:transparent}.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:15px;-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:20px;height:20px;border:1px solid #000000;margin-right:8px}.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:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 4px);height:calc(100% - 4px);background-color:#ff0000;opacity:0;-webkit-transition:opacity 0.4s linear;transition:opacity 0.4s linear}.form-group .form-check .option-item .text{font-size:1rem;color:#000000;line-height:1.875}.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.7);line-height:1.875rem;padding-right:20px;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.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.875rem;border:none;margin:10px 0;padding:0 20px 0 30px;font-size:1rem;color:#000000;background:transparent}@media only screen and (max-width:768px){.form-group .data-time-picker>input{padding:0 20px;height:24px}}.form-group .data-time-picker>input::-webkit-input-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group .data-time-picker>input::-moz-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group .data-time-picker>input:-ms-input-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group .data-time-picker>input::-ms-input-placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group .data-time-picker>input::placeholder{color:rgba(0,0,0,0.7);opacity:1}.form-group .data-time-picker>input:-ms-input-placeholder{color:rgba(0,0,0,0.7)}.form-group .data-time-picker>input::-ms-input-placeholder{color:rgba(0,0,0,0.7)}[lang=en] .form-group{-ms-flex-wrap:wrap;flex-wrap:wrap}[lang=en] .form-group .subject{width:100%;padding:10px 20px 0px 20px;margin:0;line-height:1.6}[lang=en] .form-group .subject:after{display:none}[lang=en] .form-group.verification{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}[lang=en] .form-group.verification .subject{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}[lang=en] .form-group.verification .tipTxt{width:100%}[lang=en] .form-group.verification input{width:200px;padding-right:10px}[lang=en] .form-group.verification .refresh-btn{height:55px}._article ._contentWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-font-feature-settings:"lnum";font-feature-settings:"lnum"}._article ._imgCover{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0px;width:100%;max-height:100%}._article ._imgCover .swiper{width:100%}._article ._imgCover+._H{margin-top:0}@media only screen and (max-width:900px){._article ._imgCover{margin-bottom:0px}._article ._imgCover+._wordCover{margin-top:0}._article ._imgCover+._H{margin-top:20px}}._article ._cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px;width:100%}@media only screen and (max-width:900px){._article ._cover{margin-bottom:20px}}._article ._photo{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;position:relative;width:100%;overflow:hidden}._article ._photo .playButton{cursor:pointer}._article ._wordCover{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media only screen and (max-width:900px){._article ._wordCover{margin-top:20px}}._article ._H{padding:0 20px;margin-bottom:20px;width:100%;font-weight:700;font-size:1.625rem;line-height:1.5;letter-spacing:0.5px}._article ._H+._wordCover{margin:0}@media only screen and (max-width:900px){._article ._H{padding:0 0;margin:20px 0 20px;font-size:1.625rem}}._article ._subH{padding:0 20px;margin-bottom:15px;width:100%;font-size:1.125rem;line-height:1.25}@media only screen and (max-width:900px){._article ._subH{padding:0 0;margin-bottom:15px;font-size:1rem;line-height:1.2}}._article ._P{padding:0 20px;width:100%;font-size:1rem;font-weight:300;line-height:1.6;letter-spacing:1px;color:rgba(0,0,0,0.7)}._article ._P .instagram-media.instagram-media-rendered{margin:15px 0!important;max-width:100%!important;width:100%!important}._article ._P a:not(._button){color:#007aff}._article ._P ol li,._article ._P ul li{margin-left:16px}._article ._P ol{list-style:decimal!important}._article ._P ul{list-style:disc!important}@media only screen and (max-width:900px){._article ._P{padding:0 0;font-size:1rem;line-height:1.6}}._article ._description{margin-top:10px;width:100%;font-size:1rem;font-weight:300;line-height:1.6;letter-spacing:1px;color:rgba(0,0,0,0.7);padding:0 20px}@media only screen and (max-width:900px){._article ._description{font-size:0.75rem}}._article ._buttonCover{display:block;margin-top:30px;text-align:left}@media only screen and (max-width:900px){._article ._buttonCover{margin-top:20px}}._article ._button{display:inline-block;position:relative;padding:10px 20px;background-color:#333;color:#fff;font-size:0.875rem;z-index:0;border-radius:500px;background:#7E531B;-webkit-transition:0.3s;transition:0.3s}._article ._button span{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;border-radius:500px}._article ._button:hover{background:#523B1D}@media only screen and (min-width:900px){._article ._button:hover span{opacity:1}}@media only screen and (max-width:900px){._article ._button{font-size:0.75rem}}._article[img-swiper=on] .swiper-pagination{margin:calc(20px - 20px) 0 20px;display:block;position:relative;top:auto;bottom:auto;left:auto;right:auto;margin-top:20px}@media only screen and (max-width:900px){._article[img-swiper=on] .swiper-pagination{margin:calc(10px - 20px) 0 20px}}._article[img-swiper=on] .swiper-pagination .swiper-pagination-bullet{margin:0 10px;background-color:#C4C4C4;width:6px;height:6px;cursor:pointer}._article[img-swiper=on] .swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet{background-color:#000}._article[img-swiper=on] .swiper-button-cover{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;pointer-events:none}._article[img-swiper=on] .swiper-button-cover .swiper-button-next,._article[img-swiper=on] .swiper-button-cover .swiper-button-prev{position:absolute;top:50%;margin:0;pointer-events:auto;width:20px;height:20px}._article[img-swiper=on] .swiper-button-cover .swiper-button-next:after,._article[img-swiper=on] .swiper-button-cover .swiper-button-prev:after{content:""}._article[img-swiper=on] .swiper-button-cover .swiper-button-next{right:20px;-webkit-transform:translate(0,-50%) rotate(-45deg);transform:translate(0,-50%) rotate(-45deg);border-right:2px solid #000;border-bottom:2px solid #000}._article[img-swiper=on] .swiper-button-cover .swiper-button-prev{left:20px;-webkit-transform:translate(0,-50%) rotate(45deg);transform:translate(0,-50%) rotate(45deg);border-left:2px solid #000;border-bottom:2px solid #000}._article[img-swiper=on] .swiper-wrapper{height:auto}@media only screen and (max-width:900px){._article ._H,._article ._wordCover{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}._article.typeSL ._subH,._article.typeSR ._subH{margin-bottom:0;width:35%}@media only screen and (max-width:900px){._article.typeSL ._P,._article.typeSL ._subH,._article.typeSR ._P,._article.typeSR ._subH{width:100%}._article.typeSL ._subH,._article.typeSR ._subH{margin-bottom:15px}._article.typeSL ._P,._article.typeSR ._P{margin:0}}._article.typeSL ._subH{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}._article.typeSL ._P{margin-left:calc(40px - 20px);-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:calc(65% - 40px - 20px)}@media only screen and (max-width:900px){._article.typeSL ._P,._article.typeSL ._subH{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial;width:100%}._article.typeSL ._P{margin:0}}._article.typeSR ._subH{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}._article.typeSR ._P{margin-right:calc(40px - 20px);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:calc(65% - 40px - 20px)}@media only screen and (max-width:900px){._article.typeSR ._P,._article.typeSR ._subH{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial;width:100%}._article.typeSR ._P{margin:0}}._article.typeU ._imgCover,._article.typeUL ._imgCover,._article.typeUR ._imgCover{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}._article.typeU ._wordCover,._article.typeUL ._wordCover,._article.typeUR ._wordCover{margin:0;margin-bottom:20px}@media only screen and (max-width:900px){._article.typeU ._imgCover,._article.typeUL ._imgCover,._article.typeUR ._imgCover{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-bottom:0px!important}._article.typeU ._wordCover,._article.typeUL ._wordCover,._article.typeUR ._wordCover{margin-bottom:0px}}._article.typeUL ._H,._article.typeUR ._H{width:35%}@media only screen and (max-width:900px){._article.typeUL ._H,._article.typeUR ._H{width:100%}}._article.typeUL ._H{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}._article.typeUL ._wordCover{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:calc(40px - 20px);width:calc(65% - 40px - 20px)}@media only screen and (max-width:900px){._article.typeUL ._wordCover{margin:0;width:100%}}._article.typeUR ._H{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}._article.typeUR ._wordCover{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:calc(40px - 20px);width:calc(65% - 40px - 20px)}@media only screen and (max-width:900px){._article.typeUR ._H{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}._article.typeUR ._wordCover{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0;width:100%}}._article.typeD ._imgCover,._article.typeDL ._imgCover,._article.typeDR ._imgCover{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-bottom:calc(20px - 20px)!important}._article.typeDL[img-merge=on] ._imgCover,._article.typeDR[img-merge=on] ._imgCover,._article.typeD[img-merge=on] ._imgCover{margin-bottom:20px!important}@media only screen and (max-width:900px){._article.typeD ._imgCover,._article.typeDL ._imgCover,._article.typeDR ._imgCover{margin-bottom:-20px!important}._article.typeDL[img-merge=on] ._imgCover,._article.typeDR[img-merge=on] ._imgCover,._article.typeD[img-merge=on] ._imgCover{margin-bottom:20px!important}}._article.typeDL ._H,._article.typeDR ._H{width:35%}@media only screen and (max-width:900px){._article.typeDL ._H,._article.typeDR ._H{width:100%}}._article.typeD ._wordCover{margin:0}._article.typeDL ._H{margin-bottom:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}._article.typeDL ._wordCover{margin-top:0;margin-left:calc(40px - 20px);-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:calc(65% - 40px - 20px)}@media only screen and (max-width:900px){._article.typeDL ._H,._article.typeDL ._wordCover{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}._article.typeDL ._H{margin-bottom:20px}._article.typeDL ._wordCover{margin:0;width:100%}}._article.typeDR ._H{margin-bottom:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}._article.typeDR ._wordCover{margin-top:0;margin-right:calc(40px - 20px);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:calc(65% - 40px - 20px)}@media only screen and (max-width:900px){._article.typeDR ._H,._article.typeDR ._wordCover{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}._article.typeDR ._H{margin-bottom:20px}._article.typeDR ._wordCover{margin:0;width:100%}}._article.typeL ._contentWrap,._article.typeR ._contentWrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}._article.typeL ._imgCover,._article.typeLR ._imgCover{margin-left:20px;width:calc(50% - 20px)}._article.typeL ._imgCover .swiper-button-cover,._article.typeLR ._imgCover .swiper-button-cover{left:auto;right:0;width:100%}@media only screen and (max-width:900px){._article.typeL ._imgCover,._article.typeLR ._imgCover{margin:0 0 -20px;width:100%}._article.typeL ._H,._article.typeLR ._H{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}._article.typeL ._imgCover{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}._article.typeL ._wordCover{margin-top:0;width:50%}._article.typeL[img-row=x2] ._imgCover,._article.typeL[img-row=x3] ._imgCover,._article.typeL[img-row=x4] ._imgCover,._article.typeL[img-row=x5] ._imgCover{margin:0 -10px -20px 10px;width:calc(50% - 10px + 10px)}._article.typeL[img-merge=on] ._imgCover{margin:0 0 0 20px;width:calc(50% - 20px)}@media only screen and (max-width:900px){._article.typeL ._imgCover{margin:0 0 -20px;width:100%;-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}._article.typeL ._wordCover{margin-top:20px;width:100%}._article.typeL ._H{margin-top:0;-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}._article.typeL[img-row=x2] ._imgCover,._article.typeL[img-row=x3] ._imgCover,._article.typeL[img-row=x4] ._imgCover,._article.typeL[img-row=x5] ._imgCover{margin:0 -10px -20px;width:calc(100% + 20px)}._article.typeL[img-merge=on] ._imgCover{margin:0;width:100%}}._article.typeLR:after,._article.typeLR:before{display:block;clear:both;content:""}._article.typeLR ._contentWrap{display:block}._article.typeLR ._imgCover{float:right;margin-bottom:0px}._article.typeLR[img-row=x2] ._imgCover,._article.typeLR[img-row=x3] ._imgCover,._article.typeLR[img-row=x4] ._imgCover,._article.typeLR[img-row=x5] ._imgCover{margin:0 -10px 0px 10px;width:calc(50% - 10px + 10px)}._article.typeLR[img-merge=on] ._imgCover{margin:0 0 0 20px;width:calc(50% - 20px)}@media only screen and (max-width:900px){._article.typeLR ._H,._article.typeLR ._imgCover,._article.typeLR ._subH{float:none;width:100%}._article.typeLR ._H{margin-top:20px!important}._article.typeLR[img-row=x2] ._imgCover,._article.typeLR[img-row=x3] ._imgCover,._article.typeLR[img-row=x4] ._imgCover,._article.typeLR[img-row=x5] ._imgCover{margin:0 -10px -20px;width:calc(100% + 20px)}._article.typeLR[img-merge=on] ._imgCover{margin:0;width:100%}}._article.typeR ._imgCover,._article.typeRR ._imgCover{margin-right:20px;width:calc(50% - 20px)}._article.typeR ._imgCover .swiper-button-cover,._article.typeRR ._imgCover .swiper-button-cover{width:100%}@media only screen and (max-width:900px){._article.typeR ._imgCover,._article.typeRR ._imgCover{margin:0 0 -20px;width:100%}._article.typeR ._H,._article.typeRR ._H{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}._article.typeR ._wordCover{margin-top:0;width:50%}._article.typeR[img-row=x2] ._imgCover,._article.typeR[img-row=x3] ._imgCover,._article.typeR[img-row=x4] ._imgCover,._article.typeR[img-row=x5] ._imgCover{margin:0 10px -20px -10px;width:calc(50% - 10px + 10px)}._article.typeR[img-merge=on] ._imgCover{margin:0 20px 0 0;width:calc(50% - 20px)}@media only screen and (max-width:900px){._article.typeR ._imgCover{margin:0 0 -20px;width:100%}._article.typeR ._wordCover{margin-top:20px;width:100%}._article.typeR ._H{margin-top:0}._article.typeR[img-row=x2] ._imgCover,._article.typeR[img-row=x3] ._imgCover,._article.typeR[img-row=x4] ._imgCover,._article.typeR[img-row=x5] ._imgCover{margin:0 -10px -20px;width:calc(100% + 20px)}._article.typeR[img-merge=on] ._imgCover{margin:0;width:100%}}._article.typeRR:after,._article.typeRR:before{display:block;clear:both;content:""}._article.typeRR ._contentWrap{display:block}._article.typeRR ._imgCover{float:left;margin-bottom:0px}._article.typeRR[img-row=x2] ._imgCover,._article.typeRR[img-row=x3] ._imgCover,._article.typeRR[img-row=x4] ._imgCover,._article.typeRR[img-row=x5] ._imgCover{margin:0 10px 0px -10px;width:calc(50% - 10px + 10px)}._article.typeRR[img-merge=on] ._imgCover{margin:0 20px 0 0;width:calc(50% - 20px)}@media only screen and (max-width:900px){._article.typeRR ._H,._article.typeRR ._imgCover,._article.typeRR ._subH{float:none;width:100%}._article.typeRR ._H{margin-top:20px!important}._article.typeRR[img-row=x2] ._imgCover,._article.typeRR[img-row=x3] ._imgCover,._article.typeRR[img-row=x4] ._imgCover,._article.typeRR[img-row=x5] ._imgCover{margin:0 -10px;width:calc(100% + 20px)}._article.typeRR[img-merge=on] ._imgCover{margin:0;width:100%}}._article.typeF,._article.typeFBox,._article.typeFBoxL,._article.typeFBoxR,._article.typeFL,._article.typeFR{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;position:relative;z-index:0;padding:120px 40px 115px}._article.typeF ._backgroundWrap,._article.typeF ._mobile,._article.typeF ._pc,._article.typeFBox ._backgroundWrap,._article.typeFBox ._mobile,._article.typeFBox ._pc,._article.typeFBoxL ._backgroundWrap,._article.typeFBoxL ._mobile,._article.typeFBoxL ._pc,._article.typeFBoxR ._backgroundWrap,._article.typeFBoxR ._mobile,._article.typeFBoxR ._pc,._article.typeFL ._backgroundWrap,._article.typeFL ._mobile,._article.typeFL ._pc,._article.typeFR ._backgroundWrap,._article.typeFR ._mobile,._article.typeFR ._pc{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%}._article.typeF ._mobile,._article.typeF ._pc,._article.typeFBox ._mobile,._article.typeFBox ._pc,._article.typeFBoxL ._mobile,._article.typeFBoxL ._pc,._article.typeFBoxR ._mobile,._article.typeFBoxR ._pc,._article.typeFL ._mobile,._article.typeFL ._pc,._article.typeFR ._mobile,._article.typeFR ._pc{background-repeat:no-repeat;background-size:cover;background-position:center center}._article.typeF ._mobile,._article.typeFBox ._mobile,._article.typeFBoxL ._mobile,._article.typeFBoxR ._mobile,._article.typeFL ._mobile,._article.typeFR ._mobile{display:none}._article.typeF ._contentWrap,._article.typeFBox ._contentWrap,._article.typeFBoxL ._contentWrap,._article.typeFBoxR ._contentWrap,._article.typeFL ._contentWrap,._article.typeFR ._contentWrap{width:75%}._article.typeF ._wordCover,._article.typeFBox ._wordCover,._article.typeFBoxL ._wordCover,._article.typeFBoxR ._wordCover,._article.typeFL ._wordCover,._article.typeFR ._wordCover{margin:0}._article.typeF ._imgCover+._wordCover,._article.typeFBox ._imgCover+._wordCover,._article.typeFBoxL ._imgCover+._wordCover,._article.typeFBoxR ._imgCover+._wordCover,._article.typeFL ._imgCover+._wordCover,._article.typeFR ._imgCover+._wordCover{margin-top:20px}@media only screen and (max-width:900px){._article.typeF,._article.typeFBox,._article.typeFBoxL,._article.typeFBoxR,._article.typeFL,._article.typeFR{padding:30px 20px}._article.typeF ._H,._article.typeFBox ._H,._article.typeFBoxL ._H,._article.typeFBoxR ._H,._article.typeFL ._H,._article.typeFR ._H{margin-top:0;-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}._article.typeF ._pc,._article.typeFBox ._pc,._article.typeFBoxL ._pc,._article.typeFBoxR ._pc,._article.typeFL ._pc,._article.typeFR ._pc{display:none}._article.typeF ._mobile,._article.typeFBox ._mobile,._article.typeFBoxL ._mobile,._article.typeFBoxR ._mobile,._article.typeFL ._mobile,._article.typeFR ._mobile{display:block}._article.typeF ._contentWrap,._article.typeFBox ._contentWrap,._article.typeFBoxL ._contentWrap,._article.typeFBoxR ._contentWrap,._article.typeFL ._contentWrap,._article.typeFR ._contentWrap{width:100%}._article.typeF ._imgCover+._wordCover,._article.typeFBox ._imgCover+._wordCover,._article.typeFBoxL ._imgCover+._wordCover,._article.typeFBoxR ._imgCover+._wordCover,._article.typeFL ._imgCover+._wordCover,._article.typeFR ._imgCover+._wordCover{margin-top:20px}}._article.typeFBox ._contentWrap,._article.typeFBoxL ._contentWrap,._article.typeFBoxR ._contentWrap{padding:85px 75px 100px;background-color:rgba(255,255,255,0.5)}@media only screen and (max-width:900px){._article.typeFBox,._article.typeFBoxL,._article.typeFBoxR{padding:10px!important}._article.typeFBox ._contentWrap,._article.typeFBoxL ._contentWrap,._article.typeFBoxR ._contentWrap{padding:20px}}._article.typeFL{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}._article.typeFR{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}._article.typeFBoxL{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}._article.typeFBoxR{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}._article:not(:last-child){margin-bottom:75px}@media only screen and (max-width:900px){._article:not(:last-child){margin-bottom:50px}}._article[img-swiper=on] ._imgCover{position:relative}._article[img-swiper=on] ._imgCover .swiper-button-cover:before{display:block;width:100%;content:""}._article[img-swiper=on][swiper-num="2"] ._imgCover .swiper-button-cover:before{padding-bottom:28.125%!important}._article[img-swiper=on][swiper-num="3"] ._imgCover .swiper-button-cover:before{padding-bottom:18.75%!important}._article[img-swiper=on][swiper-num="4"] ._imgCover .swiper-button-cover:before{padding-bottom:14.0625%!important}._article[img-swiper=on][swiper-num="5"] ._imgCover .swiper-button-cover:before{padding-bottom:11.25%!important}@media only screen and (max-width:900px){._article[img-swiper=on][swiper-num="2"] ._imgCover .swiper-button-cover:before{padding-bottom:56.25%!important}._article[img-swiper=on][swiper-num="3"] ._imgCover .swiper-button-cover:before{padding-bottom:56.25%!important}._article[img-swiper=on][swiper-num="4"] ._imgCover .swiper-button-cover:before{padding-bottom:56.25%!important}._article[img-swiper=on][swiper-num="5"] ._imgCover .swiper-button-cover:before{padding-bottom:56.25%!important}}._article[img-row=x2] ._imgCover{margin:0 -10px -20px -10px;width:calc(100% + 20px)}._article[img-row=x2] ._imgCover ._cover{margin-bottom:20px;padding:0 10px;width:calc(100% / 2)}@media only screen and (max-width:900px){._article[img-row=x2] ._imgCover{margin:0 -10px -20px -10px;width:calc(100% + 20px)}._article[img-row=x2] ._imgCover ._cover{margin-bottom:20px;padding:0 10px;width:50%}}._article[img-row=x3] ._imgCover{margin:0 -10px -20px -10px;width:calc(100% + 20px)}._article[img-row=x3] ._imgCover ._cover{margin-bottom:20px;padding:0 10px;width:calc(100% / 3)}@media only screen and (max-width:900px){._article[img-row=x3] ._imgCover{margin:0 -10px -20px -10px;width:calc(100% + 20px)}._article[img-row=x3] ._imgCover ._cover{margin-bottom:20px;padding:0 10px;width:50%}}._article[img-row=x4] ._imgCover{margin:0 -10px -20px -10px;width:calc(100% + 20px)}._article[img-row=x4] ._imgCover ._cover{margin-bottom:20px;padding:0 10px;width:calc(100% / 4)}@media only screen and (max-width:900px){._article[img-row=x4] ._imgCover{margin:0 -10px -20px -10px;width:calc(100% + 20px)}._article[img-row=x4] ._imgCover ._cover{margin-bottom:20px;padding:0 10px;width:50%}}._article[img-row=x5] ._imgCover{margin:0 -10px -20px -10px;width:calc(100% + 20px)}._article[img-row=x5] ._imgCover ._cover{margin-bottom:20px;padding:0 10px;width:calc(100% / 5)}@media only screen and (max-width:900px){._article[img-row=x5] ._imgCover{margin:0 -10px -20px -10px;width:calc(100% + 20px)}._article[img-row=x5] ._imgCover ._cover{margin-bottom:20px;padding:0 10px;width:50%}}._article[img-merge=on] ._imgCover{margin:0;width:100%}._article[img-merge=on] ._imgCover ._cover{padding:0;margin-bottom:0}._article[img-merge=on] ._imgCover ._cover ._description{display:none}._article[article-flex=up].typeL ._contentWrap,._article[article-flex=up].typeR ._contentWrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}._article[article-flex=center].typeL ._contentWrap,._article[article-flex=center].typeR ._contentWrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}._article[article-flex=down].typeL ._contentWrap,._article[article-flex=down].typeR ._contentWrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}._article[h-align=center] ._H{text-align:center}._article[h-align=right] ._H{text-align:right}._article[subh-align=center] ._subH{text-align:center}._article[subh-align=right] ._subH{text-align:right}._article[p-align=center] ._P{text-align:center}._article[p-align=right] ._P{text-align:right}._article[description-align=center] ._description{text-align:center}._article[description-align=right] ._description{text-align:right}._article[button-align=center] ._buttonCover{text-align:center}._article[button-align=right] ._buttonCover{text-align:right}._article[img-size=x11] ._imgCover img,._article[img-size=x169] ._imgCover img,._article[img-size=x34] ._imgCover img,._article[img-size=x43] ._imgCover img{position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);width:101%;height:101%;-o-object-fit:cover;object-fit:cover;object-posititon:50% 50%}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){._article[img-size=x11] ._imgCover img,._article[img-size=x169] ._imgCover img,._article[img-size=x34] ._imgCover img,._article[img-size=x43] ._imgCover img{top:50%;bottom:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:auto}}._article[img-size=x11] ._imgCover ._photo:before,._article[img-size=x11] ._imgCover .swiper-button-cover:before{display:block;padding-bottom:100%!important;width:100%;content:""}._article[img-size=x11][swiper-num="2"] ._imgCover .swiper-button-cover:before{padding-bottom:50%!important}._article[img-size=x11][swiper-num="3"] ._imgCover .swiper-button-cover:before{padding-bottom:33.3333333333%!important}._article[img-size=x11][swiper-num="4"] ._imgCover .swiper-button-cover:before{padding-bottom:25%!important}._article[img-size=x11][swiper-num="5"] ._imgCover .swiper-button-cover:before{padding-bottom:20%!important}@media only screen and (max-width:900px){._article[img-size=x11][swiper-num="2"] ._imgCover .swiper-button-cover:before{padding-bottom:100%!important}._article[img-size=x11][swiper-num="3"] ._imgCover .swiper-button-cover:before{padding-bottom:100%!important}._article[img-size=x11][swiper-num="4"] ._imgCover .swiper-button-cover:before{padding-bottom:100%!important}._article[img-size=x11][swiper-num="5"] ._imgCover .swiper-button-cover:before{padding-bottom:100%!important}}._article[img-size=x34] ._imgCover ._photo:before,._article[img-size=x34] ._imgCover .swiper-button-cover:before{display:block;padding-bottom:133.3%!important;width:100%;content:""}._article[img-size=x34][swiper-num="2"] ._imgCover .swiper-button-cover:before{padding-bottom:66.65%!important}._article[img-size=x34][swiper-num="3"] ._imgCover .swiper-button-cover:before{padding-bottom:44.4333333333%!important}._article[img-size=x34][swiper-num="4"] ._imgCover .swiper-button-cover:before{padding-bottom:33.325%!important}._article[img-size=x34][swiper-num="5"] ._imgCover .swiper-button-cover:before{padding-bottom:26.66%!important}@media only screen and (max-width:900px){._article[img-size=x34][swiper-num="2"] ._imgCover .swiper-button-cover:before{padding-bottom:133.3%!important}._article[img-size=x34][swiper-num="3"] ._imgCover .swiper-button-cover:before{padding-bottom:133.3%!important}._article[img-size=x34][swiper-num="4"] ._imgCover .swiper-button-cover:before{padding-bottom:133.3%!important}._article[img-size=x34][swiper-num="5"] ._imgCover .swiper-button-cover:before{padding-bottom:133.3%!important}}._article[img-size=x43] ._imgCover ._photo:before,._article[img-size=x43] ._imgCover .swiper-button-cover:before{display:block;padding-bottom:75%!important;width:100%;content:""}._article[img-size=x43][swiper-num="2"] ._imgCover .swiper-button-cover:before{padding-bottom:37.5%!important}._article[img-size=x43][swiper-num="3"] ._imgCover .swiper-button-cover:before{padding-bottom:25%!important}._article[img-size=x43][swiper-num="4"] ._imgCover .swiper-button-cover:before{padding-bottom:18.75%!important}._article[img-size=x43][swiper-num="5"] ._imgCover .swiper-button-cover:before{padding-bottom:15%!important}@media only screen and (max-width:900px){._article[img-size=x43][swiper-num="2"] ._imgCover .swiper-button-cover:before{padding-bottom:75%!important}._article[img-size=x43][swiper-num="3"] ._imgCover .swiper-button-cover:before{padding-bottom:75%!important}._article[img-size=x43][swiper-num="4"] ._imgCover .swiper-button-cover:before{padding-bottom:75%!important}._article[img-size=x43][swiper-num="5"] ._imgCover .swiper-button-cover:before{padding-bottom:75%!important}}._article[img-size=x169] ._imgCover ._photo:before,._article[img-size=x169] ._imgCover .swiper-button-cover:before{display:block;padding-bottom:56.25%!important;width:100%;content:""}._article[img-size=x169][swiper-num="2"] ._imgCover .swiper-button-cover:before{padding-bottom:28.125%!important}._article[img-size=x169][swiper-num="3"] ._imgCover .swiper-button-cover:before{padding-bottom:18.75%!important}._article[img-size=x169][swiper-num="4"] ._imgCover .swiper-button-cover:before{padding-bottom:14.0625%!important}._article[img-size=x169][swiper-num="5"] ._imgCover .swiper-button-cover:before{padding-bottom:11.25%!important}@media only screen and (max-width:900px){._article[img-size=x169][swiper-num="2"] ._imgCover .swiper-button-cover:before{padding-bottom:56.25%!important}._article[img-size=x169][swiper-num="3"] ._imgCover .swiper-button-cover:before{padding-bottom:56.25%!important}._article[img-size=x169][swiper-num="4"] ._imgCover .swiper-button-cover:before{padding-bottom:56.25%!important}._article[img-size=x169][swiper-num="5"] ._imgCover .swiper-button-cover:before{padding-bottom:56.25%!important}}._article[img-flex=center] ._imgCover ._cover{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}._article[img-flex=down] ._imgCover ._cover{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}._article[img-firstbig=on] ._imgCover ._cover:first-child{width:100%}._article[typeFull-size=s] ._contentWrap{width:50%}@media only screen and (max-width:900px){._article[typeFull-size=s] ._contentWrap{width:100%}}._article[typeFull-size=m] ._contentWrap{width:65%}@media only screen and (max-width:900px){._article[typeFull-size=m] ._contentWrap{width:100%}}._article[typeFull-size=l] ._contentWrap{width:75%}@media only screen and (max-width:900px){._article[typeFull-size=l] ._contentWrap{width:100%}}._article[typeFull-size=xl] ._contentWrap{width:90%}@media only screen and (max-width:900px){._article[typeFull-size=xl] ._contentWrap{width:100%}}._article[typeFull-Slice=on].typeFBox,._article[typeFull-Slice=on].typeFBoxL,._article[typeFull-Slice=on].typeFBoxR{padding:0}[video-template] .modal-wrapper{padding:190px 60px}@media only screen and (max-width:768px){[video-template] .modal-wrapper{padding:190px 30px}}[video-template] .modal-content{max-width:1100px;width:100%}[video-template] .close-button{position:absolute;background-color:#000;top:min(-9.259vh,-50px);right:50%;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;width:50px;height:50px;border-radius:500px;-webkit-transform:translate3d(50%,-100%,0) rotate(45deg);transform:translate3d(50%,-100%,0) rotate(45deg);z-index:1;cursor:pointer;-webkit-transition:background-color 0.2s;transition:background-color 0.2s}@media only screen and (min-width:1201px){[video-template] .close-button:hover{background-color:#8F724C}[video-template] .close-button:hover:after,[video-template] .close-button:hover:before{background-color:#fff}}@media only screen and (max-width:1200px){[video-template] .close-button:active{background-color:#8F724C}[video-template] .close-button:active:after,[video-template] .close-button:active:before{background-color:#fff}}[video-template] .close-button:after,[video-template] .close-button:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);background-color:#fff;-webkit-transition:background-color 0.2s;transition:background-color 0.2s}[video-template] .close-button:before{width:2px;height:14px}[video-template] .close-button:after{width:14px;height:2px}video-player .player-container{position:relative}video-player .player-wrapper:before{display:block;padding-bottom:63.637%;content:""}video-player iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video4-cover{position:relative}.video4-cover .playButton{position:absolute;top:50%;left:50%;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;width:80px;height:80px;background:rgba(255,255,255,0.95);-webkit-box-shadow:4px 4px 25px rgba(0,0,0,0.5);box-shadow:4px 4px 25px rgba(0,0,0,0.5);border-radius:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);z-index:2;cursor:pointer}@media only screen and (max-width:1023px){.video4-cover .playButton{width:60px;height:60px}}.video4-cover .playButton:before{content:"";display:block;width:100px;height:100px;border:1px solid rgba(255,255,255,0.5);position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border-radius:50%;-webkit-transition:width 0.3s,height 0.3s;transition:width 0.3s,height 0.3s;pointer-events:none}@media only screen and (max-width:1023px){.video4-cover .playButton:before{width:80px;height:80px}}.video4-cover .playButton:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:10.5px;height:15px;background:url("../../assets/img/play.svg");background-size:cover;background-position:center center;background-repeat:no-repeat;padding-bottom:0}.video4-cover .playButton:hover:before{width:80px;height:80px}@media only screen and (max-width:1023px){.video4-cover .playButton:hover:before{width:60px;height:60px}}.video4-cover .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);-webkit-transition:background-color 0.5s;transition:background-color 0.5s;z-index:1}.video4-cover.onPage iframe{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2}.video4-player{display:none;width:100%;height:100vh;background-color:rgba(0,0,0,0.9);overflow:auto;position:fixed;top:0;left:0;z-index:10;opacity:0;-webkit-transition:opacity 0.5s;transition:opacity 0.5s}.video4-player .coverWrap{display:table-cell;vertical-align:middle;max-width:100vw;width:100vw;height:100vh;padding:80px 0}.video4-player .coverWrap .playerCover{position:relative;display:block;width:80%;max-width:1280px;background-color:#000;margin:0 auto;-webkit-transition:0.5s;transition:0.5s}.video4-player .coverWrap .playerCover .player{width:100%;height:0;display:block;position:relative;padding-bottom:56.25%}.video4-player .coverWrap .playerCover .player iframe{font-size:0;line-height:0;width:100%;height:100%;position:absolute;padding:0;margin:0;border:none;top:0;left:0;bottom:auto;right:auto;z-index:10}.video4-player .coverWrap .playerCover .closeButton{width:30px;height:30px;background-image:none;padding:0;margin:0;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;position:absolute;top:-30px;bottom:auto;right:-30px;left:auto;z-index:10}.video4-player .coverWrap .playerCover .closeButton:before{content:"";width:3px;height:20px;background-color:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute}.video4-player .coverWrap .playerCover .closeButton:after{content:"";width:3px;height:20px;background-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute}.video4-player.active{display:block}.video4-player.open{opacity:1}modern-modal{position:fixed;z-index:999;top:0;bottom:0;left:0;right:0;background-color:rgba(82,59,29,0.5);-webkit-filter:drop-shadow(4px 4px 20px rgba(0,0,0,0.25));filter:drop-shadow(4px 4px 20px rgba(0,0,0,0.25));opacity:0;pointer-events:none;-webkit-transition:0.5s 0.3s;transition:0.5s 0.3s;display:none}modern-modal.show{opacity:1;pointer-events:auto;-webkit-transition:0.5s;transition:0.5s}modern-modal .modal-scroller{position:relative;width:100%;height:100%}modern-modal .modal-scroller .os-content{border-right:none!important}modern-modal .modal-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%;padding:100px 0}modern-modal .modal-content{position:relative;width:100%;max-width:605px;background-color:#fff;margin:auto;border-radius:15px}modern-modal[type-qr] .modal-content{max-width:350px;padding:60px 50px;background-color:#fff}@media only screen and (max-width:576px){modern-modal[type-qr] .modal-content{padding:60px 50px}}modern-modal[data-modal-animate=fade-up].show .modal-content{opacity:1;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:0.6s 0.2s;transition:0.6s 0.2s}modern-modal[data-modal-animate=fade-up] .modal-content{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-transition:0.6s;transition:0.6s}modern-modal[data-modal-animate=fade-down].show .modal-content{opacity:1;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:0.6s 0.2s;transition:0.6s 0.2s}modern-modal[data-modal-animate=fade-down] .modal-content{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition:0.6s;transition:0.6s}modern-modal[data-modal-animate=fade-right].show .modal-content{opacity:1;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:0.6s 0.2s;transition:0.6s 0.2s}modern-modal[data-modal-animate=fade-right] .modal-content{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px);-webkit-transition:0.6s;transition:0.6s}modern-modal[data-modal-animate=fade-left].show .modal-content{opacity:1;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:0.6s 0.2s;transition:0.6s 0.2s}modern-modal[data-modal-animate=fade-left] .modal-content{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px);-webkit-transition:0.6s;transition:0.6s}modern-modal[data-modal-animate=zoom-in].show .modal-content{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:0.6s 0.2s;transition:0.6s 0.2s}modern-modal[data-modal-animate=zoom-in] .modal-content{opacity:0;-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transition:0.6s;transition:0.6s}modern-modal[data-modal-animate=zoom-out].show .modal-content{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:0.6s 0.2s;transition:0.6s 0.2s}modern-modal[data-modal-animate=zoom-out] .modal-content{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:0.6s;transition:0.6s}modern-modal[data-modal-animate=clip-up].show .modal-content{opacity:1;clip-path:polygon(0 -15%,100% 0,100% 100%,0 100%);-webkit-transition:0.6s 0.2s;transition:0.6s 0.2s}modern-modal[data-modal-animate=clip-up] .modal-content{opacity:0;clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);-webkit-transition:0.6s;transition:0.6s}modern-modal[data-modal-animate=clip-down].show .modal-content{opacity:1;clip-path:polygon(0 0,100% 0,100% 115%,0 100%);-webkit-transition:0.6s 0.2s;transition:0.6s 0.2s}modern-modal[data-modal-animate=clip-down] .modal-content{opacity:0;clip-path:polygon(0 0,100% 0,100% 0,0 0);-webkit-transition:0.6s;transition:0.6s}modern-modal[data-modal-animate=clip-right].show .modal-content{opacity:1;clip-path:polygon(0 0,115% 0,100% 100%,0 100%);-webkit-transition:0.6s 0.2s;transition:0.6s 0.2s}modern-modal[data-modal-animate=clip-right] .modal-content{opacity:0;clip-path:polygon(0 0,0 0,0 100%,0 100%);-webkit-transition:0.6s;transition:0.6s}modern-modal[data-modal-animate=clip-left].show .modal-content{opacity:1;clip-path:polygon(-15% 0,100% 0,100% 100%,0 100%);-webkit-transition:0.6s 0.2s;transition:0.6s 0.2s}modern-modal[data-modal-animate=clip-left] .modal-content{opacity:0;clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);-webkit-transition:0.6s;transition:0.6s}section.info-block{padding:75px 0 100px;background:#FFF3DF;letter-spacing:1px;line-height:1.5}@media only screen and (max-width:768px){section.info-block{padding-top:80px;overflow:hidden}}section.info-block .container{max-width:1545px;width:calc(100% - 80px);margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6.47%}@media only screen and (max-width:1366px){section.info-block .container{gap:40px}}@media only screen and (max-width:1024px){section.info-block .container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;position:relative;padding-top:80px}}@media only screen and (max-width:768px){section.info-block .container{gap:30px;width:calc(100% - 50px)}}section.info-block .ind-img{width:500px;position:sticky;top:125px}@media only screen and (max-width:1024px){section.info-block .ind-img{max-width:500px;max-width:calc(100% - 25px);position:relative;top:0;margin:0 auto}}section.info-block .ind-img:after{content:"";display:block;width:100%;padding-bottom:120%}section.info-block .ind-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}section.info-block .info-content{max-width:945px;width:100%}section.info-block .intro-text{padding:0 30px}@media only screen and (max-width:1024px){section.info-block .intro-text{padding:0;text-align:center}section.info-block .intro-text .level-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}section.info-block .level-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin-top:20px}section.info-block .level-wrap .level-box{padding:5px 15px;background:-webkit-gradient(linear,left top,left bottom,from(#654F3F),to(#3E352F));background:linear-gradient(180deg,#654F3F 0%,#3E352F 100%);border-radius:20px;color:#fff;white-space:nowrap}@media only screen and (max-width:768px){section.info-block .level-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 35px}section.info-block .level-wrap .level-box{white-space:normal}}section.info-block .award-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;margin-top:50px}@media only screen and (max-width:1024px){section.info-block .award-group{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:768px){section.info-block .award-group{padding:20px 35px;margin-top:0;border-bottom:solid 3px rgba(143,114,76,0.2)}}section.info-block .award-title{display:none;color:#523B1D}@media only screen and (max-width:768px){section.info-block .award-title{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;padding-bottom:20px;border-bottom:solid 3px rgba(143,114,76,0.2);margin-top:50px}section.info-block .award-title .collapseBtn{margin-left:15px}}section.info-block .award-title.active .collapseBtn:after{-webkit-transform:translate(-50%,0) scaleY(0);transform:translate(-50%,0) scaleY(0)}section.info-block .award-wrap{width:75px;position:relative;-ms-flex-negative:0;flex-shrink:0}@media only screen and (min-width:1025px){section.info-block .award-wrap:hover .tip-box{opacity:1}}@media only screen and (min-width:1201px){section.info-block .award-wrap:hover .award-img:after{background-color:rgba(126,83,27,0.8)}}@media only screen and (max-width:1200px){section.info-block .award-wrap:active .award-img:after{background-color:rgba(126,83,27,0.8)}}section.info-block .award-wrap .award-img{position:relative;width:100%;border-radius:50%;line-height:1.6}section.info-block .award-wrap .award-img:before{content:"";display:block;width:100%;padding-bottom:100%}section.info-block .award-wrap .award-img:after{content:"";display:block;width:100%;height:100%;border-radius:50%;-webkit-box-shadow:inset 8px 8px 10px rgba(0,0,0,0.1);box-shadow:inset 8px 8px 10px rgba(0,0,0,0.1);z-index:1;-webkit-transition:background 0.6s;transition:background 0.6s;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}section.info-block .award-wrap .award-img img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}section.info-block .award-wrap .tip-box{position:absolute;top:50%;left:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;pointer-events:none}section.info-block .award-wrap .tip-box .triangle{clip-path:polygon(0px 7px,8px 0,8px 14px);width:7px;height:14px;background:-webkit-gradient(linear,left top,left bottom,from(#654F3F),to(#3E352F));background:linear-gradient(180deg,#654F3F 0%,#3E352F 100%)}section.info-block .award-wrap .tip-box .inner-text{padding:5px 15px;background:-webkit-gradient(linear,left top,left bottom,from(#654F3F),to(#3E352F));background:linear-gradient(180deg,#654F3F 0%,#3E352F 100%);color:#fff;border-radius:10px;white-space:nowrap}@media only screen and (max-width:1024px){section.info-block .award-wrap .tip-box{opacity:1;position:static;display:block;top:0;-webkit-transform:none;transform:none;margin-top:5px}section.info-block .award-wrap .tip-box .triangle{display:none}section.info-block .award-wrap .tip-box .inner-text{background:transparent;color:#000;text-align:center;padding:0;font-weight:300;white-space:normal}}section.info-block .category-block{position:relative;background:transparent;border-top:solid 5px rgba(143,114,76,0.2);border-bottom:solid 5px rgba(143,114,76,0.2);margin-top:50px;z-index:20}@media only screen and (max-width:768px){section.info-block .category-block{margin-top:0;padding:50px 30px;border:none}}section.info-block .category-block .category-container{margin-top:0}section.info-block .category-block .category-container .scroll-wrap{max-height:500px}section.info-block .info-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 30px;margin-top:50px;line-height:1.6}@media only screen and (max-width:1200px){section.info-block .info-text{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:768px){section.info-block .info-text{margin-top:0;padding:0 15px}}@media only screen and (max-width:576px){section.info-block .info-text{padding:0 10px}}section.info-block .info-text .text-box:first-child{max-width:50%}@media only screen and (max-width:1200px){section.info-block .info-text .text-box:first-child{max-width:calc(100% - 130px)}}@media only screen and (max-width:576px){section.info-block .info-text .text-box:first-child{max-width:none;margin-right:0!important}section.info-block .info-text .text-box:first-child .sns{-ms-flex-wrap:wrap;flex-wrap:wrap}section.info-block .info-text .text-box:first-child .sns .title{width:100%;margin-bottom:15px}}section.info-block .info-text .text-box:not(:last-child){margin-right:25px}section.info-block .info-text .text-box:nth-child(2){width:calc(50% - 185px)}@media only screen and (max-width:1200px){section.info-block .info-text .text-box:nth-child(2){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px;margin-right:0}section.info-block .info-text .text-box:nth-child(2) .text-wrap:not(:first-child){margin-top:0;margin-left:35px}}@media only screen and (max-width:768px){section.info-block .info-text .text-box:nth-child(2){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.info-block .info-text .text-box:nth-child(2) .text-wrap:not(:first-child){margin-top:20px;margin-left:0}}@media only screen and (max-width:576px){section.info-block .info-text .text-box:nth-child(2) .text-wrap .title{margin-right:10px}section.info-block .info-text .text-box:nth-child(2) .text-wrap .gray{margin-left:5px}}section.info-block .info-text .text-box:nth-child(2) .gray{margin-left:10px;line-height:normal;font-weight:300}section.info-block .info-text .text-box .text-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.info-block .info-text .text-box .text-wrap:not(:first-child){margin-top:20px}section.info-block .info-text .text-box .text-wrap.padding{padding:5px 0}section.info-block .info-text .title{margin-right:20px;-ms-flex-negative:0;flex-shrink:0}section.info-block .info-text span{font-size:1.5rem}section.info-block .info-text .gray{font-size:1rem;color:rgba(0,0,0,0.7)}section.info-block .info-text .brown{color:#8F724C}section.info-block .info-text .linear{background:-webkit-gradient(linear,left top,right top,from(#7E531B),to(#8F724C));background:linear-gradient(90deg,#7E531B 0%,#8F724C 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block}section.info-block .info-text .sns-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}section.info-block .info-text .sns-wrap a{width:20px;height:20px;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}section.info-block .info-text .sns-wrap .icon-twitter,section.info-block .info-text .sns-wrap .icon-wechat,section.info-block .info-text .sns-wrap .icon-youtube{font-size:1.0625rem}@media only screen and (max-width:576px){section.info-block .info-text .qrcode-box{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;margin-top:20px}}section.info-block .info-text .qrcode-box .title{font-size:1rem;color:#523B1D;margin:0 0 10px}section.info-block .info-text .qrcode-box .title a{display:block}section.info-block .info-text .qrcode-box img{width:100px;height:100px;margin:0 auto}section.info-block .info-wrap{background-color:#fff;-webkit-box-shadow:4px 4px 20px rgba(0,0,0,0.25);box-shadow:4px 4px 20px rgba(0,0,0,0.25);border-radius:15px;padding:30px 10% 40px}@media only screen and (max-width:768px){section.info-block .info-wrap{padding:30px 30px 40px}}section.info-block .info-wrap .intro-text{padding:0}section.info-block .specialty{margin-top:100px;position:relative;z-index:10}@media only screen and (max-width:768px){section.info-block .specialty{margin-top:30px}}@media only screen and (max-width:576px){section.info-block .specialty .info-wrap{padding-bottom:20px}}section.info-block .specialty .chart-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;max-width:630px;margin:45px auto 0}@media only screen and (max-width:576px){section.info-block .specialty .chart-wrap{margin-top:20px}}@media only screen and (max-width:375px){section.info-block .specialty .chart-wrap{margin-top:10px}}section.info-block .specialty .specialty-chart{max-width:630px;max-height:450px}section.info-block .specialty .point-label{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#523B1D;letter-spacing:1px;line-height:1.6;gap:0 10px}section.info-block .specialty .point-label img{width:15px;height:15px}section.info-block .specialty .point-label img:hover+.tip-box{opacity:1}section.info-block .specialty .point-label .tip-wrap{position:relative}section.info-block .specialty .point-label .tip-box{position:absolute;-webkit-filter:drop-shadow(2px 2px 5px rgba(0,0,0,0.25));filter:drop-shadow(2px 2px 5px rgba(0,0,0,0.25));width:250px;padding-left:11px;left:100%;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);opacity:0;-webkit-transition:opacity 0.5s;transition:opacity 0.5s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:11;pointer-events:none}section.info-block .specialty .point-label .tip-box .triangle{width:0;height:0;border-style:solid;border-width:12px 12px 12px 0;border-color:transparent #eee transparent transparent;margin-right:-1px}section.info-block .specialty .point-label .tip-box .text-box{color:rgba(0,0,0,0.7);font-weight:300;background-color:#eee;padding:10px 15px;border-radius:10px}@media only screen and (max-width:1200px){section.info-block .specialty .point-label .tip-box{top:100%;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);padding-left:0px;padding-top:11px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.info-block .specialty .point-label .tip-box .triangle{border-width:0 12px 12px 12px;border-color:transparent transparent #eee transparent;top:0;left:auto;right:0;-webkit-transform:translate(0,0%);transform:translate(0,0%);margin-right:0;padding-bottom:-1px}}@media only screen and (max-width:768px){section.info-block .specialty .point-label .tip-box{width:265px}}section.info-block .specialty .point-label.label1{left:50%;bottom:98%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);z-index:1}section.info-block .specialty .point-label.label2{top:35%;left:min(90%,540px)}section.info-block .specialty .point-label.label3{bottom:25px;left:min(76%,460px)}section.info-block .specialty .point-label.label4{bottom:25px;right:min(77%,460px)}section.info-block .specialty .point-label.label5{right:min(90%,540px);top:35%}@media only screen and (max-width:1200px){section.info-block .specialty .point-label.label2 .text-box{-webkit-transform:translate(-30%,0);transform:translate(-30%,0)}section.info-block .specialty .point-label.label5 .text-box{-webkit-transform:translate(30%,0);transform:translate(30%,0)}}@media only screen and (min-width:1025px) and (max-width:1200px){section.info-block .specialty .point-label.label2{-ms-flex-wrap:wrap;flex-wrap:wrap;left:min(92%,520px)}section.info-block .specialty .point-label.label5{-ms-flex-wrap:wrap;flex-wrap:wrap;right:min(92%,520px)}}@media only screen and (max-width:768px){section.info-block .specialty .point-label{-ms-flex-wrap:wrap;flex-wrap:wrap}section.info-block .specialty .point-label.label2{left:min(91%,540px);max-width:55px;width:100%}section.info-block .specialty .point-label.label2 p{white-space:normal}section.info-block .specialty .point-label.label3 .text-box{-webkit-transform:translate(-30%,0);transform:translate(-30%,0)}section.info-block .specialty .point-label.label4 .text-box{-webkit-transform:translate(20%,0);transform:translate(20%,0)}section.info-block .specialty .point-label.label5{left:right(91%,540px);max-width:55px;width:100%}section.info-block .specialty .point-label.label5 .text-box{-webkit-transform:translate(35%,0);transform:translate(35%,0)}section.info-block .specialty .point-label.label5 p{white-space:normal}}@media only screen and (max-width:600px){section.info-block .specialty .point-label.label1{bottom:98%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}}@media only screen and (max-width:576px){section.info-block .specialty .point-label.label1{bottom:91%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%)}section.info-block .specialty .point-label.label2{left:auto;right:-10px}section.info-block .specialty .point-label.label4{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}section.info-block .specialty .point-label.label5{right:auto;left:-10px}section.info-block .specialty .point-label.label5 .text-box{-webkit-transform:translate(40%,0);transform:translate(40%,0)}}@media only screen and (max-width:500px){section.info-block .specialty .point-label.label1{bottom:88%}}@media only screen and (max-width:450px){section.info-block .specialty .point-label.label1{bottom:84%}}@media only screen and (max-width:375px){section.info-block .specialty .point-label.label1{bottom:80%}}section.info-block .honors{margin-top:40px}section.info-block .honors .award-title{margin-top:30px;padding-bottom:15px}section.info-block .honors .honor-group{max-width:600px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:30px auto 0;gap:30px 50px}@media only screen and (max-width:768px){section.info-block .honors .honor-group{gap:30px 15px;padding:0 5px}}section.info-block .honors .award-wrap{width:80px;font-weight:700;line-height:1.5}@media only screen and (max-width:1024px){section.info-block .honors .award-wrap{width:75px}}@media only screen and (max-width:1024px){section.info-block .share-block{position:absolute;top:0;right:0}}@media only screen and (max-width:576px){section.info-block .share-block{width:100%}section.info-block .share-block .share-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}section.info-block .share-wrap{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}section.info-block .share-wrap>:first-child{-ms-flex-negative:0;flex-shrink:0}section.info-block .share-wrap>:nth-child(2){margin:0 25px;font-size:0.75rem;color:#AA6A20;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:576px){section.info-block .share-wrap>:nth-child(2){margin:0 15px}}section.info-block .share-wrap a{position:relative;width:60px;height:60px;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;background:#FFF;border-radius:50%;-webkit-box-shadow:4px 4px 20px rgba(0,0,0,0.1);box-shadow:4px 4px 20px rgba(0,0,0,0.1);-webkit-transition:0.3s;transition:0.3s;font-size:1.25rem;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width:1024px){section.info-block .share-wrap a{width:50px;height:50px}}@media only screen and (max-width:576px){section.info-block .share-wrap a{width:50px;height:50px}}section.info-block .share-wrap a:not(:last-child){margin-right:20px}@media only screen and (max-width:576px){section.info-block .share-wrap a:not(:last-child){margin-right:10px}}section.info-block .share-wrap a>i{position:relative;z-index:2;color:#070001;-webkit-transition:0.3s;transition:0.3s}section.info-block .share-wrap a:after{content:"";position:absolute;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(#654F3F),to(#3E352F));background:linear-gradient(180deg,#654F3F 0%,#3E352F 100%);border-radius:50%;opacity:0;-webkit-transition:0.3s;transition:0.3s;z-index:1}@media only screen and (min-width:1201px){section.info-block .share-wrap a:hover:after{opacity:1}section.info-block .share-wrap a:hover>i{color:#FFF}}@media only screen and (max-width:1200px){section.info-block .share-wrap a:active:after{opacity:1}section.info-block .share-wrap a:active>i{color:#FFF}}section.article-block{padding:100px 0;position:relative}@media only screen and (max-width:768px){section.article-block{padding:80px 0}}section.article-block .bg-img{position:absolute;top:0px;width:100%;height:100%;z-index:-1}section.article-block .bg-img img{position:sticky;top:0;width:100%;height:100vh;-o-object-fit:cover;object-fit:cover}section.article-block .article-container{max-width:1200px;width:calc(100% - 50px);border-radius:15px;background-color:#fff;margin:60px auto 0;-webkit-box-shadow:4px 4px 20px rgba(0,0,0,0.25);box-shadow:4px 4px 20px rgba(0,0,0,0.25);padding:80px 100px}@media only screen and (max-width:1024px){section.article-block .article-container{padding:50px 25px}}section.form-block{background-color:#fff;padding:100px 0 150px}section.form-block .intro-text{max-width:750px;width:calc(100% - 60px);margin:0 auto}section.form-block .intro-text .text{font-family:"微軟正黑體修正","Microsoft-JhengHei-Bold",sans-serif}section.form-block .wdd-form{margin-top:40px}@media only screen and (max-width:768px){section.form-block{padding:80px 0 100px}}[lang=en] section.info-block .specialty .point-label.label3{bottom:-15px}
/*# sourceMappingURL=professional_individual.css.map */