@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);
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Noto+Sans+TC:wght@400;500&family=Noto+Serif+TC:wght@400;500&display=swap");
.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, .goTop, .m_menu, .menu span, .menu a::before, .loadingArea, .moduleBox .moduleClose, .arrowBox .arrow::after, .arrowBox .arrow, .btn1 .line::before, .btn1 .line::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  45% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes circle {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  45% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes goTop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes goTop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Noto Sans Tc", 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;
}
@media (min-width: 1201px) {
  a:hover {
    color: #746c65;
  }
}

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_color1 {
  color: #dfd4b7;
  background-color: #746c65;
}
@media (min-width: 1201px) {
  .btn_color1:hover {
    background-color: rgba(116, 108, 101, 0.8);
  }
}
.btn_color2 {
  color: #dfd4b7;
  background-color: #A0A0A0;
}
@media (min-width: 1201px) {
  .btn_color2:hover {
    background-color: #999;
  }
}

/*button*/
.btn1 a {
  position: relative;
  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;
  border: 1px solid #d2d2d2;
  padding: 10px;
}
@media (min-width: 1201px) {
  .btn1 a:hover .lineColumn::before, .btn1 a:hover .lineColumn::after {
    height: 100%;
  }
  .btn1 a:hover .lineRow::before, .btn1 a:hover .lineRow::after {
    width: 100%;
  }
}
.btn1 .line {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.btn1 .line::before, .btn1 .line::after {
  content: "";
  position: absolute;
  background-color: #746c65;
  z-index: 1;
}
.btn1 .text {
  color: #746c65;
  font-size: 15px;
}
.btn1.horizontal a {
  min-width: 80px;
  height: 32px;
}
.btn1.horizontal .lineColumn::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.btn1.horizontal .lineColumn::after {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.btn1.horizontal .lineRow::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
}
.btn1.horizontal .lineRow::after {
  bottom: 0;
  right: 0;
  width: 20px;
  height: 1px;
}
.btn1.vertical a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  min-width: 41px;
  height: auto;
}
.btn1.vertical .lineColumn::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 20px;
}
.btn1.vertical .lineColumn::after {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 20px;
}
.btn1.vertical .lineRow::before {
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.btn1.vertical .lineRow::after {
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
}
.btn1.white a {
  border-color: rgba(227, 218, 218, 0.4);
}
.btn1.white a .line::before, .btn1.white a .line::after {
  background-color: #e3dada;
}
.btn1.white a .text {
  color: #fff;
}
.btn1.black a {
  border-color: #d2d2d2;
}
.btn1.black a .line::before, .btn1.black a .line::after {
  background-color: #000;
}
.btn1.black a .text {
  color: #000;
}

/*arrow new*/
.arrowBox {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  pointer-events: none;
}
.arrowBox .arrow {
  position: relative;
  width: 65px;
  height: 65px;
  background: #746c65;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0;
}
.arrowBox .arrow::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
}
.arrowBox .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #746c65;
  opacity: 0;
}
.arrowBox .arrowPrev::before {
  top: 39%;
  left: 44%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrowBox .arrowNext::before {
  top: 39%;
  right: 44%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrowBox .arrow.active::after {
  -webkit-animation: circle 1.3s linear infinite;
          animation: circle 1.3s linear infinite;
}
@media (max-width: 1200px) {
  .arrowBox .arrow {
    opacity: 1;
  }
}
@media (max-width: 479px) {
  .arrowBox .arrow {
    width: 50px;
    height: 50px;
  }
  .arrowBox .arrow::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
  }
}

/*arrow*/
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 {
  position: relative;
  padding-left: 140px;
}
@media (max-width: 1200px) {
  .outerWrap {
    padding-top: 70px;
    padding-left: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  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;
  visibility: hidden;
  pointer-events: none;
  -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;
  visibility: visible;
}
.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;
  opacity: 0;
  -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;
  overflow-x: hidden;
}
.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: #746c65;
  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);
}
@media (min-width: 1201px) {
  .moduleBox .moduleClose:hover {
    background-color: rgba(116, 108, 101, 0.8);
  }
}

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

