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

.arrowBox .arrowBtn::after, .arrowBox .arrowBtn, .dotsBox .slick-dots li button::after, .dotsBox .slick-dots li button::before, .dotsBox .slick-dots li button, .dotsBox .slick-dots li, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .bread .wrap > a:first-child::after, .reserveBtnFixBox .btnText, .reserveBtnFixBox .inner, .reserveBtnFixBox .reserveSocialList a, .privacyArea, .slideMenuArea .menuBox .nav .submenu .submenuItem a, .slideMenuArea .menuBox .nav > .menuItem .mainLink, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .menu .fullSubmenu .submenuItem a::before, header .menu .submenu .submenuItem:not(:last-child) a::before, header .menu > .menuItem > span .mainLink::before, header::before, .moduleMask, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn, .Img .default::after, .Img .default, .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.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #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;
  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: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid #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(123, 140, 120, 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 unitTitleSlideUpBlurSkew {
  0% {
    filter: blur(2px);
    opacity: 0;
    transform: translateY(10px) skewY(2deg);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0) skewY(0deg);
  }
}
@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 scrollDownAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes goTopAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes marqueeUpDown {
  0% {
    transform: translateY(60px);
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  50% {
    transform: translateY(-60px);
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
  }
  100% {
    transform: translateY(60px);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loadLogoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadLogoGlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.35;
  }
}
@keyframes loadLogoIconIntro {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loadLogoCharTiltInL {
  0% {
    opacity: 0;
    transform: rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes loadLogoCharTiltInR {
  0% {
    opacity: 0;
    transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes loadLogoOutro {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes starFlickerScale {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
address {
  font-style: normal;
}

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

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: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

/*後台預覽模式 系統預設，非必要請勿刪除*/
.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(14px, 0.8vw, 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: #FFFCF6;
  font-size: clamp(14px, 0.8vw, 16px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
body.overflow, body.disableScroll, body.loadingOverflow {
  overflow: hidden;
}
body:not(.WebSiteHomePage) {
  background-color: #EEEAE2;
}
body:not(.WebSiteHomePage) .mainArea {
  opacity: 0;
  transform: translateY(10px);
}
body:not(.WebSiteHomePage) .mainArea.indexPage .wrap {
  max-width: 1700px;
}
body:not(.WebSiteHomePage) .mainArea .wrap {
  max-width: 1500px;
}
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: #7B8C78;
  margin: 0 auto;
  text-align: center;
}
body.errorPage .mainArea .errorTitle {
  font-size: clamp(28px, 1.6vw, 32px);
  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 .default {
  width: 100%;
  background: #F5F3EE;
  position: relative;
  z-index: 2;
}
.Img .default::after {
  content: "";
  position: absolute;
  width: 50%;
  aspect-ratio: 221/171;
  background-image: url(../../images/tw/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.Img .default a {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

/* 共用的樣式 */
.titleBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.titleBox.textCenter {
  align-items: center;
  text-align: center;
}
.titleBox .title {
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(18px, 14px + 0.5208333333vw, 24px);
  color: #222222;
  letter-spacing: 0.08em;
}
.titleBox .title.whiteColor {
  color: #fff;
}
.titleBox .subtitle {
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #7B8C78;
  font-size: clamp(36px, 23.3333333333px + 1.6493055556vw, 55px);
  letter-spacing: 0.03em;
}
.titleBox .subtitle.secondColor {
  color: #DCE4B9;
}
.titleBox .text {
  color: #888888;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  line-height: 2;
  letter-spacing: 0.08em;
  max-width: 585px;
}
.titleBox .text.whiteColor {
  color: rgba(255, 255, 255, 0.6);
}

.btnBox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.btnBox.flex {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btnBox.flex.left {
  justify-content: flex-start;
}
.btnBox.flex.right {
  justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 100%;
  flex: 1;
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 200px;
  display: inline-block;
  font-size: clamp(14px, 0.8vw, 16px);
  line-height: 1.4;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    background-color: #DCE4B9;
    border-color: #DCE4B9;
    color: #7B8C78;
  }
}
.btnBox .btn.bgMain {
  background-color: #7B8C78;
  border: 1px solid #7B8C78;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    color: #7B8C78;
    background-color: #fff;
  }
}
.btnBox .btn.bgSecond {
  background-color: #DCE4B9;
  border: 1px solid #DCE4B9;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    color: #DCE4B9;
    background-color: #fff;
  }
}
.btnBox .customBtn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: clamp(150px, 70.2702702703px + 6.7567567568vw, 200px);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: clamp(8px, 1.6216216216px + 0.5405405405vw, 12px) clamp(15px, -0.9459459459px + 1.3513513514vw, 25px);
  gap: 10px;
}
.btnBox .customBtn .btnText {
  display: block;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
}
.btnBox .customBtn .icon {
  width: 20px;
  height: 20px;
  display: block;
  line-height: 0;
}
.btnBox .customBtn .icon svg {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.btnBox .customBtn.bgMain {
  background-color: #7B8C78;
  border-color: #7B8C78;
  color: #fff;
}
.btnBox .customBtn.bgMain:hover {
  background-color: #DCE4B9;
  border-color: #DCE4B9;
  color: #7B8C78;
}
.btnBox .customBtn.bgSecond {
  background-color: #DCE4B9;
  border-color: #DCE4B9;
  color: #7B8C78;
}
.btnBox .customBtn.bgSecond:hover {
  background-color: #7B8C78;
  border-color: #7B8C78;
  color: #fff;
}
.btnBox .customBtn.borderMain {
  border-color: #7B8C78;
  color: #7B8C78;
}
.btnBox .customBtn.borderMain:hover {
  background-color: #7B8C78;
  color: #fff;
}
.btnBox .customBtn.borderWhite {
  border-color: #fff;
  color: #fff;
}
.btnBox .customBtn.borderWhite:hover {
  border-color: #DCE4B9;
  background-color: #DCE4B9;
  color: #7B8C78;
}

.scrollDown {
  pointer-events: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #222222;
  animation: scrollDownAni 2s ease-in-out infinite;
}
@media (max-width: 480px) {
  .scrollDown {
    display: none;
  }
}
.scrollDown .text {
  font-size: 14px;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.08em;
}
.scrollDown .icon {
  width: 20px;
  height: 20px;
  display: block;
  line-height: 0;
}
.scrollDown .icon svg {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .scrollDown:hover {
    animation-play-state: paused;
  }
}

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

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

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #FFFCF6;
  pointer-events: none;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  max-height: calc(75vh - 50px);
  max-height: calc(75dvh - 50px);
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #7B8C78;
  border-radius: 10px;
}
.moduleBox .moduleContent {
  overflow-y: auto;
}
.moduleBox .moduleClose {
  width: 45px;
  aspect-ratio: 1/1;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  background-color: #7B8C78;
  transform: translate(-50%, -50%);
}
.moduleBox .moduleClose::before {
  transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.moduleBox .moduleClose::after {
  transform: rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 1181px) {
  .moduleBox .moduleClose:hover {
    transform: rotate(90deg);
  }
}
.moduleBox.privacy .moduleWrap {
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox .customBtn {
    width: 100%;
  }
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 10px 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #7B8C78;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1181px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #7B8C78;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: rgb(171.4704, 182.228, 169.572);
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: rgb(136.464, 151.73, 133.77);
  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: #7B8C78;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #EEEAE2;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox {
  /*提醒使用cookie彈窗*/
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.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: #7B8C78;
  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.service .moduleWrap {
  padding: 0;
  width: 85vw;
  max-width: 1180px;
  max-height: 540px;
  height: calc(80vh - 55px);
}
@media (max-width: 960px) {
  .moduleBox.service .moduleWrap {
    max-width: 580px;
    max-height: auto;
    padding: clamp(25px, 10px + 3.125vw, 40px);
    padding-top: 60px;
  }
}
.moduleBox.service .moduleClose {
  background-color: transparent;
  top: calc(clamp(60px, 33.3333333333px + 3.4722222222vw, 100px) / 2 - 25px);
  right: calc(clamp(60px, 33.3333333333px + 3.4722222222vw, 100px) / 2 - 25px);
}
.moduleBox.service .moduleClose::before, .moduleBox.service .moduleClose::after {
  background-color: #7B8C78;
  width: 80%;
}
.moduleBox.service .moduleContent {
  padding: 0;
  height: 100%;
}
@media (max-width: 960px) {
  .moduleBox.service .moduleContent {
    max-height: calc(80vh - 55px);
  }
}
.moduleBox.service .item {
  height: 100%;
  display: flex;
}
@media (max-width: 960px) {
  .moduleBox.service .item {
    flex-direction: column;
  }
}
.moduleBox.service .item > .title {
  display: none;
}
.moduleBox.service .item .imgBox {
  width: 50%;
  align-self: start;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 960px) {
  .moduleBox.service .item .imgBox {
    width: 100%;
    flex: 0 0 auto;
    aspect-ratio: 1/1;
    height: auto;
    align-items: flex-start;
  }
}
.moduleBox.service .item .imgBox .Img {
  height: 100%;
}
.moduleBox.service .item .imgBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.moduleBox.service .item .Txt {
  width: 58%;
  padding: clamp(60px, 33.3333333333px + 3.4722222222vw, 100px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1390px) {
  .moduleBox.service .item .Txt {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .moduleBox.service .item .Txt {
    width: 100%;
    padding: 0;
    padding-top: clamp(25px, 10px + 3.125vw, 40px);
  }
}
@media (min-width: 1181px) {
  .moduleBox.service {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 960px) {
  .moduleBox.service .imgBox {
    max-width: 390px;
  }
}
@media (max-width: 960px) {
  .moduleBox.service .Txt {
    padding-bottom: 10px !important;
  }
}
.moduleBox.service .Txt > .title {
  color: #7B8C78;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(24px, 20px + 0.5208333333vw, 30px);
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(123, 140, 120, 0.2);
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .moduleBox.service .Txt > .title {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
.moduleBox.service .Txt .textBox {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #888888;
}
.moduleBox.service .Txt .btnBox {
  margin-top: auto;
}
.moduleBox {
  /* 前team左圖右文彈窗 
  &.team {
      .moduleWrap {
          max-width: 1110px;
      }
      .item {
          .imgBox {
              background: #D9D9D9;
              @include media(960){
                  max-width: 500px;
              };
          }
          .Txt {
              width: 51%;
              height: 100%;
              display: flex;
              flex-direction: column;
              @include media(960){
  	width: 100%;
  	padding: 0;
  	padding-top: fluid(25,40,480,960);
  };
          }
          .topTitleBox {
              display: flex;
              flex-direction: column;
              gap: 5px;
              font-family: $secondFont;
              flex: 0 0 auto;
              .topTitle {
  	display: flex;
  	align-items: flex-end;
  	gap: fluid(5,10);
  	.title {
  		font-size: fluid(20,28);
  		letter-spacing: 0.08em;
  		line-height: 1.2;
  		a {
  			color: inherit;
  		}
  	}
  	.jobTitle {
  		font-size: 16px;
  		letter-spacing: 0.05em;
  		line-height: calc(fluid(20,28));
  	}
  }
              .subtitle {
                  font-size: 14px;
                  letter-spacing: 0.08em;
                  color: $mainColor;
              }
          }
          .expBox {
              width: 100%;
              flex: 1 1 auto;
              @include media(-961){
                  padding-right: 10px;
                  margin-right: -10px;
                  max-height: calc(100% - 0px);
                  overflow-y: auto;
                  @include scrollBar();
              };
          }
      }
  }
  */
  /*只放編輯器*/
}
.moduleBox.team .moduleWrap {
  padding: 0;
  width: 85vw;
  max-width: 1180px;
  max-height: 540px;
  height: clamp(405px, 270px + 14.0625vw, 540px);
}
@media (max-width: 960px) {
  .moduleBox.team .moduleWrap {
    height: calc(80vh - 55px);
    max-width: 580px;
    max-height: auto;
    padding: clamp(25px, 10px + 3.125vw, 40px);
    padding-top: 60px;
  }
}
.moduleBox.team .moduleClose {
  background-color: transparent;
  top: calc(clamp(60px, 33.3333333333px + 3.4722222222vw, 100px) / 2 - 25px);
  right: calc(clamp(60px, 33.3333333333px + 3.4722222222vw, 100px) / 2 - 25px);
}
.moduleBox.team .moduleClose::before, .moduleBox.team .moduleClose::after {
  background-color: #7B8C78;
  width: 80%;
}
.moduleBox.team .moduleContent {
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  max-height: none;
}
@media (max-width: 960px) {
  .moduleBox.team .moduleContent {
    max-height: calc(80vh - 55px);
  }
}
.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;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
  background-color: #FFFCF6;
  transition: opacity 1s ease-in-out;
}
.loadingArea .loadLogo {
  position: relative;
  opacity: 0;
  width: 80%;
  max-width: 350px;
}
.loadingArea .loadLogo::before {
  content: "";
  position: absolute;
  left: 28%;
  top: 52%;
  width: 55%;
  height: 70%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(220, 228, 185, 0.35) 0%, transparent 72%);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.loadingArea .loadLogo svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.loadingArea .loadLogo svg .icon {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: 50% 85%;
  will-change: opacity, transform;
}
.loadingArea .loadLogo svg .text_tw,
.loadingArea .loadLogo svg .text_en {
  opacity: 1;
}
.loadingArea .loadLogo svg .text_tw path,
.loadingArea .loadLogo svg .text_en path {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  will-change: opacity, transform;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  animation: loadLogoFadeIn 1s ease-in-out forwards;
}
.loadingArea.show .loadLogo::before {
  animation: loadLogoGlow 1.4s ease-in-out 0.2s forwards;
}
.loadingArea.show .loadLogo svg .icon {
  animation: loadLogoIconIntro 1.1s ease-in-out 0.15s forwards;
}
.loadingArea.show .loadLogo svg .text_tw path {
  animation: loadLogoCharTiltInL 0.9s ease-in-out forwards;
}
.loadingArea.show .loadLogo svg .text_tw path:nth-child(1) {
  animation-delay: 0.42s;
}
.loadingArea.show .loadLogo svg .text_tw path:nth-child(2) {
  animation-delay: 0.49s;
}
.loadingArea.show .loadLogo svg .text_tw path:nth-child(3) {
  animation-delay: 0.56s;
}
.loadingArea.show .loadLogo svg .text_tw path:nth-child(4) {
  animation-delay: 0.63s;
}
.loadingArea.show .loadLogo svg .text_tw path:nth-child(5) {
  animation-delay: 0.7s;
}
.loadingArea.show .loadLogo svg .text_tw path:nth-child(6) {
  animation-delay: 0.77s;
}
.loadingArea.show .loadLogo svg .text_tw path:nth-child(7) {
  animation-delay: 0.84s;
}
.loadingArea.show .loadLogo svg .text_tw path:nth-child(8) {
  animation-delay: 0.91s;
}
.loadingArea.show .loadLogo svg .text_tw path:nth-child(even) {
  animation-name: loadLogoCharTiltInR;
}
.loadingArea.show .loadLogo svg .text_en path {
  animation: loadLogoCharTiltInL 0.8s ease-in-out forwards;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(1) {
  animation-delay: 0.82s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(2) {
  animation-delay: 0.865s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(3) {
  animation-delay: 0.91s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(4) {
  animation-delay: 0.955s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(5) {
  animation-delay: 1s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(6) {
  animation-delay: 1.045s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(7) {
  animation-delay: 1.09s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(8) {
  animation-delay: 1.135s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(9) {
  animation-delay: 1.18s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(10) {
  animation-delay: 1.225s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(11) {
  animation-delay: 1.27s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(12) {
  animation-delay: 1.315s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(13) {
  animation-delay: 1.36s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(14) {
  animation-delay: 1.405s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(15) {
  animation-delay: 1.45s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(16) {
  animation-delay: 1.495s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(17) {
  animation-delay: 1.54s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(18) {
  animation-delay: 1.585s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(19) {
  animation-delay: 1.63s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(20) {
  animation-delay: 1.675s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(21) {
  animation-delay: 1.72s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(22) {
  animation-delay: 1.765s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(23) {
  animation-delay: 1.81s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(24) {
  animation-delay: 1.855s;
}
.loadingArea.show .loadLogo svg .text_en path:nth-child(even) {
  animation-name: loadLogoCharTiltInR;
}
.loadingArea.hide {
  opacity: 0;
}
.loadingArea.hide .loadLogo {
  animation: loadLogoOutro 0.9s ease-in-out forwards;
}
@media (prefers-reduced-motion: reduce) {
  .loadingArea .loadLogo,
  .loadingArea .loadLogo::before,
  .loadingArea .loadLogo svg .icon,
  .loadingArea .loadLogo svg .text_tw path,
  .loadingArea .loadLogo svg .text_en path {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(-10px);
}
header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F5F3EE;
  inset: 0;
  z-index: -1;
  transform: translateY(-100%);
}
header.isScroll::before {
  transform: translateY(0);
}
header .wrap {
  display: flex;
  align-items: center;
  gap: clamp(40px, 13.3333333333px + 3.4722222222vw, 80px);
  max-width: 1830px;
  height: 110px;
}
@media (max-width: 1180px) {
  header .wrap {
    justify-content: space-between;
    height: 80px;
  }
}
header .logo {
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  width: 60%;
  max-width: 220px;
  padding: 10px 0;
}
@media (max-width: 1180px) {
  header .logo {
    max-width: 180px;
  }
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
header .logo a img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
header .menuBox {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  height: 100%;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .menu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
header .menu > .menuItem {
  position: relative;
}
header .menu > .menuItem > span {
  display: block;
  height: 100%;
}
header .menu > .menuItem > span .mainLink {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(20px, -11.8918918919px + 2.7027027027vw, 40px);
  position: relative;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.05em;
}
header .menu > .menuItem > span .mainLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #7B8C78;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scaleX(0);
}
@media (min-width: 1181px) {
  header .menu > .menuItem > span .mainLink:hover {
    color: #7B8C78;
  }
  header .menu > .menuItem > span .mainLink:hover::before {
    transform: scaleX(1);
  }
}
header .menu > .menuItem > span .mainLink.current {
  color: #7B8C78;
}
header .menu > .menuItem > span .mainLink.current::before {
  transform: scaleX(1);
}
header .menu > .menuItem:has(.fullSubmenu) {
  position: static;
}
header .menu .submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #EEEAE2;
  padding: 10px;
  width: calc(100% + 40px);
  transform: translateX(-50%);
  display: none;
}
header .menu .submenu .submenuItem {
  position: relative;
}
header .menu .submenu .submenuItem:not(:last-child) a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #7B8C78;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scaleX(0);
}
header .menu .submenu .submenuItem a {
  display: block;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  color: #222222;
  text-align: center;
  position: relative;
}
@media (min-width: 1181px) {
  header .menu .submenu .submenuItem a:hover {
    color: #7B8C78;
  }
  header .menu .submenu .submenuItem a:hover::before {
    transform: scaleX(1);
  }
}
header .menu .submenu .submenuItem a.current {
  color: #7B8C78;
}
header .menu .submenu .submenuItem a.current::before {
  transform: scaleX(1);
}
header .menu .fullSubmenu {
  width: 100%;
  left: 0;
  transform: none;
  height: -moz-fit-content;
  height: fit-content;
  padding: clamp(20px, 4.0540540541px + 1.3513513514vw, 30px);
}
header .menu .fullSubmenu .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(20px, 4.0540540541px + 1.3513513514vw, 30px);
  height: calc(80dvh - 110px);
  max-height: 700px;
  overflow-y: auto;
}
header .menu .fullSubmenu .wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
header .menu .fullSubmenu .wrap::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
header .menu .fullSubmenu .wrap::-webkit-scrollbar-thumb {
  background: #7B8C78;
  border-radius: 10px;
}
header .menu .fullSubmenu .wrap {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  header .menu .fullSubmenu .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  header .menu .fullSubmenu .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  header .menu .fullSubmenu .wrap {
    height: calc(80dvh - 80px);
  }
}
header .menu .fullSubmenu .submenuItem {
  text-align: left;
  flex: 1;
  min-width: calc((100% - clamp(20px, 4.0540540541px + 1.3513513514vw, 30px) * 5) / 6);
}
header .menu .fullSubmenu .submenuItem > .submenuItemTitle {
  text-align: left;
  color: #7B8C78;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  padding-bottom: 10px;
}
header .menu .fullSubmenu .submenuItem a {
  text-align: left;
  padding: clamp(5px, -1.3783783784px + 0.5405405405vw, 9px) 0;
}
header .menu .fullSubmenu .submenuItem a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #7B8C78;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
}
header .menu .fullSubmenu .submenuItem .thirdMenu {
  padding-top: 5px;
}
header .menu .fullSubmenu .submenuItem .thirdMenu a.current::before {
  display: none;
}
@media (min-width: 1181px) {
  header .menu .fullSubmenu .submenuItem .thirdMenu a:hover::before {
    display: none;
  }
}
header .rightBox {
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  header .funcBox {
    display: none;
  }
}
@media (min-width: 1181px) {
  header .slideMenuTrigger {
    display: none;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  width: 50px;
  height: 50px;
  align-items: center;
  background-color: #7B8C78;
  border: 1px solid #7B8C78;
  border-radius: 20px 0 20px 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 20px;
  position: relative;
}
.slideMenuTrigger .line {
  width: 50%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  transform: translateY(8px);
}
.slideMenuTrigger.close {
  margin-left: 0;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1181px) {
  .slideMenuTrigger.close:hover span {
    transform: rotate(180deg);
  }
}
@media (min-width: 1181px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: transparent;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #7B8C78;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  }
  .slideMenuTrigger:hover span::before {
    transform: translateY(0) rotate(45deg);
  }
  .slideMenuTrigger:hover span::after {
    transform: translateY(0) rotate(-45deg);
  }
}

.slideMenuArea {
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  background: #F5F3EE;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(-100%);
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.slideMenuArea::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #7B8C78;
  border-radius: 10px;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.slideMenuArea.show .topBox {
  animation: slideDownAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  animation: slideDownAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea.show .btnBox {
  animation: slideDownAnimation 0.5s 1.2s ease-in-out both;
}
@media (min-width: 1181px) {
  .slideMenuArea.show {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
  }
}
.slideMenuArea .wrap {
  padding: 0 5vw;
}
.slideMenuArea .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 180px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 15px 0;
}
.slideMenuArea .menuBox .nav {
  display: flex;
  flex-direction: column;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
  border-bottom: 1px solid rgba(123, 140, 120, 0.4);
  transition: background-color 0.4s ease-in-out;
}
.slideMenuArea .menuBox .nav > .menuItem:first-child {
  border-top: 1px solid rgba(123, 140, 120, 0.4);
}
.slideMenuArea .menuBox .nav > .menuItem .mainLink {
  color: #222222;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-align: center;
  padding: clamp(15px, 12.2976501305px + 0.6527415144vw, 20px);
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem .mainLink.current {
  color: #7B8C78;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav > .menuItem .mainLink:hover {
    color: #7B8C78;
  }
}
@media (max-width: 480px) {
  .slideMenuArea .menuBox .nav > .menuItem .mainLink {
    font-size: 18px;
    padding: 18px 20px;
  }
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu .mainLink::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: bootstrap-icons;
  content: "\f282";
  font-size: 16px;
  color: inherit;
  transition: transform 0.4s ease-in-out;
}
@media (max-width: 360px) {
  .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu .mainLink::after {
    right: 15px;
  }
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open {
  background: #EEEAE2;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .mainLink {
  color: #7B8C78;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .mainLink::after {
  transform: translateY(-50%) rotate(-180deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  display: none;
  padding: 4px 20px 22px;
  text-align: center;
}
@media (max-width: 480px) {
  .slideMenuArea .menuBox .nav .submenu {
    padding: 0 20px 10px;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  display: block;
  padding: 4px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  color: #222222;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #7B8C78;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #7B8C78;
  }
}
.slideMenuArea .menuBox .nav .fullSubmenu {
  padding: 15px 0px;
}
@media (max-width: 480px) {
  .slideMenuArea .menuBox .nav .fullSubmenu {
    padding: 10px 0px;
  }
}
.slideMenuArea .menuBox .nav .fullSubmenu .wrap {
  padding: 0 !important;
}
.slideMenuArea .menuBox .nav .fullSubmenu .submenuItem a {
  padding: 5px 20px;
}
.slideMenuArea .menuBox .nav .fullSubmenu .submenuItem.hasDataList.open .hasThirdMenu::after {
  transform: translateY(-50%) rotate(-180deg);
}
.slideMenuArea .menuBox .nav .fullSubmenu .submenuItemTitle.hasThirdMenu {
  width: 100%;
  position: relative;
}
.slideMenuArea .menuBox .nav .fullSubmenu .submenuItemTitle.hasThirdMenu::after {
  content: "\f282";
  font-family: bootstrap-icons;
  font-size: 16px;
  color: inherit;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease-in-out;
}
@media (max-width: 480px) {
  .slideMenuArea .menuBox .nav .fullSubmenu .submenuItemTitle.hasThirdMenu::after {
    right: 15px;
  }
}
.slideMenuArea .menuBox .nav .fullSubmenu .thirdMenu {
  display: none;
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .fullSubmenu .thirdMenu a {
  color: #888888;
  font-size: 14px;
}
.slideMenuArea .menuBox .nav .fullSubmenu .thirdMenu a.current {
  color: #7B8C78;
}
.slideMenuArea .btnBox {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 360px) {
  .slideMenuArea .btnBox {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .slideMenuArea .btnBox .customBtn {
    width: 100%;
  }
}

.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;
}
@media (min-width: 1181px) {
  .slideMenuMask.show {
    opacity: 0;
    pointer-events: none;
  }
}

/*banner*/
.bannerIns {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerIns .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerIns .bannerItem {
  position: relative;
}
.bannerIns .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerIns .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1400px) {
  .bannerIns .bannerItem .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 360px;
  }
}
.bannerIns .bannerItem .Img img {
  transform: scale(1.03);
  filter: blur(5px);
}
.bannerIns .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.unitTitleArea {
  position: relative;
}
.unitTitleArea.indexPage .unitTitleBox > .wrap {
  max-width: 1700px;
}
.unitTitleArea:has(.bannerIns) .unitTitleBox > .wrap {
  justify-content: flex-end;
  padding-bottom: clamp(50px, 23.3333333333px + 3.4722222222vw, 90px);
}
.unitTitleArea:has(.bannerIns) .unitTitleBox {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 3;
}
.unitTitleArea:has(.bannerIns) .titleBox .subtitle {
  color: #333;
}
.unitTitleArea:has(.bannerIns) .bread a,
.unitTitleArea:has(.bannerIns) .bread span {
  color: #333;
}
.unitTitleArea:has(.bannerIns) .bread.arrow .wrap a + a::before,
.unitTitleArea:has(.bannerIns) .bread.arrow .wrap span + span::before,
.unitTitleArea:has(.bannerIns) .bread.arrow .wrap span + a::before,
.unitTitleArea:has(.bannerIns) .bread.arrow .wrap a + span::before {
  border-color: #333;
}
.unitTitleArea .unitTitleBox > .wrap {
  max-width: 1500px;
  padding-top: 150px;
  padding-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1180px) {
  .unitTitleArea .unitTitleBox > .wrap {
    padding-top: 110px;
    padding-bottom: 20px;
  }
}
.unitTitleArea .titleBox {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 11.6666666667px + 0.4340277778vw, 20px);
}
.unitTitleArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}

/*footer*/
footer {
  background-color: #7B8C78;
  padding: clamp(40px, 13.3333333333px + 3.4722222222vw, 80px) 0 clamp(30px, 13.3333333333px + 2.1701388889vw, 55px);
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 30px + 55px);
  }
}
footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6%;
  width: 50%;
  height: 100%;
  background-image: url("../../images/tw/footer_logo.svg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 1180px) {
  footer::before {
    aspect-ratio: 890/730;
    height: auto;
    width: 80%;
    max-width: 800px;
    bottom: 40px;
  }
}
footer .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
footer .leftBox {
  flex: 1;
  max-width: 1030px;
}
footer .storeList {
  display: flex;
  gap: 20px;
}
@media (max-width: 960px) {
  footer .storeList {
    flex-direction: column;
    gap: 25px;
  }
}
footer .storeItem {
  opacity: 0;
  transform: translateY(10px);
  flex: 1;
  max-width: clamp(250px, 74.5945945946px + 14.8648648649vw, 360px);
}
@media (max-width: 960px) {
  footer .storeItem {
    max-width: 100%;
  }
  footer .storeItem:not(:last-child) {
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(220, 228, 185, 0.4);
  }
}
footer .storeItem .item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .storeItem .title {
  font-size: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
footer .storeItem .time {
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
footer .storeItem .infoBox {
  padding-top: 1.5em;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 1.6666666667px + 0.4340277778vw, 10px);
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 960px) {
  footer .storeItem .infoBox {
    padding-top: 1em;
  }
}
footer .storeItem .infoBox a {
  color: #DCE4B9;
}
@media (min-width: 1181px) {
  footer .storeItem .infoBox a:hover {
    color: #fff;
  }
}
footer .storeItem .infoBox .phoneBox {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .storeItem .infoBox .phoneBox span {
  color: #DCE4B9;
}
footer .storeItem .social {
  padding-top: 1em;
  display: flex;
  align-items: center;
  gap: 1.5em;
}
footer .storeItem .social a {
  font-size: 16px;
  color: #fff;
}
@media (min-width: 1181px) {
  footer .storeItem .social a:hover {
    color: #DCE4B9;
  }
}
footer .copyrightBox {
  margin-top: clamp(30px, 23.3333333333px + 0.8680555556vw, 40px);
  padding-top: clamp(25px, 15px + 1.3020833333vw, 40px);
  border-top: 1px solid rgba(220, 228, 185, 0.4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(5px, 3px + 0.2604166667vw, 8px) clamp(5px, -1.6666666667px + 0.8680555556vw, 15px);
  color: #DCE4B9;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: right;
  opacity: 0;
  transform: translateY(10px);
}
footer .copyrightBox a {
  color: #DCE4B9;
}
@media (min-width: 1181px) {
  footer .copyrightBox a:hover {
    color: #fff;
  }
}
@media (max-width: 768px) {
  footer .copyrightBox {
    justify-content: flex-start;
    text-align: left;
  }
}
footer .goTopBox {
  position: absolute;
  top: 0;
  right: clamp(-55px, 905px + -50vw, 0px);
}
@media (max-width: 1810px) {
  footer .goTopBox {
    position: static;
    flex: 0 0 auto;
  }
}
footer .goTopBox {
  opacity: 0;
  transform: translateY(10px);
}
footer .goTopBox .goTop {
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  animation: goTopAni 2s ease-in-out infinite;
}
@media (min-width: 1181px) {
  footer .goTopBox .goTop:hover {
    animation-play-state: paused;
  }
}
footer .goTopBox .iconBox {
  width: clamp(40px, 34.6666666667px + 0.6944444444vw, 48px);
  height: clamp(40px, 34.6666666667px + 0.6944444444vw, 48px);
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .goTopBox .iconBox .icon {
  width: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  height: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  transform: rotate(-90deg);
}
footer .goTopBox .text {
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
}

.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: 0;
  z-index: 50;
  transform: translateY(100%);
}
.privacyArea.show {
  transform: translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  transform: translateY(100%);
}
.privacyArea .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #7B8C78;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #7B8C78;
  }
}
.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%;
  }
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #7B8C78;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  transform: translateY(10px);
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: flex;
}
.fixedQuickLink li {
  flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}

.reserveBtnFixBox {
  position: fixed;
  bottom: 70px;
  right: clamp(10px, -43.3333333333px + 6.9444444444vw, 90px);
  width: clamp(110px, 77.0119521912px + 7.96812749vw, 230px);
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 6.9003984064px + 0.2656042497vw, 12px);
}
.reserveBtnFixBox.dark .btnText,
.reserveBtnFixBox.dark .circleText {
  color: #fff;
}
.reserveBtnFixBox.dark .reserveSocialList a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
}
.reserveBtnFixBox .reserveSocialList {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 4.9003984064px + 0.2656042497vw, 10px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.reserveBtnFixBox .reserveSocialList a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 29.8007968127px + 0.5312084993vw, 40px);
  height: clamp(32px, 29.8007968127px + 0.5312084993vw, 40px);
  font-size: clamp(14px, 12.9003984064px + 0.2656042497vw, 18px);
  color: #222222;
  background-color: transparent;
  border: 1px solid rgba(123, 140, 120, 0.25);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.12));
}
.reserveBtnFixBox .reserveSocialList a .icon {
  display: block;
  width: clamp(10px, 9.4501992032px + 0.1328021248vw, 12px);
  height: clamp(18px, 16.9003984064px + 0.2656042497vw, 22px);
}
@media (min-width: 1181px) {
  .reserveBtnFixBox .reserveSocialList a:hover {
    color: #7B8C78;
    background-color: #fff;
    transform: scale(1.08);
  }
}
.reserveBtnFixBox .reserveSocialItem,
.reserveBtnFixBox .reserveBtnBox {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(10px) scale(0.8) rotate(-50deg);
}
.reserveBtnFixBox .reserveBtnBox {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.reserveBtnFixBox .reserveBtn {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 1181px) {
  .reserveBtnFixBox .reserveBtn:hover {
    color: inherit;
  }
  .reserveBtnFixBox .reserveBtn:hover .inner {
    transform: scale(0.95);
  }
}
.reserveBtnFixBox .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
}
.reserveBtnFixBox .Img {
  width: 35%;
  max-width: 67px;
  aspect-ratio: 1/1;
}
.reserveBtnFixBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.reserveBtnFixBox .btnText {
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(12px, 10.3505976096px + 0.3984063745vw, 18px);
  letter-spacing: 0.08em;
  color: #222222;
  padding-bottom: clamp(5px, 2.2509960159px + 0.6640106242vw, 15px);
  position: relative;
}
.reserveBtnFixBox .btnText::before {
  content: "";
  position: absolute;
  width: clamp(30px, 23.3333333333px + 0.8680555556vw, 40px);
  height: 1px;
  background-color: #7B8C78;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.reserveBtnFixBox .circleText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  pointer-events: none;
  color: #222222;
  transition: color 0.5s ease-in-out;
}
.reserveBtnFixBox .circleText text {
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  letter-spacing: 0.27em;
  fill: currentColor;
}

/*********內頁**********/
.mainArea {
  padding: clamp(30px, 16.6666666667px + 1.7361111111vw, 50px) 0;
  min-height: 80dvh;
  min-height: 80vh;
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  padding-top: 25px;
  opacity: 0;
  transform: translateY(10px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.bread .wrap {
  padding: 0;
  margin: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bread .wrap > a:first-child {
  position: relative;
  padding-left: 25px;
}
.bread .wrap > a:first-child::after {
  content: "\f422";
  color: inherit;
  font-family: bootstrap-icons;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 1181px) {
  .bread .wrap > a:first-child:hover::after {
    color: inherit;
  }
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #888888;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #7B8C78;
  }
}
.bread .wrap span {
  color: #888888;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  font-size: clamp(24px, 21.3333333333px + 0.3472222222vw, 28px);
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  padding: clamp(12px, 6.6666666667px + 0.6944444444vw, 20px) 0;
  position: relative;
  border-bottom: 1px solid rgba(123, 140, 120, 0.4);
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid rgba(123, 140, 120, 0.4);
  color: #222222;
  font-size: clamp(20px, 17.3333333333px + 0.3472222222vw, 24px);
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  margin-bottom: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  padding: clamp(10px, 3.3333333333px + 0.8680555556vw, 20px) 0;
}

.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: #7B8C78;
  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 {
  padding-bottom: clamp(10px, 0px + 1.3020833333vw, 25px);
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    background-color: #FFFCF6;
    color: #888888;
    display: block;
    padding: 10px 15px;
    line-height: 1.5;
    font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
    font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
    letter-spacing: 0.05em;
    border-radius: 30px;
    text-align: center;
    transition: all 0.4s ease-in-out;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #7B8C78;
    color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #7B8C78;
    color: #fff;
  }
}

@media (min-width: 1181px) {
  .classBoxColumn {
    max-height: 80dvh;
    overflow-y: auto;
  }
  .classBoxColumn::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .classBoxColumn::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
  }
  .classBoxColumn::-webkit-scrollbar-thumb {
    background: #7B8C78;
    border-radius: 10px;
  }
  .classBoxColumn {
    padding-right: 15px;
  }
  .classBoxColumn .classItem > a {
    display: block;
    padding: 5px 0;
    font-size: clamp(16px, 13.3333333333px + 0.3472222222vw, 20px);
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
    transition: all 0.4s ease-in-out;
    position: relative;
  }
  .classBoxColumn .classItem > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(123, 140, 120, 0.4);
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s ease-in-out;
  }
  .classBoxColumn .classItem > a.current {
    color: #7B8C78;
  }
  .classBoxColumn .classItem > a.current::before {
    transform: scaleX(1);
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classItem > a:hover {
    color: #7B8C78;
  }
  .classBoxColumn .classItem > a:hover::before {
    transform: scaleX(1);
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classItem ul {
    margin: 5px 0;
    padding-left: 20px;
  }
  .classBoxColumn .classItem ul li a {
    display: block;
    width: 100%;
    padding: clamp(3px, 1.6666666667px + 0.1736111111vw, 5px) 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  }
  .classBoxColumn .classItem ul li a.current {
    color: #7B8C78;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classItem ul li a:hover {
    color: #7B8C78;
  }
}

@media (max-width: 1180px) {
  .classBoxRow .classLink,
  .classBoxColumn .classLink {
    width: 100%;
    max-height: 65dvh;
    background-color: #EEEAE2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: auto;
    position: absolute;
  }
  .classBoxRow .classLink::-webkit-scrollbar,
  .classBoxColumn .classLink::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .classBoxRow .classLink::-webkit-scrollbar-track,
  .classBoxColumn .classLink::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
  }
  .classBoxRow .classLink::-webkit-scrollbar-thumb,
  .classBoxColumn .classLink::-webkit-scrollbar-thumb {
    background: #7B8C78;
    border-radius: 10px;
  }
  .classBoxRow .classLink,
  .classBoxColumn .classLink {
    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 .classItem ul,
  .classBoxColumn .classLink > li ul,
  .classBoxColumn .classLink .classItem ul {
    display: block;
    padding: 3px 0 10px;
    background-color: #FFFCF6;
  }
  .classBoxRow .classLink > li ul a,
  .classBoxRow .classLink .classItem ul a,
  .classBoxColumn .classLink > li ul a,
  .classBoxColumn .classLink .classItem ul a {
    padding: 5px 0;
    padding-left: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    position: relative;
  }
  .classBoxRow .classLink > li ul a.current,
  .classBoxRow .classLink .classItem ul a.current,
  .classBoxColumn .classLink > li ul a.current,
  .classBoxColumn .classLink .classItem ul a.current {
    color: #7B8C78;
    background-color: transparent;
  }
}
@media (max-width: 1180px) and (min-width: 1181px) {
  .classBoxRow .classLink > li ul a:hover,
  .classBoxRow .classLink .classItem ul a:hover,
  .classBoxColumn .classLink > li ul a:hover,
  .classBoxColumn .classLink .classItem ul a:hover {
    color: #7B8C78;
    background-color: transparent;
  }
}
@media (max-width: 1180px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #000;
    background-color: #FFFCF6;
    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: #7B8C78;
    color: #fff;
  }
}

/*頁碼*/
.pageBox .pageList {
  align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .pageBox .pageList {
    padding: 30px 0;
  }
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .pageBox .pageList a:hover {
    border: 1px solid #7B8C78;
    background-color: #7B8C78;
    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: #7B8C78;
  }
}
.pageBox .pageList.number a.current {
  border: 1px solid #7B8C78;
  background-color: #7B8C78;
  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 #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
@media (min-width: 1180px) {
  .pageBox .pageList.number .pageNumberSelect {
    display: none;
  }
}
@media (max-width: 768px) {
  .pageBox .pageList.number {
    margin-top: 30px;
  }
}
.pageBox .pageList.prevnext {
  margin-top: 60px;
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext {
    margin-top: 40px;
  }
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.tagBox b {
  display: inline-block;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  color: #888888;
  letter-spacing: 0.05em;
}
.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 #7B8C78;
  border-radius: 30px;
  font-size: 13px;
  color: #7B8C78;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
@media (min-width: 1181px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #7B8C78;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #7B8C78;
}
.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: #7B8C78;
  color: #fff;
}

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

/*相簿*/
.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumBox .albumListMain .albumItem {
  height: 400px;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  aspect-ratio: 4/3;
  padding: 0 5px;
}

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

/*對應&相關*/
.sideDataArea .slick-track {
  margin: 0;
  display: flex;
  align-items: stretch;
}
.sideDataArea .slick-slide {
  height: auto !important;
}
.sideDataArea .slick-slide > div {
  height: 100%;
}
.sideDataArea .slick-slide .sideDataItem {
  height: 100%;
}
.sideDataArea .slick-slide .item {
  height: 100%;
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
@media (max-width: 960px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
@media (max-width: 960px) {
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}

/*社群分享*/
.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: #888888;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #888888;
  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 {
    opacity: 0.8;
  }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  fill: #888888;
}
.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:not(.loaded), .Img.observerSlick:not(.loaded) {
  animation: imgLoading 0.9s ease infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
  background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  transition: all 1.2s ease !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.dotsBox .slick-dots {
  position: static;
  inset: auto;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 5px;
}
.dotsBox .slick-dots li {
  pointer-events: auto;
  margin: 0;
  width: 18px;
  height: 18px;
}
.dotsBox .slick-dots li button {
  border-radius: 50%;
  height: inherit;
  width: inherit;
}
.dotsBox .slick-dots li button::before {
  content: "";
  border-radius: inherit;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #7B8C78;
  opacity: 1;
}
.dotsBox .slick-dots li button::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #7B8C78;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}
.dotsBox .slick-dots li.slick-active button::after {
  transform: scale(1);
  opacity: 1;
}
.dotsBox .slick-dots li.slick-active button::before {
  background-color: #7B8C78;
}
@media (min-width: 1181px) {
  .dotsBox .slick-dots li:hover button::after {
    transform: scale(1);
    opacity: 1;
  }
}
.dotsBox .slick-dots.banner li {
  width: 22px;
  height: 22px;
}
.dotsBox .slick-dots.banner li button::before {
  width: 4px;
  height: 4px;
  background-color: #DCE4B9;
}
.dotsBox .slick-dots.banner li.slick-active button::before {
  background-color: #7B8C78;
}
.dotsBox .slick-dots.center {
  justify-content: center;
}

.arrowBox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.arrowBox.full {
  width: 100%;
  justify-content: space-between;
}
.arrowBox.white .arrowBtn {
  border-color: #fff;
}
.arrowBox.white .arrowBtn::after {
  background-color: #fff;
}
@media (min-width: 1181px) {
  .arrowBox.white .arrowBtn:hover {
    background-color: #fff;
  }
  .arrowBox.white .arrowBtn:hover::after {
    background-color: #7B8C78;
  }
}
.arrowBox .arrowBtn {
  pointer-events: auto;
  cursor: pointer;
  width: clamp(40px, 34.6666666667px + 0.6944444444vw, 48px);
  height: clamp(40px, 34.6666666667px + 0.6944444444vw, 48px);
  border: 1px solid #7B8C78;
  border-radius: 50%;
  position: relative;
}
.arrowBox .arrowBtn::after {
  content: "";
  position: absolute;
  width: clamp(15px, 11.6666666667px + 0.4340277778vw, 20px);
  height: clamp(15px, 11.6666666667px + 0.4340277778vw, 20px);
  background-color: #7B8C78;
  -webkit-mask-image: url(../../images/icon_arrow.svg);
          mask-image: url(../../images/icon_arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.arrowBox .arrowBtn.slickPrev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (min-width: 1181px) {
  .arrowBox .arrowBtn:hover {
    background-color: #7B8C78;
  }
  .arrowBox .arrowBtn:hover::after {
    background-color: #fff;
  }
}
.arrowBox .arrowBtn.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.decoStarBox {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 94/108;
  width: clamp(60px, 36.6666666667px + 3.0381944444vw, 95px);
}

.decoStar {
  display: block;
  aspect-ratio: 1/1;
  width: clamp(50px, 30px + 2.6041666667vw, 80px);
  -webkit-mask-image: url(../../images/deco_star.svg);
          mask-image: url(../../images/deco_star.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #DCE4B9;
}
.decoStar.dark {
  background-color: #7B8C78;
}
.decoStar {
  position: absolute;
}
.decoStar:nth-child(1 of .decoStar) {
  width: clamp(50px, 30px + 2.6041666667vw, 80px);
  top: 0;
  right: 0;
  animation: starFlickerScale 1s ease infinite alternate;
}
.decoStar:nth-child(2 of .decoStar) {
  width: clamp(30px, 18px + 1.5625vw, 48px);
  bottom: 0;
  left: 0;
  animation: starFlickerScale 1s 0.5s ease infinite alternate;
}
.decoStar:nth-child(2 of .decoStar).dark {
  background-color: rgba(123, 140, 120, 0.6);
}