<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 */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url(https://fonts.googleapis.com/css2?family=Heebo&amp;family=Noto+Sans+TC:wght@300;400;500&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@200&amp;display=swap);
html, body {
  scroll-behavior: smooth;
}

body {
  background: url(../images/bg.jpg);
  font-family: "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  scroll-behavior: smooth;
}

.pc {display: block;}
.mo {display: none;}

@media (max-width: 1200px) {
.pc {display: none;}
.mo {display: block;}
}

/*css3*/
input {
  font-family: "微軟正黑體";
}

a {
  color: #000;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #000;
}

/***↓↓↓購物車↓↓↓***/
.cartArea .countBox {
  margin-top: 10px;
  font-size: 15px;
  color: #333;
  text-align: center;
}
.cartArea .countBox b {
  font-size: 18px;
  color: #000;
  padding-left: 5px;
}
.cartArea .countBox b em {
  font-weight: 400;
  font-size: 12px;
}
.cartArea .cart {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}
.cartArea .cart li {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.cartArea .cart li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}
.cartArea .cart .Img {
  float: left;
  margin-right: 15px;
  border: 1px solid #cacaca;
  width: 50px;
  padding: 5px 0;
  overflow: hidden;
}
.cartArea .cart .Img img {
  display: block;
  width: 100%;
}
.cartArea .cart .Txt {
  padding: 10px 0;
  overflow: hidden;
}
.cartArea .cart .Txt strong {
  display: block;
  font-weight: normal;
  margin-bottom: 0px;
  float: left;
  width: calc(100% - 20px);
}
.cartArea .cart .Txt strong a {
  display: block;
  width: 90%;
  font-size: 15px;
  color: #272727;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartArea .cart .Txt i {
  float: right;
}

/***↑↑↑購物車↑↑↑**/
.opensubmenu {
  position: relative;
  cursor: pointer;
}
.opensubmenu .cicon {
  display: none;
}
@media (max-width: 1023px) {
  .opensubmenu .cicon {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 25px;
    height: 25px;
    display: block;
  }
  .opensubmenu .cicon.ciconshow::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .opensubmenu .cicon::before, .opensubmenu .cicon::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .opensubmenu .cicon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.9s;
  }
}

@media (max-width: 1023px) {
  .mobilemenu {
    display: none;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1300;
}
.loading.loadingNk {
  opacity: 0;
  transform: translate(100%, 0);
  pointer-events: none;
  transition: opacity 0.8s 0s, transform 0s 0.8s;
}
.loading.loadingOK {
  opacity: 0;
  pointer-events: none;
  transform: translate(100%, 0);
  transition: opacity 1.5s 2s, transform 0s 3.5s;
}
.loading.loadingOK img, .loading.loadingOK svg {
  transition: 0.6s 0.4s;
}
.loading.loadingOK::before {
  transform: translate(-100%, 0);
  transition: 0.5s ease-in;
}
.loading img, .loading svg {
  display: block;
  width: 130px;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading::before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
.loading::after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.bottom-control {
  position: relative;
  border-top: 1px solid #cccccc;
  margin-top: 50px;
}
.bottom-control .goods_share {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 50px 0 0 0;
  margin: 20px 0 0 0;
  z-index: 10;
}
.bottom-control .goods_share .hiddenurl {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid transparent;
  pointer-events: none;
  color: transparent;
  background: transparent;
}
.bottom-control .goods_share::before {
  content: "SHARE";
  color: #000;
  font-size: 13px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 20px);
}
.bottom-control .goods_share a {
  opacity: 0.5;
  padding: 0 5px;
}
.bottom-control .goods_share a svg {
  fill: #000;
}
.bottom-control .goods_share a:hover {
  opacity: 1;
}
.bottom-control .pageBox .nextBtn {
  opacity: 0.6;
  transition: 0.6s;
  padding-right: 25px;
  z-index: 15;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: right;
}
.bottom-control .pageBox .nextBtn:hover {
  opacity: 1;
}
.bottom-control .pageBox .nextBtn::before {
  content: "下一筆";
  font-family: "Noto Sans TC", sans-serif;
  display: block;
  color: #242424;
  font-size: 16px;
}
.bottom-control .pageBox .nextBtn::after {
  content: "";
  width: 14px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url(../images/page-arrow.png);
}
.bottom-control .pageBox .prevBtn {
  opacity: 0.6;
  transition: 0.6s;
  padding-left: 25px;
  z-index: 15;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.bottom-control .pageBox .prevBtn:hover {
  opacity: 1;
}
.bottom-control .pageBox .prevBtn::before {
  content: "上一筆";
  font-family: "Noto Sans TC", sans-serif;
  display: block;
  color: #242424;
  font-size: 16px;
}
.bottom-control .pageBox .prevBtn::after {
  content: "";
  width: 14px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) scaleX(-1);
  background: url(../images/page-arrow.png);
}
@media (max-width: 1023px) {
  .bottom-control .pageBox .nextBtn {
    position: relative;
    right: auto;
    top: auto;
    transform: translate(0, 0%);
  }
  .bottom-control .pageBox .prevBtn {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0%);
  }
}

