<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 */
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .fixedQuickLink .submenu.open, .fixedQuickLink .submenu, .fixedQuickLink li &gt; a svg, footer .bookingBox .dropMenu .booking, .floatBox .submenu.open, .floatBox .submenu, .floatBox .socialBox .socialList &gt; li &gt; a svg, .floatBox .socialBox .socialList &gt; li, .goTopBox .goTop::before, .goTopBox, header .dropMenu .booking, header .wrap, header, .loadingArea, .moduleBox .moduleClose, .btn a .arrow::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

@keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Noto Sans Tc", "Quicksand", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

div.titan {
  display: none;
}

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

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

.btn {
  max-width: 280px;
  width: 100%;
  height: 70px;
}
.btn a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  background-color: #9bc46f;
  display: block;
  text-align: left;
  text-transform: uppercase;
  width: 280px;
  line-height: 70px;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 0 60px;
}
@media (min-width: 1181px) {
  .btn a:hover .arrow::after {
    opacity: 1;
    -webkit-animation: dotAni 1s infinite ease-out forwards;
            animation: dotAni 1s infinite ease-out forwards;
  }
}
.btn a .arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (max-width: 640px) {
  .btn a .arrow {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.btn a .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #fff;
}
.btn a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
}
.btn_color1 {
  color: #fff;
  background-color: #9bc46f;
}
.btn_color1:hover {
  background-color: #C85A56;
}
.btn_color2 {
  color: #fff;
  background-color: #A0A0A0;
}
.btn_color2:hover {
  background-color: #999;
}

/*button*/
.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
  margin: 0;
}
.btn1 a {
  min-width: 190px;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 5px;
  padding: 13px 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #9bc46f;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #9bc46f;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

.outerWrap {
  padding-top: 127px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 60px;
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
  }
}

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

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  pointer-events: none;
  content-visibility: hidden;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  content-visibility: visiblel;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  content-visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #9bc46f;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #9bc46f;
}

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

