<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 20230614 new ======================================================================================*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&amp;display=swap'); */

 :root{
  --blue:#2da5da;
  --ziv:#ff6a13;
  --greenLight:#349d15;  
  --yellow:#f7c143;
  --grey:#eee;
  --lightBrown:#b59457;
  --Gray9:#999;
  --Gray6:#666;
  --Gray3:#333;
  --White:#fff; 
  --Black:#000; 
  --Red:#f00;
  font-size: 16px;
}
.nstcfont{
  font-family: 'Noto Sans TC', sans-serif;
}
.colorblue{
  color: var(--blue);
}
.colorziv{
  color: var(--ziv);
}
.colorgreenLight{
  color: var(--greenLight);
}

.coloryellow{
  color: var(--yellow);
}

.colorgrey{
  color: var(--grey);
}

.colorlightBrown{
  color: var(--lightBrown);
}

.colorGray3{
  color: var(--Gray3);
}

.colorGray6{
  color: var(--Gray6);
}

.colorGray9{
  color: var(--Gray9);
}

.colorBlack{
  color: var(--Black);
}

.colorWhite{
  color: var(--White);
}

.colorRed{
  color: var(--Red);
}

.f11{
  font-size: 0.69rem;
}

.f12{
  font-size: 0.75rem;
}

.f13{
  font-size: 0.81rem;
}

.f14{
  font-size: 0.88rem;
}

.f15{
  font-size: 0.94rem;
}

.f16{
  font-size: 1rem;
}

.f17{
  font-size: 1.06rem;
}

.f18{
  font-size: 1.13rem;
}

.f19{
  font-size: 1.19rem;
}

.f20{
  font-size: 1.25rem;
}

.f21{
  font-size: 1.3125rem;
}

.f22{
  font-size: 1.38rem;
}

.f24{
  font-size: 1.5rem;
}

.f26{
  font-size: 1.63rem;
}

.f28{
  font-size: 1.75rem;
}

.f30{
  font-size: 1.88rem;
}
.fw100{
  font-weight: 100;
}

.fw400{
  font-weight: 400;
}

.fw500{
  font-weight: 500;
}

.fw600{
  font-weight: 600;
}

.fw700{
  font-weight: 700;
}

.fw800{
  font-weight: 800;
}

.fw900{
  font-weight: 900;
}
/*  ��𣇉�夝over�����1 */

.hovimg-zoom {
  display: block;
  overflow: hidden;
}

.hovimg-zoom img {
  width: 100%;
  transition: all 0.6s;
  transform: scale(1.06);
  object-fit: cover;
}
.borderd{
  border: 1px solid #ddd;
}
.radius8{
  border-radius: 8px;
}
.radius10{
  border-radius: 10px;
}
.radius30{
  border-radius: 30px;
}
.hovimg-zoom:hover img {
  transform: scale(1.16);
}
.hovimg-zoom:hover a{
  color: var(--White);
}
.moreBtn{
  -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    padding: 0 18px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #666;
    font-weight: 500;
    font-size: 14px;
    white-space: normal;
    text-transform: uppercase;
    transition: all .35s ease;
    position: relative;
}
.sub_en{
  text-transform: capitalize;
}
.moreBtn:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  width: 16px;
  height: 30px;
  background: var(--White);
  transform: skew(-22deg);
  transition: all .35s ease;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hovimg-zoom:hover .moreBtn a{
  color: #666;
}
/* a:hover .moreBtn{  
  color: #000;
} */
.moreBtn_svg {
  fill: none;
  stroke: #666;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  margin: 0 0 0 5px;
  transition: stroke .2s ease,-webkit-transform .2s ease;
  transition: stroke .2s ease,transform .2s ease;
  transition: stroke .2s ease,transform .2s ease,-webkit-transform .2s ease;
}
.hovimg-zoom:hover .moreBtn_svg {
  stroke: #666;
  -webkit-transform: translateX(4px);
  transform: translate(4px);
}

.moreBtn2 {
  align-items: center;
  border: 2px solid var(--grey);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--grey);
  display: flex;  
  height: 33px;
  justify-content: space-between;
  letter-spacing: .05em;
  margin: 33px 0 0 auto;
  padding: 0 13px 0 14px;
  transition: color .2s ease,border-color .2s ease;
  width: 120px;
}
a:hover .moreBtn2 {
  border-color: var(--White);
  color: var(--White);
}
.moreBtn2_svg {
  fill: none;
  stroke: var(--grey);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  margin: 0 0 1px;
  transition: stroke .2s ease,-webkit-transform .2s ease;
  transition: stroke .2s ease,transform .2s ease;
  transition: stroke .2s ease,transform .2s ease,-webkit-transform .2s ease;
}
a:hover .moreBtn2_svg {
  stroke: var(--White);
  -webkit-transform: translateX(4px);
  transform: translate(4px);
}

@keyframes zoomIn {
  0% {
      transform: scale(1.2);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}

/*  ��𣇉�夝over�����2*/
.zoom {
  width: 100%;
  -webkit-animation: picfadein 2s;
  animation: picfadein 2s;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1.01, 1.01, 1);
  transform: scale3d(1.01, 1.01, 1);
}
.zoom:hover,
a:hover .zoom {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
@-webkit-keyframes picfadein {
  from {
      opacity: 0;
      -webkit-transform: scale(1.5);
  }
  to {
      opacity: 1;
      -webkit-transform: scale(1);
  }
}

@keyframes picfadein {
  from {
      opacity: 0;
      transform: scale(1.5);
  }
  to {
      opacity: 1;
      transform: scale(1.01);
  }
}

.position-relative {
  position: relative !important;
  color: inherit;
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}
.zindex1000{
  z-index: 1000;
}
 .m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 3rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 3rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

.pe-5 {
  padding-right: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 3rem !important
}
.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}
.d-none {
  display: none !important
}
.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}
.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.body17 {
font-family: Arial, 敺株��迤暺煾��, Helvetica, sans-serif;
font-size: 17px;
font-weight: 400;
color: rgb(102, 102, 102);
background-color: rgb(255, 255, 255);
text-size-adjust: none;
}
ul.num,
ul.dot{
  list-style: none !important;
  padding-left: 20px !important;
  margin-bottom: 13px !important;
}
ul.num li,
ul.dot li{
  position: initial !important;
  text-align: left !important;
  padding-left: 0 !important;
}
ul.num li:before,
ul.dot li:before{
  content: none !important;
}
ul.num li{  
  list-style: decimal !important;
}
ul.dot li{  
  list-style:disc !important;
}
</pre></body></html>