@charset "UTF-8";
/* CSS Document */
@import url("../textEditor.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

* {
  -webkit-text-size-adjust: none;
}

a {
  color: #000;
  text-decoration: none;
}

em {
  font-style: normal;
}

fieldset, img {
  border: 0;
}

ol, ul {
  list-style: none;
}

abbr, acronym {
  border: 0;
}

.CLEAR {
  clear: both;
  height: 0;
  font-size: 0px;
  line-height: 0;
}

/**
 * Markup free clearing
 * Details: http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none !important;
}

/* IE6 */
* html .clearfix {
  height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

.fixedQuickLink .fixedQuickLinkItem, .classBoxTab a,
.classBoxTab span, .albumBox .albumList.albumListNav .albumItem img, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .bookingArea .bookingCountDropDown .countBox .btnCount i, .bookingArea .bookingCountDropDown .countBox .btnCount, .privacyArea, .footerArea .socialBox a, .footerArea .footerMenu .mainLink::before, .footerArea .goTop, .slideMenuBtn, .slideMenuCards .slideMenuCard .cardInfo, .slideMenuCards .slideMenuCard .cardImg, .slideMenuCards .slideMenuCard, .slideMenuNav .submenuItem a,
.slideMenuNav .submenuItem .submenuItemTitle, .slideMenuNav .toggleIcon::before, .slideMenuNav .toggleIcon::after, .slideMenuNav .mainLink span, .slideMenuBg, .slideMenuTrigger.slideMenuClose, .slideMenuTrigger .decoLine, .slideMenuTrigger .text, .slideMenuTrigger, header .menu .mainLink span, header .menu .mainLink::before, header .logo img, .languageBox .languageList a, .languageBox .languageCurrent::after, .languageBox .languageCurrent, .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 .btnArrow, .btnBox .btnText, .btnBox .btn, .scrollHint, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.5s ease-in-out;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  align-items: flex-start;
  color: #2f2f2f;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: flex;
  flex-wrap: wrap;
}
.formBox .formColumn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #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.styleCheck::after {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232f2f2f' viewBox='0 0 16 16'><path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #f00 !important;
}
.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: "Noto Serif TC", 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 #cecece;
  border-radius: 3px;
  color: #737373;
  font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

