@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
.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, .classBox a,
.classBox span, .contactArea .Txt .txtBox .right .contactList li svg path,
.contactArea .Txt .txtBox .right .contactList li svg line,
.contactArea .Txt .txtBox .right .contactList li svg g, .contactArea .Txt .txtBox .right .contactList li a, .privacyArea, footer .right .bottom .socialBox .socialList li a i, footer .right .bottom .socialBox .socialList li a, footer .right .bottom .side_contactInfo .infoList li a, footer .right .footerMenu li a, .slideMenuArea .slideMenuBox .left .languageMenu a, .slideMenuArea .slideMenuBox .left .menuBox .nav > li a, .slideMenuTrigger .line::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line, .slideMenuTrigger, header .menuFunBox .languageMenu a, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .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 .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, button, a, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.5s;
}


.pc {display: block;}
.mo {display: none;}

@media (max-width: 1180px) {
  .pc {display: none;}
  .mo {display: block;}
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  align-items: flex-start;
  color: #222;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: flex;
  flex-wrap: wrap;
}
.formBox .formColumn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #54adba;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #54adba;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
.formBox .columnSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  accent-color: #54adba;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #54adba;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #54adba !important;
  color: #f1f1f1 !important;
}
.formBox .columnSelect:optional {
  color: #f1f1f1;
  background-color: #191919;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #f1f1f1;
  font-weight: 500;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
  border-color: #54adba;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
html {
  background-color: #eef7f9;
}

body {
  background-color: #eef7f9;
  color: #222;
  font-size: 14px;
  font-family: "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", sans-serif;
  scroll-behavior: smooth;
  display: none;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #eef7f9;
}
body::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color: #eef7f9;
}
body::-webkit-scrollbar-thumb {
  background: #54adba;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #54adba;
  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 {
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 80px;
  text-shadow: 0px 0px 5px #222;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .pageTitleBox {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .pageTitleEn {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .pageTitleCh {
    font-size: 42px;
  }
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .pageTitleCh {
    font-size: 28px;
  }
}
@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: #54adba;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

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%;
  }
}

.btnBox.flex {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 -6px;
}
.btnBox.flex .btn {
  flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn span {
  display: inline-block;
  margin-left: 5px;
}
.btnBox .btn_color_main {
  border: 1px solid #005ce6;
  background-color: #54adba;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_main:hover {
    border-color: #0047b3;
    background-color: #0052cc;
  }
}
.btnBox .btn_color_white {
  border: 1px solid #54adba;
  background-color: #fff;
  color: #54adba;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_white:hover {
    border-color: #005ce6;
    background-color: #54adba;
    color: #fff;
  }
}
.btnBox .btn_color_gray {
  border: 1px solid #bebebe;
  background-color: #cbcbcb;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_gray:hover {
    border-color: #9e9e9e;
    background-color: #ababab;
  }
}
.btnBox .btn_color_darkgray {
  border: 1px solid #8d8d8d;
  background-color: #9a9a9a;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_darkgray:hover {
    border-color: #6d6d6d;
    background-color: #7a7a7a;
  }
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #000;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover {
    border-color: #000;
  }
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

.outerWrap {
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1550px) {
  .wrap {
    max-width: 95vw;
  }
}

