@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=Noto+Sans+TC:wght@300;400;500;700&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,600&family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&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, footer .mail_subscribeBox .submit_btn, footer .socialBox .socialList li a svg, footer .socialBox .socialList li, .m_menu .socialList li a svg, .m_menu .socialList li, .m_menu .nav .dropDown span a .arrow, .m_menu .language svg, header .rightMenu .language svg, header .rightMenu .searchBox a, header .menuBox .menu > li a, header, .loadingArea, .moduleBox .moduleClose, .btn a, .btn_color2 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes txtMoveAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2530px 0;
  }
}

@keyframes txtMoveAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2530px 0;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@-webkit-keyframes arrRight {
  0%, 100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  50% {
    -webkit-transform: translate(5px, 0%);
            transform: translate(5px, 0%);
  }
}
@keyframes arrRight {
  0%, 100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  50% {
    -webkit-transform: translate(5px, 0%);
            transform: translate(5px, 0%);
  }
}
@-webkit-keyframes arrRight2 {
  0%, 100% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(5px, -8px);
            transform: translate(5px, -8px);
  }
}
@keyframes arrRight2 {
  0%, 100% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(5px, -8px);
            transform: translate(5px, -8px);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Noto Sans Tc", "Plus Jakarta Sans", "Noto Sans SC", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}

address {
  font-style: normal;
}

a {
  color: #02152c;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #EE8A0C;
}

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 {
  width: 200px;
  -webkit-transition: all all 0.5s;
  transition: all all 0.5s;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(240, 139, 21, 0.5);
          box-shadow: 0px 0px 13px 0px rgba(240, 139, 21, 0.5);
  border-radius: 4px;
  overflow: hidden;
}
.btn_color1:hover a {
  background-position: 100% 0;
}
.btn_color1 a {
  line-height: 60px;
  text-align: center;
  color: #fff;
  padding: 0px 0px;
  display: block;
  font-size: 15px;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(236, 131, 5)), color-stop(rgb(251, 200, 106)), color-stop(rgb(251, 200, 106)), to(rgb(236, 131, 5)));
  background-image: linear-gradient(90deg, rgb(236, 131, 5), rgb(251, 200, 106), rgb(251, 200, 106), rgb(236, 131, 5));
  background-size: 300% 100%;
}
@media (max-width: 640px) {
  .btn_color1 a {
    line-height: 50px;
  }
}
.btn_color4 {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(240, 139, 21, 0.5);
          box-shadow: 0px 0px 13px 0px rgba(240, 139, 21, 0.5);
}
.btn_color2 {
  color: #fff;
  background-color: #c1c1c1;
  font-size: 15px;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
}
.btn_color2:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(5, 81, 152)), color-stop(rgb(28, 166, 197)), color-stop(rgb(28, 166, 197)), to(rgb(5, 81, 152)));
  background-image: linear-gradient(90deg, rgb(5, 81, 152), rgb(28, 166, 197), rgb(28, 166, 197), rgb(5, 81, 152));
  background-size: 300% 100%;
}
.btn_color3:hover a {
  background-position: 100% 0;
}
.btn_color3 a {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(236, 131, 5)), color-stop(rgb(251, 200, 106)), color-stop(rgb(251, 200, 106)), to(rgb(236, 131, 5)));
  background-image: linear-gradient(90deg, rgb(236, 131, 5), rgb(251, 200, 106), rgb(251, 200, 106), rgb(236, 131, 5));
  background-size: 300% 100%;
}
/*button*/
.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
  margin: 0;
}
.btn1 a {
  min-width: 190px;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 5px;
  padding: 13px 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #29b8ed;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #29b8ed;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

.outerWrap {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 88px;
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
  }
}

