<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0px;
    padding: 0px;
    font-family:微軟正黑體,蘋果麗黑字體,Adobe繁黑體Std B,Microsoft JhengHei, Lucida Sans Unicode, ARIAL;
}
body {
}
body form#Form1 {
    margin-bottom: 50px;
}
header .sepBar {
    height:60px;
    border:#666 solid 1px;
    display:inline-block;
    vertical-align:top;
    margin-top:10px;
}
header nav {
    display:inline-block;
    vertical-align:top;
    margin:20px;
}

#menuToggle input, #langToggle input
{
  display: block;
  width: 50px;
  height: 40px;
  position: absolute; 
  cursor: pointer;  
  opacity: 0;
  z-index: 5;  
  -webkit-touch-callout: none;
}

#langToggle input
{
  width: 67px;
  height: 74px;
}

#langToggle {
    display:inline-block;
}

#menuToggle span
{
  display: block;
  width: 50px;
  height: 6px;
  margin-bottom: 10px;
  position: relative;
  z-index: 4;  
  transform-origin: 4px 0px;  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#langToggle span {
    font-size:0 !important;
    top :7px;
    position: relative;
    z-index: 4;  
    opacity: 0;
    transition: opacity 1.5s ease;
}
#langToggle img {
    display:inline-block;
}

#langToggle input:checked ~ span {
    display:block;
    font-size:50px !important;
    opacity: 1;
    width:71px;
}

#langToggle input:checked ~ img {
    display:none;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle span:first-of-type
{
  background: #F6921E;
}
#menuToggle span:nth-of-type(2)
{
  background: #37B34A;
}
#menuToggle span:nth-of-type(3)
{
  background: #27A7DF;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  z-index:3;
  margin: -100px 0 0 -50px;
  padding-top: 125px;
  background: #D3F79C;
  border:solid 1px black;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;  
  transform-origin: 0% 0%;
  transform: translate(-200%, 0);  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#langMenu {
  position: absolute;
  z-index:3;
  margin: -100px 0 0 -118px;
  padding-top: 100px;
  background: #FFF592;border:solid 1px black;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;  
  transform-origin: 0% 0%;
  transform: translate(0, -100%);  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li, #langMenu li
{
  padding: 10px 30px 10px 50px;
  font-size: 22px;
  border-bottom:solid 1px black;
}

#menu a, #langMenu a {
    text-decoration:none;
}

#menuToggle input:checked ~ ul, #langToggle input:checked ~ ul
{
  transform: none;
}

.head_btn {
    margin:10px;
    margin-top:16px;
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
}
.headerRight {
    float:right;
}
.btn {
    cursor:pointer;
}
.ListNode input {
    cursor:pointer;
}
#headBtnPanel {
    
    margin-left:27px;
    margin-right:5px
}
#weather div
{
    display:inline-block;
}
#weather a
{
    text-decoration:none;
}
.weatherICON {
    height:48px;
    vertical-align:top;
}

#bg {
    width: 640px;
    min-height: 1136px;
    background-size: 640px;
    overflow: hidden;
    position: relative;
    border-collapse: collapse;
    border: 0;
}
#Content p {
margin-top: 15px;
}
#info td {
vertical-align: top;
}
#resizeTopDiv {
height:80px;
    display: table-cell;
    vertical-align: middle;

}
#resizeBannerDiv {
    width: 640px;
    height:300px;
    overflow:hidden;
    border-bottom:solid #ccc 10px;
}

#BannerPanel {
    height:300px;
    border-collapse: collapse;
    border:0;
}
.bannerImageTd {
    width: 600px;
}
.bannerImage {
    width:640px;height: inherit;
}
#logo {
    margin-left:14px;
    margin-top:5px;
}


#indexBtnPanel_1 {
    width: 640px;
    min-height:60px;
}
#indexBtnPanel_2 {
    
    width: 640px;
    height:60px;position: absolute;
}
#indexBtnTable_1 {    
    width: 640px;
    height:60px;
    border-collapse: collapse;
    border:0;
}

#tempBtnPanel {
    width: 640px;
    height:180px;
}

#tempDatePanel {
    width: 640px;
    height:530px
}
#indexBtnTable {    
    width: 640px;
    height:180px;
    border-collapse: collapse;
    border:0;
}
.indexBtnTd {
    width:213px;
    text-align: center;
    vertical-align:middle;
    font-size: 20pt;
    height:60px;
    max-width:213px;
    max-height:60px;
    font-weight: bold;
}

.indexBtnTd div {
    color:white;
}

