@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=Quicksand:wght@400;500;700&family=Noto+Sans+TC:wght@400;500;700&display=swap");
.side_contactInfo i, .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, .bread .wrap a::after, .goTop, footer .infoList a::before, footer .footerMenu li a::before, .m_menu .controlBox a.main .line:before, .m_menu .controlBox a.main .line:after, .m_menu .controlBox a.main .line, header .menu > li a::before, .fixSearchBox, .loadingArea, .cartArea .buyList .del, .moduleBox .moduleClose, .moduleBox .moduleWrap, .slick-slider .slick-dots li button::before, .arrowBox .arrow::before, .arrowBox .arrow, .btn4 a span.icon, .btn1 a span.icon::after, .btn1 a span.icon {
  transition: all 0.5s;
}

@-webkit-keyframes arrowRight {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

@keyframes arrowRight {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Quicksand", "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;
  transition: all 0.4s ease;
}
@media (min-width: 1201px) {
  a:hover {
    color: #000;
  }
}

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: #fff;
  background-color: #000;
}
@media (min-width: 1201px) {
  .btn_color1:hover {
    background-color: #e9e9e9;
  }
}
.btn_color2 {
  color: #fff;
  background-color: #A0A0A0;
}
@media (min-width: 1201px) {
  .btn_color2:hover {
    background-color: #999;
  }
}
.btn1 a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.btn1 a span {
  display: inline-block;
}
.btn1 a span.text {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.btn1 a span.icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 12px;
}
.btn1 a span.icon::before, .btn1 a span.icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 5px);
  width: 10px;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}
.btn1 a span.icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 1201px) {
  .btn1 a:hover .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.btn1.open .icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.btn2 a {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 285px;
  width: 100%;
  min-height: 69px;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 15px 40px;
}
.btn2 a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: -32px;
  width: 60px;
  height: 14px;
  background: url(../images/icon/arrow_right_2.png) no-repeat;
}
@media (min-width: 1201px) {
  .btn2 a:hover::before {
    -webkit-animation: arrowRight 1s ease-in-out infinite;
            animation: arrowRight 1s ease-in-out infinite;
  }
}
@media (max-width: 414px) {
  .btn2 a {
    max-width: 205px;
    min-height: 60px;
  }
}
.btn3 a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  min-height: 66px;
  font-size: 25px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  margin: 0 auto;
  padding: 15px 80px;
}
.btn3 a .icon {
  position: absolute;
  top: calc(50% - 14.5px);
  right: 36px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #000;
}
.btn3 a .icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 6.5px);
  left: calc(50% - 4px);
  width: 8px;
  height: 13px;
  background: url(../images/icon/arrow_right_3.png) no-repeat;
  z-index: 1;
}
@media (max-width: 1200px) {
  .btn3 a {
    font-size: 18px;
    min-height: 50px;
    padding: 10px 25px;
  }
  .btn3 a .icon {
    display: none;
  }
}
.btn4 a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
.btn4 a span {
  display: inline-block;
}
.btn4 a span.text {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.btn4 a span.icon {
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 28px;
}
.btn4 a span.icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 1;
}
@media (min-width: 1201px) {
  .btn4 a:hover .icon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

/*arrow*/
.arrowBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.arrowBox .arrow {
  position: relative;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #000;
  pointer-events: auto;
  cursor: pointer;
}
.arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 9.5px);
  left: calc(50% - 11.5px);
  width: 23px;
  height: 19px;
  z-index: 1;
}
.arrowBox .arrowPrev::before {
  background: url(../images/icon/arrow_left_1.png) no-repeat center/cover;
}
.arrowBox .arrowNext::before {
  background: url(../images/icon/arrow_right_1.png) no-repeat center/cover;
}
@media (min-width: 1201px) {
  .arrowBox .arrow:hover {
    background-color: #fff;
  }
  .arrowBox .arrow:hover::before {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
@media (max-width: 1200px) {
  .arrowBox .arrow {
    width: 45px;
    height: 45px;
  }
  .arrowBox .arrow::before {
    top: calc(50% - 7px);
    left: calc(50% - 9px);
    width: 18px;
    height: 14px;
  }
}

/*dots*/
.slick-slider .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  bottom: initial;
  top: calc(100% + 32px);
  left: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .slick-slider .slick-dots {
    top: calc(100% + 17px);
  }
}
.slick-slider .slick-dots li {
  width: 15px;
  height: 15px;
  padding: 3px;
  margin: 0 4px;
}
.slick-slider .slick-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 4px;
}
.slick-slider .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #212121;
  background-color: #212121;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button::before {
  background-color: #fff;
  opacity: 1;
}