/*搜尋*/
.searchArea .moduleWrap {
  max-width: 480px;
}
.searchArea .searchBox {
  margin: 30px 0;
  position: relative;
}
.searchArea .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}
.searchArea .searchBox a {
  width: 50px;
  height: 50px;
  background-color: #9bc46f;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

/*提醒使用cookie彈窗*/
.cookieArea .moduleWrap {
  max-width: 480px;
}
.cookieArea .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  width: 243px;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: auto;
  width: 100%;
  display: block;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

/*header*/
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  margin: 0 auto;
  /*menu*/
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  max-width: 1775px;
}
header .logo {
  max-width: 296px;
  width: 100%;
}
@media (max-width: 1880px) {
  header .logo {
    padding: 0 0 0 20px;
  }
}
header .logo a {
  display: block;
  height: 56px;
  width: 100%;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
  text-indent: -9999px;
  aspect-ratio: 1/0.189;
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 296px);
}
header .top,
header .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
header .top {
  margin-bottom: 12px;
}
header .dropMenu {
  position: relative;
  margin-left: 40px;
  z-index: 999;
}
header .dropMenu:nth-of-type(2) .booking {
  background-color: #b16eb0;
}
header .dropMenu:nth-of-type(2) .booking.open {
  background-color: #ebf5fb;
}
header .dropMenu:nth-of-type(2) .booking.open span {
  color: #b16eb0;
}
header .dropMenu:nth-of-type(2) .submenu a:hover {
  background-color: #b16eb0;
}
header .dropMenu .booking {
  width: 250px;
  line-height: 45px;
  background-color: #9bc46f;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
header .dropMenu .booking.open {
  border-radius: 0;
  background-color: #ebf5fb;
}
header .dropMenu .booking.open span {
  color: #9bc46f;
}
header .dropMenu .booking.open span::before {
  opacity: 0;
}
header .dropMenu .booking span {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
header .dropMenu .booking span::before {
  content: "";
  position: absolute;
  background-image: url("../images/triangle.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 14px;
  height: 14px;
  top: 35%;
  right: -30px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
header .dropMenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
header .dropMenu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  padding: 5px;
  display: block;
  text-align: center;
}
header .dropMenu .submenu a span {
  display: block;
}
header .dropMenu .submenu a span.bookingTitle {
  padding: 10px 0;
}
header .dropMenu .submenu a:hover {
  background-color: #9bc46f;
  color: #fff;
}
header .menu &gt; li {
  position: relative;
  display: inline-block;
}
header .menu &gt; li a {
  color: #3f3f3f;
  display: block;
  font-size: 17px;
  padding: 15px 10px;
  font-weight: 400;
  text-align: center;
}
header .menu &gt; li a .titEn {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #9bc46f;
  text-align: center;
  padding: 0 10px;
  display: block;
  text-transform: uppercase;
}
header .menu &gt; li a.current, header .menu &gt; li a:hover {
  color: #9bc46f;
}
header .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  padding: 10px;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
  color: #fff;
  background-color: #9bc46f;
}
header.scrollDown {
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.09);
          box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.09);
  max-width: 1740px;
  padding: 0 50px;
  top: 10px;
}
header.scrollDown .wrap {
  padding: 10px 0;
}
header.scrollDown .tel {
  display: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header.scrollDown .rightBox {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header.scrollDown .top {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
  margin-bottom: 0px;
}
header.scrollDown .bottom {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  float: left;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 10px 0;
}
.m_menu .m_logo img {
  width: 120px;
  display: block;
  padding-top: 5px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 60px;
  background-color: #fff;
}
.m_menu .controlBox a.main {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main span:after {
  bottom: -7px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 60px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #9bc46f;
}
.m_menu .nav li {
  border-top: 1px solid #ebf5fb;
}
.m_menu .nav li.dropDown.hasSubMenu &gt; span &gt; a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.m_menu .nav a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.m_menu .nav a .titEn {
  display: none;
}
.m_menu .nav .submenu {
  display: none;
}
.m_menu .nav .submenu a {
  padding: 10px 20px;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox {
  padding: 0 85px;
}
@media (max-width: 1880px) {
  .bannerArea .bannerBox {
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox {
    width: 100%;
    padding: 0 0px;
  }
}
.bannerArea .bannerBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea &gt; .bannerItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .Img {
  position: relative;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .bannerArea .Img {
    border-radius: 0px;
  }
}
@media (max-width: 640px) {
  .bannerArea .Img {
    height: 500px;
  }
  .bannerArea .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .bannerArea .Img {
    height: 300px;
  }
}

.goTopBox {
  display: none;
  position: absolute;
  top: -60px;
  right: 40px;
  z-index: 9;
  opacity: 0;
}
@media (max-width: 640px) {
  .goTopBox {
    right: 20px;
    top: -78px;
  }
}
.goTopBox:hover a::after {
  -webkit-animation: upDown 1.2s ease-in-out infinite;
          animation: upDown 1.2s ease-in-out infinite;
}
.goTopBox .goTop {
  color: #9bc46f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  height: 115px;
  border-radius: 50%;
}
.goTopBox .goTop::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 3px 3px 3px;
  border-color: transparent transparent #9bc46f transparent;
  pointer-events: none;
}
.goTopBox .goTop::after {
  content: "";
  position: absolute;
  background-image: url("../images/gotop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 90px;
  height: 111px;
  z-index: -1;
  pointer-events: none;
  top: 20px;
  aspect-ratio: 1/1.23;
}
.goTopBox.scrollDown {
  opacity: 1;
}

.floatBox {
  position: fixed;
  right: 20px;
  bottom: 40%;
  z-index: 999;
  width: 60px;
}
@media (max-width: 1180px) {
  .floatBox {
    padding: 0 20px;
    display: none;
  }
}
@media (max-width: 640px) {
  .floatBox {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .floatBox {
    padding: 0 5px;
  }
}
.floatBox .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.floatBox .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.floatBox .socialBox .socialList &gt; li {
  margin: 7.5px 0;
}
.floatBox .socialBox .socialList &gt; li:first-child {
  margin-top: 0;
}
.floatBox .socialBox .socialList &gt; li:last-child {
  margin-bottom: 0;
}
.floatBox .socialBox .socialList &gt; li &gt; a {
  color: #3f3f3f;
  display: block;
  font-size: 30px;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.18);
          box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.floatBox .socialBox .socialList &gt; li &gt; a .txt {
  font-size: 13px;
  margin-top: 5px;
}
.floatBox .socialBox .socialList &gt; li &gt; a svg {
  width: 30px;
  height: 18px;
  display: inline-block;
  fill: #3f3f3f;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .floatBox .socialBox .socialList &gt; li &gt; a:hover {
    color: #9bc46f;
  }
  .floatBox .socialBox .socialList &gt; li &gt; a:hover svg {
    fill: #9bc46f;
  }
}
.floatBox .btnMenu {
  position: relative;
}
.floatBox .submenu {
  position: absolute;
  top: 0;
  right: 60px;
  width: 180px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.18);
          box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.18);
  border-radius: 10px;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.floatBox .submenu a {
  padding: 10px 0;
}
.floatBox .submenu.open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  pointer-events: auto;
}

/*footer*/
footer {
  padding: 40px 0;
  background-color: #9bc46f;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 1180px) {
  footer {
    padding: 80px 0;
  }
}
footer .bookingBox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
}
@media (max-width: 1180px) {
  footer .bookingBox {
    display: none;
  }
}
footer .bookingBox .dropMenu {
  position: relative;
  width: 50%;
  border-top: 1px solid #dadada;
}
footer .bookingBox .dropMenu .booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #9bc46f;
  border-left: 1px solid #325c08;
  border-right: 1px solid #9ACD32;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  padding: 15px 0;
  cursor: pointer;
}
footer .bookingBox .dropMenu .booking span {
  font-size: 17px;
  color: #fff;
  text-align: center;
  position: relative;
}
footer .bookingBox .dropMenu .booking span::before {
  content: "";
  position: absolute;
  background-image: url("../images/triangle.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 14px;
  height: 14px;
  top: 35%;
  right: -30px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
footer .bookingBox .dropMenu .submenu {
  position: absolute;
  bottom: 100%;
  border-left: 1px solid #325c08;
  border-right: 1px solid #9ACD32;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .bookingBox .dropMenu .submenu.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
footer .bookingBox .dropMenu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #40720c;
  color: #fff;
  padding: 5px;
  display: block;
  text-align: center;
}
footer .bookingBox .dropMenu .submenu a span {
  display: block;
  padding: 10px 0;
}
footer .bookingBox .dropMenu .submenu a .telTxt {
  display: none;
}
footer .itemList {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1310px) {
  footer .itemList {
    margin: 0 -10px;
  }
}
footer .itemList .item {
  width: 33.33%;
  padding: 0 20px;
}
@media (max-width: 1310px) {
  footer .itemList .item {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media (max-width: 950px) {
  footer .itemList .item {
    width: 100%;
  }
}
@media (max-width: 950px) {
  footer .itemList .item:nth-of-type(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
footer .itemList .title {
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 1310px) {
  footer .itemList .title {
    font-size: 28px;
  }
}
footer .downLogo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
footer .downLogo .tip {
  width: calc(100% - 273px);
  padding-left: 20px;
}
@media (max-width: 660px) {
  footer .downLogo .tip {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
footer .downLogo a {
  width: 273px;
  display: block;
}
footer .downLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .infoList {
  width: 100%;
  margin-top: 20px;
}
footer .infoList li {
  width: 100%;
  font-size: 14px;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.8px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1310px) {
  footer .infoList li {
    font-size: 16px;
  }
}
footer .infoList li a,
footer .infoList li span {
  line-height: 1;
  position: relative;
  color: #fff;
  line-height: 1.5;
}
@media (min-width: 1201px) {
  footer .infoList li a:hover {
    color: #b16eb0;
  }
}
footer .infoList li .tit {
  margin-right: 10px;
}
footer .infoList li.address .tit {
  margin: 0 10px 0 5px;
}
@media (max-width: 480px) {
  footer .infoList li.address .tit {
    width: 5.88%;
    background-position: left center;
  }
}
@media (max-width: 480px) {
  footer .infoList li.address span {
    width: 94.12%;
  }
}
footer .infoList li.tel {
  font-size: 24px;
  font-family: "Quicksand";
  font-weight: 500;
  margin: 0 0 15px 0;
}
@media (max-width: 1310px) {
  footer .infoList li.tel {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  footer .infoList li.fax .tit {
    width: 5.88%;
    background-position: left center;
  }
}
footer .infoList li.time .tit {
  background-image: url("../images/time.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  footer .infoList li.time .tit {
    width: 5.88%;
    background-position: left center;
  }
}
@media (max-width: 480px) {
  footer .infoList li.time span {
    width: 94.12%;
  }
}
footer .infoList li.tip {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .socialBox {
  padding: 20px 0 0;
}
footer .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .socialBox .socialList li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: block;
  color: #fff;
}
footer .socialBox .socialList li a:hover {
  color: #b16eb0;
}
footer .socialBox .socialList li a:hover svg {
  fill: #b16eb0;
}
footer .socialBox .socialList li a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.opdArea {
  width: 100%;
}
.opdArea .footerTable {
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  overflow: hidden;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
@media (max-width: 640px) {
  .opdArea .footerTable tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .opdArea .footerTable tr {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .opdArea .footerTable tr:first-child {
    width: 60px;
  }
  .opdArea .footerTable tr:first-child td {
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .opdArea .footerTable tr:first-child {
    width: 48px;
  }
  .opdArea .footerTable tr:first-child td {
    padding: 10px 10px;
  }
}
@media (max-width: 350px) {
  .opdArea .footerTable tr:first-child td {
    padding: 10px 5px;
  }
}
.opdArea .footerTable td {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  color: #6a6a6a;
  padding: 20px 10px;
  position: relative;
}
@media (max-width: 1440px) {
  .opdArea .footerTable td {
    padding: 15px 7px;
  }
}
@media (max-width: 640px) {
  .opdArea .footerTable td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 13px;
    line-height: 20px;
    height: 100%;
    min-height: 80px;
    padding: 10px 0px;
  }
}
@media (max-width: 400px) {
  .opdArea .footerTable td {
    font-size: 14px;
  }
}
.opdArea .footerTable td:nth-child(1) {
  width: 140px;
}
@media (max-width: 1560px) {
  .opdArea .footerTable td:nth-child(1) {
    width: 120px;
  }
}
@media (max-width: 640px) {
  .opdArea .footerTable td:nth-child(1) {
    width: auto;
  }
}
.opdArea .footerTable td.close {
  width: 95px;
}
.opdArea .footerTable td.close img {
  width: 12px;
  height: 12px;
  display: block;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .opdArea .footerTable td.close {
    width: auto;
  }
}
.opdArea .footerTable tr:first-child {
  background-color: #c7c7c7;
}
.opdArea .footerTable tr:first-child td {
  border: 1px solid #c7c7c7;
  color: #fff;
  background-color: #c7c7c7;
}

.privacyArea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 0 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacyArea .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.privacyArea .text a {
  color: #9bc46f;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #9bc46f;
}
.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 35px;
}
@media (max-width: 768px) {
  .privacyArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .privacyArea .text {
    width: 100%;
  }
  .privacyArea .btn {
    margin-top: 25px;
    margin-left: 0;
  }
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #9bc46f;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  border-top: 1px solid #fff;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid white;
}
.fixedQuickLink li &gt; a {
  color: #fff;
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}
.fixedQuickLink li &gt; a .txt {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.fixedQuickLink li &gt; a svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  fill: #3f3f3f;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .fixedQuickLink li &gt; a:hover {
    color: #9bc46f;
  }
  .fixedQuickLink li &gt; a:hover svg {
    fill: #9bc46f;
  }
}
.fixedQuickLink .btnMenu {
  position: relative;
}
.fixedQuickLink .submenu {
  position: absolute;
  bottom: 67px;
  width: 180px;
  background-color: #40720c;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.18);
          box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.18);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  opacity: 0;
  pointer-events: none;
}
.fixedQuickLink .submenu a {
  padding: 10px 0;
  width: 100%;
  color: #fff;
}
.fixedQuickLink .submenu a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.fixedQuickLink .submenu.open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  pointer-events: auto;
}

/*後台預覽模式*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea a {
  text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*********內頁**********/
.mainArea {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea404 {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainArea404 .top {
  max-width: 380px;
  color: #9bc46f;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mainArea404 {
    height: 50vh;
    min-height: 350px;
  }
  .mainArea404 .top {
    font-size: 24px;
  }
}
.mainArea .contentBox {
  clear: both;
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
.titleBox .titleTw {
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 3.5px;
  margin-bottom: 5px;
}
.titleBox .titleEn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  font-family: "Quicksand";
}

/*bread*/
.bread {
  margin-bottom: 50px;
  padding: 20px 0;
}
.bread .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #a9a9a9;
}
.bread .wrap a:hover {
  color: #9bc46f;
}
.bread .wrap span {
  color: #666;
}
.bread .wrap span + a,
.bread .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
  position: relative;
}
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  padding: 10px 0;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 25px;
  color: #232323;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
.sideShare .shareList .shareItem a:hover {
  opacity: 0.8;
}
.sideShare .shareList .shareItem a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

table.breakpoint &gt; tbody &gt; tr &gt; td.expand {
  background: url("../images/plus.png") no-repeat 5px center;
  cursor: pointer;
  padding-left: 40px;
}

@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #9bc46f;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    content-visibility: hidden;
  }
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #000;
    background-color: #f0f0f0;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 30px;
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover {
    color: #fff;
    background-color: #9bc46f;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #9bc46f;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
  display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li a {
  background-color: #f8f8f8;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li a.current, .classBoxColumn .classLink .linkHasItems.open + ul &gt; li a:hover {
  background-color: #e5e5e5;
  color: #9bc46f;
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink &gt; li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink a {
    color: #2f2f2f;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
    background-color: #9bc46f;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink &gt; li:not(:first-child), .classBoxColumn .classLink &gt; li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink &gt; li &gt; a.current, .classBoxColumn .classLink &gt; li &gt; a.current {
    color: #9bc46f;
  }
  .classBoxRow .classLink &gt; li ul, .classBoxColumn .classLink &gt; li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    font-size: 14px;
    padding: 14px 15px;
    position: relative;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
  border: 1px solid #9bc46f;
  background-color: #9bc46f;
  color: #fff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number li {
  margin: 5px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox .pageList.number a.current {
  border: 1px solid #9bc46f;
  background-color: #9bc46f;
  color: #fff;
}
.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.prevnext {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #9bc46f;
  font-size: 13px;
  color: #9bc46f;
}
.tagBox a:hover {
  color: #fff;
  background-color: #9bc46f;
}
.tagBox a.current {
  color: #fff;
  background-color: #9bc46f;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  color: #333;
  display: block;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tab a.current {
  background-color: #9bc46f;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
  display: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "\f105";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.customLinkList {
  margin-top: 20px;
}
.customLinkList .textEditor {
  color: #ffffff;
}
.customLinkList .textEditor a {
  color: #ffffff;
}</pre></body></html>