.goodsArea {
  padding-bottom: 40px;
}
.goodsArea ul.goodsList li:hover .item .Img img {
  opacity: 0.6;
}
.goodsArea ul.goodsList li .item {
  padding: 0 10px;
  position: relative;
}
.goodsArea ul.goodsList li .item .Img {
  overflow: hidden;
  background: #000;
}
.goodsArea ul.goodsList li .item .Img img {
  display: block;
  width: 100%;
  transition: 1.2s;
}
.goodsArea ul.goodsList li .item .Txt {
  padding: 20px 0;
}
.goodsArea ul.goodsList li .item .Txt h3 {
  padding-bottom: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.goodsArea ul.goodsList li .item .Txt h3 a {
  color: #000;
  transition: 0.6s;
}
.goodsArea ul.goodsList li .item .Txt h3 a:hover {
  color: #000;
}
.goodsArea ul.goodsList li .item .Txt p {
  color: #585858;
  font-size: 15px;
}

.stitle {
  padding-top: 40px;
  color: #242424;
  position: relative;
  line-height: 1.2 !important;
}
.stitle h2 {
  font-size: 18px;
  font-weight: 400 !important;
  margin: 0 !important;
}
.stitle em {
  font-size: 16px;
}
.stitle::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #7f7f7f;
  position: relative;
  margin: 20px 0;
}

.side_album li:hover a img {
  opacity: 0.5;
}
.side_album li a {
  display: block;
  background: #000;
}
.side_album li a img {
  display: block;
  width: 100%;
  transition: 0.6s;
}

.tagBox {
  background: #494949;
  color: #fff;
  padding: 25px;
}
.tagBox b {
  font-size: 31px;
  font-weight: 300;
  font-family: "Heebo", sans-serif;
  padding-bottom: 20px;
  display: block;
}
.tagBox ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.tagBox ul li {
  padding: 5px;
}
.tagBox ul li a {
  display: inline-block;
  color: #fff;
  border: 1px solid #626262;
  padding: 10px 15px;
}
.tagBox ul li a.current {
  background: #292929;
  border: 1px solid #292929;
}

.inquirySideIcon {
  color: #fff;
  background: #00c300;
  position: fixed;
  width: 44px;
  top: 50%;
  right: 0px;
  z-index: 49;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(0px, -50%);
  padding-top: 13px;
}
.inquirySideIcon svg {
  width: 44px;
  height: 44px;
  fill: #fff;
}
.inquirySideIcon span {
  padding: 10px 8px 20px;
  text-align: center;
}
.inquirySideIcon img {
  border-top: 2px solid #fff;
}
.inquirySideIcon:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1200px) {
  .inquirySideIcon {
    display: none;
  }
}

.quickBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
  border-top: 1px solid #d8d8d8;
  display: none;
  background: #222;
}
.quickBtn a {
  min-width: 25%;
  line-height: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  justify-content: center;
  color: #fff;
  border-left: 1px solid #d8d8d8;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.quickBtn a i {
  font-size: 15px;
  height: 20px;
}
.quickBtn a:hover {
  background: #2e2e2e;
}
.quickBtn a svg {
  fill: #fff;
  margin-right: 5px;
}
.quickBtn a:first-child {
  border-left: none;
}
@media (max-width: 1200px) {
  .quickBtn {
    display: flex;
  }
}

.classNote {
  padding-bottom: 20px;
}

[class*=col-] {
  float: left;
  box-sizing: border-box;
}

*, .b-box {
  box-sizing: border-box;
  outline: none;
}

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.footerinfo {
  padding: 20px 0;
  font-size: 14px;
}
.footerinfo h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 15px 0;
}
.footerinfo a {
  color: #fff;
  display: block;
  padding-top: 10px;
}
.footerinfo a span {
  color: #787878;
  display: inline-block;
  padding-right: 15px;
}

.searchBox {
  background: #202020;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.searchBox.mobileshow {
  flex-direction: column;
  line-height: 2;
}
.searchBox.moduleBox {
  background: #202020;
  padding: 50px 20px;
}
.searchBox.moduleBox h4 {
  font-weight: 500;
  padding-bottom: 20px;
}
.searchBox.moduleBox a {
  transform: translate(-170%, 5px);
}
.searchBox input {
  max-width: 300px;
  background: #fff;
  border: none;
  border-radius: 20em;
  margin-left: 20px;
  line-height: 30px;
  height: 30px;
  padding: 0 50px 0 20px;
}
.searchBox a {
  display: inline-block;
  font-size: 20px;
  transform: translate(-150%, 3px);
}
@media (max-width: 520px) {
  .searchBox {
    flex-direction: column;
    line-height: 2;
  }
}

/*未修*/
.btn {
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.btn a {
  color: #111;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  position: relative;
  border: 1px solid #aaa;
  letter-spacing: 2px;
  transition: 0.6s;
}
.btn a span {
  display: block;
  padding: 0 50px;
  position: relative;
  z-index: 2;
}
.btn a::after {
  content: "";
  top: 0;
  left: 0px;
  transform-origin: right bottom;
  width: 0%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: 0.6s;
}
.btn a:hover {
  color: #fff;
  border: 1px solid #ececec;
}
.btn a:hover::after {
  width: 100%;
  left: auto;
  right: 0;
  opacity: 1;
}
@media (max-width: 1023px) {
  .btn {
    padding-top: 20px;
  }
}

input[type=text] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.side_share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  padding-top: 20px;
}
.side_share a {
  padding: 3px 3px 3px 10px;
  display: flex;
  align-items: center;
}
.side_share a svg {
  margin-right: 5px;
}
.side_share a.line {
  color: #4ecd00;
}
.side_share a.line svg {
  fill: #fff;
  background: #4ecd00;
}
.side_share a.fb {
  color: #3c77c7;
}
.side_share a.fb svg {
  fill: #fff;
  background: #3c77c7;
}
.side_share a.twitter {
  color: #43bceb;
}
.side_share a.twitter svg {
  fill: #fff;
  background: #43bceb;
}
@media (max-width: 767px) {
  .side_share a {
    padding: 3px;
  }
  .side_share a span {
    display: none;
  }
}

.bread {
  color: #222;
  font-size: 13px;
  background-color: #ccc;
  padding: 10px;
}
.bread div.subject {
  display: inline;
}
.bread img {
  display: none;
}
.bread a {
  color: #222;
}
.bread span {
  padding: 0 10px;
}

.subTitle {
  padding-bottom: 20px;
}
.subTitle h3 {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  padding-bottom: 15px;
}
.subTitle em {
  display: block;
  font-size: 31px;
  font-weight: 300;
  font-family: "Heebo", sans-serif;
  line-height: 1;
}
.subTitle.rights {
  padding-bottom: 25px;
}
.subTitle.rights h3 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 0px;
}
.subTitle.rights em {
  font-size: 20px;
}

