@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=Rajdhani:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&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: var(--font-family), 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);}

section .title_box{display: inline-block;}
section .title_box .page_title,#aboutArea_area .title_box .page_title .pageh1{font-weight: 500;font-size: 1.6rem;letter-spacing: 6px;position: relative;line-height: 160%;margin-bottom: 30px;color: var(--primary);}
section .title_box .subtitle,section .title_box .subtitle .secondColor{color: var(--text-white);font-family: "Rajdhani", Arial;font-size: 70px;font-weight: 700;line-height: 1.03;padding-bottom: 0px;text-transform: uppercase;letter-spacing: 2px;word-spacing: 100vw;display: flex;gap: 10px;padding-top: 20px;position: relative;}
section .title_box .subtitle .secondColor{color: var(--primary);background: linear-gradient(to right, var(--complement) 0%, var(--primary) 70%);color: transparent;background-clip: text;-webkit-background-clip: text;vertical-align:top;padding:0;margin:0;font-weight: 500;}
section .title_box .subtitle::before {content: "";position: absolute;width: 30px;height: 3px;background-color: var(--primary);top: 0px;left: 0;z-index: 10;-webkit-transition: 1s ease-out;transition: 1s ease-out;}
section .title_box .subtitle::after {content: "";position: absolute;width: 0;width: 100%;height: 3px;background-color: rgba(150,169,179,0.2);top: 0;left: 0;-webkit-transition: 1.2s 0.4s ease-out;transition: 1.2s 0.4s ease-out;}
section .title_box p{line-height: 170%;letter-spacing: 0.5px;font-weight: 500;font-size: 18px;color: var(--complement);position: relative;}

/* webBox */
.webBox { overflow: hidden; position: relative; width: 100%; }
.webBox .wrapper {position: relative;z-index: 2;background-color: var(--triadic1);}
.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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;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;opacity:1;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}
.loadingArea:before{content:"";z-index:-1;position:absolute;left:0;top:0;margin:auto;width:100%;height:100%;background-color:#f3f3f3;-webkit-transition:all 0.6s ease-in-out;transition:all 0.6s ease-in-out}
.loadingArea .loadLogo{opacity:0;width:260px}
.loadingArea .loadLogo img{width:100%;height:auto;display:block;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.4s 0s ease-in-out;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{-webkit-transition:all 0.4s 1.2s ease-in-out;transition:all 0.4s 1.2s ease-in-out;opacity:0}
.loadingArea.hide:before{top:-100%}

/* header */
header {position: fixed;width: calc(100% - 60px);z-index: 999;padding: 23px 30px;}
header.scroll{background-color: var(--triadic1);}
header.scroll:before{background:var(--primary);transform:translate(0,10px);-webkit-transform:translate(0,0px);opacity:1;height:100%}
header .barBox{position:relative;padding:0;width:calc(100% - 0px);display:grid;justify-content:space-between;align-items:center;grid-template-columns: 200px 162px;gap:27px;}
header .barBox a font{font-size:18px;color:var(--white);}
header .barBox #webmenu{position: absolute;right: 230px;z-index: 711;}
header .barBox #webmenu li{margin: 0 20px;height: 50px;}
header .barBox #webmenu li p{padding-top: 10px;}
header .barBox #webmenu li a{font-size: 18px;color: var(--white);letter-spacing: 1px;}
header #cis{margin:0 auto 0 0;z-index: 900;}
header #cis a{display:flex;align-items:center}
header.open .navbox ul{display:none}
header .navbox li:before{content:'///';width: 20px;height: 20px;position:absolute;background-size: contain;background-repeat: no-repeat;color: var(--primary);top:-25px;opacity:0;top:50%;left:50%;transform:translate(-50%,-50%)}
header .navbox li:hover a{color: var(--complement);padding: 20px 0 0;}
header .navbox li:hover:before{top: 5px;opacity:1}
header #webmenu li:hover p{padding-top: 0;}
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; }

/* webmenu_mb */
header #webmenu_mb{position:fixed;background: var(--triadic1) no-repeat bottom right;top:0;width: min(100% , 450px);height: 100vh;right: -2000px;z-index: 991;transition: 0.9s;-webkit-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;}
header #webmenu_mb nav li{opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
header #webmenu_mb .webBtn_mb{opacity:0;-webkit-transition:all 0.5s;transition:all 0.5s;display: none;}
header #webmenu_mb[data-type="2"] nav li{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-animation:slideLeftAnimation 0.8s 0.6s ease-in-out both;animation:slideLeftAnimation 0.8s 0.6s ease-in-out both}
header #webmenu_mb[data-type="2"] .webBtn_mb{-webkit-animation:slideLeftAnimation 0.8s 0.9s ease-in-out both;animation:slideLeftAnimation 0.8s 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)}
}
#webmenu_mb .menu_info{overflow-y:scroll;height: calc(100% - 100px);padding: 100px 60px 0;}
#webmenu_mb .menu_info::-webkit-scrollbar{width:0}
#webmenu_mb .itemBox{max-width:290px;padding:25px 15px 10px;margin-bottom:30px;border-bottom:2px solid #6b6b6c}

