<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&amp;display=swap');
/* font-family: 'Raleway', sans-serif; */
/* CSS Document */
html {
    font-family: 'Raleway', sans-serif,"微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #f4f4f4;
}

/*=========================================================================
*
*scrollToTop
*
===========================================================================*/

div.scrolltop {
  position: fixed;
  right: 17px;
  bottom: 50px;
  display: none;
  background-color:  rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 99999;
  border-radius: 25px;
}
div.scrolltop a {
  display: block;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 0;
  background: url(../images/scroll-icon.svg)no-repeat center center;
  line-height: 50px;
  outline: 0;
}

/*=========================================================================
*
*header-wrap
*
===========================================================================*/

.header-wrap {
  position: relative;
  z-index: 99;
  display: block;
  width: 100%;
  background: url(../images/header-line.gif)no-repeat white center top;
  background-size: 100% 8px;
  height:112px;
  box-shadow: 0px 0px 20px rgba(0,0,0,.3);
  /*border-bottom: 1px solid #d1d1d1;*/
}
.r-container {max-width: 1200px;margin:0 auto;position: relative;}
.header-logo {
  display: inline-block;
  position: relative;
  z-index: 999;
  margin-top: 42px;
  max-width: 304px;
}
.header-logo a {display: inline-block;}

@media(max-width: 1250px) {
  .header-logo {
    margin-top: 44px;
    margin-left: 10px;
    max-width: 280px;
  }
}
@media(max-width: 1002px) {
  .header-wrap {height:143px;}
  .header-logo {
    margin-top: 30px;
    margin-left:calc(50% - 140px);
  } 
}
@media(max-width: 767px) {
  .header-logo {
    margin-top: 15px;
    max-width: 200px;
    margin-left:calc(50% - 100px);
  }
  .header-wrap {
    height:55px;
    background-size: 100% 2px;
  }
}
/*=========================================================================
*
*desktop menu
*
===========================================================================*/

