@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/SeoJump.css');
@import url('/css/contentBuilder.css');
@import url('root.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');

* { margin: 0; padding: 0; }
*:focus { outline: none; }

body { margin: 0; }
body ::selection { background: #191919; text-shadow: none; color: #fff; }
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: #c0c0c0; }
body::-webkit-scrollbar-thumb { background: #191919; }
body::-webkit-scrollbar-thumb:hover { background: #000; }

header, footer, div, nav, article, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, ul, li, img, span, font, strong, b, a, i{font-weight: 400;text-align: left;vertical-align: middle;margin: 0;padding: 0;line-height: 170%;border-width: 0;font-family: 'Montserrat', 'Noto Sans TC', sans-serif;font-size: 16px;word-wrap: break-word;word-break: break-all;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;color: #323232;letter-spacing: 0.02em;}

:before , :after { -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }

ul, ol { list-style: none; }

fieldset { border: 0; }

input,button,select,textarea { outline:none }

img { max-width: 100%; }

a , a:link , a:visited , a:hover { display: inline-block; text-decoration: none; }

.text-clamp , a.text-clamp { overflow: hidden; height: 27px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

/* a.photo */
a.photo , .bgBox { overflow: hidden; background: no-repeat 50% / cover; display: block; }

/* svg */
svg.arrow { width: 15px; }
svg.show { width: 8px; }

/* fancybox */
[class^="fancybox-"] , [class^="fancybox-"] * , .slick-track , .fa , .fas , .fa:before , .fas:before , .fa:after , .fas:after { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/* slick-slider */
.wrapper .slick-slider { margin-bottom: 0; }
.fancybox-show-infobar .fancybox-infobar span{
    color: #ffffff;
}

/* webBox */
.webBox { position: relative; overflow: hidden; width: 100%; }
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; }
.webBox .wrapper { position: relative; background: #fff; z-index: 2; }

a.fmlink{display:flex;height:auto;width: 188px;margin-top: 60px;padding: 18px 20px;justify-content: space-between;color:white;font-size: max(1.15 * (1vw + 1vh) / 2,14px);background: #5a5a5a;border-radius: 7px;align-items: center;}
a.fmlink:hover{background: var(--primary);}
a.fmlink svg{fill:white;width:20px;aspect-ratio:1/1}
.buumtom{display: flex;flex-direction: column;align-items: center;}
footer a.fmlink{margin-top: 19px;background: #ffffff;color: #dd2015;}
footer a.fmlink svg{fill: #dd2015;}
footer a.fmlink:hover{background: #fff6f6;}

section .titleBox{position:relative;}
section .titleBox .tit {position: relative;padding-left: 15px;font-size: 20px;}
section .titleBox .tit:before{content: "";position: absolute;top: -15px;left: 0;width: 11px;aspect-ratio: 1/1;background: var(--primary);border-radius: 555px;}
section .titleBox .entit {font-size: max(2.9 * (1vw + 1vh) / 2, 36px);font-weight: 800;text-transform: uppercase;}

/* workframe */
.workframe { position: relative; margin: 0 auto; width: 1440px; font-size: 0; z-index: 1; }

/* Sitemap */
#Sitemap #jsonUL a { display: block; font-size: 0; color: #000; }
#Sitemap #jsonUL a * { display: inline-block; line-height: 170%; font-size: 16px; vertical-align: top; }
#Sitemap #jsonUL a font { width: calc(100% - 15px); }
#Sitemap #jsonUL p a { font-size: 22px; }

/* header */
header {top: 0;position: fixed;width: 100%;z-index: 999;}
header:before { position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; z-index: 90; content: ""; }
header .barBox {position: relative;padding: 0 0 0 2vw;width: 98vw;display: grid;z-index: 999;justify-content: space-between;align-items: center;grid-template-columns: 18vw 1fr 250px;}
header .barBox a {position: relative;display: inline-flex;color: #fff;align-items: center;z-index: 2;}
header .barBox a i{color:#fff;font-size: 24px;}
header .barBox a svg{fill:#fff;width: 30px;height: auto;aspect-ratio: 1/1;}
header.open .barBox a svg{fill:#323232;}
header.open .barBox a i{color:#323232;}
header .barBox a font{font-size:0;}
header #cis {margin: 0 auto 0 0;width: 14.5vw;}
header #cis:before{content:"";position: absolute;width: 19vw;height: 115px;background: #ffffff;left: 0;top: 0;z-index: 0;}
header .navbox{margin-left: 90px;}
header.open .navbox ul{display:none;}
header .navbox ul{display:flex;align-items: center;gap: 46px;}
header .navbox li{position: relative;display: flex;justify-content: center;}
header .navbox li:before{content:'';width: 8px;height: 8px;position: absolute;background: #ffe300;border-radius: 50px;top: -25px;opacity: 0;}header .navbox li:hover a{color:#ffe300}
header .navbox li:hover:before{top:-15px;opacity:1;}
header .rightBox{display:flex;justify-content: flex-end;align-items: center;gap: 20px;}
header #searchBox form {position: absolute;background: rgb(231 231 231 / 70%);-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);font-size: 0;right: -500px;top: 40px;}
header #searchBox form.showsearch{right: 230px;}
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 {-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;background: var(--primary);width: 115px;height: 115px;display: flex;align-items: center;justify-content: center;}
header #menuIcon a font.btn {position: relative;width: 10px;height: 11px;display: inline-block;border: 0;}
header #menuIcon a font.btn span {position: absolute;width: 100%;height: 1px;background: var(--white);display: block;top: 0;right: 0;}
header #menuIcon a[data-type="1"] font.btn span:nth-child(2) { top: calc(50% - 1px); }
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: 0 5vw 0 30vw;width: 90vw;height: 0;background: #1f1f1f;right: 0;top: 0;opacity: 0;z-index: -1;}
header #menuBox:before{content:'';width: 30vw;height: calc(100% - 115px);position: absolute;left: 0;background-image: url(/images/37/menuBg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;-webkit-filter: grayscale(1);bottom: 0;border-radius: 0 50px 0 0;overflow: hidden;}
header #menuBox[data-type="2"] {padding: 15vh 5vw 0 30vw;height: 100vh;font-size: 0;opacity: 1;z-index: 998;width: 90vw;}
header #menuBox .box >ul {padding: 5vh 0;}
header #menuBox .box >ul >li { padding: 0 20px; }
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;}
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 #menuBox .contactBox ul {padding: 20px 10px;border: 1px #353535 solid;}
header #menuBox .contactBox ul li { padding: 10px 15px; border-bottom: 1px #353535 solid; }
header #menuBox .contactBox ul li div{color: #ffffff;margin-bottom: 10px;padding-bottom: 10px;border-bottom: #ffffff2b 1px solid;}
header #menuBox .contactBox ul li:last-child { border-bottom: 0; }
header #menuBox .contactBox ul li h4 {font-size: 14px;color: #676767;}
header #menuBox .contactBox ul li p a {padding: 3px 0;display: inline-block;font-size: 15px;color: #fff;}
header #menuBox .contactBox ul li p i {margin-right: 10px;font-size: 15px;display: inline-block;color: var(--gray);}
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: #ffffff;}
header.open:before {background: #ffffff;z-index: 999;}
header.open a { color: #fff; }

/* sPictureBox */
#sPictureBox { padding: 5vw 0; }
#sPictureBox .list { position: relative; }
#sPictureBox .list a { position: absolute; width: calc(100% - 60px); height: 100%; display: block; top: 0; left: 30px; z-index: 3; }
#sPictureBox .list .img { position: relative; margin: 0 30px; z-index: 1; }
#sPictureBox .list .img img { width: 100%; height: 200px; object-fit: cover; }
#sPictureBox .list .txt { position: absolute; padding: 65px 5%; width: calc(90% - 60px); background: -moz-linear-gradient(left,  rgba(240,244,247,1) 25%, rgba(240,244,247,0) 100%); background: -webkit-linear-gradient(left,  rgba(240,244,247,1) 25%,rgba(240,244,247,0) 100%); background: linear-gradient(to right,  rgba(240,244,247,1) 25%,rgba(240,244,247,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f7', endColorstr='#00f0f4f7',GradientType=1 ); top: 0; left: 30px; z-index: 2; }
#sPictureBox .list .txt h4 { width: 55%; height: 40px; font-weight: 400; font-size: 24px; color: #1f1f1f; }
#sPictureBox .list .txt .more { margin-top: 5px; text-align: left; }
#sPictureBox .list .txt .more font { margin-right: 10px; text-align: center; font-family: 'Montserrat', 'Noto Sans TC', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: .7px; font-size: 13px; color: #1f1f1f; }

/* footer */
footer {padding: 5vw 0 3vw;background: var(--primary);color: var(--white);}
footer * { color: #ffffff; font-size:15px;}
footer .wbox {width: min(90%, 1440px);margin: auto;display: grid;grid-template-columns: 36% 64%;}
footer #flogo {margin-bottom: 20px;}
footer .copyright *{color: #e66c64;font-size: 13px;}
footer .copyright{margin-top:30px;}
footer .foomtitleJ {margin-bottom: 0;border-bottom: 1px solid rgb(255 255 255 / 30%);padding-bottom: 10px;font-size: max(1.3 * (1vw + 1vh) / 2, 22px);font-weight: 500;}
footer #fnav {display: flex;flex-wrap: wrap;gap: 12px;}
footer #fnav a {padding: 0;display: flex;font-size: 16px;color: #fff;letter-spacing: 1px;flex-direction: column;}
footer #footerinfo {margin-top: 20px;display: grid;grid-template-columns: 50% 38%;padding: 0;}
footer #footerinfo .infoo h5{color:var(--primary);font-size: 18px;margin-bottom: 10px;}
footer #footerinfo ul {font-size: 0;}
footer #footerinfo ul li {position: relative;margin: 0 0 3px;}
footer #footerinfo ul li.plus-information img { position: absolute; max-width: 150px; bottom: 100%; left: 0; z-index: 8; max-height: 150px; display: none; }
footer #footerinfo .copyright { text-align: right; }
footer #footerinfo .copyright >div { margin-left: 10px; display: inline-block; font-size: 14px; color: #606060; }
footer #footerinfo .copyright .text { color: #fff; }
.runruningbox{position:relative;height:16.875rem;background:#dedede}
.runruningbox:before{content:"";position:absolute;display:flex;width:32vw;height:5.875rem;bottom:0;background:var(--primary);-moz-transform-origin:bottom;-moz-transform:skewX(20deg);-webkit-transform-origin:bottom;-webkit-transform:skewX(20deg);-o-transform-origin:bottom;-o-transform:skewX(20deg);-ms-transform-origin:bottom;-ms-transform:skewX(20deg);transform-origin:bottom;transform:skewX(20deg);z-index:9}
.runruningbox .textJJome{background-repeat:repeat-x;background-image:url(/images/37/artmruning.png);animation:bgroop 100s linear infinite;position:absolute;padding-top:10rem;width:130vw;z-index:5;left:-26vw;bottom:-14px;background-size:cover}


.runruningbox.downtewn .textJJome{
    padding-top: 11rem;
    bottom: 0;
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 4469px 0;
  }
}

/* contactBox */
#contactBox{position:relative;}
#contactBox:after{content:'';position: absolute;width: 100%;height: 50%;background: var(--secondary);bottom: 0;}
#contactBox .workframe{margin: 0;width: min(90%, 1600px);}
#contactBox .video-bg img{position: relative;width: 100%;min-height: 470px;z-index:2}
#contactBox .video-bg{position:relative;overflow: hidden;}
#contactBox video{width:100%;position:absolute;left: 0px; top: 0px;}
#contactBox .titleBox{position: absolute;z-index: 2;bottom: 0;width: 85%;height: 100%;background: rgb(34 34 36 / 70%);display: flex;flex-direction: column;justify-content: center;padding-left: 15%;}
#contactBox .titleBox *{color:#fff;}
#contactBox .titleBox .tit {position: relative;padding-left: 15px;font-size: 20px;}
#contactBox .titleBox .tit:before{content:url(/images/37/img-icon.png);position: absolute;top: -15px;left: 0;}
#contactBox .titleBox .entit {font-family: "Barlow", sans-serif;font-size: 40px;font-weight: 800;}
#contactBox .more {margin-top: 40px;}
#contactBox .more a {position: relative;padding: 20px 30px;display: inline-flex;color: #1f1f1f;justify-content: space-between;align-items: center;background: var(--primary);}
#contactBox .more a svg{width: 16px;}
#contactBox .more font {font-size: 16px;text-align: center;font-weight: 700;color: #1f1f1f;font-family: "Heebo", sans-serif;margin-right: 70px;}

/*countinJ_area*/
#countinJ_area{background-color:#dedede;padding: 100px 0 0;}
#countinJ_area .workframe{display:grid;grid-template-columns:repeat(2,1fr);justify-content:space-between}
#countinJ_area .workframe .callmeok{display:grid;align-items:end;justify-items:end}
#countinJ_area .workframe a.phoneJlink{font-size:max(5.5 * (1vw + 1vh) / 2,36px)}
#countinJ_area .workframe a.phoneJlink:hover{color:#dd2015}
#countinJ_area .workframe .topcaaJ{display:flex;align-items:center;gap:10px}
#countinJ_area .workframe .topcaaJ:before{content:"";width:100px;display:flex;height:1px;background:#2e2e2e}

/* gotop */
#gotop {position: fixed;right: 20px;bottom: 20px;z-index: 99;}
#gotop a {background: var(--primary);width: 50px;height: 50px;border-radius: 10px;display: flex;align-items: center;justify-content: center;border: rgb(255 255 255 / 80%) 2px solid;}
#gotop svg{fill: #ffffff;}

/* webSeo */
#webSeo { position: relative; overflow: hidden; margin-top: 40px; padding: 10px 0; }
#webSeo .js-marquee-wrapper * , #webSeo .js-marquee * , #webSeo .seo * { font-weight: 100; font-size: 13px; color: #959595; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/* SeoStarRating */
#SeoStarRating font { margin-right: 5px; display: inline-block; vertical-align: bottom; }
#SeoStarRating font:first-child { line-height: 130%; font-weight: bold; font-size: 18px; color: #FF9800; }
#SeoStarRating font:nth-child(2) { font-size: 16px; color: #FF9800; }
#SeoStarRating font:last-child { color: #383838; }

/* footer_btn */
.webBox #footer_btn a {width: 46px;height: 46px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;position: relative;}
#footer_btn{position: fixed;right: 1.5%;bottom: 46px;z-index:2000;display:flex;flex-direction:column}
#footer_btn a{margin-top:10px;background: #b1261e;line-height:40px}
#footer_btn a svg{width:50%;height:50%;fill:#ffffff}
#footer_btn a.phone{background: #2e2e2e;}
#footer_btn a.gotop{background: #393a3b;}
#footer_btn a.fooline{background: #5db361;}
@media screen and (max-width: 1500px){
	.workframe , footer .wbox { width: 90%; }
	header .navbox{margin-left:50px;}
}
@media screen and (min-width: 1281px){
	header #menuBox .box::-webkit-scrollbar { width: 0; }
	footer #footerinfo ul li.plus-information:hover img { display: block; }
}
@media screen and (min-width: 1025px){
	.phoneWrap{display: none;}
}
@media screen and (max-width: 1280px){
	header.headerfixed:before{background:#ffffff}
	footer #flogo{margin: 0 20px 35px;}
	footer .wbox{display: flex;flex-direction: column;width: 80%;}
	header .navbox{display:none;}
	header .barBox {padding: 0 0 0 5%;width: 95%;display: flex;justify-content: space-between;align-items: center;}
	header #menuBox[data-type="2"] { overflow-y: scroll; height: 85vh; }
	header #menuBox[data-type="2"]::-webkit-scrollbar { width: 0; }
	header #menuBox .contactBox ul { padding: 0 0 15vh; border: 0; }
	header #cis:before{display: none;}
	header #cis{width: 220px;}
	header{background: #ffffff;}
	header .barBox a svg{fill:#2d2d2d}
	header .barBox a i{color: #5e5e5e;}
}
@media screen and (max-width: 1024px){
	
	#countinJ_area .workframe{display: flex;flex-direction: column;gap: 20px;}
	.phoneWrap{display: block;position: fixed;bottom: 0px;left: 0px;width: 100%;z-index: 5;}
	.phoneWrap ul{display: flex;}
	.phoneWrap ul li{width: 50%;box-sizing: border-box;background-color: #333435;}
	.phoneWrap ul li + li{border-left: 1px solid #424242;}
	.phoneWrap ul li a{display: inline-block; width: 100%;color: #fff;text-align: center;padding: 10px 0px;}
}
@media screen and (max-width: 980px){
	footer #footerinfo{display:block;}
	footer .infoo{margin-bottom:20px;}
	#contactBox video{width:auto;height: 100%;}
}
@media screen and (max-width: 768px){
	header #searchBox form.showsearch{right: 115px;top: 115px;}
}
@media screen and (max-width: 600px){
	header{background: #dd2015;}
	header #searchBox form.showsearch{right: 0px;top: 80px;}
	section .titleBox{display: flex;flex-direction: column;align-items: center;}
	header .rightBox{gap: 15px;}
	header #menuIcon a font.btn{width: 4px;height: 6px;}
	header .barBox a svg{fill:white;width: 24px;}
	header .barBox a i{color:white;font-size: 19px;}
	header.headerfixed:before {background: #dd2015;;}
	.runruningbox.downtewn , #countinJ_area .workframe .topcaaJ{display: none;}
	#countinJ_area{padding: 50px 0;}
	#countinJ_area .workframe{display: flex;flex-direction: column;align-items: center;}
	#contactBox .titleBox{padding: 0 10%;width: 80%;}
	#contactBox .workframe{width:100%;}
	header .contactBox{display:none;}
	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;}
	header #menuBox[data-type="2"]{padding: 15vh 5vw;}
	header #menuBox:before{width:100vw;height: 40vh;}
	header #cis img{width: 202px;filter: brightness(222222);}
	header #menuIcon a{width: 54px;height: 80px;display: flex;justify-content: flex-start;}
	footer {padding: 50px 0;}
	footer #footerinfo ul li { width: calc(100% - 20px); }
	footer #footerinfo .copyright { text-align: left; }
	a.fmlink{width: 140px;margin-top: 30px;}
	footer .inseJ{display: flex;flex-direction: column;align-items: center;margin-top: 40px;}
	.page_form{padding-top: 10px;}
	header.open:before{background: #dd2015;}
	header.open .barBox a i{color:white;}
	header.open .barBox a svg{fill:white;}
	section .titleBox .tit{padding-left: 12px;margin-left: -6px;}
	footer #fnav{gap: 9px 20px;}
	section#countinJ_area .titleBox p{padding: 20px 0 5px;font-size: 17px;font-weight: 500;}
	#footer_btn{right: 3px;bottom: 51px;gap: 10px;}
	#footer_btn a{margin:0 10px;line-height:35px}
	#footer_btn a.gotop{right:0;bottom:0px}
}