.wrap {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
@media (max-width: 1421px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  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;
  padding-top: 60px;
  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;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent .qrcode {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.moduleBox .moduleContent .qrcode img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: 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: #29b8ed;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #EE8A0C;
}

.socialArea .moduleWrap {
  max-width: 350px;
  width: 90%;
}

.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;
}

/*洽詢車&購物車*/
.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: #29b8ed;
}
.cartArea .cart {
  border-top: 2px solid #29b8ed;
  border-bottom: 2px solid #b4b4b4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cartArea .buyList li {
  display: -webkit-box;
  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;
  -webkit-box-sizing: border-box;
          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: -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: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cartArea .buyList .del:hover {
  background-color: #29b8ed;
  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;
}

/*會員登入*/
.loginArea .moduleWrap {
  max-width: 360px;
}
.loginArea .forgetCheck,
.loginArea .resendCheck {
  display: none;
}
.loginArea input[type=text], .loginArea input[type=password] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  margin-bottom: 7px;
  border: 1px solid #ccc;
}
.loginArea .btn {
  /*送出按鈕*/
  margin-top: 15px;
  text-align: center;
}
.loginArea .btn a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}
.loginArea .forget {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
  color: #2f2f2f;
}
.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}
.loginArea .forget strong a {
  font-weight: 400;
  color: #f93;
  text-decoration: underline;
}
.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #09f;
  text-decoration: underline;
}
.loginArea .forgetCheck {
  display: none;
}
.loginArea .forgetCheck a.btn_relog {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #09f;
  text-align: center;
  text-decoration: underline;
}

