﻿@charset "utf-8";

div.maskwhite{position:fixed; top:0; left:0; width:100%; height:100vh; background:#fff; z-index: 1000; animation: bodyfin 1.1s ease-in-out; animation-fill-mode: forwards; pointer-events: none;}
@keyframes bodyfin {
  from {opacity:1;}
  to {opacity:0;}
}


/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/*default page set*/
.gugond0{padding:1% 0 4% 0;}
.gugond0 .list{padding:5%;}
.gugond0 .list .frm{display:flex; flex-wrap:nowrap; font-size:15px; color:#000; align-items:center;}
.gugond0 .list figure, .gugond0 .list section{width:50%; padding:3%; color:#000;}
.gugond0 .list figure{position:relative; overflow:visible;}
.gugond0 .list figure::after{content:""; width:100%; height:90%; display:block; position:absolute; background:#000; top:20%; left:-10%; z-index: -1;}
.gugond0 .list h3.subject{color:#000; font-size:48px; font-family: "Roboto Condensed", sans-serif; font-weight:500; line-height:110%; margin:0;}
.gugond0 .list h3.subject span{font-size:30px;}
.gugond0 .list.rr figure{order:1;}
.gugond0 .list.rr figure::after{top:-10%; left:10%;}
.gugond1 table td:nth-of-type(1){max-width:500px;}
.gugond1{position:relative; font-size:16px; line-height:160%;}
.gugond1 img[alt="daboutbg"]{position:absolute; width:100%; max-width: 1600px; height:auto; top:0; left:50%; transform:translateX(-50%); z-index:-1;}
.gugond1 h2{font-size:30px; line-height:140%;}
.morebtn a{background:#fe5504; colorr:#fe5504; color:#fff; padding:5px;}
.fixedbtn a{max-width:100px; display:inline-block; }


.subnav ul li{border-bottom:none; margin:10px 0;}
.subnav ul li a{background:linear-gradient(60deg,#f47327 85%,#231f20 85%); border-radius:5px; padding-left:3%; letter-spacing: 1px; color:#000; transition:.3s; font-size:20px; font-weight:500;}
.subnav ul li a:hover{background:linear-gradient(60deg,#f47327 15%,#f47327 15%); color:#fff;}
.subnav ul li a.hit,.top .subnav ul li a.hit{background:#231f20; color:#fff;}
.top .subnav ul li a{padding:.8em 1.7em; background:linear-gradient(60deg,#f47327 75%,#231f20 75%);}

.about{position:relative;}
.about::after{content:""; width:100%; height:100%; background:url("../images/aboutbg.jpg") no-repeat bottom center; background-size:cover; display:block; position:absolute; left:0; bottom:0; z-index: -2;}
.about::before{content:""; width:100%; height:100%; background:linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0)); background-size:cover; display:block; position:absolute; left:0; bottom:0; z-index: -1;}
.product .list{padding:20px;}
.product .list .frm{display:flex; flex-wrap:nowrap; border:1px solid #f47327; background:#fff; padding:2%;}


.product .list .frm figure{padding:0 2%; width: 50%;}
.product .list .frm section{padding:0 2%;width: 50%;}





.product .list h3.subject,.prodetail h1.syis{font-size:26px; color:#000; font-weight:bold;}
.product .list h3.subject .eng,.prodetail h1.syis .eng{color:#ef4a08; font-size:18px; display:block; margin-bottom:6px;}
.product .list h3.subject .bold,.prodetail h1.syis .bold{font-weight:500;}
.product .list h3.subject .bold span,.prodetail h1.syis .bold span{color:#ef4a08;}
.prodetail figure{max-width:500px;text-align: center;}
.prodetail .sum{max-width:calc(100% - 500px); float:right;}
.prodetail h1.syis{width:calc(100% - 500px); float:right; text-align:left;}
.prodetail .cnt{border-top:1px solid #f47327; margin-top:50px;}
.prodetail .path{margin-bottom:10px;}

.prodetail td{font-size: 20px;}



.Contactus .main{display:flex; flex-wrap:wrap; justify-content:center;}
.Contactus .list{max-width:800px;}
.Contactus .list .frm{display:flex; flex-wrap: nowrap; border-bottom:1px solid #ccc;}
.Contactus .list figure,.Contactus .list section{padding:1em;}
.Contactus .list section h3{margin:0.3em 0 0.5em 0; color:#ff5405; font-size:18px;}



.dl{display: flex; align-items: center;}
.dl a{color: black; text-decoration: none; border-bottom: 2px solid orange; padding-right: 8px;}
.dl img{width: 25px; height: 29px; margin-right: 8px;}


@media screen and (max-width:1286px){/*desktop*/

}
@media screen and (max-width:960px){/*desktop-small pad*/
.prodetail h1.syis{width:100%;}
.prodetail figure{width:100%; max-width:100%; text-align:center;}
.prodetail .sum{max-width:100%; width:100%;}

.product .list .frm figure{padding:0 2%; width: 56%;}



}
@media screen and (max-width:767px){/*phone*/
.gugond0 .list .frm{flex-wrap:wrap;}
.gugond0 .list figure, .gugond0 .list section{width:100%;}
.gugond0 .list.rr figure{order:0;}
.gugond0 .list h3.subject{font-size:24px; margin-top:30px; margin-bottom:0;}
.gugond0 .list h3.subject span{font-size:20px;}

.gugond0 .innerhtml{display: none;}


.gugond1 h2{font-size:20px; line-height:140%;}
.subnav ul li,.top .subnav ul li{border-bottom:none; margin:0;}
.subnav ul li a,.top .subnav ul li a{background:none; border-radius:0; padding:.7em; font-weight:500; font-size:16px;}
.subnav ul li a.hit,.top .subnav ul li a.hit{background:#231f20; color:#fff;}
.product .list h3.subject,.prodetail h1.syis{font-size:20px;text-align: center;}
.product .list h3.subject .eng,.prodetail h1.syis .eng{font-size:15px;}
.Contactus .list .frm{flex-wrap: wrap;}
.Contactus .list figure,.Contactus .list section{padding:.3em;}
.product .list{padding:20px 0;}
.product .list .frm{flex-wrap:wrap;}

.product .list .frm figure{padding:0 0%; width: 100%;}
.product .list .frm section{padding:0 0%; width: 100%;}


}
/*=====================default page set end=====================*/

#defaultimg .mask{width:90%;}
/*以下為預設功能用*/

/*prodetail*/
.prodetail .main h1.syis{width:50%; float:right;}
.prodetail .main .sum{width:50% !important; float:right;}
.prodetail .main figure{padding-right:0em; width:100%;}
.prodetail .main .cnt::before{content:"詳細介紹"; font-size:16px; color:#999; display:block; width:100%; border-bottom:1px solid #ccc; font-weight:700; letter-spacing: 1px; margin:2em 0 1em 0;}
@media screen and (max-width:767px){/*phone*/
.prodetail .main h1.syis{width:100%; float:right;}
.prodetail .main .sum{width:100% !important; float:right;}
}
/*Contact4*/
.Contact4{padding-bottom:0;}
.Contact4 .gmap .page{max-width:100%; width:100%;}
/*A0201 style*/
.A0201 .main .list .frm{background:#fff; box-shadow:0 0 5px rgba(200,200,200,.2);}
/*A0202 style*/
.A0202 .page{max-width:960px;}
.A0202 .main .list{border-bottom:1px solid #ccc;}
/*A0203 A0204 style*/
@media screen and (max-width:767px){/*phone*/
.A0203_detail .side, .A0204_detail .side{display: none;}
}
/*A0204 style*/
/*A0205 style*/
.A0205 .page{max-width:960px;}
.A0205 .main .list h3.subject{width:calc(100% - 7em); display: inline-block;}
.A0205 .main .list .path{width:6em; display: inline-block;}
.A0205 .main .list .more{width:4em; display: inline-block;}
.A0205 .main .list{border-bottom:1px dotted #ccc;}
@media screen and (max-width:767px){/*phone*/
.A0205 .main .list section{ flex-wrap: wrap;}
.A0205 h3.subject{width:100%;}
.A0205 .main .list .path {width:50%;}
.A0205 .main .list .more{width:50%; text-align: right;}
}
/*A0207*/
.A0207_class .main .list{text-align: center;}
.A0207_class .main .list .frm{background:#fff; box-shadow: 0 0 3px rgba(0,0,0,0.1);}
/*A0208*/
.A0208 .main .ptit{display:none;}
/*A0209*/
.A0209 .main .list h3.subject{width:calc(100% - 7em); display: inline-block;}
.A0209 .main .list .path{width:6em; display: inline-block;}
.A0209 .main .list .more{width:4em; display: inline-block;}
.A0209 .main .list{border-bottom:1px dotted #ccc;}
@media screen and (max-width:960px){/*desktop-small pad*/
/*A0209*/
.A0209 .main .list h3.subject{width:100%; display: inline-block;}
.A0209 .main .list .path{width:6em; display: inline-block; }
.A0209 .main .list .more{width:4em; display: inline-block; float:right;}
}
/*A0301*/
.A0301_detail .main h1{display:none;}
/*A0302*/
.A0302 .main .list{text-align:center;}
/*A0306*/
.A0306 .main .list .more{text-align:center;}
/*A0403*/
.A0403_class .main .list{text-align:center;}
.A0403 .main .list h3.subject{font-size:15px;}
/*A0404*/
.A0404_class .main .list{text-align:center;}
.A0404_class .main .list h3.subject{border-top:3px solid #666; background:#f5f5f5;}
.A0404_detail .subtit{display:none;}
.A0404_detail .prodetail .rr{width:100%;}
/*A0405*/
.A0405 .main .list .frm{padding:0;}
.A0405 .main .list h3.subject{font-size:16px;}
/*A0406*/
.A0406 .main .list figure, .A0406 .main .list section{width:50%; padding:0.5em; display:inline-block; float:left;}
.A0406 .main .list.rr figure{float:right;}
/*A0407*/
.A0407 .ptit{display:none;}
/*A0408*/
.A0408_BCat .main .list{text-align:center;}
.A0408_BCat .main .list .frm{background:#fff; box-shadow:0 0 3px rgba(0,0,0,0.1);}
.A0408 .main .list h3.subject{font-size:16px;}
/*A0501*/
.A0501 .main .list .frm{background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1);}
.A0501 .main .list .innerhtml{padding-left:30px; border-top:1px solid #ccc;}
/*A0502*/
.A0502 .main .list .frm{border:1px solid #ccc; position:relative;}
.A0502 .main .list .frm::before{content:""; width:45px; height:100%; position:absolute; top:0; left:0; background:#ccc; display: block; z-index: -1;}
.A0502 .main .list .innerhtml{padding:5px 0 5px 45px; border-top:1px solid #ccc;}
.A0502 .main .list h3.subject{padding:5px; margin-left:45px !important; text-indent: -45px !important;}
.A0502 .main .list h3.subject .foricon{color:#fff; text-align: center; font-size:30px; width:40px; line-height: 32px; margin-right:5px; display: inline-block; text-indent:initial;}
/*A0503*/
.A0503 .main .list{padding:0;}
.A0503 .main .list h3.subject{border-bottom:1px solid #ccc;}
.A0503 .main .list .innerhtml{padding-left:30px;}
/*A0601*/
.A0601 .main .list h3.subject .foricon{display:none;}
.A0601 .main .list .frm{background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1);}
/*A0602*/
.A0602 .main .list .frm{background:#fff; border:1px solid #efefef;}
.A0602 .main .list h3.subject{font-weight:normal;}
.A0602 .main .list h3.subject .foricon{padding:5px; opacity:.5; }
.A0602 .main .list h3.subject .foricon images{width:10px; height:auto; padding-top:10px;}
/*A0603*/
.A0603 .main .list h3.subject .foricon{padding:5px; opacity:.5; }
.A0603 .main .list .frm{background:#fff; border-radius:1em;}
/*A0604*/
.presentall .list, .presentall .list .frm{margin:0; padding:0;}
.presentall .list{margin-top:0.5em;}
.A0604_Class .page{ max-width:1000px;}
.A0604 .list h3.subject{font-weight:normal; width:calc(100% - 5em); display:inline-block;}
.A0604 .list .more{width:5em; display:inline-block;}
.A0604 .list .more span{display:inline-block; border-radius:1em; padding:2px 6px; background:#666; color:#fff;}
.A0604 .list h3.subject .foricon{padding:5px; opacity:.5; }
.A0604 .list{border-bottom:1px dotted #999; padding:0; margin:0;}
.A0604 .list .frm{padding:0;}
.A0604 .list .frm:hover .more span{background:#333;}
/*A0701*/
.A0701 .main .list{text-align:center;}
/*A0702*/
.A0702 .main .list h3.subject{font-weight:normal; width:calc(100% - 5em); display:inline-block;}
.A0702 .main .list .more{width:5em; display:inline-block;}
.A0702 .main .list .more span{display:inline-block; border-radius:1em; padding:2px 6px; background:#666; color:#fff;}
.A0702 .main .list h3.subject .foricon{padding:5px; opacity:.5; }
.A0702 .main .list{border-bottom:1px dotted #999; padding:0; margin:0;}
.A0702 .main .list .frm{padding:0;}
.A0702 .main .list .frm:hover .more span{background:#333;}
/*A1702*/
.A1702 .main .list{border-bottom:1px dotted #ccc;}
/*Contact4*/
.Contact4{padding-bottom:0;}
.Contact4 .gmap .page{max-width:100%; width:100%;}
/*A0901*/
.MBLayout h1{width:66%; float:right;}
.MBLayout figure{width:33%;}
.MBLayout .innerhtml.sum{width:66%; padding-left:2em;}
.MBLayout .innerhtml{margin-top:2em;}
@media screen and (max-width:767px){/*phone*/
.MBLayout figure,.MBLayout h1{width:100%; text-align: left; font-size:20px;}
.MBLayout .innerhtml.sum{width:100%; padding-left:0;}
}
/*QALayout*/
.QALayout .main .list h3.subject{text-indent:-30px; margin-left:30px;}
/*syis default product*/
.Ctlist .main .list{text-align:center;}

/*syis default download*/
.DWlist .main .list{border-bottom:1px dotted #ccc;}
.DWlist .main .list h3.subject, .DWlist .main .list .path{display:inline-block; vertical-align: top;}
.DWlist .main .list .frm{padding:0;}
.DWlist .main .list .path{width:6em; line-height:180%; padding:0.5em 0;}
.DWlist .main .list h3.subject{width:calc(100% - 6em); }