/*訂閱電子報視窗*/
.mailSubscribeArea .moduleWrap {
  max-width: 480px;
}
.mailSubscribeArea .searchBox {
  margin: 30px 0;
  position: relative;
}
.mailSubscribeArea .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}
.mailSubscribeArea .searchBox a {
  width: 50px;
  height: 50px;
  background-color: #746c65;
  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;
}

#closeCart,
#closePrice,
#closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media (max-width: 480px) {
  #closeCart,
#closePrice,
#closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

/*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: 250px;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  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;
}

.leftTop {
  position: absolute;
  left: 0;
  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: 190px;
  height: 140px;
  background: #746c65;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.leftTop .Img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.leftTop .Img img {
  width: 100%;
}
.leftTop.active {
  width: 100%;
  background: #fff;
}
.leftTop.active .Img {
  -webkit-filter: invert(47%) sepia(1%) saturate(7317%) hue-rotate(348deg) brightness(59%) contrast(80%);
          filter: invert(47%) sepia(1%) saturate(7317%) hue-rotate(348deg) brightness(59%) contrast(80%);
  padding-top: 50px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 140px;
  height: 100%;
  z-index: 50;
  border-right: 1px solid #eee;
  background-color: #fff;
  padding: 0 0 42px;
  z-index: 100;
}
@media (max-width: 1200px) {
  header {
    display: none;
  }
}
header .wrap {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0;
}
header .logo a {
  display: block;
}
header .menuBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.vertical {
  position: fixed;
  top: 38%;
  right: 0;
  z-index: 2;
  background: #dfd4b7;
}
@media (max-width: 1200px) {
  .vertical {
    display: none;
  }
}
.vertical a {
  padding: 30px 23px;
  border: none;
}
.vertical .dinnerIcon {
  padding-bottom: 15px;
}
.vertical .dinnerIcon svg {
  width: 25px;
  height: 25px;
}
.vertical .text {
  font-size: 16px;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  width: 100%;
  margin-top: 30px;
}
.language a {
  position: relative;
  font-size: 16px;
  margin: 0 0 15px;
}
.language a:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 1px;
  height: 18px;
  background: #746c65;
}
@media (max-width: 1200px) {
  .language {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
}

/*menu*/
.menu {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .menu {
    width: 100%;
    margin: initial;
  }
}
.menu li {
  padding: 8.5px 0;
}
@media (max-width: 1200px) {
  .menu li {
    padding: 8.5px 20px 8.5px 35px;
  }
}
.menu a {
  position: relative;
  display: block;
  font-weight: 500;
}
.menu a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -20px;
  width: 0;
  height: 1px;
  background-color: #746c65;
}
.menu a.current::before {
  width: 10px;
}
.menu a.current span.tw {
  color: #746c65;
}
@media (min-width: 1201px) {
  .menu a:hover::before {
    width: 10px;
  }
  .menu a:hover span.tw {
    color: #746c65;
  }
}
.menu span {
  display: block;
}
.menu span.tw {
  color: #000;
}
.menu span.en {
  color: #746c65;
  font-size: 14px;
  font-family: "Cormorant Garamond";
  padding-top: 5px;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*手機menu內容*/
}
.m_menu.noShadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1201px) {
  .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 {
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
}
.m_menu .m_logo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m_menu .controlBox {
  position: relative;
  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: 70px;
  background-color: #fff;
  padding: 0 20px;
  z-index: 99;
}
.m_menu .controlBox .horizontal {
  background: #dfd4b7;
}
.m_menu .controlBox a.main {
  width: 35px;
  height: 9px;
}
.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;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
  background: rgb(101, 14, 19);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(101, 14, 19)), to(rgb(178, 24, 27)));
  background: linear-gradient(to bottom, rgb(101, 14, 19) 0%, rgb(178, 24, 27) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#650e13", endColorstr="#b2181b", GradientType=0);
  /* IE6-9 */
}
.m_menu .hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background-color: #c80303;
}
.m_menu .nav li {
  border-top: 1px solid #af6568;
}
.m_menu .nav a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1201px) {
  .m_menu .nav a:hover {
    background-color: #d12127;
  }
}
.m_menu .nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.m_menu .nav .submenu {
  display: none;
}
.m_menu .nav .submenu a {
  padding: 10px 20px;
}
@media (min-width: 1201px) {
  .m_menu .nav .submenu a:hover {
    background-color: #999;
  }
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  width: 100%;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.bannerArea .Txt {
  max-width: 1340px;
  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;
  padding: 85px 70px 82px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .bannerArea .Txt {
    padding: 50px 30px;
  }
}
.bannerArea.ins .Txt {
  color: #746c65;
  font-weight: 500;
  text-align: center;
  padding: 50px 20px;
}
.bannerArea.ins .Txt.noImg {
  position: relative;
}
@media (min-width: 1201px) {
  .bannerArea.ins .Txt.noImg {
    padding: 120px 60px 0;
  }
}
@media (max-width: 1200px) {
  .bannerArea.ins .Txt {
    position: relative;
    padding: 50px 20px 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea.ins .Txt {
    padding: 50px 20px 0;
  }
}
.bannerArea.ins .title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (max-width: 1200px) {
  .bannerArea.ins .title {
    font-size: 30px;
  }
}
.bannerArea.ins .text {
  letter-spacing: 0.5px;
  line-height: 1.8;
  margin-top: 27px;
}

/*footer*/
footer .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 42px;
  padding-bottom: 40px;
}
footer .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background-color: #746c65;
  z-index: 1;
}
@media (max-width: 959px) {
  footer .wrap {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
footer .left {
  width: 51%;
}
@media (max-width: 959px) {
  footer .left {
    width: 100%;
  }
}
footer .right {
  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: 49%;
}
@media (max-width: 959px) {
  footer .right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 959px) {
  footer .linkList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .linkList li {
  position: relative;
  padding: 0 15px;
}
footer .linkList li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #e3dada;
}
footer .linkList a {
  color: #746c65;
  font-size: 15px;
  font-family: "Noto Sans TC";
  letter-spacing: 0.5px;
}
footer .linkList a.current {
  color: #000;
}
@media (min-width: 1201px) {
  footer .linkList a:hover {
    color: #000;
  }
}
footer .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 14px;
}
footer .socialList li {
  margin: 0 5px;
}
footer .socialList 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;
  border-radius: 50%;
  color: #746c65;
  border: 1px solid #746c65;
}
@media (min-width: 1201px) {
  footer .socialList a:hover {
    color: #fff;
    background-color: #746c65;
  }
}
footer .socialList svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 959px) {
  footer .socialList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
  }
}
footer .copyright {
  color: #c8b5b5;
  font-size: 14px;
  font-family: "Noto Sans TC";
  letter-spacing: 0.2px;
}
footer .copyright a {
  color: #c8b5b5;
  font-size: 14px;
}
@media (min-width: 1201px) {
  footer .copyright a:hover {
    color: #746c65;
  }
}
@media (max-width: 959px) {
  footer .copyright {
    text-align: center;
    padding-top: 25px;
  }
}
footer .footerInfo {
  padding-bottom: 2px;
}