/*socialmedia*/
.socialList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.socialList li {
  margin: 0 6px;
}
.socialList li a {
  display: block;
  width: 37px;
  height: 37px;
}
@media (min-width: 1201px) {
  .socialList li a:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.socialList img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

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-top: 92px;
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1200px) {
  .outerWrap {
    padding-top: 54px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }
}

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

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: 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;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  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;
  border: 2px solid #000;
  background-color: #fff;
  pointer-events: auto;
  border-radius: 15px;
  padding-top: 90px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #000;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  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: #000;
  }
}

.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;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*洽詢車&購物車*/
.cartArea .moduleWrap {
  max-width: 480px;
}
.cartArea .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.cartArea .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.cartArea .cart {
  border-top: 2px solid #000;
  border-bottom: 2px solid #b4b4b4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cartArea .buyList li {
  display: -ms-flexbox;
  display: flex;
}
.cartArea .buyList li:not(:first-child) {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
}
.cartArea .buyList .Img {
  width: 90px;
}
.cartArea .buyList .Img img {
  display: block;
  width: 100%;
}
.cartArea .buyList .Txt {
  position: relative;
  width: calc(100% - 90px);
  padding-left: 15px;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 14px;
}
.cartArea .buyList h3 {
  width: 100%;
  margin-bottom: 3px;
}
.cartArea .buyList h3 a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartArea .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}
.cartArea .buyList .del {
  position: absolute;
  right: 0;
  top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .cartArea .buyList .del:hover {
    background-color: #000;
    color: #fff;
  }
}
.cartArea .buyList .del svg {
  width: 15px;
  height: 18px;
}

/*訂單查詢*/
.orderCheckArea .moduleWrap {
  max-width: 360px;
}
.orderCheckArea h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #222;
  text-align: left;
}
.orderCheckArea input[type=text], .orderCheckArea input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc;
}
.orderCheckArea a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}

/*搜尋*/
.searchArea .moduleWrap {
  max-width: 480px;
}
.searchArea .searchBox {
  margin: 30px 0;
  position: relative;
}
.searchArea .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}
.searchArea .searchBox a {
  width: 50px;
  height: 50px;
  background-color: #000;
  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;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  width: 260px;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  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;
}