.fullWrap {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .fullWrap {
    max-width: 90vw;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #191919;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #fff;
  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 {
  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: #54adba;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #54adba;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #000;
}
.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 .btnBox {
  justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #54adba;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  align-items: center;
  display: flex;
  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;
  transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  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;
  transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #54adba;
  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-color: #5c9dff;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #1a75ff;
  transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #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-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 1201px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #54adba;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  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: #54adba;
}
.moduleBox.cart .cartBox {
  border-top: 2px solid #54adba;
  border-bottom: 2px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #ccc;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #54adba;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #54adba;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.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: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #54adba;
  color: #fff;
  display: block;
  font-size: 16px;
  flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.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-color: 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;
  align-items: center;
  background-color: #191919;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  width: 200px;
}
.loadingArea .loadLogo img {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: transparent;
  /*menu*/
}
header .fullWrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1180px) {
  header .fullWrap {
    padding: 11px 20px;
  }
}
@media (max-width: 1024px) {
  header .fullWrap {
    justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  header .fullWrap {
    align-items: center;
    background-color: #54adba;
    padding: 0 20px;
  }
}
@media (max-width: 280px) {
  header .fullWrap {
    padding: 0 10px;
  }
}
header .logo {
  padding-top: 20px;
  width: 250px;
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1180px) {
  header .logo {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  header .logo {
    display: none;
  }
}
header .menuFunBox {
  align-items: center;
  color: #fff;
  display: flex;
  margin-right: -5px;
  padding: 14px 20px 24px 36px;
  position: relative;
}
header .menuFunBox .logo {
  padding-top: 0;
  padding-right: 25px;
}
@media (min-width: 1200px) {
  header .menuFunBox .logo {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  header .menuFunBox .logo {
    display: block;
  }
}
header .menuFunBox .bg {
  background-color: #54adba;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transform-origin: right;
  width: 100%;
  z-index: -1;
}
@media (min-width: 1200px) {
  header .menuFunBox .bg {
    transform: scaleX(0.75);
  }
}
header .menuFunBox .languageMenu {
  align-items: center;
  display: flex;
}
@media (max-width: 640px) {
  header .menuFunBox .languageMenu {
    width: 70px;
  }
}
@media (max-width: 280px) {
  header .menuFunBox .languageMenu {
    width: auto;
  }
}
header .menuFunBox .languageMenu a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  font-weight: 600;
  margin: 0 15px 0 6px;
  padding-bottom: 2px;
}
header .menuFunBox .languageMenu a i {
  font-size: 24px;
}
header .menuFunBox .languageMenu a svg {
  width: 20px;
  height: 20px;
}
header .menuFunBox .languageMenu a.current, header .menuFunBox .languageMenu a:hover {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 640px) {
  header .menuFunBox {
    background-color: #54adba;
    padding: 14px 10px;
  }
}
@media (max-width: 280px) {
  header .menuFunBox {
    max-width: 100%;
  }
}

header .menu {
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

header .menu > li {
  position: relative;
  display: inline-block;
}
header .menu > li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 5px 10px;
}
header .menu > li a.current, header .menu > li a:hover {
  color: #fff;
}
header .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  transform: translateX(-50%);
}
header .menu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  padding: 10px;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
  color: #fff;
  background-color: #54adba;
}

@media (max-width: 1280px) {
  nav.menuBox {
    display: none;
  }
}

.slideMenuTrigger {
  width: 90px;
  height: 32px;
  align-items: center;
  background-color: #54adba;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-right: 135px;
}
@media (max-width: 640px) {
  .slideMenuTrigger {
    width: 60px;
    padding-right: 80px;
  }
}
@media (max-width: 280px) {
  .slideMenuTrigger {
    padding-right: 30px;
  }
}
.slideMenuTrigger .line {
  width: 35%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 16px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.slideMenuTrigger .line::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  top: 0;
  position: absolute;
  transform: translateY(-8px);
  width: 150%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .slideMenuTrigger .line::before {
    width: 100%;
  }
}
.slideMenuTrigger .line::after {
  background-color: #fff;
  content: "";
  display: none;
  height: 2px;
  left: 0;
  top: 0;
  position: absolute;
  transform: translateY(8px);
  width: 150%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .slideMenuTrigger .line::after {
    width: 100%;
  }
}
.slideMenuTrigger.close {
  background-color: transparent;
  margin-left: 0;
  right: 20px;
  top: 20px;
  position: absolute;
}
@media (max-width: 1280px) {
  .slideMenuTrigger.close {
    right: 0;
    top: 0;
  }
}
.slideMenuTrigger.close .line {
  background-color: transparent;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  transform: translateY(0) rotate(25deg);
}
.slideMenuTrigger.close .line::after {
  display: block;
  bottom: 0;
  right: 0;
  transform: translateY(0) rotate(-25deg);
}
.slideMenuTrigger.close:hover .line::before, .slideMenuTrigger.close:hover .line::after {
  background-color: #54adba;
}
.slideMenuTrigger.open:hover .line {
  width: 60%;
}
.slideMenuTrigger.open:hover .line::before {
  width: 40%;
}
.slideMenuArea {
  width: 100%;
  max-width: 85%;
  height: 100vh;
  background-color: #54adba;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 10%;
  z-index: 99;
  transform: translateY(-100%);
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  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: #54adba;
}
@media (max-width: 1024px) {
  .slideMenuArea {
    max-width: 90%;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .slideMenuArea {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .slideMenuArea {
    height: 80vh;
  }
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .slideMenuArea.show {
    transform: translateY(100px);
  }
}
.slideMenuArea.show .topBox {
  animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .funcBox {
  animation: textSlideRightAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .languageMenu {
  animation: textSlideRightAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea.show .slideMenuLogo img {
  animation: textSlideRightAnimation 0.5s 0.5s ease-in-out both;
}
.slideMenuArea.show .right img {
  animation: textSlideRightAnimation 0.5s 0.8s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  animation: textSlideRightAnimation 0.5s 0.8s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
  animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  animation: textSlideRightAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea .wrap {
  height: 100%;
}
.slideMenuArea .slideMenuBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  padding: 40px 120px;
}
@media (max-width: 1024px) {
  .slideMenuArea .slideMenuBox {
    padding: 20px 40px;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .slideMenuBox {
    display: block;
  }
}
.slideMenuArea .slideMenuBox .left {
  align-self: center;
  justify-self: center;
}
.slideMenuArea .slideMenuBox .left .menuBox {
  width: 100%;
  padding: 15px 0;
}
.slideMenuArea .slideMenuBox .left .menuBox .nav > li {
  position: relative;
  text-align: center;
}
@media (max-width: 640px) {
  .slideMenuArea .slideMenuBox .left .menuBox .nav > li {
    margin: 20px 0;
  }
}
.slideMenuArea .slideMenuBox .left .menuBox .nav > li a {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  position: relative;
}
.slideMenuArea .slideMenuBox .left .menuBox .nav > li a.current {
  color: #fff;
}
@media (min-width: 1201px) {
  .slideMenuArea .slideMenuBox .left .menuBox .nav > li a:hover {
    color: #fff;
  }
}
@media (max-width: 1280px) {
  .slideMenuArea .slideMenuBox .left .menuBox .nav > li a {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .slideMenuArea .slideMenuBox .left .menuBox .nav > li a {
    font-size: 20px;
  }
}
.slideMenuArea .slideMenuBox .left .languageMenu {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  opacity: 0;
}
.slideMenuArea .slideMenuBox .left .languageMenu a {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  font-weight: 600;
  margin: 0 15px 0 6px;
  padding-bottom: 2px;
}

.slideMenuArea .slideMenuBox .left .languageMenu a i {
  font-size: 24px;
}
.slideMenuArea .slideMenuBox .left .languageMenu a svg {
  width: 20px;
  height: 20px;
}

.slideMenuArea .slideMenuBox .left .languageMenu a.current, .slideMenuArea .slideMenuBox .left .languageMenu a:hover {
  color: #fff;
  border-color: #fff;
}
.slideMenuArea .slideMenuBox .right {
  align-self: center;
  justify-self: center;
}
.slideMenuArea .slideMenuBox .right img {
  opacity: 0;
}
@media (max-width: 768px) {
  .slideMenuArea .slideMenuBox .right {
    display: none;
  }
}
.slideMenuArea .slideMenuLogo {
  max-width: 250px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .slideMenuArea .slideMenuLogo {
    display: none;
  }
}
.slideMenuArea .slideMenuLogo img {
  max-width: 100%;
  opacity: 0;
}
.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  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%;
  box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  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-color: #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%;
  transform: translateX(-50%);
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background-color: #111;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main span:after {
  bottom: -7px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: 0;
  transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  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-color: #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: linear-gradient(to bottom, rgb(101, 14, 19) 0%, rgb(178, 24, 27) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#650e13", endColorstr="#b2181b", GradientType=0);
  /* IE6-9 */
}
.m_menu .hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background-color: #c80303;
}
.m_menu .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-color: #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-color: #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-color: #d12127;
}
.m_menu .nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.m_menu .nav .submenu {
  display: none;
}
.m_menu .nav .submenu a {
  padding: 10px 20px;
}
.m_menu .nav .submenu a:hover {
  background-color: #999;
}

.bgTxt {
  color: #c3e2e7;
  /*color: rgba(84, 173, 186, 0.35);*/
  font-family: "Oswald", sans-serif;
  font-size: 204px;
  font-weight: 500;
  letter-spacing: 2px;
  position: absolute;
  word-break: keep-all;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: flex;
  flex-direction: column;
  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;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 640px) {
  .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;
  }
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .pageTitleBox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.bannerArea .pageTitleEn {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.bannerArea .pageTitleCh {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.marqueeArea h2 em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtList {
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtItem {
  line-height: 20px;
}
.marqueeArea .marqueeBox .marqueeTxtItem .item {
  display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
  color: #222;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
    color: #54adba;
  }
}

/*footer*/
footer {
  border-top: 20px solid #c3e2e7;
  border-left: 15px solid #c3e2e7;
  background-color: #54adba;
  padding: 40px 0 20px;
}
footer .wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1060px) {
  footer .wrap {
    align-items: center;
    flex-direction: column;
  }
}
footer .left .footerLogo {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 1024px) {
  footer .left .footerLogo {
    margin-bottom: 20px;
    max-width: 150px;
  }
}
footer .left .footerLogo a {
  display: block;
}
footer .left .footerLogo img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  footer .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
}
footer .right {
  flex: 1;
}
@media (max-width: 1060px) {
  footer .right {
    flex: 1;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  footer .right {
    width: 100%;
    padding-left: 0;
  }
}
footer .right .footerMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  footer .right .footerMenu {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  footer .right .footerMenu {
    justify-content: center;
  }
}
footer .right .footerMenu li {
  padding: 0 25px;
}
footer .right .footerMenu li:last-child {
  padding-right: 0;
}
footer .right .footerMenu li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1280px) {
  footer .right .footerMenu li:not(:last-child) {
    border: none;
  }
}
@media (max-width: 1280px) {
  footer .right .footerMenu li {
    padding-left: 0;
  }
}
footer .right .footerMenu li a {
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 1.2px;
}
@media (max-width: 640px) {
  footer .right .footerMenu li a {
    margin: 10px 0;
  }
}
footer .right .footerMenu li a:hover {
  color: #fff;
}
footer .right .bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 1550px) {
  footer .right .bottom {
    justify-content: space-around;
  }
}
footer .right .bottom .side_contactInfo {
  align-items: center;
  display: flex;
  margin-top: 0;
}
@media (max-width: 1550px) {
  footer .right .bottom .side_contactInfo {
    align-items: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 1060px) {
  footer .right .bottom .side_contactInfo {
    align-items: center;
  }
}
@media (max-width: 640px) {
  footer .right .bottom .side_contactInfo {
    align-items: flex-start;
  }
}
footer .right .bottom .side_contactInfo .infoList {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  footer .right .bottom .side_contactInfo .infoList {
    justify-content: center;
  }
}
footer .right .bottom .side_contactInfo .infoList li {
  margin-bottom: 0;
  padding: 5px 15px;
}
@media (max-width: 1550px) {
  footer .right .bottom .side_contactInfo .infoList li:last-child {
    padding-right: 0;
  }
}
footer .right .bottom .side_contactInfo .infoList li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1280px) {
  footer .right .bottom .side_contactInfo .infoList li:not(:last-child) {
    border: none;
  }
}
@media (max-width: 1380px) {
  footer .right .bottom .side_contactInfo .infoList li {
    padding: 5px 10px;
  }
}
@media (max-width: 1280px) {
  footer .right .bottom .side_contactInfo .infoList li {
    padding-left: 0;
  }
}
footer .right .bottom .side_contactInfo .infoList li i {
  display: none;
}
footer .right .bottom .side_contactInfo .infoList li a,
footer .right .bottom .side_contactInfo .infoList li span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
}
@media (max-width: 1280px) {
  footer .right .bottom .side_contactInfo .infoList li a,
  footer .right .bottom .side_contactInfo .infoList li span {
    font-size: 14px;
  }
}
@media (min-width: 1201px) {
  footer .right .bottom .side_contactInfo .infoList li a:hover {
    color: #fff;
  }
}
footer .right .bottom .side_contactInfo li {
  margin-bottom: 0;
}
footer .right .bottom .side_contactInfo .socialBox {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  footer .right .bottom .side_contactInfo .socialBox {
    align-items: baseline;
  }
}
footer .right .bottom .side_contactInfo .socialBox span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-right: 25px;
}
footer .right .bottom .side_contactInfo .socialList {
  display: flex;
}
footer .right .bottom .side_contactInfo .socialList i {
  border-radius: 0;
  margin-right: 0;
  margin-left: 8px;
}
footer .right .bottom .side_contactInfo .socialList a {
  width: initial;
  height: initial;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
}
footer .right .bottom .side_contactInfo .socialList a:hover {
  opacity: 0.8;
}
footer .right .bottom .socialBox {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  footer .right .bottom .socialBox {
    margin-top: 20px;
  }
}
footer .right .bottom .socialBox span {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-right: 25px;
}
footer .right .bottom .socialBox .socialList {
  align-items: center;
  display: flex;
}
footer .right .bottom .socialBox .socialList li:not(:last-child) {
  margin-right: 10px;
}
footer .right .bottom .socialBox .socialList li a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
}
footer .right .bottom .socialBox .socialList li a:hover {
  border-color: #fff;
}
footer .right .bottom .socialBox .socialList li a:hover i {
  color: #fff;
}
footer .right .bottom .socialBox .socialList li a:hover svg {
  color: #fff;
}
footer .right .bottom .socialBox .socialList li a i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 21px;
}
footer .right .bottom .socialBox .socialList li a svg {
  color: rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 20px;
}
footer .copyrightBox {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #eef7f9;
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 1.2px;
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
  width: 100%;
}
footer .copyrightBox .copyright {
  font-size: 12px;
  padding: 5px;
}
@media (max-width: 1024px) {
  footer .copyrightBox {
    order: 2;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  footer .copyrightBox {
    justify-content: flex-start;
  }
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  transform: translateY(100%);
}
.privacyArea .wrap {
  align-items: center;
  display: flex;
  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: #54adba;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #54adba;
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

.contactArea {
  position: relative;
}
.contactArea .wrap {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1550px) {
  .contactArea .wrap {
    max-width: 95vw;
  }
}
.contactArea .contactBg {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .contactArea .contactBg {
    overflow-x: hidden;
  }
}
.contactArea .contactBg img {
  /*filter: brightness(0.35);*/
  max-width: 100%;
}
@media (max-width: 1024px) {
  .contactArea .contactBg img {
    max-width: initial;
  }
}
.contactArea .Txt {
  align-items: flex-end;
  display: flex;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  padding-bottom: 120px;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .contactArea .Txt {
    align-items: center;
    padding-bottom: 0;
  }
}
.contactArea .Txt .txtBox {
  align-items: flex-end;
  display: grid;
  grid-template-columns: 45% 55%;
}
@media (max-width: 1024px) {
  .contactArea .Txt .txtBox {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
}
.contactArea .Txt .txtBox .left {
  display: flex;
  flex-direction: column;
}
.contactArea .Txt .txtBox .left .content {
  color: #222;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 640px) {
  .contactArea .Txt .txtBox .left .content {
    font-size: 18px;
    margin-top: 30px;
  }
}
.contactArea .Txt .txtBox .left .content::before {
  background-color: #54adba;
  content: "";
  height: 1px;
  left: 0;
  top: -45px;
  position: absolute;
  width: 60px;
  z-index: 2;
}
@media (max-width: 640px) {
  .contactArea .Txt .txtBox .left .content::before {
    top: -30px;
  }
}
.contactArea .Txt .txtBox .left .content::after {
  content: "";
  display: block;
  width: 500%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  top: -45px;
  left: -100%;
  z-index: 1;
}
@media (max-width: 640px) {
  .contactArea .Txt .txtBox .left .content::after {
    top: -30px;
  }
}
@media (max-width: 1024px) {
  .contactArea .Txt .txtBox .right {
    margin-top: 35px;
  }
}
.contactArea .Txt .txtBox .right .contactList {
  display: flex;
}
@media (max-width: 640px) {
  .contactArea .Txt .txtBox .right .contactList {
    flex-direction: column;
  }
}
.contactArea .Txt .txtBox .right .contactList li a {
  align-items: center;
  background-color: rgba(84, 173, 186, 0.75);
  color: #fff;
  display: flex;
  letter-spacing: 1px;
  margin-right: 20px;
  padding: 20px 30px;
}
.contactArea .Txt .txtBox .right .contactList li a {
  overflow: hidden;
  position: relative;
}
.contactArea .Txt .txtBox .right .contactList li a * {
  position: relative;
  z-index: 3;
}
.contactArea .Txt .txtBox .right .contactList li a::before, .contactArea .Txt .txtBox .right .contactList li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
  z-index: 2;
}
.contactArea .Txt .txtBox .right .contactList li a::before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #54adba;
  transform: translateX(-100%);
}
.contactArea .Txt .txtBox .right .contactList li a::after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #54adba;
  transform: translateX(100%);
}
.contactArea .Txt .txtBox .right .contactList li a:hover {
  color: #fff;
}
.contactArea .Txt .txtBox .right .contactList li a:hover::before {
  transform: translateX(-49%);
}
.contactArea .Txt .txtBox .right .contactList li a:hover::after {
  transform: translateX(49%);
}
@media (max-width: 1440px) {
  .contactArea .Txt .txtBox .right .contactList li a {
    padding: 20px;
  }
}
@media (max-width: 1276px) {
  .contactArea .Txt .txtBox .right .contactList li a {
    padding: 16px 10px;
  }
}
@media (max-width: 640px) {
  .contactArea .Txt .txtBox .right .contactList li a {
    margin-right: 0;
    margin-top: 16px;
    padding: 16px 30px;
  }
}
.contactArea .Txt .txtBox .right .contactList li span {
  position: relative;
}
.contactArea .Txt .txtBox .right .contactList li span::after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 80%;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.contactArea .Txt .txtBox .right .contactList li svg {
  height: 40px;
  margin-right: 40px;
  width: 40px;
}
.contactArea .Txt .txtBox .right .contactList li i {
  font-size: 36px;
  margin-right: 40px;
}
@media (max-width: 1536px) {
  .contactArea .Txt .txtBox .right .contactList li svg {
    height: 25px;
    margin-right: 30px;
    width: 25px;
  }
  .contactArea .Txt .txtBox .right .contactList li i {
  font-size: 25px;
  margin-right: 30px;
}
}
@media (max-width: 1366px) {
  .contactArea .Txt .txtBox .right .contactList li svg {
    height: 20px;
    margin-right: 25px;
    width: 20px;
  }
  .contactArea .Txt .txtBox .right .contactList li i {
  font-size: 20px;
  margin-right: 25px;
  }
}
@media (max-width: 640px) {
  .contactArea .Txt .txtBox .right .contactList li svg {
    height: 36px;
    margin-right: 36px;
    width: 36px;
  }
  .contactArea .Txt .txtBox .right .contactList li i {
  font-size: 36px;
  margin-right: 36px;
  }
}
.contactArea .Txt .txtBox .right .contactList li svg.arrow {
  height: 30px;
  width: 40px;
  margin-left: 15px;
  margin-right: 0;
}
@media (max-width: 1536px) {
  .contactArea .Txt .txtBox .right .contactList li svg.arrow {
    height: 25px;
    width: 35px;
  }
}
@media (max-width: 1280px) {
  .contactArea .Txt .txtBox .right .contactList li svg.arrow {
    height: 15px;
    width: 20px;
  }
}
.contactArea .Txt .txtBox .right .contactList li svg .pathArrow {
  fill: #fff;
}
.contactArea .Txt .txtBox .right .contactList li.mail svg .pathEmail {
  stroke: #fff;
}
.contactArea .Txt .txtBox .right .contactList li.mail:hover .pathEmail {
  stroke: #fff;
}
.contactArea .Txt .txtBox .right .contactList li.tel svg .pathMessage {
  fill: #fff;
  stroke: #fff;
}
.contactArea .Txt .txtBox .right .contactList li.tel:hover .pathMessage {
  fill: #fff;
  stroke: #fff;
}
.contactArea .Txt .txtBox .right .contactList li.address svg .pathLocation,
.contactArea .Txt .txtBox .right .contactList li.address svg .pathLocation2,
.contactArea .Txt .txtBox .right .contactList li.address svg .lineLocation {
  stroke: #fff;
}
.contactArea .Txt .txtBox .right .contactList li.address:hover .pathLocation,
.contactArea .Txt .txtBox .right .contactList li.address:hover .pathLocation2,
.contactArea .Txt .txtBox .right .contactList li.address:hover .lineLocation {
  stroke: #fff;
}