.privacyArea {
  width: calc(100% - 140px);
  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;
  right: 0;
  z-index: 50;
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}
@media (max-width: 1200px) {
  .privacyArea {
    width: 100%;
  }
}
.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: #746c65;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1201px) {
  .privacyArea .text a:hover {
    color: #746c65;
  }
}
.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a {
  color: #fff;
  display: inline-block;
  min-width: 138px;
  text-align: center;
  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;
  }
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}
@media (max-width: 480px) {
  .social {
    width: 100%;
  }
}
.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}
@media (min-width: 1201px) {
  .social a:hover {
    opacity: 0.8;
  }
}

/*dots*/
.bannerArea .slick-dots,
.linkArea .slick-dots,
.informationArea .slick-dots,
.shareArea .slick-dots {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.bannerArea .slick-dots li,
.linkArea .slick-dots li,
.informationArea .slick-dots li,
.shareArea .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 10px;
}
.bannerArea .slick-dots li button,
.linkArea .slick-dots li button,
.informationArea .slick-dots li button,
.shareArea .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bannerArea .slick-dots li button::before,
.linkArea .slick-dots li button::before,
.informationArea .slick-dots li button::before,
.shareArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}
.bannerArea .slick-dots li.slick-active button:before,
.linkArea .slick-dots li.slick-active button:before,
.informationArea .slick-dots li.slick-active button:before,
.shareArea .slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}

