@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&family=Shippori+Mincho:wght@400;500;600&display=swap";@import"content.css";@import"all.css";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input,button,textarea{outline:none}*{box-sizing:border-box}a{text-decoration:none}a{color:#666}/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes flip{from{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes lightSpeedIn{from{transform:translate3d(20%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, 90deg);opacity:0}to{transform-origin:center;transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 50px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0, -10%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 10%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:800ms}.animated.faster{animation-duration:500ms}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(print),(prefers-reduced-motion: reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-10%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(10%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -30%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 20%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{animation-name:fadeInUp}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.7, 0.7, 0.7)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}.img_effects{animation-name:effects;position:absolute;width:100%;height:100%;top:0;left:0;background:#fff;transform:translate3d(100%, 0, 0)}.effects_wrap{position:relative;overflow:hidden}@keyframes effects{0%{transform:translate3d(-100%, 0, 0)}50%{transform:translate3d(0%, 0, 0)}100%{transform:translate3d(100%, 0, 0)}}.clip_bottom{animation-name:clip_bottom}@keyframes clip_bottom{0%{clip-path:polygon(0 100%, 100% 100%, 100% 100%, 0% 100%)}100%{clip-path:polygon(0 0, 100% 0, 100% 100%, 0% 100%)}}.clip_top{animation-name:clip_top}@keyframes clip_top{0%{clip-path:polygon(0 0, 100% 0, 100% 0, 0 0)}100%{clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%)}}.clip_left{animation-name:clip_left}@keyframes clip_left{0%{clip-path:polygon(0 0, 0 0, 0 100%, 0% 100%)}100%{clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%)}}.clip_right{animation-name:clip_right}@keyframes clip_right{0%{clip-path:polygon(100% 0, 100% 0, 100% 100%, 100% 100%)}100%{clip-path:polygon(100% 0, 0 0, 0 100%, 100% 100%)}}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff}body{font-family:"Noto Sans TC",sans-serif;line-height:1.5;color:#313131;letter-spacing:1.5px}input,textarea,select,button{padding-left:7px;font-size:16px;font-family:"Noto Sans TC",sans-serif;color:#313131;border:solid 1px #ccc;border-radius:3px}iframe,video{width:100%;max-width:100%;display:block}a{color:#313131}a:hover{text-decoration:none}img{max-width:100%}.flex,.row{display:flex;flex-wrap:wrap;padding:0 15px}.col{padding:0 15px}.date{font-weight:400;font-family:"DM Serif Display",serif,"Noto Sans TC",sans-serif;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:10px;color:#000;text-transform:uppercase}.articleTitle{font-size:20px;color:#335a80;font-weight:500}.articleClass{font-size:16px;color:#ffe500;font-weight:300}.article{color:#313131;font-size:16px;font-weight:300}.enFont{font-family:"DM Serif Display",serif}.container{max-width:1440px;margin:0 auto}@media(max-width: 1440px){.container{padding:0 30px}}@media(max-width: 960px){.container{padding:0 30px}}@media(max-width: 576px){.container{padding:0 15px}}.container img{margin:0}.homeContainer{max-width:1440px;margin:0 auto}@media(max-width: 1440px){.homeContainer{padding:0 30px}}@media(max-width: 960px){.homeContainer{padding:0 7%}}@media(max-width: 576px){.homeContainer{padding:0 15%}}.homeContainer img{margin:0}.goLink{text-align:center;padding:20px 0}.goLink a{border:solid 1px #313131;padding:10px 36px;display:inline-block;color:#313131;margin:auto}.notFound{text-align:center}.notFound p{padding:5% 0}.moreWrap{padding:50px 0 0 0;text-align:center}.hide{display:none}.initial{width:initial !important;max-width:100% !important}.chArt,.homeColTitle{font-weight:500}.zoomInImg{overflow:hidden}.zoomInImg img{transform:scale(1);transition:.6s transform}.zoomInImg:hover img{transform:scale(1.2);transition:.8s transform}.fixedIcon path{fill:#000}.fixedIcon-fb path:first-child{fill:#fff}.fixedIcon-fb path{fill:#000}.fixedIcon-x circle{fill:#000}.arrow-svg circle{stroke:#083968;fill:#083968}.description,.ellipsis{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.homeMore{text-align:center;padding:36px 30px}@media(max-width: 576px){.homeMore{padding:20px 0}}.homeMore a{border:solid 1px #fff;width:127px;height:44px;line-height:44px;transform:skewX(-20deg);display:block;margin:auto;color:#fff;background-color:rgba(0,0,0,0);transition:.5s color,.5s border,.5s background-color}@media(max-width: 768px){.homeMore a{width:106px}}@media(max-width: 576px){.homeMore a{font-size:12px;width:88px;height:35px;line-height:35px}}.homeMore a:hover{background-color:#ffe500;color:#000;border:solid 1px #ffe500;transition:.5s color,.5s border,.5s background-color}.blackMore a{border:solid 1px #000;color:#000}.blackMore a:hover{background-color:#000;color:#fff;border:solid 1px #000;transition:.5s color,.5s border,.5s background-color}.effect{overflow:hidden}.effect img{transform:scale(1);transition:.5s transform}.effect:hover img{transform:scale(1.2);transition:.5s transform}input,textarea,select{padding-left:7px;font-size:16px;font-family:"微軟正黑體"}iframe,video{width:100%;max-width:100%}a:hover{text-decoration:none}.flex,.row{display:flex;flex-wrap:wrap}img{max-width:100%;display:block}.xs{display:none !important}@media(max-width: 576px){.xs{display:block !important}}.pc{display:block !important}@media(max-width: 576px){.pc{display:none !important}}footer{padding:80px 30px;background-color:#000}@media(max-width: 1024px){footer{padding:60px 30px}}@media(max-width: 425px){footer{padding:30px}}footer .content{max-width:1214px;margin:auto}@media(max-width: 1440px){footer .content{padding:0 6%}}@media(max-width: 1024px){footer .content{max-width:455px;padding:0}}footer .content .row{align-items:center}footer .content .row .logo{flex:0 0 50%}@media(max-width: 1024px){footer .content .row .logo{flex:0 0 100%;margin-bottom:30px}}@media(max-width: 576px){footer .content .row .logo{padding:0 30px}}footer .content .row .menuWrap{flex:0 0 50%}@media(max-width: 1024px){footer .content .row .menuWrap{flex:0 0 100%}}@media(max-width: 425px){footer .content .row .menuWrap{padding:0 60px}}@media(max-width: 330px){footer .content .row .menuWrap{padding:0 30px}}footer .content .row .menuWrap .menu{max-width:382px;margin-left:auto}@media(max-width: 1024px){footer .content .row .menuWrap .menu{max-width:100%;padding:0 30px}}@media(max-width: 576px){footer .content .row .menuWrap .menu{padding:0}}footer .content .row .menuWrap .menu section{display:flex;flex-wrap:wrap;padding:5px 0}footer .content .row .menuWrap .menu section *{color:#fff}footer .content .row .menuWrap .menu section span{flex:0 0 60px}footer .content .row .menuWrap .menu section strong,footer .content .row .menuWrap .menu section a{flex:0 0 calc(100% - 60px);max-width:calc(100% - 60px);letter-spacing:0}.copyright{background-color:#222;padding:25px;text-align:center;color:#fff}@media(max-width: 576px){.copyright{font-size:14px}}@media(max-width: 425px){.copyright{font-size:12px}}.copyright *{color:#fff}.copyright .privacyRow{padding:5px 0}.copyright .privacyRow a{border-right:solid 1px #fff;padding:0 10px;display:inline-block;line-height:16px}.copyright .privacyRow a:last-child{border:none}header{background-color:rgba(2,2,2,.2);padding:24px 60px;position:fixed;top:0;left:0;width:100%;z-index:99}@media(max-width: 576px){header{padding:24px 30px}}header .logo{transform:scale(1);transition:.6s transform}@media(max-width: 768px){header .logo img{width:113px}}@media(max-width: 576px){header .logo img{width:100px}}@media(max-width: 330px){header .logo img{width:100px}}header .menuBtn{position:absolute;right:42px;top:36px;color:#fff;cursor:pointer;transform:scale(1);transition:.6s transform}@media(max-width: 576px){header .menuBtn{right:30px;top:25px}}header .menuBtn span{display:block;height:2px;background-color:#fff;width:40px;position:relative;margin-bottom:10px}header .menuBtn .first{left:8px;transform:rotate(0deg);transition:.5s transform,.5s left}header .menuBtn span:nth-child(2){left:4px;opacity:1;transition:.5s opacity,.5s left}header .menuBtn .last{transform:rotate(0deg);transition:.5s transform}header .menuBtn .closeTxt{display:none}header .menuBtnToggle .closeTxt{display:block}header .menuBtnToggle .openTxt{display:none}header .menuBtnToggle .first{left:3px;top:12px;transform:rotate(45deg);transition:.5s transform,.5s left}header .menuBtnToggle span:nth-child(2){left:-30px;opacity:0;transition:.5s opacity,.5s left}header .menuBtnToggle .last{left:3px;top:-12px;transform:rotate(-45deg);transition:.5s transform}header .row{justify-content:space-between;align-items:center}header .row .searchBorder{padding-right:80px;transform:scale(1);transition:.6s transform}@media(max-width: 700px){header .row .searchBorder{display:none}}header .row .searchBorder .section{width:319px;height:49px;background-image:url("../img/searchBorder.png");background-size:cover;padding:0 30px;position:relative}header .row .searchBorder .section .searchBtn{position:absolute;top:12px;right:25px}header .row .searchBorder .section input{width:100%;background-color:rgba(0,0,0,0);border:none;height:46px;color:#fff}header .row .searchBorder .section input::-moz-placeholder{color:#fff}header .row .searchBorder .section input::placeholder{color:#fff}.headerToggle{padding:12px 60px;transition:.6s padding}@media(max-width: 576px){.headerToggle{padding:12px 30px}}.headerToggle .row .logo{transform:scale(0.8);transition:.6s transform}.headerToggle .row .searchBorder{transform:scale(0.8);transition:.6s transform}.headerToggle .menuBtn{transform:scale(0.8);transition:.6s transform;top:27px}.community{position:fixed;z-index:50;right:20px;bottom:10%}@media(max-width: 576px){.community{display:none}}.community div{padding:8px 0}.community div a{display:block;width:32px;height:32px;background-color:#000;color:#fff;text-align:center;line-height:32px;border-radius:100%}.community .goTop{position:relative;cursor:pointer}.community .goTop .goTop2{position:absolute;top:25px;left:0;transition:.5s top}.community .goTop .goTop3{position:absolute;top:40px;left:0;transition:.5s top}.community .goTop:hover .goTop2{top:10px;transition:.5s top}.community .goTop:hover .goTop3{top:10px;transition:.8s top}menu{max-width:520px;width:100%;position:fixed;top:0;right:0;height:100%;z-index:5;background-color:rgba(0,0,0,.8);display:none}menu .content{text-align:center;padding-top:120px}menu .content .searchBorder{display:none;margin-bottom:30px}@media(max-width: 700px){menu .content .searchBorder{display:block}}menu .content .searchBorder .section{width:240px;height:49px;border:solid 1px #fff;background-size:cover;padding:0 30px;position:relative;margin:auto;transform:skewX(-15deg)}menu .content .searchBorder .section .searchBtn{position:absolute;top:12px;right:25px}menu .content .searchBorder .section input{width:100%;background-color:rgba(0,0,0,0);border:none;height:46px;color:#fff}menu .content .searchBorder .section input::-moz-placeholder{color:#fff}menu .content .searchBorder .section input::placeholder{color:#fff}menu .content section{padding:15px 0}@media(max-width: 576px){menu .content section{padding:10px 0}}menu .content section a{color:#fff;position:relative;overflow:hidden;display:inline-block}menu .content section a::before{content:"";position:absolute;width:100%;height:2px;background-color:#ffe500;left:-100%;bottom:0}menu .content section a span{display:inline-block;width:36px}menu .content section a:hover{color:#ffe500}menu .content section a:hover::before{left:0%;transition:.5s left}menu .content section .menuActive{color:#ffe500}menu .content section .menuActive::before{left:0%}.homeBanner img{aspect-ratio:1920/920;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width: 1440px){.homeBanner img{aspect-ratio:1920/1520}}@media(max-width: 1024px){.homeBanner img{aspect-ratio:960/1200}}@media(max-width: 768px){.homeBanner img{aspect-ratio:500/800}}@media(max-width: 1024px){.homeBanner .pcImg{display:none}}.homeBanner .smImg{display:none}@media(max-width: 1024px){.homeBanner .smImg{display:block}}@media(max-width: 768px){.homeBanner .smImg{display:none}}.homeBanner .xsImg{display:none}@media(max-width: 768px){.homeBanner .xsImg{display:block}}.homeIntro{background:linear-gradient(180deg, #000000 0%, #FFFFFF 100%);padding:150px 30px}@media(max-width: 1280px){.homeIntro{padding:60px 30px}}@media(max-width: 768px){.homeIntro{padding:60px 0}}@media(max-width: 768px){.homeIntro .homeMore{margin-top:36px}}@media(max-width: 768px){.homeIntro .blackMore{margin-top:0}}.homeIntro .row{max-width:1440px;margin:auto}@media(max-width: 1280px){.homeIntro .row{padding:0 10%}}@media(max-width: 960px){.homeIntro .row{padding:0 30px}}.homeIntro .row h1{flex:0 0 24%}@media(max-width: 1280px){.homeIntro .row h1{flex:0 0 100%;margin:6% 0}}.homeIntro .row h1 img{margin:auto}@media(max-width: 768px){.homeIntro .row h1 img{max-width:200px}}@media(max-width: 576px){.homeIntro .row h1 img{max-width:140px}}.homeIntro .row .col{flex:0 0 12.6666666667%;text-align:center;position:relative}@media(max-width: 1280px){.homeIntro .row .col{flex:0 0 33.3333333333%}}.homeIntro .row .col figure{margin:20px 0}@media(max-width: 1440px){.homeIntro .row .col figure{margin:0}}@media(max-width: 1280px){.homeIntro .row .col figure{display:none}}.homeIntro .row .col figure img{margin:auto}.homeIntro .row .col article{position:absolute;top:10px;left:0;opacity:0}@media(max-width: 1280px){.homeIntro .row .col article{opacity:1;position:initial}}.homeIntro .row .col article .fig{margin:20px 0}.homeIntro .row .col article .fig img{margin:auto}@media(max-width: 576px){.homeIntro .row .col article .fig img{max-width:70%}}.homeIntro .row .col article .en{font-size:20px;color:#ffe500;letter-spacing:0;margin:15px 0;padding-top:20px}@media(max-width: 1440px){.homeIntro .row .col article .en{font-size:14px;margin:5px 0;padding-top:0}}@media(max-width: 768px){.homeIntro .row .col article .en{font-size:14px}}@media(max-width: 440px){.homeIntro .row .col article .en{font-size:12px}}@media(max-width: 330px){.homeIntro .row .col article .en{height:28px}}.homeIntro .row .col article .ch{font-size:24px;color:#fff}@media(max-width: 1440px){.homeIntro .row .col article .ch{font-size:16px}}@media(max-width: 768px){.homeIntro .row .col article .ch{font-size:16px}}@media(max-width: 576px){.homeIntro .row .col article .ch{padding-bottom:12px}}@media(max-width: 440px){.homeIntro .row .col article .ch{font-size:14px}}.homeIntro .row .col:hover figure{display:none}.homeIntro .row .col:hover article{opacity:1;top:-20px;transition:.5s opacity,.5s top}.homeAlbum{background-image:url("../img/homeAlbumBg.png");background-size:cover;padding-top:80px;padding-bottom:50px}.homeAlbum .title{text-align:center}@media(max-width: 768px){.homeAlbum .title{margin-bottom:60px}}@media(max-width: 700px){.homeAlbum .title{overflow:hidden}}.homeAlbum .title .enArt{font-family:"Inter",sans-serif;font-size:56px;font-weight:500;text-transform:capitalize;color:#bababa;font-style:italic}@media(max-width: 1680px){.homeAlbum .title .enArt{font-size:40px}}@media(max-width: 768px){.homeAlbum .title .enArt{font-size:32px}}.homeAlbum .title .enArt span{display:inline-block}.homeAlbum .title .chArt{display:flex;justify-content:center;align-items:center;padding:10px;font-style:italic}@media(max-width: 768px){.homeAlbum .title .chArt{padding:0}}.homeAlbum .title .chArt img{height:25px}@media(max-width: 768px){.homeAlbum .title .chArt img{height:23px}}.homeAlbum .title .chArt span{display:inline-flex;padding:0 25px;font-size:36px;color:#000;font-weight:500}@media(max-width: 1680px){.homeAlbum .title .chArt span{font-size:32px}}@media(max-width: 768px){.homeAlbum .title .chArt span{font-size:24px;flex:0 0 155px}}.homeAlbum .content{max-width:1440px;margin:30px auto}.homeAlbum .content .homeAlbumSlick{padding:0 80px;margin-bottom:60px}@media(max-width: 768px){.homeAlbum .content .homeAlbumSlick{padding:0 60px}}@media(max-width: 576px){.homeAlbum .content .homeAlbumSlick{margin-bottom:20px}}.homeAlbum .content .homeAlbumSlick section{padding:0 40px}@media(max-width: 768px){.homeAlbum .content .homeAlbumSlick section{padding:0 15px}}@media(max-width: 576px){.homeAlbum .content .homeAlbumSlick section{padding:0}}.homeAlbum .content .homeAlbumSlick section figure img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;width:100%}.homeAlbum .content .homeAlbumSlick section .art{padding-top:10px}.homeAlbum .content .homeAlbumSlick section .art .date{display:flex;justify-content:space-between;padding:15px 0;color:#dfdfdf}@media(max-width: 576px){.homeAlbum .content .homeAlbumSlick section .art .date{padding:5px 0}}.homeAlbum .content .homeAlbumSlick section .art p{color:#fff;font-size:20px;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;letter-spacing:1.2px;width:100%}.homeAlbum .content .homeAlbumSlick .arrow{background-color:rgba(0,0,0,0);border:none;position:absolute;top:calc(50% - 58px);cursor:pointer;width:80px}@media(max-width: 1024px){.homeAlbum .content .homeAlbumSlick .arrow{width:56px;top:calc(50% - 45px)}}.homeAlbum .content .homeAlbumSlick .prev{left:0;display:flex}@media(max-width: 1024px){.homeAlbum .content .homeAlbumSlick .prev{left:30px}}@media(max-width: 960px){.homeAlbum .content .homeAlbumSlick .prev{left:0px}}.homeAlbum .content .homeAlbumSlick .prev img:nth-child(2){position:absolute;top:0;left:30px;opacity:1;transition:.5s left,.5s opacity}@media(max-width: 1024px){.homeAlbum .content .homeAlbumSlick .prev img:nth-child(2){left:22px}}.homeAlbum .content .homeAlbumSlick .prev img:nth-child(3){position:absolute;top:0;left:52px;opacity:1;transition:.5s left,.5s opacity}@media(max-width: 1024px){.homeAlbum .content .homeAlbumSlick .prev img:nth-child(3){left:37px}}.homeAlbum .content .homeAlbumSlick .prev:hover img:nth-child(2){left:8px;opacity:0;transition:.5s left,.5s opacity}.homeAlbum .content .homeAlbumSlick .prev:hover img:nth-child(3){left:8px;opacity:0;transition:.5s left,.5s opacity}.homeAlbum .content .homeAlbumSlick .next{right:0;display:flex}@media(max-width: 1024px){.homeAlbum .content .homeAlbumSlick .next{right:30px}}@media(max-width: 960px){.homeAlbum .content .homeAlbumSlick .next{right:0px}}.homeAlbum .content .homeAlbumSlick .next img{margin-left:auto}.homeAlbum .content .homeAlbumSlick .next img:nth-child(2){position:absolute;top:0;right:30px;opacity:1;transition:.5s right,.5s opacity}@media(max-width: 1024px){.homeAlbum .content .homeAlbumSlick .next img:nth-child(2){right:22px}}.homeAlbum .content .homeAlbumSlick .next img:nth-child(3){position:absolute;top:0;right:52px;opacity:1;transition:.5s right,.5s opacity}@media(max-width: 1024px){.homeAlbum .content .homeAlbumSlick .next img:nth-child(3){right:37px}}.homeAlbum .content .homeAlbumSlick .next:hover img:nth-child(2){right:8px;opacity:0;transition:.5s right,.5s opacity}.homeAlbum .content .homeAlbumSlick .next:hover img:nth-child(3){right:8px;opacity:0;transition:.5s right,.5s opacity}.homeVideo{background-image:url("../img/homeVideoBg.png");padding-left:12%;padding-bottom:80px;background-size:cover}@media(max-width: 1280px){.homeVideo{padding-left:5%}}@media(max-width: 1024px){.homeVideo{padding-left:0}}@media(max-width: 576px){.homeVideo{padding-bottom:0}}.homeVideo .homeMore-xs{display:none}@media(max-width: 767px){.homeVideo .homeMore-xs{display:block;margin-top:30px}}.homeVideo .row{align-items:center}.homeVideo .row .title{flex:0 0 30%}@media(max-width: 1440px){.homeVideo .row .title{flex:0 0 40%}}@media(max-width: 1280px){.homeVideo .row .title{flex:0 0 30%}}@media(max-width: 1024px){.homeVideo .row .title{flex:0 0 100%;padding-right:0;position:relative;margin-bottom:60px}}@media(max-width: 576px){.homeVideo .row .title{overflow:hidden;max-width:300px;padding-right:0;margin:0 auto 30px}}.homeVideo .row .title .enArt{font-size:56px;font-family:"Inter",sans-serif;font-weight:500;color:#bababa;font-style:italic}@media(max-width: 1680px){.homeVideo .row .title .enArt{font-size:40px}}@media(max-width: 1024px){.homeVideo .row .title .enArt{padding-left:6%}}@media(max-width: 768px){.homeVideo .row .title .enArt{font-size:32px}}@media(max-width: 576px){.homeVideo .row .title .enArt{padding-left:0}}.homeVideo .row .title .chArt{font-size:36px;font-weight:500;color:#000;font-style:italic;display:flex;align-items:center}@media(max-width: 1680px){.homeVideo .row .title .chArt{font-size:32px}}@media(max-width: 1024px){.homeVideo .row .title .chArt{padding-left:6%}}@media(max-width: 768px){.homeVideo .row .title .chArt{font-size:24px}}@media(max-width: 576px){.homeVideo .row .title .chArt{padding-left:0}}.homeVideo .row .title .chArt span{flex:0 0 155px}@media(max-width: 576px){.homeVideo .row .title .chArt span{flex:0 0 100px}}.homeVideo .row .title .chArt img{height:25px;margin-left:10px}.homeVideo .row .title .blackMore{padding-left:0}@media(max-width: 1024px){.homeVideo .row .title .blackMore{position:absolute;right:60px;top:0}}@media(max-width: 767px){.homeVideo .row .title .blackMore{display:none}}@media(max-width: 576px){.homeVideo .row .title .blackMore{display:none}}.homeVideo .row .title .blackMore a{margin:0}.homeVideo .row .homeVideoSlick{flex:0 0 70%;max-width:70%;padding-left:3%}@media(max-width: 1440px){.homeVideo .row .homeVideoSlick{flex:0 0 60%;max-width:60%}}@media(max-width: 1280px){.homeVideo .row .homeVideoSlick{flex:0 0 70%;max-width:70%}}@media(max-width: 1024px){.homeVideo .row .homeVideoSlick{flex:0 0 100%;max-width:100%;padding-left:0}}@media(max-width: 576px){.homeVideo .row .homeVideoSlick{padding:0 80px}}@media(max-width: 425px){.homeVideo .row .homeVideoSlick{padding:0 60px}}.homeVideo .row .homeVideoSlick .slick-list{padding-left:0 !important}@media(max-width: 1024px){.homeVideo .row .homeVideoSlick .slick-list{padding-left:25% !important}}@media(max-width: 768px){.homeVideo .row .homeVideoSlick .slick-list{padding-left:20% !important}}@media(max-width: 767px){.homeVideo .row .homeVideoSlick .slick-list{padding-left:0% !important}}.homeVideo .row .homeVideoSlick .slick-slide{padding-right:60px;opacity:.6}@media(max-width: 1440px){.homeVideo .row .homeVideoSlick .slick-slide{opacity:1}}@media(max-width: 1024px){.homeVideo .row .homeVideoSlick .slick-slide{padding-right:0px;padding:0 80px}}@media(max-width: 576px){.homeVideo .row .homeVideoSlick .slick-slide{padding:0}}.homeVideo .row .homeVideoSlick .slick-slide section{max-width:320px}@media(max-width: 1024px){.homeVideo .row .homeVideoSlick .slick-slide section{width:320px;margin:auto}}@media(max-width: 576px){.homeVideo .row .homeVideoSlick .slick-slide section{margin:auto;width:100%}}.homeVideo .row .homeVideoSlick .slick-slide section iframe{height:633px}@media(max-width: 1024px){.homeVideo .row .homeVideoSlick .slick-slide section iframe{height:498px}}@media(max-width: 425px){.homeVideo .row .homeVideoSlick .slick-slide section iframe{height:428px}}.homeVideo .row .homeVideoSlick .slick-slide section .date{display:flex;justify-content:space-between;margin:20px 0}.homeVideo .row .homeVideoSlick .slick-slide section .art{font-size:20px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.homeVideo .row .homeVideoSlick .slick-slide section p{margin-top:5px;font-size:16px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#5a5a5a}.homeVideo .row .homeVideoSlick .slick-center{opacity:1}.homeVideo .row .homeVideoSlick .slick-center section{margin-left:auto}@media(max-width: 1440px){.homeVideo .row .homeVideoSlick .slick-center section{margin-left:0}}@media(max-width: 1024px){.homeVideo .row .homeVideoSlick .slick-center section{margin:auto}}.homeVideo .row .homeVideoSlick .slick-before-center{opacity:1}.homeVideo .row .homeVideoSlick .slick-cloned{opacity:1}.homeVideo .row .homeVideoSlick .arrow{background-color:rgba(0,0,0,0);border:none;position:absolute;top:calc(50% - 36px);cursor:pointer;width:80px;display:flex;z-index:6}@media(max-width: 1024px){.homeVideo .row .homeVideoSlick .arrow{width:56px}}@media(max-width: 768px){.homeVideo .row .homeVideoSlick .arrow{top:50%}}.homeVideo .row .homeVideoSlick .prev{display:none !important}@media(max-width: 1024px){.homeVideo .row .homeVideoSlick .prev{display:block !important;left:27%}}@media(max-width: 960px){.homeVideo .row .homeVideoSlick .prev{left:24%}}@media(max-width: 768px){.homeVideo .row .homeVideoSlick .prev{left:21%}}@media(max-width: 767px){.homeVideo .row .homeVideoSlick .prev{left:16%}}@media(max-width: 650px){.homeVideo .row .homeVideoSlick .prev{left:16%}}@media(max-width: 576px){.homeVideo .row .homeVideoSlick .prev{left:30px}}@media(max-width: 425px){.homeVideo .row .homeVideoSlick .prev{left:0px}}.homeVideo .row .homeVideoSlick .next{left:38%;display:flex}@media(max-width: 1440px){.homeVideo .row .homeVideoSlick .next{left:56%}}@media(max-width: 1024px){.homeVideo .row .homeVideoSlick .next{left:67%}}@media(max-width: 960px){.homeVideo .row .homeVideoSlick .next{left:74%}}@media(max-width: 768px){.homeVideo .row .homeVideoSlick .next{left:75%}}@media(max-width: 700px){.homeVideo .row .homeVideoSlick .next{left:75%}}@media(max-width: 576px){.homeVideo .row .homeVideoSlick .next{left:auto;right:30px}}@media(max-width: 425px){.homeVideo .row .homeVideoSlick .next{right:0px}}.homeVideo .row .homeVideoSlick .next img{margin-left:auto}.homeVideo .row .homeVideoSlick .next img:nth-child(2){position:absolute;top:0;right:30px;opacity:1;transition:.5s right,.5s opacity}.homeVideo .row .homeVideoSlick .next img:nth-child(3){position:absolute;top:0;right:52px;opacity:1;transition:.5s right,.5s opacity}.homeVideo .row .homeVideoSlick .next:hover img:nth-child(2){right:8px;opacity:0;transition:.5s right,.5s opacity}.homeVideo .row .homeVideoSlick .next:hover img:nth-child(3){right:8px;opacity:0;transition:.5s right,.5s opacity}.homeProduct{padding-top:100px}@media(max-width: 576px){.homeProduct{padding-top:60px}}.homeProduct .title{text-align:center}@media(max-width: 768px){.homeProduct .title{overflow:hidden}}.homeProduct .title .enArt{font-family:"Inter",sans-serif;font-size:56px;font-weight:500;text-transform:capitalize;color:#fff;font-style:italic}@media(max-width: 1680px){.homeProduct .title .enArt{font-size:40px}}@media(max-width: 768px){.homeProduct .title .enArt{font-size:32px}}@media(max-width: 576px){.homeProduct .title .enArt{font-size:32px}}.homeProduct .title .chArt{display:flex;justify-content:center;align-items:center;padding:10px}.homeProduct .title .chArt img{height:25px}@media(max-width: 768px){.homeProduct .title .chArt img{height:23px}}.homeProduct .title .chArt span{display:inline-flex;padding:0 25px;font-size:36px;color:#000;font-weight:500;font-style:italic}@media(max-width: 1680px){.homeProduct .title .chArt span{font-size:32px}}@media(max-width: 768px){.homeProduct .title .chArt span{font-size:24px;flex:0 0 185px;text-align:center;display:flex;justify-content:center}}@media(max-width: 576px){.homeProduct .title .chArt span{font-size:24px}}.homeProduct .homeProductSlick{max-width:1440px;margin:auto;padding:0 100px}@media(max-width: 960px){.homeProduct .homeProductSlick{padding:0 60px}}@media(max-width: 767px){.homeProduct .homeProductSlick{padding:0 15%}}@media(max-width: 576px){.homeProduct .homeProductSlick{padding:0 60px}}.homeProduct .homeProductSlick section{padding:30px}@media(max-width: 960px){.homeProduct .homeProductSlick section{padding:30px 15px 0}}.homeProduct .homeProductSlick section img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.homeProduct .homeProductSlick section p{padding:20px;text-align:center;font-size:20px}.homeProduct .homeProductSlick .arrow{background-color:rgba(0,0,0,0);border:none;position:absolute;top:calc(50% - 34px);cursor:pointer;width:80px}@media(max-width: 1440px){.homeProduct .homeProductSlick .arrow{transform:scale(1)}}@media(max-width: 1024px){.homeProduct .homeProductSlick .arrow{transform:scale(1);top:calc(50% - 16px);width:56px}}@media(max-width: 576px){.homeProduct .homeProductSlick .arrow{transform:scale(1);width:56px}}.homeProduct .homeProductSlick .prev{left:0;display:flex}@media(max-width: 1024px){.homeProduct .homeProductSlick .prev{left:30px}}@media(max-width: 960px){.homeProduct .homeProductSlick .prev{left:0px}}.homeProduct .homeProductSlick .prev img:nth-child(2){position:absolute;top:0;left:30px;opacity:1;transition:.5s left,.5s opacity}.homeProduct .homeProductSlick .prev img:nth-child(3){position:absolute;top:0;left:52px;opacity:1;transition:.5s left,.5s opacity}.homeProduct .homeProductSlick .prev:hover img:nth-child(2){left:8px;opacity:0;transition:.5s left,.5s opacity}.homeProduct .homeProductSlick .prev:hover img:nth-child(3){left:8px;opacity:0;transition:.5s left,.5s opacity}.homeProduct .homeProductSlick .next{right:0;display:flex}@media(max-width: 1024px){.homeProduct .homeProductSlick .next{right:30px}}@media(max-width: 960px){.homeProduct .homeProductSlick .next{right:0px}}.homeProduct .homeProductSlick .next img{margin-left:auto}.homeProduct .homeProductSlick .next img:nth-child(2){position:absolute;top:0;right:30px;opacity:1;transition:.5s right,.5s opacity}.homeProduct .homeProductSlick .next img:nth-child(3){position:absolute;top:0;right:52px;opacity:1;transition:.5s right,.5s opacity}.homeProduct .homeProductSlick .next:hover img:nth-child(2){right:8px;opacity:0;transition:.5s right,.5s opacity}.homeProduct .homeProductSlick .next:hover img:nth-child(3){right:8px;opacity:0;transition:.5s right,.5s opacity}.homeAbout{position:relative;padding-bottom:15%}@media(max-width: 840px){.homeAbout{padding-bottom:0%}}.homeAbout figure{position:absolute;bottom:0;left:0}@media(max-width: 1024px){.homeAbout figure{display:none}}@media(max-width: 1680px){.homeAbout figure img{max-width:80%}}.homeAbout .cartPhoto{display:none}@media(max-width: 576px){.homeAbout .cartPhoto{display:block}}.homeAbout .row .figure{padding-left:12%;flex:0 0 45%}@media(max-width: 1024px){.homeAbout .row .figure{flex:0 0 100%;padding-left:6%;position:relative;z-index:2}}@media(max-width: 576px){.homeAbout .row .figure{padding:0 80px}}@media(max-width: 425px){.homeAbout .row .figure{padding:0 60px}}@media(max-width: 840px){.homeAbout .row .figure img{max-width:70%}}@media(max-width: 576px){.homeAbout .row .figure img{max-width:100%}}.homeAbout .row article{flex:0 0 55%;padding-top:5%;padding-left:16%;padding-right:9%;padding-bottom:2%;background-image:url("../img/homeAboutBg.png");background-size:cover;font-size:20px;line-height:160%;padding-bottom:20px;letter-spacing:0}@media(max-width: 1440px){.homeAbout .row article{font-size:16px}}@media(max-width: 1440px){.homeAbout .row article{padding-right:4%}}@media(max-width: 1024px){.homeAbout .row article{flex:0 0 100%;background-image:url("../img/homeAboutBg-xl.png");padding-top:5%;padding-left:38%;padding-right:7%;padding-bottom:20%;background-position-x:-68px}}@media(max-width: 960px){.homeAbout .row article{padding-bottom:28%}}@media(max-width: 840px){.homeAbout .row article{background-image:url("../img/homeAboutBg-sm.png");position:relative;top:-30px;padding-top:9%;padding-left:21%;padding-right:12%}}@media(max-width: 700px){.homeAbout .row article{padding-bottom:40%}}@media(max-width: 650px){.homeAbout .row article{padding-bottom:48%}}@media(max-width: 576px){.homeAbout .row article{background-image:url("../img/homeAboutBg-xs.png");background-position-x:center;padding:60px;padding-bottom:250px;background-position-y:bottom;top:-15px;text-align:justify}}@media(max-width: 425px){.homeAbout .row article{padding:30px 60px;padding-bottom:200px}}@media(max-width: 960px){.homeAbout .row article .blackMore{padding-top:0}}@media(max-width: 960px){.homeAbout .row article .blackMore{padding-top:36px}}.homeAbout .row article .blackMore a{margin:0;margin-left:auto}@media(max-width: 576px){.homeAbout .row article .blackMore a{margin:auto}}#item:target::before{content:"";display:block;height:100px;margin-top:-100px}.slide-arrow{position:absolute;background-color:rgba(0,0,0,0);border:none;z-index:3;cursor:pointer}@media(max-width: 768px){.slide-arrow svg{width:45px;height:45px}}@media(max-width: 576px){.slide-arrow svg{height:28px;width:28px}}.slick-dots{position:absolute;left:-30px;bottom:0;cursor:pointer}.slick-dots li{width:12px;height:12px;background-color:#ccc;border-radius:100%;margin-top:7.5px}.slick-dots li button{font-size:0;background-color:rgba(0,0,0,0);border:none}.slick-dots .slick-active{background-color:#313131}.banner{max-width:1370px;margin:auto;position:relative}@media(max-width: 1440px){.banner{max-width:1318px;margin:0 auto;padding:0 5%}}@media(max-width: 960px){.banner{max-width:calc(100% - 60px)}}@media(max-width: 576px){.banner{max-width:100%;padding:0}}.banner figure{position:relative;z-index:3}.banner figure img{aspect-ratio:1370/500;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width: 960px){.banner figure img{aspect-ratio:960/960}}@media(max-width: 576px){.banner figure img{aspect-ratio:500/800}}@media(max-width: 960px){.banner .pcImg{display:none}}.banner .smImg{display:none}@media(max-width: 960px){.banner .smImg{display:block}}@media(max-width: 576px){.banner .smImg{display:none}}.banner .xsImg{display:none}@media(max-width: 576px){.banner .xsImg{display:block}}.banner article{position:absolute;z-index:4;background-color:#fff;bottom:0;left:0;display:flex;flex-wrap:wrap;align-content:space-between;padding:30px 50px}@media(max-width: 1440px){.banner article{left:30px}}@media(max-width: 960px){.banner article{padding:20px 50px}}@media(max-width: 576px){.banner article{padding:15px 30px;left:0;background-color:#fff}}.banner article .articles{position:relative;z-index:3}.banner article .articles .bannerChArt{font-weight:500;line-height:32px;font-size:30px;white-space:nowrap;color:#000}@media(max-width: 1280px){.banner article .articles .bannerChArt{font-size:24px;line-height:28px}}.banner article .articles .bannerEnArt{font-weight:500;font-size:36px;line-height:50px;font-family:"DM Serif Display",serif;text-transform:uppercase;color:#ffe500;letter-spacing:2px}@media(max-width: 1280px){.banner article .articles .bannerEnArt{font-size:26px;line-height:32px;letter-spacing:1px}}@media(max-width: 576px){.banner .point{position:absolute;bottom:0;left:15px;z-index:5}}@media(max-width: 576px){.banner .point img{max-width:70px}}.main{padding:80px 0;background-image:linear-gradient(#ffffff, #f1f1f1)}@media(max-width: 1440px){.main{padding:30px 5%}}@media(max-width: 576px){.main{padding:30px}}.main .searchContent .title{padding:0 30px}.main .searchContent .title section{border-bottom:solid 1px #000}.main .searchContent .title section .chArt{font-size:20px;color:#000}.main .searchContent .title section .enArt{font-size:14px;color:#ffe500}nav{padding:0px 30px 36px}@media(max-width: 576px){nav{padding:0 0px 5px;margin-bottom:12px;display:none;background-color:#000}}nav a{border:solid 1px #000;color:#000;padding:10px 36px;display:inline-block;margin:auto;margin-right:15px;position:relative}@media(max-width: 768px){nav a{margin-bottom:10px}}@media(max-width: 576px){nav a{margin-right:0;margin-top:-1px;padding:15px 15px;width:100%;margin-bottom:0;border:none;border-radius:0;border-bottom:solid 1px #fff;color:#fff}}nav a:hover{background-color:#000;color:#fff}nav a .fa-chevron-down{display:none}@media(max-width: 576px){nav a:first-child{border-radius:0;border-top-left-radius:25px;border-top-right-radius:25px}}@media(max-width: 576px){nav a:last-child{border:none;border-bottom-left-radius:25px;border-bottom-right-radius:25px}}nav .activeNav{background-color:#000;color:#fff}@media(max-width: 576px){nav .activeNav{background-color:rgba(0,0,0,0)}}nav .activeNav a{color:#fff}@media(max-width: 576px){nav .activeNav{display:block}}@media(max-width: 576px){nav .activeNav .fa-chevron-down{display:block;position:absolute;right:15px;top:20px;font-size:14px}}.navList{display:none;border:solid 1px #000;background-color:#000;color:#fff;padding:10px 15px;margin:auto;position:relative;margin-bottom:30px}@media(max-width: 576px){.navList{display:block}}.navList i{position:absolute;right:15px;top:15px}.productNav{padding:0px 30px 15px}@media(max-width: 576px){.productNav{padding:0 0px 5px;display:none}}.productNav .productBtn{border:solid 1px #000;display:inline-block;color:#000;margin:auto;margin-right:15px;position:relative;z-index:5;padding:0 15px;border-radius:0rem;margin-bottom:12px}@media(max-width: 1024px){.productNav .productBtn{padding:0 10px;margin-bottom:10px}}@media(max-width: 640px){.productNav .productBtn{padding:0 30px}}@media(max-width: 576px){.productNav .productBtn{width:100%;margin:0;padding:0;margin-top:-1px;border-radius:0;padding-left:0px;display:block}}.productNav .productBtn a{padding:10px 15px;color:#313131;display:inline-block}.productNav .productBtn .fa-chevron-down{font-size:12px;margin-left:5px}@media(max-width: 576px){.productNav .productBtn .fa-chevron-down{position:absolute;right:15px;top:15px}}.productNav .productBtn ol{background-color:#000;position:absolute;width:calc(100% + 2px);top:100%;left:-1px;display:none;list-style:none !important}@media(max-width: 576px){.productNav .productBtn ol{position:initial;background-color:rgba(0,0,0,0)}}.productNav .productBtn ol li{position:relative}@media(max-width: 576px){.productNav .productBtn ol li{border-top:solid 1px #000}}.productNav .productBtn ol li:hover{background-color:#ffe500}@media(max-width: 576px){.productNav .productBtn ol li:hover{background-color:rgba(0,0,0,0)}}.productNav .productBtn ol li:hover a{color:#000}.productNav .productBtn ol li a{margin-right:0;display:block;border-top:none;color:#fff;padding:10px;text-align:center}@media(max-width: 576px){.productNav .productBtn ol li a{padding:10px 45px;color:#000;text-align:left}}.productNav .productBtn ol li ul{position:absolute;left:100%;top:-1px;width:150px;display:none}@media(max-width: 576px){.productNav .productBtn ol li ul{position:initial;width:100%;background-color:rgba(0,0,0,0)}}.productNav .productBtn ol li ul li{background-color:gray}.productNav .productBtn ol li ul li a{color:#fff;text-align:center;padding:10px}@media(max-width: 576px){.productNav .productBtn ol li ul li a{text-align:left;padding-left:75px;color:#313131}}.productNav .productBtn ol li ul li:first-child{border-top-left-radius:25px;border-top-right-radius:25px}.productNav .productBtn ol li ul li:last-child{border-bottom-left-radius:25px;border-bottom-right-radius:25px}@media(max-width: 576px){.productNav .productActiveNav{background-color:#083968}}@media(max-width: 576px){.productNav .productActiveNav a{color:#fff}}@media(max-width: 576px){.productNav .productActiveNav .fa-chevron-down{display:block;font-size:12px;margin-left:5px}}@media(max-width: 576px){.productNav .productActiveNavToggle{border-bottom-right-radius:0px;border-bottom-left-radius:0px}}.colTitle{font-size:20px;padding:10px 0;color:#000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:500;text-transform:uppercase}@media(max-width: 576px){.colTitle{font-size:18px;padding:5px 0}}@media(max-width: 576px){.articleTxt{font-size:14px}}.colLoad{display:flex;flex-wrap:wrap;font-size:20px;padding:10px 0;color:#000;justify-content:space-between}@media(max-width: 576px){.colLoad{font-size:18px}}.colLoad span{color:#000}.colLoad a{font-size:14px;color:#707070;flex:0 0 100%;padding-top:10px;display:block}@media(max-width: 576px){.colLoad a{flex:0 0 125px;max-height:22px;text-align:right}}@media(max-width: 576px){.colLoad span{flex:0 0 calc(100% - 125px)}}.page{padding:50px 30px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.page a,.page span{display:inline-block;margin:0 12px}.page span{border-bottom:solid 1px #000;color:#000}.page svg path{fill:#000}.rowMain{display:flex;flex-wrap:wrap;padding:0 15px}@media(max-width: 576px){.rowMain{padding:0}}.rowMain .col{flex:0 0 25%;max-width:25%;padding:36px 15px}@media(max-width: 1440px){.rowMain .col{flex:0 0 33.333%;max-width:33.333%}}@media(max-width: 960px){.rowMain .col{flex:0 0 50%;max-width:50%}}@media(max-width: 576px){.rowMain .col{flex:0 0 100%;max-width:100%}}.rowMain .col figure iframe{height:250px}@media(max-width: 768px){.rowMain .col figure iframe{height:200px}}@media(max-width: 576px){.rowMain .col figure iframe{height:150px}}.rowMain .col figure img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;width:100%;margin:0;display:block}.rowMain .col .newsRatio img{aspect-ratio:16/9}.rowMain .col .price{display:block;font-size:16px;color:#707070}.rowMain .col .price s{font-size:12px;padding-right:12px;color:#000}@media(max-width: 576px){.rowMain .col:nth-child(2n+1){padding-right:0px;padding:15px 0}}@media(max-width: 576px){.rowMain .col:nth-child(2n){padding-left:0px;padding:15px 0}}.rowMain .col-2{flex:0 0 50%;max-width:50%;padding:15px;line-height:28px}@media(max-width: 576px){.rowMain .col-2{flex:0 0 100%;max-width:100%}}.rowMain .col-2 p{padding-bottom:20px}.rowMain .col-2 .map{padding-right:30px;padding-top:20px}@media(max-width: 768px){.rowMain .col-2 .map{padding-right:0}}.rowMain .col-2 .map iframe{height:288px}.rowMain .contactLine{border-right:solid 1px #313131}@media(max-width: 768px){.rowMain .contactLine{border-right:none}}.rowMain .contactLine .company{font-size:20px;font-weight:500;padding:10px 0;color:#000}.rowMain .contactLine ol{display:flex;flex-wrap:wrap}@media(max-width: 576px){.rowMain .contactLine ol{font-size:14px;line-height:22px}}.rowMain .contactLine ol li{display:flex;flex-wrap:wrap;margin:5px 0}.rowMain .contactLine ol li span{flex:0 0 50px;line-height:20px;font-family:"DM Serif Display",serif}@media(max-width: 576px){.rowMain .contactLine ol li span{flex:0 0 38px}}.rowMain .contactLine ol li a{flex:0 0 calc(100% - 50px);max-width:calc(100% - 50px);word-wrap:break-word;line-height:20px;padding-right:12px}@media(max-width: 576px){.rowMain .contactLine ol li a{flex:0 0 calc(100% - 38px);max-width:calc(100% - 38px)}}.rowMain .contactLine ol li:nth-child(2n+1){flex:0 0 100%;max-width:100%}@media(max-width: 960px){.rowMain .contactLine ol li:nth-child(2n+1){flex:0 0 100%;max-width:100%}}.rowMain .contactLine ol li:nth-child(2n){flex:0 0 100%;max-width:100%}@media(max-width: 960px){.rowMain .contactLine ol li:nth-child(2n){flex:0 0 100%;max-width:100%}}.rowMain .contactData{padding-left:15px}@media(max-width: 576px){.rowMain .contactData{order:-1}}.rowMain .contactData .rePage{padding:0;text-align:center;width:100%;font-family:"Noto Sans TC",sans-serif}@media(max-width: 576px){.rowMain .contactData .row{padding:0}}.rowMain .contactData .row .formCol{flex:0 0 50%;max-width:50%;padding:0 15px;margin-bottom:15px}@media(max-width: 960px){.rowMain .contactData .row .formCol{flex:0 0 100%;max-width:100%}}@media(max-width: 576px){.rowMain .contactData .row .formCol{padding:0}}.rowMain .contactData .row .formCol b{display:inline-block;width:32px}.rowMain .contactData .row .formCol input[type=text]{width:100%;height:36px;border-width:1px;border-radius:3rem;background-color:rgba(0,0,0,0);margin-top:8px}.rowMain .contactData .row .formCol label{padding-right:15px}@media(max-width: 576px){.rowMain .contactData .row .formColSexy{display:flex}}.rowMain .contactData .row .formColAll{flex:0 0 100%;max-width:100%;padding:0 15px;margin-bottom:15px}@media(max-width: 768px){.rowMain .contactData .row .formColAll{padding:0}}@media(max-width: 576px){.rowMain .contactData .row .formColAll{padding:0}}.rowMain .contactData .row .formColAll textarea{width:100%;height:135px;border-width:1px;border-radius:25px;background-color:rgba(0,0,0,0);padding:10px;margin-top:8px}@media(max-width: 960px){.rowMain .contactData .row .formColAll textarea{height:85px}}.rowMain .contactData .row .formColAll a{border:solid 1px #000;padding:10px;display:block;margin:auto;text-align:center;font-family:"DM Serif Display",serif}.rowMain .contactData .row .formColAll a:hover{background-color:#000;color:#fff}.rowMain .contactData .row .checkRow{padding:0 15px;font-size:12px;padding-bottom:30px}@media(max-width: 576px){.rowMain .contactData .row .checkRow{padding:0;margin-bottom:30px}}.rowMain .contactData .row .checkRow section{font-size:14px}.contact{margin-bottom:100px}@media(max-width: 576px){.contact{margin-bottom:36px}}@media(max-width: 576px){.contact .col-2{padding:15px 0}}.itemDate{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 30px;margin-bottom:30px;color:#ffe500}.itemDate span{color:#ffe500}.itemTitle{font-size:24px;padding:0 30px;font-weight:500;margin-bottom:10px}.qaMain{padding:0 15px;padding-top:50px}@media(max-width: 576px){.qaMain{padding:15px 0px}}.qaMain .qaMainRow{display:flex;flex-wrap:wrap;margin-bottom:50px}@media(max-width: 576px){.qaMain .qaMainRow{margin-bottom:20px}}.qaMain .askTitle{flex:0 0 20%;max-width:20%;padding:0 15px;font-size:20px;font-weight:500;color:#000}@media(max-width: 576px){.qaMain .askTitle{display:none}}.qaMain .answerRow{flex:0 0 80%;max-width:80%;padding:0 15px}@media(max-width: 576px){.qaMain .answerRow{flex:0 0 100%;max-width:100%;padding:0}}.qaMain .answerRow article{margin-bottom:30px}.qaMain .answerRow article .ask{font-size:20px;padding-bottom:10px;border-bottom:solid 1px #000;margin-bottom:10px;padding-right:50px;position:relative;color:#000}@media(max-width: 576px){.qaMain .answerRow article .ask{font-size:18px}}.qaMain .answerRow article .ask .icon{position:absolute;right:10px;top:0;width:30px;height:30px;cursor:pointer}.qaMain .answerRow article .ask .icon::before{content:"";position:absolute;width:25px;height:1px;background-color:#313131;left:1px;top:40%}.qaMain .answerRow article .ask .icon::after{content:"";position:absolute;width:1px;height:23px;background-color:#313131;left:14px;top:1px}.qaMain .answerRow article .ask .qaToggle::after{display:none}.qaMain .answerRow article .answer{display:none;color:#313131}.qaMain .answerRow .active .answer{display:block}.qaMain .answerRow .active .ask .icon::after{display:none}.productSectionArt{flex:0 0 100%;margin-bottom:15px;padding:0 30px}@media(max-width: 960px){.productSectionArt{padding:0 30px;border-bottom:solid 1px #d8d8d8}}@media(max-width: 576px){.productSectionArt{padding:0 15px;border-bottom:solid 1px #d8d8d8}}.productRow{display:flex;flex-wrap:wrap;padding:0 15px}@media(max-width: 960px){.productRow{padding:0 30px}}@media(max-width: 576px){.productRow{padding:0 0px}}.productRow .productData{width:100%}.productRow .productRowImg{flex:0 0 50%;max-width:50%;padding:0 10px;display:flex;flex-wrap:wrap}@media(max-width: 1024px){.productRow .productRowImg{max-width:100%;flex:0 0 100%}}@media(max-width: 960px){.productRow .productRowImg{padding:0}}.productRow .productRowImg .productSlick{flex:0 0 120px}@media(max-width: 1440px){.productRow .productRowImg .productSlick{flex:0 0 96px}}@media(max-width: 1280px){.productRow .productRowImg .productSlick{flex:0 0 77px}}@media(max-width: 1024px){.productRow .productRowImg .productSlick{flex:0 0 145px}}@media(max-width: 768px){.productRow .productRowImg .productSlick{flex:0 0 120px}}@media(max-width: 576px){.productRow .productRowImg .productSlick{flex:0 0 90px}}@media(max-width: 480px){.productRow .productRowImg .productSlick{flex:0 0 72px}}@media(max-width: 425px){.productRow .productRowImg .productSlick{flex:0 0 100%;order:3;display:flex;flex-wrap:wrap}}@media(max-width: 425px){.productRow .productRowImg .productSlick .productSection{flex:0 0 25%}}.productRow .productRowImg .productSlick .productSection div{margin:10px 0 20px;cursor:pointer}@media(max-width: 576px){.productRow .productRowImg .productSlick .productSection div{padding:5px 0}}@media(max-width: 425px){.productRow .productRowImg .productSlick .productSection div{flex:0 0 25%;padding:5px}}.productRow .productRowImg .productSlick .productSection img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;width:100%;display:block}.productRow .productRowImg .productShow{flex:0 0 calc(100% - 120px);padding:10px 0;padding-left:20px}@media(max-width: 1024px){.productRow .productRowImg .productShow{flex:0 0 calc(100% - 150px)}}@media(max-width: 768px){.productRow .productRowImg .productShow{flex:0 0 calc(100% - 120px)}}@media(max-width: 576px){.productRow .productRowImg .productShow{flex:0 0 calc(100% - 90px);padding:5px 0;padding-left:20px}}@media(max-width: 480px){.productRow .productRowImg .productShow{flex:0 0 calc(100% - 85px)}}@media(max-width: 425px){.productRow .productRowImg .productShow{flex:0 0 100%;padding-left:0px;padding:5px}}.productRow .productRowImg .productShow img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;width:100%;display:block}@media(max-width: 576px){.productRow .productRowImg .productShow img{height:100%}}.productRow .productFrom{display:flex;flex-wrap:wrap;align-content:flex-start;padding:10px;padding-left:30px;flex:0 0 50%;max-width:50%}@media(max-width: 1024px){.productRow .productFrom{max-width:100%;flex:0 0 100%;padding-left:0;margin-top:30px}}@media(max-width: 960px){.productRow .productFrom{padding:5px}}.productRow .productFrom .title{font-weight:500;font-size:20px;padding-bottom:20px;color:#000}@media(max-width: 576px){.productRow .productFrom .title{font-size:18px;padding-bottom:10px}}.productRow .productFrom .productRowsRed{font-size:14px;color:#c02;padding:10px 0}.productRow .productFrom .productRowsList{display:flex;padding-bottom:15px}.productRow .productFrom .productAlign{display:flex;flex-wrap:wrap;align-items:center;padding-top:20px}.productRow .productFrom .productAlign article{flex:0 0 60px}.productRow .productFrom .productAlign section{flex:0 0 calc(100% - 60px)}.productRow .productFrom .productAlign section .quantity{margin:0}.productRow .productFrom .price{font-size:24px;padding:12px 0;color:#ffe500}.productRow .productFrom .specification{padding:15px 0;display:flex;flex-wrap:wrap;align-items:center}.productRow .productFrom .specification span{flex:0 0 60px}.productRow .productFrom .specification select{width:72%;height:40px;background-repeat:no-repeat;background-position:right 2px center;background-image:url("../img/selectIcon.svg");cursor:pointer;border-radius:3rem;padding:0 18px}@media(max-width: 576px){.productRow .productFrom .specification select{width:100%}}.productRow .productFrom .productBtnWrap{padding-bottom:10px;flex:0 0 100%;padding-top:30px}@media(max-width: 576px){.productRow .productFrom .productBtnWrap{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}}.productRow .productFrom .productBtnWrap a{display:inline-block;padding:12px 36px;border:solid 1px #000;margin-right:12px;border-radius:3rem}@media(max-width: 576px){.productRow .productFrom .productBtnWrap a{flex:0 0 48%;margin:0;padding:10px;text-align:center}}.productRow .productFrom .productBtnWrap a:hover{background-color:#000;border:solid 1px #000;color:#fff}.productTabs{padding:0 30px;padding-top:50px}@media(max-width: 960px){.productTabs{padding:0 30px}}@media(max-width: 576px){.productTabs{padding:0 15px;padding-top:30px}}.productTabs .tabsBtnWrap{display:flex;flex-wrap:wrap;padding:20px 0 0;border-bottom:solid 1px #313131}@media(max-width: 576px){.productTabs .tabsBtnWrap{padding:10px 0 0}}.productTabs .tabsBtnWrap section{flex:0 0 33.333%;max-width:33.333%;text-align:center;font-weight:500;padding:20px;font-size:20px;cursor:pointer}@media(max-width: 576px){.productTabs .tabsBtnWrap section{padding:10px;font-size:16px}}.productTabs .tabsBtnWrap .activeTabs{border:solid 1px #313131;border-bottom:none;border-radius:10px 10px 0 0;position:relative}.productTabs .tabsBtnWrap .activeTabs::after{content:"";position:absolute;width:100%;height:5px;bottom:-2px;left:0;background-color:#fff}.productTabs .tabsBox{padding:30px 0;display:none}@media(max-width: 576px){.productTabs .tabsBox{padding:10px 0}}.productTabs .tabsBox p{padding-bottom:15px}.productTabs .tabsFirst{display:block}.quantity{max-width:130px;border:solid 1px #707070;padding:0 3px;margin-top:10px;flex:0 0 50%;border-radius:3rem}@media(max-width: 960px){.quantity{flex:0 0 100%}}.quantity .reduce_purchase{background-color:rgba(0,0,0,0);border:none;font-size:15px;cursor:pointer;color:#707070;padding:0 2px;border-right:solid 1px #707070;width:30px;height:33px}.quantity .add_purchase{background-color:rgba(0,0,0,0);border:none;font-size:15px;cursor:pointer;color:#707070;padding:0 2px;border-left:solid 1px #707070;width:30px;height:33px}.quantity input{width:51px;height:33px;border:solid 1px #707070;border:none;text-align:center;padding:0}.iconFixed{position:fixed;width:100%;left:0;bottom:0;z-index:8;display:flex;flex-wrap:wrap;background-color:#1c8a99;padding:10px 0 5px;display:none;z-index:99}@media(max-width: 576px){.iconFixed{display:flex}}.iconFixed div{flex:0 0 20%;max-width:20%;padding:0 10px;border-right:solid 1px #fff}.iconFixed div a{color:#fff;text-align:center;font-size:12px;display:block}@media(max-width: 375px){.iconFixed div a{font-size:10px}}.iconFixed div a p{text-align:center;font-size:17px}.iconFixed div:last-child{border:none}.aboutSlickWrap{padding:3.6% 0;background-color:#f7f7f7}@media(max-width: 576px){.aboutSlickWrap{padding:50px 0 15px}}.aboutSlickWrap .title{font-size:24px;font-weight:500;text-align:center;color:#000}.aboutSlickWrap .title p{padding:8px 0;font-size:16px;text-transform:capitalize;color:#ffe500;font-size:45px;line-height:45px;font-family:"DM Serif Display"}.aboutSlickWrap .aboutSlick{padding:5% 0 0;max-width:80%;margin:auto}@media(max-width: 1024px){.aboutSlickWrap .aboutSlick{padding-bottom:50px}}@media(max-width: 576px){.aboutSlickWrap .aboutSlick{max-width:100%;padding:0;max-width:100%;margin-top:15px;margin-bottom:50px}}.aboutSlickWrap .aboutSlick figure{height:300px;display:flex}@media(max-width: 576px){.aboutSlickWrap .aboutSlick figure{padding:30px 10px;display:flex}}.aboutSlickWrap .aboutSlick img{max-width:80%;width:initial;margin:auto}.aboutSlickWrap .aboutSlick .slick-dots{left:0;top:auto;bottom:-36px;display:flex;flex-wrap:wrap;justify-content:center;width:100%}.aboutSlickWrap .aboutSlick .slick-dots li{margin:0 5px}.aboutSlickWrap .aboutSlick .slick-arrow{top:55%;position:absolute;z-index:5}@media(max-width: 1024px){.aboutSlickWrap .aboutSlick .slick-arrow{top:40%}}.aboutSlickWrap .aboutSlick .prev-arrow{left:-30px}@media(max-width: 1280px){.aboutSlickWrap .aboutSlick .prev-arrow{left:-60px}}@media(max-width: 576px){.aboutSlickWrap .aboutSlick .prev-arrow{left:0px}}.aboutSlickWrap .aboutSlick .next-arrow{right:-30px}@media(max-width: 1280px){.aboutSlickWrap .aboutSlick .next-arrow{right:-60px}}@media(max-width: 576px){.aboutSlickWrap .aboutSlick .next-arrow{right:0px}}.aboutSlickWrap .aboutSlick p{text-align:center}.recruit{padding:0 30px}@media(max-width: 576px){.recruit{padding:0}}.recruit .rePage{justify-content:center;font-family:"Noto Sans TC",sans-serif}.recruit .colTitle{text-align:center;border-bottom:solid 1px #313131;padding-bottom:30px;margin-bottom:30px}@media(max-width: 576px){.recruit .colTitle{padding-bottom:10px;margin-bottom:10px}}.recruit .row .recruitCol{flex:0 0 50%;padding:30px}@media(max-width: 960px){.recruit .row .recruitCol{flex:0 0 100%;margin-bottom:30px}}@media(max-width: 576px){.recruit .row .recruitCol{padding:30px 0;margin-bottom:0px;padding-bottom:15px}}.recruit .row .recruitCol section{font-size:20px;color:#000;font-weight:600;display:flex;align-items:center;margin-bottom:15px}.recruit .row .recruitCol section span{font-size:36px;border-right:solid 2px #ffe500;padding-right:15px;margin-right:15px;line-height:1;display:inline-block}.recruit .row .recruitCol section .num{color:#ffe500}.recruit .row .recruitCol ul{list-style-type:disc;padding-left:30px}.recruit .selectWrap select{height:42px;background-color:#000;color:#fff;margin-right:10px;padding:0 5px}@media(max-width: 576px){.recruit .selectWrap select{width:100%;margin-bottom:10px}}.recruit .selectWrap select option{background-color:#fff;color:#313131}.recruit .view{margin:auto;padding:30px 0 0px 0}.recruit .view section{border-bottom:solid 1px #dadada;margin-bottom:30px}.recruit .view section .title{font-size:20px;color:#000;padding-bottom:10px}.recruit .view section .position{padding-bottom:10px}.recruit .view section .position span{border-right:solid 1px #989898;padding-right:10px;display:inline-block;margin-right:10px}@media(max-width: 576px){.recruit .view section .position span{display:block;border:none}}.recruit .view section .more{text-align:right;padding:30px 0;font-size:14px}.recruit .view section .more a{color:#ffe500}.recruit .recruitTitle{font-size:24px;color:#000;font-weight:500}.recruit .recruitContentRow{padding:30px 0 20px;border-bottom:solid 1px #dadada}.recruit .recruitContentRow .title{color:#ffe500;font-size:20px;font-weight:500;padding-bottom:20px}.recruit .recruitContentRow .title span{color:#000;font-size:16px}.recruit .recruitContentRow p{padding:10px 0}.recruit .recruitContentRow section{display:flex;flex-wrap:wrap;padding:10px 0}.recruit .recruitContentRow section strong{flex:0 0 80px;max-width:80px}.recruit .recruitContentRow section span{flex:0 0 calc(100% - 80px);max-width:calc(100% - 80px)}.youtube{padding:5% 30px}@media(max-width: 960px){.youtube{padding:30px}}@media(max-width: 576px){.youtube{padding:30px 0}}.youtube iframe{width:100%;height:768px}@media(max-width: 1280px){.youtube iframe{height:620px}}@media(max-width: 1024px){.youtube iframe{height:580px}}@media(max-width: 960px){.youtube iframe{height:520px}}@media(max-width: 768px){.youtube iframe{height:480px}}@media(max-width: 576px){.youtube iframe{height:360px}}@media(max-width: 480px){.youtube iframe{height:280px}}@media(max-width: 425px){.youtube iframe{height:220px}}.privacy{flex:0 0 100%}.privacy .privacyTitle{border-bottom:solid 1px #000;font-size:20px;font-weight:500;padding-bottom:8px;margin-bottom:15px;color:#000}.privacy .privacyTitle span{font-size:12px;padding-left:12px}.privacy .rePage{font-family:"Noto Sans TC",sans-serif}.privacy .rePage section{padding-top:30px;width:100%;text-align:center}.process{max-width:1400px;margin:auto;padding-bottom:100px}@media(max-width: 576px){.process{padding-bottom:60px}}.process .title{color:#000;font-size:28px;font-weight:500;padding:0 15px;padding-bottom:60px;margin-bottom:80px;border-bottom:solid 1px #313131}@media(max-width: 1440px){.process .title{padding:0;padding-bottom:60px;margin-bottom:80px}}@media(max-width: 1280px){.process .title{padding:0px;padding-bottom:60px}}@media(max-width: 960px){.process .title{padding:0;padding-bottom:60px}}@media(max-width: 576px){.process .title{font-size:24px;padding-bottom:15px;margin-bottom:30px;max-width:100%}}.process .title p{font-size:16px;color:#313131;margin:auto;margin-top:28px}@media(max-width: 576px){.process .title p{font-size:16px}}.process .processContent{max-width:1370px;padding:0 30px;margin:auto}@media(max-width: 576px){.process .processContent{padding:0}}.process .processContent .row{padding:30px 0}.process .processContent .row figure{flex:0 0 42%;max-width:42%;padding-right:28px}@media(max-width: 576px){.process .processContent .row figure{flex:0 0 100%;max-width:100%;padding-right:0px}}.process .processContent .row article{flex:0 0 58%;max-width:58%;padding-left:28px}@media(max-width: 576px){.process .processContent .row article{flex:0 0 100%;max-width:100%;padding-left:0px;padding-top:30px}}.process .processContent .row article ul{list-style-type:disc;padding-left:20px}.process .processContent .row article ul li{padding:2px 0}.process .processContent .row article .num{font-size:20px;font-weight:400;color:#000;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:20px}.process .processContent .row article .num span{font-size:40px;font-weight:600;color:#ffe500;border-right:solid 2px #ffe500;line-height:1;padding-right:10px;margin-right:10px}.branchRow{padding:10px 0 0;display:flex;flex-wrap:wrap}.branchRow span{color:#ffe500;flex:0 0 80px}.branchRow strong{flex:calc(100% - 80px);max-width:calc(100% - 80px);color:#313131;padding-left:15px}.branchRowTitle{padding:10px 0 0;display:flex;flex-wrap:wrap}.branchRowTitle span{color:#ffe500;flex:0 0 80px}.branchRowTitle strong{flex:calc(100% - 80px);max-width:calc(100% - 80px);color:#313131;padding-left:15px;font-size:20px;font-weight:500}.branchRowTitle strong b{font-size:14px}@media(max-width: 768px){.contact .col-2{flex:0 0 100%;max-width:100%}}@media(max-width: 768px){.contact .contactData{padding:0}}@media(max-width: 768px){.contact .contactData .row .formCol{padding:0}}@media(max-width: 576px){.branch .col{margin-bottom:30px}}.branch .col figure img{aspect-ratio:16/9}.productArt{padding:0 30px}@media(max-width: 576px){.productArt{padding:0}}.productArt section{border-bottom:solid 1px #313131;padding-bottom:10px;margin-top:20px}@media(max-width: 576px){.productArt section{padding-left:15px}}/*# sourceMappingURL=style.min.css.map */