/*fixFrame*/
.fixFrame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 12;
}
.fixFrame .frame {
  position: absolute;
}
.fixFrame .frame img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100px;
}
.fixFrame .frame.top {
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background-color: #ffec00;
}
.fixFrame .frame.top::before, .fixFrame .frame.top::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 196px;
}
.fixFrame .frame.top::before {
  left: 0;
  background: url(../images/frame/frame_1.png) no-repeat;
}
.fixFrame .frame.top::after {
  right: 0;
  background: url(../images/frame/frame_2.png) no-repeat;
}
@media (max-width: 1200px) {
  .fixFrame .frame.top {
    display: none;
  }
}
.fixFrame .frame.left {
  top: 0;
  left: 0;
  width: 72px;
  height: 100%;
  background-color: #ffec00;
}
@media (max-width: 1200px) {
  .fixFrame .frame.left {
    width: 20px;
  }
}
.fixFrame .frame.right {
  top: 0;
  right: 0;
  width: 72px;
  height: 100%;
  background-color: #ffec00;
}
@media (max-width: 1200px) {
  .fixFrame .frame.right {
    width: 20px;
  }
}
.fixFrame .frame.bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
  background-color: #ffec00;
  padding: 0 72px 7px;
}
.fixFrame .frame.bottom::before, .fixFrame .frame.bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 190px;
  z-index: -1;
}
.fixFrame .frame.bottom::before {
  left: 0;
  background: url(../images/frame/frame_3.png) no-repeat;
}
.fixFrame .frame.bottom::after {
  right: 0;
  background: url(../images/frame/frame_4.png) no-repeat;
}
@media (max-width: 1200px) {
  .fixFrame .frame.bottom {
    height: 80px;
    padding: 0 20px;
  }
  .fixFrame .frame.bottom::before {
    bottom: 25px;
    width: 48px;
    height: 158px;
    background: url(../images/frame/frame_3_m.png) no-repeat;
  }
  .fixFrame .frame.bottom::after {
    bottom: 25px;
    width: 48px;
    height: 158px;
    background: url(../images/frame/frame_4_m.png) no-repeat;
  }
}
.fixFrame .copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  pointer-events: auto;
  letter-spacing: 0.3px;
}
.fixFrame .copyright .translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  font-size: 14px;
}
.fixFrame .copyright .translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 1201px) {
  .fixFrame .copyright .translateIbest .design a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1200px) {
  .fixFrame .copyright {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    text-align: center;
  }
}