.centerText {
    text-align: center;
}
#newListPanel1 {
    
    border-collapse: collapse;
    border:0;width: 640px;
}
#newListPanel2 {
    
    border-collapse: collapse;
    border:0;width: 640px;
}
#newListPanel {
    
    border-collapse: collapse;
    border:0;width: 640px;
}
#newListDiv
{
    width: 640px;
}
#news {
    padding: 30px;
    max-width: 580px;
}
.ListNode
{
    padding-left: 15px;
    padding-right: 15px;
    width: 640px;
    height:62.5px;
    vertical-align:middle;
    font-size:20pt;
    cursor: pointer;
}
#resizeFootDiv {
    height:75px;
}
#footerTable {
    width:640px;
    /*margin: 24px auto;*/
    font-size: 17pt;
    text-align: center;
    background-color:#ccc;
    position:fixed;
    bottom:0;
    padding:5px 0;
}
.foot_link {
    width:22%;
}
.foot_btn {
    width: 30px;
    margin-top: 7px;
}

#home_btn {
    width:50px;
    position:absolute;
    margin-top:5px;
    margin-left:15px;
}
.hideBtn {
    background: transparent;
    border: 0px;display: table-cell;
    text-align: left;
    font-size: 20pt;
    max-width: 604px;
    word-wrap: break-word;
}
.replaceTxt {
    display:none
}
#titleTD {
    padding-left: 45px;
    padding-right: 45px;
    width: 640px;
    height: 83px;
    background-size: 104% 104%;
    background-position: -13px -3px;
    font-size: 20pt;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 22px;
    font-weight: bold;
}
.Content{
   /* margin-top: 138px;*/
    margin-top: 40px;
}
.Content2{
/*margin-top: 60px;*/
    margin-top: 60px;
}
.Content3{
/*margin-top: 169px;*/
    margin-top: 60px;
}
#Content{
    font-size:17.5pt;
	text-align: justify;
    height: 100%;
    width: 100%;
    padding-top: 40px;
    max-width: 604px;
    word-wrap: break-word;
}
.smallPhoto {
    max-width:200px;
}

.smallPhoto3 {
    max-width:180px;
}
.smallPhotoTD {
    max-width:200px;
    padding: 10px;
    text-align: center;
}

.Detail3{
margin-left: -14px;
}
.smallPhotoTD2 {
  padding:10px;
  text-align: center;
  width: 180px;
  height: 127px;
}
.Detail {
    float:right;
    margin-top: 30px;
}
.Detail2 {
margin-left: -42px;
}
#overDark {
    background-color:#000000;
    opacity:0.7;
    position:fixed;
    top: 0px;
    left:0px;
}
#nothing {
    top: 0px;
    position:fixed;
    width: 100%;
    height: 100%;
    overflow:auto;
}
.overDarkInside {position: relative;
    background-color:#FFFFFF;
    margin: 0px auto;
    max-width: 640px;    
    max-height: 490px;
    top: 50%;
    margin-top: -240px;
}
#overDarkInsideimg{
    max-width: 630px;
    padding: 5px;
}
.smallPhoto2{
    max-height: 127px;
}
.indexBtnPanel {
    top:380px;
    position:absolute;
    width: 640px;
    height:180px;
}
.fixed {
   position: fixed;
    top: 0;
    width: 100%;
}
.hideBtn &gt; a {
width: 100%;
display: inline-block;
}
ul ul li {
margin-left: 28px;
margin-top: 10px;
}
.inputtext{
font-size: 20pt;
width: 100%;
}
.inputbtn {
    font-size: 20pt;
padding: 9px;
margin: 5px;
margin-left:0px;
}
.appsweb {
width: 150px;
}
#ContentTable{
margin: 0px auto;
}
.appswebtd {
vertical-align: top;
padding-left: 15px;
padding-right: 15px;
}

.appicon {
border-radius: 10px;
}

.cursorauto {
cursor: auto;
}
.lineheight {
line-height: 29pt;
}
#orgChart {
    max-width: 570px;
}
.BuildScopeTitle {
    width: 640px;
    height: 62px;
    font-size: 20pt;
    text-align: center;vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
}
#Table1 {
    border-collapse: collapse;
    border: 0;
}

.menuTable {
    border-collapse: collapse;
    border: 0;
}

.BuildScopeChild {
    width: 320px;
    height: 62px;
    font-size: 20pt;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 2px 2px #333333;
}
 #map-canvas { 
     
     margin:10px auto;
     width:570px;
     height: 600px; 


 }

.map_setting{
width: 50px;
height:50px;margin-left: 503px;
margin-top: -39px;
}
.map_setting_img{margin-top: 12px;
width: 40px;
}
#map_setting_panel {
    margin-top: 13px;