.nav-desktop {
  position: absolute;
  right:0;
  top:32px;
}
.nav-desktop ul li {float: left;}
.nav-desktop ul li a {
  display: block;
  padding: 20px;
  font-size: 1.1em;
}
.sec-item {
  display: none;
  margin-left: -12px;
  position: absolute;
  z-index: 999;
  background: #ffffff;
  width:8.5em;
  border-top: 5px solid #22a8dd;
  box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
.sec-item li {
  float: left;
  width:100%;
}
.sec-item li a {
  font-size: 1rem !important;
  display: block;
  border-bottom: 1px solid #f4f4f4;
  color: #333333;
}
.sec-item li:last-child a {border-bottom:0;}
.sec-item li a:hover {
  color: white;
}
.nav-tab:nth-child(1) &gt; a:hover {color: #22a8dd;}
.nav-tab:nth-child(2) &gt; a:hover {color: #09b9af;}
.nav-tab:nth-child(3) &gt; a:hover {color: #1078b7;}
.nav-tab:nth-child(4) &gt; a:hover {color: #0c9c47;}
.nav-tab:nth-child(5) &gt; a:hover {color: #8dc73d;}
.nav-tab:nth-child(6) &gt; a:hover {color: #00a0bd;}
.nav-tab:nth-child(1) .sec-item {border-top: 5px solid #22a8dd;}
.nav-tab:nth-child(2) .sec-item {border-top: 5px solid #09b9af;}
.nav-tab:nth-child(3) .sec-item {border-top: 5px solid #1078b7;}
.nav-tab:nth-child(4) .sec-item {border-top: 5px solid #0c9c47;}
.nav-tab:nth-child(5) .sec-item {border-top: 5px solid #8dc73d;}
.nav-tab:nth-child(6) .sec-item {border-top: 5px solid #00a0bd;}
.nav-tab:nth-child(1) .sec-item li a:hover {background: #22a8dd;}
.nav-tab:nth-child(2) .sec-item li a:hover {background: #09b9af;}
.nav-tab:nth-child(3) .sec-item li a:hover {background: #1078b7;}
.nav-tab:nth-child(4) .sec-item li a:hover {background: #0c9c47;}
.nav-tab:nth-child(5) .sec-item li a:hover {background: #8dc73d;}
.nav-tab:nth-child(6) .sec-item li a:hover {background: #00a0bd;}

@media (max-width: 1002px) {
   .nav-desktop {
    border-top: 1px solid #ebebeb;
      top:85px;
      width:100%;
      background: white;
   }
   .nav-desktop ul li.nav-tab {
      width:calc(100% / 6);
      position: relative;
   }
   .nav-desktop ul li a {text-align: center;}
   .sec-item {
    margin-left: 0;
    width:100%;
  }
}
@media (max-width:767px) {.nav-desktop {display: none;}}

/*=========================================================================
*
*mobile-menu
*
===========================================================================*/
.mp-pushed &gt; .mp-menu { box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 20px;}
.menu-trigger {
  display: none;
  position: absolute !important;
  left:0px;
  top:4px;
  z-index: 999;
  width:48px;
  height:48px;
  /*background: #5ea4f*/;
  padding: 8px 10px 5px 10px;
}
.menu-trigger span {
  display: block;
  width:100%;
  height:2px;
  background: linear-gradient(to bottom right, #00cc66 0%, #0099cc 100%);
  margin:6px 0;
}
.menu-trigger span.menu-bar01 {width:100%;}
.menu-trigger span.menu-bar02 {width:80%;}
.menu-trigger  span.menu-bar03 {width:50%;}
.menu-trigger:hover span {
  background: #585858;
  width:100%;
}

/*.container {background: white !important;}*/
.mp-menu h2 {font-size:1.5em !important;padding: 2rem !important;}
.mp-level{
  background: #00a852 !important;
  /*background: linear-gradient(to bottom right, #00cc66 0%, #00a852 100%)!important;*/
}
.mp-menu ul li::before {line-height:54px !important;}
.mp-menu ul li &gt; a {
  color: white;
  padding: 1.2rem 1.2rem 1.2rem 2rem !important;
  font-size: 1em !important;
}
.mp-menu.mp-overlap h2::before,
.mp-overlap .mp-level.mp-level-overlay &gt; h2::before {
  top:20px !important; 
  color: white;
  font-size: 1.6rem !important;
}
@media (max-width: 767px) {
  .menu-trigger {display: block;}
}

/*=========================================================================
*
*footer-wrap
*
===========================================================================*/

.footer-wrap {
  background: #00a852;
  min-height: 155px;
  overflow: hidden;
}
.footer-logo {
  float: left;
  margin-left: 10px;
  margin-top: 60px;
}
.footer-inner {
  float: left;
  margin-left: 50px;
  padding: 2em 0;
  line-height: 1.5;
}
.footer-link li {
  display: inline-block;
}
.footer-link a {
  color: white;
  padding:0 .5em;
  position: relative;
}
.footer-link li:not(:first-child) a:before {
  content: '';
  position: absolute;
  width:1px;
  height:16px;
  background: rgba(255,255,255,.7);
  left:-1px;
  top:calc(50% - 9px);
}
.footer-info {
  width:700px;
  color: white;
}
.footer-info li {display: inline-block;padding:0 .5em;}
.footer-info li a {
  color: white;
}
.footer-info li a:hover,.footer-info li a:focus {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .footer-logo {margin-top: 3em;}
  .footer-inner {
    width:100%;
    margin-left: 0px;
  }
  .footer-info {width:100%;}
}
@media (max-width: 576px) {
  .footer-wrap{
    padding: 0 .5em;
  }
}


/*=========================================================================
*
*Animate
*
===========================================================================*/

 a,a:hover,a:focus 
{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}</pre></body></html>