.pageBox {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageBox a {
  font-size: 15px;
  color: #636363;
  margin: 5px 15px;
  display: block;
  transition: 0.6s;
  font-family: "Heebo", sans-serif;
  position: relative;
}
.pageBox a.previcon {
  transform: scaleX(-1);
}
.pageBox a.previcon, .pageBox a.nexticon {
  opacity: 0.5;
  transition: 0.6s;
}
.pageBox a.previcon::after, .pageBox a.nexticon::after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 99em;
  position: absolute;
  display: block;
  background: rgba(50, 51, 45, 0.2);
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(10px, -50%);
  transition: 0.3s 0.2s;
}
.pageBox a.previcon img, .pageBox a.nexticon img {
  position: relative;
  display: block;
  z-index: 2;
}
.pageBox a.previcon:hover, .pageBox a.nexticon:hover {
  opacity: 1;
}
.pageBox a.previcon:hover::after, .pageBox a.nexticon:hover::after {
  width: 30px;
  height: 30px;
}
.pageBox a:hover {
  color: #242424;
}
.pageBox a.current {
  font-size: 30px;
  color: #242424;
}

.outerWrap {
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 48%;
  max-width: 500px;
  width: 90%;
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  background: #fff;
}
.moduleBox.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.moduleBox .box {
  padding-bottom: 20px;
}
.moduleBox .box h4 {
  background: #000;
  position: relative;
  margin-bottom: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.moduleBox .box .btn {
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.moduleBox .box .reset .resetButton {
  background: #e6e6e6;
  color: #7d7d7d;
}
.moduleBox .box .reset .resetButton:hover {
  background: #7d7d7d;
  color: #fff;
}
.moduleBox .box .login {
  width: 300px;
  margin: 0 auto;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

a.moduleClose {
  position: absolute;
  top: 0px !important;
  right: 0;
  transform: translate(-80%, 30%);
  color: #fff;
  font-size: 20px !important;
  z-index: 2;
}

/*****網頁頭*****/
header {
  transition: 0.9s;
  height: 65px;
  padding: 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}
header.headerShow {
  opacity: 1;
  transform: translate(0, 0px);
  background-color: #2e2e2e;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .logo {
  overflow: hidden;
}
header .logo a {
  overflow: hidden;
  display: block;
  position: relative;
}
header .logo a img {
  display: block;
  height: 50px;
}
header .logo a span {
  position: absolute;
  display: block;
  transform: translate(-100%, 0);
}
header .topmenu {
  display: flex;
}
header .topmenu a {
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  line-height: 65px;
  position: relative;
  display: block;
  letter-spacing: 2px;
}
header .topmenu a::before {
  content: "";
  width: 0px;
  height: 1px;
  opacity: 0;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 1px);
  transition: 0.9s;
}
header .topmenu a.current::after {
  content: "";
  width: 1px;
  height: 17px;
  display: block;
  background: #585858;
  position: absolute;
  left: 50%;
  top: 0;
}
header .topmenu a:hover::before {
  width: 100%;
  opacity: 1;
}
header .rightIcon {
  /*display: flex;*/
  align-items: center;
  display: none;
}
header .rightIcon a {
  color: #fff;
  margin: 0 0 0 25px;
  position: relative;
  display: flex;
  align-items: center;
}
header .rightIcon a svg {
  fill: #fff;
}
header .rightIcon a b {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 99em;
  background: #fff;
  color: #2e2e2e;
  font-size: 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(80%, 0);
}
header .rightIcon a.searchopen {
  margin-left: 30px;
}
header .rightIcon a.openSideMenu {
  width: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header .rightIcon a.openSideMenu.thisopen span:nth-child(2), header .rightIcon a.openSideMenu.thisopen span:nth-child(4), header .rightIcon a.openSideMenu.thisopen span:nth-child(6), header .rightIcon a.openSideMenu.thisopen span:nth-child(8) {
  opacity: 0 !important;
}
header .rightIcon a.openSideMenu span {
  display: block;
  width: 4px;
  height: 4px;
  margin: 2px;
  background: #fff;
  transition: 0.6s;
}
@media (max-width: 1200px) {
  header .topmenu {
    display: none;
  }
  header .rightIcon {
  display: flex;
  }
}
.social {
  display: flex;
}
.social a {
  border-radius: 99em;
  border: 1px solid #fff;
  margin: 0 5px;
  padding: 3px;
  width: 40px;
  height: 40px;
}
.social a svg {
  fill: #fff;
  transition: 0.6s;
  display: block;
  padding-left: 5%;
}
.social a:hover {
  border: 1px solid #a7a7a7;
}
.social a:hover svg {
  fill: #a7a7a7;
}

.social a i {
  color: #fff;
  transition: 0.6s;
  display: block;
  font-size: 21px;
  padding-top: 15%;
  text-align: center;
}
.social a:hover i {
  color: #a7a7a7;
}

.sidebarMask {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 49;
  transform: translate(100%, 0);
  opacity: 0;
  transition: opacity 0.9s;
}
.sidebarMask.Maskshow {
  transform: translate(0%, 0);
  opacity: 1;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
  z-index: 50;
  height: 100vh;
  overflow-y: auto;
  background: #414141;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 320px;
  padding: 66px 0 65px 0;
  transition: 0.9s;
}
.sidebar.thisopen {
  transform: translate(0%, 0);
}
.sidebar .searchBox {
  height: 0px;
  padding: 0;
  overflow: hidden;
}
.sidebar .footerinfo {
  display: none;
}
.sidebar .social {
  justify-content: center;
}
.sidebar nav.menuBox ul li {
  padding: 15px 0;
}
.sidebar nav.menuBox ul li a {
  font-size: 16px;
  color: #fff;
  transition: 0.6s;
}
.sidebar nav.menuBox ul li a:hover {
  letter-spacing: 3px;
  color: #a7a7a7;
}
@media (max-width: 1200px) {
  .sidebar {
    display: block;
    padding: 65px 0 140px 0;
  }
  .sidebar .searchBox {
    height: auto;
    padding: 20px 0;
    overflow: hidden;
  }
  .sidebar .footerinfo {
    display: block;
  }
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
  z-index: 48;
  background: #e8e8e8;
  min-height: 280px;
}
.bannerArea .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.bannerArea .slick-dots {
  position: absolute;
  bottom: 0px;
  right: 0;
  display: block;
  width: 100%;
  padding: 0 20px 20px 50%;
  margin: 0;
  list-style: none;
  text-align: right;
  z-index: 10;
}
.bannerArea .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 99em;
  background: #fff;
  transition: 0.6s;
}
.bannerArea .slick-dots li.slick-active {
  width: 40px;
}
.bannerArea .slick-dots li button {
  display: none;
}
.bannerArea .titleBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 66px));
  z-index: 10;
  color: #fff;
  text-shadow: 0px 0px 5px #222;
}
.bannerArea .bannerBox {
  position: relative;
  width: 100%;
  z-index: 5;
}
.bannerArea .bannerBox ul#banner {
  min-height: 280px;
  max-height: 100vh;
  overflow: hidden;
}
.bannerArea .bannerBox li.view .Txt {
  opacity: 1;
}
.bannerArea .bannerBox li.view .Txt .nameBox .leftbox span.txt128 {
  transform: translate(0%, 0);
  opacity: 1;
}
.bannerArea .bannerBox li.view .Txt .nameBox .rightbox span.txt34 {
  transform: translate(0%, 0);
  opacity: 1;
  margin-bottom: 10px;
}
.bannerArea .bannerBox li.view .Txt .nameBox .rightbox span.txt13 {
  transform: translate(0%, 0);
  opacity: 1;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  z-index: 3;
  position: relative;
}
.bannerArea .bannerBox .Txt {
  opacity: 0;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
}
.bannerArea .bannerBox .Txt .nameBox {
  display: flex;
}
.bannerArea .bannerBox .Txt .nameBox .leftbox {
  padding-right: 20px;
  overflow: hidden;
}
.bannerArea .bannerBox .Txt .nameBox .leftbox span.txt128 {
  display: block;
  font-size: 128px;
  line-height: 1;
  white-space: nowrap;
  transform: translate(100%, 0);
  transition: 0.6s;
  opacity: 0;
}
.bannerArea .bannerBox .Txt .nameBox .rightbox {
  padding-left: 20px;
  border-left: 3px solid #fff;
  overflow: hidden;
}
.bannerArea .bannerBox .Txt .nameBox .rightbox span.txt34 {
  display: block;
  font-size: 34px;
  transform: translate(-100%, 0);
  transition: 0.6s 0.3s;
  opacity: 0;
}
.bannerArea .bannerBox .Txt .nameBox .rightbox span.txt13 {
  display: block;
  font-size: 13px;
  transform: translate(-100%, 0);
  transition: 0.6s 0.6s;
  opacity: 0;
}
@media (max-width: 1200px) {
  .bannerArea .titleBox {
    width: 100%;
    padding: 20px;
    transform: translate(-50%, calc(-50% + 30px));
  }
  .bannerArea .titleBox h2 {
    font-size: 20px;
  }
  .bannerArea .titleBox b {
    font-size: 20px;
  }
  .bannerArea .bannerBox .Txt .nameBox .leftbox span.txt128 {
    font-size: 58px;
  }
  .bannerArea .bannerBox .Txt .nameBox .rightbox span.txt34 {
    font-size: 20px;
  }
  .bannerArea .bannerBox .Txt .nameBox .rightbox span.txt13 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerBox .Txt {
    width: 100%;
    padding: 20px;
  }
  .bannerArea .bannerBox .Txt .nameBox .leftbox span.txt128 {
    font-size: 26px;
    display: none;
  }
  .bannerArea .bannerBox .Txt .nameBox .rightbox span.txt34 {
    font-size: 17px;
    margin-bottom: 5px !important;
  }
  .bannerArea .bannerBox .Txt .nameBox .rightbox span.txt13 {
    font-size: 12px;
  }
  .bannerArea .bannerBox img{
    width: 100%;
    object-fit: cover;
    height: 320px;
  }
}