/*搜尋*/
.searchArea {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchArea .close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchArea .close span {
  position: absolute;
  width: 11px;
  height: 11px;
  line-height: 11px;
  color: transparent;
  display: block;
  margin: auto;
  left: 2px;
  right: 0;
  top: 0;
  bottom: 0;
}
.searchArea .close span:after, .searchArea .close span:before {
  content: "";
  height: 11px;
  border-left: 1px solid #ffffff;
  position: absolute;
  left: 3.5px;
}
.searchArea .close span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.searchArea .close span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.searchArea .close:hover {
  background: #29b8ed;
}
.searchArea .innerBox {
  width: 90%;
  max-width: 480px;
}
.searchArea input {
  font-size: 16px;
  color: #fff;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ";
}

/*提醒使用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;
  }
}

@-webkit-keyframes moveLtoR {
  to {
    x: 0;
  }
}

@keyframes moveLtoR {
  to {
    x: 0;
  }
}
@-webkit-keyframes move_scale {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes move_scale {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pie {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes pie {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes showUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loadOut {
  to {
    top: -100%;
  }
}
@keyframes loadOut {
  to {
    top: -100%;
  }
}
/*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: 300px;
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-animation: move_scale 0.8s 1.8s forwards;
          animation: move_scale 0.8s 1.8s forwards;
}
.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 .loadLogo .bigTxt,
.loadingArea .loadLogo .smallTxt {
  opacity: 0;
  -webkit-animation: showUp 1s forwards;
          animation: showUp 1s forwards;
}
.loadingArea .loadLogo .bigTxt {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.loadingArea .loadLogo .smallTxt {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.loadingArea .loadLogo .hexagonGradient_move {
  fill: none;
  stroke-width: 50;
  stroke-dashoffset: 360px;
  stroke-dasharray: 360px;
  -webkit-animation: pie 1s ease forwards;
          animation: pie 1s ease forwards;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transform-origin: 45px;
          transform-origin: 45px;
}
.loadingArea .loadLogo .wGradient_move {
  fill: none;
  stroke-width: 10;
  stroke-dashoffset: 190px;
  stroke-dasharray: 190px;
  -webkit-animation: line 1s 0.8s cubic-bezier(0.39, 0.58, 0.57, 1) forwards;
          animation: line 1s 0.8s cubic-bezier(0.39, 0.58, 0.57, 1) forwards;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-animation: loadOut 0.7s 3.6s forwards;
          animation: loadOut 0.7s 3.6s forwards;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  /*menu*/
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  height: 90px;
}
header .logo {
  width: 178px;
  margin: 0 0 0 60px;
}
@media (max-width: 1520px) {
  header .logo {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1300px) {
  header .logo {
    width: 139px;
  }
}
header .logo a {
  display: block;
  width: 100%;
  height: 68px;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
}
header .logoDekra {
  width: 156px;
  margin: 0 0 0 20px;
}
header .logoDekra a {
  display: block;
  width: 100%;
}
@media (max-width: 1300px) {
  header .logoDekra {
    width: 122px;
  }
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 363px);
  padding: 0 50px 0 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1600px) {
  header .rightBox {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1300px) {
  header .rightBox {
    width: calc(100% - 80px);
  }
}
header .menuBox .menu > li {
  position: relative;
  display: inline-block;
}
header .menuBox .menu > li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 30px 25px;
}
@media (max-width: 1680px) {
  header .menuBox .menu > li a {
    padding: 30px 20px;
  }
}
@media (max-width: 1440px) {
  header .menuBox .menu > li a {
    padding: 30px 10px;
  }
}
@media (max-width: 1300px) {
  header .menuBox .menu > li a {
    padding: 30px 5px;
  }
}
header .menuBox .menu > li a.current, header .menuBox .menu > li a:hover {
  color: #29b8ed;
}
header .menuBox .menu .submenu {
  width: 350px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menuBox .menu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  padding: 10px 0px;
  font-size: 14px;
}
header .menuBox .menu .submenu a.current, header .menuBox .menu .submenu a:hover {
  color: #fff !important;
  background-color: #29b8ed;
}
header .menuBox .menu .submenu .all {
  display: none;
}
header .rightMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .rightMenu .loginBox {
  position: relative;
  z-index: 1;
}
header .rightMenu .loginBox a {
  color: #fff;
}
header .rightMenu .loginBox a:hover {
  color: #29b8ed;
}
header .rightMenu .loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .rightMenu .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
header .rightMenu .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
header .rightMenu .loginBox:hover .submenu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header .rightMenu .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .rightMenu .searchBox input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
}
header .rightMenu .searchBox a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
header .rightMenu .language {
  position: relative;
  cursor: pointer;
}
header .rightMenu .language .txt {
  padding: 25px 30px;
  display: block;
}
@media (max-width: 1366px) {
  header .rightMenu .language .txt {
    padding: 25px 15px;
  }
}
header .rightMenu .language svg {
  display: block;
  width: 17px;
  height: 17px;
  color: #1f1f1f;
  fill: #1f1f1f;
}
header .rightMenu .language svg:hover {
  color: #29b8ed;
  fill: #29b8ed;
}
header .rightMenu .language .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  width: 150px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}
header .rightMenu .language .submenu a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.26px;
  padding: 10.5px 0;
  color: #1f1f1f;
}
header .rightMenu .language .submenu a:hover {
  color: #29b8ed;
}
header .rightMenu .contactBoxBtn {
  width: 160px;
  margin: 0 0 0 30px;
}
header .rightMenu .contactBoxBtn a {
  width: 160px;
  line-height: 50px;
}
@media (max-width: 1500px) {
  header .rightMenu .contactBoxBtn a {
    line-height: 40px;
  }
}
header .rightMenu .contactBoxBtn a i {
  margin: 0 15px 0 0;
}
header.scrollDown, header.ins {
  background-color: #f6f9fc;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(21, 21, 21, 0.17);
          box-shadow: 0px 4px 16px 0px rgba(21, 21, 21, 0.17);
}
header.scrollDown .menu > li a, header.ins .menu > li a {
  color: #1f1f1f;
}
header.scrollDown .menu > li a.current, header.scrollDown .menu > li a:hover, header.ins .menu > li a.current, header.ins .menu > li a:hover {
  color: #29b8ed;
}
header.scrollDown .searchBox a, header.ins .searchBox a {
  color: #1f1f1f;
}
header.scrollDown .loginBox a, header.ins .loginBox a {
  color: #1f1f1f;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo, .m_menu .logoDekra {
  width: 160px;
}
.m_menu .m_logo img, .m_menu .logoDekra img {
  display: block;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 480px) {
  .m_menu .m_logo, .m_menu .logoDekra {
    width: 110px;
  }
}
@media (max-width: 360px) {
  .m_menu .m_logo, .m_menu .logoDekra {
    width: 88px;
  }
}
.m_menu .m_logo {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .m_menu .m_logo {
    margin-left: 10px;
  }
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 88px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.m_menu .controlBox .right {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(236, 131, 5)), color-stop(rgb(251, 200, 106)), color-stop(rgb(251, 200, 106)), to(rgb(236, 131, 5)));
  background-image: linear-gradient(90deg, rgb(236, 131, 5), rgb(251, 200, 106), rgb(251, 200, 106), rgb(236, 131, 5));
  background-size: 300% 100%;
  border-radius: 4px;
  overflow: hidden;
}
.m_menu .controlBox a.main {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  width: 27px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0);
  -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: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -5px;
}
.m_menu .controlBox a.main span: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 .controlBox .btn_cart {
  display: inline-block;
  vertical-align: middle;
}
.m_menu .controlBox .language:hover .submenu {
  display: block;
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  padding: 88px 0 60px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #0d2133;
  height: 100%;
}
.m_menu .searchBox_m {
  text-align: center;
  background-color: #EE8A0C;
  height: 60px;
  width: 100%;
  padding: 0 25px;
}
.m_menu .searchBox_m input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  border: 1px solid #ccc;
}
.m_menu .searchBox_m a {
  display: block;
  width: 100%;
  line-height: 60px;
  font-size: 25px;
  text-align: right;
  color: #fff;
}
.m_menu .language {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
.m_menu .language .txt {
  padding: 25px 30px;
  display: block;
  width: 100%;
}
@media (max-width: 1366px) {
  .m_menu .language .txt {
    padding: 25px 15px;
  }
}
.m_menu .language svg {
  display: block;
  width: 17px;
  height: 17px;
  color: #fff;
  fill: #fff;
}
.m_menu .language .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  width: 85%;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}
.m_menu .language .submenu a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.26px;
  padding: 10.5px 0;
  color: #1f1f1f;
}
.m_menu .loginBox {
  padding: 30px 0;
  text-align: center;
}
.m_menu .loginBox a {
  display: inline-block;
  margin: 0 3px;
  font-size: 15px;
  color: #fff;
}
.m_menu .loginBox a i {
  margin-right: 3px;
}
.m_menu .loginBox .submenu {
  margin-top: 10px;
  color: #ccc;
}
.m_menu .loginBox .submenu span {
  margin: 0 5px;
}
.m_menu .nav {
  padding: 0 30px;
}
.m_menu .nav > li a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #434a50;
}
.m_menu .nav > li a:hover {
  color: #EE8A0C;
}
.m_menu .nav > li a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav .dropDown {
  position: relative;
  width: 100%;
}
.m_menu .nav .dropDown span {
  width: 100%;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_menu .nav .dropDown span a {
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
}
.m_menu .nav .dropDown span a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #29b8ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_menu .nav .dropDown span a .arrow::after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-size: 15px;
}
.m_menu .nav .dropDown.open .arrow {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.m_menu .nav .dropDown.open .arrow::after {
  position: relative;
  top: -1px;
}
.m_menu .nav .submenu {
  display: none;
  position: relative;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.m_menu .nav .submenu li {
  width: 100%;
  background-color: #44637f;
}
.m_menu .nav .submenu a {
  width: 100%;
  display: block;
  padding: 10px 30px;
  text-align: left;
}
.m_menu .nav .submenu ul {
  display: none;
}
.m_menu .socialList {
  -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;
  width: 100%;
  padding: 30px 0 0;
}
.m_menu .socialList li {
  margin: 0 10px;
}
.m_menu .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.m_menu .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
.m_menu .socialList li a img {
  display: inline-block;
  max-width: 20px;
  margin-top: 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.m_menu .socialList li a:hover {
  color: #fff;
}
.m_menu .socialList li a:hover svg {
  fill: #fff;
}

/*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*/
.bodyBottom {
  background-color: #f2f5f7;
  background-image: url("../images/footer.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding: 100px 0 0;
  margin: 0px 0 0;
}
.bodyBottom.conFoot {
  background-position: center;
  padding: 0px 0 0;
}
@media (max-width: 1180px) {
  .bodyBottom {
    background-image: unset;
    background-color: #204365;
    padding: 60px 20px 40px;
    background-image: url("../images/foot_line .png");
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    margin: 0px 0 0;
    padding: 180px 0 0;
  }
}
@media (max-width: 1023px) {
  .bodyBottom {
    padding: 60px 0 0;
  }
}
.bodyBottom .bottomBox {
  position: relative;
  top: -100px;
}
@media (max-width: 1200px) {
  .bodyBottom .bottomBox {
    top: 0;
    margin: 0 0 20px;
  }
}
.bodyBottom .bottomBox .wrap {
  max-width: 1420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .bodyBottom .bottomBox .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  .bodyBottom .bottomBox .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 60px;
    margin: 0 0 80px;
  }
}
@media (max-width: 1023px) {
  .bodyBottom .bottomBox .wrap {
    padding: 0 40px;
    margin: 0 0 40px;
  }
}
@media (max-width: 640px) {
  .bodyBottom .bottomBox .wrap {
    padding: 20px;
    margin: 0;
  }
}
.bodyBottom .contactinfoBox {
  width: 60%;
  background-color: #fff;
  padding: 70px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 98px 0px rgba(164, 164, 164, 0.2);
          box-shadow: 0px 4px 98px 0px rgba(164, 164, 164, 0.2);
}
@media (max-width: 1180px) {
  .bodyBottom .contactinfoBox {
    width: 100%;
    margin: -100px 0 0 0;
  }
}
@media (max-width: 1023px) {
  .bodyBottom .contactinfoBox {
    margin: 0px 0 0 0;
    padding: 60px;
  }
}
@media (max-width: 640px) {
  .bodyBottom .contactinfoBox {
    padding: 20px;
  }
}
.bodyBottom .contactinfoBox .titleBox {
  text-align: left;
  margin: 0;
  padding: 0 0 25px;
}
.bodyBottom .contactinfoBox .titleBox .Txt::before {
  background-color: #02152c;
  margin: 0;
  right: unset;
}
@media (max-width: 1200px) {
  .bodyBottom .contactinfoBox .titleBox .Txt::before {
    margin: 0 auto;
    right: 0;
  }
}
.bodyBottom .contactinfoBox .titleBox .subtitle {
  color: #02152c;
}
.bodyBottom .contactinfoBox .thankInfo {
  margin: 0 0 30px;
}
.bodyBottom .contactinfoBox .formBox .formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  color: #343434;
  /*字的顏色*/
}
.bodyBottom .contactinfoBox .formBox .formList [class^=g-] {
  float: none;
}
.bodyBottom .contactinfoBox .formBox .formList input[type=text].error,
.bodyBottom .contactinfoBox .formBox .formList textarea.error {
  outline: 1px solid #f21e14 !important;
}
.bodyBottom .contactinfoBox .formBox .formList label {
  display: inline-block;
  font-size: 17px;
  color: #343434;
  opacity: 0.6;
}
.bodyBottom .contactinfoBox .formBox .formList em {
  font-style: normal;
  font-weight: 400;
  color: #f21e14;
  opacity: 0.6;
  /*星號的顏色*/
}
.bodyBottom .contactinfoBox .formBox .formList .inputStyle,
.bodyBottom .contactinfoBox .formBox .formList select,
.bodyBottom .contactinfoBox .formBox .formList textarea {
  padding: 0px;
  border-radius: 5px;
}
.bodyBottom .contactinfoBox .formBox .formList .inputStyle {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
}
@media (max-width: 640px) {
  .bodyBottom .contactinfoBox .formBox .formList .inputStyle {
    height: 25px;
    line-height: 25px;
  }
}
.bodyBottom .contactinfoBox .formBox .formList select {
  height: 65px;
}
.bodyBottom .contactinfoBox .formBox .formList textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: none;
}
.bodyBottom .contactinfoBox .formBox .formList li {
  width: calc(50% - 10px);
  margin: 0px 5px 12px 5px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .bodyBottom .contactinfoBox .formBox .formList li {
    margin: 0 15px 15px;
  }
}
@media (max-width: 1200px) {
  .bodyBottom .contactinfoBox .formBox .formList li {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .bodyBottom .contactinfoBox .formBox .formList li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bodyBottom .contactinfoBox .formBox .formList li label {
  width: 100px;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  .bodyBottom .contactinfoBox .formBox .formList li label {
    width: 120px;
  }
}
@media (max-width: 400px) {
  .bodyBottom .contactinfoBox .formBox .formList li label {
    width: 100%;
    padding: 0 0 5px 0;
  }
}
.bodyBottom .contactinfoBox .formBox .formList li .left {
  width: 100px;
}
@media (max-width: 400px) {
  .bodyBottom .contactinfoBox .formBox .formList li .left {
    width: 100%;
    border-right: 1px solid rgba(221, 221, 221, 0);
    border-bottom: 1px solid #ddd;
  }
}
.bodyBottom .contactinfoBox .formBox .formList li .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 100px);
  padding: 10px;
}
@media (max-width: 400px) {
  .bodyBottom .contactinfoBox .formBox .formList li .right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 5px 0px;
  }
}
.bodyBottom .contactinfoBox .formBox .formList li.select {
  border: none;
  padding: 0;
}
.bodyBottom .contactinfoBox .formBox .formList li.select .left {
  display: none;
}
.bodyBottom .contactinfoBox .formBox .formList li.select .right {
  width: 100%;
  padding: 0;
}
.bodyBottom .contactinfoBox .formBox .formList li.select .right select {
  width: 100%;
  height: 65px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  font-size: 17px;
  color: #02152c;
  font-weight: 600;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .bodyBottom .contactinfoBox .formBox .formList li.select .right select {
    padding: 0 15px;
  }
}
.bodyBottom .contactinfoBox .formBox .formList li.select .right select option {
  color: #343434;
  background-color: #fff;
}
.bodyBottom .contactinfoBox .formBox .formList li.full {
  width: 100%;
  padding: 15px 30px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  .bodyBottom .contactinfoBox .formBox .formList li.full {
    padding: 15px;
  }
}
.bodyBottom .contactinfoBox .formBox .formList li.full label {
  width: 100%;
}
.bodyBottom .contactinfoBox .formBox .formList li.full .right {
  width: 100%;
  margin: 5px 0 0;
}
.bodyBottom .contactinfoBox .formBox .formList li.checkArea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: none;
  padding: 15px 0;
}
@media (max-width: 1180px) {
  .bodyBottom .contactinfoBox .formBox .formList li.checkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox {
  padding: 0 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 200px);
}
@media (max-width: 1180px) {
  .bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox {
    padding: 0 0px 30px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox input[type=checkbox] {
  display: none;
}
.bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox .checkItem label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
.bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox .checkItem label::before {
  content: "";
  -webkit-appearance: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 14px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox .checkItem label.error::before {
  border: 1px solid #f21e14 !important;
}
.bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox .checkItem input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12px;
  height: 12px;
  background-color: #EE8A0C;
  border-radius: 2px;
}
@media (max-width: 640px) {
  .bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox .checkItem input:checked + label:after {
    width: 15px;
    height: 15px;
  }
}
.bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox .Txt {
  font-size: 13px;
  color: #606060;
  padding: 0 0 0 15px;
  -webkit-overflow-scrolling: touch;
  height: 60px;
  overflow-y: scroll;
  width: 100%;
}
@media (max-width: 1180px) {
  .bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox .Txt {
    height: 100%;
  }
}
.bodyBottom .contactinfoBox .formBox .formList li.checkArea .privacyBox .Txt a {
  color: #29b8ed;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
}
@media (max-width: 1180px) {
  .bodyBottom .contactinfoBox .formBox .formList li.checkArea .btn_color1 {
    margin: 0 auto;
  }
}
.bodyBottom .faqBox {
  width: 40%;
  padding: 230px 0 0 90px;
}
@media (max-width: 1180px) {
  .bodyBottom .faqBox {
    display: none;
  }
}
.bodyBottom .faqBox .titleBox {
  text-align: left;
  margin: 0;
  padding: 0 0 25px;
}
.bodyBottom .faqBox .titleBox .Txt::before {
  background-color: #02152c;
  margin: 0;
  right: unset;
  display: none;
}
.bodyBottom .faqBox .titleBox .title {
  font-size: 36px;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
}
.bodyBottom .faqBox .titleBox .subtitle {
  color: #02152c;
}
.bodyBottom .faqBox .faqList {
  border-top: 1px solid #4e789f;
  width: 100%;
}
.bodyBottom .faqBox .faqList .faqItem {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 1px solid #4e789f;
}
.bodyBottom .faqBox .faqList .title {
  position: relative;
  padding: 20px 0 15px;
  font-weight: 500;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bodyBottom .faqBox .faqList .title b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-style: italic;
  font-size: 16px;
  color: #29b8ed;
}
.bodyBottom .faqBox .toggleOpen {
  position: absolute;
  right: 5px;
  top: 25px;
  display: block;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
@media (max-width: 640px) {
  .bodyBottom .faqBox .toggleOpen {
    position: static;
    margin: 0;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
  }
}
.bodyBottom .faqBox .toggleOpen.open {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bodyBottom .faqBox .definition {
  display: none;
  padding: 15px 0;
  font-size: 15px;
  color: #c9c9c9;
  line-height: 1.8;
}

footer .wrap {
  max-width: 1545px;
}
@media (max-width: 1600px) {
  footer .wrap {
    padding: 0 20px;
  }
}
footer .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #4e789f;
  padding: 20px 0;
}
@media (max-width: 1023px) {
  footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
@media (max-width: 1200px) {
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
footer .logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}
@media (max-width: 1023px) {
  footer .logoBox {
    margin-right: 0;
  }
}
footer .downLogo {
  width: 100%;
  max-width: 178px;
}
footer .downLogo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .logoDekra {
  width: 100%;
  max-width: 185px;
  margin-left: 30px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
footer .logoDekra img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .socialBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1023px) {
  footer .socialBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 0 0;
  }
}
footer .socialBox .tit {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 1023px) {
  footer .socialBox .tit {
    display: none;
  }
}
footer .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .socialBox .socialList li {
  margin: 0 10px;
}
footer .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
footer .socialBox .socialList li a img {
  display: inline-block;
  max-width: 20px;
  margin-top: 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
footer .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
footer .socialBox .socialList li a:hover {
  color: #fff;
}
footer .socialBox .socialList li a:hover svg {
  fill: #fff;
}
footer .qrcode img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 265px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  footer .footerMenu {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1023px) {
  footer .footerMenu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footerMenu > li {
  width: 10%;
  padding: 0 20px 0 0;
}
footer .footerMenu > li:nth-child(1), footer .footerMenu > li:nth-child(2) {
  width: 22%;
}
@media (max-width: 1200px) {
  footer .footerMenu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
    padding: 10px;
    width: 25%;
  }
  footer .footerMenu > li:nth-child(1), footer .footerMenu > li:nth-child(2) {
    width: 25%;
  }
}
@media (max-width: 640px) {
  footer .footerMenu > li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 360px) {
  footer .footerMenu > li {
    width: 50%;
  }
  footer .footerMenu > li:nth-child(1), footer .footerMenu > li:nth-child(2) {
    width: 50%;
  }
}
footer .footerMenu > li a {
  display: block;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 640px) {
  footer .footerMenu > li a {
    font-size: 14px;
  }
}
footer .footerMenu .submenu {
  width: 100%;
  margin: 25px 0 0 0;
}
@media (max-width: 1200px) {
  footer .footerMenu .submenu {
    display: none;
  }
}
footer .footerMenu .submenu > li {
  margin: 0 0 10px;
}
footer .footerMenu .submenu > li a {
  color: #d8d8d8;
  font-size: 13px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
footer .footerMenu .submenu > li.all {
  display: none;
}
footer .mail_subscribeBox {
  max-width: 265px;
  width: 100%;
}
@media (max-width: 1200px) {
  footer .mail_subscribeBox {
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer .mail_subscribeBox:hover .infoBox::after {
  opacity: 1;
}
footer .mail_subscribeBox .tit {
  font-size: 17px;
  color: #fff;
  margin: 0 0 25px;
}
@media (max-width: 1200px) {
  footer .mail_subscribeBox .tit {
    text-align: center;
  }
}
footer .mail_subscribeBox .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
footer .mail_subscribeBox input[type=text] {
  background-color: #fff;
  border: 2px solid #adadad;
  font-size: 14px;
  font-weight: 400;
  color: #adadad;
  outline: none;
  padding: 14px 15px;
  margin: 0;
  font-family: "Plus Jakarta Sans";
  letter-spacing: 0.6px;
  width: calc(100% - 110px);
}
footer .mail_subscribeBox .submit_btn {
  width: 110px;
  text-align: center;
  position: relative;
  background-color: #29b8ed;
}
footer .mail_subscribeBox .submit_btn:hover {
  background-color: #EE8A0C;
}
footer .mail_subscribeBox .submit_btn a {
  color: #fff;
  font-size: 15px;
  font-family: "Plus Jakarta Sans";
  padding: 15px 20px;
  display: block;
  z-index: 2;
  position: relative;
}

.copyright {
  width: 100%;
  background-color: #1f1f1f;
  padding: 20px 0;
}
.copyright .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .copyright .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.copyright .footerInfo {
  color: #a6a6a6;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
}
.copyright .translateIbest {
  margin: 0 20px 0 0;
}
.copyright .translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  color: #a6a6a6;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
}
.copyright .translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #a6a6a6;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}
.copyright .translateIbest .design a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .copyright .rightBox {
    margin: 10px 0 0;
  }
}
.copyright .rightBox .footbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright .rightBox .footbtn span {
  margin: 0 10px;
  color: #f2f2f2;
}
.copyright .rightBox .footbtn a {
  color: #f2f2f2;
}
.copyright .rightBox .footbtn a:hover {
  color: #EE8A0C;
}

.privacyArea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 0px 5px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacyArea .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  width: calc(100% - 200px);
}
.privacyArea .text a {
  color: #29b8ed;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #29b8ed;
}
.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a {
  width: 100%;
  color: #fff;
  display: block;
  letter-spacing: 0.5px;
}
@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;
}
.social a:hover {
  opacity: 0.8;
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #000;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台預覽模式*/
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -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 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.bookingArea .btn 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;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #29b8ed;
}
@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-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: #29b8ed;
  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;
}
.mainArea.inPage {
  background-color: #f2f5f7;
}
@media (max-width: 1180px) {
  .mainArea.inPage {
    padding: 40px 20px 60px;
  }
}
.mainArea.inPage .titleBox {
  font-family: "Plus Jakarta Sans";
  padding: 60px 0 30px;
  position: relative;
  margin: 0 0 60px;
}
@media (max-width: 1180px) {
  .mainArea.inPage .titleBox {
    padding: 30px 0 15px;
    margin: 0 0 30px;
  }
}
@media (max-width: 640px) {
  .mainArea.inPage .titleBox {
    padding: 30px 0 30px;
  }
}
.mainArea.inPage .titleBox::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #29b8ed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mainArea.inPage .titleBox .titleEnTitle {
  font-size: 40px;
  color: #02152c;
  font-weight: 800;
}
@media (max-width: 1180px) {
  .mainArea.inPage .titleBox .titleEnTitle {
    font-size: 30px;
  }
}
@media (max-width: 1180px) {
  .mainArea.inPage .wrap {
    padding: 0;
  }
}

.titleBox {
  font-family: "Plus Jakarta Sans";
  padding: 60px 0 40px;
}
.titleBox .titleSubTitle {
  color: #29b8ed;
  font-style: italic;
  font-size: 19px;
}
.titleBox .titleEnTitle {
  font-size: 60px;
  color: #02152c;
  font-weight: 800;
}

.titleBox {
  position: relative;
  text-align: center;
}
.titleBox .Txt {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1180px) {
  .titleBox .Txt {
    text-align: center;
  }
}
.titleBox .Txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  width: 60px;
  height: 3px;
}
.titleBox .Txt .title {
  font-size: 21px;
  letter-spacing: 0.05em;
  color: #29b9ee;
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 1180px) {
  .titleBox .Txt .title {
    font-size: 16px;
  }
}
.titleBox .Txt .subtitle {
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.05em;
  font-weight: 800;
  margin: 10px 0 0;
}
@media (max-width: 1300px) {
  .titleBox .Txt .subtitle {
    font-size: 50px;
  }
}
@media (max-width: 1180px) {
  .titleBox .Txt .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .titleBox .Txt .subtitle {
    font-size: 23px;
  }
}