/*fixSearchBox*/
.fixSearchBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  position: fixed;
  top: 92px;
  left: 72px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  z-index: 5;
  width: calc(100% - 144px);
  height: 80px;
  padding: 15px;
  opacity: 0;
  background-color: #f2f2f2;
}
.fixSearchBox #keyword_pc {
  width: 85%;
  height: 100%;
  border-radius: 6px;
  padding: 10px 20px;
  background-color: #fff;
}
.fixSearchBox a {
  font-size: 20px;
  margin-left: 15px;
}
.fixSearchBox.show {
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1200px) {
  .fixSearchBox {
    -ms-flex-pack: start;
        justify-content: flex-start;
    top: 54px;
    left: 20px;
    width: calc(100% - 40px);
    height: 54px;
    padding: 10px 10px 10px 100px;
  }
  .fixSearchBox #keyword_pc {
    width: calc(100% - 50px);
    padding: 10px;
  }
  .fixSearchBox a {
    margin-left: 10px;
  }
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  /*menu*/
}
@media (max-width: 1200px) {
  header {
    display: none;
  }
}
header .wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1810px;
}
header .logo {
  width: 293px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 64px;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
@media (max-width: 1600px) {
  header .logo {
    width: 250px;
  }
  header .logo a {
    height: 54px;
  }
}
header .menuBox {
  padding-right: 56px;
}
header .menu > li {
  position: relative;
  display: inline-block;
}
header .menu > li a {
  position: relative;
  color: #222;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 92px;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 29px;
}
header .menu > li a::before {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  opacity: 0;
}
header .menu > li a.current {
  color: #000;
}
header .menu > li a.current::before {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}
header .menu > li a.current .submenu a {
  color: #000;
}
@media (min-width: 1201px) {
  header .menu > li a:hover {
    color: #000;
  }
  header .menu > li a:hover::before {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  header .menu > li a {
    padding: 20px;
  }
}
@media (max-width: 1366px) {
  header .menu > li a {
    padding: 16px;
  }
}
header .menu .submenu {
  width: 151px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 0 0 10px 10px;
  text-align: center;
  z-index: 99;
}
header .menu .submenu li:not(:last-child) a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  -webkit-transform: translate(0);
          transform: translate(0);
  border: 0;
  max-width: calc(100% - 28px);
  width: 100%;
  height: 2px;
  background: url(../images/menu/line.png) repeat-x;
  opacity: 1;
}
header .menu .submenu a {
  position: relative;
  height: auto;
  font-weight: normal;
  color: #747474;
  background-color: #fff;
  padding: 13.5px;
}
header .menu .submenu a::before {
  content: none;
}
header .menu .submenu a.current {
  color: #000;
}
@media (min-width: 1201px) {
  header .menu .submenu a:hover {
    color: #000;
  }
}
header .menu .submenu.padding li:first-child a {
  padding: 13.5px 30px;
}
header .searchBtn {
  position: absolute;
  top: calc(50% - 12.5px);
  right: 45px;
  z-index: 1;
}
header .searchBtn a {
  font-size: 20px;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  /*手機menu內容*/
}
@media (min-width: 1201px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  position: absolute;
  top: 12px;
  left: 20px;
  width: 58px;
}
.m_menu .m_logo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m_menu .controlBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 54px;
  background-color: #ffec00;
  padding-right: 20px;
  z-index: 99;
}
.m_menu .controlBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/frame/frame_1_m.png) no-repeat top left;
  width: 115px;
  height: 158px;
  pointer-events: none;
  z-index: -1;
}
.m_menu .controlBox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/frame/frame_2_m.png) no-repeat top right;
  width: 48px;
  height: 158px;
  pointer-events: none;
  z-index: -1;
}
.m_menu .controlBox a.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.m_menu .controlBox a.main .text {
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
}
.m_menu .controlBox a.main .line {
  position: relative;
  width: 21px;
  height: 1px;
  background-color: #000;
}
.m_menu .controlBox a.main .line:before, .m_menu .controlBox a.main .line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.m_menu .controlBox a.main .line:before {
  top: -5px;
}
.m_menu .controlBox a.main .line:after {
  bottom: -5px;
}
.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 .searchBtn {
  margin-right: 20px;
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 54px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffec00;
}
.m_menu .topBox {
  border-radius: 30px;
  background-color: #fff;
  padding: 32px 0 50px;
}
.m_menu .nav > li {
  text-align: center;
  padding: 15px 0;
}
.m_menu .nav > li > span > a,
.m_menu .nav > li > a {
  position: relative;
  display: inline-block;
  color: #222222;
  font-size: 18px;
  text-align: center;
  z-index: 1;
}
.m_menu .nav > li > span > a::before,
.m_menu .nav > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 7px;
  background-color: #ffec00;
  z-index: -1;
}
.m_menu .nav > li > span > a.current::before,
.m_menu .nav > li > a.current::before {
  width: 100%;
}
.m_menu .nav .dropDown > span > a::after {
  content: "\f107";
  position: absolute;
  left: calc(100% + 10px);
  top: 3px;
  font-family: FontAwesome;
}
.m_menu .nav .submenu {
  display: none;
  padding-top: 5px;
}
.m_menu .nav .submenu li {
  padding: 5px 0;
}
.m_menu .nav .submenu a {
  color: #222222;
  font-size: 17px;
  text-align: center;
}
.m_menu .socialList {
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}
.m_menu .infoList {
  margin-top: 35px;
}
.m_menu .infoList li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  padding: 5px 0;
}
.m_menu .infoList li.tel .title::before {
  content: url(../images/icon/tel.svg);
  width: 17px;
  height: 17px;
  margin-right: 12px;
}
.m_menu .infoList li.fax {
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.m_menu .infoList li.fax .title::before {
  content: url(../images/icon/fax.svg);
  width: 16px;
  height: 16px;
  margin-right: 14px;
}
.m_menu .infoList li.address .title::before {
  content: url(../images/icon/address.svg);
  width: 11px;
  height: 16px;
  margin-right: 18px;
}
.m_menu .infoList a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
}
.m_menu .infoList .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
}
.marqueeArea h2 em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea ul {
  overflow: hidden;
}
.marqueeArea li {
  line-height: 20px;
}
.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .date {
    display: none;
  }
}
.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}
.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*footer*/
footer {
  padding: 105px 0 86px;
  background-color: #f0f0f0;
}
@media (max-width: 1200px) {
  footer {
    padding: 65px 0 0;
  }
}
footer .wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 80px 80px 139px;
  z-index: 1;
}
footer .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1440px) {
  footer .wrap {
    padding: 80px 50px 80px 79px;
  }
}
@media (max-width: 960px) {
  footer .wrap {
    padding: 34px 50px 66px;
  }
}
footer .left {
  width: 150px;
}
@media (max-width: 960px) {
  footer .left {
    margin: 0 auto 25px;
  }
}
footer .right {
  width: calc(100% - 150px);
  padding-left: 100px;
}
@media (max-width: 1440px) {
  footer .right {
    padding-left: 50px;
  }
}
@media (max-width: 960px) {
  footer .right {
    width: 100%;
    padding-left: 0;
  }
}
footer .downLogo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .footerMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 960px) {
  footer .footerMenu {
    display: none;
  }
}
footer .footerMenu li {
  position: relative;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 15px;
}
footer .footerMenu li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 8.5px);
  right: 0;
  width: 1px;
  height: 17px;
  background-color: #000;
}
footer .footerMenu li a {
  position: relative;
  display: inline-block;
  color: #222222;
  font-size: 18px;
  letter-spacing: 0.5px;
  z-index: 1;
}
footer .footerMenu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 7px;
  background-color: #ffec00;
  z-index: -1;
}
footer .footerMenu li a.current::before {
  width: 100%;
}
@media (min-width: 1201px) {
  footer .footerMenu li a:hover::before {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer .footerMenu li {
    width: 25%;
  }
}
footer .infoList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 49px 0 0 8px;
}
@media (max-width: 960px) {
  footer .infoList {
    margin: 0;
  }
}
footer .infoList li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  padding: 5px 30px;
}
footer .infoList li.tel .title::before {
  content: url(../images/icon/tel.svg);
  width: 17px;
  height: 17px;
  margin-right: 12px;
}
footer .infoList li.fax {
  -ms-flex-order: 2;
      order: 2;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}