position: absolute;
width: 377px;
z-index: 30;
background-color: white;
margin-left: 219px;
margin-right: 10px;
max-height: 720px;
overflow-y: auto;
display: none;
}
.samllmapicon {
    width:32px;
}
.map_setting_tr {
    font-size:13pt;
    text-align:left
}
.map_stting_border {
border-bottom: 1px solid #cccccc;
font-size:20pt;
line-height:24pt;
}
.samllmaptick {
      width: 15px;
}
.samllmapicon2 {
    width:20px;height:32px;
}
.inTable {
    margin-left:30px;
    font-size:20pt;
    line-height:24pt;
}
.TableTitle {
    width:150px;
    max-width: 150px;
    vertical-align:top
}
.TableContent {
    vertical-align:top;word-break: break-all;
}
#Table2 th {
width: 100px;
text-align: center;
}
#Table2 td {    
text-align: center;
}
.petListPhoto {
    max-width:100px;
    max-height:100px;
}
.datePart {
font-family:Impact,微軟正黑體,蘋果麗黑字體,Adobe繁黑體Std B,Microsoft JhengHei, Lucida Sans Unicode, ARIAL;
height: 47px;
margin: auto;
text-align: center;
vertical-align: middle;
font-size: 23pt;
cursor:pointer;
}
.font_big {
font-size:23pt
}
.tableleftPadding{
padding-left: 30px;
padding-right: 30px;
vertical-align: top;
}
.tablePadding{
padding-left: 30px;
padding-right: 30px;
}
.DivTable {
    overflow: auto;width: 520px;max-height:700px; padding:8px;padding-left:4px;
}
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}

.activeTabOn {
    height:50px;
    font-size:23pt;
    text-align:center;
}
.activeTabOff {
    height:50px;
    font-size:23pt;
    text-align:center;
}
.toTop {
    position:fixed;
    /*bottom:20px;*/
    bottom:57px;
    right:10px;
    height:82px;
    width:82px;
    cursor:pointer
}
.JumpingLink {
    text-align:center;
    word-break:break-all;font-size: 20pt; line-height: 26pt;
}

.JumpingLink .a{
    text-align:left;
margin: 0px auto;
}
#Jumping {
font-size: 20pt;
}
#noData{
font-size: 20pt;
}

.fancybox-close {
    font-size:0;
}



#mvdetail {
    margin-top:20px;
}

#goodsname {
    font-size: 20px;
    font-weight:bold;
    display:block;
    margin-bottom:10px;


}

itemsListPanel {

    margin-top:100px;

    border: 1px solid #000000;

}

.content section {
    margin:10px;
    width:620px;
    margin-bottom:70px;
    display:block;
    clear:both;
}

.content section h2 {
    height:50px;
    line-height:50px;
    margin:0;
    padding-left:15px;
}

.content section li {
    padding:10px;
    list-style:none;
    border-bottom:solid 1px #666;
}

.content section a {
    text-decoration:none;
    color:black;
}

.moreBtn {
    display:inline-block;
    line-height:50px;
    text-align:center;
    width:100px;
    height:50px;
    float:right;
    margin-top:10px;
    margin-right:10px;
    border:solid 1px #666;
    color:#666;
    background-color:white;
}

#focus h2 {
    border-left:solid 4px #CF586C;
    background-color:#F1CDD3;
}

#promo h2 {
    border-left:solid 4px #58A71C;
    background-color:#C0EBC7;
}

#album {
    box-shadow:#ccc 1px 5px;
    text-align:right;
}

#album h2 {
    border-left:solid 4px #35AACD;
    background-color:#CAEBFF;
    text-align:left;
}

#album .moreBtn {
    float:none;
    margin-bottom:20px;
}
#iconFavourSet a{
    text-decoration:none;
}
#iconSet, #iconFavourSet {
    background-color: #E3F2E1;
    margin: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 640px;
    font-size: 1.7em;
}

    #iconSet table, #iconFavourSet table {
        background-color: #fff;
        border-collapse: collapse;
        width: 100%;
    }

    #iconSet td, #iconFavourSet td {
        border: solid 1px #666;
        text-align: center;
        vertical-align: middle;
        width: 200px;
        height: 200px;
    }

        #iconSet td img, #iconFavourSet td img {
            margin-bottom: 20px;
        }

#playlist {
    padding: 5px;
}

#playlist li {
    padding:0;
    margin:5px;
    display:inline-block;
    border:none;
    box-shadow:rgba(0,0,0,0.3) 2px 5px;
}

#playlist img {
    width:190px;
}

#playlist h3 {
    font-size:1.2em;
}

#player {
    padding:10px;
}

#photoList {
    margin:10px;
}

#photoList img {
    width:600px;
}

#banner2 {
    width:600px;
    margin:20px;
    margin-top:80px;
    clear:both;
    z-index:unset;
}

.scrollImg {
    position:fixed;
    /*bottom:20px;*/
    bottom:57px;
    right:10px;
    height:82px;
    width:82px;
    cursor:pointer;
	background-image:url(image/downBtn.png);
}

