<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(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
.mClassLink &gt; ul, .mClassLink .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "Noto Sans TC", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
  color: #2f2f2f;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

address {
  font-style: normal;
}

address {
  font-style: normal;
}

/*css3*/
a {
  color: #2f2f2f;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #d79a2a;
}

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

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

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

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

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190;
}

a.btn_color1:hover {
  background-color: #C85A56;
}

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0;
}

a.btn_color2:hover {
  background-color: #999;
}

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

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.outerWrap.show {
  opacity: 1;
}

.wrap {
  width: 100%;
  max-width: 1530px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#gmap {
  display: none;
  height: 400px;
}

.label {
  padding: 5px 7px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  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;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  -o-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .mobuleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.mobuleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

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

.moduleCloseStyle {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: #d79a2a;
  border: none;
  cursor: pointer;
}
.moduleCloseStyle::before, .moduleCloseStyle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleCloseStyle::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleCloseStyle::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}
header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
header .logo {
  position: relative;
  z-index: 2;
  padding-top: 35px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #53585a;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
  -o-transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
  transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
}
header .logo a {
  display: block;
  width: 167px;
  height: 94px;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
@media (max-width: 640px) {
  header .logo a {
    width: 85px;
    height: 48px;
  }
}
header .right {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .outlinkStyle,
header .right .languageBox {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  header .right .outlinkStyle,
header .right .languageBox {
    display: none;
  }
}
header .right .outlinkStyle,
header .right .languageBox a.main,
header .right .btnMenu {
  position: relative;
  overflow: hidden;
}
header .right .outlinkStyle::before,
header .right .languageBox a.main::before,
header .right .btnMenu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
  -o-transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
  transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
}
header .right .outlinkStyle::before,
header .right .languageBox a.main::before {
  background-color: #53585a;
}
header .right .btnMenu {
  position: relative;
}
header .right .btnMenu::before {
  background-color: #d79a2a;
}
header.bg .logo {
  padding-top: 17px;
}
header.bg .logo::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
header.bg .right {
  margin-top: 0;
}
header.bg .right .outlinkStyle::before,
header.bg .right .languageBox a.main::before,
header.bg .right .btnMenu::before {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
header.bg .right .outlinkStyle::before,
header.bg .right .languageBox a.main::before {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
header.bg .right .btnMenu::before {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
header.bg .right .btnMenu .line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff));
  background-image: -o-linear-gradient(#fff);
  background-image: linear-gradient(#fff);
}
header.bg .right .btnMenu .line::before, header.bg .right .btnMenu .line::after {
  background-color: #fff;
}
@media (max-width: 1780px) {
  header.menuOpen .logo {
    opacity: 0;
    pointer-events: none;
  }
}
header .menuBox .innerBox {
  padding-top: 130px;
}
header .bottomBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menu {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}

.outlinkStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.outlinkStyle a {
  position: relative;
  padding: 30px 19px;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #fff;
}
.outlinkStyle a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  opacity: 0.3;
  background-color: #fff;
}
.outlinkStyle.dark a {
  color: #888;
}
.outlinkStyle.dark a::after {
  opacity: 1;
  background-color: #d0d0d0;
}

.languageBox {
  position: relative;
}
.languageBox .main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
}
.languageBox .main::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  opacity: 0.3;
  background-color: #fff;
}
.languageBox ul {
  position: absolute;
  top: 130%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.languageBox.show ul {
  top: 110%;
  opacity: 1;
  pointer-events: auto;
}
.languageBox ul a {
  display: block;
  padding: 8px 5px;
  text-align: center;
  color: #fff;
  background-color: #d79a2a;
}
.languageBox ul a:hover {
  background-color: #94d1ca;
}
.languageBox.dark .main {
  color: #888;
}

.btnMenu {
  padding: 0;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1px;
  margin-right: -1px;
  padding: 30px 29px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .btnMenu {
    padding: 13px 30px;
  }
}
.btnMenu .title {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
.btnMenu .line {
  position: relative;
  width: 22px;
  height: 14px;
  margin-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#897c76));
  background-image: -o-linear-gradient(#897c76);
  background-image: linear-gradient(#897c76);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btnMenu .line::before, .btnMenu .line::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #897c76;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btnMenu .line::before {
  top: 50%;
  margin-top: -0.5px;
  width: 100%;
}
.btnMenu .line::after {
  top: 100%;
  width: 50%;
}
.btnMenu:hover .line::after {
  width: 100%;
}
.btnMenu.open .line {
  background-size: 0px 1px;
}
.btnMenu.open .line::before, .btnMenu.open .line::after {
  top: 50%;
  margin-top: -0.5px;
}
.btnMenu.open .line::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btnMenu.open .line::after {
  width: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*menu*/
.menuBox {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: 510px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menuBox .innerBox {
  height: 100vh;
  overflow-y: auto;
}
.menuBox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #44484b;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
  -o-transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
  transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
}
.menuBox .menu,
.menuBox .bottomBox .ins {
  width: 100%;
  max-width: 1320px;
}
.menuBox .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e1e1e1;
  display: none;
}
.menuBox .bottomBox .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
}
.menuBox .menu,
.menuBox .bottomBox {
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .menuBox.show {
    opacity: 1;
    pointer-events: auto;
  }
  .menuBox.show::after {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .menuBox.show .menu,
.menuBox.show .bottomBox {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .menuBox.show .menu {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .menuBox.show .bottomBox {
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

.menu {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1180px) {
  .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.menu li {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.menu li:not(:last-child) {
  border-bottom: 1px solid #4b5053;
}
.menu .title {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  cursor: default;
}
.menu .subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}
.menu .subMenu a {
  position: relative;
  display: block;
  padding: 5px 7px;
  color: #b9b9b9;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.menu .subMenu a:last-child::after {
  display: none;
}
.menu .subMenu a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  background-color: #696c6e;
}
.menu .subMenu a:hover {
  color: #d79a2a;
}

.downMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1180px) {
  .downMenuList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.downMenuList li {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1181px) {
  .downMenuList li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 1180px) {
  .downMenuList li {
    width: calc(100% / 6);
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .downMenuList li {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .downMenuList li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }
}
.downMenuList li:last-child .title::after {
  display: none;
}
.downMenuList .title {
  position: relative;
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  cursor: default;
}
.downMenuList .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 15px;
  background-color: #cbcbcb;
}
@media (max-width: 640px) {
  .downMenuList .title::after {
    display: none;
  }
}
.downMenuList .subMenu {
  padding-top: 15px;
}
.downMenuList .subMenu a {
  display: block;
  padding-bottom: 10px;
  color: #b9b9b9;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.downMenuList .subMenu a:hover {
  color: #d79a2a;
}

@media (max-width: 1180px) {
  .downMenuList {
    display: none;
  }
}
.downMenuList .title {
  color: #fff;
}
.downMenuList .title::after {
  background-color: #696969;
}

.mobileMenuBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 60px;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 640px) {
  .mobileMenuBox {
    padding-top: 90px;
  }
}
.mobileMenuBox::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #44484b;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
  -o-transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
  transition: all 0.5s cubic-bezier(0.9, 0.16, 0.17, 0.93);
}
.mobileMenuBox .ins {
  width: 100%;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.mobileMenuBox .subMenu {
  display: none;
}
.mobileMenuBox .top,
.mobileMenuBox .mobileMenu,
.mobileMenuBox .bottom {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.mobileMenuBox .socialBox a {
  font-size: 16px;
}
.mobileMenuBox .socialBox .iconLine {
  width: 18px;
  height: 18px;
}
.mobileMenuBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobileMenuBox .top &gt; a {
  margin-right: 20px;
  padding-right: 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  border-right: 1px solid #67696b;
}
@media (max-width: 440px) {
  .mobileMenuBox .top &gt; a {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
.mobileMenuBox .top .languageBox .main {
  padding: 15px;
}
@media (max-width: 767px) {
  .mobileMenuBox.show {
    opacity: 1;
    pointer-events: auto;
  }
  .mobileMenuBox.show::after {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .mobileMenuBox.show .top {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .mobileMenuBox.show .mobileMenu {
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .mobileMenuBox.show .bottom {
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .mobileMenuBox.show .top,
.mobileMenuBox.show .mobileMenu,
.mobileMenuBox.show .bottom {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.mobileCopyright {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
  color: #a8a8a8;
}
.mobileCopyright a {
  color: #a8a8a8;
}
.mobileCopyright a:hover {
  color: #d79a2a;
}
.mobileCopyright address {
  display: inline-block;
}

.mobileMenu li {
  border-bottom: 1px solid #67696b;
}
.mobileMenu .title {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
}
.mobileMenu .title::before, .mobileMenu .title::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 11px;
  height: 1px;
  background-color: #b8b8b8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobileMenu .title::before {
  right: 10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobileMenu .title::after {
  right: 10px;
}
.mobileMenu .title.show::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobileMenu .subMenu {
  padding-bottom: 12px;
}
.mobileMenu .subMenu a {
  display: block;
  padding-left: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #888;
}

/*****banner******/
.bannerArea {
  position: relative;
}

/*頁尾資訊*/
footer {
  padding-top: 75px;
  background-color: #333;
}
@media (max-width: 1180px) {
  footer {
    padding-top: 0;
  }
}
footer .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 50px;
  border: 1px solid #5c5c5c;
  border-right: none;
  border-left: none;
}
@media (max-width: 640px) {
  footer .bottomBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 35px;
  }
}
@media (max-width: 480px) {
  footer .bottomBox {
    padding-bottom: 20px;
  }
}
footer .leftItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  footer .leftItemBox {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer .leftItemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .rightItemBox {
  margin-left: auto;
}
@media (max-width: 640px) {
  footer .rightItemBox {
    width: 100%;
  }
}
@media (min-width: 641px) {
  footer .socialBox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 480px) {
  footer .socialBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
footer .socialBox .title {
  width: 120px;
}
@media (max-width: 640px) {
  footer .socialBox .title {
    margin-right: 35px;
  }
}
@media (max-width: 640px) {
  footer .socialBox .box {
    padding-left: 0;
  }
}

.downLogo {
  width: 165px;
  margin-right: 35px;
}
@media (max-width: 640px) {
  .downLogo {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .downLogo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.downLogo img {
  display: block;
  width: 100%;
}

.footerInfo {
  color: #9b9b9b;
  line-height: 1.7;
}
.footerInfo a,
.footerInfo span {
  color: #b9b9b9;
}
.footerInfo a:hover {
  color: #d79a2a;
}
.footerInfo address {
  display: inline-block;
}

.socialBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socialBox .title {
  font-size: 13px;
  letter-spacing: 0.02em;
  font-family: "Lato", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  text-align: right;
  color: #bbb;
}
.socialBox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
.socialBox a {
  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: 36px;
  height: 36px;
  font-size: 22px;
  color: #999;
}
.socialBox a:hover {
  color: #d79a2a;
}
.socialBox .iconLine {
  width: 21px;
  height: 21px;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.copyright .design {
  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;
  font-family: "Lato", "Noto Sans TC", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #76797e;
}
@media (max-width: 767px) {
  .copyright .design {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.copyright .design a {
  color: #76797e;
}
.copyright .design a:hover {
  color: #d79a2a;
}
.copyright .outerLink {
  padding-left: 10px;
}

/*--手機快捷選單--*/
.fixedQuickLink {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  background-color: #d79a2a;
}
@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 rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*********內頁**********/
/**********************/
#banner img {
  min-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerArea .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerTxt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  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;
}
.bannerArea .bannerTxt .ins {
  width: 100%;
  max-width: 1530px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-family: "Lato", "Noto Sans TC", sans-serif;
}
@media (max-width: 1480px) {
  .bannerArea .bannerTxt .ins {
    text-align: center;
  }
}
.bannerArea .bannerTxt .title {
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  .bannerArea .bannerTxt .title {
    font-size: 22px;
    margin-top: 30px;
  }
}
.bannerArea .bannerTxt .en {
  font-size: 41px;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .bannerArea .bannerTxt .en {
    font-size: 26px;
  }
}

.mainArea {
  padding: 30px 0;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
}
.mainArea.noPt {
  padding-top: 0;
}
.mainArea.noPb {
  padding-bottom: 0;
}
.mainArea.largePd {
  padding-top: 110px;
  padding-bottom: 90px;
}
@media (max-width: 1180px) {
  .mainArea.largePd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.mainArea.noPadding {
  padding: 0;
}
.mainArea.noBanner {
  padding-top: 150px;
}

.bread {
  position: absolute;
  right: 10px;
  top: 25px;
  font-size: 12px;
  color: #bbb;
}
@media (max-width: 767px) {
  .bread {
    display: none;
  }
}
.bread a {
  color: #bbb;
}
.bread a i {
  font-size: 20px;
}
.bread span {
  padding: 0 3px;
  color: #bbb;
}

.mainArea .contentBox {
  clear: both;
}

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

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

/*類別*/
.classRowBox {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.classRowBox &gt; ul {
  -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;
}
@media (max-width: 1180px) {
  .classRowBox &gt; ul {
    display: none;
  }
}
.classRowBox &gt; ul &gt; li:last-child a::after {
  display: none;
}
.classRowBox &gt; ul a {
  position: relative;
  display: block;
  padding: 15px 40px;
  font-size: 15px;
  color: #666;
  letter-spacing: 0.07em;
  text-align: center;
}
.classRowBox &gt; ul a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #d79a2a;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.classRowBox &gt; ul a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
}
.classRowBox &gt; ul a.current::before, .classRowBox &gt; ul a:hover::before {
  width: 100%;
}

.classColumnBox {
  position: relative;
  z-index: 3;
}
.classColumnBox &gt; ul {
  border-top: 1px solid #e1e1e1;
}
@media (max-width: 1180px) {
  .classColumnBox &gt; ul {
    display: none;
  }
}
.classColumnBox &gt; ul &gt; li &gt; a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #5c5c5c;
  font-size: 15px;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #e1e1e1;
}
.classColumnBox &gt; ul ul {
  display: none;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.classColumnBox &gt; ul ul li + li {
  border-top: 1px solid #ccc;
}
.classColumnBox &gt; ul a {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #777;
}
.classColumnBox &gt; ul a.current, .classColumnBox &gt; ul a:hover {
  color: #d79a2a;
}
.classColumnBox &gt; ul .linkHasItems.open + ul {
  display: block;
}
.classColumnBox &gt; ul .linkHasItems.open + ul &gt; li {
  -webkit-animation: 0.5s aniSlideLeft both ease-out 0.3s;
          animation: 0.5s aniSlideLeft both ease-out 0.3s;
}

.mClassLink {
  position: relative;
  z-index: 3;
}
@media (min-width: 1181px) {
  .mClassLink {
    display: none;
  }
}
.mClassLink.open &gt; ul {
  display: block;
}
.mClassLink .main {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #d79a2a;
}
.mClassLink .main::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -6px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-family: FontAwesome;
}
.mClassLink &gt; ul {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: none;
  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);
}
.mClassLink &gt; ul &gt; li + li {
  border-top: 1px solid #f2f2f2;
}
.mClassLink &gt; ul &gt; li.current &gt; a {
  color: #d79a2a;
}
.mClassLink &gt; ul a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.mClassLink ul {
  display: none;
}
.mClassLink .linkHasItems {
  position: relative;
  padding-right: 40px;
}
.mClassLink .linkHasItems::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  line-height: 1;
  margin-top: -7px;
  font-family: FontAwesome;
}
.mClassLink .linkHasItems.open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.mClassLink .linkHasItems.open + ul {
  display: block;
}
.mClassLink .linkHasItems + ul {
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a {
  padding: 10px 5px 10px 30px;
  background-color: #efefef;
}
.mClassLink .linkHasItems + ul a.current {
  color: #d79a2a;
}

.pageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  padding-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}
.pageBox .prevBtn,
.pageBox .nextBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageBox .prevBtn::before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
}
.pageBox .nextBtn {
  margin-left: auto;
}
.pageBox .nextBtn::after {
  content: "";
  margin-left: 5px;
  font-family: FontAwesome;
}

/*標籤*/
.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 #d79a2a;
  font-size: 13px;
  color: #d79a2a;
}
.tagBox a:hover {
  color: #fff;
  background-color: #d79a2a;
}
.tagBox a.current {
  color: #fff;
  background-color: #d79a2a;
}
.tagBox a.current:before {
  content: "";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 25px;
}
.sectionTitle .title {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #d79a2a;
}
.sectionTitle .en {
  font-size: 25px;
  font-family: "Lato", "Noto Sans TC", sans-serif;
  color: #53585a;
}

/******頁籤*******/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.tab a {
  position: relative;
  padding: 15px 50px;
  font-size: 15px;
  letter-spacing: 0.07em;
  color: #666;
}
@media (max-width: 640px) {
  .tab a {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.tab a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #d5a64f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tab a:hover, .tab a.current {
  color: #d5a64f;
}
.tab a:hover::after, .tab a.current::after {
  width: 100%;
}

.tabContent &gt; li {
  display: none;
}
.tabContent .textEditor {
  margin: 0;
}
.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.side_menu li &gt; a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu li &gt; a.current {
  color: #fff;
  background-color: #8c8c8c;
}
.side_menu li &gt; a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.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;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt p {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}
.side_room h3 a {
  font-size: 16px;
  font-weight: 400;
}

/*側邊_分享*/
.side_share {
  display: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .side_share {
    display: block;
    margin-bottom: 30px;
  }
}
.side_share a {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 15px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.side_share i {
  padding-right: 5px;
  font-size: 18px;
}
.side_share .line {
  -webkit-box-shadow: 0 0 0 1px #22a00b;
          box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -o-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7e732", endColorstr="#1fb50e", GradientType=1);
}
.side_share .fb {
  -webkit-box-shadow: 0 0 0 1px #235c9b;
          box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5da0ea", endColorstr="#3d8ce6", GradientType=0);
  /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news .dotsBox {
  padding-top: 30px;
}

.floorStyle {
  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: 45px;
  height: 45px;
  border: 1px solid #d79a2a;
  font-size: 15px;
  letter-spacing: 0.07em;
  color: #d79a2a;
  font-family: "Lato", "Noto Sans TC", sans-serif;
}

.relationNewsArea {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .relationNewsArea {
    padding-top: 30px;
  }
}
.relationNewsArea .dotsBox {
  padding-top: 30px;
}

.sideNewsList,
.relationNewsList {
  margin-left: -17px;
  margin-right: -17px;
}
.sideNewsList li,
.relationNewsList li {
  float: left;
  width: 33.333%;
  padding-left: 17px;
  padding-right: 17px;
}
.sideNewsList .Img img,
.relationNewsList .Img img {
  display: block;
  width: 100%;
}
.sideNewsList .item,
.relationNewsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sideNewsList .Img,
.relationNewsList .Img {
  margin-bottom: 14px;
}
.sideNewsList .Img img,
.relationNewsList .Img img {
  display: block;
  width: 100%;
}
.sideNewsList .top,
.relationNewsList .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6dadb;
}
.sideNewsList .date,
.relationNewsList .date {
  font-family: "Lato", "Noto Sans TC", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #787878;
}
.sideNewsList h3 a,
.relationNewsList h3 a {
  display: block;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.sideNewsList .text,
.relationNewsList .text {
  max-height: 44px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #6f6f6f;
  line-height: 1.6;
  overflow: hidden;
}

.webShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.webShare .title {
  margin-right: 10px;
  font-size: 12px;
  color: #787878;
  font-family: "Lato", "Noto Sans TC", sans-serif;
}
.webShare .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webShare .icon a {
  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: 30px;
  height: 30px;
  color: #b0b0b0;
  font-size: 20px;
  margin-right: 5px;
}
.webShare .icon a:hover {
  color: #d79a2a;
}
.webShare .iconLine {
  width: 20px;
  height: 20px;
}

.insAlbumArea {
  position: relative;
}
.insAlbumArea .button {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1040px;
}
@media (max-width: 1080px) {
  .insAlbumArea .button {
    left: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
.insAlbumArea .btn3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.insAlbumArea .btn3 a {
  width: 100%;
  min-width: auto;
}
.insAlbumArea .arrowsStyle2 {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 2;
}
.insAlbumArea .prevArrow {
  left: 30px;
}
.insAlbumArea .nextArrow {
  right: 30px;
}

.insAlbumList a {
  display: block;
  background-color: #000;
}
.insAlbumList .slick-current img {
  opacity: 1;
}
.insAlbumList img {
  opacity: 0.5;
  -webkit-transition: all 1s 0.2s ease-in-out;
  -o-transition: all 1s 0.2s ease-in-out;
  transition: all 1s 0.2s ease-in-out;
}

/*--title--*/
.titleStyle1 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}

.titleStyle2 {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #53585a;
  line-height: 1.4;
}
.titleStyle2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #e2b879;
}
.titleStyle2.white {
  color: #fff;
}
.titleStyle2.white::before {
  background-color: #fff;
}

.titleStyle3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #2f2f2f;
}

/*--flex--*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexAlignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.shareBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shareBox .title {
  position: relative;
  margin-right: 15px;
  padding-right: 80px;
  font-size: 12px;
  font-family: "Lato", "Noto Sans TC", sans-serif;
}
.shareBox .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 70px;
  height: 1px;
  background-color: #e1e1e1;
}
.shareBox .icon {
  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: 30px;
  height: 30px;
  font-size: 16px;
  color: #b0b0b0;
}
.shareBox .icon:hover {
  color: #d79a2a;
}
.shareBox .iconLine {
  width: 20px;
  height: 20px;
}

@media (max-width: 640px) {
  .textEditor .contentBuilder .row {
    margin: 0;
  }
}

/*--button--*/
.buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 30px;
}
@media (max-width: 640px) {
  .buttonArea {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.buttonArea .btn2 {
  width: 100%;
  max-width: 220px;
  opacity: 0;
  pointer-events: none;
}
.buttonArea .btn2.show {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 640px) {
  .buttonArea .btn2 {
    width: 45px;
  }
}
@media (max-width: 640px) {
  .buttonArea .btn2 a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #666;
    color: transparent;
    font-size: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .buttonArea .btn2 a::before {
    display: none;
  }
}
@media (max-width: 640px) {
  .buttonArea .btn2 a::after {
    right: auto;
    left: 50%;
    margin-left: -13.5px;
  }
}
@media (max-width: 640px) {
  .buttonArea .btn2.right a::after {
    left: 50%;
    margin-left: -13.5px;
  }
}
.buttonArea .btn3 {
  margin-left: 5%;
  margin-right: 5%;
}
@media (max-width: 1023px) {
  .buttonArea .btn3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  .buttonArea .btn3 a {
    min-width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.buttonArea.line {
  border-top: 1px solid #e1e1e1;
  padding-top: 60px;
  margin-top: 15px;
}
.buttonArea.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 641px) {
  .buttonArea.small .btn2 {
    width: 100px;
  }
}

.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
}
.btn1 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 190px;
  text-align: center;
  padding: 13px 30px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #d79a2a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #d79a2a;
}
.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;
}

.btn2 a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding-top: 8px;
  padding-right: 35px;
  padding-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #53585a;
  font-family: "Lato", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #53585a;
}
.btn2 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #d79a2a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn2 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.5px;
  width: 27px;
  height: 5px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
}
.btn2 a:hover::before {
  width: 100%;
}
.btn2.right a {
  text-align: right;
  padding-left: 35px;
  padding-right: 0;
}
.btn2.right a::before {
  left: auto;
  right: 0;
}
.btn2.right a::after {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.btn3 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 240px;
  padding: 18px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Lato", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  background-color: #c3943d;
}
.btn3 a .iconArrow2 {
  width: 27px;
  height: 5px;
}
.btn3 a .icon {
  margin-right: 10px;
}
.btn3 a:hover {
  background-color: #333;
}
.btn3.center {
  text-align: center;
}
.btn3.center a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn3.right {
  text-align: right;
}
.btn3.right a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn3.full a {
  width: 100%;
}
.btn3.small a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn3.dark a {
  background-color: #53585a;
}
.btn3.dark a:hover {
  background-color: #333;
}

.radio {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.07em;
  color: #666;
}
.radio input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.radio input[type=radio]:checked ~ .title::before {
  border-color: #d79a2a;
}
.radio input[type=radio]:checked ~ .title::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.radio .title {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.radio .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.radio .title::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #d79a2a;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*--title--*/
.titleBox .en {
  padding-bottom: 10px;
  line-height: 1.2;
  font-size: 25px;
  font-family: "Lato", "Noto Sans TC", sans-serif;
  color: #53585a;
}
@media (max-width: 480px) {
  .titleBox .en {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
.titleBox .title {
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #d79a2a;
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 17px;
  }
}
.titleBox .text {
  font-size: 15px;
  letter-spacing: 0.07em;
  color: #666;
  line-height: 1.6;
}
.titleBox.dark .title {
  color: #53585a;
}
.titleBox.center {
  text-align: center;
}
.titleBox.large .en {
  font-size: 41px;
  padding-bottom: 5px;
}
@media (max-width: 640px) {
  .titleBox.large .en {
    font-size: 25px;
  }
}
.titleBox.large .title {
  font-size: 30px;
}
@media (max-width: 640px) {
  .titleBox.large .title {
    font-size: 22px;
  }
}

.titleBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.titleBox2 .en {
  font-family: "Lato", "Noto Sans TC", sans-serif;
  font-size: 25px;
  color: #53585a;
  text-transform: uppercase;
}
.titleBox2 .title {
  padding-top: 2px;
  margin-left: 12px;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #d79a2a;
}
.titleBox2 .text {
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 15px;
  letter-spacing: 0.07em;
  color: #666;
  line-height: 1.6;
}
.titleBox2 .btn2 {
  width: 100%;
}
.titleBox2.center {
  text-align: center;
}

.sectionSubTitle {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6dadb;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: "Lato", "Noto Sans TC", sans-serif;
  color: #97a0a3;
}
@media (min-width: 1181px) {
  .sectionSubTitle {
    max-width: 250px;
  }
}

/*--dots--*/
.dotsBox {
  width: 100%;
}
.dotsBox .dots li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.dotsBox .dots li.slick-active button {
  background: #6f625d;
}
.dotsBox .dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #6f625d;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.dotsBox .dots li button:focus {
  outline: none;
}
.dotsBox.center {
  text-align: center;
}
.dotsBox.white .dots li.slick-active button {
  background: #fff;
}
.dotsBox.white .dots li button {
  border-color: #fff;
}

/*--arrow--*/
.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arrowsStyle1 {
  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: 43px;
  height: 43px;
  border: 1px solid #d6dadb;
  border-radius: 50%;
  margin-right: 5px;
}
.arrowsStyle1 .iconArrow {
  width: 5px;
  height: 9px;
  color: #595959;
}
.arrowsStyle1.prevArrow .iconArrow {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.arrowsStyle1:hover {
  background-color: #53585a;
}
.arrowsStyle1:hover .iconArrow {
  color: #fff;
}

.arrowsStyle2 {
  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: 46px;
  height: 46px;
}
.arrowsStyle2 .iconArrow {
  width: 24px;
  height: 43px;
  color: #fff;
  opacity: 0.5;
}
.arrowsStyle2.prevArrow .iconArrow {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.arrowsStyle2:hover .iconArrow {
  opacity: 1;
}

/*--hover--*/
.itemHoverMore .Img {
  position: relative;
  background-color: #836837;
}
.itemHoverMore .Img img {
  opacity: 0.35;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.itemHoverMore .btn3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.itemHoverMore:hover .Img img {
  opacity: 1;
}
.itemHoverMore:hover .btn3 {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: 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;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.imh_brown {
  background-color: #836837;
  overflow: hidden;
}
.imh_brown img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_brown:hover img {
  opacity: 0.7;
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  -o-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;
  -o-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);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

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

.newIcon {
  padding: 2px;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.07em;
  color: #d79a2a;
  border: 1px solid #c3943d;
}

@-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;
  }
}</pre></body></html>