@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=Manrope:wght@200..800&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: 'Manrope',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; }

/* 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: absolute;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: "";border-radius: 50%;width: 14px;height: 14px;}
.webBox .slick-dots li.slick-active:before {background-color: #ffffff00;}

/* workframe */
.workframe {margin: 0 auto;width: 85%;}


/* header */
header {position: fixed;width: 100%;z-index: 999;padding: 20px 0;}
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(--triadic2);transform:translate(0,10px);-webkit-transform:translate(0,0px);opacity:1;height: 100%;}
header .barBox {position: relative;padding: 0 0 0 60px;width: calc(100% - 60px);display: grid;z-index: 999;justify-content: space-between;align-items: center;grid-template-columns: 220px 1fr 90px;gap: 25px;}
header .barBox a {display: inline-flex;color: #fff;align-items: center;letter-spacing: 0.2px;font-size: 19px;}
header .barBox a i{color:#fff;font-size: 19px;}
header .barBox a svg{fill:#fff;width: 25px;height: 25px;}
header .barBox a font{font-size: 18px;color: var(--white);}
header #cis {margin: 0 auto 0 0;}
header.open .navbox ul{display:none}
header .navbox ul{display:flex;align-items:center;justify-content:flex-end}
header .navbox li{margin:0 20px;position:relative;display:flex;justify-content:center}
header .navbox li:before{content:'';width:18px;height:18px;position:absolute;background-image:url(/images/39/icon-h-logo.png);background-size:contain;background-repeat:no-repeat;border-radius:50px;top:-25px;opacity:0}
header .navbox li:hover a{color:#5ecdff}
header .navbox li:hover:before{top:-15px;opacity:1}
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{width:100%;height:90px;background-color:var(--triadic2);display:flex;flex-direction:column;align-items:center;justify-content:center}
header #menuIcon a {transition: none;display: flex;align-items: center;justify-content: center;}
header #menuIcon a font.btn {position: relative;width: 16px;height: 20px;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: 1;}
header #menuIcon a[data-type="1"] font.btn span:nth-child(2) {top: calc(50% - 1px);width: 70%;right: auto;right: 0;}
header #menuIcon a[data-type="1"] font.btn span:nth-child(3) { top: calc(100% - 1px); }
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: 10vh 1vw 0;width: 15vw;height: 0;background: linear-gradient(to bottom, var(--triadic1), var(--secondary));right: 0;top: 0;opacity: 0;z-index: -1;}
header #menuBox[data-type="2"] {height: 100vh;font-size: 0;opacity: 1;z-index: 998;}
header #menuBox >div {/* margin-left: 5vw; */}
header #menuBox .box >ul {padding: 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: 10px 0;display: block;font-weight: 300;font-size: 20px;color: #fff;text-align: center;}
header #menuBox .box ul li b {position: absolute;padding: 5px 0;width: 23px;display: inline-block;text-align: center;color: #fff;top: calc((100% - 41px) / 2);right: 0;}
header #menuBox .box ul li b i{color:#fff;}
#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: 4px 15px;display: block;font-size: 18px;color: #9b9b9b;}
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.headerfixed #menuIcon a font.btn span { background: #1f1f1f; }
header.open:before {z-index: 999;}
header.open a { color: #fff; }
header #menuBox .box >ul >li{border-top:1px solid rgb(255 255 255 / 21%)}
header #menuBox .box >ul >li:first-child{border-top:none}

/* 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 / 90%);}
#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}
#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; }


/* footer */
footer{padding: 60px 0 60px 0;background-color: #636363;}
footer *{font-weight: 400;font-size: 15px;font-family: "Noto Sans TC", 'Manrope', sans-serif;color: #ffffff;}
footer .workframe{display:flex;justify-content:space-between;align-items: flex-start;flex-direction: column;}
footer #f_left{display: grid;padding: 20px 0px;justify-content: space-between;grid-template-columns: 20% 1fr;align-items: center;}
footer #f_contact{display:flex;margin-right: 0px;flex-direction: column;align-items: flex-start;justify-content: center;}
footer #f_contact p{margin:0;display:flex;padding-bottom: 6px;}
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: #a3a3a3;}
footer #f_other{border-width:1px 0;}
footer #f_nav {align-items: center;justify-content: space-between;display: flex;width: 100%;}
footer #f_nav a {text-align: center;font-size: 15px;letter-spacing: 1px;font-weight: 400;color: #fff;width: auto;padding: 0 5px;text-transform: uppercase;}
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{width:100%;}
footer #copyright p,footer #copyright p a{color: #ffffff;opacity: 0.7;font-weight: 300;font-size: 13px;text-align: center;}
footer #copyright p a{vertical-align: baseline;}
footer #copyright{display:flex;justify-content: flex-end;gap: 20px;}
.footerInfoBox{width:100%;justify-content:space-between;margin-bottom: 30px;display: grid;grid-template-columns: 240px 1fr;gap: 0 250px;}


/* 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: 15px;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: 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: #fff;}



@media screen and (max-width: 1640px){
	header .navbox li{margin:0 7px}
	header .barBox{gap:20px;}
	header #cis a span{padding-left:20px;margin-left:10px;font-size:12px}
	header #cis img{}
	footer .workframe{width:90%;display:flex;justify-content:space-between}
}
@media screen and (min-width:1441px){
	.workframe{width:var(--width-xxl)}
	#product_area .workframe{width:70%;margin:auto}
}
@media screen and (max-width:1366px){
}
@media screen and (min-width: 1281px){
	.webBox .slick-dots li:hover:before{border-color:var(--primary)}
	header #menuBox .box::-webkit-scrollbar { width: 0; }
    header #cis img{-webkit-filter:contrast(0) brightness(200%);filter:contrast(0) brightness(200%)}
	footer #extra ul li:hover img{display:block}
    header #menuIcon{
    display: none;
}
}
@media screen and (max-width: 1280px){
	header{background-color:#fff;padding:0}
	header #menuIcon a font.btn span{/* background:#004085; */}
	header #cis a span{color:var(--triadic1)}
	header .barBox a svg{fill:var(--triadic1)}
	header .barBox a font{color:var(--triadic1)}
	header #cis a span::after{background-color:var(--triadic1)}
	header .navbox{display:none}
	header .barBox{gap:10px;grid-template-columns: 220px  90px;padding: 0 0 0 30px;width: calc(100% - 30px);}
    header #menuBox{width: calc(100% - 8vw);padding: 6vh 4vw 0;top: 90px;}
	header #menuBox[data-type="2"]{overflow-y:scroll;height: 96vh;}
	header #menuBox[data-type="2"]::-webkit-scrollbar{width:0}
	header.scroll:before{background:#ffffff}
	.footerInfoBox{gap: 0 30px;grid-template-columns: 200px 1fr;}
	footer #f_left{grid-template-columns:30% 1fr}
	footer #copyright{display:flex;flex-direction:column;align-items:flex-end;gap:0}
}
@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 #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}
	#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}
	footer #f_contact{margin-top:15px}
	footer{padding-bottom:20px;padding-top:50px}
	footer #flogo{width:200px;margin-bottom: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{grid-template-columns:1fr;gap:20px}
	.footerInfoBox{margin-right:0px;display:flex;flex-direction:column;align-items:center;margin-bottom:0px}
	footer #f_contact p{padding-right:0;padding-bottom:10px;text-align: center;display: flex;justify-content: center;width: 100%;}
	footer #f_left{display:flex;flex-direction:column;align-items: center;padding: 10px 0 0;gap: 10px;}
}
@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{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: 80px;height: 80px;}
	header .barBox{grid-template-columns: 150px  70px;}
	footer #f_nav{display:flex;flex-wrap:wrap;justify-content:flex-start;border-bottom:0px solid rgb(255 255 255 / 15%);padding:0;}
	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 #menuIcon{height: 70px;}
}
@media screen and (max-width: 550px){
	#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}
}