footer .infoList li.fax .title::before {
  content: url(../images/icon/fax.svg);
  width: 16px;
  height: 16px;
  margin-right: 14px;
}
footer .infoList li.address {
  -ms-flex-order: 1;
      order: 1;
}
footer .infoList li.address .title::before {
  content: url(../images/icon/address.svg);
  width: 11px;
  height: 16px;
  margin-right: 18px;
}
@media (max-width: 960px) {
  footer .infoList li {
    width: 100%;
    padding: 5px 30px 5px 0;
  }
}
footer .infoList a {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
}
footer .infoList a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 7px;
  background-color: #ffec00;
  z-index: -1;
}
@media (min-width: 1201px) {
  footer .infoList a:hover {
    color: #000;
  }
  footer .infoList a:hover::before {
    width: 100%;
  }
}
@media (max-width: 960px) {
  footer .infoList a {
    font-size: 15px;
  }
}
footer .infoList .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .infoList .text {
  letter-spacing: 0.8px;
}
footer .subscribeMail {
  display: none;
  padding-left: 33px;
  margin-top: 42px;
}
@media (max-width: 960px) {
  footer .subscribeMail {
    padding-left: 0;
    margin-top: 30px;
  }
}
footer .subscribeMail form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
footer .subscribeMail .title {
  width: 120.5px;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-right: 28px;
}
@media (max-width: 960px) {
  footer .subscribeMail .title {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
footer .subscribeMail input {
  width: calc(100% - 120.5px - 307.5px);
  min-height: 46px;
  color: #222222;
  font-weight: 500;
  background-color: #f2f2f2;
  border-radius: 6px;
  letter-spacing: 0.6px;
  padding: 0 32px;
}
footer .subscribeMail input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbbbb;
  opacity: 1; /* Firefox */
}
footer .subscribeMail input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbbbb;
  opacity: 1; /* Firefox */
}
footer .subscribeMail input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbbbb;
  opacity: 1; /* Firefox */
}
footer .subscribeMail input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbbbb;
  opacity: 1; /* Firefox */
}
footer .subscribeMail input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbbbb;
  opacity: 1; /* Firefox */
}
footer .subscribeMail input::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbbbbb;
}
footer .subscribeMail input.error {
  background-color: rgba(255, 0, 0, 0.2);
}
@media (max-width: 960px) {
  footer .subscribeMail input {
    width: 100%;
    text-align: center;
    margin-top: 14px;
  }
}
footer .subscribeMail .btnBox {
  display: -ms-flexbox;
  display: flex;
  width: 307.5px;
  padding-left: 3.5px;
}
@media (max-width: 960px) {
  footer .subscribeMail .btnBox {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    padding-left: 0;
    margin: 14px -3.5px 0;
  }
}
footer .subscribeMail .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 145px;
  height: 46px;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  margin: 0 3.5px;
}
footer .subscribeMail .btn.submit_btn {
  -ms-flex-order: 1;
      order: 1;
  background-color: #ffec00;
}
footer .subscribeMail .btn.close_btn {
  -ms-flex-order: 2;
      order: 2;
  background-color: #e9e9e9;
}
@media (min-width: 1201px) {
  footer .subscribeMail .btn.close_btn:hover {
    background-color: #ffec00;
  }
  footer .subscribeMail .btn.close_btn:hover + .submit_btn {
    background-color: #e9e9e9;
  }
}
footer .socialList {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 20px 24px 0 0;
}
@media (max-width: 960px) {
  footer .socialList {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px 0 0;
    margin: 0 -8px;
  }
}