.mainArea {
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 50px 0;
  min-height: 50vh;
}
@media (max-width: 1023px) {
  .mainArea {
    padding: 25px 0;
  }
}

h1.articleTitle {
  font-size: 30px;
  color: #242424;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 20px;
  letter-spacing: 2px;
}

.contentBox {
  padding-top: 20px;
}
.contentBox .newsins {
  padding-left: 50px;
}
.contentBox .rightBox {
  padding-right: 50px;
}
.contentBox .rightBox .tagBox {
  margin-top: 50px;
}
.contentBox .rightBox .side_menu.arrowtype ul li {
  padding: 20px 20px 0 0;
  position: relative;
}
.contentBox .rightBox .side_menu.arrowtype ul li.openthis::after {
  transform: translate(0px, -50%);
  opacity: 1;
}
.contentBox .rightBox .side_menu.arrowtype ul li::after {
  content: "";
  width: 14px;
  height: 16px;
  display: block;
  background: url(../images/submenuarrow.png) no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10px, -50%);
  transition: 0.6s;
  opacity: 0;
}
.contentBox .rightBox .side_menu.arrowtype ul li:hover a::before {
  width: 100%;
}
.contentBox .rightBox .side_menu.arrowtype ul li:hover::after {
  transform: translate(0px, -50%);
  opacity: 1;
}
.contentBox .rightBox .side_menu.arrowtype ul li a {
  position: relative;
  padding-right: 20px;
}
.contentBox .rightBox .side_menu.arrowtype ul li a.current::after {
  transform: translate(0px, -50%);
  opacity: 1;
}
.contentBox .rightBox .side_menu.arrowtype ul li a.current::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.contentBox .rightBox .side_menu.arrowtype ul li a::before {
  content: "";
  width: 0%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.6s;
}
.contentBox .rightBox .side_menu ul li {
  padding: 10px;
  border-bottom: 1px solid #c3c3c3;
  line-height: 20px;
}
.contentBox .rightBox .side_menu ul li &gt; a {
  line-height: 45px;
}
.contentBox .rightBox .side_menu ul li a {
  font-size: 16px;
  color: #585858;
  display: flex;
  align-items: center;
}
.contentBox .rightBox .side_menu ul li a.current {
  color: #000;
}
.contentBox .rightBox .side_menu ul li a.current::before {
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f105";
}
@media (max-width: 1023px) {
  .contentBox .newsins {
    padding: 0px;
  }
  .contentBox .rightBox {
    padding: 0px;
  }
  .contentBox .leftBox {
    padding: 20px 0 0 0;
  }
}