@keyframes btnAni {
  20% {
    background-color: rgba(54, 43, 32, 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 loadingAni {
  0% {
    opacity: 0;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(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);
  }
}
@keyframes drawLine {
  0% {
    stroke-dashoffset: 100; /* 開始：隱藏 */
  }
  100% {
    stroke-dashoffset: 0; /* 結束：線條歸位，完整顯示 */
  }
}
@keyframes imgReveal {
  0% {
    filter: blur(4px);
    transform: scale(1.01);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes leafSway {
  0%, 100% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(4deg);
  }
  70% {
    transform: rotate(-3deg);
  }
}
@keyframes btnArrow {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(50px);
    opacity: 1;
  }
  26% {
    transform: translateX(50px);
    opacity: 0;
  }
  40% {
    transform: translateX(-50px);
    opacity: 0;
  }
  41% {
    transform: translateX(-50px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes roomDecoFloat {
  0% {
    transform: translate(0px, 24px) rotate(-2deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: translate(30px, -32px) rotate(7deg);
    opacity: 0;
  }
}
@keyframes grassSway {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
}
@keyframes waterPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    transform: scale(1.04);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes grassSway {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(1.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes waterPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
@keyframes loadingText {
  0% {
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
    filter: blur(2px);
    opacity: 0;
    color: #362B20;
  }
  40% {
    color: #362B20;
    /* 動畫結束：遮罩推到最上方（顯示）、文字清晰 */
    -webkit-mask-position: 0 0%;
    mask-position: 0 0%;
    filter: blur(0px);
    opacity: 1;
  }
  60% {
    color: #362B20;
    /* 動畫結束：遮罩推到最上方（顯示）、文字清晰 */
    -webkit-mask-position: 0 0%;
    mask-position: 0 0%;
    filter: blur(0px);
    opacity: 1;
  }
  80% {
    color: #fff;
    /* 動畫結束：遮罩推到最上方（顯示）、文字清晰 */
    -webkit-mask-position: 0 0%;
    mask-position: 0 0%;
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    color: #fff;
    /* 動畫結束：遮罩推到最上方（顯示）、文字清晰 */
    -webkit-mask-position: 0 0%;
    mask-position: 0 0%;
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes pinPulse {
  0%, 100% {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(143, 37, 28, 0.35);
  }
  50% {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15), 0 0 0 10px rgba(143, 37, 28, 0);
  }
}
@keyframes pinFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
address {
  font-style: normal;
}

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

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-family: "Noto Serif TC", 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;
}

/*後台預覽模式 系統預設，非必要請勿刪除*/
.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: clamp(15px, 0.85vw, 16px);
  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;
}

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

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

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

body {
  background-color: #fff;
  font-size: clamp(15px, 0.85vw, 16px);
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
}
body.overflow, body.disableScroll, body.loadingOverflow {
  overflow: hidden;
}
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: #362B20;
  margin: 0 auto;
  text-align: center;
}
body.errorPage .mainArea .errorTitle {
  font-size: clamp(30px, 2.3vw, 46px);
  font-weight: 500;
  margin-bottom: 10px;
}
body.errorPage .mainArea .errorCode {
  font-size: clamp(32px, 2.6vw, 50px);
}
body.errorPage .mainArea .errorText {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 400;
}
body.errorPage .mainArea .errorText a {
  padding: 0 5px;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    min-height: 50vh;
    min-height: 50dvh;
  }
}

.Img img {
  height: auto;
}

.Img.observer {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.8s ease, filter 0.8s ease;
}
.Img.observer.loaded {
  opacity: 1;
  filter: none;
}

/* 隱藏 開影音,相簿 */
div.titan {
  display: none;
}

/* 共用的樣式 */
.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.btnBox.flex.left {
  justify-content: flex-start;
}
.btnBox.flex.right {
  justify-content: flex-end;
}
.btnBox.flex .btn {
  flex: 1;
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  width: 100%;
  max-width: 280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(103, 73, 56, 0.3);
  overflow: hidden;
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2.4px;
}
.btnBox .btn.bgMain {
  background-color: #674938;
  border-bottom: none;
  color: #fff;
}
.btnBox .btn.bgMain .btnText {
  color: #FFF;
}
.btnBox .btn.bgMain .btnArrow {
  stroke: #fff;
}
.btnBox .btn.bgSecond {
  background-color: #2D3F30;
  border-bottom: none;
  color: #fff;
}
.btnBox .btn.bgSecond .btnText {
  color: #FFF;
}
.btnBox .btn.bgSecond .btnArrow {
  stroke: #fff;
}
.btnBox .btn.circle {
  max-width: 180px;
  border: 1px solid rgba(54, 43, 32, 0.2);
  border-radius: 100%;
  background-color: transparent;
  color: #362B20;
  font-family: "Noto Serif TC", serif;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .btnBox .btn.circle {
    max-width: 160px;
  }
}
.btnBox .btn.circle .btnText {
  color: #362B20;
}
.btnBox .btn.circle .btnArrow {
  stroke: #362B20;
}
@media (max-width: 768px) {
  .btnBox .btn.circle .btnArrow {
    width: 20px;
    height: 4px;
  }
}
@media (min-width: 1181px) {
  .btnBox .btn.circle:hover .btnArrow {
    transform: translateX(5px);
    animation: none;
  }
}
.btnBox .btn.circle.white {
  border: 1px solid #fff;
  color: #fff;
}
.btnBox .btn.circle.white .btnText {
  color: #FFF;
}
.btnBox .btn.circle.white .btnArrow {
  stroke: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    background-color: #D6802B;
  }
  .btnBox .btn:hover .btnText {
    color: #fff;
    letter-spacing: 5px;
  }
  .btnBox .btn:hover .btnArrow {
    stroke: #fff;
    animation: btnArrow 0.8s forwards ease-in-out;
  }
}
.btnBox .btnText {
  color: #362B20;
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2.4px;
}
@media (max-width: 1180px) {
  .btnBox .btnText {
    font-size: 15px;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .btnBox .btnText {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
  }
}
.btnBox .btnArrow {
  stroke: #362B20;
  display: block;
  width: 30px;
  height: 6px;
}

.unitBannerTitleBox {
  display: inline-block;
  position: relative;
  color: #FFF;
  padding: 20px 0 20px 120px;
}
@media (max-width: 1180px) {
  .unitBannerTitleBox {
    padding: 20px 0 20px 90px;
  }
}
.unitBannerTitleBox::before {
  content: "";
  display: block;
  width: 220px;
  height: 74px;
  background-image: url(../../images/tw/title_line_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  left: -12px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .unitBannerTitleBox::before {
    width: 180px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .unitBannerTitleBox::before {
    top: 30px;
  }
}
.unitBannerTitleBox .unitBannerEnTitle {
  font-size: 20px;
  line-height: 32px; /* 160% */
  position: relative;
}
@media (max-width: 1180px) {
  .unitBannerTitleBox .unitBannerEnTitle {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .unitBannerTitleBox .unitBannerEnTitle {
    font-size: 16px;
    line-height: 1.3;
  }
}
.unitBannerTitleBox .unitBannerTitle {
  font-family: "Noto Serif TC", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 76px; /* 135.714% */
  letter-spacing: 14px;
}
.unitBannerTitleBox .unitBannerTitle::after {
  content: "";
  display: block;
  width: 17px;
  height: 21px;
  background-image: url(../../images/tw/comma_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  right: -6px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .unitBannerTitleBox .unitBannerTitle {
    font-size: 46px;
    line-height: 1.35;
    letter-spacing: 4px;
  }
  .unitBannerTitleBox .unitBannerTitle::after {
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .unitBannerTitleBox .unitBannerTitle {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .unitBannerTitleBox .unitBannerTitle {
    font-size: 36px;
  }
}

.comma {
  display: block;
  width: 17px;
  height: 21px;
  position: relative;
}
.comma.orange {
  color: #D6802B;
}
.comma.green {
  color: #2D3F30;
}

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

.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@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;
  pointer-events: auto;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: clamp(20px, 1.25vw, 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: #362B20;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #362B20;
  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: clamp(20px, 1.25vw, 24px);
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    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: clamp(15px, 0.85vw, 16px);
}
.moduleBox.privacy .btnBox {
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox {
    flex-direction: column;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox .btn {
    width: 100%;
    max-width: 100%;
  }
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 10px 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: clamp(15px, 0.85vw, 16px);
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #362B20;
  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-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #362B20;
  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(111.6418604651, 88.9, 66.1581395349);
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: rgb(70.011627907, 55.75, 41.488372093);
  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: #362B20;
  }
}
@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: #362B20;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #362B20;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  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: clamp(15px, 0.85vw, 16px);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #362B20;
  }
}
.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: #362B20;
    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: 45px;
  height: 45px;
  background-color: #362B20;
  color: #fff;
  display: block;
  flex-shrink: 0;
  line-height: 45px;
  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.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (hover: none) and (pointer: coarse) {
  .moduleBox,
  .moduleBox .moduleWrap,
  .moduleMask {
    transition: none !important;
  }
  .moduleBox {
    height: 100vh;
    height: 100dvh;
  }
  .moduleBox.privacy .moduleContent {
    max-height: calc(100dvh - 50px);
    -webkit-overflow-scrolling: touch;
  }
  .moduleBox .moduleClose {
    width: 44px;
    height: 44px;
  }
}
#loadingScreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  transition: opacity 0.8s ease;
}
#loadingScreen.fadeOut {
  opacity: 0;
  pointer-events: none;
}
#loadingScreen video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#loadingScreen .loadingTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  opacity: 0;
  transition: opacity 0.8s ease;
  writing-mode: vertical-rl;
  font-family: "Noto Serif TC", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 18px;
  white-space: nowrap;
  padding-top: 65px;
  /* 1. 設定遮罩漸層：上半部顯示，下半部隱藏，中間有一段柔和過渡區 */
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 80%);
  mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 80%);
  /* 2. 將遮罩高度拉長到 200%，方便做位移動畫 */
  -webkit-mask-size: 100% 200%;
  mask-size: 100% 200%;
  /* 3. 初始狀態：遮罩推到最下方（隱藏）、文字模糊且透明 */
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  filter: blur(2px);
  opacity: 0;
}
#loadingScreen .loadingTitle.visible {
  animation: loadingText 5s forwards ease-in-out;
}
@media (max-width: 1180px) {
  #loadingScreen .loadingTitle {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #loadingScreen .loadingTitle {
    font-size: 30px;
  }
}

@keyframes loadingText {
  0% {
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
    filter: blur(2px);
    opacity: 0;
    color: #000;
  }
  40% {
    color: #000;
    -webkit-mask-position: 0 0%;
    mask-position: 0 0%;
    filter: blur(0px);
    opacity: 1;
  }
  50% {
    color: #000;
    -webkit-mask-position: 0 0%;
    mask-position: 0 0%;
    filter: blur(0px);
    opacity: 1;
  }
  80% {
    color: #fff;
    -webkit-mask-position: 0 0%;
    mask-position: 0 0%;
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    color: #fff;
    -webkit-mask-position: 0 0%;
    mask-position: 0 0%;
    filter: blur(0px);
    opacity: 1;
  }
}
.languageBox {
  position: relative;
  z-index: 10;
}
.languageBox .languageCurrent {
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0 18px;
  position: relative;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
.languageBox .languageCurrent::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
}
.languageBox .languageList {
  position: absolute;
  top: calc(100% - 0px);
  right: 0;
  min-width: 100px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fef8f0;
  border: 1px solid #E3D9CA;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.languageBox .languageList li {
  margin: 0;
}
.languageBox .languageList a {
  display: block;
  padding: 8px 20px;
  font-family: "Noto Serif TC", serif;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  text-align: center;
  white-space: nowrap;
}
.languageBox .languageList a.current {
  color: #362B20;
  background-color: rgba(54, 43, 32, 0.08);
}
@media (min-width: 1181px) {
  .languageBox .languageList a:hover {
    color: #D6802B;
    background-color: rgba(214, 128, 43, 0.06);
  }
}
.languageBox .languageList.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.languageBox:has(.languageList.show) .languageCurrent::after {
  transform: translateY(-30%) rotate(-135deg);
}
@media (min-width: 1181px) {
  .languageBox:hover .languageCurrent::after {
    transform: translateY(-30%) rotate(-135deg);
  }
  .languageBox:hover .languageList {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

/*header*/
header {
  padding: 10px 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  transition: background-color 0.4s ease-in-out;
}
@media (max-width: 1180px) {
  header {
    padding: 0;
  }
}
header .wrap {
  max-width: 1880px;
  align-items: flex-end;
  display: flex;
  position: relative;
}
@media (max-width: 1180px) {
  header .wrap {
    justify-content: space-between;
    align-items: center;
  }
}
header .logo {
  padding: 10px 0 0px;
  margin-top: 0px;
}
@media (max-width: 1180px) {
  header .logo {
    padding: 0;
  }
}
header .logo a {
  display: block;
  width: 270px;
  height: 50px;
  position: relative;
}
@media (max-width: 1180px) {
  header .logo a {
    width: 200px;
    height: auto;
  }
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
header .logo img.dark {
  opacity: 0;
}
header .logo img.bright {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
@media (max-width: 480px) {
  header .logo {
    width: 100px;
  }
}
header .menuBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .languageBox {
  width: 100px;
  margin-left: 40px;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  header .languageBox {
    display: none;
  }
}
header .languageBox .languageCurrent {
  color: #EBD6B5;
  text-align: center;
}
header {
  /*menu*/
}
header .menu {
  display: flex;
  gap: 50px;
}
header .menu > .menuItem {
  position: relative;
  display: inline-block;
}
header .menu .mainLink {
  font-family: "Noto Serif TC", serif;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
header .menu .mainLink::before {
  content: "";
  display: block;
  width: 130px;
  height: 50px;
  background-image: url(../../images/tw/title_line_orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  left: 5px;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  z-index: -1;
}
header .menu .mainLink::after {
  content: "";
  width: 12px;
  height: 15px;
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  background-image: url(../../images/tw/comma_orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
}
header .menu .mainLink span {
  color: #EBD6B5;
}
header .menu .mainLink span.text {
  font-size: 20px;
  font-weight: 600;
  line-height: 45px; /* 225% */
  letter-spacing: 5px;
}
header .menu .mainLink span.enText {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 281.25% */
  letter-spacing: 2.4px;
}
@media (min-width: 1181px) {
  header .menu .mainLink:hover::before {
    clip-path: inset(0 0 0 0);
  }
  header .menu .mainLink:hover span {
    color: #D6802B;
  }
}
header .menu .mainLink.current::after {
  opacity: 1;
}
header .menu .mainLink.current span {
  color: #D6802B;
}
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;
}
@media (min-width: 1181px) {
  header .menu .submenu .submenuItem:hover a {
    color: #D6802B;
  }
}
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: #362B20;
}
@media (min-width: 1181px) {
  header .menu .submenu a:hover {
    color: #fff;
    background-color: #362B20;
  }
}
header .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 20px;
}
header.darkStyle {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1180px) {
  header.darkStyle {
    padding: 0;
  }
}
header.darkStyle .logo img.dark {
  opacity: 1;
}
header.darkStyle .logo img.bright {
  opacity: 0;
}
header.darkStyle .menu .mainLink span {
  color: #362B20;
}
header.darkStyle .menu .mainLink.current::after {
  opacity: 1;
}
header.darkStyle .menu .mainLink.current span {
  color: #D6802B;
}
@media (min-width: 1181px) {
  header.darkStyle .menu .mainLink:hover span {
    color: #D6802B;
  }
}
header.darkStyle .slideMenuTrigger .text {
  color: #362B20;
}
header.darkStyle .slideMenuTrigger .decoLine {
  color: #362B20;
}
@media (min-width: 1181px) {
  header.darkStyle .slideMenuTrigger:hover .text {
    color: #D6802B;
  }
  header.darkStyle .slideMenuTrigger:hover .decoLine {
    color: #D6802B;
  }
}
header.darkStyle .languageBox .languageCurrent {
  color: #362B20;
}

/*slideMenu*/
.slideMenuTrigger {
  align-self: flex-start;
  width: 105px;
  height: 60px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 60px;
  margin-bottom: 0px;
  position: relative;
}
.slideMenuTrigger .text {
  color: #EBD6B5;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.76px;
}
.slideMenuTrigger .decoLine {
  width: 152px;
  height: 60px;
  color: #EBD6B5;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 76px);
  pointer-events: none;
}
@media (max-width: 1180px) {
  .slideMenuTrigger .decoLine {
    height: 50px;
    bottom: -5px;
  }
}
.slideMenuTrigger.slideMenuClose {
  align-self: flex-end;
  display: flex;
  align-items: center;
  width: 110px;
  height: 60px;
  background-color: transparent;
  border: none;
  margin-left: 0;
  margin-bottom: 50px;
  padding: 0;
  cursor: pointer;
}
.slideMenuTrigger.slideMenuClose .text {
  color: #362B20;
}
.slideMenuTrigger.slideMenuClose .decoLine {
  color: #362B20;
}
@media (min-width: 1181px) {
  .slideMenuTrigger:hover .text {
    color: #D6802B;
  }
  .slideMenuTrigger:hover .decoLine {
    color: #D6802B;
  }
}

.slideMenuArea {
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  background-color: #fef8f0;
  opacity: 0;
  filter: blur(8px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  transition: opacity 0.6s ease-in-out, filter 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 0px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #362B20;
}
.slideMenuArea.show {
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
}

.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

.slideMenuBg {
  width: calc(100% - 550px);
  position: fixed;
  top: 0;
  left: 0;
  right: 550px;
  height: 100vh;
  height: 100dvh;
  z-index: 99;
  overflow: hidden;
  pointer-events: none;
}
.slideMenuBg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(4px);
  opacity: 0.5;
  transition: transform 0.45s ease-in, filter 0.45s ease-in;
}
@media (max-width: 768px) {
  .slideMenuBg {
    display: none;
  }
}

.slideMenuArea.show .slideMenuBg img {
  filter: blur(0);
  opacity: 1;
  transition: opacity 0.5s 0s ease-in-out, filter 0.7s 0.3s ease-in-out;
}

.slideMenuInner {
  max-width: 550px;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 70px 0;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.slideMenuInner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuInner::-webkit-scrollbar {
  width: 5px;
  height: 0px;
  background-color: #fff;
}
.slideMenuInner::-webkit-scrollbar-thumb {
  background: #362B20;
}
@media (max-width: 768px) {
  .slideMenuInner {
    padding: 0px 20px 0;
    max-width: 100%;
  }
}

.slideMenuTopBar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .slideMenuTopBar {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .slideMenuTopBar {
    margin-bottom: 0;
  }
}
.slideMenuTopBar .languageBox {
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  align-self: flex-end;
}
.slideMenuTopBar .languageBox .languageCurrent {
  color: #362B20;
}
.slideMenuTopBar .slideMenuClose {
  align-self: auto;
  margin-bottom: 0;
  flex-shrink: 0;
}

.slideMenuNav .slideMenuList {
  list-style: none;
  padding: 0;
  margin: 0 0 33px;
  padding-top: 20px;
}
.slideMenuNav .slideMenuItem.open .mainLink span {
  color: #8F251C;
}
.slideMenuNav .slideMenuItem.open .toggleIcon::after {
  transform: rotate(90deg);
}
.slideMenuNav .slideMenuItem.open .toggleIcon::before, .slideMenuNav .slideMenuItem.open .toggleIcon::after {
  background-color: #8F251C;
}
.slideMenuNav .slideMenuItemHead {
  border-bottom: 1px solid rgba(67, 67, 67, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .slideMenuNav .slideMenuItemHead:hover .mainLink span {
    color: #D6802B;
  }
  .slideMenuNav .slideMenuItemHead:hover .toggleIcon::before, .slideMenuNav .slideMenuItemHead:hover .toggleIcon::after {
    background-color: #D6802B;
  }
}
.slideMenuNav .mainLink {
  display: flex;
  align-items: center;
  flex: 1;
  text-decoration: none;
}
.slideMenuNav .mainLink span {
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 600;
  color: #362B20;
  line-height: 1;
}
.slideMenuNav .mainLink .itemChar {
  margin-right: 10px;
}
.slideMenuNav .toggleIcon {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
  margin-left: 10px;
}
.slideMenuNav .toggleIcon::before, .slideMenuNav .toggleIcon::after {
  content: "";
  position: absolute;
  background-color: #362B20;
}
.slideMenuNav .toggleIcon::before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}
.slideMenuNav .toggleIcon::after {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}
.slideMenuNav .submenu {
  list-style: none;
  padding: 2px 0 20px;
  margin: 0;
  display: none;
}
.slideMenuNav .submenuItem a,
.slideMenuNav .submenuItem .submenuItemTitle {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif;
  color: rgba(67, 67, 67, 0.6);
  padding: 10px 0;
  text-decoration: none;
}
.slideMenuNav .submenuItem a.current,
.slideMenuNav .submenuItem .submenuItemTitle.current {
  color: #8F251C;
}
@media (min-width: 1181px) {
  .slideMenuNav .submenuItem a:hover,
  .slideMenuNav .submenuItem .submenuItemTitle:hover {
    color: #8F251C;
  }
}

.slideMenuCards {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}
.slideMenuCards .slideMenuCard {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  gap: 17px;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1181px) {
  .slideMenuCards .slideMenuCard:hover .cardImg {
    filter: hue-rotate(-30deg);
  }
  .slideMenuCards .slideMenuCard:hover .cardInfo {
    transform: translateY(-10px);
  }
}
.slideMenuCards .slideMenuCard:nth-child(2n) .cardImg {
  max-width: 186px;
}
.slideMenuCards .slideMenuCard .cardImg {
  width: 100%;
  max-width: 143px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  overflow: hidden;
}
.slideMenuCards .slideMenuCard .cardImg img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.slideMenuCards .slideMenuCard .cardInfo {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 13px;
}
.slideMenuCards .slideMenuCard .cardTitle {
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 600;
  color: #362B20;
  line-height: 1.3;
  letter-spacing: 4.5px;
}
.slideMenuCards .slideMenuCard .cardTitle img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.slideMenuCards .slideMenuCard .cardSubtitle {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #362B20;
  letter-spacing: 0.6px;
}

.slideMenuCta {
  display: flex;
  gap: 10px;
  padding-bottom: calc(32px + env(safe-area-inset-bottom));
}

.slideMenuBtn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  background-color: rgba(103, 73, 56, 0.1);
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 500;
  color: #362B20;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 1181px) {
  .slideMenuBtn:hover {
    background-color: #674938;
    color: #fff;
  }
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 1500px;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 30px 20px;
  }
}
.bannerArea .bannerItem .Img {
  height: 400px;
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*footer*/
.footerArea {
  position: relative;
  overflow: hidden;
  min-height: 1053px;
}
@media (max-width: 1180px) {
  .footerArea {
    min-height: unset;
    padding: 10vh 0 50vh;
  }
}
.footerArea .wrap {
  max-width: 1360px;
}
.footerArea .footerBg {
  position: absolute;
  inset: 0;
  background-image: url(../../images/tw/bg_footer.jpg);
  background-color: #e8d5b7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.footerArea .footerBg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.footerArea .goTop {
  width: 116px;
  height: 41px;
  border-radius: 100%;
  border: 1px solid rgba(54, 43, 32, 0.2);
  color: #362B20;
  cursor: pointer;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  position: absolute;
  right: 100px;
  top: 80px;
  text-decoration: none;
}
@media (min-width: 1181px) {
  .footerArea .goTop:hover {
    background-color: rgba(255, 255, 255, 0.55);
    border: 1px solid #362b20;
  }
}
@media (max-width: 1180px) {
  .footerArea .goTop {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .footerArea .goTop {
    right: 20px;
    top: 24px;
    width: 76px;
    height: 36px;
    font-size: 13px;
  }
}
.footerArea .footerInner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .footerArea .footerInner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .footerArea .footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footerArea .footerInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 80px;
  gap: 15px;
}
@media (max-width: 768px) {
  .footerArea .footerInner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .footerArea .footerInner {
    padding: 40px 0 0;
  }
}
.footerArea .footerLogo {
  width: 100%;
  max-width: 270px;
  margin-bottom: 13px;
}
.footerArea .footerLogo a {
  display: block;
}
.footerArea .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.footerArea .footerNav {
  width: 100%;
}
.footerArea .footerMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 48px;
  list-style: none;
  padding: 0px 0 10px;
  margin: 0;
  border-bottom: 1px solid rgba(54, 43, 32, 0.2);
}
.footerArea .footerMenu .mainLink {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  color: #434343;
  letter-spacing: 2.4px;
  line-height: 1.87;
  display: inline-block;
  position: relative;
}
.footerArea .footerMenu .mainLink::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #D6802B;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .footerArea .footerMenu .mainLink:hover {
    color: #D6802B;
  }
  .footerArea .footerMenu .mainLink:hover::before {
    width: 17px;
  }
}
@media (max-width: 768px) {
  .footerArea .footerMenu {
    gap: 6px 28px;
  }
  .footerArea .footerMenu .mainLink {
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}
.footerArea .footerContact {
  font-style: normal;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  letter-spacing: 2.1px;
  line-height: 2.14;
  text-align: center;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .footerArea .footerContact {
    padding-bottom: 0;
  }
}
.footerArea .footerContact a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1181px) {
  .footerArea .footerContact a:hover {
    color: #D6802B;
  }
}
.footerArea .socialBox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footerArea .socialBox a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(54, 43, 32, 0.2);
  color: #674938;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
.footerArea .socialBox a.social104 {
  font-size: 17px;
  font-weight: 500;
  font-weight: 500;
}
.footerArea .socialBox a i {
  position: relative;
  margin-top: 3px;
}
.footerArea .socialBox a svg {
  width: 22px;
  height: 22px;
}
@media (min-width: 1181px) {
  .footerArea .socialBox a:hover {
    background-color: #362B20;
    color: #F3E1CD;
  }
}
@media (max-width: 768px) {
  .footerArea .socialBox a {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
.footerArea .copyrightBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.footerArea .copyrightBox .copyright, .footerArea .copyrightBox p {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #362B20;
  letter-spacing: 2.1px;
  line-height: 1.67;
}
.footerArea .copyrightBox .ibestLink {
  font-size: 14px;
  color: #362B20;
}
.footerArea .copyrightBox .ibestLink a {
  color: #362B20;
}
@media (min-width: 1181px) {
  .footerArea .copyrightBox .ibestLink a:hover {
    opacity: 0.7;
  }
}
.footerArea .footerPolicyBox {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.footerArea .footerPolicyBox .policyLink {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  color: #434343;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 10px 4px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
@media (min-width: 1181px) {
  .footerArea .footerPolicyBox .policyLink:hover {
    opacity: 0.7;
  }
}

.privacyArea {
  width: 100%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 51;
  transform: translate3d(-50%, 100%, 0);
}
.privacyArea.show {
  transform: translate3d(-50%, 0%, 0);
}
.privacyArea.check {
  opacity: 0;
  transform: translate3d(-50%, 100%, 0);
}
.privacyArea .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #362B20;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #362B20;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

/*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: clamp(15px, 0.85vw, 16px);
  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: "\f229";
  font-family: "bootstrap-icons";
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.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: #362B20;
  }
}
.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: #362B20;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media (min-width: 1181px) {
  .bookingArea .btnBox .btn:hover {
    background-color: #362B20;
  }
}
@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 {
  background-color: #EAEAEA;
  background-image: url(../../images/tw/bg_mainarea.jpg);
  padding-bottom: 100px;
  min-height: 80dvh;
  min-height: 80vh;
}
.mainArea.noBanner {
  padding-top: 100px;
}
@media (max-width: 1180px) {
  .mainArea.noBanner {
    padding-top: 60px;
  }
}
@media (max-width: 1180px) {
  .mainArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  margin-bottom: 50px;
  padding: 10px 0;
}
.bread .wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1180px) {
  .bread .wrap {
    gap: 5px 10px;
  }
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.8px;
}
@media (max-width: 1180px) {
  .bread .wrap a,
  .bread .wrap span {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 768px) {
  .bread .wrap a,
  .bread .wrap span {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
}
.bread .wrap a {
  color: rgba(67, 67, 67, 0.6);
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #362B20;
  }
}
.bread .wrap span {
  color: rgba(67, 67, 67, 0.6);
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.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: "/";
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px; /* 225% */
  letter-spacing: 2.4px;
  padding-right: 10px;
}
@media (max-width: 1180px) {
  .bread.verticalLine .wrap a + a::before,
  .bread.verticalLine .wrap span + span::before,
  .bread.verticalLine .wrap span + a::before,
  .bread.verticalLine .wrap a + span::before {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 768px) {
  .bread.verticalLine .wrap a + a::before,
  .bread.verticalLine .wrap span + span::before,
  .bread.verticalLine .wrap span + a::before,
  .bread.verticalLine .wrap a + span::before {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 1180px) {
  .bread {
    margin-bottom: 30px;
  }
}

/*文章標題*/
.articleTitle {
  color: #D6802B;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
  position: relative;
}
.articleTitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 50%, transparent 100%);
  background-size: 10px 100%;
  background-repeat: repeat-x;
}

/*相關區塊小標題*/
.sectionTitle {
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 400;
  color: #2A1B0A;
  letter-spacing: 4px;
  margin: 0 0 24px;
}

.classNote {
  padding: 20px 0;
}
.classNote.thankInfo {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
@media (max-width: 1180px) {
  .classBox {
    margin: 20px auto;
  }
}
.classBox .classCurrent {
  background-color: #362B20;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f229";
  color: #fff;
  font-size: 15px;
  font-family: bootstrap-icons;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.classBoxRow .classCurrent {
  display: none;
}
@media (max-width: 1180px) {
  .classBoxRow .classCurrent {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
  }
  .classBoxRow .classLink li,
  .classBoxRow .classLink .classItem {
    list-style: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    display: inline-block;
    padding: 8px 22px;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #7B6852;
    border: 1px solid #E3D9CA;
    background-color: transparent;
    transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #2A1B0A;
    color: #fff;
    border-color: #2A1B0A;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #2A1B0A;
    color: #fff;
    border-color: #2A1B0A;
  }
}

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

@media (max-width: 1180px) {
  .classBoxRow,
  .classBoxColumn {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1180px) {
  .classBoxRow .classLink,
  .classBoxColumn .classLink {
    width: 100%;
    max-height: 65dvh;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open,
  .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child),
  .classBoxRow .classLink .classItem:not(:first-child),
  .classBoxColumn .classLink > li:not(:first-child),
  .classBoxColumn .classLink .classItem:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .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: #fff;
  }
  .classBoxRow .classLink > li ul,
  .classBoxRow .classLink > li .dataList,
  .classBoxRow .classLink .classItem ul,
  .classBoxRow .classLink .classItem .dataList,
  .classBoxColumn .classLink > li ul,
  .classBoxColumn .classLink > li .dataList,
  .classBoxColumn .classLink .classItem ul,
  .classBoxColumn .classLink .classItem .dataList {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #000;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current,
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #362B20;
    color: #fff;
  }
}

/*頁碼*/
.pageBox .pageList {
  align-items: center;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .pageBox .pageList {
    padding: 30px 0;
  }
}
.pageBox .pageList a {
  border: 1px solid rgba(54, 43, 32, 0.2);
  color: #362B20;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid rgba(54, 43, 32, 0.4);
  border-bottom: 1px solid rgba(54, 43, 32, 0.4);
  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 #674938;
    background-color: #674938;
    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;
}
.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: #674938;
  }
}
.pageBox .pageList.number a.current {
  border: 1px solid #674938;
  background-color: #674938;
  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: 1px solid rgba(54, 43, 32, 0.2);
  color: #362B20;
  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 30px;
  position: relative;
  border: 1px solid rgba(103, 73, 56, 0.5);
}
.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: 20px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 20px;
}
@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: 100%;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.tagBox b {
  display: inline-block;
}
.tagBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tagBox li {
  display: inline-block;
}
.tagBox a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border: 1px solid #362B20;
  font-size: 13px;
  color: #362B20;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
@media (min-width: 1181px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #362B20;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #362B20;
}
.tagBox a.current:before {
  content: "\f5b0";
  margin-right: 5px;
  font-family: bootstrap-icons;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .tab {
    margin-top: 20px;
  }
}
.tab .tabItem {
  flex: 1;
}
.tab a {
  height: 100%;
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #362B20;
  color: #fff;
}

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

/*相簿*/
.albumBox {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList.albumListMain {
  position: relative;
  width: 100%;
  background-color: #F3E1CD;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.albumBox .albumList.albumListMain .albumItem {
  display: none;
  width: 100%;
  height: 500px;
}
.albumBox .albumList.albumListMain .albumItem:first-child {
  display: block;
}
@media (max-width: 1180px) {
  .albumBox .albumList.albumListMain .albumItem {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .albumBox .albumList.albumListMain .albumItem {
    height: 300px;
  }
}
.albumBox .albumList.albumListMain .albumItem img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumBox .albumList.albumListNav {
  width: 100%;
  display: block;
  list-style: none;
  margin: 8px auto 0;
  padding: 0 0 4px;
  box-sizing: border-box;
}
.albumBox .albumList.albumListNav:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.albumBox .albumList.albumListNav:not(.slick-initialized) .albumItem {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}
.albumBox .albumList.albumListNav.slick-initialized .albumItem {
  width: auto;
}
.albumBox .albumList.albumListNav .albumItem {
  box-sizing: border-box;
  aspect-ratio: 4/2;
  overflow: hidden;
  cursor: pointer;
  padding: 0 5px;
}
.albumBox .albumList.albumListNav .albumItem.current img {
  border-color: #D6802B;
}
@media (min-width: 1181px) {
  .albumBox .albumList.albumListNav .albumItem:hover img {
    border-color: #D6802B;
  }
}
.albumBox .albumList.albumListNav .albumItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid transparent;
}
.albumBox .titan {
  display: none;
}

/*側邊_聯絡資訊*/
.sideContactInfo ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sideContactInfo li {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.sideContactInfo .infoText {
  color: #434343;
}
.sideContactInfo a,
.sideContactInfo span {
  color: #434343;
}
@media (min-width: 1181px) {
  .sideContactInfo a:hover {
    color: #362B20;
  }
}
.sideContactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  color: #434343;
  text-align: center;
}
.sideContactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*對應&相關*/
.sideDataArea {
  margin: 30px 0;
}
.sideDataArea.news .Txt {
  padding: 15px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.room .Txt {
  text-align: center;
}
.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 .newsInfoBox {
  align-items: center;
  color: #434343;
  display: flex;
  font-size: clamp(15px, 0.85vw, 16px);
  margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
  margin-left: 11px;
  padding-left: 11px;
  position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sideDataArea .Txt .title {
  max-height: 65px;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  color: #434343;
  font-size: clamp(15px, 0.85vw, 16px);
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .Txt .newsInfoBox .classTitle + .date {
    margin-left: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
  .sideDataArea .sideDataItem {
    padding: 0;
  }
}

/*社群分享*/
.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: #434343;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #434343;
  display: inline-block;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 1181px) {
  .sideShare .shareList .shareItem a:hover,
  .sideShare .shareList .shareItem button:hover {
    color: #D6802B;
  }
  .sideShare .shareList .shareItem a:hover svg,
  .sideShare .shareList .shareItem button:hover svg {
    fill: #D6802B;
  }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  fill: #434343;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

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

/*img lazy load */
.Img {
  position: relative;
}
.Img.observer, .Img.observerSlick {
  overflow: hidden;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  background-color: #F5F0E8;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
}
.Img.observer.loaded:not(.noAnimation) img, .Img.observerSlick.loaded:not(.noAnimation) img {
  animation: imgReveal 1.5s cubic-bezier(0.46, 0.01, 0.54, 1.01) both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.classBoxTab {
  display: flex;
  border-bottom: 1px solid #E3D9CA;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.classBoxTab::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1180px) {
  .classBoxTab {
    margin-bottom: 20px;
  }
}
.classBoxTab::before, .classBoxTab::after {
  content: "";
  margin: auto;
}
.classBoxTab .classCurrent {
  display: none;
}
.classBoxTab .classLink {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.classBoxTab .classLink li {
  display: inline-block;
  list-style: none;
  flex-shrink: 0;
}
.classBoxTab > li {
  flex-shrink: 0;
}
.classBoxTab .tab {
  display: block;
}
.classBoxTab.is-dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.classBoxTab.is-dragging .classLink {
  pointer-events: none;
}
.classBoxTab a,
.classBoxTab span {
  display: inline-block;
  padding: 12px 24px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.15em;
  color: #7B6852;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  word-break: keep-all;
  cursor: pointer;
}
.classBoxTab a.current, .classBoxTab a:hover,
.classBoxTab span.current,
.classBoxTab span:hover {
  color: #2A1B0A;
  border-bottom-color: #8B7355;
}

.insLayout {
  padding: 48px 0 80px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .insLayout {
    padding: 32px 0 40px;
  }
}
@media (max-width: 480px) {
  .insLayout {
    padding: 0px;
  }
}

.insHeader {
  padding-bottom: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1180px) {
  .insHeader {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .insHeader {
    padding-bottom: 15px;
  }
}

.insMeta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.insDate {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #7B6852;
}
.insDate span {
  margin: 0 4px;
  color: #E3D9CA;
}

.insCategory {
  display: inline-block;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #674938;
}

.insTitle {
  font-family: "Noto Serif TC", serif;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 500;
  color: #2A1B0A;
  letter-spacing: 6px;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media (max-width: 1180px) {
  .insTitle {
    letter-spacing: 4px;
  }
}

.insHeroImg {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 40px;
}
.insHeroImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .insHeroImg {
    height: 280px;
  }
}

.insContent {
  margin-bottom: 40px;
}

.insRelatedSection {
  margin-top: 64px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .insRelatedSection {
    padding-top: 28px;
  }
}

.insTabContent .insTabItem {
  display: none;
}

.cardImgHover {
  overflow: hidden;
}
.cardImgHover img {
  transition: transform 0.6s ease;
}
@media (min-width: 1181px) {
  .cardImgHover:hover img {
    transform: scale(1.04);
  }
}

.bgDeco {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.8s ease, filter 0.8s ease;
  pointer-events: none;
}
.bgDeco.visible {
  opacity: 1;
  filter: blur(0);
}

@keyframes hoverWiggle {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(8deg);
  }
  45% {
    transform: rotate(-6deg);
  }
  60% {
    transform: rotate(4deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hoverWiggle {
  cursor: pointer;
}
.hoverWiggle:hover {
  animation: hoverWiggle 0.6s ease;
}

.gsEnter,
.gsEnterBtn,
.gsEnterCardsItem,
.marqueepicArea {
  opacity: 0;
}

.fixedQuickLink {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 50;
  background-color: #362B20;
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1180px) {
  .fixedQuickLink {
    display: flex;
  }
}
.fixedQuickLink .fixedQuickLinkItem {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 8px;
  font-family: "Noto Serif TC", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.fixedQuickLink .fixedQuickLinkItem:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1181px) {
  .fixedQuickLink .fixedQuickLinkItem:hover {
    background-color: #674938;
    color: #fff;
  }
}

@media (max-width: 1180px) {
  .outerWrap {
    padding-bottom: calc(52px + env(safe-area-inset-bottom));
  }
}