/*goTop*/
.goTop {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  bottom: 197px;
  right: 94px;
  width: 42px;
  height: 90px;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  opacity: 0;
  z-index: 10;
}
.goTop span {
  display: block;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.goTop img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.goTop.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.goTop.move {
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
@media (min-width: 1201px) {
  .goTop:hover {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .goTop:hover.move {
    -webkit-transform: translateY(-220px);
            transform: translateY(-220px);
  }
}
@media (max-width: 1200px) {
  .goTop {
    right: 25px;
    width: 32px;
    height: 75px;
  }
}

.privacyArea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 0 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -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: #fff;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1201px) {
  .privacyArea .text a:hover {
    color: #ffec00;
  }
}
.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 35px;
}
@media (min-width: 1201px) {
  .privacyArea .btn a:hover {
    color: #000;
  }
}
@media (max-width: 768px) {
  .privacyArea .wrap {
    -ms-flex-align: center;
        align-items: center;
    -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;
  }
}

/*手機快捷選單*/
.fixedQuickLink {
  width: calc(100% - 40px);
  background-color: #000;
  padding-bottom: calc(80px + env(safe-area-inset-bottom));
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1201px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -ms-flex: 1;
      flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台預覽模式*/
.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;
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
.bookingArea .wrap {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 3;
      flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 6;
      flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -ms-flex: 3;
      flex: 3;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -ms-flex: 1;
        flex: 1;
  }
}
.bookingArea .btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #000;
}
@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
.bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea {
  padding: 94px 0 91px;
}
@media (max-width: 1200px) {
  .mainArea {
    padding: 60px 0;
  }
}
.mainArea404 {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.mainArea404 .top {
  max-width: 380px;
  color: #000;
  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: 9px;
}
.titleBox .titleTw {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.4;
  z-index: 1;
}
.titleBox .titleTw::after {
  content: "";
  position: absolute;
  top: 0;
}
.titleBox .titleTw span {
  position: relative;
  z-index: 1;
}
.titleBox .titleTw span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #ffec00;
  z-index: -1;
}
.titleBox .titleEn {
  font-weight: 300;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.titleBox.center .titleTw {
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1200px) {
  .titleBox {
    text-align: center;
  }
  .titleBox .titleTw {
    font-size: 30px;
  }
  .titleBox .titleTw::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .titleBox {
    margin-bottom: 30px;
  }
}

/*bread*/
.bread {
  padding: 0 0 65px 6px;
}
.bread .wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 1200px) {
  .bread .wrap {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.bread .wrap a, .bread .wrap span {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  position: relative;
  color: #030303;
  z-index: 1;
}
.bread .wrap a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 0;
  height: 7px;
  background-color: #ffec00;
  z-index: -1;
}
.bread .wrap a:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.bread .wrap a:first-child::before {
  content: url(../images/icon/home.svg);
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (min-width: 1201px) {
  .bread .wrap a:hover {
    color: #000;
  }
  .bread .wrap a:hover::after {
    width: calc(100% - 25px);
  }
}
.bread .wrap span {
  color: #030303;
}
.bread .wrap a + a,
.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 #030303;
  border-bottom: 1px solid #030303;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 36px;
  margin: 5px 0;
  position: relative;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 100%;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  background-color: #030303;
  position: absolute;
  top: 0;
  left: 20px;
  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: #030303;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
.bread.center .wrap {
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1200px) {
  .bread {
    padding: 0 0 50px 6px;
  }
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

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

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

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 .classCurrent {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1201px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1201px) {
  .classBoxRow .classLink {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin: 0 7.5px 15px;
  }
  .classBoxRow .classLink a {
    display: block;
    padding: 10px 15px;
    font-size: 19px;
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 8px;
    letter-spacing: 2px;
    text-align: center;
  }
  .classBoxRow .classLink a.current {
    color: #fff;
    background-color: #000;
  }
}
@media (min-width: 1201px) and (min-width: 1201px) {
  .classBoxRow .classLink a:hover {
    color: #fff;
    background-color: #000;
  }
}
.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;
  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: #000;
  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: #000;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
    background-color: #e5e5e5;
    color: #000;
  }
}
@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: #000;
    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: #000;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1200px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    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: #000;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    font-size: 14px;
    padding: 14px 15px;
    position: relative;
  }
}

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

