@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=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;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, .privacyArea, footer .footerInfoArea .rightBox a::before, footer .footerInfoArea .centerBox li, footer .footerInfoArea .leftBox .mapLink a::before, footer .footerMenuArea .rightBox .borderCorner .corner::before, footer .footerMenuArea .rightBox .borderCorner .corner::after, footer .footerMenuArea .rightBox .borderCorner, footer .footerMenuArea .rightBox li::before, footer .footerMenuArea .leftBox a, footer .footerLinkArea .Img img, .slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after, .slideMenuArea .funcBox .languageBox .languageList, .slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after, .slideMenuTrigger .dotBox .dotTop::after, .slideMenuTrigger .dotBox .dotMid::after, .slideMenuTrigger .dotBox .dotDown::after, .slideMenuTrigger .dotBox .dotTop::before, .slideMenuTrigger .dotBox .dotMid::before, .slideMenuTrigger .dotBox .dotDown::before, .slideMenuTrigger .dotBox .dotTop, .slideMenuTrigger .dotBox .dotMid, .slideMenuTrigger .dotBox .dotDown, .slideMenuTrigger, header .languageBox .languageList, header .languageBox .languageCurrent::before, header .logo img, header, .loadingArea, .moduleMask, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .privacyBtn a.textLink::before, .moduleBox .moduleClose, a, .btnBox .btnMaster .borderCorner .corner::before, .btnBox .btnMaster .borderCorner .corner::after, .btnBox .btnMaster .borderCorner, .btnBox .btnMaster a::before, .btnBox .btnMaster a::after, .more .borderCorner .corner::before, .more .borderCorner .corner::after, .more {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.more {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  background: #0086d1;
  padding-left: 15px;
}
.more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.more .borderCorner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding-top: 17px;
  border-radius: 6px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.more .borderCorner .corner::before, .more .borderCorner .corner::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 5px;
  height: 5px;
  border: 1px solid #0086d1;
}
.more .borderCorner .borderTop::before {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}
.more .borderCorner .borderTop::after {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}
.more .borderCorner .borderDown::before {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}
.more .borderCorner .borderDown::after {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

.btnBox {
  display: inline-block;
}
.btnBox .btnMaster {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.btnBox .btnMaster:hover a {
  color: #0086d1;
}
.btnBox .btnMaster:hover a::before, .btnBox .btnMaster:hover a::after {
  background: #0086d1;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.btnBox .btnMaster:hover .borderCorner .corner::before, .btnBox .btnMaster:hover .borderCorner .corner::after {
  border-color: #0086d1;
}
.btnBox .btnMaster:hover .borderCorner .borderTop::before {
  width: 25%;
  height: 50%;
}
.btnBox .btnMaster:hover .borderCorner .borderTop::after {
  width: 45%;
  height: 70%;
}
.btnBox .btnMaster:hover .borderCorner .borderDown::before {
  width: 0%;
  height: 50%;
}
.btnBox .btnMaster:hover .borderCorner .borderDown::after {
  width: 90%;
  height: 0%;
}
.btnBox .btnMaster a {
  position: relative;
  color: #000;
  display: block;
  width: 220px;
  padding: 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}
.btnBox .btnMaster a::before, .btnBox .btnMaster a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background: #000;
}
.btnBox .btnMaster a::before {
  right: 18px;
  width: 15px;
  height: 1px;
}
.btnBox .btnMaster a::after {
  right: 25px;
  width: 1px;
  height: 15px;
}
.btnBox .btnMaster .borderCorner {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 20px;
  border-radius: 6px;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.btnBox .btnMaster .borderCorner .corner::before, .btnBox .btnMaster .borderCorner .corner::after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 1px solid #626262;
}
.btnBox .btnMaster .borderCorner .borderTop::before {
  width: 15%;
  height: 50%;
  top: 0px;
  left: 0px;
  border-right: none;
  border-bottom: none;
}
.btnBox .btnMaster .borderCorner .borderTop::after {
  width: 55%;
  height: 50%;
  top: 0px;
  right: 0px;
  border-left: none;
  border-bottom: none;
}
.btnBox .btnMaster .borderCorner .borderDown::before {
  width: 7%;
  height: 50%;
  bottom: 0px;
  left: 0px;
  border-right: none;
  border-top: none;
}
.btnBox .btnMaster .borderCorner .borderDown::after {
  width: 80%;
  height: 10%;
  bottom: 0px;
  right: 0px;
  border-left: none;
  border-top: none;
}

body {
  background: #fff;
  font-size: 16px;
  font-family: "Inter", "Poppins", "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", "Heiti TC", "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  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;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #0086d1;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
}

address {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
}
a:hover {
  color: #0086d1;
}

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 {
  background: #0086d1;
  color: #fff;
}
@media (min-width: 1201px) {
  .btn_color1:hover {
    background: #005585;
    color: #fff;
  }
}

.btn_color_white {
  background: #fff;
  color: #0086d1;
}
@media (min-width: 1201px) {
  .btn_color_white:hover {
    background: #0086d1;
    color: #fff;
  }
}

/*button*/
.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
  margin: 0;
}
.btn1 a {
  min-width: 190px;
  background: #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: #0086d1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #0086d1;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

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

textarea {
  resize: vertical;
}

.outerWrap {
  position: relative;
}
@media (max-width: 1200px) {
  .outerWrap {
    padding-top: 80px;
    padding-bottom: calc(55px + env(safe-area-inset-bottom));
  }
}

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

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.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: #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 .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #0086d1;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background: #0086d1;
  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: #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: #005585;
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .privacyBtn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .privacyBtn a:not(.textLink) {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 15px 25px;
}
.moduleBox.privacy .privacyBtn a.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .privacyBtn a.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background: #0086d1;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .privacyBtn a.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #0086d1;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background: #2eb4ff;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background: #0096eb;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1201px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #0086d1;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #0086d1;
}
.moduleBox.cart .cart {
  border-top: 2px solid #0086d1;
  border-bottom: 2px solid #b4b4b4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .buyList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .buyList li:not(:first-child) {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #d5d5d5;
}
.moduleBox.cart .buyList .Img {
  width: 90px;
}
.moduleBox.cart .buyList .Img img {
  display: block;
  width: 100%;
}
.moduleBox.cart .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;
}
.moduleBox.cart .buyList h3 {
  width: 100%;
  margin-bottom: 3px;
}
.moduleBox.cart .buyList h3 a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moduleBox.cart .buyList .spec {
  color: #6a6a6a;
  margin-bottom: 3px;
}
.moduleBox.cart .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: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox.cart .buyList .del:hover {
  background: #0086d1;
  color: #fff;
}
.moduleBox.cart .buyList .del svg {
  width: 15px;
  height: 18px;
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 360px;
}
.moduleBox.orderCheck h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #222;
  text-align: left;
}
.moduleBox.orderCheck input[type=text], .moduleBox.orderCheck input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc;
}
.moduleBox.orderCheck a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 15px 55px 15px 15px;
}
.moduleBox.search .searchBox a {
  width: 50px;
  height: 50px;
  background: #0086d1;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #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;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /*menu*/
}
@media (max-width: 1200px) {
  header {
    background: #0086d1;
  }
}
header.show {
  background: #0086d1;
}
header.show .logo img {
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}
header.show .menuBox .menu > li a:hover, header.show .menuBox .menu > li a.current {
  color: #0f1c2c;
}
header.show .menuBox .menu .submenu a.current {
  color: #0086d1;
}
header.show .menuBox .menu .submenu a:hover {
  color: #0f1c2c;
}
header.show .menuBox .menu .submenu .df a.current {
  color: #0f1c2c;
}
header.show .menuBox .menu .submenu .df a:hover {
  color: #0086d1;
}
header.show .languageBox .languageCurrent::before {
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}
header.show .slideMenuTrigger {
  background: #fff;
}
header.show .slideMenuTrigger:hover {
  background: #0086d1;
}
header.show .slideMenuTrigger:hover .dotBox .dotTop, header.show .slideMenuTrigger:hover .dotBox .dotMid, header.show .slideMenuTrigger:hover .dotBox .dotDown {
  background: #fff;
}
header.show .slideMenuTrigger:hover .dotBox .dotTop::before, header.show .slideMenuTrigger:hover .dotBox .dotTop::after, header.show .slideMenuTrigger:hover .dotBox .dotMid::before, header.show .slideMenuTrigger:hover .dotBox .dotMid::after, header.show .slideMenuTrigger:hover .dotBox .dotDown::before, header.show .slideMenuTrigger:hover .dotBox .dotDown::after {
  background: #fff;
}
header.show .slideMenuTrigger .dotBox .dotTop, header.show .slideMenuTrigger .dotBox .dotMid, header.show .slideMenuTrigger .dotBox .dotDown {
  background: #0086d1;
}
header.show .slideMenuTrigger .dotBox .dotTop::before, header.show .slideMenuTrigger .dotBox .dotTop::after, header.show .slideMenuTrigger .dotBox .dotMid::before, header.show .slideMenuTrigger .dotBox .dotMid::after, header.show .slideMenuTrigger .dotBox .dotDown::before, header.show .slideMenuTrigger .dotBox .dotDown::after {
  background: #0086d1;
}
header .wrap {
  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;
  padding: 0;
  max-width: 100%;
}
header .logo {
  margin-left: 110px;
  width: 170px;
}
@media (max-width: 1580px) {
  header .logo {
    margin-left: 20px;
  }
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 1200px) {
  header .logo img {
    -webkit-filter: contrast(0) brightness(10);
            filter: contrast(0) brightness(10);
  }
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .rightBox > div, header .rightBox > a, header .rightBox > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media (max-width: 1875px) {
  header .menuBox {
    padding-right: 10px;
  }
}
@media (max-width: 1490px) {
  header .menuBox {
    display: none !important;
  }
}
header .menuBox .menu > li {
  display: inline-block;
  padding: 0 14px;
  height: 80px;
}
@media (max-width: 1875px) {
  header .menuBox .menu > li {
    padding: 0 5px;
  }
}
@media (max-width: 1740px) {
  header .menuBox .menu > li {
    padding: 0;
  }
}
header .menuBox .menu > li a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 0 10px;
  line-height: 80px;
  text-transform: uppercase;
}
@media (max-width: 1660px) {
  header .menuBox .menu > li a {
    padding: 0 5px;
  }
}
header .menuBox .menu > li a.current, header .menuBox .menu > li a:hover {
  color: #0086d1;
}
header .menuBox .menu .submenu {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding-top: 40px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .menuBox .menu .submenu.show {
  opacity: 1;
  pointer-events: fill;
}
header .menuBox .menu .submenu .investorMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .menuBox .menu .submenu li {
  width: 20%;
  padding: 0 10px;
  padding-bottom: 40px;
}
header .menuBox .menu .submenu a {
  color: #0086d1;
  border-bottom: 1px solid #0086d1;
  padding: 10px;
  line-height: 1;
}
header .menuBox .menu .submenu .df {
  padding-top: 10px;
}
header .menuBox .menu .submenu .df li {
  width: 100%;
  padding: 0;
}
header .menuBox .menu .submenu .df a {
  color: #000;
  border-bottom: none;
  padding: 5px;
  line-height: 1;
}
header .menuBox .menu .submenu .df a:hover {
  color: #0086d1;
}
header .searchToggle {
  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: 100px;
}
@media (max-width: 480px) {
  header .searchToggle {
    display: none !important;
  }
}
header .searchToggle::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/search.png);
  background-size: contain;
  width: 27px;
  height: 27px;
}
header .languageBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 480px) {
  header .languageBox {
    display: none !important;
  }
}
header .languageBox .languageCurrent {
  cursor: pointer;
  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: 170px;
  height: 100%;
  padding-right: 20px;
}
@media (max-width: 640px) {
  header .languageBox .languageCurrent {
    width: 130px;
  }
}
header .languageBox .languageCurrent::before {
  content: "";
  position: relative;
  top: 0;
  right: 17px;
  display: inline-block;
  background-image: url(../images/earth.png);
  background-size: contain;
  width: 26px;
  height: 26px;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 1200px) {
  header .languageBox .languageCurrent::before {
    -webkit-filter: contrast(0) brightness(10);
            filter: contrast(0) brightness(10);
  }
}
header .languageBox .languageCurrent::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
header .languageBox .languageList {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
header .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
header .languageBox .languageList li a:hover, header .languageBox .languageList li a.current {
  background: #0086d1;
  color: #fff;
}

/*slideMenu*/
.slideMenuTrigger {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 110px;
  background: #0086d1;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .slideMenuTrigger {
    background: #fff;
  }
}
@media (max-width: 640px) {
  .slideMenuTrigger {
    width: 80px;
  }
}
.slideMenuTrigger:hover .dotBox .dotTop, .slideMenuTrigger:hover .dotBox .dotMid, .slideMenuTrigger:hover .dotBox .dotDown {
  background: #0086d1;
}
.slideMenuTrigger:hover .dotBox .dotTop::before, .slideMenuTrigger:hover .dotBox .dotTop::after, .slideMenuTrigger:hover .dotBox .dotMid::before, .slideMenuTrigger:hover .dotBox .dotMid::after, .slideMenuTrigger:hover .dotBox .dotDown::before, .slideMenuTrigger:hover .dotBox .dotDown::after {
  background: #0086d1;
}
.slideMenuTrigger .dotBox {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
}
.slideMenuTrigger .dotBox .dotTop, .slideMenuTrigger .dotBox .dotMid, .slideMenuTrigger .dotBox .dotDown {
  width: 6px;
  height: 6px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .slideMenuTrigger .dotBox .dotTop, .slideMenuTrigger .dotBox .dotMid, .slideMenuTrigger .dotBox .dotDown {
    background: #0086d1;
  }
}
.slideMenuTrigger .dotBox .dotTop::before, .slideMenuTrigger .dotBox .dotMid::before, .slideMenuTrigger .dotBox .dotDown::before {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
}
@media (max-width: 1200px) {
  .slideMenuTrigger .dotBox .dotTop::before, .slideMenuTrigger .dotBox .dotMid::before, .slideMenuTrigger .dotBox .dotDown::before {
    background: #0086d1;
  }
}
.slideMenuTrigger .dotBox .dotTop::after, .slideMenuTrigger .dotBox .dotMid::after, .slideMenuTrigger .dotBox .dotDown::after {
  content: "";
  position: absolute;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
}
@media (max-width: 1200px) {
  .slideMenuTrigger .dotBox .dotTop::after, .slideMenuTrigger .dotBox .dotMid::after, .slideMenuTrigger .dotBox .dotDown::after {
    background: #0086d1;
  }
}
.slideMenuTrigger .dotBox .dotTop {
  top: 0;
}
.slideMenuTrigger .dotBox .dotMid {
  top: 50%;
}
.slideMenuTrigger .dotBox .dotDown {
  top: 100%;
}
.slideMenuTrigger.close {
  margin-left: 0;
  width: 80px;
  height: 80px;
}
@media (max-width: 1200px) {
  .slideMenuTrigger.close {
    background: #0086d1;
    width: 60px;
    height: 60px;
  }
}
.slideMenuTrigger.close:hover {
  background: #fff;
}
.slideMenuTrigger.close:hover .line::before, .slideMenuTrigger.close:hover .line::after {
  background: #0086d1;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
}
.slideMenuTrigger.close .line::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover {
    background: #fff;
  }
  .slideMenuTrigger:hover span {
    background: #0086d1;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background: #0086d1;
  }
}
.slideMenuArea {
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background: #fff;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #0086d1;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideMenuArea.show .topBox {
  -webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .funcBox {
  -webkit-animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  -webkit-animation: textSlideRightAnimation 0.5s 1.2s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
  -webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
          animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu .df {
  display: none;
}
.slideMenuArea.show .socialBox {
  -webkit-animation: textSlideRightAnimation 0.5s 1.5s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea .wrap {
  padding-left: 30px;
  padding-right: 30px;
}
.slideMenuArea .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 15px;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 135px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .funcBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  margin: 0 -10px;
}
@media (max-width: 480px) {
  .slideMenuArea .funcBox {
    -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;
  }
}
.slideMenuArea .funcBox .searchBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}
.slideMenuArea .funcBox .searchBox input {
  height: 40px;
  border-bottom: 1px solid #ccc;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 40px;
}
.slideMenuArea .funcBox .searchBox a {
  width: 40px;
  height: 40px;
  border: 1px solid #0086d1;
  background: #0086d1;
  color: #fff;
  display: block;
  line-height: 38px;
  text-align: center;
}
.slideMenuArea .funcBox .searchBox a:hover,
.slideMenuArea .funcBox .searchBox a .current {
  background: #fff;
  color: #0086d1;
}
.slideMenuArea .funcBox .languageBox {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 480px) {
  .slideMenuArea .funcBox .languageBox {
    margin-bottom: 30px;
  }
}
.slideMenuArea .funcBox .languageBox .languageCurrent {
  border-bottom: 1px solid #ccc;
  color: #232323;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 14px;
  padding-right: 0;
  position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  -webkit-transform: translate(100%, -100%) rotate(45deg);
          transform: translate(100%, -100%) rotate(45deg);
}
.slideMenuArea .funcBox .languageBox .languageList {
  width: calc(100% - 20px);
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}
.slideMenuArea .funcBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.slideMenuArea .funcBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .funcBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
.slideMenuArea .funcBox .languageBox .languageList li a:hover, .slideMenuArea .funcBox .languageBox .languageList li a.current {
  background: #0086d1;
  color: #fff;
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 15px 0;
}
.slideMenuArea .menuBox .nav > li {
  position: relative;
  text-transform: uppercase;
}
.slideMenuArea .menuBox .nav > li.dropDown > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a {
  pointer-events: none;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #0086d1;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a.current::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a.current::after {
  background: #0086d1;
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > li.dropDown.open .submenu {
  display: block;
}
.slideMenuArea .menuBox .nav > li a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  padding: 10px 30px 10px 0;
  position: relative;
}
.slideMenuArea .menuBox .nav > li a:hover, .slideMenuArea .menuBox .nav > li a.current {
  color: #0086d1;
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  display: none;
  padding: 0 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu li {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu li a {
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu li a:hover {
    color: #0086d1;
  }
}
.slideMenuArea .socialBox {
  padding: 15px 0;
}
.slideMenuArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slideMenuArea .socialBox .socialList li:not(:last-child) {
  margin-right: 7px;
}
.slideMenuArea .socialBox .socialList li a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  background: #0086d1;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.slideMenuArea .socialBox .socialList li a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #0086d1;
  vertical-align: baseline;
}
@media (min-width: 1201px) {
  .slideMenuArea .socialBox .socialList li a:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #0086d1;
  }
  .slideMenuArea .socialBox .socialList li a:hover svg {
    fill: #fff;
  }
}
.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  float: left;
  margin-left: 70px;
}
.m_menu .m_logo img {
  display: block;
  width: 150px;
  padding-top: 8px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 60px;
  background: #fff;
}
.m_menu .controlBox a.main {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main span:after {
  bottom: -7px;
}
.m_menu .controlBox a.main.show span {
  background: 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 .right {
  float: right;
  line-height: 60px;
  margin-right: 10px;
}
.m_menu .controlBox .right a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 13px;
  color: #fff;
}
.m_menu .controlBox .right a em {
  display: none;
}
.m_menu .controlBox .right i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background: #799A1B;
}
.m_menu .controlBox .right b {
  position: absolute;
  top: 6px;
  right: -5px;
  display: block;
  border-radius: 5px;
  line-height: normal;
  padding: 3px 5px;
  font-size: 13px;
  color: #fff;
  background: #C40000;
}
.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: 60px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
  background: rgb(101, 14, 19);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(101, 14, 19)), to(rgb(178, 24, 27)));
  background: linear-gradient(to bottom, rgb(101, 14, 19) 0%, rgb(178, 24, 27) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#650e13", endColorstr="#b2181b", GradientType=0);
  /* IE6-9 */
}
.m_menu .hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background: #c80303;
}
.m_menu .searchBox_m {
  padding: 20px 0;
  text-align: center;
}
.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: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #9cc720;
}
.m_menu .m_trans {
  text-align: center;
  padding-top: 30px;
}
.m_menu .m_trans > a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #fff;
  color: #fff;
}
.m_menu .m_trans > a i {
  margin-left: 5px;
}
.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 .mfun {
  padding: 30px 0;
  text-align: center;
}
.m_menu .mfun a {
  display: inline-block;
  margin: 0 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #b21d26;
}
.m_menu .nav li {
  border-top: 1px solid #af6568;
}
.m_menu .nav a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.m_menu .nav a:hover {
  background: #d12127;
}
.m_menu .nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.m_menu .nav .submenu {
  display: none;
}
.m_menu .nav .submenu a {
  padding: 10px 20px;
}
.m_menu .nav .submenu a:hover {
  background: #999;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .TxtIns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px 70px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .TxtIns .textBox {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .TxtIns .textBox {
    text-align: center;
  }
}
.bannerArea .bannerItem .TxtIns .title {
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .TxtIns .title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .TxtIns .title {
    font-size: 36px;
  }
}
.bannerArea .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
@media (max-width: 860px) {
  .bannerArea .bannerItem .Img {
    height: 360px;
  }
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  aspect-ratio: 1920/980;
}
@media (max-width: 860px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 705/360;
  }
}
.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: rgb(6, 21, 64);
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
}
.marqueeArea h2 em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea ul {
  overflow: hidden;
}
.marqueeArea li {
  line-height: 20px;
}
.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .date {
    display: none;
  }
}
.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}
.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*footer*/
footer {
  background: #0f1c2c;
  padding: 0;
}
footer .wrap {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
footer .footerLinkArea .wrap {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
footer .footerLinkArea .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  footer .footerLinkArea .linkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footerLinkArea .linkItem {
  position: relative;
  width: 50%;
}
@media (max-width: 1024px) {
  footer .footerLinkArea .linkItem {
    width: 100%;
  }
}
footer .footerLinkArea .item:hover .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footerLinkArea .Img {
  background: #000;
  overflow: hidden;
}
footer .footerLinkArea .Img img {
  width: 100%;
  display: block;
  opacity: 0.8;
  -webkit-transform-origin: center;
          transform-origin: center;
}
footer .footerLinkArea .Txt {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
footer .footerLinkArea .Txt .title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 640px) {
  footer .footerLinkArea .Txt .title {
    font-size: 34px;
  }
}
footer .footerLinkArea .Txt .title a {
  color: #fff;
}
footer .footerMenuArea {
  padding: 70px 0 60px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  footer .footerMenuArea {
    padding: 40px 0;
  }
}
footer .footerMenuArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  footer .footerMenuArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footerMenuArea .leftBox {
  width: 70%;
  font-family: "Poppins", sans-serif;
  padding-right: 70px;
}
@media (max-width: 1024px) {
  footer .footerMenuArea .leftBox {
    max-width: 800px;
    width: 100%;
    padding: 0;
  }
}
footer .footerMenuArea .leftBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 680px) {
  footer .footerMenuArea .leftBox ul {
    width: 100%;
    margin: 0 auto;
  }
}
footer .footerMenuArea .leftBox li {
  padding: 0 10px;
}
@media (max-width: 680px) {
  footer .footerMenuArea .leftBox li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  footer .footerMenuArea .leftBox li {
    width: 100%;
  }
}
footer .footerMenuArea .leftBox .title {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  cursor: default;
  padding-bottom: 10px;
}
footer .footerMenuArea .leftBox a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  padding: 5px 0;
}
footer .footerMenuArea .leftBox a:hover {
  color: #fff;
}
footer .footerMenuArea .rightBox {
  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;
  width: 30%;
}
@media (max-width: 1024px) {
  footer .footerMenuArea .rightBox {
    width: 100%;
    padding-bottom: 30px;
  }
}
footer .footerMenuArea .rightBox .title {
  display: block;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  padding: 9px 0 25px;
  cursor: default;
}
footer .footerMenuArea .rightBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footerMenuArea .rightBox li {
  position: relative;
  margin: 0 10px;
  width: 45px;
  height: 45px;
}
footer .footerMenuArea .rightBox li::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  display: block;
  width: 110%;
  height: 110%;
  background: #fff;
  opacity: 0;
}
footer .footerMenuArea .rightBox li:hover::before {
  opacity: 0.1;
}
footer .footerMenuArea .rightBox li:hover .borderCorner {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.2), 0px 0px 10px 2.5px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.2), 0px 0px 10px 2.5px rgba(255, 255, 255, 0.2) inset;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footerMenuArea .rightBox li:hover .borderCorner .corner::before, footer .footerMenuArea .rightBox li:hover .borderCorner .corner::after {
  opacity: 1;
}
footer .footerMenuArea .rightBox li:hover a {
  opacity: 1;
}
footer .footerMenuArea .rightBox .borderCorner {
  -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0), 0px 0px 20px 5px rgba(255, 255, 255, 0) inset;
          box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0), 0px 0px 20px 5px rgba(255, 255, 255, 0) inset;
  padding-top: 20px;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
