@charset "UTF-8";
@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);
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after, .esg_slideMenuTrigger, .slideModuleBox.moduleBox, .scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .imh_opacity img, .sideDataArea .Txt .title, .sideDataArea .Img img, .sideDataArea .item, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, footer .socialBox .socialList a.ig::after, .sideTopBox .goTop svg .bg, .sideTopBox .goTop::before, .sideSocialBox .socialList .sideSocial::before, .sideJoinBox .joinBtn .btnText, .sideJoinBox .joinBtn::before, .slideMenuArea .menuBox .nav .menuItem .mainLink, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, header .languageBox .languageList, header .audioBox .musicBox .moduleClose .line, header .audioBox .volume .volumeIcon, .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 .moduleClose, .iconBtn svg, .btnBox .btn.animation::after, .btnBox .btn .btnText, button, a, body:not(.WebSiteHome) header::before, body::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnRadioLabel .columnCheck::after, .formBox .columnCheckBox .columnRadioLabel .columnCheck::before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sideDataArea .Txt .date, .pageBox .pageList.prevnext a, .pageBox .pageList.number .pageNumberSelect, .pageBox .pageList.number a, .copyrightBox .copyright span, .copyrightBox .ibestLink span,
.copyrightBox .ibestLink a, footer .leftBox .btnBox .btnText .eng, .slideMenuArea .bottomContent .left .decoText, .slideMenuArea .menuBox .nav .menuItem .mainLink span.eng, header .audioBox .musicBox .musicList button, header .audioBox .musicBox .decoBox .decoText, header .audioBox .musicBox .decoBox .decoShape .shape .title, header .audioBox .musicBox .decoBox .decoShape .text, .btnBox .btn .btnText, .titleBox .decoTitle, body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .subtitle {
  font-family: "Dela Gothic One", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.formBox {
  position: relative;
}
.formBox .formItem {
  position: relative;
}
.formBox .formItem + .formItem {
  margin-top: 5.5rem;
}
@media (max-width: 1180px) {
  .formBox .formItem + .formItem {
    margin-top: 4rem;
  }
}
.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .flexShirink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.formBox .formList {
  position: relative;
}
.formBox .formList .half {
  width: calc(50% - 0.5rem);
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .formBox .formColumn {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
}
.formBox .formColumn:not(:has(.columnSelectBox)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}
.formBox .formColumn:has(.birthdaydatepicker)::before, .formBox .formColumn:has(.joindatepicker)::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../images/deco/date.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: auto;
  right: 24px;
  bottom: 14px;
  left: auto;
}
@media (max-width: 1180px) {
  .formBox .formColumn:has(.birthdaydatepicker)::before, .formBox .formColumn:has(.joindatepicker)::before {
    width: 20px;
    right: 20px;
  }
}
@media (max-width: 375px) {
  .formBox .formColumn:has(.birthdaydatepicker)::before, .formBox .formColumn:has(.joindatepicker)::before {
    width: 18px;
  }
}
.formBox .formColumn:has(.birthdaydatepicker) .columnInput, .formBox .formColumn:has(.joindatepicker) .columnInput {
  cursor: pointer;
  padding-right: 4rem;
}
@media (max-width: 1180px) {
  .formBox .formColumn:has(.birthdaydatepicker) .columnInput, .formBox .formColumn:has(.joindatepicker) .columnInput {
    padding-right: 3rem;
  }
}
.formBox .formColumn.professionBox {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1rem;
}
@media (max-width: 1180px) {
  .formBox .formColumn.professionBox {
    row-gap: 1rem;
  }
}
.formBox .formColumn.professionBox .columnTitleBox {
  width: 100%;
}
.formBox .formColumn.professionBox .columnInputBox {
  width: calc(50% - 1rem * 1 / 2);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 768px) {
  .formBox .formColumn.professionBox .columnInputBox {
    width: 100%;
  }
}
.formBox .formColumn.joinCountryBox {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.formBox .formColumn.joinCountryBox .columnInputBox {
  width: calc(50% - 1rem * 1 / 2);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
.formBox .columnTitleBox {
  position: relative;
}
.formBox .columnTitleBox:has(.noteText) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media (max-width: 480px) {
  .formBox .columnTitleBox:has(.noteText) {
    -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;
    row-gap: 0.5rem;
  }
}
.formBox .columnTitleBox .noteText {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #ff7f38;
}
@media (max-width: 1180px) {
  .formBox .columnTitleBox .noteText {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .formBox .columnTitleBox .noteText {
    font-size: 15px;
  }
}
.formBox .columnTitle {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 1180px) {
  .formBox .columnTitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .formBox .columnTitle {
    font-size: 18px;
  }
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 1.25rem;
}
.formBox .columnTitle.requireStyle::before {
  position: absolute;
  content: "*";
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #ff7f38;
  top: 2px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .formBox .columnTitle.requireStyle::before {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .formBox .columnTitle.requireStyle::before {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .formBox .columnTitle.requireStyle::before {
    font-size: 20px;
  }
}
.formBox .columnSelectBox,
.formBox .columnInputBox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}
.formBox .columnInputBox:has(.text) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 1180px) {
  .formBox .columnInputBox:has(.text) {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.formBox .columnInputBox .text {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .formBox .columnInputBox .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .formBox .columnInputBox .text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .formBox .columnInputBox .text {
    font-size: 16px;
  }
}
.formBox .columnSelectBox::before {
  position: absolute;
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../images/deco/triangle.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 15px;
  right: 18px;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1180px) {
  .formBox .columnSelectBox::before {
    width: 18px;
    bottom: 13px;
    right: 20px;
  }
}
@media (max-width: 375px) {
  .formBox .columnSelectBox::before {
    width: 16px;
    bottom: 14px;
  }
}
.formBox .columnCheckBox {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  gap: 1rem 3rem;
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox {
    row-gap: 0.625rem;
  }
}
@media (max-width: 991px) {
  .formBox .columnCheckBox {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.formBox .columnCheckBox .columnRadioLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 0.75rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .formBox .columnCheckBox .columnRadioLabel {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox .columnRadioLabel {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
@media (max-width: 375px) {
  .formBox .columnCheckBox .columnRadioLabel {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.formBox .columnCheckBox .columnRadioLabel .columnCheck {
  position: relative;
  display: inline-block;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox .columnRadioLabel .columnCheck {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .formBox .columnCheckBox .columnRadioLabel .columnCheck {
    width: 18px;
  }
}
.formBox .columnCheckBox .columnRadioLabel .columnCheck::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnRadioLabel .columnCheck::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 50%;
  height: 50%;
  background-color: #ff7f38;
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnRadioLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnRadioLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnRadioLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnRadioLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnRadioLabel .columnCheck.square::before, .formBox .columnCheckBox .columnRadioLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnRadioLabel .columnCheck.error::before {
  border-color: #ff7f38;
}
.formBox .columnCheckBox .columnRadioLabel.other {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1.25rem;
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox .columnRadioLabel.other {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox .columnRadioLabel.other {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox .columnRadioLabel.other {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .formBox .columnCheckBox .columnRadioLabel.other {
    -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;
    row-gap: 0.5rem;
  }
}
.formBox .columnCheckBox .columnRadioLabel.other .block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 0.75rem;
}
.formBox .columnCheckBox .columnRadioLabelTitle {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox .columnRadioLabelTitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .formBox .columnCheckBox .columnRadioLabelTitle {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .formBox .columnCheckBox .columnRadioLabelTitle {
    font-size: 17px;
  }
}
.formBox .columnCheckBox .columnCheckLabel {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: clip;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox .columnCheckLabel .columnCheck {
    border-radius: 16px;
  }
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 102%;
  height: 102%;
  background-color: #ff7f38;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          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: #ff7f38;
}
.formBox .columnCheckBox .columnCheckLabel .block {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  padding: 0.75rem 1.25rem;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox .columnCheckLabel .block {
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 768px) {
  .formBox .columnCheckBox .columnCheckLabel .block {
    row-gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox .columnCheckLabel .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    padding: 0.625rem 1rem;
  }
}
.formBox .columnCheckBox .columnCheckLabel .block .icon {
  width: 40px;
  aspect-ratio: 1/1;
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox .columnCheckLabel .block .icon {
    width: 36px;
  }
}
@media (max-width: 768px) {
  .formBox .columnCheckBox .columnCheckLabel .block .icon {
    width: 32px;
  }
}
.formBox .columnCheckBox .columnCheckLabel .block .text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox .columnCheckLabel .block .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .formBox .columnCheckBox .columnCheckLabel .block .text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox .columnCheckLabel .block .text {
    min-width: 80px;
  }
}
.formBox .columnCheckBox.citizenshipBox {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.citizenshipBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 991px) {
  .formBox .columnCheckBox.citizenshipBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox.citizenshipBox {
    -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;
  }
}
.formBox .columnCheckBox.communicationBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (max-width: 1499px) {
  .formBox .columnCheckBox.communicationBox {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.communicationBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.communicationBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.formBox .columnCheckBox.communicationBox .columnCheckLabel {
  width: calc(25% - 1.5rem / 4 * 3);
}
@media (max-width: 1499px) {
  .formBox .columnCheckBox.communicationBox .columnCheckLabel {
    width: calc(25% - 1.25rem / 4 * 3);
  }
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.communicationBox .columnCheckLabel {
    width: calc(25% - 1rem / 4 * 3);
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.communicationBox .columnCheckLabel {
    width: calc(25% - 0.625rem / 4 * 3);
  }
}
@media (max-width: 575px) {
  .formBox .columnCheckBox.communicationBox .columnCheckLabel {
    width: calc(50% - 0.625rem / 2 * 1);
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox.communicationBox .columnCheckLabel {
    width: 100%;
  }
}
.formBox .columnCheckBox.teamBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media (max-width: 1499px) {
  .formBox .columnCheckBox.teamBox {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.teamBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.teamBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.formBox .columnCheckBox.teamBox .columnCheckLabel {
  width: calc(16.6666666667% - 1.875rem / 6 * 5);
}
@media (max-width: 1499px) {
  .formBox .columnCheckBox.teamBox .columnCheckLabel {
    width: calc(16.6666666667% - 1.25rem / 6 * 5);
  }
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.teamBox .columnCheckLabel {
    width: calc(16.6666666667% - 1rem / 6 * 5);
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.teamBox .columnCheckLabel {
    width: calc(16.6666666667% - 0.625rem / 6 * 5);
  }
}
@media (max-width: 991px) {
  .formBox .columnCheckBox.teamBox .columnCheckLabel {
    width: calc(33.3333333333% - 0.625rem / 3 * 2);
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox.teamBox .columnCheckLabel {
    width: calc(50% - 0.625rem / 2 * 1);
  }
  .formBox .columnCheckBox.teamBox .columnCheckLabel.other {
    width: 25%;
  }
}
@media (max-width: 375px) {
  .formBox .columnCheckBox.teamBox .columnCheckLabel {
    width: 100%;
  }
}
.formBox .columnCheckBox.teamBox .columnCheckLabel .block .text {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.teamBox .columnCheckLabel .block .text {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.teamBox .columnCheckLabel .block .text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox.teamBox .columnCheckLabel .block .text {
    min-width: auto;
  }
}
.formBox .columnCheckBox.teamBox .columnInput {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 768px) {
  .formBox .columnCheckBox.hasStoreBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .formBox .columnCheckBox.hasStoreBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .formBox .columnCheckBox.hasStoreBox .columnRadioLabel {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 375px) {
  .formBox .columnCheckBox.hasStoreBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .formBox .columnCheckBox.hasStoreBox .columnRadioLabel {
    width: calc(50% - 0.3125rem);
  }
}
.formBox .columnCheckBox.customCheckBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media (max-width: 1499px) {
  .formBox .columnCheckBox.customCheckBox {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.customCheckBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.customCheckBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .formBox .columnCheckBox.customCheckBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.formBox .columnCheckBox.customCheckBox .columnCheckLabel {
  width: calc(20% - 2.5rem / 5 * 4);
}
@media (max-width: 1499px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel {
    width: calc(20% - 1.25rem / 5 * 4);
  }
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel {
    width: calc(20% - 1rem / 5 * 4);
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel {
    width: calc(20% - 0.625rem / 5 * 4);
  }
}
@media (max-width: 768px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel {
    width: calc(33.3333333333% - 0.625rem / 3 * 2);
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel {
    width: 100%;
  }
}
.formBox .columnCheckBox.customCheckBox .columnCheckLabel:not(.other) .columnCheck {
  border-radius: 36px;
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel:not(.other) .columnCheck {
    border-radius: 32px;
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel:not(.other) .columnCheck {
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel.other {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel.other {
    width: 25%;
  }
}
.formBox .columnCheckBox.customCheckBox .columnCheckLabel .block {
  row-gap: 0.25rem;
}
.formBox .columnCheckBox.customCheckBox .columnCheckLabel .icon {
  width: 80px;
  aspect-ratio: 1/1;
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel .icon {
    width: 72px;
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel .icon {
    width: 54px;
  }
}
@media (max-width: 991px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel .icon {
    width: 42px;
  }
}
@media (max-width: 768px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel .icon {
    width: 36px;
  }
}
@media (max-width: 575px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel .icon {
    width: 32px;
  }
}
.formBox .columnCheckBox.customCheckBox .columnCheckLabel .text {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel .text {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel .text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox.customCheckBox .columnCheckLabel .text {
    min-width: auto;
  }
}
.formBox .columnCheckBox.customCheckBox .columnInput {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.formBox .columnCheckBox.educationBox {
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media (max-width: 1180px) {
  .formBox .columnCheckBox.educationBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .formBox .columnCheckBox.educationBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .formBox .columnCheckBox.educationBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .formBox .columnCheckBox.educationBox .columnRadioLabel {
    width: calc(33.3333333333% - 1.25rem / 3 * 2);
  }
  .formBox .columnCheckBox.educationBox .columnRadioLabel.other {
    width: 100%;
  }
}
.formBox .columnInput {
  padding: 0.25rem 1.25rem;
}
@media (max-width: 1180px) {
  .formBox .columnInput {
    padding: 0.25rem 1rem;
  }
}
.formBox .columnInput::-webkit-input-placeholder {
  color: #b4b5ad;
}
.formBox .columnInput::-moz-placeholder {
  color: #b4b5ad;
}
.formBox .columnInput:-ms-input-placeholder {
  color: #b4b5ad;
}
.formBox .columnInput::-ms-input-placeholder {
  color: #b4b5ad;
}
.formBox .columnInput::placeholder {
  color: #b4b5ad;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnSelect {
  position: relative;
  padding: 0.25rem 3rem 0.25rem 1.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  margin: 0;
}
@media (max-width: 1180px) {
  .formBox .columnSelect {
    padding: 0.25rem 2.5rem 0.25rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .formBox .columnSelect {
    padding: 0.25rem 2.5rem 0.25rem 1rem;
  }
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 50px;
}
@media (max-width: 1180px) {
  .formBox .columnInput,
  .formBox .columnSelect {
    height: 45px;
  }
}
.formBox .columnArea {
  height: 150px;
  padding: 1rem 1.5rem;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .formBox .columnArea {
    height: 120px;
    padding: 0.75rem 1rem;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 26px;
}
@media (max-width: 1180px) {
  .formBox .columnInput,
  .formBox .columnSelect,
  .formBox .columnArea {
    font-size: 16px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .formBox .columnInput,
  .formBox .columnSelect,
  .formBox .columnArea {
    font-size: 15px;
  }
}
.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;
}
.formBox .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media (max-width: 575px) {
  .formBox .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(255, 127, 56, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(255, 127, 56, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  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);
  }
}
@-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;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-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 flashAni {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flashAni {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes aniTranslateX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes aniTranslateX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes aniTranslateY {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes aniTranslateY {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes breathAni {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    rotate: 0deg;
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    rotate: -15deg;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    rotate: 0deg;
  }
}
@keyframes breathAni {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    rotate: 0deg;
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    rotate: -15deg;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    rotate: 0deg;
  }
}
@-webkit-keyframes marqueeAni {
  0% {
    background-position: 0% bottom;
  }
  100% {
    background-position: 200% bottom;
  }
}
@keyframes marqueeAni {
  0% {
    background-position: 0% bottom;
  }
  100% {
    background-position: 200% bottom;
  }
}
@-webkit-keyframes marqueeAni2 {
  0% {
    background-position: 0% top;
  }
  100% {
    background-position: 200% top;
  }
}
@keyframes marqueeAni2 {
  0% {
    background-position: 0% top;
  }
  100% {
    background-position: 200% top;
  }
}
@-webkit-keyframes rotateAni {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes rotateAni {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@-webkit-keyframes iconBtnAni {
  0% {
    translate: 0 0;
  }
  35% {
    translate: 0 -5px;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes iconBtnAni {
  0% {
    translate: 0 0;
  }
  35% {
    translate: 0 -5px;
  }
  100% {
    translate: 0 0;
  }
}
@-webkit-keyframes headerDownAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes headerDownAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body {
  position: relative;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  background-color: #fff0d0;
}
@media (max-width: 1180px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffc733;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
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: #ff7f38;
  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):not(.bannerArea) header .audioBox .volume,
body:not(.WebSiteHome):not(.bannerArea) header .audioBox .music {
  pointer-events: auto;
}
body:not(.WebSiteHome):not(.bannerArea) header .languageBox,
body:not(.WebSiteHome):not(.bannerArea) header .slideMenuTrigger {
  pointer-events: auto;
}
body:not(.WebSiteHome) header {
  padding: 55px 0;
}
@media (max-width: 1699px) {
  body:not(.WebSiteHome) header {
    padding: 30px 0 40px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) header {
    padding: 20px 0 30px;
  }
}
body:not(.WebSiteHome) header::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: #fccb4c;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-image: url("../images/deco/footer-dot.png");
  -webkit-mask-image: url("../images/deco/banner-ins-mask.png");
          mask-image: url("../images/deco/banner-ins-mask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
}
body:not(.WebSiteHome) header.scrolling {
  padding: 20px 0;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) header.scrolling {
    padding: 15px 0;
  }
}
body:not(.WebSiteHome) header .logoBox {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}
body:not(.WebSiteHome) .outerWrap:not(:has(.bannerArea)) {
  padding-top: 200px;
}
@media (max-width: 1699px) {
  body:not(.WebSiteHome) .outerWrap:not(:has(.bannerArea)) {
    padding-top: 150px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .outerWrap:not(:has(.bannerArea)) {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .outerWrap:not(:has(.bannerArea)) {
    padding-top: 100px;
  }
}
body:not(.WebSiteHome) .outerWrap:not(:has(.classBox)) .bannerArea {
  margin-bottom: 0 !important;
}
body:not(.WebSiteHome) .bannerArea {
  margin-bottom: -6.375rem;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea {
    margin-bottom: -5.5rem;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea {
    margin-bottom: -6rem;
  }
}
body:not(.WebSiteHome) .bannerArea::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 70px;
  background: transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  background-image: url("../images/deco/banner-ins-deco.png");
  background-size: cover;
  background-position: center top;
  z-index: 1;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea::after {
    height: 50px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerBox .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  max-width: 1660px;
  padding: 120px 30px 80px;
  z-index: 1;
}
@media (max-width: 1366px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt {
    row-gap: 1rem;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt {
    padding: 110px 30px 70px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt {
    padding: 90px 20px 50px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .subtitle {
  font-size: 77px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fdefd0;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .subtitle {
    font-size: 70px;
  }
}
@media (max-width: 1366px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .subtitle {
    font-size: 60px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .subtitle {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .subtitle {
    font-size: 46px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .subtitle {
    font-size: 36px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fdefd0;
}
@media (max-width: 1366px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Txt .title {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerBox .Img {
  will-change: transform;
}
@media (max-width: 1366px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Img {
    height: 600px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Img {
    height: 430px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Img {
    height: 350px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerBox .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(188, 105, 36, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
body:not(.WebSiteHome) .bannerArea .bannerBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

address {
  font-style: normal;
}

a {
  color: #ff7f38;
  cursor: pointer;
}
@media (min-width: 1181px) {
  a:hover {
    color: #ffc733;
  }
}

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: "Dela Gothic One", "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;
}

.Img img {
  height: auto;
}

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

/* 共用的樣式 */
.titleBox {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.titleBox.textLeft {
  text-align: left;
}
.titleBox .decoTitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .titleBox .decoTitle {
    font-size: 13px;
  }
}
.titleBox .title {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 30px;
  }
}
.titleBox .subtitle {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #ffc733;
  padding-top: 4px;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 22px;
    padding-top: 0;
  }
}
.titleBox .text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.55;
  color: #000000;
  margin-top: 1.25rem;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 15px;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .titleBox .text {
    font-size: 14px;
    margin-top: 0.625rem;
  }
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2rem;
}
@media (max-width: 1180px) {
  .btnBox.flex {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .btnBox.flex {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.btnBox.flex.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btnBox.flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btnBox.flex .btn {
  max-width: 260px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .btnBox.flex .btn {
    max-width: 220px;
  }
}
@media (max-width: 768px) {
  .btnBox.flex .btn {
    max-width: 180px;
  }
}
.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 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px;
  border-radius: 12px;
  border: 3px solid #000;
  -webkit-box-shadow: 12px 0 0 #000;
          box-shadow: 12px 0 0 #000;
  z-index: 1;
  -webkit-transition: all 0.6s linear(0, 0.135 5.7%, 0.265 11.8%, 0.402 18.8%, 0.561 27.5%, 0.716 36.5%, 0.829 43.6%, 0.913 49.6%, 0.947 52.4%, 0.975 55%, 1 57.7%, 0.973 61.5%, 0.956 65%, 0.947 68.6%, 0.945 72.4%, 0.948 74.9%, 0.954 77.7%, 0.982 87.1%, 0.992 91.1%, 0.998 95.3%, 1);
  transition: all 0.6s linear(0, 0.135 5.7%, 0.265 11.8%, 0.402 18.8%, 0.561 27.5%, 0.716 36.5%, 0.829 43.6%, 0.913 49.6%, 0.947 52.4%, 0.975 55%, 1 57.7%, 0.973 61.5%, 0.956 65%, 0.947 68.6%, 0.945 72.4%, 0.948 74.9%, 0.954 77.7%, 0.982 87.1%, 0.992 91.1%, 0.998 95.3%, 1);
}
@media (max-width: 1180px) {
  .btnBox .btn {
    -webkit-box-shadow: 8px 0 0 #000;
            box-shadow: 8px 0 0 #000;
  }
}
.btnBox .btn .btnText {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid #000;
  padding: 1.125rem 1.25rem;
}
@media (max-width: 1180px) {
  .btnBox .btn .btnText {
    font-size: 18px;
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .btnBox .btn .btnText {
    font-size: 15px;
    padding: 0.875rem 1rem;
  }
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    translate: 12px 0;
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
  }
}
.btnBox .btn.small {
  max-width: 200px;
  padding: 2px;
  -webkit-box-shadow: 6px 0 0 #000;
          box-shadow: 6px 0 0 #000;
  border-width: 2px;
}
@media (max-width: 991px) {
  .btnBox .btn.small {
    max-width: 160px;
  }
}
@media (max-width: 575px) {
  .btnBox .btn.small {
    max-width: 140px;
  }
}
@media (min-width: 1181px) {
  .btnBox .btn.small:hover {
    translate: 6px 0;
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
  }
}
.btnBox .btn.small .btnText {
  font-size: 14px;
  padding: 0.5rem 0.625rem;
  border-width: 1.5px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .btnBox .btn.small .btnText {
    font-size: 13px;
    padding: 0.375rem 0.5rem;
  }
}
.btnBox .btn.animation {
  overflow: hidden;
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #ff7f38;
}
@media (min-width: 1181px) {
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background-color: #ff7f38;
}
.btnBox .btn.bgMain .btnText {
  background-color: #696969;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    color: #ff7f38;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #696969;
  }
  .btnBox .btn.bgMain:hover:not(.animation) .btnText {
    background-color: #ff7f38;
  }
}
.btnBox .btn.bgSecond {
  background-color: #ffc733;
}
.btnBox .btn.bgSecond .btnText {
  background-color: #ff7f38;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    background-color: #ff7f38;
  }
  .btnBox .btn.bgSecond:hover .btnText {
    background-color: #ffc733;
  }
}
.btnBox .btn.colorMain {
  background-color: #ff7f38;
}
.btnBox .btn.colorMain .btnText {
  background-color: #fff;
  color: #ff7f38;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) .btnText {
    background-color: #ff7f38;
    color: #fff;
  }
}
.btnBox .btn.colorSecond {
  background-color: #ffc733;
}
.btnBox .btn.colorSecond .btnText {
  background-color: #ff7f38;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorSecond:hover {
    background-color: #ff7f38;
  }
  .btnBox .btn.colorSecond:hover .btnText {
    background-color: #ffc733;
  }
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

.iconBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  padding: 7px;
  aspect-ratio: 1/1;
  background-color: #696969;
  border-radius: 50%;
  border: 2px solid #000;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .iconBtn {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .iconBtn {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 480px) {
  .iconBtn {
    width: 36px;
    height: 36px;
    padding: 6px;
  }
}
@media (max-width: 375px) {
  .iconBtn {
    width: 32px;
    height: 32px;
    padding: 5px;
  }
}
@media (min-width: 1181px) {
  .iconBtn:hover svg {
    color: #000;
  }
}
.iconBtn::before {
  content: "";
  display: block;
  pointer-events: none;
  width: calc(100% - 2px);
  aspect-ratio: 1/1;
  background-image: url("../images/deco/btn/deco.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% + 2px);
  right: auto;
  bottom: auto;
  left: calc(50% + 2px);
  translate: -50% -50%;
  pointer-events: none;
  z-index: 1;
}
.iconBtn svg {
  width: 100%;
  height: 100%;
  color: #eeeeee;
}

/* 共用的樣式 END */
.outerWrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  border-radius: 36px;
  border: 3px solid #000;
  overflow: clip;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .moduleBox .moduleTitle {
    font-size: 22px;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 575px) {
  .moduleBox .moduleTitle {
    font-size: 20px;
  }
}
.moduleBox .moduleContent {
  width: 100%;
  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: #ff7f38;
}
@media (max-width: 480px) {
  .moduleBox .moduleContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  border-bottom-left-radius: 24px;
  background: none;
  background-color: #ff7f38;
  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: 2px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .moduleBox .moduleClose:hover {
    background-color: #000;
  }
}
.moduleBox.privacy .moduleWrap {
  position: relative;
  max-width: 700px;
  padding-top: 50px;
  z-index: 1004;
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 2.25rem;
}
.moduleBox.privacy .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000000;
  text-align: center;
}
@media (max-width: 575px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 400px) {
  .moduleBox.privacy .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 400px) {
  .moduleBox.privacy .btnBox .btn.small {
    max-width: 100%;
  }
}
.moduleBox.privacy .btnBox .btn .btnText {
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  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;
  margin-bottom: 10px;
}
.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%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: #000000;
  cursor: pointer;
  padding: 10px 20px 10px 0;
}
@media (max-width: 575px) {
  .moduleBox.privacy .customList .topBox .subtitle {
    font-size: 14px;
  }
}
.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 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: #ff7f38;
  display: inline-block;
  padding-bottom: 3px;
}
@media (max-width: 575px) {
  .moduleBox.privacy .customList .topBox .trigger .alwaysOn {
    font-size: 14px;
  }
}
.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: #ffba94;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #ff8f52;
  -webkit-transform: translate(75%, -50%);
          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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1181px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #ff7f38;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #fff0d0;
  padding: 0.75rem;
}
.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: #ff7f38;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #ff7f38;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: 1181px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #ff7f38;
  }
}
.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: -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;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #ff7f38;
    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.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #ff7f38;
  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;
}
@media (min-width: 1181px) {
  .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 {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #ffc300;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow-x: clip;
}
.loadingArea .logo {
  width: 200px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1180px) {
  .loadingArea .logo {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .loadingArea .logo {
    width: 140px;
  }
}
@media (max-width: 480px) {
  .loadingArea .logo {
    width: 120px;
  }
}
.loadingArea .deco {
  width: 100%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1366px) {
  .loadingArea .deco {
    width: 200vh;
  }
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.hide {
  opacity: 0;
}

/*header*/
header {
  position: fixed;
  width: 100%;
  padding: 70px 0 48px;
  top: 0;
  left: 0;
  z-index: 51;
  pointer-events: none;
  -webkit-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out;
}
@media (max-width: 1366px) {
  header {
    padding: 50px 0;
  }
}
@media (max-width: 1180px) {
  header {
    padding: 15px 0 30px;
  }
}
header.scrolling {
  padding: 20px 0;
  pointer-events: none;
}
header.scrolling::before {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
@media (max-width: 480px) {
  header .wrap {
    padding: 0 10px;
  }
}
header .audioBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}
@media (max-width: 1180px) {
  header .audioBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  header .audioBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 375px) {
  header .audioBox {
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
}
@media (min-width: 1181px) {
  header .audioBox .iconBtn:hover {
    -webkit-animation: iconBtnAni 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1) both;
            animation: iconBtnAni 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1) both;
  }
}
header .audioBox .volume {
  position: relative;
}
header .audioBox .volume .muteIcon {
  position: relative;
  display: none;
}
header .audioBox .volume .volumeIcon {
  width: calc(100% - 14px);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  display: none;
  opacity: 0;
}
header .audioBox .volume .show {
  display: block;
  opacity: 1;
}
@starting-style {
  header .audioBox .volume .show {
    opacity: 0;
  }
}
header .audioBox .music {
  position: relative;
}
header .audioBox .music.show .musicBox {
  display: block;
  opacity: 1;
  scale: 1 1;
  pointer-events: auto;
}
@starting-style {
  header .audioBox .music.show .musicBox {
    opacity: 0;
    scale: 1 0;
  }
}
header .audioBox .musicBox {
  position: absolute;
  display: none;
  width: 480px;
  padding: 3rem 1.25rem 3.75rem;
  background-color: #ff7f38;
  background-image: url("../images/deco/slidmenu-bg.svg");
  border-radius: 20px;
  border: 4px solid #000;
  top: calc(100% + 20px);
  left: 0;
  opacity: 0;
  scale: 1 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1);
  transition: all 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1);
  transition-behavior: allow-discrete;
}
header .audioBox .musicBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 20px;
  background: #fff0d0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-mask-image: url("../images/deco/slidmenu-top-mask.png");
          mask-image: url("../images/deco/slidmenu-top-mask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
}
header .audioBox .musicBox::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 40px;
  background: #fff0d0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-mask-image: url("../images/deco/slidmenu-bottom-mask.png");
          mask-image: url("../images/deco/slidmenu-bottom-mask.png");
  -webkit-mask-size: 150%;
          mask-size: 150%;
  -webkit-mask-position: center top;
          mask-position: center top;
}
@media (max-width: 640px) {
  header .audioBox .musicBox {
    left: -50px;
  }
}
@media (max-width: 575px) {
  header .audioBox .musicBox {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 480px) {
  header .audioBox .musicBox {
    left: -40px;
    padding: 2.5rem 1rem 3.75rem;
  }
}
header .audioBox .musicBox .moduleClose {
  display: block;
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 3px solid #000;
  -webkit-box-shadow: 2px 2px 0 #000;
          box-shadow: 2px 2px 0 #000;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  header .audioBox .musicBox .moduleClose {
    width: 32px;
  }
}
@media (min-width: 1181px) {
  header .audioBox .musicBox .moduleClose:hover .line {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
header .audioBox .musicBox .moduleClose .line {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header .audioBox .musicBox .moduleClose .line::before, header .audioBox .musicBox .moduleClose .line::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  background-color: #000000;
  border-radius: 20px;
}
header .audioBox .musicBox .moduleClose .line::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header .audioBox .musicBox .moduleClose .line::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
header .audioBox .musicBox .radioBox {
  position: relative;
}
header .audioBox .musicBox .radioBox .radio {
  width: 100%;
}
header .audioBox .musicBox .decoBox {
  width: 82%;
  height: 59%;
  padding: 0.625rem 2.625rem;
  position: absolute;
  top: 12%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 768px) {
  header .audioBox .musicBox .decoBox {
    padding: 0.625rem 2.625rem;
  }
}
@media (max-width: 430px) {
  header .audioBox .musicBox .decoBox {
    display: none;
  }
}
header .audioBox .musicBox .decoBox .decoShape {
  width: 44px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  header .audioBox .musicBox .decoBox .decoShape {
    width: 40px;
  }
}
header .audioBox .musicBox .decoBox .decoShape .text {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  header .audioBox .musicBox .decoBox .decoShape .text {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  header .audioBox .musicBox .decoBox .decoShape .text {
    font-size: 9px;
  }
}
header .audioBox .musicBox .decoBox .decoShape .shape {
  position: relative;
  width: 34px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 6px;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  header .audioBox .musicBox .decoBox .decoShape .shape {
    width: 36px;
    margin-top: 0.25rem;
  }
}
@media (max-width: 480px) {
  header .audioBox .musicBox .decoBox .decoShape .shape {
    width: 32px;
    margin-top: 0.125rem;
  }
}
header .audioBox .musicBox .decoBox .decoShape .shape .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 768px) {
  header .audioBox .musicBox .decoBox .decoShape .shape .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  header .audioBox .musicBox .decoBox .decoShape .shape .title {
    font-size: 16px;
  }
}
header .audioBox .musicBox .decoBox .decoText {
  width: 90%;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 8px;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 768px) {
  header .audioBox .musicBox .decoBox .decoText {
    width: 90%;
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  header .audioBox .musicBox .decoBox .decoText {
    font-size: 9px;
  }
}
header .audioBox .musicBox .decoBox .decoText::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
header .audioBox .musicBox .decoBox .decoText::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
header .audioBox .musicBox .musicList {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.875rem 0.625rem;
  margin-top: 1.25rem;
}
@media (max-width: 480px) {
  header .audioBox .musicBox .musicList {
    margin-top: 0.625rem;
  }
}
header .audioBox .musicBox .musicList .musicItem {
  position: relative;
}
header .audioBox .musicBox .musicList button {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  border: 3px solid #000;
  -webkit-filter: drop-shadow(4px 2px 0 #000);
          filter: drop-shadow(4px 2px 0 #000);
  border-radius: 8px;
  padding: 0.375rem 0.625rem;
}
@media (max-width: 991px) {
  header .audioBox .musicBox .musicList button {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  header .audioBox .musicBox .musicList button {
    font-size: 14px;
    padding: 0.25rem 0.625rem;
  }
}
@media (min-width: 1181px) {
  header .audioBox .musicBox .musicList button:hover {
    color: #ff7f38;
  }
}
header .audioBox .musicBox .musicList button.active {
  background-color: #fff0d0;
  color: #ff7f38;
}
header .logoBox {
  position: relative;
  width: 200px;
  opacity: 0;
  translate: 0 -50%;
  overflow: hidden;
}
@media (max-width: 1180px) {
  header .logoBox {
    width: 180px;
  }
}
@media (max-width: 768px) {
  header .logoBox {
    width: 150px;
  }
}
@media (max-width: 480px) {
  header .logoBox {
    width: 130px;
  }
}
header .logoBox .logo {
  position: relative;
  display: block;
}
header .logoBox a {
  position: relative;
  display: block;
  width: 100%;
}
header .logoBox a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .rightBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}
@media (max-width: 1180px) {
  header .rightBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  header .rightBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 375px) {
  header .rightBox {
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
}
header .menuBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .languageBox {
  position: relative;
}
@media (min-width: 1181px) {
  header .languageBox .languageCurrent:hover {
    -webkit-animation: iconBtnAni 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1) both;
            animation: iconBtnAni 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1) both;
  }
}
header .languageBox .languageList {
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  top: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
header .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
}
header .languageBox .languageList.show li {
  rotate: 0deg;
  translate: 0 0;
}
header .languageBox .languageList li {
  translate: 0 -20px;
  rotate: -45deg;
  -webkit-transition: translate 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1) 0.1s, rotate 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: translate 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1) 0.1s, rotate 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
header .languageBox .languageList li + li {
  margin-top: 0.625rem;
}
header .languageBox .languageList li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 1181px) {
  header .languageBox .languageList li a:hover {
    background-color: #ff7f38;
    color: #fff;
  }
}
header .languageBox .languageList li a.current {
  background-color: #ff7f38;
  color: #fff;
}

/*slideMenu*/
@media (min-width: 1181px) {
  .slideMenuTrigger:hover .line {
    background-color: #000;
  }
  .slideMenuTrigger:hover .line::before, .slideMenuTrigger:hover .line::after {
    background-color: #000;
  }
}
.slideMenuTrigger .line {
  position: absolute;
  display: inline-block;
  width: 55%;
  height: 4px;
  background-color: #eeeeee;
  border-radius: 20px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .slideMenuTrigger .line {
    height: 2.5px;
  }
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #eeeeee;
  border-radius: 20px;
  z-index: 1;
  -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
    height: 2.5px;
  }
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media (max-width: 480px) {
  .slideMenuTrigger .line::before {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media (max-width: 480px) {
  .slideMenuTrigger .line::after {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@media (min-width: 1181px) {
  .slideMenuTrigger.open:hover {
    -webkit-animation: iconBtnAni 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1) both;
            animation: iconBtnAni 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1) both;
  }
}
.slideMenuTrigger.close {
  display: block;
  width: 48px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 4px solid #000;
  -webkit-box-shadow: 2px 2px 0 #000;
          box-shadow: 2px 2px 0 #000;
  border-radius: 50%;
  position: absolute;
  top: 68px;
  right: 55px;
  bottom: auto;
  left: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1599px) {
  .slideMenuTrigger.close {
    top: 54px;
  }
}
@media (max-width: 1366px) {
  .slideMenuTrigger.close {
    right: 36px;
  }
}
@media (max-width: 1180px) {
  .slideMenuTrigger.close {
    width: 45px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .slideMenuTrigger.close {
    width: 40px;
    top: 35px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .slideMenuTrigger.close {
    width: 36px;
    right: 16px;
    border-width: 3px;
  }
}
.slideMenuTrigger.close .line {
  width: 70%;
  background-color: transparent;
  -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  background-color: #000000;
  -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1181px) {
  .slideMenuTrigger.close:hover span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.slideMenuArea {
  position: fixed;
  width: 100%;
  height: 100dvh;
  background-color: #ff7f38;
  background-image: url("../images/deco/slidmenu-bg.svg");
  background-position: 7% 21%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  right: 0;
  z-index: 99;
  clip-path: circle(0% at 50% 50%);
  -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: #ff7f38;
}
.slideMenuArea::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 54px;
  background: #fff0d0;
  -webkit-mask-image: url("../images/deco/slidmenu-top-mask.png");
          mask-image: url("../images/deco/slidmenu-top-mask.png");
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1599px) {
  .slideMenuArea::before {
    height: 28px;
  }
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  clip-path: circle(120% at 50% 50%);
}
.slideMenuArea.show .topContent .decoBox .Img.left-1 {
  -webkit-animation: aniTranslateY 1.5s ease-in-out infinite;
          animation: aniTranslateY 1.5s ease-in-out infinite;
}
.slideMenuArea.show .topContent .decoBox .Img.left-2 {
  -webkit-animation: aniTranslateX 1.2s linear 0.2s infinite;
          animation: aniTranslateX 1.2s linear 0.2s infinite;
}
.slideMenuArea.show .topContent .decoBox .Img.right-1 {
  -webkit-animation: aniTranslateX 1.8s linear infinite;
          animation: aniTranslateX 1.8s linear infinite;
}
.slideMenuArea.show .topContent .decoBox .Img.right-2 {
  -webkit-animation: aniTranslateY 1.5s ease-in-out 0.4s infinite;
          animation: aniTranslateY 1.5s ease-in-out 0.4s infinite;
}
.slideMenuArea.show .menuBox .nav .menuItem .mainLink .eng::before {
  -webkit-animation: breathAni 1s ease-in-out infinite;
          animation: breathAni 1s ease-in-out infinite;
}
.slideMenuArea.show .menuBox .nav .menuItem .mainLink .eng::after {
  -webkit-animation: breathAni 1s ease-in-out infinite;
          animation: breathAni 1s ease-in-out infinite;
}
@media (max-width: 1180px) {
  .slideMenuArea.show .menuBox .nav .menuItem .mainLink .chi::before {
    -webkit-animation: breathAni 1s ease-in-out infinite;
            animation: breathAni 1s ease-in-out infinite;
  }
  .slideMenuArea.show .menuBox .nav .menuItem .mainLink .chi::after {
    -webkit-animation: breathAni 1s ease-in-out infinite;
            animation: breathAni 1s ease-in-out infinite;
  }
}
.slideMenuArea .slideMenuBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.slideMenuArea .wrap {
  max-width: 1700px;
}
.slideMenuArea .topContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 3.375rem;
}
@media (max-width: 1599px) {
  .slideMenuArea .topContent {
    padding-top: 1.875rem;
  }
}
@media (max-width: 575px) {
  .slideMenuArea .topContent {
    padding: 2.25rem 0 3.375rem;
  }
}
.slideMenuArea .topContent .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.slideMenuArea .topContent .decoBox .Img {
  position: absolute;
}
.slideMenuArea .topContent .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .topContent .decoBox .Img.left-1 {
  width: 203px;
  top: 12%;
  left: 15.5%;
}
@media (max-width: 1599px) {
  .slideMenuArea .topContent .decoBox .Img.left-1 {
    width: 180px;
    top: 10%;
    left: 12%;
  }
}
@media (max-width: 1366px) {
  .slideMenuArea .topContent .decoBox .Img.left-1 {
    width: 160px;
    top: 8%;
    left: 10%;
  }
}
@media (max-width: 991px) {
  .slideMenuArea .topContent .decoBox .Img.left-1 {
    width: 120px;
    top: 50px;
    left: 8%;
  }
}
@media (max-width: 840px) {
  .slideMenuArea .topContent .decoBox .Img.left-1 {
    width: 100px;
    top: 40px;
    left: 50px;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .topContent .decoBox .Img.left-1 {
    display: none;
  }
}
.slideMenuArea .topContent .decoBox .Img.left-2 {
  width: 319px;
  bottom: 5%;
  left: 9%;
}
@media (max-width: 1599px) {
  .slideMenuArea .topContent .decoBox .Img.left-2 {
    width: 280px;
    left: 5%;
  }
}
@media (max-width: 1366px) {
  .slideMenuArea .topContent .decoBox .Img.left-2 {
    width: 250px;
    left: 30px;
  }
}
@media (max-width: 991px) {
  .slideMenuArea .topContent .decoBox .Img.left-2 {
    width: 180px;
  }
}
@media (max-width: 840px) {
  .slideMenuArea .topContent .decoBox .Img.left-2 {
    width: 150px;
    left: 20px;
  }
}
@media (max-width: 575px) {
  .slideMenuArea .topContent .decoBox .Img.left-2 {
    width: 120px;
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .slideMenuArea .topContent .decoBox .Img.left-2 {
    display: none;
  }
}
.slideMenuArea .topContent .decoBox .Img.right-1 {
  width: 101px;
  top: 17%;
  right: 14.5%;
}
@media (max-width: 1599px) {
  .slideMenuArea .topContent .decoBox .Img.right-1 {
    width: 80px;
    top: 15%;
    right: 11%;
  }
}
@media (max-width: 1366px) {
  .slideMenuArea .topContent .decoBox .Img.right-1 {
    width: 70px;
    right: 8%;
  }
}
@media (max-width: 991px) {
  .slideMenuArea .topContent .decoBox .Img.right-1 {
    width: 50px;
    top: 20%;
    right: 40px;
  }
}
@media (max-width: 840px) {
  .slideMenuArea .topContent .decoBox .Img.right-1 {
    top: 10%;
    right: 15%;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .topContent .decoBox .Img.right-1 {
    top: 10%;
  }
}
@media (max-width: 575px) {
  .slideMenuArea .topContent .decoBox .Img.right-1 {
    width: 40px;
    top: 13%;
    right: 60px;
  }
}
@media (max-width: 480px) {
  .slideMenuArea .topContent .decoBox .Img.right-1 {
    display: none;
  }
}
.slideMenuArea .topContent .decoBox .Img.right-2 {
  width: 192px;
  top: 28.5%;
  right: 19.2%;
}
@media (max-width: 1599px) {
  .slideMenuArea .topContent .decoBox .Img.right-2 {
    width: 170px;
    top: 25%;
    right: 16%;
  }
}
@media (max-width: 1366px) {
  .slideMenuArea .topContent .decoBox .Img.right-2 {
    width: 150px;
    top: 28.5%;
    right: 12%;
  }
}
@media (max-width: 991px) {
  .slideMenuArea .topContent .decoBox .Img.right-2 {
    width: 110px;
    top: 30%;
    right: 80px;
  }
}
@media (max-width: 840px) {
  .slideMenuArea .topContent .decoBox .Img.right-2 {
    display: none;
  }
}
.slideMenuArea .menuBox {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .slideMenuArea .menuBox {
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .menuBox {
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .slideMenuArea .menuBox {
    max-width: none;
    padding: 0 3rem;
  }
}
@media (max-width: 375px) {
  .slideMenuArea .menuBox {
    padding: 0 2rem;
  }
}
.slideMenuArea .menuBox .nav .menuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav .menuItem + .menuItem {
  margin-top: 1.25rem;
}
@media (max-width: 1599px) {
  .slideMenuArea .menuBox .nav .menuItem + .menuItem {
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .slideMenuArea .menuBox .nav .menuItem + .menuItem {
    margin-top: 0.625rem;
  }
}
.slideMenuArea .menuBox .nav .menuItem .mainLink {
  position: relative;
  display: block;
  border-radius: 16px;
  background-color: #fff;
  border: 4px solid #000;
  -webkit-box-shadow: 4px 4px 0 #000;
          box-shadow: 4px 4px 0 #000;
  padding: 0.875rem 1.5rem;
}
@media (max-width: 1599px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink {
    padding: 0.75rem 1.25rem;
  }
}
@media (max-width: 1366px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink {
    padding: 0.625rem 1rem;
  }
}
.slideMenuArea .menuBox .nav .menuItem .mainLink.current {
  color: #ffc733;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink:hover {
    background-color: #9d9f92;
    -webkit-box-shadow: 0 0 0 #000;
            box-shadow: 0 0 0 #000;
    translate: 4px 4px;
  }
  .slideMenuArea .menuBox .nav .menuItem .mainLink:hover .eng {
    -webkit-transform: scale(0);
            transform: scale(0);
    pointer-events: none;
  }
  .slideMenuArea .menuBox .nav .menuItem .mainLink:hover .chi {
    -webkit-transform: scale(1);
            transform: scale(1);
    pointer-events: auto;
  }
  .slideMenuArea .menuBox .nav .menuItem .mainLink:hover .chi::before {
    -webkit-animation: breathAni 1s ease-in-out infinite;
            animation: breathAni 1s ease-in-out infinite;
  }
  .slideMenuArea .menuBox .nav .menuItem .mainLink:hover .chi::after {
    -webkit-animation: breathAni 1s ease-in-out infinite;
            animation: breathAni 1s ease-in-out infinite;
  }
}
.slideMenuArea .menuBox .nav .menuItem .mainLink span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #000000;
  will-change: transform;
  -webkit-transition: all 0.6s linear(0, 0.135 5.7%, 0.265 11.8%, 0.402 18.8%, 0.561 27.5%, 0.716 36.5%, 0.829 43.6%, 0.913 49.6%, 0.947 52.4%, 0.975 55%, 1 57.7%, 0.973 61.5%, 0.956 65%, 0.947 68.6%, 0.945 72.4%, 0.948 74.9%, 0.954 77.7%, 0.982 87.1%, 0.992 91.1%, 0.998 95.3%, 1);
  transition: all 0.6s linear(0, 0.135 5.7%, 0.265 11.8%, 0.402 18.8%, 0.561 27.5%, 0.716 36.5%, 0.829 43.6%, 0.913 49.6%, 0.947 52.4%, 0.975 55%, 1 57.7%, 0.973 61.5%, 0.956 65%, 0.947 68.6%, 0.945 72.4%, 0.948 74.9%, 0.954 77.7%, 0.982 87.1%, 0.992 91.1%, 0.998 95.3%, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 1599px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span {
    font-size: 40px;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span {
    font-size: 35px;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span {
    font-size: 24px;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 375px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span {
    font-size: 22px;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.slideMenuArea .menuBox .nav .menuItem .mainLink span::before, .slideMenuArea .menuBox .nav .menuItem .mainLink span::after {
  position: relative;
  content: "";
  display: block;
  width: 31px;
  height: 36px;
  background-image: url("../images/deco/star.svg");
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span::before, .slideMenuArea .menuBox .nav .menuItem .mainLink span::after {
    width: 26px;
    height: 31px;
  }
}
@media (max-width: 1366px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span::before, .slideMenuArea .menuBox .nav .menuItem .mainLink span::after {
    width: 24px;
    height: 28px;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span::before, .slideMenuArea .menuBox .nav .menuItem .mainLink span::after {
    width: 20px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span::before, .slideMenuArea .menuBox .nav .menuItem .mainLink span::after {
    width: 16px;
    height: 20px;
  }
}
.slideMenuArea .menuBox .nav .menuItem .mainLink span.eng {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media (max-width: 1180px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span.eng {
    display: none;
  }
}
.slideMenuArea .menuBox .nav .menuItem .mainLink span.chi {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100%;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.025em;
  translate: -50% -50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 1180px) {
  .slideMenuArea .menuBox .nav .menuItem .mainLink span.chi {
    position: relative;
    top: unset;
    left: unset;
    translate: none;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slideMenuArea .bottomContent {
  position: relative;
  padding-top: 2.25rem;
  padding-bottom: calc(50px + env(safe-area-inset-bottom));
}
@media (max-width: 768px) {
  .slideMenuArea .bottomContent {
    padding-top: 2rem;
  }
}
.slideMenuArea .bottomContent::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff0d0;
  -webkit-mask-image: url("../images/deco/slidmenu-bottom-mask.png");
          mask-image: url("../images/deco/slidmenu-bottom-mask.png");
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slideMenuArea .bottomContent .deco {
  width: 265px;
  position: absolute;
  top: -80%;
  right: 8.5%;
  bottom: auto;
  left: auto;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .slideMenuArea .bottomContent .deco {
    width: 220px;
    top: -70%;
    right: 50px;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .bottomContent .deco {
    width: 180px;
    top: -60%;
    right: 30px;
  }
}
@media (max-width: 840px) {
  .slideMenuArea .bottomContent .deco {
    width: 150px;
    top: -50%;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .bottomContent .deco {
    width: 130px;
    top: -30%;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .slideMenuArea .bottomContent .deco {
    width: 110px;
    top: -20%;
  }
}
.slideMenuArea .bottomContent .deco img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .bottomContent .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 991px) {
  .slideMenuArea .bottomContent .wrap {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 575px) {
  .slideMenuArea .bottomContent .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.slideMenuArea .bottomContent .left {
  position: relative;
  width: 320px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .slideMenuArea .bottomContent .left {
    width: 265px;
  }
}
@media (max-width: 575px) {
  .slideMenuArea .bottomContent .left {
    width: 100%;
  }
}
.slideMenuArea .bottomContent .left svg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 1180px) {
  .slideMenuArea .bottomContent .left svg {
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .slideMenuArea .bottomContent .left svg {
    display: block;
    max-width: 150px;
    margin: 0 auto;
  }
}
.slideMenuArea .bottomContent .left svg .square-1 {
  opacity: 0;
  -webkit-animation: flashAni 2s linear 0s infinite;
          animation: flashAni 2s linear 0s infinite;
}
.slideMenuArea .bottomContent .left svg .square-2 {
  opacity: 0;
  -webkit-animation: flashAni 2s linear 0.2s infinite;
          animation: flashAni 2s linear 0.2s infinite;
}
.slideMenuArea .bottomContent .left svg .square-3 {
  opacity: 0;
  -webkit-animation: flashAni 2s linear 0.4s infinite;
          animation: flashAni 2s linear 0.4s infinite;
}
.slideMenuArea .bottomContent .left svg .square-4 {
  opacity: 0;
  -webkit-animation: flashAni 2s linear 0.6s infinite;
          animation: flashAni 2s linear 0.6s infinite;
}
.slideMenuArea .bottomContent .left svg .square-5 {
  opacity: 0;
  -webkit-animation: flashAni 2s linear 0.8s infinite;
          animation: flashAni 2s linear 0.8s infinite;
}
.slideMenuArea .bottomContent .left svg .square-6 {
  opacity: 0;
  -webkit-animation: flashAni 2s linear 1s infinite;
          animation: flashAni 2s linear 1s infinite;
}
.slideMenuArea .bottomContent .left svg .square-7 {
  opacity: 0;
  -webkit-animation: flashAni 2s linear 1.2s infinite;
          animation: flashAni 2s linear 1.2s infinite;
}
.slideMenuArea .bottomContent .left svg .square-8 {
  opacity: 0;
  -webkit-animation: flashAni 2s linear 1.4s infinite;
          animation: flashAni 2s linear 1.4s infinite;
}
.slideMenuArea .bottomContent .left .decoText {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: #000000;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
@media (max-width: 1180px) {
  .slideMenuArea .bottomContent .left .decoText {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .slideMenuArea .bottomContent .left .decoText {
    font-size: 22px;
    text-align: center;
    max-width: 240px;
    margin: 0.5rem auto 0;
  }
}
.slideMenuArea .bottomContent .right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 530px;
}
@media (max-width: 575px) {
  .slideMenuArea .bottomContent .right {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .copyrightBox .copyright {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.slideMenuArea .socialBox {
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .slideMenuArea .socialBox {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .socialBox {
    margin-bottom: 0;
  }
}
.slideMenuArea .socialBox .socialList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media (max-width: 575px) {
  .slideMenuArea .socialBox .socialList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.slideMenuArea .socialBox .socialList li {
  position: relative;
}
.slideMenuArea .socialBox .socialList li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #696969;
  border: 3px solid #000;
  padding: 5px;
}
@media (max-width: 991px) {
  .slideMenuArea .socialBox .socialList li a {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 575px) {
  .slideMenuArea .socialBox .socialList li a {
    width: 36px;
    height: 36px;
  }
}
.slideMenuArea .socialBox .socialList li a svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (min-width: 1181px) {
  .slideMenuArea .socialBox .socialList li a:hover {
    background-color: #ff7f38;
  }
  .slideMenuArea .socialBox .socialList li a:hover svg {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .copyrightBox {
    display: none;
  }
}

.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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*banner*/
.bannerArea {
  position: relative;
  overflow: hidden;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sideJoinBox {
  position: fixed;
  display: block;
  top: 15%;
  right: 0;
  z-index: 9;
  -webkit-transform: scaleX(0) translate(20%, 0);
          transform: scaleX(0) translate(20%, 0);
  will-change: transform;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media (max-width: 991px) {
  .sideJoinBox {
    display: none;
  }
}
.sideJoinBox .joinBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sideJoinBox .joinBox::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 25px;
  height: 20px;
  background-color: #fff;
  background-image: url("../images/deco/class-dot.png");
  background-size: 30px;
  background-position-y: -50%;
  background-repeat: repeat-x;
  border: 3px solid #000;
  border-right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 1;
}
@media (max-width: 1499px) {
  .sideJoinBox .joinBox::after {
    width: 20px;
    height: 15px;
    background-size: 20px;
  }
}
@media (max-width: 991px) {
  .sideJoinBox .joinBox::after {
    width: 30px;
    height: 14px;
    background-size: 20px;
  }
}
.sideJoinBox .joinBtn {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  -webkit-filter: drop-shadow(10px 6px 0 #000);
          filter: drop-shadow(10px 6px 0 #000);
  padding: 0.25rem;
  overflow: clip;
}
@media (max-width: 1499px) {
  .sideJoinBox .joinBtn {
    width: 80px;
    height: 80px;
    -webkit-filter: drop-shadow(6px 3px 0 #000);
            filter: drop-shadow(6px 3px 0 #000);
  }
}
@media (max-width: 991px) {
  .sideJoinBox .joinBtn {
    width: 75px;
    height: 75px;
    padding: 2px;
  }
}
.sideJoinBox .joinBtn::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: #ff7f38;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  scale: 0;
}
@media (min-width: 1181px) {
  .sideJoinBox .joinBtn:hover {
    translate: 10px 6px;
    -webkit-filter: drop-shadow(0 0 0 #000);
            filter: drop-shadow(0 0 0 #000);
  }
  .sideJoinBox .joinBtn:hover::before {
    scale: 1;
  }
}
.sideJoinBox .joinBtn .btnText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: #000000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 1rem;
}
@media (max-width: 1499px) {
  .sideJoinBox .joinBtn .btnText {
    font-size: 16px;
    padding: 0.75rem;
  }
}
@media (max-width: 991px) {
  .sideJoinBox .joinBtn .btnText {
    font-size: 14px;
  }
}

.sideSocialBox {
  position: fixed;
  display: block;
  top: 35%;
  right: 0;
  z-index: 9;
  -webkit-transform: scaleX(0) translate(20%, 0);
          transform: scaleX(0) translate(20%, 0);
  will-change: transform;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media (max-width: 991px) {
  .sideSocialBox {
    display: none;
  }
}
.sideSocialBox .socialBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sideSocialBox .socialBox .deco {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.75rem 0;
}
.sideSocialBox .socialBox .deco .shape {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
  background-color: #ffdd3e;
  background-image: url("../images/deco/main-dot.png");
  background-size: 30px;
  background-position-y: -50%;
  background-repeat: repeat-x;
  border: 3px solid #000;
  border-right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (max-width: 1499px) {
  .sideSocialBox .socialBox .deco .shape {
    width: 25px;
    height: 15px;
    background-position-y: -30%;
    background-size: 25px;
  }
}
@media (max-width: 991px) {
  .sideSocialBox .socialBox .deco .shape {
    width: 35px;
    height: 14px;
    background-size: 20px;
    background-position-y: -30%;
  }
}
.sideSocialBox .socialBox .deco .shape:last-child {
  margin-bottom: 0.5rem;
}
.sideSocialBox .socialList {
  position: relative;
  background-color: #ffdd3e;
  border-radius: 0.75rem;
  border: 3px solid #000;
  padding-bottom: 0.625rem;
  padding-right: 5px;
}
@media (max-width: 1499px) {
  .sideSocialBox .socialList {
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 1280px) {
  .sideSocialBox .socialList {
    padding-bottom: 0.5rem;
  }
}
.sideSocialBox .socialList::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 4px;
  border-radius: 0.75rem;
  border: 3px solid #000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  translate: 0 -50%;
  z-index: -1;
}
.sideSocialBox .socialList li {
  position: relative;
  -webkit-filter: drop-shadow(3px 3px 0 #000);
          filter: drop-shadow(3px 3px 0 #000);
}
.sideSocialBox .socialList .sideSocial {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  aspect-ratio: 1/1;
  background-color: #696969;
  border: 2px solid #000;
  border-radius: 50%;
  will-change: background-color;
}
@media (max-width: 1280px) {
  .sideSocialBox .socialList .sideSocial {
    width: 48px;
  }
}
@media (max-width: 991px) {
  .sideSocialBox .socialList .sideSocial {
    width: 45px;
  }
}
@media (min-width: 1181px) {
  .sideSocialBox .socialList .sideSocial:hover::before {
    opacity: 1;
    scale: 1;
  }
}
.sideSocialBox .socialList .sideSocial::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: #696969;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  scale: 0;
}
.sideSocialBox .socialList .sideSocial::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 90%;
  background: #000;
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: -6px;
  rotate: 45deg;
  border-radius: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: -1;
}
@media (max-width: 991px) {
  .sideSocialBox .socialList .sideSocial::after {
    top: -10px;
    left: -6px;
  }
}
.sideSocialBox .socialList .sideSocial svg {
  position: relative;
  width: 65%;
  height: 65%;
  color: #fff;
  z-index: 1;
}
.sideSocialBox .socialList .sideSocial.fb::before {
  background-color: #047fff;
}
.sideSocialBox .socialList .sideSocial.ig::before {
  background: linear-gradient(125deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.sideSocialBox .socialList .sideSocial.line::before {
  background-color: #52b534;
}

.sideTopBox {
  position: fixed;
  display: block;
  bottom: 170px;
  right: 0;
  z-index: 9;
  -webkit-transform: scaleX(0) translate(20%, 0);
          transform: scaleX(0) translate(20%, 0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  will-change: transform;
}
@media (max-width: 1499px) {
  .sideTopBox {
    bottom: 180px;
  }
}
@media (max-width: 1280px) {
  .sideTopBox {
    bottom: 195px;
  }
}
@media (max-width: 768px) {
  .sideTopBox {
    display: none;
  }
}
.sideTopBox .goTopBox {
  position: relative;
  width: 65px;
  padding: 8px 0;
}
@media (max-width: 1499px) {
  .sideTopBox .goTopBox {
    width: 55px;
  }
}
@media (max-width: 991px) {
  .sideTopBox .goTopBox {
    padding: 6px 0;
  }
}
@media (min-width: 1181px) {
  .sideTopBox .goTopBox:hover .goTop::before {
    background-color: #ff7f38;
  }
  .sideTopBox .goTopBox:hover .goTop .icon .bg {
    color: #9d9f92;
  }
}
.sideTopBox .goTopBox .shape {
  position: relative;
  display: block;
  width: 16px;
  height: 90px;
  background-color: #ffdd3e;
  border: 3px solid #000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  pointer-events: none;
}
@media (max-width: 1499px) {
  .sideTopBox .goTopBox .shape {
    height: 75px;
  }
}
@media (max-width: 991px) {
  .sideTopBox .goTopBox .shape {
    width: 14px;
  }
}
.sideTopBox .goTopBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 13px;
  background: #ffdd3e;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background-image: url("../images/deco/main-dot.png");
  background-position: right center;
  background-size: 30px;
  background-repeat: repeat-y;
  border: 3px solid #000;
  border-right: 0;
  border-top-left-radius: 15px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .sideTopBox .goTopBox::before {
    height: 12px;
  }
}
@media (max-width: 991px) {
  .sideTopBox .goTopBox::before {
    height: 10px;
  }
}
.sideTopBox .goTopBox::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 13px;
  background: #ffdd3e;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  background-image: url("../images/deco/main-dot.png");
  background-position: right center;
  background-size: 30px;
  background-repeat: repeat-y;
  border: 3px solid #000;
  border-right: 0;
  border-bottom-left-radius: 15px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .sideTopBox .goTopBox::after {
    height: 12px;
  }
}
@media (max-width: 991px) {
  .sideTopBox .goTopBox::after {
    height: 10px;
  }
}
.sideTopBox .goTop {
  display: block;
  width: 65px;
  height: 65px;
  aspect-ratio: 1/1;
  background-color: #ffdd3e;
  border: 3px solid #000;
  border-radius: 1rem;
  padding: 0.125rem;
  -webkit-filter: drop-shadow(6px 0 0 #000);
          filter: drop-shadow(6px 0 0 #000);
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
  translate: 7% -50%;
  cursor: pointer;
  -webkit-transition: all 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1);
  transition: all 0.5s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1);
}
@media (max-width: 1499px) {
  .sideTopBox .goTop {
    width: 55px;
    height: 55px;
  }
}
.sideTopBox .goTop::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: #9d9f92;
  background-image: url("../images/deco/top-dot.png");
  background-size: 65%;
  border: 3px solid #000;
  border-radius: 0.75rem;
  padding: 0.375rem;
}
@media (min-width: 1181px) {
  .sideTopBox .goTop:hover {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
  }
}
.sideTopBox .goTop svg {
  width: 60%;
  height: 60%;
  will-change: color;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.sideTopBox .goTop svg .bg {
  color: #ff7f38;
}
.sideTopBox .goTop svg .border {
  color: #000;
}

/*footer*/
footer {
  position: relative;
  background-color: #fff0d0;
  padding: 65px 0 80px;
  background-image: url("../images/deco/footer-dot.png");
  z-index: 1;
}
@media (max-width: 1180px) {
  footer {
    padding: 40px 0 50px;
  }
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  max-width: 1700px;
}
@media (max-width: 1180px) {
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
  }
}
footer .leftBox {
  position: relative;
  width: 570px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  footer .leftBox {
    width: 100%;
  }
}
footer .leftBox .btnBox {
  margin-top: 0;
}
@media (max-width: 1180px) {
  footer .leftBox .btnBox.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1181px) {
  footer .leftBox .btnBox .btn:hover .btnText .eng {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  footer .leftBox .btnBox .btn:hover .btnText .chi {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
footer .leftBox .btnBox .btnText span {
  display: block;
  will-change: transform;
  -webkit-transition: all 0.6s linear(0, 0.135 5.7%, 0.265 11.8%, 0.402 18.8%, 0.561 27.5%, 0.716 36.5%, 0.829 43.6%, 0.913 49.6%, 0.947 52.4%, 0.975 55%, 1 57.7%, 0.973 61.5%, 0.956 65%, 0.947 68.6%, 0.945 72.4%, 0.948 74.9%, 0.954 77.7%, 0.982 87.1%, 0.992 91.1%, 0.998 95.3%, 1);
  transition: all 0.6s linear(0, 0.135 5.7%, 0.265 11.8%, 0.402 18.8%, 0.561 27.5%, 0.716 36.5%, 0.829 43.6%, 0.913 49.6%, 0.947 52.4%, 0.975 55%, 1 57.7%, 0.973 61.5%, 0.956 65%, 0.947 68.6%, 0.945 72.4%, 0.948 74.9%, 0.954 77.7%, 0.982 87.1%, 0.992 91.1%, 0.998 95.3%, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
footer .leftBox .btnBox .btnText .eng {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media (max-width: 1180px) {
  footer .leftBox .btnBox .btnText .eng {
    display: none;
  }
}
footer .leftBox .btnBox .btnText .chi {
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100%;
  translate: -50% -50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 1180px) {
  footer .leftBox .btnBox .btnText .chi {
    position: relative;
    font-size: 20px;
    top: unset;
    left: unset;
    translate: none;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 768px) {
  footer .leftBox .btnBox .btnText .chi {
    font-size: 18px;
  }
}
footer .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  footer .rightBox {
    width: 100%;
  }
}
footer .socialBox {
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 1180px) {
  footer .socialBox {
    margin-bottom: 1rem;
  }
}
footer .socialBox .socialList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width: 1180px) {
  footer .socialBox .socialList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
footer .socialBox .socialList li {
  position: relative;
}
footer .socialBox .socialList a {
  width: 42px;
  height: 42px;
  overflow: clip;
}
@media (max-width: 1180px) {
  footer .socialBox .socialList a {
    width: 40px;
    height: 40px;
  }
}
footer .socialBox .socialList a.rednote {
  padding: 2px;
}
footer .socialBox .socialList a.ig::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(125deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  opacity: 0;
}
footer .socialBox .socialList a svg {
  color: #fff;
  will-change: filter;
  z-index: 1;
}
@media (min-width: 1181px) {
  footer .socialBox .socialList a:hover {
    -webkit-animation: iconBtnAni 0.6s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1);
            animation: iconBtnAni 0.6s linear(0, 0.106 5.2%, 0.331 16.8%, 0.464 23.1%, 0.603 29%, 0.892 40.2%, 1 44.7%, 0.921 48.7%, 0.894 50.4%, 0.871 52.1%, 0.853 53.8%, 0.84 55.5%, 0.833 57.1%, 0.831 58.8%, 0.833 60.2%, 0.838 61.7%, 0.847 63.2%, 0.86 64.8%, 0.89 67.7%, 0.969 74.3%, 1 77.4%, 0.986 79.5%, 0.978 81.1%, 0.973 82.8%, 0.971 84.6%, 0.975 87.7%, 0.996 95.3%, 0.999 97.5%, 1);
  }
  footer .socialBox .socialList a:hover.fb {
    background-color: #047fff;
  }
  footer .socialBox .socialList a:hover.ig::after {
    opacity: 1;
  }
  footer .socialBox .socialList a:hover.line {
    background-color: #52b534;
  }
  footer .socialBox .socialList a:hover.yt {
    background-color: #fd0100;
  }
  footer .socialBox .socialList a:hover.tiktok {
    background-color: #000;
  }
  footer .socialBox .socialList a:hover.tiktok svg {
    -webkit-filter: drop-shadow(1px 1px 0 magenta) drop-shadow(-1px -1px 0 cyan);
            filter: drop-shadow(1px 1px 0 magenta) drop-shadow(-1px -1px 0 cyan);
  }
  footer .socialBox .socialList a:hover.threads {
    background-color: #000;
  }
  footer .socialBox .socialList a:hover.rednote {
    background-color: #ff2842;
  }
}
@media (max-width: 1280px) {
  footer .copyrightBox .ibestLink {
    max-width: 400px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 1180px) {
  footer .copyrightBox .ibestLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.copyrightBox {
  position: relative;
}
.copyrightBox .ibestLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 4px;
}
@media (max-width: 991px) {
  .copyrightBox .ibestLink {
    max-width: 400px;
    margin-left: auto;
    margin-right: 0;
  }
}
.copyrightBox .ibestLink span,
.copyrightBox .ibestLink a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .copyrightBox .ibestLink span,
  .copyrightBox .ibestLink a {
    font-size: 12px;
  }
}
@media (min-width: 1181px) {
  .copyrightBox .ibestLink a:hover {
    color: #ff7f38;
  }
}
.copyrightBox .copyright {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 4px;
  margin-top: 4px;
}
@media (max-width: 1180px) {
  .copyrightBox .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.copyrightBox .copyright span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .copyrightBox .copyright span {
    font-size: 12px;
  }
}

.privacyArea {
  position: fixed;
  width: 100%;
  max-width: 900px;
  background-color: #ffc733;
  border: 2px solid #000;
  border-radius: 24px;
  padding: 3px;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  z-index: 50;
}
@media (max-width: 991px) {
  .privacyArea {
    max-width: none;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    padding: 3px 0 0 0;
  }
}
.privacyArea.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 16px 20px;
}
@media (max-width: 991px) {
  .privacyArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .privacyArea .wrap {
    row-gap: 1rem;
  }
}
.privacyArea .text {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 991px) {
  .privacyArea .text {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .privacyArea .text {
    font-size: 13px;
  }
}
.privacyArea .text a {
  color: #ff7f38;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #ff7f38;
  }
}
.privacyArea .btnBox {
  width: 200px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .privacyArea .btnBox {
    width: 100%;
  }
}
.privacyArea .btnBox.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .privacyArea .btnBox.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.privacyArea .btnBox .btnText {
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 700;
}

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

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea .title {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea .title {
    display: none;
  }
}
.marqueeArea .title 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .date {
    display: none;
  }
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
    color: #ff7f38;
  }
}

/*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-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btnBox {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin: 0;
}
.bookingArea .btnBox .btn {
  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: 100%;
  height: 100%;
  background-color: #ff7f38;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2rem;
}
@media (min-width: 1181px) {
  .bookingArea .btnBox .btn:hover {
    background-color: #ffc733;
  }
}
@media (max-width: 960px) {
  .bookingArea .btnBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bookingArea .btnBox 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: 100px;
}
@media (max-width: 1180px) {
  .mainArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px 0;
}
.bread .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #ff7f38;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #ff7f38;
  }
}
.bread .wrap span {
  color: #000000;
}
.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 #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 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: #000000;
  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: #000000;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  border-bottom: 2px solid #ffc733;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1180px) {
  .articleTitle {
    font-size: 28px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .articleTitle {
    font-size: 24px;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 375px) {
  .articleTitle {
    font-size: 22px;
    margin-bottom: 1rem;
  }
}

/*側邊標題字*/
.sectionTitle {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  border-bottom: 2px solid #ffc733;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1180px) {
  .sectionTitle {
    font-size: 28px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .sectionTitle {
    font-size: 24px;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 375px) {
  .sectionTitle {
    font-size: 22px;
    margin-bottom: 1rem;
  }
}
.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;
}

.classNote {
  position: relative;
  padding: 20px 0;
}
.classNote.thankInfo {
  background-color: #ffdd3e;
  border-radius: 1.5rem;
  border: 2px solid #000;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .classNote.thankInfo {
    padding: 0.75rem 1rem;
  }
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  background-color: #ff7f38;
  border: 3px solid #000;
  border-radius: 50px;
  padding: 12px 48px 12px 24px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .classBox .classCurrent {
    font-size: 16px;
    padding: 10px 40px 10px 20px;
  }
}
@media (max-width: 480px) {
  .classBox .classCurrent {
    font-size: 15px;
    padding: 8px 40px 8px 20px;
  }
}
.classBox .classCurrent.current {
  background-color: #ff7f38;
}
.classBox .classCurrent.current::before {
  background-color: #000;
}
.classBox .classCurrent::before {
  position: absolute;
  content: "";
  width: 23px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../images/deco/triangle.png");
          mask-image: url("../images/deco/triangle.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #000;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media (max-width: 991px) {
  .classBox .classCurrent::before {
    width: 20px;
  }
}
@media (max-width: 768px) {
  .classBox .classCurrent::before {
    right: 16px;
  }
}
@media (max-width: 480px) {
  .classBox .classCurrent::before {
    width: 16px;
  }
}
.classBox .classCurrent::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: url("../images/deco/class-dot.png");
  background-size: 70px;
  border-radius: 40px;
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 10px;
  z-index: -1;
}
@media (max-width: 768px) {
  .classBox .classCurrent::after {
    top: 10px;
    left: 8px;
    background-size: 60px;
  }
}
@media (max-width: 480px) {
  .classBox .classCurrent::after {
    top: 6px;
    left: 6px;
    background-size: 50px;
  }
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  position: relative;
  margin-bottom: 5rem;
}
@media (max-width: 1280px) {
  .classBoxRow {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .classBoxRow {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem 2rem;
  }
  .classBoxRow .classLink li,
  .classBoxRow .classLink .classItem {
    position: relative;
  }
  .classBoxRow .classLink li::before,
  .classBoxRow .classLink .classItem::before {
    content: "";
    display: block;
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: url("../images/deco/class-dot.png");
    background-size: 100px;
    border-radius: 40px;
    position: absolute;
    top: 8px;
    right: auto;
    bottom: auto;
    left: 8px;
  }
}
@media (min-width: 1181px) and (max-width: 1699px) {
  .classBoxRow .classLink li::before,
  .classBoxRow .classLink .classItem::before {
    background-size: 80px;
    top: 6px;
    left: 6px;
  }
}
@media (min-width: 1181px) and (max-width: 1280px) {
  .classBoxRow .classLink li::before,
  .classBoxRow .classLink .classItem::before {
    background-size: 70px;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    position: relative;
    display: block;
    min-width: 300px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    background-color: #fff0d0;
    border-radius: 40px;
    border: 4px solid #000;
    padding: 0.75rem 1rem;
  }
}
@media (min-width: 1181px) and (max-width: 1699px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    min-width: 250px;
    font-size: 20px;
  }
}
@media (min-width: 1181px) and (max-width: 1280px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    min-width: 200px;
    font-size: 18px;
    padding: 0.625rem 1rem;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #ff7f38;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #ff7f38;
    translate: 8px 8px;
  }
}

.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #ff7f38;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.current,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.current {
  background-color: rgba(255, 127, 56, 0.75);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.open,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.open {
  background-color: rgba(255, 127, 56, 0.75);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a:hover,
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span:hover {
    background-color: rgba(255, 127, 56, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a.current {
  background-color: rgba(255, 127, 56, 0.5);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a:hover {
    background-color: rgba(255, 127, 56, 0.5);
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink > .classItem:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink .dataList {
    display: none;
  }
  .classBoxColumn .classLink .dataList .dataItem:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #ff7f38;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #ff7f38;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
  .classBoxColumn .classLink span.current::before,
  .classBoxColumn .classLink span.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    background-color: #ff7f38;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}

@media (max-width: 1180px) {
  .classBoxRow .classLink,
  .classBoxColumn .classLink {
    width: 100%;
    max-height: 65dvh;
    background-color: #fff0d0;
    border: 3px solid #000;
    border-radius: 24px;
    display: none;
    overflow-y: auto;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open,
  .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child),
  .classBoxRow .classLink .classItem:not(:first-child),
  .classBoxColumn .classLink > li:not(:first-child),
  .classBoxColumn .classLink .classItem:not(:first-child) {
    border-top: 2px solid #000;
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current,
  .classBoxRow .classLink .classItem > a.current,
  .classBoxRow .classLink .classItem span.current,
  .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current,
  .classBoxColumn .classLink .classItem > a.current,
  .classBoxColumn .classLink .classItem span.current {
    background-color: #ff7f38;
  }
  .classBoxRow .classLink > li ul,
  .classBoxRow .classLink > li .dataList,
  .classBoxRow .classLink .classItem ul,
  .classBoxRow .classLink .classItem .dataList,
  .classBoxColumn .classLink > li ul,
  .classBoxColumn .classLink > li .dataList,
  .classBoxColumn .classLink .classItem ul,
  .classBoxColumn .classLink .classItem .dataList {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #000000;
    padding: 12px 24px;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    font-size: 15px;
    padding: 10px 24px;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    padding: 10px 20px;
  }
}
@media (max-width: 1180px) and (max-width: 480px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current,
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #ff7f38;
  }
}

/*頁碼*/
.pageBox {
  margin-top: 5rem;
}
@media (max-width: 1180px) {
  .pageBox {
    margin-top: 4rem;
  }
}
.pageBox .pageList {
  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;
  gap: 0.625rem;
}
.pageBox .pageList a {
  display: block;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
}
.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.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000000;
  background-color: #ffdd3e;
  border: 2px solid #000;
  -webkit-filter: drop-shadow(2px 2px 0 #000);
          filter: drop-shadow(2px 2px 0 #000);
}
@media (max-width: 768px) {
  .pageBox .pageList.number a {
    width: 40px;
    font-size: 15px;
  }
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a:hover {
    background-color: #ff7f38;
  }
}
.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, .pageBox .pageList.number a.lastBtn {
  width: auto;
  height: auto;
  aspect-ratio: initial;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  border-radius: 12px;
  padding: 0.875rem 1.25rem;
  margin: 0;
}
@media (max-width: 768px) {
  .pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
    padding: 0.6875rem 1rem;
  }
}
.pageBox .pageList.number a.current {
  background-color: #ff7f38;
}
@media (max-width: 1180px) {
  .pageBox .pageList.number .pageNumberBtnBox {
    display: none;
  }
}
@media (min-width: 1181px) {
  .pageBox .pageList.number .pageNumberSelectBox {
    display: none;
  }
}
.pageBox .pageList.number .pageNumberSelect {
  position: relative;
  display: block;
  width: 80px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 30px;
  color: #000000;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  border-radius: 16px;
  border: 2px solid #000000;
  background-color: #ffdd3e;
  -webkit-filter: drop-shadow(2px 2px 0 #000);
          filter: drop-shadow(2px 2px 0 #000);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 768px) {
  .pageBox .pageList.number .pageNumberSelect {
    font-size: 15px;
    height: 40px;
  }
}
.pageBox .pageList.prevnext {
  margin-top: 60px;
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  position: relative;
  width: 180px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 42px;
  color: #000000;
  border-radius: 16px;
  border: 2px solid #000000;
  background-color: #ffdd3e;
  -webkit-filter: drop-shadow(2px 2px 0 #000);
          filter: drop-shadow(2px 2px 0 #000);
  padding: 0 1.25rem;
}
@media (min-width: 1181px) {
  .pageBox .pageList.prevnext a:hover {
    background-color: #ff7f38;
  }
}
.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 {
    margin-top: 40px;
  }
  .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 #ff7f38;
  font-size: 13px;
  color: #ff7f38;
}
@media (min-width: 1181px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #ff7f38;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #ff7f38;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff7f38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #ffc733;
  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%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumBox .albumListMain .albumItem {
  height: 400px;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  aspect-ratio: 4/3;
  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_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%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
@media (min-width: 1181px) {
  .side_booking a:hover {
    -webkit-box-shadow: inset 0 3px 3px #8d2121;
            box-shadow: inset 0 3px 3px #8d2121;
  }
}

/*側邊_聯絡資訊*/
.sideContactInfo li {
  margin-bottom: 20px;
}
.sideContactInfo .infoText {
  color: #000000;
  letter-spacing: 0.5px;
}
.sideContactInfo a,
.sideContactInfo span {
  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: #000000;
}
.sideContactInfo 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 #000000;
  border-radius: 50%;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.sideContactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  height: auto;
  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: #000000;
  line-height: 1.8;
  overflow: hidden;
}

/*對應&相關*/
.sideDataArea {
  position: relative;
  margin-top: 5rem;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
  text-align: center;
}
.sideDataArea.catalog .Img::before {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
  content: "NEW";
  background-color: #ff7f38;
  border: 1px solid #ff7f38;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #ff7f38;
  border: 1px solid #ff7f38;
}
.sideDataArea .sideDataList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.sideDataArea .sideDataList:not(.slick-slider) .sideDataItem {
  width: 33.3333333333%;
}
@media (max-width: 840px) {
  .sideDataArea .sideDataList:not(.slick-slider) .sideDataItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .sideDataArea .sideDataList:not(.slick-slider) .sideDataItem {
    width: 100%;
  }
}
.sideDataArea .sideDataList .slick-list {
  margin: 0 -30px -4px;
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList .slick-list {
    margin: 0 -16px -4px;
  }
}
@media (max-width: 991px) {
  .sideDataArea .sideDataList .slick-list {
    margin: 0 -10px -4px;
  }
}
@media (max-width: 575px) {
  .sideDataArea .sideDataList .slick-list {
    margin: 0 0 -4px;
    overflow: visible;
  }
}
.sideDataArea .sideDataItem {
  position: relative;
  padding: 0 30px 4px;
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataItem {
    padding: 0 16px 4px;
  }
}
@media (max-width: 991px) {
  .sideDataArea .sideDataItem {
    padding: 0 10px 4px;
  }
}
.sideDataArea .item {
  position: relative;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 32px;
  padding: 1.25rem 1.5rem;
  -webkit-filter: drop-shadow(4px 4px 0 #000);
          filter: drop-shadow(4px 4px 0 #000);
  will-change: translate, filter;
}
@media (max-width: 991px) {
  .sideDataArea .item {
    padding: 1rem 1rem;
  }
}
@media (min-width: 1181px) {
  .sideDataArea .item:has(.linkWrap):hover {
    translate: 4px 4px;
    -webkit-filter: drop-shadow(0 0 0 #000);
            filter: drop-shadow(0 0 0 #000);
  }
  .sideDataArea .item:has(.linkWrap):hover .Img img {
    scale: 1.1;
  }
  .sideDataArea .item:has(.linkWrap):hover .Txt .title {
    color: #ff7f38;
  }
}
.sideDataArea .Img {
  border-radius: 24px;
  overflow: hidden;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: scale;
}
.sideDataArea .Txt {
  position: relative;
  margin-top: 1rem;
}
.sideDataArea .Txt .classTitle {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media (max-width: 1280px) {
  .sideDataArea .Txt .classTitle {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .sideDataArea .Txt .classTitle {
    font-size: 13px;
    margin-bottom: 0.25rem;
  }
}
.sideDataArea .Txt .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.875rem;
}
@media (max-width: 1280px) {
  .sideDataArea .Txt .title {
    font-size: 18px;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 375px) {
  .sideDataArea .Txt .title {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
}
.sideDataArea .Txt .date {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .sideDataArea .Txt .date {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .sideDataArea .Txt .date {
    font-size: 10px;
  }
}
.sideDataArea .Txt .text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 75px;
  overflow: hidden;
  margin-top: 0.5rem;
}
@media (max-width: 1280px) {
  .sideDataArea .Txt .text {
    font-size: 15px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .Txt .text {
    font-size: 14px;
    height: 65px;
  }
}
@media (max-width: 375px) {
  .sideDataArea .Txt .text {
    font-size: 14px;
  }
}
.sideDataArea .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*社群分享*/
.sideShare {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .sideShare {
    margin-bottom: 0.625rem;
  }
}
.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: #000000;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #000000;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 1181px) {
  .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;
  fill: #000000;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff !important;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  margin: 10px 5px;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
  content: "";
  border-style: solid;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #ff7f38 transparent transparent;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #ff7f38;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media (min-width: 1181px) {
  .slick-slider .slick-arrow:hover,
  .controlBox .slick-arrow:hover {
    background-color: #ff7f38 !important;
  }
  .slick-slider .slick-arrow:hover.slick-prev::before,
  .controlBox .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-slider .slick-arrow:hover.slick-next::before,
  .controlBox .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
  margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  background-color: #ff7f38;
  opacity: 1;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    background-color: #ff7f38;
    opacity: 1;
  }
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

/*img lazy load */
.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  -webkit-animation: imgLoading 0.9s ease infinite;
          animation: imgLoading 0.9s ease infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
  background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

/* lightgallery 圖片不被標題、選單遮擋 */
.lg-outer.lg-thumb-open .lg .lg-img-wrap {
  padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
  padding-top: 47px;
  padding-bottom: 38px;
}

/* scroll hint */
.scrollHint {
  width: 120px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  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;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.scrollHint.hide {
  opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
  -webkit-animation: scrollHorizontal 1.25s ease-out infinite;
          animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
  -webkit-animation: scrollVertical 1.25s ease-out infinite;
          animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
  position: relative;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/></svg>');
  width: 32px;
  height: 32px;
  -webkit-filter: invert(1);
          filter: invert(1);
  z-index: 2;
}
.scrollHint .scrollText {
  margin-top: 10px;
  color: #fff;
}

/* toast */
.toastMessageBox {
  position: fixed;
  z-index: 1005;
}
.toastMessageBox.top {
  top: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.top {
    top: 10px;
  }
}
.toastMessageBox.right {
  right: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.right {
    right: 10px;
  }
}
.toastMessageBox.bottom {
  bottom: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.bottom {
    bottom: 10px;
  }
}
.toastMessageBox.left {
  left: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.left {
    left: 10px;
  }
}
.toastMessageBox .toastMessage {
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toastMessageBox .toastMessageText i {
  font-size: 24px;
  margin-right: 10px;
}

.slideModuleBox.moduleBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  top: 0;
  background-color: rgba(209, 209, 209, 0.8);
}
@-webkit-keyframes modlueSildeLeftAnimation {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes modlueSildeLeftAnimation {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes modlueSildeTopAnimation {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes modlueSildeTopAnimation {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.slideModuleBox.moduleBox.show .moduleWrap {
  -webkit-animation: modlueSildeLeftAnimation 0.8s ease-in-out;
          animation: modlueSildeLeftAnimation 0.8s ease-in-out;
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox.show .moduleWrap {
    -webkit-animation: modlueSildeTopAnimation 0.8s ease-in-out;
            animation: modlueSildeTopAnimation 0.8s ease-in-out;
  }
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox {
    padding: 68px 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slideModuleBox.moduleBox .moduleClose {
  background: transparent;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  border: 1px solid #414141;
  right: 60px;
  top: 47px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleClose {
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.slideModuleBox.moduleBox .moduleClose::before, .slideModuleBox.moduleBox .moduleClose::after {
  background-color: #666666;
  width: 26px;
  margin-left: -12px;
}
.slideModuleBox.moduleBox .moduleClose:hover {
  background-color: #666666;
}
.slideModuleBox.moduleBox .moduleClose:hover::before, .slideModuleBox.moduleBox .moduleClose:hover::after {
  background-color: #fff;
}
.slideModuleBox.moduleBox .moduleWrap {
  max-width: 860px;
  height: 100%;
  -webkit-transform: none;
          transform: none;
  padding-top: 153px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleWrap {
    padding-top: 100px;
  }
}
.slideModuleBox.moduleBox .moduleContent {
  padding: 0 60px;
  padding-left: 77px;
}
@media (max-width: 960px) {
  .slideModuleBox.moduleBox .moduleContent {
    padding: 0 20px;
  }
}
.slideModuleBox.moduleBox .moduleContent .text {
  font-size: 17px;
  color: #888888;
  letter-spacing: 2.5px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleContent .text {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
.slideModuleBox.moduleBox .moduleTitle {
  text-align: left;
  font-size: 34px;
  font-weight: 500;
  color: #ffc733;
  padding-bottom: 13px;
}

#SDGsModule .moduleWrap {
  max-width: 960px;
  height: 100%;
  padding-right: 150px;
  padding-top: 152px;
}
@media (max-width: 1400px) {
  #SDGsModule .moduleWrap {
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  #SDGsModule .moduleWrap {
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleWrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#SDGsModule .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#SDGsModule .topBox::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #ff7f38;
  bottom: 0;
  left: auto;
}
#SDGsModule .topBox .line {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #e5e5e5;
  background-clip: content-box;
  padding: 0 36px;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .line {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .topBox .line {
    padding: 0 20px;
  }
}
#SDGsModule .topBox .classTitle {
  font-size: 15px;
  color: #ff7f38;
  padding-top: 23px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1.2px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .classTitle {
    padding-top: 0;
  }
}
#SDGsModule .topBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#SDGsModule .topBox .dateBox .date {
  font-size: 34px;
  font-weight: 500;
  color: #555555;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox .date {
    font-size: 24px;
  }
}
#SDGsModule .topBox .dateBox .year {
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 10px;
  padding-right: 30px;
  letter-spacing: 1.1px;
  position: relative;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox .year {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#SDGsModule .topBox .dateBox .year::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #c9c9c9;
  right: 10px;
  top: 6px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleClose {
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#SDGsModule .moduleContent {
  padding-left: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleContent {
    padding-bottom: 80px;
    padding-right: 0px;
  }
  #SDGsModule .moduleContent::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleContent {
    padding-left: 0px;
  }
}
#SDGsModule .moduleContent .moduleTitle {
  line-height: 1.5;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleContent .moduleTitle {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleContent .moduleTitle {
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  #SDGsModule .moduleContent .moduleTitle {
    padding-bottom: 40px;
  }
}
#SDGsModule .moduleContent .Img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}
#SDGsModule .moduleContent .Img img {
  width: 100%;
}
#SDGsModule .moduleContent .textEditor {
  font-size: 17px;
  color: #666666;
  letter-spacing: 1.1px;
}

.esg_slideMenuTrigger {
  width: 50px;
  height: 50px;
  border: solid 1px #000000;
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .esg_slideMenuTrigger {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .esg_slideMenuTrigger {
    width: 42px;
    height: 42px;
  }
}
.esg_slideMenuTrigger:hover {
  background-color: #000000;
}
.esg_slideMenuTrigger:hover .line::before, .esg_slideMenuTrigger:hover .line::after {
  background-color: #fff;
}
.esg_slideMenuTrigger .line {
  width: 50%;
  height: 2px;
  position: relative;
}
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
}
.esg_slideMenuTrigger .line::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.esg_slideMenuTrigger .line::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.esg_slideMenuArea {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  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;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
}
.esg_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;
}
.esg_slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.esg_slideMenuArea::-webkit-scrollbar-thumb {
  background: #ff7f38;
}
.esg_slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.esg_slideMenuArea.show .slideMenuLogo {
  -webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
.esg_slideMenuArea.show .menuBox {
  -webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea.show .menuBox {
    padding-bottom: 0px;
  }
}
.esg_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;
}
.esg_slideMenuArea .wrap {
  max-width: 1540px;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 20px;
}
.esg_slideMenuArea .esg_slideMenuTrigger .line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.esg_slideMenuArea .esg_slideMenuTrigger .line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.esg_slideMenuArea .headBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0 15px;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .headBox {
    padding-top: 20px;
  }
}
.esg_slideMenuArea .headBox .slideMenuLogo {
  width: auto;
  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;
}
.esg_slideMenuArea .headBox .slideMenuLogo img {
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1700px) {
  .esg_slideMenuArea .headBox .slideMenuLogo img {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .headBox .slideMenuLogo img {
    width: 120px;
  }
}
.esg_slideMenuArea .headBox .slideMenuLogo .title {
  color: #ffc733;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1700px) {
  .esg_slideMenuArea .headBox .slideMenuLogo .title {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .headBox .slideMenuLogo .title {
    font-size: 14px;
  }
}
.esg_slideMenuArea .headBox .slideMenuLogo .title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #ffc733;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1700px) {
  .esg_slideMenuArea .headBox .slideMenuLogo .title::before {
    left: 10px;
  }
}
.esg_slideMenuArea .contentBox {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 10px;
  overflow: auto;
}
.esg_slideMenuArea .contentBox::-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;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar-thumb {
  background: #ff7f38;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .contentBox {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-bottom: 20px;
    overflow: visible;
  }
}
.esg_slideMenuArea .menuBox {
  width: auto;
  position: relative;
  padding: 40px 280px 40px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox {
    padding: 0 0 25px;
  }
}
.esg_slideMenuArea .menuBox .slideMenu {
  width: 260px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 40px;
  margin-right: 20px;
  overflow: auto;
}
.esg_slideMenuArea .menuBox .slideMenu::-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;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar-thumb {
  background: #ff7f38;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}
.esg_slideMenuArea .menuBox .slideMenu::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.1);
  right: 280px;
  top: 80px;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu::before {
    content: normal;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu {
  display: block;
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  padding: 60px 20px 60px 60px;
  pointer-events: none;
  overflow: auto;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-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;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar-thumb {
  background: #ff7f38;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu {
    display: none;
    width: 100%;
    position: static;
    padding: 0;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::before {
  content: normal;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .wrap {
  padding: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu li {
  border-bottom: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu li a {
  display: block;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu li a {
    font-size: 15px;
    padding: 5px 0;
  }
}
@media (min-width: 1181px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu li a:hover {
    color: #ff7f38;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle {
  display: block;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle {
    font-size: 15px;
    padding: 5px 0;
  }
}
@media (min-width: 1181px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle:hover {
    color: #ff7f38;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle.hasItem.open::after {
  content: "-";
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle.hasItem::after {
  content: "+";
  position: absolute;
  right: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .thirdMenu {
  display: none;
  padding: 0 20px;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .thirdMenu .thirdMenuItem a {
  font-size: 13px;
  opacity: 0.8;
}
.esg_slideMenuArea .menuBox .slideMenu .slide {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: static;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide.active {
    padding-bottom: 20px;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .slide.active .submenu {
  opacity: 1;
  pointer-events: auto;
  -webkit-animation: textSlideRightAnimation 0.5s ease-in-out;
          animation: textSlideRightAnimation 0.5s ease-in-out;
}
.esg_slideMenuArea .menuBox .slideMenu .slide.noSubmenu .mainLink::after {
  content: normal;
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink {
  display: block;
  color: #ff7f38;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 30px 20px 24px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink {
    font-size: 16px;
    position: relative;
    padding: 10px 0;
  }
}
@media (min-width: 1181px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink:hover {
    color: #ff7f38;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::before, .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::after {
  content: normal;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::after {
    content: "+";
    position: absolute;
    right: 0;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink.open::after {
  content: "-";
}
.esg_slideMenuArea .imgBox {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .imgBox {
    display: none;
  }
}
.esg_slideMenuArea .imgBox img {
  display: none;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* google 搜尋相關 */
/* google 搜尋 輸入欄彈窗 */
.moduleBox.googleSearch .moduleWrap {
  max-width: 960px;
}
.moduleBox.googleSearch .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.googleSearch .gsc-input-box {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.moduleBox.googleSearch .gsc-search-button {
  height: 40px;
}

.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
  width: 60vw;
  height: 70vh;
  top: calc(50% - 35dvh);
  left: calc(50% - 30dvw);
}
@media (max-width: 1180px) {
  .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 80dvw;
    height: 90dvh;
    top: calc(50% - 45dvh);
    left: calc(50% - 40dvw);
  }
}
@media (max-width: 768px) {
  .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 100dvw;
    height: 100dvh;
    top: calc(50% - 50dvh);
    left: calc(50% - 50dvw);
  }
}

.afterLoading::before {
  opacity: 0;
}

.moduleQaptcha .resetButton {
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
/*# sourceMappingURL=master.css.map */