/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #000;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: flex;
}
.fixedQuickLink li {
  flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: 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 button {
  text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: flex;
  align-items: center;
  justify-content: center;
  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: flex;
  flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    flex: 1;
    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 {
  flex: 3;
}
.bookingArea .btn button {
  width: 100%;
  height: 100%;
  background-color: #54adba;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2rem;
}
@media (min-width: 1201px) {
  .bookingArea .btn button:hover {
    background-color: #000;
  }
}
@media (max-width: 960px) {
  .bookingArea .btn {
    flex: 1;
  }
  .bookingArea .btn button {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea .contentBox {
  padding: 60px 0;
  clear: both;
}
@media (max-width: 768px) {
  .mainArea .contentBox {
    padding: 0;
  }
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}
.titleBox .titleEn {
  color: #222;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.5;
  text-transform: uppercase;
}
.titleBox .titleTw {
  color: #222;
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 768px) {
  .titleBox .titleTw {
    font-size: 24px;
  }
}

/*bread*/
.bread .wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  opacity: 0;
}
.bread .wrap a,
.bread .wrap span {
  color: #f1f1f1;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a:hover {
  color: #54adba;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.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;
  transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

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

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 12px 0;
}
.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;
}

@keyframes aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #54adba;
  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;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a {
    border: 1px solid #666;
    color: #222;
    display: block;
    padding: 10px 15px;
    letter-spacing: 0.02rem;
    text-align: center;
  }
  .classBoxRow .classLink a {
    overflow: hidden;
    position: relative;
  }
  .classBoxRow .classLink a * {
    position: relative;
    z-index: 3;
  }
  .classBoxRow .classLink a::before, .classBoxRow .classLink a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    transition: 0.5s ease-in-out;
    z-index: 2;
  }
  .classBoxRow .classLink a::before {
    right: -50px;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #54adba;
    transform: translateX(-100%);
  }
  .classBoxRow .classLink a::after {
    left: -50px;
    border-left: 50px solid transparent;
    border-top: 80px solid #54adba;
    transform: translateX(100%);
  }
  .classBoxRow .classLink a:hover {
    color: #fff;
  }
  .classBoxRow .classLink a:hover::before {
    transform: translateX(-49%);
  }
  .classBoxRow .classLink a:hover::after {
    transform: translateX(49%);
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover {
    background-color: #54adba;
    border-color: #54adba;
    color: #fff;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #54adba;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
  display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
  background-color: #f1f1f1;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
  background-color: #e8e8e8;
  color: #54adba;
}
.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,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current::before,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current::after,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::before,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::after {
  background-color: #54adba;
}
@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,
  .classBoxColumn .classLink span {
    color: #2f2f2f;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span.current,
  .classBoxColumn .classLink span:hover {
    background-color: #54adba;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span.current::before,
  .classBoxColumn .classLink span.current::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current {
    color: #54adba;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span, .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    padding: 5px 10px;
    position: relative;
  }
}

.pageBox .pageList {
  align-items: center;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #666;
  color: #222;
  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 {
  transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
  border: 1px solid #54adba;
  background-color: #54adba;
  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 {
  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 {
  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 {
  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 #54adba;
  background-color: #54adba;
  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 li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #54adba;
  font-size: 13px;
  color: #54adba;
}
.tagBox a:hover {
  color: #fff;
  background-color: #54adba;
}
.tagBox a.current {
  color: #fff;
  background-color: #54adba;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: flex;
  margin-top: 40px;
}
.tab li {
  flex: 1;
}
.tab a {
  color: #333;
  display: block;
  line-height: 1;
  flex: 1;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tab a.current {
  background-color: #54adba;
  color: #fff;
}

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

.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
  height: 320px;
}
.albumBox .albumListMain .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  padding: 0 5px;
}

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

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #222;
}
.side_contactInfo a:hover {
  color: #54adba;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #f1f1f1;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_其他相關訊息*/
.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 {
  align-items: center;
  display: flex;
  margin: 15px 0;
}
.sideShare .shareList {
  align-items: center;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #a5a5a5;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #a5a5a5;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
.sideShare .shareList .shareItem a:hover,
.sideShare .shareList .shareItem button:hover {
  opacity: 0.8;
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.3s linear;
  backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

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

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}