@charset "UTF-8";
@import url(../reset.css);
@import url(../textEditor.css);
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after, .esg_slideMenuTrigger, .slideModuleBox.moduleBox, .scrollHint, .controlBox .progressBar .progressLine, .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.news .infoBox .date, .sideDataArea.esg .infoBox .date, .sideDataArea.news .infoBox .classTitle, .sideDataArea.esg .infoBox .classTitle, .sideDataArea.news .item, .sideDataArea.esg .item, .albumArea .albumListNav .Img, .tab a, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .mainArea .contentBox.row .rightBox, .bookingArea .bookingCountDropDown .countBox .btnCount i, .bookingArea .bookingCountDropDown .countBox .btnCount, .privacyArea, footer .goTop span::before, footer .goTop span, .slideMenuArea .menuBox .nav .submenu .submenuItem a::before, .slideMenuArea .slideMenuLogo, .slideMenuTrigger, .marqueeBox .marqueeList a, .marqueeBox .marqueeTitle, header .logo, header::after, header, .languageBox .languageList, .loadingArea .loadLogo, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn::after, .btnBox .btn, button, a, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.6s cubic-bezier(0.78, 0, 0.22, 1);
}

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

@keyframes btnAni {
  20% {
    background-color: rgba(197, 163, 88, 0.3);
  }
  100% {
    transform: scale(1.3);
    background-color: transparent;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollHorizontal {
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 完美路徑描繪：配合 pathLength="100" 實現精準的從無到有慢慢勾勒 */
@keyframes drawEmblemLine {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* 控制內部填色的時機：畫完後填滿 */
@keyframes fillEmblemColor {
  0% {
    fill-opacity: 0;
    stroke-opacity: 1;
  }
  100% {
    fill-opacity: 1;
    stroke-opacity: 0;
  }
}
/* 文字由下往上浮現淡入 */
@keyframes revealText {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bodyAni {
  100% {
    opacity: 1;
  }
}
body {
  background-color: #f7f7f5;
  font-size: 16px;
  font-family: "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  opacity: 0;
  animation: bodyAni 0.3s ease-in-out forwards;
}
@media (max-width: 1180px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.overflow, body.disableScroll, body.loadingOverflow {
  overflow: hidden;
}
body:not(.WebSiteHomePage) .mainArea {
  position: relative;
  overflow-x: clip;
  background-color: #fff;
}
body:not(.WebSiteHomePage) .bannerArea::after {
  height: 40%;
}

body.errorPage .mainArea {
  width: 100%;
  min-height: calc(100vh - 300px);
  min-height: calc(100dvh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10vh 0;
}
body.errorPage .mainArea .top {
  color: #c5a358;
  margin: 0 auto;
  text-align: center;
}
body.errorPage .mainArea .errorTitle {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  body.errorPage .mainArea .errorTitle {
    font-size: 26px;
  }
}
body.errorPage .mainArea .errorCode {
  font-size: 50px;
}
@media (max-width: 1180px) {
  body.errorPage .mainArea .errorCode {
    font-size: 40px;
    display: block;
  }
}
body.errorPage .mainArea .errorText {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
body.errorPage .mainArea .errorText a {
  padding: 0 5px;
}
@media (max-width: 1180px) {
  body.errorPage .mainArea .errorText {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body.errorPage .mainArea .errorText {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    min-height: 50vh;
    /*以防有不支援dvh的瀏覽器*/
    min-height: 50dvh;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}

address {
  font-style: normal;
}

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

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: "Cormorant", "Noto Serif TC", serif, "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;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

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;
}
@media (max-width: 768px) {
  .titleBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .titleBox {
    margin-bottom: 20px;
  }
}
.titleBox .decoTitle {
  color: #202020;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 4px;
}
@media (max-width: 1400px) {
  .titleBox .decoTitle {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.titleBox .title {
  color: #3c3835;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 2.1px;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 1.8px;
  }
}
@media (max-width: 400px) {
  .titleBox .title {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 1.2px;
  }
}
.titleBox .subtitle {
  color: #c5a358;
  font-size: 32px;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1400px) {
  .titleBox .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 26px;
  }
}
.titleBox .text {
  color: #736d67;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.6px;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btnBox.flex.left {
  justify-content: flex-start;
}
.btnBox.flex.right {
  justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 278px;
  flex: 1;
}
@media (max-width: 540px) {
  .btnBox.flex {
    flex-direction: column;
  }
  .btnBox.flex .btn {
    width: 100%;
  }
  .btnBox.flex.left {
    align-items: flex-start;
  }
  .btnBox.flex.right {
    align-items: flex-end;
  }
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 278px;
}
@media (max-width: 320px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  position: relative;
  min-width: 278px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 20px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
.btnBox .btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 32px;
  height: auto;
  aspect-ratio: 90/123;
  -webkit-mask: url("../../images/tw/icon/logo.png") no-repeat center center/contain;
          mask: url("../../images/tw/icon/logo.png") no-repeat center center/contain;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: unset;
  right: 3px;
  bottom: unset;
  transform: translate(0, -30%);
  z-index: 1;
  translate: calc(100% + 3px) 0;
  will-change: transform;
  opacity: 0.4;
  pointer-events: none;
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (max-width: 1180px) {
  .btnBox .btn {
    padding: 10px;
    font-size: 15px;
  }
}
@media (max-width: 540px) {
  .btnBox .btn {
    padding: 8px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .btnBox .btn {
    min-width: unset;
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    letter-spacing: 6px;
  }
  .btnBox .btn:hover::after {
    translate: 0 0;
  }
}
.btnBox .btn.small {
  font-size: 14px;
  padding: 10px 15px;
}
.btnBox .btn.bgMain {
  background-color: #c5a358;
  border: 1px solid #c5a358;
  color: #fff;
}
.btnBox .btn.bgSecond {
  background-color: #202020;
  border: 1px solid #202020;
  color: #fff;
}
.btnBox .btn.bgGray {
  background-color: #6b6b6b;
  border: 1px solid #6b6b6b;
  color: #fff;
}
.btnBox .btn.colorMain {
  border: 1px solid #c5a358;
  color: #c5a358;
}
.btnBox .btn.colorMain::after {
  background-color: #c5a358;
}
.btnBox .btn.colorSecond {
  border: 1px solid #202020;
  color: #202020;
}
.btnBox .btn.colorSecond::after {
  background-color: #202020;
}
.btnBox .btn.colorWhite {
  border: 1px solid #fff;
  color: #fff;
}
.btnBox .btn.colorWhite::after {
  background-color: #fff;
}
.btnBox .btn.colorGray {
  border: 1px solid #adadad;
  color: #adadad;
}
.btnBox .btn.colorGray::after {
  background-color: #adadad;
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

/* 共用的樣式 END */
.outerWrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.outerWrap:not(:has(.bannerArea)):not(:has(.albumArea)) .mainArea {
  padding-top: 140px;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-bottom: calc(55px + env(safe-area-inset-bottom));
  }
  .outerWrap:not(:has(.bannerArea)):not(:has(.albumArea)) .mainArea {
    padding-top: 100px;
  }
}
@media (max-width: 400px) {
  .outerWrap:not(:has(.bannerArea)):not(:has(.albumArea)) .mainArea {
    padding-top: 90px;
  }
}

.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: 400px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) and (max-width: 1536px) {
  .wrap {
    max-width: 90vw;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #c5a358;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #c5a358;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .moduleBox .moduleClose:hover {
    background-color: #000;
  }
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 10px 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #c5a358;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1181px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #c5a358;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: rgb(220.664, 200.536, 156.136);
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: rgb(203.5733333333, 173.4266666667, 106.9266666667);
  transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 1181px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #c5a358;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox {
  /*洽詢車&購物車*/
}
.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: #c5a358;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #c5a358;
  border-bottom: 2px solid #d9d9d9;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #d9d9d9;
  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;
  backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #c5a358;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #c5a358;
    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 {
  /*訂單查詢*/
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox {
  /*搜尋*/
}
.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: #c5a358;
  color: #fff;
  display: block;
  font-size: 16px;
  flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1181px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox {
  /*提醒使用cookie彈窗*/
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #3c3835;
  transition: all 0.4s ease-in-out, clip-path 0.8s ease-in-out;
}
.loadingArea .loadLogo {
  opacity: 0;
  width: 187px;
  display: block;
  height: auto;
  aspect-ratio: 187/91;
  color: #c5a358;
}
.loadingArea .loadLogo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 400px) {
  .loadingArea .loadLogo {
    width: 170px;
  }
}
.loadingArea.show {
  pointer-events: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.loadingArea.show .loadLogo {
  opacity: 1;
  animation: loadingAni 0.3s forwards ease-in-out;
}
.loadingArea.hide {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.languageBox {
  position: relative;
  z-index: 2;
  margin: 0 21px 0 14px;
  font-size: 16px;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .languageBox {
    margin: 0 10px;
  }
}
@media (max-width: 1180px) {
  .languageBox {
    margin-left: auto;
  }
}
@media (max-width: 400px) {
  .languageBox {
    margin-right: 4px;
  }
}
.languageBox .languageCurrent {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #e7dbc7;
}
.languageBox .languageCurrent::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../../images/tw/icon/language.png") no-repeat center center/contain;
  pointer-events: none;
}
.languageBox .languageCurrent::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-right: 1px solid #e7dbc7;
  border-bottom: 1px solid #e7dbc7;
  transform: rotate(45deg);
  margin-bottom: 4px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .languageBox .languageCurrent {
    font-size: 15px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .languageBox .languageCurrent::before {
    width: 14px;
  }
  .languageBox .languageCurrent::after {
    width: 8px;
  }
}
@media (max-width: 400px) {
  .languageBox .languageCurrent {
    font-size: 14px;
  }
  .languageBox .languageCurrent::before {
    width: 12px;
  }
  .languageBox .languageCurrent::after {
    width: 6px;
  }
}
.languageBox .languageList {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(10px);
}
.languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 1181px) {
  .languageBox .languageList li a:hover {
    background-color: #c5a358;
    color: #fff;
  }
}
.languageBox .languageList li a.current {
  background-color: #c5a358;
  color: #fff;
}

.socialList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px 39px;
}
.socialList a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialList a[title=Facebook] {
  max-width: 8px;
}
.socialList a[title=Instagram] {
  max-width: 16px;
}
.socialList a[title=Youtube], .socialList a[title=Line], .socialList a[title=Threads] {
  max-width: 20px;
}
.socialList a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1181px) {
  .socialList a:hover {
    opacity: 0.6;
  }
}

/*header*/
header {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 20px;
  width: 100%;
  padding: 6px 0;
  z-index: 51;
}
header::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
header.scroll {
  top: 0;
}
header.scroll::after {
  top: 0;
  bottom: unset;
  height: 100%;
  transition-delay: 0.6s;
}
header.scroll .logo {
  width: 148px;
  transition-delay: 0s;
}
@media (max-width: 1180px) {
  header.scroll .logo {
    width: 130px;
  }
}
@media (max-width: 400px) {
  header.scroll .logo {
    width: 110px;
  }
}
header .wrap {
  position: relative;
  max-width: 1904px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media (max-width: 1400px) {
  header .wrap {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
header .logo {
  width: 158px;
  margin-left: 23px;
  transition-delay: 0.6s;
}
header .logo a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 187/91;
  color: #e7dbc7;
}
header .logo svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
header .logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1400px) {
  header .logo {
    margin-left: 0;
  }
}
@media (max-width: 1180px) {
  header .logo {
    width: 160px;
  }
}
@media (max-width: 400px) {
  header .logo {
    width: 140px;
  }
}
header .menuBox {
  margin-left: auto;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header {
  /*menu*/
}
header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 19px;
       column-gap: 19px;
}
@media (max-width: 1400px) {
  header .menu {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
header .menu > .menuItem {
  position: relative;
  display: inline-block;
}
header .menu > .menuItem a {
  color: #e7dbc7;
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
header .menu > .menuItem a.current {
  color: #c5a358;
}
@media (min-width: 1181px) {
  header .menu > .menuItem a:hover {
    color: #c5a358;
  }
}
@media (max-width: 1400px) {
  header .menu > .menuItem a {
    font-size: 15px;
  }
}
header .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  transform: translateX(-50%);
}
header .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
header .menu .submenu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
  color: #666;
  display: block;
  padding: 10px;
}
header .menu .submenu a.current {
  color: #fff;
  background-color: #c5a358;
}
@media (min-width: 1181px) {
  header .menu .submenu a:hover {
    color: #fff;
    background-color: #c5a358;
  }
}
header .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 20px;
}
header .menu .submenu.fullSubmenu {
  width: 100%;
  background-color: #f7f7f7;
  position: fixed;
  left: 0;
  top: 120px;
  transform: translateX(0);
}
header .menu .submenu.fullSubmenu .wrap {
  height: auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
}
header .menu .submenu.fullSubmenu ul {
  display: block;
}
header .menu .submenu.fullSubmenu a {
  background-color: transparent;
}
header .menu .submenu.fullSubmenu a.current {
  color: #c5a358;
}
@media (min-width: 1181px) {
  header .menu .submenu.fullSubmenu a:hover {
    color: #c5a358;
  }
}
header .menu .submenu.fullSubmenu .submenuItem {
  width: 100%;
  max-width: 220px;
  padding: 0 20px;
  text-align: left;
}
header .menu .submenu.fullSubmenu .submenuItemTitle {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
header .menu .submenu.twoLayers .submenuItem {
  position: relative;
}
header .menu .submenu.twoLayers .thirdMenu {
  width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
}
header .menu .submenu.twoLayers .thirdMenuItem {
  width: 100%;
}
header .marqueeBox .marqueeTitle {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.48px;
  font-weight: 600;
  color: #e7dbc7;
  background-color: #c5a358;
  padding: 16px 59px;
}
@media (min-width: 1181px) {
  header .marqueeBox .marqueeTitle:hover {
    background-color: #202020;
  }
}
header .marqueeBox .marqueeList {
  top: 100%;
}
@media (max-width: 1600px) {
  header .marqueeBox .marqueeTitle {
    padding: 14px 40px;
  }
}
@media (max-width: 1400px) {
  header .marqueeBox .marqueeTitle {
    font-size: 15px;
    padding: 12px 30px;
  }
}
@media (max-width: 1180px) {
  header .marqueeBox {
    display: none;
  }
}

.marqueeBox {
  position: relative;
}
.marqueeBox .marqueeTitle {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.marqueeBox .marqueeList {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #6b6b6b;
  z-index: 10;
}
.marqueeBox .marqueeList .item {
  width: 100%;
}
.marqueeBox .marqueeList .item:not(:last-child) {
  border-bottom: 1px solid #e7dbc7;
}
.marqueeBox .marqueeList a {
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.48px;
  color: #e7dbc7;
  text-align: center;
  padding: 16px 10px;
  height: auto;
}
@media (min-width: 1181px) {
  .marqueeBox .marqueeList a:hover {
    background-color: #202020;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  position: relative;
  width: 60px;
  height: auto;
  aspect-ratio: 1/0.5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.slideMenuTrigger .line {
  width: 100%;
  height: 1px;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #e7dbc7;
  transition: all 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e7dbc7;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  transform: translateY(-11px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  transform: translateY(11px);
}
.slideMenuTrigger.close .line, .slideMenuTrigger.show .line {
  background-color: transparent;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.show .line::before {
  top: 0;
  left: 0;
  transform: translateY(0) rotate(30deg);
}
.slideMenuTrigger.close .line::after, .slideMenuTrigger.show .line::after {
  bottom: 0;
  right: 0;
  transform: translateY(0) rotate(-30deg);
}
@media (min-width: 1181px) {
  .slideMenuTrigger.close:hover, .slideMenuTrigger.show:hover {
    background-color: transparent;
  }
  .slideMenuTrigger.close:hover .line::before, .slideMenuTrigger.show:hover .line::before {
    transform: translateY(0) rotate(30deg);
  }
  .slideMenuTrigger.close:hover .line::after, .slideMenuTrigger.show:hover .line::after {
    transform: translateY(0) rotate(-30deg);
  }
}
@media (min-width: 1181px) {
  .slideMenuTrigger:hover span {
    background-color: transparent;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #c5a358;
  }
  .slideMenuTrigger:hover span::before {
    transform: translateY(0) rotate(30deg);
  }
  .slideMenuTrigger:hover span::after {
    transform: translateY(0) rotate(-30deg);
  }
}
@media (max-width: 1180px) {
  .slideMenuTrigger {
    width: 50px;
  }
}
@media (max-width: 400px) {
  .slideMenuTrigger {
    width: 35px;
  }
}

.slideMenuArea {
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  padding-top: 26px;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  transition: all 0.9s cubic-bezier(0.78, 0, 0.22, 1);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::before, .slideMenuArea::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  scale: 1.1;
  transition: all 0.9s 0.3s ease-in-out;
}
.slideMenuArea::before {
  background: url("../../images/tw/menu_bg.jpg") center center/cover;
}
.slideMenuArea::after {
  background-color: rgba(25, 25, 25, 0.95);
}
.slideMenuArea.show {
  pointer-events: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slideMenuArea.show::before, .slideMenuArea.show::after {
  scale: 1;
}
.slideMenuArea.show .topBox {
  animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
@media (max-width: 840px) {
  .slideMenuArea {
    max-width: 100%;
  }
}
.slideMenuArea .wrap {
  max-width: 1896px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 30px;
}
@media (min-width: 1181px) {
  .slideMenuArea .wrap {
    row-gap: max(11.8%, 60px);
  }
}
@media (min-width: 1401px) {
  .slideMenuArea .wrap {
    padding-left: 70px;
  }
}
.slideMenuArea .topBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
}
@media (max-width: 1180px) {
  .slideMenuArea .topBox {
    flex-wrap: wrap;
    gap: 30px 10px;
  }
}
.slideMenuArea .slideMenuLogo {
  width: 158px;
}
.slideMenuArea .slideMenuLogo a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 187/91;
  color: #e7dbc7;
}
.slideMenuArea .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .slideMenuArea .slideMenuLogo {
    order: 1;
  }
}
@media (max-width: 400px) {
  .slideMenuArea .slideMenuLogo {
    width: 140px;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .slideMenuTrigger {
    order: 2;
  }
}
.slideMenuArea .outerLinkList {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px 20px;
}
.slideMenuArea .outerLinkList a {
  color: #e7dbc7;
  padding: 4px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.16px;
  text-align: center;
}
@media (min-width: 1181px) {
  .slideMenuArea .outerLinkList a:hover {
    color: #c5a358;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .outerLinkList {
    order: 3;
    flex-wrap: wrap;
    width: 100%;
    padding: 14px 0;
    border-top: 1px solid rgba(85, 85, 85, 0.5);
    border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  }
  .slideMenuArea .outerLinkList a {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .slideMenuArea .outerLinkList {
    flex-direction: column;
  }
}
.slideMenuArea .menuBox {
  width: 100%;
  flex: 1;
  min-height: 0;
  max-width: 1518px;
  margin: 0 auto;
}
.slideMenuArea .menuBox .menuWrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1424px;
  margin-left: auto;
}
.slideMenuArea .menuBox .menuTitle {
  font-size: 60px;
  line-height: 0.5;
  letter-spacing: 0px;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-weight: 600;
  color: #c5a358;
  margin-bottom: 33px;
}
@media (max-width: 1400px) {
  .slideMenuArea .menuBox .menuTitle {
    font-size: 55px;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .menuBox .menuTitle {
    display: none;
  }
}
.slideMenuArea .menuBox .nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 0 max(60px, 7%);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.slideMenuArea .menuBox .nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #555;
}
.slideMenuArea .menuBox .nav::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #555;
}
.slideMenuArea .menuBox .nav::-webkit-scrollbar-thumb {
  background: #c5a358;
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
  width: 100%;
  order: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.hasSubMenu a.mainLink {
  padding-right: 30px;
}
.slideMenuArea .menuBox .nav > .menuItem.hasSubMenu a.mainLink::before {
  content: "\f282";
  position: absolute;
  color: #929292;
  font-size: 14px;
  font-family: "bootstrap-icons";
  line-height: 1;
  right: 8px;
  top: calc(50% - 7px);
  z-index: 1;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.slideMenuArea .menuBox .nav > .menuItem.hasSubMenu.open a.mainLink::before {
  transform: rotate(180deg);
}
.slideMenuArea .menuBox .nav > .menuItem a {
  position: relative;
  display: block;
}
.slideMenuArea .menuBox .nav > .menuItem a.mainLink {
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  font-size: 22px;
  line-height: 2;
  letter-spacing: 1.1px;
  font-weight: 600;
  color: #e7dbc7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 16px 0;
}
.slideMenuArea .menuBox .nav > .menuItem a.mainLink::after {
  content: attr(data-text);
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  pointer-events: none;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
  color: #c5a358;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav > .menuItem a:hover {
    color: #c5a358;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  display: none;
  margin: 28px 0 18px 30px;
  width: 100%;
  text-align: left;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  display: block;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem:not(:last-child) {
  margin-bottom: 16px;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  position: relative;
  color: #e7dbc7;
  font-weight: 600;
  padding: 6px 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.36px;
  opacity: 0.8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a::before {
  content: "";
  position: relative;
  display: inline-block;
  background-color: #c5a358;
  width: 0;
  height: 1px;
  margin-right: 0;
  pointer-events: none;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #c5a358;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current::before {
  width: 9px;
  margin-right: 10px;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #c5a358;
  }
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover::before {
    width: 9px;
    margin-right: 10px;
  }
}
@media (max-width: 1400px) {
  .slideMenuArea .menuBox .nav {
    gap: 0 60px;
  }
  .slideMenuArea .menuBox .nav > .menuItem a.mainLink {
    font-size: 20px;
    -moz-column-gap: 14px;
         column-gap: 14px;
    padding: 12px 0;
  }
  .slideMenuArea .menuBox .nav > .menuItem a.mainLink::after {
    font-size: 18px;
  }
  .slideMenuArea .menuBox .nav .submenu {
    margin: 0 0 0 30px;
  }
  .slideMenuArea .menuBox .nav .submenu .submenuItem:first-child {
    margin-top: 20px;
  }
  .slideMenuArea .menuBox .nav .submenu .submenuItem:last-child {
    margin-bottom: 14px;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .menuBox .nav {
    gap: 0 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .slideMenuArea .menuBox .nav {
    gap: 0 30px;
  }
  .slideMenuArea .menuBox .nav > .menuItem a.mainLink {
    font-size: 18px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .slideMenuArea .menuBox .nav > .menuItem a.mainLink::after {
    font-size: 16px;
  }
  .slideMenuArea .menuBox .nav .submenu {
    margin: 0 0 0 30px;
  }
  .slideMenuArea .menuBox .nav .submenu .submenuItem:first-child {
    margin-top: 20px;
  }
  .slideMenuArea .menuBox .nav .submenu .submenuItem:last-child {
    margin-bottom: 14px;
  }
  .slideMenuArea .menuBox .nav .submenu .submenuItem a {
    font-size: 15px;
    padding: 4px;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .menuBox .nav {
    grid-template-columns: repeat(1, 1fr);
    padding-right: 10px;
  }
  .slideMenuArea .menuBox .nav > .menuItem a.mainLink {
    padding: 6px 0;
  }
  .slideMenuArea .menuBox .nav .submenu {
    margin: 0 0 0 10px;
  }
  .slideMenuArea .menuBox .nav .submenu .submenuItem:first-child {
    margin-top: 10px;
  }
  .slideMenuArea .menuBox .nav .submenu .submenuItem:last-child {
    margin-bottom: 10px;
  }
  .slideMenuArea .menuBox .nav .submenu .submenuItem a {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .slideMenuArea .menuBox .nav > .menuItem a.mainLink {
    flex-direction: column;
    align-items: flex-start;
  }
}

.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s 0.4s ease-in-out;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.bannerArea::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(19, 16, 16, 0) 0%, rgba(19, 16, 16, 0.7) 100%);
  top: 0;
  left: 0;
  pointer-events: none;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: max(100px, 7.8%) 50px;
}
@media (max-width: 1400px) {
  .bannerArea .Txt {
    padding: max(100px, 7.8%) 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .Txt {
    padding: 100px 30px 30px;
  }
}
@media (max-width: 400px) {
  .bannerArea .Txt {
    padding: 90px 20px 20px;
  }
}
.bannerArea .Txt .titleBox {
  margin-bottom: 0;
  text-shadow: 0 0 10px #000;
}
.bannerArea .Txt .titleBox .title,
.bannerArea .Txt .titleBox .subtitle,
.bannerArea .Txt .titleBox .text {
  color: #fff;
}
.bannerArea .Txt .titleBox .title {
  font-size: 42px;
}
@media (max-width: 1180px) {
  .bannerArea .Txt .titleBox .title {
    font-size: 38px;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt .titleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .bannerArea .Txt .titleBox .title {
    font-size: 30px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .Txt .titleBox .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  .bannerArea .Txt .titleBox .subtitle {
    font-size: 24px;
  }
}
.bannerArea .Txt .titleBox .text {
  margin-top: 10px;
}
.bannerArea .Img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.bannerArea .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1181px) {
  .bannerArea .Img {
    height: auto;
    aspect-ratio: 1920/730;
  }
}
@media (max-width: 1180px) {
  .bannerArea .Img {
    height: 450px;
  }
}
@media (max-width: 640px) {
  .bannerArea .Img {
    height: 400px;
  }
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*footer*/
footer {
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
footer::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  background: url("../../images/tw/footer_bg.jpg") no-repeat center center/cover;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
footer {
  padding-top: 68px;
  padding-bottom: 36px;
  overflow-x: clip;
}
footer .wrap {
  max-width: 1640px;
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 54px;
}
@media (min-width: 1181px) {
  footer .wrap {
    padding-right: 80px;
    padding-left: 80px;
    max-width: 1712px;
  }
}
@media (max-width: 1180px) {
  footer .wrap {
    row-gap: 30px;
    max-width: 800px;
  }
}
footer .footerLogo {
  width: 100%;
  margin-bottom: 3px;
}
footer .footerLogo a {
  margin: 0 auto;
  max-width: 112px;
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
footer .footerContactBox {
  width: 50%;
  padding: 0 max(6.3%, 60px) 0 max(9.7%, 60px);
}
footer .footerContactBox .footerContactWrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .footerContactBox .contactTitle {
  font-size: 22px;
  line-height: 1.3636363636;
  letter-spacing: 0.88px;
  font-weight: bold;
  color: #c5a358;
  margin-bottom: 26px;
}
footer .footerContactBox .sideContactInfo .infoList {
  align-items: flex-start;
}
footer .footerContactBox .sideContactInfo .infoText::after {
  background-color: #e8dcc8;
}
footer .footerContactBox .sideContactInfo a {
  color: #e8dcc8;
}
@media (min-width: 1181px) {
  footer .footerContactBox .sideContactInfo a:hover {
    color: #c5a358;
  }
}
footer .footerContactBox .contactList {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  row-gap: 10px;
}
footer .footerContactBox .contactList a {
  color: #e8dcc8;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  border-bottom: 1px solid #e8dcc8;
}
@media (min-width: 1181px) {
  footer .footerContactBox .contactList a:hover {
    color: #c5a358;
    border-color: #c5a358;
  }
}
footer .footerContactBox .socialList {
  margin-top: 24px;
  justify-content: flex-start;
}
@media (min-width: 401px) {
  footer .footerContactBox .contactList li + li {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
  }
  footer .footerContactBox .contactList li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #e8dcc8;
    pointer-events: none;
  }
}
@media (max-width: 1180px) {
  footer .footerContactBox {
    width: 100%;
    padding: 0;
  }
  footer .footerContactBox .footerContactWrap {
    width: 100%;
  }
  footer .footerContactBox .contactTitle {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
  footer .footerContactBox .sideContactInfo .infoList {
    align-items: center;
  }
  footer .footerContactBox .sideContactInfo li {
    text-align: center;
  }
  footer .footerContactBox .contactList {
    justify-content: center;
  }
  footer .footerContactBox .socialList {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  footer .footerContactBox .contactList {
    flex-direction: column;
  }
}
footer .footerMarkerBox {
  position: relative;
  width: 50%;
  padding: 0 max(6.3%, 60px);
}
footer .footerMarkerBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: rgba(231, 219, 199, 0.5);
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
footer .footerMarkerBox.is-active::after {
  height: 100%;
}
footer .footerMarkerBox .markerTitle {
  font-size: 22px;
  line-height: 1.3636363636;
  letter-spacing: 0.88px;
  font-weight: bold;
  color: #c5a358;
  margin-bottom: 22px;
}
footer .footerMarkerBox .markerList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px 38px;
}
footer .footerMarkerBox span,
footer .footerMarkerBox a {
  display: inline-block;
  font-weight: 600;
  color: #e7dbc7;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.45px;
}
@media (min-width: 1181px) {
  footer .footerMarkerBox a:hover {
    color: #c5a358;
  }
}
@media (max-width: 1180px) {
  footer .footerMarkerBox {
    width: 100%;
    padding: 30px 0 0;
  }
  footer .footerMarkerBox::after {
    width: 0;
    height: 1px !important;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .footerMarkerBox.is-active::after {
    width: 100%;
  }
  footer .footerMarkerBox .footerMarkerWrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  footer .footerMarkerBox .markerTitle {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
  footer .footerMarkerBox .markerList {
    gap: 8px 30px;
    justify-content: center;
  }
}
footer .copyrightBox {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #e8dcc8;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 1.26px;
  padding-top: 33px;
  margin-top: 4px;
}
footer .copyrightBox::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: rgba(232, 220, 200, 0.5);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
footer .copyrightBox.is-active::after {
  width: 100%;
}
footer .copyrightBox .ibestLink a {
  color: #e8dcc8;
}
@media (min-width: 1181px) {
  footer .copyrightBox .ibestLink a:hover {
    color: #c5a358;
  }
}
@media (max-width: 1180px) {
  footer .copyrightBox {
    padding-top: 30px;
    margin-top: 0;
  }
}
footer .goTop {
  position: absolute;
  top: unset;
  left: unset;
  right: 1.9%;
  bottom: 42px;
  transform: translate(0, 0);
  z-index: 1;
  width: 75px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #c5a358;
}
footer .goTop span {
  color: #c5a358;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer .goTop span::before {
  content: "";
  position: relative;
  width: 15px;
  height: 29px;
  -webkit-mask: url("../../images/tw/icon/arrow.png") no-repeat center center/contain;
          mask: url("../../images/tw/icon/arrow.png") no-repeat center center/contain;
  background-color: #c5a358;
  transform: rotate(-90deg);
  pointer-events: none;
}
@media (min-width: 1181px) {
  footer .goTop:hover {
    background-color: #c5a358;
  }
  footer .goTop:hover span {
    color: #fff;
  }
  footer .goTop:hover span::before {
    background-color: #fff;
  }
}
@media (max-width: 1800px) {
  footer .goTop {
    right: 5px;
    bottom: 58px;
  }
}
@media (max-width: 1180px) {
  footer .goTop {
    display: none;
  }
}

.privacyArea {
  width: calc(100% - 20px);
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  position: fixed;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
  z-index: 50;
  transform: translateY(calc(100% + 10px));
}
.privacyArea.show {
  transform: translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  transform: translateY(calc(100% + 10px));
}
.privacyArea .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #c5a358;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #c5a358;
  }
}
.privacyArea .btnBox {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #6b6b6b;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: flex;
}
.fixedQuickLink li {
  flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fixedQuickLink a,
.fixedQuickLink button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 3px;
  height: 55px;
  color: #fff;
}
.fixedQuickLink span {
  font-family: "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-size: 14px;
}
.fixedQuickLink .marqueeBox .marqueeTitle {
  background-color: #c5a358;
}
.fixedQuickLink .marqueeBox .marqueeList {
  bottom: 100%;
}
.fixedQuickLink .marqueeBox a {
  font-size: 14px;
}

/*後台預覽模式 系統預設，非必要請勿刪除*/
.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: 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: #c5a358;
  }
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 1440px) {
  .bookingArea .title {
    flex: 2;
  }
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  align-items: center;
  display: flex;
  flex: 6;
  padding: 20px;
  gap: 12px;
}
@media (max-width: 768px) {
  .bookingArea .bookingList {
    padding: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .bookingArea .bookingList {
    flex: 1;
    flex-direction: column;
    margin-bottom: 12px;
  }
}
@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 .dateRange,
.bookingArea .bookingCount {
  align-items: center;
  display: flex;
  gap: 24px;
}
@media (max-width: 640px) {
  .bookingArea .dateRange,
  .bookingArea .bookingCount {
    width: 100%;
  }
}
.bookingArea .bookingDate {
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .bookingArea .bookingDate {
    flex: 1;
  }
}
.bookingArea .bookingCount {
  position: relative;
  height: 45px;
  min-height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  cursor: pointer;
}
.bookingArea .bookingCount::after {
  content: "";
  position: absolute;
  content: "\f107";
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
  pointer-events: none;
}
.bookingArea .bookingCountDropDown {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 24px);
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  z-index: 5;
}
.bookingArea .bookingCountDropDown .bookingCountItems {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bookingArea .bookingCountDropDown .bookingCountItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bookingArea .bookingCountDropDown .countBox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bookingArea .bookingCountDropDown .countBox .countNum {
  padding: 0 24px;
}
.bookingArea .bookingCountDropDown .countBox .btnCount {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookingArea .bookingCountDropDown .countBox .btnCount i {
  color: currentColor;
}
@media (min-width: 1181px) {
  .bookingArea .bookingCountDropDown .countBox .btnCount:hover {
    color: #fff;
    background-color: #c5a358;
  }
}
.bookingArea .btnBox {
  flex: 3;
  margin: 0;
}
@media (max-width: 1440px) {
  .bookingArea .btnBox {
    flex: 2;
  }
}
.bookingArea .btnBox .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #c5a358;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2rem;
}
@media (min-width: 1181px) {
  .bookingArea .btnBox .btn:hover {
    background-color: #c5a358;
  }
}
@media (max-width: 960px) {
  .bookingArea .btnBox {
    flex: 1;
  }
  .bookingArea .btnBox button {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
}

/*********內頁**********/
.mainArea {
  padding-bottom: 100px;
}
.mainArea .contentBox {
  clear: both;
}
.mainArea .contentBox.row {
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.mainArea .contentBox.row .leftBox {
  width: 280px;
  z-index: 6;
  flex-shrink: 0;
}
.mainArea .contentBox.row .rightBox {
  width: calc(100% - 280px);
  padding-left: 80px;
}
.mainArea .contentBox.row .rightBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .mainArea .contentBox.row .leftBox {
    width: 240px;
  }
  .mainArea .contentBox.row .rightBox {
    width: calc(100% - 240px);
    padding-left: 60px;
  }
}
@media (max-width: 1180px) {
  .mainArea .contentBox.row {
    flex-direction: column;
    row-gap: 40px;
  }
  .mainArea .contentBox.row .leftBox,
  .mainArea .contentBox.row .rightBox {
    width: 100%;
  }
  .mainArea .contentBox.row .rightBox {
    padding: 0;
    border: none;
  }
}
@media (max-width: 400px) {
  .mainArea .contentBox.row {
    row-gap: 30px;
  }
}
@media (max-width: 1180px) {
  .mainArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

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

/*文章標題*/
.articleTitle {
  position: relative;
  color: #3c3835;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 14px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.articleTitle::after {
  content: "";
  position: absolute;
  background-color: #c5a358;
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.articleTitle a,
.articleTitle span {
  display: inline-block;
}
.articleTitle a {
  font-size: 18px;
  background-color: #c5a358;
  color: #fff;
  padding: 5px 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.articleTitle a::after {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  pointer-events: none;
}
@media (min-width: 1181px) {
  .articleTitle a:hover {
    background-color: #3c3835;
  }
}
@media (max-width: 1180px) {
  .articleTitle {
    font-size: 26px;
  }
  .articleTitle a {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .articleTitle {
    font-size: 24px;
  }
  .articleTitle a {
    padding: 4px 12px;
  }
  .articleTitle a::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}
@media (max-width: 400px) {
  .articleTitle {
    font-size: 22px;
  }
  .articleTitle a {
    font-size: 14px;
  }
}

/*側邊標題字*/
.sectionTitle {
  color: #c5a358;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding: 15px 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.sectionTitle:before, .sectionTitle:after {
  content: "";
  width: auto;
  height: 1px;
  background-color: #c5a358;
  display: inline-block;
  flex-grow: 1;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sectionTitle {
    font-size: 20px;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}

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

.classNote {
  padding: 20px 0;
}
.classNote.thankInfo {
  margin-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
@media (max-width: 1180px) {
  .classBox {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.classBox .classCurrent {
  color: #c5a358;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
  border-bottom: 1px solid #c5a358;
}
.classBox .classCurrent::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  border-right: 1px solid #c5a358;
  border-bottom: 1px solid #c5a358;
  transform: rotate(45deg);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.classBox .classCurrent.open::before {
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  margin-bottom: 30px;
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    position: relative;
    display: block;
    border-bottom: 1px solid #cacaca;
    color: #7b7b7b;
    font-weight: 600;
    padding: 17px 24px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    transition: all 0.6s cubic-bezier(0.78, 0, 0.22, 1);
  }
  .classBoxRow .classLink a::after,
  .classBoxRow .classLink span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #c5a358;
    left: 0;
    bottom: -1px;
    background-color: #c5a358;
    transition: all 0.6s cubic-bezier(0.78, 0, 0.22, 1);
    pointer-events: none;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    color: #c5a358;
  }
  .classBoxRow .classLink a.current::after,
  .classBoxRow .classLink span.current::after {
    width: 100%;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    color: #c5a358;
  }
  .classBoxRow .classLink a:hover::after,
  .classBoxRow .classLink span:hover::after {
    width: 100%;
  }
}

@media (min-width: 1181px) {
  .classBoxColumn .classLink > li:not(:last-child) {
    margin-bottom: 7px;
  }
  .classBoxColumn .classLink > li > a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .classBoxColumn .classLink > li > a::after {
    content: "";
    position: relative;
    max-width: 106px;
    width: auto;
    height: 1px;
    background-color: #c5a358;
    transition: all 0.6s ease-in-out;
    pointer-events: none;
  }
  .classBoxColumn .classLink > li > a.current::after {
    flex-grow: 1;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink .linkHasItems {
    padding-right: 20px;
  }
  .classBoxColumn .classLink .linkHasItems::before {
    content: "\f282";
    position: absolute;
    color: #929292;
    font-size: 14px;
    font-family: "bootstrap-icons";
    line-height: 1;
    right: 4px;
    top: calc(50% - 7px);
    z-index: 1;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  .classBoxColumn .classLink .linkHasItems + ul {
    padding: 10px 0;
  }
  .classBoxColumn .classLink .linkHasItems + ul > li a {
    padding-left: 18px;
    font-size: 16px;
  }
  .classBoxColumn .classLink .linkHasItems + ul > li ul {
    padding: 5px 0;
  }
  .classBoxColumn .classLink .linkHasItems + ul > li ul a {
    padding-left: 34px;
  }
  .classBoxColumn .classLink .linkHasItems.open {
    color: #c5a358;
  }
  .classBoxColumn .classLink .linkHasItems.open::before {
    transform: rotate(180deg);
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li {
    animation: aniSlideDown 0.5s 0.3s ease-out both;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before {
    color: #3c3835;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover span {
    color: #3c3835;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a.open::before {
    color: #c5a358;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li a.open span {
    color: #c5a358 !important;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover::before {
    border-color: #3c3835;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover span {
    color: #3c3835;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current::before {
    border-color: #c5a358;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current span {
    color: #c5a358;
  }
  .classBoxColumn .classLink a {
    position: relative;
    display: block;
    color: #929292;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.8px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink a:hover {
    color: #c5a358;
  }
  .classBoxColumn .classLink a:hover::before {
    color: #c5a358;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink a.current {
    color: #c5a358;
  }
  .classBoxColumn .classLink a.current::before {
    color: #c5a358;
  }
}

@media (max-width: 1180px) {
  .classBoxRow .classLink,
  .classBoxColumn .classLink {
    width: 100%;
    max-height: 65dvh;
    background-color: #fff;
    overflow-y: auto;
  }
  .classBoxRow .classLink::-webkit-scrollbar-track,
  .classBoxColumn .classLink::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .classBoxRow .classLink::-webkit-scrollbar,
  .classBoxColumn .classLink::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
  }
  .classBoxRow .classLink::-webkit-scrollbar-thumb,
  .classBoxColumn .classLink::-webkit-scrollbar-thumb {
    background: #c5a358;
  }
  .classBoxRow .classLink,
  .classBoxColumn .classLink {
    max-height: 80dvh;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;
  }
  .classBoxRow .classLink.open,
  .classBoxColumn .classLink.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .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 {
    color: #c5a358;
  }
  .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 > li ul a,
  .classBoxRow .classLink > li ul span,
  .classBoxRow .classLink > li .dataList a,
  .classBoxRow .classLink > li .dataList span,
  .classBoxRow .classLink .classItem ul a,
  .classBoxRow .classLink .classItem ul span,
  .classBoxRow .classLink .classItem .dataList a,
  .classBoxRow .classLink .classItem .dataList span,
  .classBoxColumn .classLink > li ul a,
  .classBoxColumn .classLink > li ul span,
  .classBoxColumn .classLink > li .dataList a,
  .classBoxColumn .classLink > li .dataList span,
  .classBoxColumn .classLink .classItem ul a,
  .classBoxColumn .classLink .classItem ul span,
  .classBoxColumn .classLink .classItem .dataList a,
  .classBoxColumn .classLink .classItem .dataList span {
    padding: 8px 30px 8px 34px;
  }
  .classBoxRow .classLink > li ul a::after,
  .classBoxRow .classLink > li ul span::after,
  .classBoxRow .classLink > li .dataList a::after,
  .classBoxRow .classLink > li .dataList span::after,
  .classBoxRow .classLink .classItem ul a::after,
  .classBoxRow .classLink .classItem ul span::after,
  .classBoxRow .classLink .classItem .dataList a::after,
  .classBoxRow .classLink .classItem .dataList span::after,
  .classBoxColumn .classLink > li ul a::after,
  .classBoxColumn .classLink > li ul span::after,
  .classBoxColumn .classLink > li .dataList a::after,
  .classBoxColumn .classLink > li .dataList span::after,
  .classBoxColumn .classLink .classItem ul a::after,
  .classBoxColumn .classLink .classItem ul span::after,
  .classBoxColumn .classLink .classItem .dataList a::after,
  .classBoxColumn .classLink .classItem .dataList span::after {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    position: relative;
    color: #202020;
    background-color: #fff;
    display: block;
    padding: 10px 30px 10px 20px;
  }
  .classBoxRow .classLink a.linkHasItems::before,
  .classBoxRow .classLink span.linkHasItems::before,
  .classBoxColumn .classLink a.linkHasItems::before,
  .classBoxColumn .classLink span.linkHasItems::before {
    content: "\f282";
    position: absolute;
    color: #929292;
    font-size: 12px;
    font-family: "bootstrap-icons";
    line-height: 1;
    right: 13px;
    top: calc(50% - 7px);
    z-index: 1;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  .classBoxRow .classLink a::after,
  .classBoxRow .classLink span::after,
  .classBoxColumn .classLink a::after,
  .classBoxColumn .classLink span::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #c5a358;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current,
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    color: #c5a358;
  }
  .classBoxRow .classLink a.current::after,
  .classBoxRow .classLink span.current::after,
  .classBoxColumn .classLink a.current::after,
  .classBoxColumn .classLink span.current::after {
    height: 100%;
  }
}

/*頁碼*/
.pageBox .pageList {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1180px) {
  .pageBox .pageList {
    padding: 30px 0;
  }
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .pageBox .pageList a:hover {
    border: 1px solid #c5a358;
    background-color: #c5a358;
    color: #fff;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBox .pageList.number {
  margin-top: 40px;
  justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
  border: none;
}
.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;
  border: none;
  padding: 5px 10px;
  margin: 0;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
    background-color: transparent;
    color: #c5a358;
  }
}
.pageBox .pageList.number a.current {
  border: 1px solid #c5a358;
  background-color: #c5a358;
  color: #fff;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1180px) {
  .pageBox .pageList.number .pageNumberBtnBox {
    display: none;
  }
}
.pageBox .pageList.number .pageNumberSelect {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #736d67;
  display: block;
  font-size: 15px;
}
@media (min-width: 1180px) {
  .pageBox .pageList.number .pageNumberSelect {
    display: none;
  }
}
@media (max-width: 768px) {
  .pageBox .pageList.number {
    margin-top: 30px;
  }
}
.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 {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext {
    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 {
  position: relative;
  z-index: 2;
}
.tagBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.tagBox.underline li {
  display: inline-block;
}
.tagBox.underline a {
  position: relative;
  display: block;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 20px 47px;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  transition: all 0.6s cubic-bezier(0.78, 0, 0.22, 1);
}
.tagBox.underline a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #c5a358;
  left: 0;
  bottom: -1px;
  background-color: #c5a358;
  transition: all 0.6s cubic-bezier(0.78, 0, 0.22, 1);
  pointer-events: none;
}
.tagBox.underline a.current {
  color: #c5a358;
}
.tagBox.underline a.current::after {
  width: 100%;
}
@media (min-width: 1181px) {
  .tagBox.underline a:hover {
    color: #c5a358;
  }
  .tagBox.underline a:hover::after {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .tagBox.underline a {
    padding: 16px 40px;
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .tagBox.underline a {
    padding: 14px 30px;
  }
}
@media (max-width: 840px) {
  .tagBox.underline a {
    padding: 12px 24px;
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .tagBox.underline a {
    font-size: 16px;
  }
}
.tagBox.cube {
  margin-bottom: 50px;
}
.tagBox.cube ul {
  gap: 10px 20px;
}
.tagBox.cube li {
  display: inline-block;
}
.tagBox.cube a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 5px 10px;
  border: 1px solid #c5a358;
  font-size: 16px;
  color: #c5a358;
}
@media (min-width: 1181px) {
  .tagBox.cube a:hover {
    color: #fff;
    background-color: #c5a358;
  }
}
.tagBox.cube a.current {
  color: #fff;
  background-color: #c5a358;
}
.tagBox.cube a.current:before {
  content: "\f62a";
  margin-right: 5px;
  font-family: "bootstrap-icons";
}
@media (max-width: 1180px) {
  .tagBox.cube {
    margin-bottom: 30px;
  }
  .tagBox.cube ul {
    gap: 6px 14px;
  }
  .tagBox.cube a {
    font-size: 15px;
    padding: 4px 8px;
  }
}

/*頁籤*/
.tab {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
}
.tab .tabItem {
  flex: 1;
}
.tab.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.tab.grid .tabItem {
  flex: none;
  width: 100%;
}
.tab a {
  position: relative;
  display: block;
  border: 1px solid #d9d9d9;
  color: #736d67;
  padding: 16px;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
@media (min-width: 1181px) {
  .tab a:hover {
    color: #3c3835;
    border-color: #3c3835;
  }
}
.tab a.current {
  color: #c5a358;
  border-color: #c5a358;
}
@media (max-width: 1180px) {
  .tab a {
    padding: 12px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tab {
    gap: 8px;
  }
  .tab a {
    padding: 8px;
    font-size: 15px;
  }
}
@media (max-width: 540px) {
  .tab.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .tab {
    gap: 4px;
  }
  .tab a {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .tab a {
    font-size: 13px;
  }
}

/*頁籤內容*/
.tabContent {
  margin-top: 20px;
}
.tabContent .tabContentItem {
  display: none;
}

/*相簿*/
.albumArea {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.albumArea::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(19, 16, 16, 0) 0%, rgba(19, 16, 16, 0.7) 100%);
  top: 0;
  left: 0;
  pointer-events: none;
}
.albumArea .albumBox {
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .albumArea .albumBox::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #050303 0%, rgba(5, 3, 3, 0) 100%);
    opacity: 0.6;
    pointer-events: none;
  }
}
.albumArea .albumList .albumItem {
  cursor: pointer;
}
.albumArea .albumList .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumArea .albumListMain {
  margin: 0 !important;
}
.albumArea .albumListMain .slick-dots {
  z-index: 1;
  bottom: 10px;
}
.albumArea .albumListMain .slick-dots li {
  margin: 0;
}
.albumArea .albumListMain .slick-dots li button::before {
  color: #fff;
}
.albumArea .albumListMain .slick-dots li.slick-active button::before {
  color: #c5a358;
}
.albumArea .albumListMain .Img {
  aspect-ratio: 1920/730;
}
@media (max-width: 768px) {
  .albumArea .albumListMain .Img {
    aspect-ratio: 16/9;
  }
}
.albumArea .albumListNav {
  position: absolute;
  top: unset;
  left: 46px;
  right: unset;
  bottom: 22px;
  transform: translate(0, 0);
  z-index: 1;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 528px;
  padding: 11px 40px;
  background-color: rgba(22, 21, 21, 0.3);
  border: 1px solid #fff;
}
.albumArea .albumListNav.is-few {
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 11px;
}
.albumArea .albumListNav.is-few .slick-list,
.albumArea .albumListNav.is-few .slick-track {
  width: auto !important;
  transform: none !important;
}
.albumArea .albumListNav .slick-track {
  margin: 0 !important;
}
.albumArea .albumListNav .albumItem {
  padding: 0 6px;
  width: 112px !important;
}
.albumArea .albumListNav .albumItem.current .Img {
  opacity: 1;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.albumArea .albumListNav .Img {
  width: 100px !important;
  height: 77px !important;
  border: 1px solid #fff;
  opacity: 0.5;
}
.albumArea .albumListNav .slick-arrow {
  position: absolute;
  top: 50%;
  left: unset;
  right: unset;
  bottom: unset;
  transform: translate(0, -50%);
  z-index: 3;
  cursor: pointer;
  font-size: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.albumArea .albumListNav .slick-arrow::before {
  content: "";
}
.albumArea .albumListNav .slick-arrow::before {
  content: "\f285";
  position: absolute;
  font-family: "bootstrap-icons";
  color: #fff;
  opacity: 1;
  -webkit-mask: none;
          mask: none;
  background-color: transparent !important;
  pointer-events: none;
}
.albumArea .albumListNav .slick-arrow.slick-prev {
  left: 10px;
}
.albumArea .albumListNav .slick-arrow.slick-next {
  right: 10px;
}
.albumArea .albumListNav .slick-arrow.slick-hidden {
  display: none;
}
@media (max-width: 1180px) {
  .albumArea .albumListNav {
    display: none;
  }
}
.albumArea .backBtn {
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  bottom: unset;
  transform: translate(0, -50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  writing-mode: vertical-lr;
  background-color: #c5a358;
  padding: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 3px;
}
.albumArea .backBtn::after {
  content: "";
  position: absolute;
  width: 68%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 1181px) {
  .albumArea .backBtn:hover {
    background-color: #202020;
  }
}
@media (max-width: 1400px) {
  .albumArea .backBtn {
    font-size: 14px;
    padding: 12px;
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .albumArea .backBtn::after {
    top: 38px;
  }
}
@media (max-width: 1180px) {
  .albumArea .backBtn {
    display: none;
  }
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}

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

/*側邊_聯絡資訊*/
.sideContactInfo .infoList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 6px;
  text-align: center;
}
.sideContactInfo li {
  text-align: left;
  color: #e8dcc8;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1.2px;
}
.sideContactInfo .infoText::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #3c3835;
  margin-left: 8px;
  margin-right: 4px;
  pointer-events: none;
}
.sideContactInfo a,
.sideContactInfo span {
  display: inline-flex;
  align-items: center;
}
.sideContactInfo a {
  color: #3c3835;
}
@media (min-width: 1181px) {
  .sideContactInfo a:hover {
    color: #c5a358;
  }
}

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

/*對應&相關*/
.sideDataArea {
  margin: 30px 0;
}
.sideDataArea.news .sideDataList, .sideDataArea.esg .sideDataList {
  margin: 0 -20px;
}
.sideDataArea.news .sideDataItem, .sideDataArea.esg .sideDataItem {
  padding: 30px 20px;
}
.sideDataArea.news .item, .sideDataArea.esg .item {
  position: relative;
  padding: 20px;
  border: 1px solid #d9d9d9;
}
@media (min-width: 1181px) {
  .sideDataArea.news .item:hover, .sideDataArea.esg .item:hover {
    transform: translateY(-30px);
    border-color: #c5a358;
  }
  .sideDataArea.news .item:hover .Img img, .sideDataArea.esg .item:hover .Img img {
    opacity: 0.8 !important;
    transform: scale(1.05);
  }
}
.sideDataArea.news .Txt, .sideDataArea.esg .Txt {
  padding: 20px 0 0 0;
}
.sideDataArea.news .infoBox, .sideDataArea.esg .infoBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 20px;
  color: #3c3835;
}
.sideDataArea.news .infoBox .classTitle, .sideDataArea.esg .infoBox .classTitle {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.sideDataArea.news .infoBox .date, .sideDataArea.esg .infoBox .date {
  color: #c5a358;
  font-weight: 600;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media (max-width: 1180px) {
  .sideDataArea.news .sideDataList, .sideDataArea.esg .sideDataList {
    margin: 0 -14px;
  }
  .sideDataArea.news .sideDataItem, .sideDataArea.esg .sideDataItem {
    padding: 0 14px;
  }
  .sideDataArea.news .item, .sideDataArea.esg .item {
    padding: 16px;
  }
}
@media (max-width: 400px) {
  .sideDataArea.news .item, .sideDataArea.esg .item {
    padding: 12px;
  }
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.sideDataArea .Txt {
  padding: 15px;
}
.sideDataArea .Txt .title {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 58px;
}
.sideDataArea .Txt .text {
  color: #736d67;
  font-size: 16px;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .Txt .title {
    font-size: 18px;
    height: 52px;
  }
  .sideDataArea .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .sideDataArea .Txt .title {
    font-size: 16px;
    height: 46px;
  }
}

/*社群分享*/
.sideShare {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
.sideShare .shareList {
  align-items: center;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #736d67;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #736d67;
  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: #736d67;
}
.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 {
  backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .imh_opacity:hover img {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  margin: 0;
  pointer-events: auto;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
  content: "";
  border: none;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: #bababa;
  -webkit-mask: url("../../images/tw/icon/arrow.png") no-repeat center center/contain;
          mask: url("../../images/tw/icon/arrow.png") no-repeat center center/contain;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
  transform: scaleX(-1);
}
.slick-slider .slick-arrow.slick-disabled,
.controlBox .slick-arrow.slick-disabled {
  pointer-events: none;
}
.slick-slider .slick-arrow.huge,
.controlBox .slick-arrow.huge {
  width: 33px;
  height: 103px;
}
.slick-slider .slick-arrow.huge::before,
.controlBox .slick-arrow.huge::before {
  width: 33px;
  height: 103px;
  -webkit-mask-image: url("../../images/tw/icon/arrow_huge.png");
          mask-image: url("../../images/tw/icon/arrow_huge.png");
}
@media (max-width: 1180px) {
  .slick-slider .slick-arrow.huge,
  .controlBox .slick-arrow.huge {
    width: 26px;
    height: 80px;
  }
  .slick-slider .slick-arrow.huge::before,
  .controlBox .slick-arrow.huge::before {
    width: 26px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .slick-slider .slick-arrow.huge,
  .controlBox .slick-arrow.huge {
    width: 20px;
    height: 60px;
  }
  .slick-slider .slick-arrow.huge::before,
  .controlBox .slick-arrow.huge::before {
    width: 20px;
    height: 60px;
  }
}
@media (max-width: 400px) {
  .slick-slider .slick-arrow.huge,
  .controlBox .slick-arrow.huge {
    width: 16px;
    height: 50px;
  }
  .slick-slider .slick-arrow.huge::before,
  .controlBox .slick-arrow.huge::before {
    width: 16px;
    height: 50px;
  }
}
@media (min-width: 1181px) {
  .slick-slider .slick-arrow:hover::before,
  .controlBox .slick-arrow:hover::before {
    background-color: #c5a358;
  }
}

.controlBox {
  position: relative;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.controlBox.fill {
  width: 100%;
  justify-content: space-between;
}
.controlBox.fill .arrowBox {
  width: 100%;
  justify-content: space-between;
}
.controlBox.light .slick-arrow::before {
  background-color: #fff;
}
.controlBox .arrowBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.controlBox .arrowBox.line {
  position: relative;
}
.controlBox .arrowBox.line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #bababa;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 0.5px), -50%);
  pointer-events: none;
}
.controlBox .slick-arrow {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  transform: none;
}
.controlBox .page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: #929292;
  font-family: "Cormorant", "Noto Serif TC", serif, "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0px;
  width: 80px;
}
.controlBox .page .current {
  color: #c5a358;
}
@media (max-width: 1180px) {
  .controlBox .page {
    font-size: 28px;
    width: 75px;
  }
}
@media (max-width: 840px) {
  .controlBox .page {
    font-size: 26px;
    width: 72px;
  }
}
@media (max-width: 400px) {
  .controlBox .page {
    font-size: 24px;
  }
}
.controlBox .progressBar {
  position: relative;
  flex-grow: 1;
  width: auto;
  height: 1px;
  background-color: #d3d3d3;
  overflow-x: clip;
}
.controlBox .progressBar .progressLine {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 300%;
  background-color: #c5a358;
  transform: translate(0, calc(-50% - 0.5px));
}
@media (max-width: 1180px) {
  .controlBox .progressBar {
    display: none;
  }
}

.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) {
  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;
  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: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.scrollHint.hide {
  opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
  animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
  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;
  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;
  transform: translateY(-20px);
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  align-items: center;
  display: flex;
}
.toastMessageBox .toastMessageText i {
  font-size: 24px;
  margin-right: 10px;
}

.slideModuleBox.moduleBox {
  justify-content: flex-end;
  padding: 0;
  top: 0;
  background-color: rgba(209, 209, 209, 0.8);
}
@keyframes modlueSildeLeftAnimation {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes modlueSildeTopAnimation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideModuleBox.moduleBox.show .moduleWrap {
  animation: modlueSildeLeftAnimation 0.8s ease-in-out;
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox.show .moduleWrap {
    animation: modlueSildeTopAnimation 0.8s ease-in-out;
  }
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox {
    padding: 68px 20px 0;
    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;
    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%;
  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: #202020;
  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: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox {
    align-items: center;
  }
}
#SDGsModule .topBox::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #c5a358;
  bottom: 0;
  left: auto;
}
#SDGsModule .topBox .line {
  min-width: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #e5e5e5;
  background-clip: content-box;
  padding: 0 36px;
  width: 0;
  display: flex;
  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: #c5a358;
  padding-top: 23px;
  line-height: 1.2;
  box-sizing: border-box;
  letter-spacing: 1.2px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .classTitle {
    padding-top: 0;
  }
}
#SDGsModule .topBox .dateBox {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox {
    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;
    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: flex;
  align-items: center;
  justify-content: center;
  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 {
  transform: translateY(-5px);
}
.esg_slideMenuTrigger .line::after {
  transform: translateY(5px);
}

/* 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: flex;
  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);
  }
}