/*頁尾資訊*/
footer {
  background: #2e2e2e;
  color: #fff;
}
footer.footerShow {
  transform: translate(0, 0px);
  opacity: 1;
}
footer .copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  color: #7b7b7b;
  text-align: center;
  justify-content: center;
  padding: 20px 0;
}
footer .wrap {
  width: 1600px;
}
footer .wrap .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
  border-bottom: 1px solid #585858;
}
footer .wrap .top .left .downLogo a img {
  width: 80px;
  display: block;
}
footer .wrap .top .subMenuDown {
  width: 60%;
  display: flex;
  border-left: 1px solid #585858;
}
footer .wrap .top .subMenuDown .subject {
  padding: 0 55px;
  flex: 1;
  border-right: 1px solid #585858;
}
footer .wrap .top .subMenuDown .subject h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 20px;
}
footer .wrap .top .subMenuDown .subject .side_menu ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
footer .wrap .top .subMenuDown .subject .side_menu ul li {
  width: 50%;
}
footer .wrap .top .subMenuDown .subject .side_menu ul li dl {
  display: none;
}
footer .wrap .top .subMenuDown .subject .side_menu ul li a {
  font-size: 14px;
  color: #9d9d9d;
}
footer .wrap .top .subMenuDown .subject .side_menu ul li a img {
  display: none;
}
footer .wrap .top .subMenuDown .subject .side_menu ul li a:hover {
  color: #fff;
}
footer .wrap .top .pagebtn a {
  font-size: 14px;
  color: #fff;
  background: #7b7b7b;
  width: 175px;
  height: 48px;
  border: 1px solid #d6d6d6;
  padding: 5px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
footer .wrap .top .pagebtn a svg {
  margin-right: 10px;
}

footer .wrap .top .pagebtn a i {
  margin-right: 10px;
  font-size: 24px;
}

footer .wrap .top .pagebtn a:hover {
  background: #2e2e2e;
  border: 1px solid #585858;
}
@media (max-width: 1620px) {
  footer .wrap {
    width: 100%;
    padding: 0 20px;
  }
  footer .wrap .top .subMenuDown .subject {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {

  footer .downLogo {
    display: none;
  }

  footer {
    padding-bottom: 70px;
  }
  footer .wrap .top {
    padding: 30px 0;
    flex-direction: column;
  }
  footer .wrap .top .subMenuDown {
    width: 100%;
    margin: 40px 0;
  }
  footer .wrap .top .pagebtn {
    display: flex;
    flex-wrap: wrap;
  }
  footer .wrap .top .pagebtn a {
    margin: 0 5px 5px;
  }
}
@media (max-width: 1023px) {
  footer .wrap {
    display: block;
  }
}
@media (max-width: 550px) {
  footer .wrap {
    display: block;
  }
  footer .wrap .top {
    padding: 30px 0;
    flex-direction: column;
  }
  footer .wrap .top .subMenuDown {
    flex-direction: column;
    border-left: none;
  }
  footer .wrap .top .subMenuDown .subject {
    margin-top: 20px;
    border-right: none;
    border-bottom: 1px solid #585858;
    padding: 0 0 20px 0;
  }
}

/*********內頁**********/
/**********************/
.arrowAre {
  display: flex;
  position: relative;
  z-index: 10;
}
.arrowAre a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #d2d2d2;
  color: #d2d2d2;
  width: 40px;
  height: 40px;
  transition: 0.6s;
  margin-right: 5px;
}
.arrowAre a:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

.titleBox {
  text-align: center;
  padding-bottom: 50px;
  letter-spacing: 2px;
}
.titleBox em {
  font-size: 16px;
  color: #585858;
}
.titleBox h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}
.titleBox b {
  font-size: 40px;
  font-family: "Heebo", sans-serif;
  font-weight: 200;
}
.titleBox h3 {
  font-size: 40px;
  color: #222;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .titleBox {
    padding-bottom: 30px;
  }
  .titleBox h3 {
    font-size: 30px;
  }
  .titleBox b {
    line-height: 1.1;
  }
}