footer .footerMenuArea .rightBox .borderCorner .corner::before, footer .footerMenuArea .rightBox .borderCorner .corner::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  opacity: 0.5;
}
footer .footerMenuArea .rightBox .borderCorner .borderTop::before {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}
footer .footerMenuArea .rightBox .borderCorner .borderTop::after {
  top: -1px;
  right: -1px;
  border-left: none;
  border-bottom: none;
}
footer .footerMenuArea .rightBox .borderCorner .borderDown::before {
  bottom: -1px;
  left: -1px;
  border-right: none;
  border-top: none;
}
footer .footerMenuArea .rightBox .borderCorner .borderDown::after {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}
footer .footerMenuArea .rightBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
}
footer .footerInfoArea {
  padding: 50px 0 20px;
}
footer .footerInfoArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  footer .footerInfoArea .topBox {
    -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;
  }
}
footer .footerInfoArea .topBox > div {
  width: 33.3333333333%;
}
@media (max-width: 1024px) {
  footer .footerInfoArea .topBox > div {
    max-width: 800px;
    width: 100%;
    padding-bottom: 20px;
  }
}
footer .footerInfoArea .leftBox {
  padding-right: 30px;
  font-family: "Poppins", sans-serif;
}
footer .footerInfoArea .leftBox .company {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
footer .footerInfoArea .leftBox .address {
  color: #b6b6b6;
  font-size: 14px;
  letter-spacing: 0.1px;
  padding-top: 10px;
  line-height: 1.7;
}
footer .footerInfoArea .leftBox .mapLink {
  padding-top: 30px;
}
footer .footerInfoArea .leftBox .mapLink .map {
  position: relative;
  z-index: 0;
  text-align: center;
  border: 1px solid #fff;
  max-width: 200px;
  width: 100%;
  overflow: hidden;
}
footer .footerInfoArea .leftBox .mapLink .map:hover a::before {
  height: 180%;
}
footer .footerInfoArea .leftBox .mapLink img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 12px;
}
footer .footerInfoArea .leftBox .mapLink span {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  padding-left: 15px;
  padding: 10px;
}
footer .footerInfoArea .leftBox .mapLink a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
footer .footerInfoArea .leftBox .mapLink a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0;
  border-radius: 0 0 50% 50%;
  background: #0086d1;
}
footer .footerInfoArea .centerBox .infoList {
  padding-right: 20px;
}
footer .footerInfoArea .centerBox li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 310px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0086d1;
  padding: 10px;
  margin: 13px 0;
}
footer .footerInfoArea .centerBox li:hover {
  border: 1px solid #fff;
}
footer .footerInfoArea .centerBox img {
  width: 20px;
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}
footer .footerInfoArea .centerBox span {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
}
footer .footerInfoArea .centerBox a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
footer .footerInfoArea .rightBox {
  padding-right: 40px;
}
footer .footerInfoArea .rightBox .business {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
footer .footerInfoArea .rightBox .text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px;
  color: #b6b6b6;
}
footer .footerInfoArea .rightBox .inquiryLink {
  padding-top: 35px;
}
footer .footerInfoArea .rightBox .inquiry {
  position: relative;
  z-index: 0;
  text-align: center;
  border: 1px solid #fff;
  max-width: 200px;
  width: 100%;
  overflow: hidden;
}
footer .footerInfoArea .rightBox .inquiry:hover a::before {
  height: 180%;
}
footer .footerInfoArea .rightBox img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  width: 20px;
}
footer .footerInfoArea .rightBox span {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  padding-left: 15px;
  padding: 10px;
}
footer .footerInfoArea .rightBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
footer .footerInfoArea .rightBox a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0;
  border-radius: 0 0 50% 50%;
  background: #0086d1;
}
footer .footerInfoArea .bottomBox {
  padding-top: 105px;
}
@media (max-width: 1024px) {
  footer .footerInfoArea .bottomBox {
    padding-top: 50px;
  }
}
footer .footerInfoArea .bottomBox .copyrightBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ddd;
}
footer .footerInfoArea .bottomBox .copyrightBox .copyright {
  font-size: 14px;
  padding: 5px;
}
footer .footerInfoArea .bottomBox .copyrightBox .ibestLink {
  padding: 5px;
}
footer .footerInfoArea .bottomBox .copyrightBox .ibestLink a {
  color: #ddd;
  font-size: 14px;
}
@media (min-width: 1201px) {
  footer .footerInfoArea .bottomBox .copyrightBox .ibestLink a:hover {
    color: #0086d1;
  }
}
footer .footerInfoArea .bottomBox .copyrightBox .ibestLink span {
  font-size: 14px;
}
@media (max-width: 1024px) {
  footer .footerInfoArea .bottomBox .copyrightBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #0086d1;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a::before {
  display: none;
}
.privacyArea .text a::after {
  display: none;
}
.privacyArea .text a:hover {
  color: #0086d1;
}
.privacyArea .privacyBtn {
  -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;
  margin-top: 25px;
}
.privacyArea .privacyBtn a {
  letter-spacing: 0.5px;
  padding: 15px 35px;
}
.privacyArea .privacyBtn a + a {
  margin-left: 20px;
}
@media (max-width: 640px) {
  .privacyArea .btn {
    width: 100%;
  }
  .privacyArea .btn a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px;
    text-align: center;
  }
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background: #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: 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;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #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: #0086d1;
}
@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-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .mainArea {
    padding: 30px 0;
  }
}
.mainArea .contentBox {
  clear: both;
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.titleBox .titleTw {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.titleBox .titleEn {
  font-weight: 300;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/*bread*/
.bread {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  z-index: 3;
  max-width: 1250px;
  width: 100%;
  padding: 0 20px;
  text-transform: uppercase;
}
.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;
}
.bread .wrap a, .bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}
.bread .wrap a {
  color: #fff;
}
.bread .wrap a:hover {
  color: #0086d1;
}
.bread .wrap span {
  color: #fff;
}
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap span + span::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 + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 45px;
}
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 640px) {
  .bread {
    display: none;
  }
}

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

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

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

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

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background: #0086d1;
  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 {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 15px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: transparent;
    border: 1px solid #0086d1;
    display: inline-block;
  }
  .classBoxRow .classLink a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    color: #0086d1;
  }
  .classBoxRow .classLink a:hover, .classBoxRow .classLink a.current {
    color: #fff;
  }
  .classBoxRow .classLink a:hover::before, .classBoxRow .classLink a.current::before {
    height: 180%;
  }
  .classBoxRow .classLink a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 50% 50%;
    width: 100%;
    height: 0;
    background: #0086d1;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background: #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: #0086d1;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background: #2f2f2f;
}
.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: #f1f1f1;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
  background: #e8e8e8;
  color: #0086d1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after {
  background: #0086d1;
}
@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: #2f2f2f;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
    background: #0086d1;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background: #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: #0086d1;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    color: #2f2f2f;
    background: #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 #0086d1;
  background: #0086d1;
  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 #0086d1;
  background: #0086d1;
  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 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 #0086d1;
  font-size: 13px;
  color: #0086d1;
}
.tagBox a:hover {
  color: #fff;
  background: #0086d1;
}
.tagBox a.current {
  color: #fff;
  background: #0086d1;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eaeaea;
}
.tab a {
  font-size: 14px;
  color: #393939;
  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;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
  height: 100%;
}
.tab a.current {
  background: #0086d1;
  color: #fff;
}
.tab a.current .more {
  background: #fff;
}
.tab a.current .more::before {
  border-color: #0086d1;
}
.tab a.current .more .corner::before, .tab a.current .more .corner::after {
  border-color: #fff;
}
.tab .more {
  margin: 10px 0 0;
}
.tab .more::before {
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*頁籤內容*/
.tabContent {
  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: #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: #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;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background: #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: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background: #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: #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);
}