#webmenu_mb nav a{display:flex;align-items:baseline;justify-content: space-between;font-size:18px;letter-spacing:0.5px;font-weight:400;flex-direction: row;padding: 20px 0;position: relative;border-bottom: 1px solid #e3e3e340;}
#webmenu_mb nav a font{color: var(--white);font-weight: 400;line-height:150%;letter-spacing: 3px;font-size: 18px;}
#webmenu_mb nav a font.text_en{letter-spacing:0.5px;font-size: 22px;line-height: 100%;font-weight: 400;font-family: 'Rajdhani', sans-serif;position: relative;color: var(--primary);}
#webmenu_mb nav b{position:absolute;padding-left:calc(100% - 14px);width:35px;height:41px;display:inline-block;text-align:center;line-height:41px;top:calc((100% - 41px) / 2);left:-20px;cursor:pointer;display: none;}
#webmenu_mb nav li .menu_body,#webmenu_mb nav li .menu_body .subOption li ul{position:relative;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;display: none;}
#webmenu_mb nav li .menu_body ul{margin-bottom:10px;margin-top:0;display:flex;flex-direction:row;padding:0px 0px 0 10px}
#webmenu_mb nav li .menu_body ul li{position:relative;border-bottom:0px solid}
#webmenu_mb nav li .menu_body ul li::before{content:"";position:absolute;top:calc(50% - 7px);right:0;width:1px;height:18px;background-color:#ab9f89;z-index:1}
#webmenu_mb nav li .menu_body ul li:last-child::before{content:none}
#webmenu_mb nav li .menu_body .subOption .bo{position:relative}
#webmenu_mb nav li .menu_body .subOption a{padding:8px 10px 8px 10px;color:#ab9f89;border-bottom:0px solid #ffffff00;font-size:16px;font-weight:300}
#webmenu_mb nav li .menu_body .sub2Option a{padding:5px 35px 5px 10px;font-weight:300}
#webmenu_mb nav li .menu_body .sub3Option a{padding-right:5px;color:var(--red)}
#webmenu_mb .contact_box{padding:60px 0 20px}
#webmenu_mb[data-type="ios"] .contact_box{padding-bottom:15vh}
#webmenu_mb .contact_box h4{font-size:22px}
#webmenu_mb .contact_box p{display:flex;font-size:15px;color:var(--dark)}
#webmenu_mb .contact_box p *{font-size:15px;color:var(--dark)}
#webmenu_mb .menu_box ul{flex-direction: column;padding-bottom: 30px;display: flex;flex-wrap: wrap;width: 100%;}
header .contactBtn .contactBox ul{display:flex;flex-direction:column;width:100%;flex-wrap:wrap}
header .contactBtn .contactBox ul li{display:flex;align-items:baseline;justify-content:flex-start}
header .contactBtn .contactBox ul li .infoTitle{font-weight:200;width:100px;color:#737373}
header .contactBtn .contactBox ul li.community{padding:30px 0 15px}
header .contactBtn .contactBox ul li.community a{padding:10px 20px 10px 0}
header .contactBtn .contactBox ul li.community svg{width:20px;height:20px;fill:#4e284a}



/* menu_btn */
header .btns_box{position:relative;justify-content:flex-end;align-items:center;z-index:1002}
header .btns_box a#openform{width:40px;height:40px;line-height:60px;border-radius:50%;text-align:center;position:relative;display:flex;align-items:center;justify-content:center}
header .btns_box font{width:0px;height:15px;background:#ffffff;display:block}
header .btns_box a#openform svg{width:18px;height:18px;fill:#fff}
header .btns_box a.lang_btn{padding:5px 15px;line-height:1;font-weight:300;font-size:18px;color:#fff;display:none}
#menu_btn .close-btn{width: 40px;height: 40px;text-align:center;position:relative;display:flex;align-items:center;justify-content:center;flex-direction: column;}
#menu_btn{text-align:center;position:relative;display:flex;align-items:center;justify-content:center;}
#menu_btn span{position:absolute;width:100%;height:1px;background: var(--white);display:block;top: calc(((100% - 1px) / 2) - 7px);left:0}
header .btns_box font{font-size:17px;color:#fff;font-family:'Cardo',serif;background:#ffffff00;width:50px;line-height:100%}
#menu_btn[data-type="1"] span:last-child{top: calc(((100% - 1px) / 2) + 10px);}
#menu_btn[data-type="1"] 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)}
#menu_btn span{transition:.4s cubic-bezier(.645,.045,.355,1)}
#menu_btn span:nth-child(2){top: 52%;}
header #menu_btn[data-type="2"] span:nth-child(1){transform: rotate(35deg);-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);top: calc(((100% - 1px) / 2) - 0px);}
header #menu_btn[data-type="2"] span:last-child{transform: rotate(-35deg);-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);top: calc(((100% - 1px) / 2) - 0px);}
header.scroll #menu_btn{padding:0;color:rgb(230 230 230 / 0%)}
header #menu_btn[data-type="2"] span {background: var(--primary);}
header #menu_btn[data-type="2"] font{color: #1f1f1f;}
header #menu_btn[data-type="2"] span:nth-child(2){width:0}

/* 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; }

/* menubg */
#menubg {width: 100vw;height: 100vh;top: 0;left: 0;pointer-events: none;z-index: 990;opacity: 0;-webkit-transition: all 0.5s;transition: all 0.5s;}
#menubg[data-type="2"] {background: rgba(0, 0, 0, 0.7);opacity: 1;pointer-events: auto;}

/* topicon */
#topicon .top_btn a { border: 2px solid var(--primary); padding: 10px 18px; color: var(--primary); text-decoration: none; font-weight: 500; text-transform: uppercase; font-size: 15px; letter-spacing: 2px; clip-path: polygon(10% 0,100% 0,90% 100%,0 100%); position: relative; overflow: hidden; transition: color 0.4s ease; display: flex; align-items: center; gap: 10px; }
#topicon .top_btn a svg { width: 20px; height: 20px; fill: var(--primary); }
#topicon .top_btn a::after {content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(to right, var(--complement) 0%, var(--primary) 70%);z-index: -1;transition: 0.4s ease;}
#topicon .top_btn a:hover {color: var(--black);}
#topicon .top_btn a:hover svg {fill: var(--black);}
#topicon .top_btn a:hover::after { left: 0; }
#topicon .top_btn a img{width:auto}
#topicon .top_btn{display: flex;gap:9px;align-items:center;justify-content:center;}
#topicon{display:flex;align-items:center;justify-content: space-between;gap:30px;z-index: 1110;}

/* footer */
footer{padding: 60px 0 0px 0;}
footer::after {content: '';position: absolute;inset: 0;background-image: url(/images/39/img-f-bg-2.jpg);opacity: .5;}
footer::before {content: '';position: absolute;inset: 0;top: 0;left: 0;background: linear-gradient(to top, rgb(34 45 45 / 0%) 0%, #222c2c 100%);width: 100%;height: 100%;z-index: 1;}

footer *{font-weight: 400;font-size: 15px;color: var(--text-white);}
footer .track{position:absolute;width:100vw;max-width:100%;overflow:hidden;z-index: 0;bottom: -40px;white-space:nowrap;font-family: 'Rajdhani', sans-serif;text-transform: uppercase;}
footer .track p{font-weight: 500;font-size: 120px;margin:0;text-transform:uppercase;letter-spacing:2px;line-height:1;will-change:transform;animation:marquee 60s linear infinite;color: #232323;font-family: "Rajdhani", sans-serif;}
@keyframes marquee{from{transform:translateX(0)}
to{transform:translateX(-50%)}
}
#flogo{width: 140px;position: relative;}

footer .workframe{display:flex;justify-content:space-between;align-items: center;flex-direction: column;z-index: 10;position: relative;gap: 30px;width: min(1600px ,100%);}
.footerInfoBox{width: calc(100% - 60px);justify-content: space-between;display: grid;grid-template-columns: 280px 470px 200px;gap: 0 20px;border-top: 1px solid rgb(102 186 190 / 31%);padding: 40px 60px;}
footer #f_contact{align-items: flex-start;display: flex;gap: 5px;flex-direction: column;}
footer #f_contact p{margin:0;display:flex;align-items: center;}
footer #f_contact p font{line-height:140%;font-weight:500;font-size:14px}
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: var(--primary);}
footer #f_other{border-width:1px 0;}
footer .ftbtn-sec {display: grid;grid-template-columns: 1fr 200px;gap: 0 0px;}
footer .ftbtn-sec .ftbtn-box{display:flex;}
footer .ftbtn-sec a{display: flex;justify-content: center;transition:.3s ease;flex-direction: row;align-items: center;z-index: 10;width: 240px;position: relative;}
footer .ftbtn-sec a span{color:#fff;font-size: 28px;}
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-size: 16px;}
footer #f_nav {align-items: center;justify-content: space-between;display: grid;grid-template-columns: repeat(3, 1fr);width: 100%;gap: 0 70px;}
footer #f_nav a {font-size: 14px;letter-spacing: 1px;font-weight: 300;color: #fff;width: auto;padding: 0 10px;position: relative;}
footer #f_nav a::before{content:"";width: 25px;height:1px;display:block;background-color: var(--primary);position:absolute;top:calc(50% - 0.5px);left: -27px;}

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: flex;width:100%;flex-direction: column;align-items: flex-start;gap: 10px;}
footer #copyright p,footer #copyright p a{color: #ffffff;opacity: 0.6;font-weight: 300;font-size: 12px;}
footer #copyright p a{}
footer #copyright{display:flex;justify-content:flex-start;flex-direction: column;}


/* 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;}
#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: var(--triadic1);border-radius: 50%;}

#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: #ffffff;width: 18px;height: 18px;fill: var(--primary);}



/* --- #txt-marquee 跑馬燈 --- */
#txt-marquee { background: linear-gradient(to left,var(--complement) 0%,var(--primary) 40%); padding: 10px 0; transform: skewY(2deg); margin-top: -120px; z-index: 50; position: relative; box-sha; box-shadow: 0 -15px 60px rgba(0,0,0,0.6); }
#txt-marquee .marquee-track { display: flex; animation: scroll 30s linear infinite; white-space: nowrap; transform: skewY(2deg); }
#txt-marquee .marquee-track .marquee-item::after { content: '✦'; margin-left: 100px; font-size: 1.2rem; }
#txt-marquee .marquee-item { font-size: 2.2rem; font-weight: 900; color: #000; padding: 0 20px; text-transform: uppercase; font-style: italic; position: relative; text-align: center; display: flex; }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


/* --- 跑馬燈 --- */
.marquee { background: linear-gradient(to left,var(--complement) 0%,var(--primary) 40%); padding: 25px 0; transform: skewY(-1.2deg); margin-top: -30px; z-index: 50; position: relative; }
.marquee-track { display: flex; animation: scroll 40s linear infinite; white-space: nowrap; transform: skewY(1.2deg); }
.marquee-item { font-size: 1.8rem; font-weight: 900; color: #000; padding: 0 50px; text-transform: uppercase; display: flex; align-items: center; }
.marquee-item::after { content: '✦'; margin-left: 100px; font-size: 1.2rem; }

/* --- #contact-us (健身運動感強化版) --- */
#contact-us { background: var(--triadic1); position: relative; overflow: hidden; padding: 8vw 0px 2vw 0; }
#contact-us::after {content: '';position: absolute;inset: 0;background-image: url(/images/39/img-f-bg.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;opacity: .5;}
#contact-us::before { content: ''; position: absolute; inset: 0; top: 0; left: 0; background: linear-gradient(to top,rgb(34 45 45) 0%,#222c2c36 100%); width: 100%; height: 100%; z-index: 1; }
        
/* 背景裝飾大字 */
#contact-us .bg-text { position: absolute; top: -30%; right: -10%; font-size: 4vw; font-weight: 900; color: rgba(105,195,198,0.02); text-transform: uppercase; pointer-events: none; z-index: 1; letter-spacing: 0.5vw; -webkit-text-stroke: 1px var(--complement); color: transparent; font-family: "Rajdhani",Arial; }
#contact-us .contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 100px; max-width: 1400px; margin: 0 auto; position: relative; z-index: 10; align-items: center; }
#contact-us .info-header .slash {color: var(--primary-orange);font-weight: 700;font-size: 1.2rem;letter-spacing: 5px;margin-bottom: 20px;display: block;animation: neonPulse 2s infinite ease-in-out;font-family: "Rajdhani", Arial;}
@keyframes neonPulse {
  0%,100% { text-shadow: 0 0 5px var(--primary-orange); }
  50% { text-shadow: 0 0 20px var(--primary-orange); }
}
#contact-us .info-header h2 { font-size: clamp(3rem,6vw,5rem); font-weight: 900; text-transform: uppercase; line-height: 0.9; margin-bottom: 30px; letter-spacing: -2px; }
#contact-us .info-header h2 span { color: var(--primary-orange); display: block; }
#contact-us .info-header p {color: var(--white);line-height: 1.8;margin-bottom: 50px;font-size: 1.1rem;max-width: 600px;}


/* 聯絡資訊卡片 */
#contact-us .contact-cards { display: grid; gap: 25px; }
#contact-us .contact-card { background: linear-gradient(135deg,rgba(255,255,255,0.03) 0%,rgba(255,255,255,0.01) 100%); border: 1px solid var(--primary-orange); padding: 30px 70px; display: flex; align-items: center; justify-content: space-between; text-decoration: none; color: #fff; position: relative; overflow: hidden; clip-path: polygon(10% 0,100% 0,90% 100%,0 100%); }
#contact-us .contact-card::after {content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: linear-gradient(to right, var(--complement) 0%, var(--primary) 70%);z-index: -2;transition: 0.6s ease;}
#contact-us .contact-card:hover::after { left: 0; }
#contact-us .card-main {display: flex;align-items: center;gap: 20px;}
#contact-us .card-icon { width: 60px; height: 60px; background: var(--primary); border: 1px solid var(--primary-orange); display: flex; align-items: center; justify-content: center; clip-path: polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%); transition: 0.4s; }
#contact-us .contact-card:hover .card-icon {background: var(--text-white);transform: rotate(10deg);}
#contact-us .card-icon svg { width: 24px; height: 24px; fill: var(--white); transition: 0.4s; }
#contact-us .contact-card:hover .card-icon svg {fill: var(--complement);}
#contact-us .card-text { display: flex; flex-direction: column; }
#contact-us .card-text .txt {font-size: 1rem;text-transform: uppercase;letter-spacing: 3px;color: var(--text-white);margin-bottom: 6px;font-weight: 500;}
#contact-us .card-text span {font-size: 1.7rem;font-weight: 700;letter-spacing: 1px;line-height: 1;color: var(--white);}
#contact-us .card-arrow { font-size: 1.8rem; transition: 0.4s; transform: scaleX(1); color: var(--primary); }
#contact-us .contact-card:hover .card-arrow {opacity: 1;transform: translateX(10px) scale(1.2);color: var(--text-white);}

@media screen and (max-width:1640px) {
  footer .workframe { display: flex; justify-content: space-between }
  header .barBox { gap: 20px }
  header { padding: 20px 50px; width: calc(100% - 100px) }
  #topicon { margin-right: 0 }
}
@media screen and (min-width:1441px) {
  .workframe { width: var(--width-xxl) }
  #product_area .workframe { width: 70%; margin: auto }
}
@media screen and (max-width:1440px) {
  header .barBox #webmenu { right: 200px; }
}
@media screen and (max-width:1366px) {
  header #webmenu li { margin: 0 8px; }
}
@media screen and (min-width:1281px) {
  .webBox .slick-dots li:hover:before { border-color: var(--primary) }
  footer #extra ul li:hover img { display: block }
  header.scroll .navbox li:hover a { color: var(--complement); }
  header.scroll #webmenu nav ul li a svg { fill: #ffffff }
  #webmenu_mb nav li:hover::after { width: 100%; opacity: 1 }
  #webmenu_mb nav li .menu_body ul li:hover a { color: #bea976 }
  header .btns_box { display: none; }
  section .title_box .subtitle,section .title_box .subtitle .secondColor { font-size: 54px; }

}
@media screen and (max-width:1280px) {
  header .btns_box { top: 0; }
  .footerInfoBox { gap: 0 40px; }
  header { padding: 0 }
  #menu_btn span { background: var(--primary); }
  header,header.scroll { padding: 14px 20px; width: calc(100% - 40px); background-color: var(--triadic1); }
  header .barBox a svg { fill: var(--triadic1) }
  header .barBox a font { color: var(--triadic1) }
  header .barBox #webmenu,header.scroll .barBox #webmenu,.wrapper:before { display: none }
  header.scroll:before { background: #ffffff }
  header .barBox { gap: 20px; grid-template-columns: 200px 210px; }
  #menu_btn .close-btn { margin-right: 0 }
  #topicon a i { font-size: 23px }
  header:before { display: none }
  .footerInfoBox { padding: 40px 0px; }
  footer #f_nav { gap: 0 20px }
  .marquee-item { padding: 0 30px; font-size: 1.2rem; }
}
@media screen and (max-width:1140px) {
  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% }
  footer #f_left { width: 100% }
  footer #f_left { display: flex; flex-direction: column; align-items: center; padding: 0; gap: 20px; }
  footer #copyright { width: 100% }
  #community { display: flex; justify-content: flex-end; }
  #webmenu_mb { width: 100% }
  header .btns_box { top: 0 }
  #contact-us .contact-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }
  #contact-us .info-header p { margin-bottom: 0; }
  #contact-us .contact-card {clip-path: none;justify-content: center;gap: 50px;padding: 20px 10px;}
  #contact-us .card-arrow { display: none; }
  #contact-us .card-icon svg { width: 18px; height: 18px; }
  	section .title_box .subtitle,section .title_box .subtitle .secondColor { font-size: 48px; }
	section .title_box .page_title,#aboutArea_area .title_box .page_title .pageh1 { font-size: 1.4rem; letter-spacing: 3px; }
}
@media screen and (max-width:1024px) {
  .webBox .wrapper_lines .center_box >div { border-width: 0 0 0 1px }
  header .btns_box font { display: none }
  #webmenu_mb .menu_info { padding: 80px 20px 70px; height: calc(100% - 90px); }
  header #webmenu_mb .webBtn_mb { padding-top: 10px; display: flex; justify-content: flex-start; align-items: center; }
  header #webmenu_mb .webBtn_mb .contactBtn,header #webmenu_mb .webBtn_mb .socialBox { display: flex; justify-content: flex-start; display: none; }
  #webmenu_mb nav a font.text_en { font-size: 20px; line-height: 120% }
  #webmenu_mb nav a font { font-size: 15px; }
  #webmenu_mb nav li .menu_body ul { margin-bottom: 5px }
  #webmenu_mb nav li .menu_body .subOption a { font-size: 14px; padding: 6px 10px 6px 10px }
  #webmenu_mb nav li .menu_body ul li::before { height: 14px }
  footer { padding-bottom: 20px; padding-top: 50px }
  .footerInfoBox { margin-right: 0px; display: flex; flex-direction: column; align-items: center; margin-bottom: 0px; gap: 30px; }
  footer #extra { margin-top: 10px }
  footer #f_contact { display: flex; flex-direction: column; flex-wrap: wrap }
  footer #copyright { display: flex; flex-direction: column; align-items: center; }
  footer #f_bottom { gap: 20px; display: flex; flex-direction: column; align-items: center; }
  footer #f_nav a { padding: 0 10px 0 60px }
  footer #f_nav a::before { left: 0 }
  #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 }
  .marquee { padding: 15px 0; }
  #contact-us .bg-text { display: none; }
  #contact-us { padding: 14vw 0px 2vw 0; }
}
@media screen and (max-width:960px) {
  footer #f_nav { justify-content: flex-start; border-bottom: 0px solid rgb(255 255 255/15%); padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 20px; }
  footer #f_nav a { margin: 0; padding: 10px 10px 10px 40px; font-size: 15px; }
  footer #f_nav span { display: none; }
  footer .ftbtn-sec .ftbtn-box { display: flex; justify-content: center }
  #topicon { gap: 10px; }
  #menu_btn[data-type="2"] { border-color: #555 }
  header.scroll .btns_box a#openform[data-type="2"] svg { fill: #fff; }
  header.scroll .btns_box a[data-type="2"] { color: #fff; }
}
@media screen and (max-width:768px) {
  header .btns_box a[data-type="2"] { color: #555 }
}
@media screen and (max-width:550px) {
  header .btns_box a.lang_btn { padding: 3px 10px }
  header .barBox { grid-template-columns: 150px 192px; gap: 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 }
}
@media screen and (max-width:400px) {
  header .barBox { grid-template-columns: 120px 192px; gap: 20px }
}