#playlist2 {
    text-align:center;
}
#playlist2 li {
    padding:0;
    margin:5px;
    display:inline-block;
    vertical-align:top;
}

#playlist2 img {
    width:190px;
}

#playlist2 h3 {
    font-size:1em;
    width:190px;
}

#playlist2 a {
    text-decoration:none;
}

#infoPlaylist tr:nth-of-type(odd), .videoList {
    background-color:#FFCCCC;
}

.videoBanner {
    background-color:#FF0000;
}

.news_List {
    background-color:#F6CCE4;
}
.newsBanner {
    background-color:#D20078;
}

.noticeList {
    background-color:#D9EDD6;
}
.noticeBanner {
    background-color:#41A534;
}

.activityList {
    background-color:#FAE5CE;
}
.activityBanner {
    background-color:#E47C08;
}

.recruitList {
    background-color:#D8EBF8;
}
.recruitBanner {
    background-color:#3D99DC;
}

.aboutList {
    background-color:#E5EDCC;
}
.aboutBanner {
    background-color:#7EA700;
}
.favourBanner {
    background-color: #528E8F;
}
#iconListDiv div {
    display: inline-block;
    border: solid 1px #A2A2A2;
    background-color: white;
    margin-bottom: 2px;
    position: relative;
}
    /*    #iconListDiv div img {
        width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
        
    }*/
#iconListDiv div span{
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
    .serviceList {
        background-color: #E7DCED;
    }
.serviceList2 {
    background-color:#C2A7D2 !important;
}
.serviceBanner {
    background-color:#8650A6;
}
.iamccBanner{
    background-color:#2DC0D6;
}

.iamccList{
    background-color:#D5F2F7;
}
.iamccList2{
    background-color:#96DFEA !important;
}

.pa2020Banner {
    background-color: #6f9d19;
}

.pa2020List {
    background-color: #c7e37c;
}

.onlineList {
    background-color:#DCE8E8;
}
.onlineBanner {
    background-color:#528E8E;
}

.facilityList {
    background-color:#D1F2ED;
}
.facilityList2 {
    background-color:#8CDDD3;
}
.facilityBanner {
    background-color:#19BCA7;
}

.appList {
    background-color:#F3E4EC;
}
.appBanner {
    background-color:#C479A0;
}

.resourceList {
    background-color:#EBE4E1;
}
.resourceList2 {
    background-color:#CDBBB3 !important;
}
.resourceBanner {
    background-color:#9C7767;
}

.procurementBanner {
    background-color: #41a534;
}

.procurementList {
    background-color: #d9edd6;
}

.admin_arrowdown {
    position: absolute;
    right: 20px;
}

.admin_title {
    text-align: center;
    font-size: 20pt;
}

.admin_detail_table{
    width:100%;
}

.admin_detail_faqans p, .admin_detail_ul li, .admin_faqans p, .admin_scanctions li {
    margin: 20px 0 0 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18pt;
    line-height: 45px;
}

#admin_content, .admin_detail_content {
    margin: 0 20px 0 0;
    font-size: 18pt;
    line-height: 45px;
}

.admin_detail_content {
    margin: 20px 0 0 0;
    padding-left: 30px;
    padding-right: 30px;
}



div.qingmingBanner_c {
    position: fixed !important;
    left: 0px !important;
    bottom: 0px !important;
    width: 640px !important;
    height: 130px !important;
    background-image: url(image/banner44M_c.jpg) !important;
    background-size: cover !important;
    z-index: 1000;
}

div.qingmingBanner_s {
    position: fixed !important;
    left: 0px !important;
    bottom: 0px !important;
    width: 640px !important;
    height: 130px !important;
    background-image: url(image/banner44M_s.jpg) !important;
    background-size: cover !important;
    z-index: 1000;
}

div.qingmingBanner_e {
    position: fixed !important;
    left: 0px !important;
    bottom: 0px !important;
    width: 640px !important;
    height: 130px !important;
    background-image: url(image/banner44M_e.jpg) !important;
    background-size: cover !important;
    z-index: 1000;
}

div.qingmingBanner_p {
    position: fixed !important;
    left: 0px !important;
    bottom: 0px !important;
    width: 640px !important;
    height: 130px !important;
    background-image: url(image/banner44M_p.jpg) !important;
    background-size: cover !important;
    z-index: 1000;
}

div.qmCloseBtn {
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
    width: 32px !important;
    height: 32px !important;
    background-image: url(image/closebox.png) !important;
    background-size: cover !important;
}

div.chart {
    width: 24px;
    height: 24px;
    background-image: url(image/icon/chartIcon.png);
    background-size: cover;
    display: inline-block;
}

</pre></body></html>