/*goTop*/
.goTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background-color: #746c65;
  font-size: 13px;
  font-weight: 500;
  font-family: "Cormorant Garamond";
  letter-spacing: 0.5px;
  cursor: pointer;
  padding-top: 10px;
  opacity: 0;
  z-index: 10;
}
@media (max-width: 1200px) {
  .goTop {
    right: 20px;
    bottom: 20px;
  }
}
.goTop::before {
  content: "";
  position: absolute;
  top: 26%;
  left: 40%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.goTop::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #746c65;
  z-index: -1;
}
.goTop.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (min-width: 1201px) {
  .goTop:hover::after {
    -webkit-animation: goTop 1.4s ease-in-out infinite;
            animation: goTop 1.4s ease-in-out infinite;
  }
}

/*後台預覽模式*/
.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: #746c65;
  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: center;
}
.titleBox .titleTw {
  color: #746c65;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.titleBox .titleEn {
  font-weight: 300;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/*bread*/
.bread {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bread .wrap a, .bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #a9a9a9;
}
@media (min-width: 1201px) {
  .bread .wrap a:hover {
    color: #746c65;
  }
}
.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 dashed #d6d6d6;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px 0;
}

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

table.breakpoint > tbody > tr > 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 .classContent {
  position: relative;
}
.classBox .classCurrent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  min-height: 46px;
  font-family: "Noto Sans TC";
  border: 1px solid #d2d2d2;
  padding: 10px 40px 10px 20px;
}
.classBox .classCurrent::before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 2.25px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  z-index: 1;
}
.classBox .classCurrent .line {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.classBox .classCurrent .line::before, .classBox .classCurrent .line::after {
  content: "";
  position: absolute;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.classBox .classCurrent .lineColumn::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.classBox .classCurrent .lineColumn::after {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.classBox .classCurrent .lineRow::before {
  top: 0;
  left: 0;
  width: 25px;
  height: 1px;
}
.classBox .classCurrent .lineRow::after {
  bottom: 0;
  right: 0;
  width: 25px;
  height: 1px;
}
.classBox .classCurrent .text {
  color: #000;
  font-size: 15px;
}
@media (min-width: 1201px) {
  .classBox .classCurrent:hover .lineColumn::before, .classBox .classCurrent:hover .lineColumn::after {
    height: 100%;
  }
  .classBox .classCurrent:hover .lineRow::before, .classBox .classCurrent:hover .lineRow::after {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBoxRow {
  margin: 50px 0 40px;
}
@media (min-width: 1201px) {
  .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: 0 7.5px 10px;
  }
  .classBoxRow .classLink a {
    position: relative;
    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;
    min-width: 150px;
    height: 46px;
    font-family: "Noto Sans TC";
    border: 1px solid #d2d2d2;
    padding: 10px;
  }
}
@media (min-width: 1201px) and (min-width: 1201px) {
  .classBoxRow .classLink a:hover .lineColumn::before, .classBoxRow .classLink a:hover .lineColumn::after {
    height: 100%;
  }
  .classBoxRow .classLink a:hover .lineRow::before, .classBoxRow .classLink a:hover .lineRow::after {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .classBoxRow .classLink a.current {
    background-color: #000;
  }
  .classBoxRow .classLink a.current .lineColumn::before, .classBoxRow .classLink a.current .lineColumn::after {
    height: 100%;
  }
  .classBoxRow .classLink a.current .lineRow::before, .classBoxRow .classLink a.current .lineRow::after {
    width: 100%;
  }
  .classBoxRow .classLink a.current .text {
    color: #fff;
  }
}
@media (min-width: 1201px) {
  .classBoxRow .classLink .line {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  .classBoxRow .classLink .line::before, .classBoxRow .classLink .line::after {
    content: "";
    position: absolute;
    background-color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
  }
  .classBoxRow .classLink .lineColumn::before {
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
  }
  .classBoxRow .classLink .lineColumn::after {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
  }
  .classBoxRow .classLink .lineRow::before {
    top: 0;
    left: 0;
    width: 20px;
    height: 1px;
  }
  .classBoxRow .classLink .lineRow::after {
    bottom: 0;
    right: 0;
    width: 20px;
    height: 1px;
  }
}
@media (min-width: 1201px) {
  .classBoxRow .classLink .text {
    color: #000;
    font-size: 15px;
  }
}
.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: #746c65;
  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 > 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 > li a {
  background-color: #f8f8f8;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current {
  background-color: #e5e5e5;
  color: #746c65;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
    background-color: #e5e5e5;
    color: #746c65;
  }
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink > 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 {
    background-color: #746c65;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1201px) and (min-width: 1201px) {
  .classBoxColumn .classLink a:hover {
    background-color: #746c65;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1200px) {
  .classBoxRow, .classBoxColumn {
    margin: 20px 0 40px;
    text-align: center;
  }
  .classBoxRow .classContent, .classBoxColumn .classContent {
    display: inline-block;
    min-width: 200px;
  }
  .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 > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink > li > a.current, .classBoxColumn .classLink > li > a.current {
    color: #746c65;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 14px 20px;
    position: relative;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  font-family: "Noto Sans TC";
}
.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);
}
@media (min-width: 1201px) {
  .pageBox .pageList a:hover {
    border: 1px solid #746c65;
    background-color: #746c65;
    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 #746c65;
  background-color: #746c65;
  color: #fff;
}
@media (min-width: 1201px) {
  .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 .nextBox {
	margin-left: auto;
}

.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 #746c65;
  font-size: 13px;
  color: #746c65;
}
@media (min-width: 1201px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #746c65;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #746c65;
}
.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: #746c65;
  color: #fff;
}

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

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.side_menu li > a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li > a b {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}
.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 {
  width: 100%;
  display: block;
  -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;
}
@media (min-width: 1201px) {
  .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 {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt .title a {
  font-size: 16px;
  font-weight: 400;
}
.side_room .Txt .text {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 16px 0;
}
@media (max-width: 1200px) {
  .side_news {
    margin: 30px 0;
  }
}
.side_news .sideNewsList {
  margin-top: 20px;
}
.side_news .sideNewsItem {
  margin-bottom: 25px;
}
.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  height: 60px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 1201px) {
  .side_news .Txt a:hover {
    color: #746c65;
  }
}

.side_menu {
  margin: 16px 0;
}
@media (max-width: 1200px) {
  .side_menu {
    margin: 30px 0;
  }
}
.side_menu .sideMenuList {
  margin-top: 20px;
}
.side_menu .sideMenuItem {
  margin-bottom: 10px;
}
.side_menu .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_menu .Img img {
  display: block;
  height: 60px;
}
.side_menu .Txt {
  overflow: hidden;
}
.side_menu .Txt a {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 1201px) {
  .side_menu .Txt a:hover {
    color: #746c65;
  }
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
.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;
}
@media (min-width: 1201px) {
  .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;
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  -webkit-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;
  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 {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1201px) {
  .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;
}
@media (min-width: 1201px) {
  .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;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1201px) {
  .imh_zoom:hover a:before {
    top: 50%;
  }
  .imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}