/*類別*/
.m_classLink {
  display: none;
}
@media (max-width: 767px) {
  .m_classLink {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #222;
    border: 1px solid #CCC;
    position: relative;
    padding: 10px;
    /* IE6-9 */
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .m_classLink ul li a:hover {
    background: #000;
    color: #fff;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}

.classLink {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.classLink li {
  border-bottom: 2px solid #fff;
  padding: 5px 0;
  margin: 0;
  transition: 0.6s;
}
.classLink li:last-child a {
  border-right: none;
}
.classLink li a {
  display: block;
  border-right: 1px solid #c9c9c9;
  font-size: 16px;
  color: #111;
  padding: 0 20px;
}
.classLink li a.current {
  color: #000;
}
.classLink li:hover {
  border-bottom: 2px solid #000;
}
.classLink li:hover a {
  color: #000;
}
@media (max-width: 767px) {
  .classLink {
    display: none;
  }
  .classLink li a {
    padding: 0 5px;
  }
}

/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }
  .col-3 {
    float: none;
    width: 100%;
  }
  .col-4 {
    float: none;
    width: 100%;
  }
  .col-5 {
    float: none;
    width: 100%;
  }
}
/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.3s linear;
  backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.imh_detail img {
  transition: all 0.3s linear;
  backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}




.topmenu&gt;.abc:hover&gt;.submenu {
  opacity: 1;
  pointer-events: auto
}

.topmenu&gt;.abc&gt;.submenu {
  /*top: 100%;*/
  top: 65px;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0);
  transform: translate(0)
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out
}
.topmenu .abc {
  position: relative
}
.topmenu .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  min-width: 100%;
  background-color: #333;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  pointer-events: none
}
.topmenu .submenu&gt;li:hover&gt;a {
  color: #f3ad1f
}
.topmenu .submenu&gt;li:hover&gt;.submenu {
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
.topmenu .submenu&gt;li&gt;.submenu {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 0
}
.topmenu .submenu a {
  display: block;
  padding: 10px;
  white-space: nowrap;
  line-height: 24px;
  text-align: center;
}

.mMenu .submenu {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}
.mMenu .submenu .open&gt;a {
  opacity: 1;
  padding-bottom: 15px;
}
.mMenu .submenu a {
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 1;
  padding-left: 10px;
  font-size: 16px;
}
.mMenu .submenu .submenu a {
  padding-left: 20px;
}





.menu&gt;li:hover&gt;.submenu {
  opacity: 1;
  pointer-events: auto
}

.menu&gt;li&gt;.submenu {
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0);
  transform: translate(0)
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.menu li {
  position: relative;
}
.menu .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  min-width: 100%;
  background-color: #222;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.sidebar nav.menuBox ul li .submenu&gt;li {
  padding: 0;
}

.menu .submenu&gt;li:hover&gt;a {
  color: #f3ad1f
}
.menu .submenu&gt;li:hover&gt;.submenu {
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 999;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out
}
.menu .submenu&gt;li&gt;.submenu {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  opacity: 0;
  top: 100%;
  left: 0;
  z-index: 999;
  background-color: #666;
}
.menu .submenu a {
  display: block;
  padding: 10px;
  line-height: 24px;
  white-space: nowrap
}


.mMenu .submenu {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}
.mMenu .submenu .open&gt;a {
  opacity: 1;
  padding-bottom: 15px;
}
.mMenu .submenu a {
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 1;
  padding-left: 10px;
  font-size: 16px;
}
.mMenu .submenu .submenu a {
  padding-left: 20px;
}
</pre></body></html>