/*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;
}
.bread .wrap a:hover {
  color: #29b8ed;
}
.bread .wrap span {
  color: #666;
}
.bread .wrap span + a,
.bread .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.arrow .wrap a + a::before,
.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: #232323;
  font-weight: 400;
  font-size: 32px !important;
  margin-bottom: 20px;
  padding: 10px 0;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 10px;
  padding: 15px 30px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  background-color: #02152c;
}
.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: #29b8ed;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBoxRow {
  background-color: #e8edf2;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    padding: 0;
    margin: 0;
  }
  .classBoxRow .classLink a {
    display: block;
    padding: 14px 25px;
    font-size: 16px;
    color: #747474;
    background-color: #e8edf2;
    letter-spacing: 2px;
    text-align: center;
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover {
    color: #fff;
    background: #ee8a0c;
    background: -webkit-gradient(linear, left top, right top, from(#ee8a0c), color-stop(57%, #f8b234));
    background: linear-gradient(to right, #ee8a0c 0%, #f8b234 57%);
  }
}
.classBoxColumn .classLink {
  border-top: 1px solid #02152c;
}
.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: #29b8ed;
  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, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
  background-color: #e5e5e5;
  color: #29b8ed;
}
@media (min-width: 1024px) {
  .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: #02152c;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
    color: #EE8A0C;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > 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: #29b8ed;
  }
  .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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
  border: 1px solid #29b8ed;
  background-color: #29b8ed;
  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 #29b8ed;
  background-color: #29b8ed;
  color: #fff;
}
.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.prevnext {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #29b8ed;
  font-size: 13px;
  color: #29b8ed;
}
.tagBox a:hover {
  color: #fff;
  background-color: #29b8ed;
}
.tagBox a.current {
  color: #fff;
  background-color: #29b8ed;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  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: #02152c;
  display: block;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
.tab a.current {
  color: #fff;
  background-color: #29b8ed;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
}
.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;
}
.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: 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;
}
.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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
.sideShare .shareList .shareItem a:hover {
  opacity: 0.8;
}
.sideShare .shareList .shareItem a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

/*滑動解鎖*/
.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;
}
.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: "Learn More";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -65px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
}
.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;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}