@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=Sora:wght@100..800&display=swap');@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&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; }
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; letter-spacing: .5px; }
.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 .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: 90%; }
/*loading*/
.loadingArea { width: 100%; height: 100vh; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; pointer-events: none; position: fixed; left: 0; top: 0; z-index: 9999 }
.loadingArea .loadLogo { width: 350px }
.loadingArea.show { opacity: 1; pointer-events: auto; -webkit-transition: 2s cubic-bezier(0.43,0.05,0.17,1); transition: 2s cubic-bezier(0.43,0.05,0.17,1) }
.loadingArea.hide { opacity: 0 }
.loadingArea.hide .loadLogo { -webkit-filter: blur(5px); filter: blur(5px); opacity: 0; -webkit-transition: 1s cubic-bezier(0.43,0.05,0.17,1); transition: 1s cubic-bezier(0.43,0.05,0.17,1) }
@-webkit-keyframes loadingAni {
  0% { scale: 1 1; opacity: 0; -webkit-filter: blur(5px); filter: blur(5px) }
  15% { opacity: 1; -webkit-filter: blur(0px); filter: blur(0px) }
  100% { scale: 1.4 1.4 }
}
@keyframes loadingAni {
  0% { scale: 1 1; opacity: 0; -webkit-filter: blur(5px); filter: blur(5px) }
  15% { opacity: 1; -webkit-filter: blur(0px); filter: blur(0px) }
  100% { scale: 1.4 1.4 }
}
.loadLogo .logo-svg { width: 100%; height: auto; display: block; overflow: visible; transform-origin: 50% 50%; }
.loadLogo .logo-shape { fill: rgba(0,0,0,0); stroke: var(--primary); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: none; }
.loadingArea.show .loadLogo .logo-shape { animation: loadLogo-draw var(--logo-draw-dur) cubic-bezier(.2,.8,.2,1) forwards,loadLogo-fill var(--logo-fill-dur) ease forwards; animation-delay: 0s,calc(var(--logo-draw-dur) - .15s); }
.loadingArea.show .loadLogo .logo-svg { animation: loadLogo-breath var(--logo-breath-dur) ease-in-out infinite; animation-delay: calc(var(--logo-draw-dur) + var(--logo-fill-dur)); }
@keyframes loadLogo-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes loadLogo-fill {
  to { fill: var(--primary); }
}
@keyframes loadLogo-breath {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-1px) scale(1.01); }
}
/* header */
header { z-index: 999; position: relative; }
header .barBox .wrap:before { position: absolute; width: 100%; height: 0; display: block; top: 0; left: 0; z-index: -1; content: ""; transition: 0.6s; padding-top: 0; }
header.scroll .barBox .wrap:before { background: var(--white); transform: translate(0,10px); -webkit-transform: translate(0,0px); opacity: 1; height: 100%; }
header.scroll { padding: 0 }
header.scroll .barBox .wrap { -webkit-transform: translateY(0px); transform: translateY(0px); }
header .barBox { position: fixed; z-index: 999 }
header .barBox .wrap { display: grid; grid-template-columns: 240px 1fr 230px; gap: 20px; position: fixed; left: 0; top: 0; width: calc(100% - 80px); z-index: 50; align-items: center; padding: 5px 40px; margin: auto; -webkit-transform: translateY(20px); transform: translateY(20px); }
header #slideMenumenu { display: flex; align-items: center; justify-content: space-between }
header .sideMenuBox { display: flex; justify-content: space-evenly; flex-direction: column; flex-wrap: nowrap; }
header .sideMenuBox.show {   }
header .sideMenuBox a i { color: #fff; font-size: 19px }
header .sideMenuBox a svg { fill: var(--white); width: 25px; height: 24px; }
header .sideMenuBox a font { font-size: 18px; color: #122338 }
header .sideMenuBox .buttons { display: flex; position: relative; flex-direction: row; align-items: center; gap: 25px; }
header .sideMenuBox .buttons >div { display: inline-block; text-align: center }
header .sideMenuBox .buttons::before { content: ""; position: absolute; top: 50%; right: 79px; transform: translateY(-50%); display: block; width: 1px; height: 16px; background-color: rgb(207,207,207); }
header .sideMenuBox .buttons >div a { display: flex; flex-direction: row; align-items: center; gap: 5px }
header:not(.scroll) .sideMenuBox .buttons #conBox a { color: white; }
    header .sideMenuBox .buttons #conBox a svg{display:none;}
header .sideMenuBox .buttons >div a p { color: var(--white) }
header .sideMenuBox .buttons .langBox a {
  /* background-color:var(--primary);*/
  border-radius:50px;/* border:1px solid rgba(255,255,255,0.4);*/
  
}
header .sideMenuBox .buttons .langBox a svg { border-radius: 50%; padding: 8px; width: 24px; height: 24px; }
header #cis { width: 210px; z-index: 999; -webkit-filter: contrast(0) brightness(200%); filter: contrast(0) brightness(200%); }
header #cis a { display: flex; align-items: center }
header.scroll #cis { -webkit-filter: initial; filter: initial; }
header #webmenu { z-index: 99; display: flex; align-items: center; gap: 20px; justify-content: center; }
header #webmenu ul { display: flex; align-items: center; justify-content: flex-end; }
header #webmenu li { position: relative }
header #webmenu li a { color: var(--black); padding: 22.5px 12px; text-align: center; position: relative; font-size: 1.05rem; }
header.open .navbox ul { display: none }
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; justify-content: center; width: 160px; height: 60px; flex-direction: column; align-items: center; gap: 10px; }
header #menuIcon a p,header #slideMenumenu a p { color: #fff; }
header #menuIcon a font.btn,header #slideMenumenu a font.btn { position: relative; width: 25px; height: 8px; display: flex; border: 0; }
header #menuIcon a font.btn span,header #slideMenumenu a font.btn span { position: absolute; width: 100%; height: 1px; background: var(--info); display: block; top: 0; right: 0; }
header.scroll #menuIcon a font.btn span,header.scroll #slideMenumenu a font.btn span { background: var(--info); }
header #menuIcon a[data-type="1"] font.btn span:nth-child(2),header #slideMenumenu a[data-type="1"] font.btn span:nth-child(2) { top: calc(50% - 1px); width: 100%; right: auto; left: 0; display: none; }
header #menuIcon a[data-type="1"] font.btn span:nth-child(3),header #slideMenumenu 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,header #slideMenumenu 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,header #slideMenumenu 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),header #slideMenumenu 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),header #slideMenumenu a[data-type="2"] font.btn span:nth-child(2) { opacity: 0; }
header #menuIcon a[data-type="2"] font.btn span:nth-child(3),header #slideMenumenu a[data-type="2"] font.btn span:nth-child(3) { top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
header.headerfixed #menuIcon a font.btn span,header.headerfixed #slideMenumenu a font.btn span { background: #1f1f1f; }
header #menuBox { overflow: hidden; position: fixed; padding: 13vh 3vw 0; width: 16vw; height: 100vh; background: #fff; right: -800px; top: 0; opacity: 0; -webkit-transform: translate(0%,0); transform: translate(0%,0); z-index: 991; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
header #menuBox[data-type="2"] { 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 }
@keyframes slideLeftAnimation {
  0% { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px) }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) }
}
header #menuBox .box >ul { padding: 0 0 2vh 0; }
header #menuBox .box >ul >li { 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 { display: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
header #menuBox .box >ul >li >p a { padding: 10px 0; display: block; font-size: 18px; border-bottom: 1px solid #cccccc; color: #000; }
header #menuBox .box ul li b { position: absolute; right: 0px; padding-left: calc(100% - 30px); 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: var(--info); }
header #menuBox .box ul li b i:before,header #menuBox .box ul li b i:after { width: 15px; height: 1px; background: var(--info); 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 .box ul li.action b i: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: 5px 0px; display: block; font-size: 18px; color: #676767; cursor: pointer; z-index: 50; position: relative; }
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.headerfixed:before { background: var(--info); }
header.open a { color: #fff; }
header #menuBox .box >ul >li {   }
header #menuBox .box >ul >li:first-child { border-top: 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: rgb(0 0 0/40%); 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(255 255 255/95%); }
#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(--info); 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; font-family: 'Sora',sans-serif; }
#top_search p >input { padding: 5px 45px 5px 15px; width: calc(100% - 60px); background: none; border: 0; color: var(--black); background-color: #e3e3e3; }
#top_search p >a { top: 4px; right: 10px; }
#top_search p >a svg { width: 25px; height: 25px; }
/* topicon */
#topicon a { margin: 10px auto; width: 22px; height: 22px; padding: 12px; background-color: #ffae1a; text-align: center; border-radius: 100%; flex-direction: column; display: flex; justify-content: center; align-items: center }
#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 { font-size: 25px; color: #fff; text-align: center; z-index: 998; position: fixed; bottom: 0; right: 5px; margin: auto 0 31vh 0; width: 45px; display: none; }
#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 { width: auto }
#topicon >div { margin: auto 0 24vh 0; width: 59px }
/* footer */
footer { padding: 50px 0 60px 0; background-color: #313131; }
footer * { font-weight: 400; font-size: 1rem; font-family: "Noto Sans TC",sans-serif; color: var(--white); }
footer .right * { color: #fff; }
footer .workframe { justify-content: space-between; align-items: start; z-index: 10; position: relative; display: grid; grid-template-columns: 500px 53%; gap: 0 60px; width: min(1380px,86%); }
footer .InfoBox { display: flex; flex-direction: column; }
footer .InfoBox .flogo { border-bottom: 1px solid #525252; margin-bottom: 50px; padding-bottom: 50px; }
footer .InfoBox .flogo img { width: 250px; }
footer .footerMenu { display: grid; grid-template-rows: repeat(2,1fr); grid-auto-flow: column; gap: 30px }
footer .footerMenu .navTitle { font-size: 16px; }
footer .f_nav:first-child { grid-column: 1/3 }
footer .f_nav { align-items: flex-start; justify-content: flex-start; display: flex; gap: 14px 0; flex-direction: column }
footer .f_nav a { text-align: center; font-size: 16px; letter-spacing: 0.5px; font-weight: 400; width: auto; padding: 0px 10px 0 0; color: rgba(191,191,191,0.8); border-right: 1px solid #575757; margin-right: 10px; }
footer .f_nav a:last-child { border-right: 0px solid #515151 }
footer .f_nav .navmenu { display: flex; flex-direction: row; flex-wrap: wrap }
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%; margin-top: 50px; align-items: center; align-content: center; justify-content: start }
footer #f_bottom .social { display: flex; align-items: center; justify-content: flex-start; gap: 20px }
footer #f_bottom .social * { color: var(--triadic2); }
footer #f_bottom .social li { position: relative }
footer #f_bottom .social li:not(:last-child):after { content: ""; position: absolute; width: 1px; height: 60%; right: -10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: hsl(0deg 0% 96.62%/40%); z-index: 5 }
footer #f_bottom .social li a { display: flex; align-items: center; gap: 10px }
footer #f_bottom .social svg { display: block; text-align: center; color: #ffffff; width: 18px; height: 18px; fill: var(--triadic2); }
footer #f_bottom .copyright { display: flex; align-items: center; gap: 3px; opacity: .5; flex-direction: row; flex-wrap: wrap }
footer #f_bottom .copyright * { font-size: 13px }
footer .f_contact { display: flex; gap: 6px; flex-direction: column; flex-wrap: wrap; align-items: flex-start }
footer .f_contact p { align-items: flex-start; justify-content: space-between; display: grid; grid-template-columns: 80px 1fr; }
footer .f_contact p font { line-height: 160%; font-weight: 500; display: flex; flex-direction: column; align-items: flex-start }
footer .f_contact p font:first-child { line-height: 180%; font-weight: 400; }
footer .f_contact p font a { font-weight: 400; color: rgba(191,191,191,0.8); }
footer .f_contact p font svg { width: 15px; height: 15px; fill: #fff; margin-right: 10px; opacity: 0.5 }
/* 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: 10px; bottom: 20px; z-index: 2000; position: absolute; display: inline-block; }
#gotop .goTop { position: absolute; top: 0; left: 0; height: 250px; width: 250px; -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: skewX(-33.1deg); transform: skewX(-33.1deg); z-index: -1 }
#gotop .goTop::before { content: ""; position: absolute; top: -180px; right: 170px; width: 100%; height: 100%; background-color: var(--secondary); -webkit-transition: all 0.4s ease; transition: all 0.4s ease }
@-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 svg { fill: #fff; }
#gotop
    a { width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
;
}
#gotop .goTop::before { content: ""; position: absolute; top: calc(50% - 5px); right: 0px; width: 10px; height: 10px; border-top: 1px solid #ffffff; border-right: 1px solid #ffffff; transform: rotate(-45deg); opacity: .5; }
#community .social { text-align: right; }
#community .social li { display: inline-block; }
#community .social li + li { margin-left: 20px; }
#community .social a { position: relative; display: block; font-size: 20px; text-align: center; border-radius: 50%; line-height: 25px; transition: ease .3s; width: 25px; }
#community .social b { font-size: 12px; transition: all .3s ease-out; display: none; }
#community .social svg { display: block; text-align: center; color: var(--white); width: 18px; height: 18px; fill: #fff; }
@media screen and (max-width:1640px) {
header .navbox li {   }
header .barBox .wrap { padding: 10px 20px; width: calc(100% - 40px); -webkit-transform: translateY(20px); transform: translateY(20px) }

}
@media screen and (min-width:1441px) {
.workframe { width: min(1366px,90%); }

}
@media screen and (max-width:1440px) {
footer .footerbg { left: 31% }
header #webmenu li a { padding: 16.5px 9px; }
header #cis { width: auto; }

}
@media screen and (min-width:1281px) {
.webBox .slick-dots li:hover:before { border-color: var(--primary) }
.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 .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,0); -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0) }
header #webmenu nav ul li b,header #menu_lineBox { display: none }
header #webmenu nav ul li:hover { overflow: visible; }
header #menuBox .box::-webkit-scrollbar { width: 0 }
header #webmenu li a { color: var(--white); }
header.scroll #webmenu li a,header.scroll .sideMenuBox #openform svg,header.scroll .sideMenuBox .buttons .langBox a svg { color: var(--black); fill: var(--black); }
header.scroll #slideMenumenu a p { color: var(--black); }
header #webmenu nav ul li:hover a { color: var(--triadic2); }
header .navbox li a:before { content: ""; display: block; border-radius: 10px; position: absolute; top: 4px; background-color: var(--triadic2); width: 9px; height: 9px; -webkit-transform: translate(0,-5px) scale(0); transform: translate(0,-5px) scale(0); opacity: 0; left: 0 }
header .navbox li:hover a:before { -webkit-animation: mainLinkAni 0.8s forwards linear; animation: mainLinkAni 0.8s forwards linear }
.webBox header #webmenu li .menu_body li a:before { display: none }
@keyframes mainLinkAni {
  0% { opacity: 0; width: 5px; height: 5px; -webkit-transform: translate(0,-3px) scale(0); transform: translate(0,-3px) scale(0); left: 0 }
  15% { opacity: 1; width: 5px; height: 5px; left: 0; -webkit-transform: translate(0,-3px) scale(1); transform: translate(0,-3px) scale(1) }
  20% { opacity: 1; width: 5px; height: 5px; left: 0; -webkit-transform: translate(0,-3px) scale(1); transform: translate(0,-3px) scale(1) }
  22% { opacity: 1; width: 5px; height: 5px; left: 0; -webkit-transform: translate(0,-3px) scale(1); transform: translate(0,-3px) scale(1) }
  25% { opacity: 1; width: 1px; height: 1px; left: 5px; -webkit-transform: translate(0,0) scale(1); transform: translate(0,0) scale(1) }
  57% { opacity: 1; height: 1px; width: 100% }
  58% { opacity: 1; height: 1px; width: 100%; left: 5px }
  90% { opacity: 1; height: 1px; width: 1px; left: calc(100% + 5px) }
  95% { opacity: 1; height: 5px; width: 5px; left: calc(100% + 5px); -webkit-transform: translate(0,0); transform: translate(0,0) }
  100% { opacity: 1; height: 5px; width: 5px; left: calc(100% + 5px); -webkit-transform: translate(0,3px); transform: translate(0,3px) }
}
header #webmenu li .menu_body,header #webmenu li .menu_body .subOption li ul { width: 210px; left: 0; 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); */ }
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: white; }
header #webmenu li .menu_body .subOption li >div a:hover { background: var(--primary); color: white; }
header #webmenu li .menu_body .subOption li >div a { display: block; padding: 9px 10px; background-color: var(--primary); word-wrap: break-word; text-align: left; }
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 }
header #menuBox { top: 160px; bottom: 0; max-height: 625px; -webkit-transform: translateX(140px); transform: translateX(140px) }
header.scroll #menuBox { opacity: 0; transform: translateX(-100%); pointer-events: none }

}
@media screen and (max-width:1280px) {
header { background-color: #fff; padding: 0 }
header .barBox .wrap:before { background: var(--white); transform: translate(0,0px); -webkit-transform: translate(0,0px); opacity: 1; height: 100%; }
header .barBox #openform svg,header .sideMenuBox a svg { fill: var(--info); }
header #menuIcon a p,header #slideMenumenu a p { color: var(--info); }
header .barBox a font { color: var(--triadic1) }
header #webmenu { display: none }
header .barBox .wrap {-webkit-transform: translateY(0px);transform: translateY(0px);width: calc(100% - 40px);padding: 10px 20px;grid-template-columns: 160px 280px;display: grid;justify-content: space-between;}
header .sideMenuBox .buttons #conBox a{color: var(--info) !important;}
header #cis { width: auto; -webkit-filter: none; filter: none; }
header #menuBox { width: 30vw }
header #menuBox[data-type="2"] { overflow-y: scroll }
header #menuBox[data-type="2"]::-webkit-scrollbar { width: 0 }
header.scroll:before { background: var(--white) }
#topicon a i { font-size: 23px }
#topicon a:hover { background-color: var(--white) }
footer .workframe { grid-template-columns: 1fr; gap: 40px; }
footer .InfoBox { display: flex; gap: 0; margin-bottom: 0; }
footer .InfoBox .flogo { width: 100%; margin-bottom: 30px; padding-bottom: 30px; }
footer #f_bottom { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; margin-top: 30px; }
footer .footerbg { left: 0; -webkit-transform: skewX(0deg); transform: skewX(0deg); border-left: 0 solid #fff; height: 54%; top: auto; bottom: 0; }

}
@media screen and (max-width:1024px) {
.webBox .wrapper_lines .center_box >div { border-width: 0 0 0 1px }
#gotop { bottom: 10px; right: 11px }
#gotop a img { width: 15px }
#gotop .goTop { height: 280px; width: 250px }
footer .footerMenu { grid-template-rows: 1fr; grid-auto-flow: dense; gap: 20px }
footer .f_nav:first-child { grid-column: 1/1 }

}
@media screen and (max-width:960px) {
header #menuBox .box ul li .menu_body >ul li a { font-size: 15px; }
header #menuBox .box >ul >li >p a { font-size: 17px; }
header #menuBox:before { width: 100vw; height: 40vh; }
header .buttons { display: flex; gap: 10px }
header .barBox .buttons:before { left: 33px; }
header .sideMenuBox .buttons { gap: 10px; }
#topicon { bottom: 0px }
header #menuBox { padding: 11vh 4vw 8vh; width: 40vw; }
footer { padding: 50px 0 30px 0; }

}
@media screen and (max-width:550px) {
    header .sideMenuBox .buttons::before{display:none}
    header .sideMenuBox .buttons >div a p{font-size:12px;}
    header .sideMenuBox .buttons #conBox a svg{display:block;width: 28px;height: 30px;}
    header .sideMenuBox .buttons #conBox a{font-size:0}
header #menuBox { padding: 11vh 4vw 8vh; width: 70vw; }
#top_search form { padding: 10vw 5vw; width: 80vw }
#top_search #close_search { padding: 10px 15px; border: 0 }
header .sideMenuBox .buttons { gap: 5px }
header .barBox .wrap {grid-template-columns: 50% 1fr;width: calc(100% - 20px);padding: 10px 10px}
header .sideMenuBox .buttons .langBox a {padding: 4px 0;gap: 0;}
header .sideMenuBox .buttons .langBox a svg { padding: 4px }
header #slideMenumenu a font.btn { width: 15px }
}