@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/all.min.css');
@import url('/css/SeoJump.css');
@import url('/css/contentBuilder.css');
@import url('root.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* { margin: 0; padding: 0; }
*:focus { outline: none; }

body {margin: 0;}
body ::selection { background: rgba(var(--black-rgb), .1); text-shadow: none; color: var(--info); }
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: rgba(var(--info-rgb), .3); }
body::-webkit-scrollbar-thumb { background: var(--primary); }

header, footer, div, nav, article, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, ul, li, img, svg, span, font, strong, b, a, i {text-align: left;vertical-align: middle;word-wrap: break-word;word-break: break-word;line-height: 170%;border-width: 0;font-family: "Noto Sans TC", sans-serif;font-size: 16px;color:  var(--info);}

ul , ol { list-style: none; }
.webBox * , .webBox :before , .webBox :after { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }

.webBox #gotop a:before{transform:rotate(45deg);-webkit-transform:rotate(45deg);}


fieldset { border: 0; }

input , button , select , textarea { padding: 5px 15px; width: calc(100% - 30px); border: 0; border-bottom: 1px var(--primary) solid; background: none; box-shadow: none; outline: none; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { padding: 10px 15px; width: 100%; color: var(--info); }

/* img */
img { max-width: 100%; }
.img_cover {width: 100%;object-fit: cover;}
.img_contain { width: 100%; object-fit: contain; }

a , a:link , a:visited , a:hover { text-decoration: none; white-space: pre-wrap; }

/* general class set */
.txt_clamp { overflow: hidden; height: 27px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.d_inblock.txt_clamp { display: -webkit-inline-box; }
.atag_item {width: 100%;height: 100%;top: 0;left: 0;z-index: 10;}
.nowrap_box { font-size: 0; }

/* btn */
.btn , .btn_outline { padding: 2px 10px; background-color: transparent; border: 1px solid transparent; border-radius: 2px; text-align: center; color: var(--info); }

/* badge  */
.badge { padding: 2px 10px; box-shadow: none; }
.badge_lighten { padding: 0 4px; min-width: 22px; border-radius: 3px; font-weight: 400; text-align: center; font-size: 12px; vertical-align: text-bottom; }

/* photo,bgBox */
a.photo , .bgBox { overflow: hidden; background: no-repeat 50% / cover; display: block; }

/* fancybox */
[class^="fancybox-"] , [class^="fancybox-"] * , .slick-track , .fa , .fas , .fa:before , .fas:before , .fa:after , .fas:after , .trans_none_box { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.fancybox-infobar__body span{color: var(--white);}

/* webBox */
.webBox { overflow: hidden; position: relative; width: 100%; }
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; }
.webBox .wrapper {position: relative;z-index: 2;}
.webBox .slick-slider { margin-bottom: 0; }
.webBox .wrapper_lines {width: 100vw;height: 100vh;top: 0;left: 0;z-index: -1;display: none;}
.webBox .wrapper_lines .center_box { height: 100vh; border: rgba(var(--info-rgb), .1) solid; border-width: 0 1px; }

/* .slick-dots */
.webBox .slick-dots { position: relative; margin-top: 45px; bottom: 0; }
.webBox .slick-dots li { width: 10px; height: 10px; display: inline-flex; }
.webBox .slick-dots li:before { margin: auto; display: block; border: 1px rgba(var(--white-rgb), .2) solid; content: ""; }
.webBox .slick-dots li.slick-active:before { border-color: var(--primary); }

/* workframe */
.workframe {margin: 0 auto;width: 85%;}

/*loading*/
.loadingArea{width:100%;height:100vh;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;pointer-events:none;position:fixed;left:0;top:0;z-index:9999;opacity:1;transition:all 0.1s ease-in-out}
.loadingArea:before,.loadingArea:after{content:"";z-index:-1;position:absolute;top:0;height:100%;width:calc(50% + 1px);background-color:#f5f5f5;transition:0.6s all ease-in-out}
.loadingArea:before{left:0}
.loadingArea:after{right:0}
.loadingArea .loadLogo{opacity:0;width:460px}
.loadingArea .loadLogo img{width:100%;height:auto;display:block;transition:all 0.4s 0s ease-in-out;opacity:1}
.loadingArea.show{pointer-events:auto}
.loadingArea.show .loadLogo{opacity:1;-webkit-animation:loadingAni 0.5s forwards ease-in-out;animation:loadingAni 0.5s forwards ease-in-out}
.loadingArea.show .loadLogo img{transition:all 0.4s 1.2s ease-in-out;opacity:0}
.loadingArea.hide:before,.loadingArea.hide:after{width:0}


/* header */
header {position: fixed;width: 100%;z-index: 999;/* padding: 10px 0; */background-color: #fff;}
header:before {position: absolute;width: 100%;height: 0;display: block;top: 0;left: 0;z-index: 90;content: "";transition: 0.6s;padding-top: 0;}
header.scroll:before{background: var(--white);transform:translate(0,10px);-webkit-transform:translate(0,0px);opacity:1;height: 100%;}
header.scroll{padding:0}

header #cis{margin:0 auto 0 0}
header #cis a{display:flex;align-items:center}
header #webmenu ul{display:flex;align-items:center;justify-content:flex-end;padding-right: 1%;}
header #webmenu li{position:relative}
header #webmenu li a{color: #262626;padding: 30px 16px;text-align: center;letter-spacing: 2px;font-weight: 500;font-size: 1.2rem;}
header.open .navbox ul{display:none}
header .navbox li:before{content:'';width:8px;height:8px;position:absolute;background:var(--complement);border-radius:50px;top:-25px;opacity:0;top:50%;left:50%;transform:translate(-50%,-50%)}
header .navbox li:hover a{color:var(--complement)}
header .navbox li:hover:before{top: 20px;opacity:1}
header .rightBox{position:relative;display:grid;grid-template-columns: 1fr 90px;align-items:center;justify-content:center;}
header .barBox .buttons:before{content:'';width:1px;height:100%;background:#878787;position:absolute;left:-10px;top:0;z-index:2;opacity:.2}
header .rightBox >div{text-align:center;height: 90px;display: flex;flex-direction: column;align-items: center;justify-content: center;overflow: hidden;}
header .rightBox .langBox a{display:flex;align-items:center;gap:10px;padding: 50px 20px;}
header .rightBox .langBox a p{font-family: "Poppins", sans-serif;font-weight: 500;}
header .rightBox #searchBox{background-color: var(--primary);}
header .rightBox #searchBox a{
    padding: 30px;
}
header .barBox{position:relative;padding:0;width: calc(100% - 30px);display:grid;z-index:999;justify-content:space-between;align-items:center;grid-template-columns: 390px 1fr  260px;gap: 20px;height: 90px;padding-left: 30px;}
header .barBox a i{color:#fff;font-size:19px}
header .barBox >div a svg{width:25px;height:25px}
header .rightBox #searchBox a svg{fill: var(--white);}
header .barBox a font{font-size:18px;color: #122338;}
header .barBox .buttons{position:relative;}
header #searchBox form {position: absolute;background: rgb(0 0 0 / .7);-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);font-size: 0;right: -500px;top: 87px;}
header #searchBox form input { padding: 5px 10px; width: 150px; background: none; display: inline-block; color: #fff; vertical-align: middle; }
header #searchBox form a { padding: 5px 10px; display: inline-block; vertical-align: middle; color: #fff; }
header #searchBox form a i{font-size:15px;}
header #toolbar a { display: inline-block; }
header #menuIcon a {transition: none;display: flex;align-items: center;justify-content: center;background-color: var(--triadic2);width: 90px;height: 90px;}
header #menuIcon a font.btn {position: relative;width: 16px;height: 8px;display: flex;border: 0;}
header #menuIcon a font.btn span {position: absolute;width: 100%;height: 2px;background: #ffffff;display: block;top: 0;right: 0;opacity: .9;}
header #menuIcon a[data-type="1"] font.btn span:nth-child(2) {top: calc(50% - 1px);width: 70%;right: auto;left: 0;display: none;}
header #menuIcon a[data-type="1"] font.btn span:nth-child(3) {top: calc(100% - 1px);width: 60%;right: auto;left: 0;}
header #menuIcon a[data-type="1"] font.btn span { transition: transform .4s cubic-bezier(.215,.61,.355,1),opacity .4s cubic-bezier(.215,.61,.355,1), -webkit-transform .4s cubic-bezier(.215,.61,.355,1); }
header #menuIcon a[data-type="2"] font.btn span { transition: .4s cubic-bezier(.645,.045,.355,1); }
header #menuIcon a[data-type="2"] font.btn span:nth-child(1) { top: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
header #menuIcon a[data-type="2"] font.btn span:nth-child(2) { opacity: 0; }
header #menuIcon a[data-type="2"] font.btn span:nth-child(3) { top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
header #menuBox {overflow: hidden;position: fixed;padding: 8vh 3vw 0;width: 20vw;height: 100vh;background: linear-gradient(to bottom, #ffffff, rgb(231 231 231));right: -2000px;top: 90px;opacity: 0;-webkit-transform: translate(100%, 0);transform: translate(100%, 0);z-index: 991;-webkit-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;}
header #menuBox[data-type="2"] {-webkit-transform: translate(0, 0);transform: translate(0, 0);opacity: 1;}
header #menuBox[data-type="2"] .box{-webkit-animation:slideLeftAnimation 0.5s 0.9s ease-in-out both;animation:slideLeftAnimation 0.5s 0.5s ease-in-out both}
header #menuBox[data-type="2"] .contactBox{-webkit-animation:slideLeftAnimation 0.5s 1.2s ease-in-out both;animation:slideLeftAnimation 0.5s 0.9s ease-in-out both}
@keyframes slideLeftAnimation{0%{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}
header #menuBox .box >ul {padding: 0 0 2vh 0;}
header #menuBox .box >ul >li {/* padding: 0 20px; */position: relative;}
header #menuBox .box >ul >li:last-child { border-bottom: 0; }
header #menuBox .box >ul >li >p ,
header #menuBox .box ul li .menu_body ul li .bo { position: relative; }
header #menuBox .box ul li .menu_body ,
header #menuBox .box ul li .menu_body >ul li .sub2Option ,
header #menuBox .box ul li .menu_body >ul li .sub3Option {margin-bottom: 15px;display: none;-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}
header #menuBox .box >ul >li >p a {padding: 15px 0;display: block;font-size: 18px;text-align: center;}
header #menuBox .box ul li b{position:absolute;right: 0px;padding-left: calc(100% - 50px);padding-right: 0;width:35px;height:40px;display:inline-block;text-align:center;line-height: 40px;top:calc((100% - 41px) / 2);cursor:pointer;z-index: 50;}
header #menuBox .box ul li b i{color: #000000;}
header #menuBox .box ul li b i:before, header #menuBox .box ul li b i:after {width: 15px;height: 1px;background: #000000;display: block;content: "";}
header #menuBox .box ul li b i:after { -webkit-transform: translateY(-1px) rotate(90deg); transform: translateY(-1px) rotate(90deg); -webkit-transition: all .2s linear; transition: all .2s linear; }
header #menuBox[data-type="2"] .box ul li b i.fa-minus:after { -webkit-transform: translateY(-1px) rotate(0deg); transform: translateY(-1px) rotate(0deg); }

#menuBox .box ul li .menu_body >ul li .sub2Option { margin: 5px 0 15px; padding: 5px 15px; background: #3a3a3a; }
header #menuBox .box ul li .menu_body >ul li a {padding: 11px 15px;display: block;font-size: 18px;color: #2c2c2c;cursor: pointer;z-index: 50;position: relative;text-align: center;}
header #menuBox .box ul li .menu_body .sub2Option a { color: #fff; }
header #menuBox .box ul li .menu_body .sub3Option a { color: #8b8b8b; }
header #menuBox .box ul li .menu_body .sub3Option a:before { content: "- "; }
header #menuBox .contactBox ul {padding: 20px 30px;border-radius: 30px;display: flex;align-items: center;justify-content: center;gap: 10px;}
header #menuBox .contactBox ul li:last-child { border-bottom: 0; }
header #menuBox .contactBox ul li h4 {font-size: 16px;color: #ffffff;}
header #menuBox .contactBox ul li a {color: #fff;width: 50px;height: 50px;background-color: var(--complement);border-radius: 50%;display: flex;-webkit-box-pack: center;flex-direction: column;align-content: center;align-items: center;justify-content: center;}
header #menuBox .contactBox ul li a:hover {background: #ffffff;-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);color: #222830;}
header #menuBox .contactBox ul li a svg {width: 17px;height: 17px;fill: #fff;}
header #menuBox .contactBox ul li a:hover  svg{fill: var(--info);}
header #menuBox .contactBox ul li.community a { margin: 15px 10px 5px 0; width: 40px; height: 40px; border: 1px #bbb solid; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; color: #bbb; }
header #menuBox .contactBox ul li.community a i { font-size: 14px; }
header #menuBox .contactBox ul li.community a svg { width: 60%; height: 60%; fill: #bbb; }
header.headerfixed:before { background: var(--info); }
header.headerfixed #menuIcon a font.btn span { background: #1f1f1f; }
header.open a { color: #fff; }
header #menuBox .box >ul >li {border-top: 1px solid rgb(131 131 131 / 21%);}
header #menuBox .box >ul >li:first-child {border-top: none;}
header #menuBox .box >ul >li.action p:first-child{
    border-bottom: 1px solid rgb(131 131 131 / 21%);
}
header #menuBox .box >ul >li.action .subOption p{
    border-bottom: none;
}

/* menubg */
#menubg { width: 100vw; height: 100vh; top: 0; left: 0; }
#menubg[data-type="1"] { background: rgba(var(--secondary-rgb), 0); z-index: -998; }
#menubg[data-type="2"] { background: rgba(var(--secondary-rgb), .5); z-index: 998; }


/* top_search */
#top_search {width: 100%;height: 100%;background: rgb(0 0 0 / 46%);z-index: 999;}
#top_search form {margin: auto;padding: 60px 50px;width: 500px;box-shadow: 0 0 10px rgba(var(--black-rgb), .2);background: rgb(0 0 0 / 70%);}
#top_search #close_search {padding: 10px 15px 15px;top: 0;right: 0;}
#top_search #close_search font {margin: 5px auto;width: 30px;height: 30px;}
#top_search #close_search font:before , #top_search #close_search font:after {position: absolute;width: 100%;height: 1px;background: var(--white);display: block;content: "";top: calc((100% - 1px) / 2);left: 0;}
#top_search #close_search font:after { width: 1px; height: 100%; top: 0; left:  calc((100% - 1px) / 2); }
#top_search #close_search span{color:#fff}
.webBox #top_search #close_search font{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}
#top_search h3 {margin-bottom: 40px;font-weight: 300;font-size: 28px;color: #f9f9f9;}
#top_search p >input {padding: 5px 45px 5px 15px;width: calc(100% - 60px);background: none;border: 0;color: var(--black);background-color: var(--white);}
#top_search p >a { top: 4px; right: 10px; }
#top_search p >a svg { width: 25px; height: 25px; }


/* topicon */
#topicon a{background-color: var(--secondary);text-align:center;flex-direction:column;display:flex;justify-content:center;align-items:center;gap: 8px;border-radius: 50%;padding: 10px;}
#topicon a.icon-yt{background:#d82626}
#topicon a.icon-ig{background:radial-gradient(circle at 33% 100%,#fed373 4%,#f15245 30%,#d92e7f 62%,#9b36b7 85%,#515ecf);display:flex;justify-content:center;align-items:center}
#topicon a.icon-line{background:#1fc32e}
#topicon a.icon-fb{background:#395697}
#topicon{z-index:9999;position:fixed;right: 20px;top: 50%;transform: translateY(-50%);}
#topicon a i{font-size: 17px;color:#fff;text-align:center;padding:0 4px}
#topicon a svg{width: 26px;height: 26px;fill:rgb(255 255 255)}
#topicon a .Img img{width: 50px;-webkit-filter: contrast(0) brightness(200%);filter: contrast(0) brightness(200%);}
#topicon a .txt{
    color: #fff;
    font-size: 1rem;
    display: none;
}
#topicon a .Img{
    margin: 0;
}
#topicon >div{margin:auto 0 24vh 0;width:59px}


/* footer */
footer{padding: 60px 0 30px 0;/* margin-top: 180px; */}
footer .bg{position:absolute;top: 0;left: 0;width:100%;height: 100%;z-index: -1;pointer-events:none;background-image: url(/images/39/img-f-bg.png);background-position: 50% 0;}
footer *{font-weight: 400;font-size: 1.01rem;color: #ffffff;}
footer .workframe{display:flex;justify-content:space-between;align-items: flex-start;flex-direction: column;}
.footerInfoBox{width:100%;justify-content:space-between;margin-bottom: 30px;display: grid;grid-template-columns: 200px 1fr 360px;gap: 0 110px;}
footer #f_left h2,footer #f_right h2{margin-bottom:20px;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-family: "Poppins", sans-serif;}
footer #f_contact{display: grid;margin-right: 0px;grid-template-columns: 1fr 1fr;grid-template-rows: repeat(2, 1fr);align-items: center;gap: 10px;}
footer #f_contact p:first-child{grid-column: 1 / 3;}
footer #f_contact p{margin:0;display:flex;}
footer #f_contact p font{line-height:140%;font-weight:500;font-size:14px}
footer #f_contact p font a svg { width: 15px; height: 15px; fill: #fff; margin-right: 10px; opacity: 0.5; }
footer #f_contact p font.txt_primary_5{margin-right:10px;width:20px;color:#bababa}
footer #f_contact p font.txt_primary_5 svg{width:15px;height:15px;fill: #5c5c5c;}
footer #f_other{border-width:1px 0;}
footer .ftbtn-sec {display: grid;grid-template-columns: 1fr 200px;gap: 0 50px;}
footer .ftbtn-sec .ftbtn-box{display:flex;}
footer .ftbtn-sec a{display: flex;justify-content: flex-start;transition:.3s ease;flex-direction: row;align-items: center;z-index: 10;width: 240px;position: relative;}
footer .ftbtn-sec a span{color:#fff;font-family: "Poppins", serif;font-size: 36px;}
footer .ftbtn-sec .ftbtn-box:last-child a{width:140px;padding:20px 30px;border:1px solid rgba(255,255,255,0.4);border-radius:100px;display:flex;align-items:center;justify-content:flex-start}
footer .ftbtn-box:last-child a::after{position:absolute;content:"";width:34px;height:14px;background-image:url(/images/39/icon-arrow.png);background-size:contain;background-position:40% 50%;background-repeat:no-repeat;top: 26px;right:40px}
footer .ftbtn-box:last-child a span{font-style: italic;font-size: 16px;}
footer #f_nav {width: 100%;gap: 10px 10px;display: grid;grid-template-columns: repeat(3, 1fr);}
footer #f_nav a {letter-spacing: 1px;font-weight: 300;color: #fff;width: auto;}
footer #f_nav a:last-child { border-right: 0px solid #515151; }
footer #f_nav span { width: 1px; height: 15px; background: rgb(255 255 255 / 60%); display: block; }
footer #f_bottom{display:grid;grid-template-columns:repeat(2,1fr);width:100%;padding-top: 30px;margin-top: 10px;}
footer #copyright p,footer #copyright p a{color: #ffffff;opacity: 0.6;font-weight: 300;font-size: 12px;}
footer #copyright p a{margin-left: 6px;}
footer #copyright{display:flex;justify-content:flex-start;align-items: center;}


/* webSeo */
#webSeo { padding: 10px 0; white-space: nowrap; box-sizing: border-box; }
#webSeo .seo { padding-left: 100%; font-family: var(--font-family), sans-serif; font-weight: 100; font-size: 13px; color: var(--info); }

/* gotop */
#gotop {right: 7px;bottom: 20px;z-index: 2000;}
#gotop a { border: 1px var(--primary) solid; }
#gotop a:before { position: absolute; width: 30%; height: 30%; border: solid var(--primary); border-width: 1px 0 0 1px; display: block; top: calc((100% - 7px) / 2); left: calc((100% - 15px) / 2); content: ""; }

@-webkit-keyframes marquee { 0% { -webkit-transform: translate(0, 0); } 100% { -webkit-transform: translate(-100%, 0); } }
@keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }

@-webkit-keyframes marquee { 0% { -webkit-transform: translate(0, 0); } 100% { -webkit-transform: translate(-100%, 0); } }
@keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }


.webBox #gotop a{width: 40px;height: 40px;background-color: #fff;border-radius: 50%;}

#community .social{text-align: right;}
#community .social li {display: inline-block;}
#community .social li + li {margin-left: 10px;}
#community .social li a {position: relative;font-size: 20px;line-height: 25px;transition: ease .3s;width: 22px;height: 22px;padding: 12px;background-color: var(--primary);text-align: center;border-radius: 100%;flex-direction: column;display: flex;justify-content: center;align-items: center;}
#community .social li:first-child a{background-color: var(--complement);}
#community .social b {font-size: 12px;transition: all .3s ease-out;display: none;}
#community .social svg {display: block;text-align: center;color: #ffffff;width: 18px;height: 18px;fill: #fff;}



@media screen and (max-width: 1640px){
	footer .workframe{width:90%;display:flex;justify-content:space-between}
    header .barBox{grid-template-columns:270px 1fr 260px}
	header #webmenu li a{padding:30px 12px}
}
@media screen and (min-width:1441px){
	.workframe{width: min(1366px, 90%);}
}
@media screen and (max-width:1440px){
	header .barBox{width:calc(100% - 20px);padding-left:20px;grid-template-columns:230px 1fr  260px}
}
@media screen and (min-width: 1281px){
	.webBox .slick-dots li:hover:before{border-color:var(--primary)}
	header #webmenu nav ul li b{display:none}
	header #webmenu nav ul li:hover{overflow:visible}
	header #menuBox .box::-webkit-scrollbar{width:0}
	.webBox header #webmenu li .menu_body{transform:translate(0,30px);-webkit-transform:translate(0,30px);-moz-transform:translate(0,30px);-ms-transform:translate(0,30px);-o-transform:translate(0,30px)}
	header #webmenu li .menu_body,header #webmenu li .menu_body .subOption li ul{width:160px;left:calc(50% - 80px);z-index:1;opacity:0;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;}
	header #webmenu li .menu_body ul{-webkit-box-shadow:0 0 10px rgb(0 0 0 / 10%);box-shadow:0 0 10px rgb(0 0 0 / 10%);text-align:left}
	header #webmenu li .menu_body ul{display:block}
	header #webmenu li .menu_body ul li{background-color:rgb(255 255 255 / 88%);margin:0;position:relative;border-bottom: 1px solid rgba(223, 216, 201, 0.5);}
	.webBox header #webmenu li .menu_body{transform:translate(0,30px);-webkit-transform:translate(0,30px);-moz-transform:translate(0,30px);-ms-transform:translate(0,30px);-o-transform:translate(0,30px)}
	.webBox header #webmenu li:hover .menu_body{transform: translate(0,-3px);-webkit-transform: translate(0,-3px);-moz-transform: translate(0,-3px);-ms-transform: translate(0,-3px);-o-transform: translate(0,-3px);}
    header #webmenu li .menu_body .subOption li ul{position:absolute;top:0;left:-170px}
	header #webmenu li .menu_body .subOption li >div a{padding: 8px 10px;font-size:15px;color: #474747;}
	header #webmenu li .menu_body .subOption li >div a:hover{color: #ffffff;background-color: var(--complement);}
	header #webmenu li .menu_body .subOption li >div a{display:block;padding: 11px 10px;font-size: 16px;color: #474747;background-color: rgb(255 255 255 / 88%);word-wrap:break-word}
    header #webmenu li .menu_body ul li:before{display: none;}
    header #webmenu li:hover .menu_body,header #webmenu li .menu_body .subOption li:hover >ul{z-index:10;opacity:1}
    footer #extra ul li:hover img{display:block}
	header #menuIcon{display: none;}
}
@media screen and (max-width: 1280px){
	.footerInfoBox{gap:0 100px}
	header{background-color:#fff;padding:0}
	header .barBox a font{color:var(--triadic1)}
	header .navbox{display:none}
	header .barBox{grid-template-columns: 230px  410px;}
	header .barBox .buttons{display:grid;grid-template-columns:1fr 90px}
    header #menuBox{width: 100vw;}
	header #menuBox[data-type="2"]{overflow-y:scroll;height: 86vh;}
	header #menuBox[data-type="2"]::-webkit-scrollbar{width:0}
	header #menuBox .contactBox ul{border:0}
	header.scroll:before{background:#ffffff}
	#topicon a i{font-size:23px}
	#topicon a:hover{background-color:#ffffff}
}
@media screen and (max-width: 1140px){
    footer .bg{background-size:cover}
	footer .workframe{display:flex;flex-direction:column;align-items:center}
	footer .nowrap_box{display:flex;align-items:center}
	footer #f_other{padding: 0;margin-left: 0px;}
	footer #f_contact{display:flex;justify-content:flex-start;width:100%;flex-direction: column;}
	footer #copyright{width:100%}
	#community{display:flex;justify-content: flex-end;}
}

@media screen and (max-width: 1024px){
	.webBox .wrapper_lines .center_box >div{border-width:0 0 0 1px}
	footer #f_contact{margin-top:15px}
	footer{padding-bottom:20px;padding-top:50px}
	#gotop{bottom:50px}
	#goask{bottom:170px}
	#gouser{bottom:230px}
	#f_info{width:200px;margin-bottom:40px}
	#community{display:flex;justify-content:center}
	#album_list #community{width:auto}
	#community .social,#copyright{width:auto;margin-left:0;margin-right:0}
	.footerInfoBox{margin-right:0px;display:flex;flex-direction:column;align-items:center;margin-bottom:0px;gap: 30px 20px;}
	footer #f_left,footer #f_right{width:100%}
    footer #flogo{width:200px;margin-bottom: 20px;}
    footer #extra{margin-top:10px}
	footer #f_contact{flex-direction:column;flex-wrap:wrap;align-items: flex-start;}
	footer #copyright{display:flex;flex-direction:column;align-items:center}
	footer #f_bottom{grid-template-columns:1fr;gap:20px}
}
@media screen and (max-width: 960px){
	footer #f_nav{display:flex;flex-wrap:wrap;justify-content:flex-start;border-bottom:0px solid rgb(255 255 255 / 15%);padding:0;margin-bottom: 20px;}
	footer #f_nav a{width: calc((100% / 2) - 30px);border-bottom:1px solid rgb(255 255 255 / 15%);border-right: 0px solid rgb(230 230 230 / 20%);margin:0;padding:10px;font-size: 15px;}
	footer #f_nav span{display: none;}
	header #menuBox .box ul li .menu_body >ul li a{font-size: 17px;}
	header #menuBox .box >ul >li >p a{}
	header #menuBox{padding: 0 5vw;width: 90vw;top: 70px;}
	header #menuBox[data-type="2"]{padding: 4vh 5vw;}
	header #menuBox:before{width:100vw;height: 40vh;}
	header #menuIcon a{width:70px;height:70px;}
    header .rightBox{grid-template-columns: 1fr 70px;}
    header .rightBox .langBox a p{display: none;}
	header .rightBox >div{height: 70px;}
 	header .barBox .buttons:before{left:0}
	footer .ftbtn-sec .ftbtn-box{display:flex;justify-content:center}
	header .barBox{grid-template-columns: 200px  240px;width: 100%;height:70px}
    #topicon{right: 0px;}
    #topicon a{padding: 10px 8px;}
    #topicon a .Img img{width: 50px;}
}
@media screen and (max-width: 550px){
	header #menuBox{padding: 4vh 5vw;width: 90vw;top: 60px;}
	header #menuIcon a{width:60px;height:60px;}
    header .rightBox{grid-template-columns: 1fr 60px;}
    header .rightBox .langBox a p{display: none;}
	header .rightBox >div{height: 60px;}
    header .barBox .buttons {grid-template-columns: 1fr 70px;}
	header .barBox{grid-template-columns: 170px  190px;width: 100%;height:60px;padding-left: 10px;}
    footer #flogo{width: 140px;margin-bottom: 20px;}
	#top_search form{padding:10vw 5vw;width:80vw}
	#top_search #close_search{padding:10px 15px;border:0}
	footer #f_contact p font:first-child{margin-right:10px}
	footer #f_contact p{padding-right:0;}
    footer .ftbtn-sec{grid-template-columns:1fr;width:100%;gap:20px 0}
}