/*標籤*/
.tagBox {
  padding-bottom: 20px;
}
.tagBox b {
  display: inline-block;
  font-size: 15px;
  margin: 5px 10px 5px 0;
}
.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-radius: 50px;
  border: 1px solid #000;
  font-size: 15px;
  color: #000;
}
@media (min-width: 1201px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #000;
  }
}
.tagBox a.current {
  color: #fff;
  border-color: #848484;
  background-color: #848484;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab li {
  -ms-flex: 1;
      flex: 1;
}
.tab a {
  color: #333;
  display: block;
  line-height: 1;
  -ms-flex: 1;
      flex: 1;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tab a.current {
  background-color: #000;
  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;
  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;
  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;
  box-shadow: 1px 0 #f38a8a;
}
@media (min-width: 1201px) {
  .side_booking a:hover {
    box-shadow: inset 0 3px 3px #8d2121;
  }
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #414141;
}
@media (min-width: 1201px) {
  .side_contactInfo a:hover {
    color: #000;
  }
  .side_contactInfo a:hover i {
    color: #000;
    border-color: #000;
  }
}
.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: 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: 14px;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 1201px) {
  .side_news .Txt a:hover {
    text-decoration: underline;
  }
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

/*社群分享*/
.sideShare {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: -9px;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  color: #000;
  font-size: 18px;
  margin-right: 13px;
}
.sideShare .shareList .shareItem {
  padding: 0 9px;
}
.sideShare .shareList .shareItem a {
  display: block;
  width: 38px;
  height: 38px;
}
@media (min-width: 1201px) {
  .sideShare .shareList .shareItem a:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media (max-width: 1200px) {
  .sideShare .shareList {
    margin-right: -4px;
  }
  .sideShare .shareList .shareTitle {
    font-size: 16px;
    margin-right: 8px;
  }
  .sideShare .shareList .shareItem {
    padding: 0 4px;
  }
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  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;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "\f105";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  overflow: hidden;
}
.imh_opacity img {
  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 {
  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;
  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 {
  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;
  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);
  }
}