<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document desktop first*/
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&amp;display=swap');
/*---globle---*/
body {margin:0; padding:0; font-family: 'Noto Sans TC', sans-serif;}
a{text-decoration:none; transition:.3s;}
#header, #footer, #defaultimg, .content, .innerhtml, .frm, .flexfrm{width:100%; height:auto; float:left;}
.flexfrm{display:flex;}
.page{max-width:90%; height:auto; margin:0 auto;}
.rwdimg{width:100%; height:auto;}/*讓圖自適應*/
.rwdimgmax{max-width:100%; height:auto;}
.innerhtml img{max-width:100%; height:auto;}
.path{font-size:13px; font-weight:normal; color:#999;}
.path a{color:#999;}
.side, .main{height:auto; float:left;}
figure,figcaption{margin:0; padding: 0;}
*{box-sizing:border-box;}
[class*="col-"] {float: left;}
@keyframes fade{
from {opacity:0;}
  to {opacity:1;}
}
/*youtube*/
.video-container {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
.video-container iframe, .video-container object, .video-container embed {position: absolute; top: 0;left: 0; width: 100%; height: 100%;}
/*Grid for all situation and &gt;1280px*/
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-20 {width: 20%;}
/*header nav*/
#header{position:fixed; z-index:400; top:0;}
.logo{line-height:0; width:110px; position:relative; vertical-align: middle; display: inline-block;}
.logo img{max-width:100%; height:auto; vertical-align: middle;}
/*mobile menu btn*/
.menu{width:42px; height:40px; padding:3px; position:absolute; border-radius:0.5em; text-align:center;  top:50%; transform:translateY(-50%); right:-15%; cursor:pointer; display: block;}
.menu &gt; div{width:80%; height:50%; border-top:1px solid #666; border-bottom:1px solid #666; position: absolute; top:20%; display: block;}
.menu &gt; div::before{content:""; width:100%; height:1px; background:#666; display:block; top:50%; left:0; position:absolute;}
/*nav*/
nav{position:absolute; bottom:0; right:0; text-align: right;}
.syisnav {list-style:none; margin:0; padding:0; display:inline-block;}
.syisnav li{position:relative; display: inline-block;}
.syisnav li a{display:block; padding:0.3em 0.5em; text-decoration:none; white-space:nowrap;}
.syisnav li ul{position:absolute; background:#fff; box-shadow:0 0 2px rgba(0,0,0,0.2); display:none; padding:0; left:50%; transform:translateX(-50%);}
.syisnav li ul li{display:block; text-align: center;}
.syisnav li ul li ul{ left:100%; display:none; top:0;}
.syisnav li:hover &gt; ul{display:block; animation-name:fade; animation-duration:.5s;}
/*side subnav*/
.side.top,.main.top{width:100%;}
.side.right{float:right;}
.sidetit{margin:0;}
#submenu{float:left; width:100%; overflow:hidden;}
.subnav ul{margin:0; padding:0; list-style:none;  font-size:16px;}
.subnav ul li{padding:0;}
.subnav ul li a{color:#333; padding:0.5em 1em; border-bottom:1px dotted #ccc;}
.subnav ul li ul li a::before{content:"-"; margin-right:0.5em; color:#ccc;}
.subnav ul li ul li a{font-size:14px; color:#666; border-bottom:1px dotted #ccc; padding:0.4em 0 0.4em 1em;}
.subnav a:hover{color:#14508c; padding-left:1em;}
.subnav a{width:100%; color:#fff; display:block; padding-left:0.5em;}
/*subnav to top side*/
.top .subnav ul{text-align:center;}
.top .subnav ul li{display:inline-block; padding:0.5em;}
.top .subnav ul li a{border:1px solid #ccc;}

/*--defaultimg  default setting--*/
#defaultimg{line-height:0; position:relative;}
#defaultimg .page{padding:0;}

/*content*/
.lht18{line-height:180%;}
.lht16{line-height:160%;}

/*btn*/
.btn a{margin:1em; padding:0.5em 3em; background:#666; color:#fff; border-radius:0.3em; display:inline-block; cursor: pointer;}
.btn a:hover{background:#333;}

.sysform{padding:1em; margin:0; line-height:2em; }
.sysform input[type='text'],.sysform input[type='password'] , .sysform select{border:none; background:#efefef; display:inline-block; line-height: 1.6em; height:35px;}
.sysform textarea{background:#efefef; border:none;}
.sysform input[type='checkbox']{width:20px; height:20px; margin-right:3px; vertical-align:text-bottom;}
.sysform table{width:100%;}
.sysform table td{padding:0.5em; vertical-align: top;}

@media screen and (min-width:1286px){.hide-d{display:none !important;}}
@media screen and (max-width:1285px){/*desktop*/

/*Grid s size for desktop or landscape*/
.col-d1 {width: 8.33%;}
.col-d2 {width: 16.66%;}
.col-d3 {width: 25%;}
.col-d4 {width: 33.33%;}
.col-d5 {width: 41.66%;}
.col-d6 {width: 50%;}
.col-d7 {width: 58.33%;}
.col-d8 {width: 66.66%;}
.col-d9 {width: 75%;}
.col-d10 {width: 83.33%;}
.col-d11 {width: 91.66%;}
.col-d12 {width: 100%;}
.logo{width:80px;}
}
@media screen and (min-width:961px) and (max-width:1285px){/*desktop-small*/ .hide-ds{display:none !important;}}
@media screen and (max-width:960px){/*desktop-small*/

/*Grid s size for pad*/
.col-p1 {width: 8.33%;}
.col-p2 {width: 16.66%;}
.col-p3 {width: 25%;}
.col-p4 {width: 33.33%;}
.col-p5 {width: 41.66%;}
.col-p6 {width: 50%;}
.col-p7 {width: 58.33%;}
.col-p8 {width: 66.66%;}
.col-p9 {width: 75%;}
.col-p10 {width: 83.33%;}
.col-p11 {width: 91.66%;}
.col-p12 {width: 100%;}
	
}
@media screen and (min-width:768px) and (max-width:960px){/*desktop-small*/ .hide-p{display:none !important;}}
@media screen and (max-width:767px){/*phone*/
.hide-m{display:none !important;}
/*Grid s size for mobile*/
.col-m1 {width: 8.33%;}
.col-m2 {width: 16.66%;}
.col-m3 {width: 25%;}
.col-m4 {width: 33.33%;}
.col-m5 {width: 41.66%;}
.col-m6 {width: 50%;}
.col-m7 {width: 58.33%;}
.col-m8 {width: 66.66%;}
.col-m9 {width: 75%;}
.col-m10 {width: 83.33%;}
.col-m11 {width: 91.66%;}
.col-m12 {width: 100%;}

.logo{width:85%; min-height:auto;}
.logo img{width:50px;}
.side, .main{padding:1em 0;}
/*nav*/
.nav{width:100%; background:#333; display:none; position:static;}
.syisnav{text-align:center; margin:0; padding:0; list-style:none; width:100%;}
.syisnav li{display:block; margin:0; padding:0; font-size:18px; width:100%;}
.syisnav li a{text-align:center; line-height:200%;  padding:0.2em 0; font-weight:normal; font-size:18px; display:block; border-radius:0;}
.syisnav li a:hover{background:#333; color:#fff;}
/*subnav*/
#submenu{border:1px solid #ccc; float:left; width:100%; border-radius:5px; box-shadow:0 5px 15px rgba(0,0,0,0.2); background:#fff;}
.subtoggle{padding:1em; display:block; border-bottom:1px dotted #efefef; cursor: pointer;}
.subnav{display:none;}
.subnav ul li{padding:0;}
.subnav ul li a{border-bottom:1px dotted #ccc; line-height:160%; padding:0.5em 1em; background:none; border-radius:0; color:#666; font-size:15px;}
.top .subnav ul li{display:block; padding:0;}
.top .subnav ul li a{border:none; border-bottom:1px dotted #ccc;}
/*--syis faq--*/
.syisfaq{max-width:100%; margin-left:0%;}
.sysform table td,.sysform table th{clear:both; display:block; text-align:left; padding:0; line-height:160% !important;}
}
</pre></body></html>