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

.controlBox .dotsBox .slick-dots button, .controlBox .arrowBox .arrow svg, .controlBox .arrowBox .arrow, .sideDataArea .sideDataList .Txt .title, .sideDataArea .sideDataList .imgBox .dogFoot .circle, .sideDataArea .sideDataList .imgBox .dogFoot .foot, .sideDataArea .sideDataList .imgBox .dogFoot, .sideDataArea .sideDataList .imgBox::before, .sideDataArea .sideDataList .imgBox, .pageBox .pageList a.nextBtn::after, .pageBox .pageList a.prevBtn::after, .classBox a,
.classBox span, .privacyArea, footer .footerMenu .submenu a::before, footer .goTopBox .goTop .text, footer .goTopBox .goTop .arrow, footer .goTopBox .goTop::before, footer .goTopBox .goTop, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .menu .mainLink span::before, .topFunctionBox .languageBox .languageList, .loadingArea.show, .loadingArea .loadLogo, .moduleMask, .moduleBox.search .searchBox button, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox .moduleClose, .btnBox .btn, .scrollHint, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.5s cubic-bezier(0.31, 0.09, 0.29, 1);
}

.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: "Raleway", "Noto Sans 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(132, 98, 57, 0.3);
  }
  100% {
    transform: scale(1.3);
    background-color: transparent;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollHorizontal {
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes footAnimation {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  33.33% {
    opacity: 1;
    transform: translate(8px, -8px);
  }
  66.67% {
    opacity: 0;
    transform: translate(10px, -10px);
  }
  100% {
    opacity: 0;
    transform: translate(10px, -10px);
  }
}
@keyframes flowerAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(40deg);
  }
}
@keyframes boneAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-40deg);
  }
}
@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
address {
  font-style: normal;
}

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

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

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

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

:root {
  --headerHeight: 108px;
}
@media (max-width: 1366px) {
  :root {
    --headerHeight: 92px;
  }
}
@media (max-width: 1180px) {
  :root {
    --headerHeight: 70px;
  }
}
@media (max-width: 575px) {
  :root {
    --headerHeight: 52px;
  }
}

body {
  font-family: "Raleway", "Chiron GoRound TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #424242;
  background-color: #FBF5F1;
}
body.overflow, body.disableScroll, body.loadingOverflow {
  overflow: hidden;
}
body:not(.WebSiteHomePage) .outerWrap {
  padding-top: calc(var(--headerHeight) + 20px);
}
body:not(.WebSiteHomePage) .footerAboutDog {
  display: none;
}
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: #846239;
  margin: 0 auto;
  text-align: center;
}
body.errorPage .mainArea .errorTitle {
  font-size: clamp(26px, 3vw, 35px);
  font-weight: 500;
  margin-bottom: 10px;
}
body.errorPage .mainArea .errorCode {
  font-size: clamp(32px, 2.6vw, 50px);
}
body.errorPage .mainArea .errorText {
  font-size: clamp(18px, 1.87vw, 22px);
  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;
}

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

/* 共用的樣式 */
.titleBox {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  text-align: center;
}
.titleBox.textLeft {
  margin-left: 0;
}
.titleBox.noMargin {
  margin-bottom: 0;
}
.titleBox .decoTitle {
  font-family: "Love Ya Like A Sister", "Microsoft JhengHei", sans-serif;
  font-size: clamp(54px, 5.2vw, 100px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  color: #846239;
  margin-bottom: 6px;
}
.titleBox .title {
  position: relative;
  font-size: clamp(26px, 3vw, 35px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: normal;
  color: #45372C;
}
.titleBox .title span {
  position: relative;
  background-color: #FBF5F1;
  border-radius: 64px;
  padding: 0.25em 0.625em;
  z-index: 1;
}
.titleBox .title::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 95%;
  height: auto;
  background: transparent;
  aspect-ratio: 447/38;
  background-image: url("../../images/deco/title-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.titleBox .subtitle {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: normal;
  color: #846239;
  margin-top: 1.625em;
}
.titleBox .text {
  font-size: clamp(15px, 1.11vw, 17px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #424242;
  margin-top: 0.85em;
}

.btnBox {
  margin-top: 20px;
}
.btnBox.noMargin {
  margin-top: 0;
}
.btnBox.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.btnBox.flex.left {
  justify-content: flex-start;
}
.btnBox.flex.right {
  justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 220px;
  flex: 1;
}
@media (max-width: 768px) {
  .btnBox.flex .btn {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .btnBox.flex .btn {
    max-width: 180px;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: clamp(200px, 13.85vw, 266px);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: normal;
  color: #424242;
  text-align: center;
  border-radius: 54px;
  border: 2px solid #846239;
  padding: 0.8em 1em;
  z-index: 1;
}
.btnBox .btn.small {
  font-size: 16px;
  padding: 0.6em 1em;
}
@media (max-width: 768px) {
  .btnBox .btn.small {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .btnBox .btn.small {
    font-size: 14px;
  }
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    background-color: #FFC976;
    border-color: #FFC976;
    color: #846239;
  }
}
.btnBox .btn.bgMain {
  color: #fff;
  background-color: #846239;
  border-color: #846239;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    color: #fff;
    background-color: #C8A076;
    border-color: #45372C;
  }
}
.btnBox .btn.bgSecond {
  color: #fff;
  background-color: #C8A076;
  border-color: #C8A076;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    color: #45372C;
    background-color: #FFC976;
    border-color: #846239;
  }
}

/* 共用的樣式 END */
.outerWrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  max-width: 1600px;
  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;
  }
}
.wrap.full {
  max-width: none;
}

/*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: #FBF5F1;
  border-radius: clamp(20px, 2vw, 30px);
  pointer-events: none;
  padding: 60px 20px 30px 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .moduleBox .moduleWrap {
    padding: 54px 10px 20px 20px;
  }
}
.moduleBox .moduleTitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #45372C;
  margin-bottom: 0.5em;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: 75vh;
  max-height: 75dvh;
  padding-right: 10px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #846239;
}
.moduleBox .moduleClose {
  width: 46px;
  height: 46px;
  background: none;
  background-color: #846239;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.moduleBox .moduleClose::before {
  transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .moduleBox .moduleClose:hover {
    background-color: #000;
  }
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 60px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  text-align: left;
}
@media (max-width: 768px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
  }
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #424242;
}
@media (max-width: 1180px) {
  .moduleBox.privacy .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  margin-top: 20px;
}
.moduleBox.privacy .btnBox.flex {
  justify-content: space-between;
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox.flex {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox.full .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox .btn:not(.textLink) {
    width: 100%;
    max-width: none;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.moduleBox.privacy .customList .topBox .subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: normal;
  color: #424242;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 1180px) {
  .moduleBox.privacy .customList .topBox .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .moduleBox.privacy .customList .topBox .subtitle {
    font-size: 14px;
  }
}
.moduleBox.privacy .customList .topBox .trigger {
  position: absolute;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: normal;
  color: #424242;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .moduleBox.privacy .customList .topBox .trigger {
    font-size: 14px;
  }
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: normal;
  color: #846239;
}
@media (max-width: 1180px) {
  .moduleBox.privacy .customList .topBox .trigger .alwaysOn {
    font-size: 14px;
  }
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: rgb(185.8761904762, 144.6444444444, 94.9238095238);
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: rgb(149.8095238095, 111.2222222222, 64.6904761905);
  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%);
}
.moduleBox.privacy .customList .text {
  background-color: #f0f0f0;
  padding: 1em;
}
.moduleBox {
  /*洽詢車&購物車*/
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #846239;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #846239;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #846239;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #846239;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox {
  /*訂單查詢*/
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox {
  /*搜尋*/
}
.moduleBox.search .moduleWrap {
  max-width: 500px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #424242;
  background-color: #fff;
  border: 1px solid #C8A076;
  border-radius: 50px;
  padding: 0.375em 0.375em 0.375em 1.5em;
}
@media (max-width: 1180px) {
  .moduleBox.search .searchBox {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .moduleBox.search .searchBox {
    font-size: 14px;
  }
}
.moduleBox.search .searchBox input[type=text] {
  position: relative;
  display: block;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  font-size: 1em;
  border: 0;
  outline: 0;
  background: transparent;
}
.moduleBox.search .searchBox button {
  display: block;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  font-size: 1.25em;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: #846239;
  text-align: center;
  z-index: 1;
}
@media (min-width: 1181px) {
  .moduleBox.search .searchBox button:hover {
    background: #45372C;
  }
}
.moduleBox {
  /*提醒使用cookie彈窗*/
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

/*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;
  transition: all 0.1s ease-in-out;
}
.loadingArea:before, .loadingArea:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% + 1px);
  background-color: #FBF5F1;
  transition: 0.6s all ease-in-out;
}
.loadingArea:before {
  left: 0;
}
.loadingArea:after {
  right: 0;
}
.loadingArea .loadLogo {
  width: 300px;
  opacity: 0;
  translate: 0 -30px;
}
@media (max-width: 768px) {
  .loadingArea .loadLogo {
    width: 260px;
  }
}
@media (max-width: 480px) {
  .loadingArea .loadLogo {
    width: 240px;
  }
}
.loadingArea .loadLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  opacity: 1;
  translate: 0 0;
}
.loadingArea.hide:before, .loadingArea.hide:after {
  width: 0;
  transition-delay: 0.4s;
}
.loadingArea.hide .loadLogo {
  opacity: 0;
  translate: 0 30px;
}

/* 彈窗 & 其他功能 */
.topFunctionBox {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 1180px) {
  .topFunctionBox {
    display: none;
  }
}
.topFunctionBox .wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px;
  padding-top: 5px;
}
.topFunctionBox .wrap > a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .wrap > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox {
  position: relative;
  z-index: 1;
}
.topFunctionBox .loginBox > a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .loginBox > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 160px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media (min-width: 1181px) {
  .topFunctionBox .loginBox:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}
.topFunctionBox .searchBox {
  display: flex;
}
.topFunctionBox .searchBox input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  background-color: #fafafa;
}
.topFunctionBox .searchBox button {
  flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background-color: #846239;
}
.topFunctionBox .languageBox {
  margin: 0 15px 0 10px;
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.topFunctionBox .languageBox .languageCurrent {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
}
.topFunctionBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(100%, -50%) rotate(45deg);
}
.topFunctionBox .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.topFunctionBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(10px);
}
.topFunctionBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.topFunctionBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 1181px) {
  .topFunctionBox .languageBox .languageList li a:hover {
    background-color: #846239;
    color: #fff;
  }
}
.topFunctionBox .languageBox .languageList li a.current {
  background-color: #846239;
  color: #fff;
}

/*header*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 51;
}
header .wrap {
  position: relative;
  display: flex;
  max-width: 1760px;
  padding-left: 0;
  margin-left: 0;
}
@media (max-width: 1366px) {
  header .wrap {
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  header .wrap {
    padding-right: 10px;
  }
}
header .leftBox {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 245px;
  background-color: #fff;
  border-bottom-right-radius: 30px;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  header .leftBox {
    width: 220px;
  }
}
@media (max-width: 575px) {
  header .leftBox {
    width: 200px;
    border-bottom-right-radius: 20px;
  }
}
header .rightBox {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: unset;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 24px 0 24px 24px;
}
@media (max-width: 1366px) {
  header .rightBox {
    padding: 16px 0 16px 24px;
  }
}
@media (max-width: 1180px) {
  header .rightBox {
    padding: 10px 0 10px 24px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 575px) {
  header .rightBox {
    padding: 4px 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
header .logo {
  display: block;
  width: 85%;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
header .menuBox {
  position: relative;
  flex: 1 1 auto;
  max-width: 980px;
  margin-left: auto;
  align-self: center;
  pointer-events: auto;
}
@media (max-width: 1366px) {
  header .menuBox {
    max-width: 850px;
  }
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header {
  /*menu*/
}
header .menu {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  background-color: #846239;
  padding: 0 24px;
}
header .menu::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: calc(100% + 40px);
  height: calc(100% + 4px);
  background: transparent;
  border-radius: inherit;
  background-origin: border-box;
  background-clip: border-box;
  background-image: url("../../images/deco/heder-bg-l.png"), url("../../images/deco/heder-bg-r.png"), url("../../images/deco/heder-bg-b.png"), url("../../images/deco/heder-bg-t.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, 50% bottom, 50% top;
  background-size: 20px 100%, 20px 100%, calc(100% - 40px) 4px, calc(100% - 40px) 4px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
header .menu > .menuItem {
  position: relative;
}
header .menu .mainLink {
  display: block;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  padding: 1em 0.9em;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  header .menu .mainLink {
    font-size: 17px;
  }
}
header .menu .mainLink.current {
  color: #FFC976;
}
header .menu .mainLink.current span::before {
  width: 130%;
}
@media (min-width: 1181px) {
  header .menu .mainLink:hover {
    color: #FFC976;
  }
  header .menu .mainLink:hover span::before {
    opacity: 1;
    transform: translateY(0);
  }
}
header .menu .mainLink span {
  position: relative;
  display: block;
}
header .menu .mainLink span::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 130%;
  height: auto;
  background: transparent;
  aspect-ratio: 10/1;
  background-image: url("../../images/deco/menuLine.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -2px;
  left: 50%;
  translate: -50% 100%;
  opacity: 0;
  transform: translateY(10px);
}
header .menu .submenu {
  position: absolute;
  display: none;
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #424242;
  background-color: #f7f7f7;
  border-radius: 1em;
  padding: 0.625em;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  text-align: center;
}
header .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
header .menu .submenu .submenuItem + .submenuItem {
  border-top: 1px solid #C8A076;
  padding-top: 0.5em;
  margin-top: 0.5em;
}
header .menu .submenu a {
  display: block;
  font-size: 1em;
  color: inherit;
}
header .menu .submenu a.current {
  color: #846239;
}
@media (min-width: 1181px) {
  header .menu .submenu a:hover {
    color: #846239;
  }
}
header .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 20px;
}
header .menu .submenu.fullSubmenu {
  width: 100%;
  background-color: #f7f7f7;
  position: fixed;
  left: 0;
  top: 120px;
  transform: translateX(0);
}
header .menu .submenu.fullSubmenu .wrap {
  height: auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
}
header .menu .submenu.fullSubmenu ul {
  display: block;
}
header .menu .submenu.fullSubmenu a {
  background-color: transparent;
}
header .menu .submenu.fullSubmenu a.current {
  color: #846239;
}
@media (min-width: 1181px) {
  header .menu .submenu.fullSubmenu a:hover {
    color: #846239;
  }
}
header .menu .submenu.fullSubmenu .submenuItem {
  width: 100%;
  max-width: 220px;
  padding: 0 20px;
  text-align: left;
}
header .menu .submenu.fullSubmenu .submenuItemTitle {
  color: #000;
  font-weight: 500;
  line-height: 20px;
}
header .menu .submenu.twoLayers .submenuItem {
  position: relative;
}
header .menu .submenu.twoLayers .thirdMenu {
  width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
}
header .menu .submenu.twoLayers .thirdMenuItem {
  width: 100%;
}
header .searchBtn {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #C8A076;
  -webkit-mask-image: url("../../images/deco/searchBg.svg");
          mask-image: url("../../images/deco/searchBg.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  header .searchBtn {
    width: 50px;
  }
}
@media (max-width: 575px) {
  header .searchBtn {
    width: 44px;
  }
}
@media (min-width: 1181px) {
  header .searchBtn:hover {
    background-color: #846239;
  }
}
header .searchBtn svg {
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
}
header .slideMenuTrigger {
  pointer-events: auto;
}
@media (min-width: 1181px) {
  header .slideMenuTrigger {
    display: none;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #846239;
  -webkit-mask-image: url("../../images/deco/searchBg.svg");
          mask-image: url("../../images/deco/searchBg.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .slideMenuTrigger {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .slideMenuTrigger {
    width: 44px;
  }
}
.slideMenuTrigger svg {
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
}
.slideMenuTrigger .line {
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  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: 2px;
  background-color: #fff;
  border-radius: 20px;
  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: #FFC976;
  }
  .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: #846239;
    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 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  background-color: #FBF3EE;
  padding-top: 10px;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  opacity: 0;
  overflow-x: hidden;
  pointer-events: none;
  z-index: 99;
  transform: translateX(100%);
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f7f7f7;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #846239;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.slideMenuArea.show .topBox {
  animation: slideLeftAnimation 0.4s 0.6s cubic-bezier(0.31, 0.09, 0.29, 1) both;
}
.slideMenuArea.show .menuBox {
  animation: slideLeftAnimation 0.4s 0.8s cubic-bezier(0.31, 0.09, 0.29, 1) both;
}
@media (min-width: 1181px) {
  .slideMenuArea.show {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
  }
}
.slideMenuArea .wrap {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: unset;
  flex-direction: column;
  row-gap: 24px;
}
.slideMenuArea .topBox {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.slideMenuArea .topBox .slideMenuLogo {
  position: relative;
  flex: 0 0 auto;
  width: 160px;
}
@media (max-width: 480px) {
  .slideMenuArea .topBox .slideMenuLogo {
    width: 140px;
  }
}
.slideMenuArea .topBox .slideMenuLogo a {
  display: block;
  width: 100%;
}
.slideMenuArea .topBox .slideMenuLogo a img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.slideMenuArea .menuBox {
  position: relative;
  flex: 1 1 auto;
}
.slideMenuArea .menuBox .nav {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #846239;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
  background-color: #846239;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem .mainLink {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #45372C;
  text-align: center;
  padding: 16px 0;
}
@media (max-width: 480px) {
  .slideMenuArea .menuBox .nav > .menuItem .mainLink {
    font-size: 16px;
  }
}
.slideMenuArea .menuBox .nav > .menuItem .mainLink.current {
  color: #846239;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav > .menuItem .mainLink:hover {
    color: #846239;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  display: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #424242;
  text-align: center;
}
@media (max-width: 768px) {
  .slideMenuArea .menuBox .nav .submenu {
    font-size: 14px;
  }
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
  transform: translate(-50%, 0) rotate(0deg);
}
.slideMenuArea .menuBox .nav .submenu a {
  display: block;
  font-size: 1em;
  color: inherit;
  padding: 0.5em 0;
}
.slideMenuArea .menuBox .nav .submenu a.current {
  color: #846239;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .submenu a:hover {
    color: #846239;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #846239;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
  background-color: #846239;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  padding: 5px 0px 5px 15px;
  display: none;
}
.slideMenuArea .phoneLink {
  position: relative;
  flex: 0 0 auto;
}
.slideMenuArea .phoneLink a {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: normal;
  color: #846239;
}
@media (max-width: 480px) {
  .slideMenuArea .phoneLink a {
    font-size: 16px;
  }
}
@media (min-width: 1181px) {
  .slideMenuArea .phoneLink a:hover {
    color: #FFC976;
  }
}
.slideMenuArea .phoneLink a i {
  font-size: 0.825em;
  border-right: 1px solid #C8A076;
  padding-right: 0.9em;
  margin-right: 0.8em;
}

.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 */
.insBannerArea {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  z-index: 1;
}
.insBannerArea .bannerBox {
  position: relative;
}
.insBannerArea .Img {
  border-radius: 30px;
  border: 8px solid #fff;
  overflow: hidden;
}
.insBannerArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.insBannerArea .Img + .Txt {
  margin-top: 10px;
}
.insBannerArea .Txt {
  position: relative;
  text-align: center;
}
.insBannerArea .Txt .title {
  font-size: clamp(26px, 3vw, 35px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #45372C;
}
.insBannerArea .wrap {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: unset;
  flex-direction: column;
}

/*footer*/
footer {
  position: relative;
  background-color: #846239;
  padding: 80px 0 70px;
  z-index: 1;
}
@media (max-width: 1180px) {
  footer {
    padding: 60px 0 40px;
  }
}
footer::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 100%;
  height: clamp(80px, 7.3vw, 140px);
  background: transparent;
  background-image: url("../../images/deco/footer-border.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 1px;
  left: 0;
  translate: 0 -100%;
  z-index: 1;
}
footer .footerAboutDog {
  display: block;
  width: clamp(200px, 25.47vw, 489px);
  position: absolute;
  top: auto;
  right: clamp(20px, 7.8vw, 150px);
  bottom: 105%;
  left: auto;
  pointer-events: none;
}
@media (max-width: 1536px) {
  footer .footerAboutDog {
    right: 20px;
  }
}
@media (max-width: 991px) {
  footer .footerAboutDog {
    width: clamp(100px, 22.2vw, 220px);
    right: 5px;
  }
}
footer .footerAboutDog .dog {
  position: relative;
}
footer .footerAboutDog .line {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
footer .footerAboutDog .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
footer .goTopBox {
  position: absolute;
  top: -37%;
  right: 58px;
  bottom: auto;
  left: auto;
  z-index: 1;
}
@media (max-width: 1536px) {
  footer .goTopBox {
    top: -33%;
    right: 20px;
  }
}
@media (max-width: 1366px) {
  footer .goTopBox {
    top: -28%;
  }
}
@media (max-width: 1180px) {
  footer .goTopBox {
    top: -20%;
  }
}
@media (max-width: 991px) {
  footer .goTopBox {
    right: unset;
    left: 20px;
  }
}
@media (max-width: 768px) {
  footer .goTopBox {
    top: -14%;
  }
}
@media (max-width: 375px) {
  footer .goTopBox {
    top: -10%;
    left: 10px;
  }
}
footer .goTopBox .goTop {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media (max-width: 1536px) {
  footer .goTopBox .goTop {
    width: 90px;
  }
}
@media (max-width: 768px) {
  footer .goTopBox .goTop {
    width: 80px;
  }
}
@media (max-width: 375px) {
  footer .goTopBox .goTop {
    width: 64px;
  }
}
@media (min-width: 1181px) {
  footer .goTopBox .goTop:hover::before {
    scale: 0;
  }
  footer .goTopBox .goTop:hover .arrow {
    color: #FFC976;
  }
  footer .goTopBox .goTop:hover .text {
    width: 100%;
    color: #FFC976;
  }
}
footer .goTopBox .goTop::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: #846239;
  border-radius: 50%;
  border: 1px solid #C8A076;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
footer .goTopBox .goTop .arrow {
  width: auto;
  height: 25%;
  aspect-ratio: 24/16;
  color: #fff;
}
footer .goTopBox .goTop .text {
  width: 80%;
  height: auto;
  aspect-ratio: 86/85;
  color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  animation: rotate 20s linear infinite;
}
footer .wrap {
  display: grid;
  grid-template-columns: 34% 1fr;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media (max-width: 1180px) {
  footer .wrap {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }
}
footer .leftBox {
  position: relative;
}
@media (max-width: 1180px) {
  footer .leftBox {
    display: grid;
    align-items: center;
    grid-template-columns: 40% 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 768px) {
  footer .leftBox {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
footer .rightBox {
  position: relative;
  grid-column: -2/-1;
  min-width: 0;
}
@media (max-width: 1180px) {
  footer .rightBox {
    grid-column: 1/-1;
  }
}
footer .footerLogo {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: center;
  -moz-column-gap: clamp(24px, 2.2vw, 42px);
       column-gap: clamp(24px, 2.2vw, 42px);
}
@media (max-width: 1180px) {
  footer .footerLogo {
    grid-row: span 2;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 32px;
  }
}
@media (max-width: 768px) {
  footer .footerLogo {
    flex-direction: row;
  }
}
@media (max-width: 375px) {
  footer .footerLogo {
    flex-direction: column;
  }
}
footer .footerLogo a {
  display: block;
  width: calc((100% - 1 * 0px) / 2);
}
@media (max-width: 1180px) {
  footer .footerLogo a {
    width: 100%;
    max-width: 220px;
  }
}
@media (max-width: 575px) {
  footer .footerLogo a {
    max-width: 200px;
  }
}
footer .footerLogo .line {
  width: 3px;
  height: auto;
  aspect-ratio: 3/62;
}
@media (max-width: 1180px) {
  footer .footerLogo .line {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .footerLogo .line {
    display: block;
  }
}
@media (max-width: 375px) {
  footer .footerLogo .line {
    display: none;
  }
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
footer .sideContactInfo {
  margin-top: 42px;
}
@media (max-width: 1180px) {
  footer .sideContactInfo {
    margin-top: 0;
  }
}
footer .sideContactInfo li.mail {
  width: 100%;
}
@media (max-width: 768px) {
  footer .sideContactInfo li.mail {
    width: auto;
  }
}
footer .sideContactInfo .icon {
  background-color: #fff;
}
footer .sideContactInfo .icon i {
  color: #846239;
}
footer .sideContactInfo a,
footer .sideContactInfo span {
  color: #fff;
}
@media (min-width: 1181px) {
  footer .sideContactInfo a:hover {
    color: #FFC976;
  }
}
footer .socialBox {
  margin-top: 34px;
}
@media (max-width: 1180px) {
  footer .socialBox {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  footer .socialBox {
    margin-top: 0;
  }
}
footer .socialBox a {
  background-color: #846239;
  border: 1px solid #fff;
}
@media (min-width: 1181px) {
  footer .socialBox a:hover {
    background-color: #C8A076;
  }
}
footer .footerMenu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 865px;
  margin-left: auto;
}
@media (max-width: 1180px) {
  footer .footerMenu {
    max-width: none;
  }
}
@media (max-width: 768px) {
  footer .footerMenu {
    row-gap: 20px;
  }
}
footer .footerMenu .menuItem {
  position: relative;
  width: calc((100% - 3 * 16px) / 4);
}
@media (max-width: 768px) {
  footer .footerMenu .menuItem {
    width: calc((100% - 2 * 16px) / 3);
  }
}
@media (max-width: 480px) {
  footer .footerMenu .menuItem {
    width: calc((100% - 1 * 16px) / 2);
  }
}
footer .footerMenu .mainLink {
  display: block;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.66;
  color: #fff;
}
@media (max-width: 1180px) {
  footer .footerMenu .mainLink {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  footer .footerMenu .mainLink {
    font-size: 16px;
  }
}
footer .footerMenu .submenu {
  position: relative;
  margin-top: 16px;
}
@media (max-width: 1180px) {
  footer .footerMenu .submenu {
    margin-top: 10px;
  }
}
footer .footerMenu .submenu .submenuItem {
  position: relative;
}
footer .footerMenu .submenu a {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.66;
  color: #fff;
}
@media (max-width: 1180px) {
  footer .footerMenu .submenu a {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  footer .footerMenu .submenu a {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  footer .footerMenu .submenu a:hover {
    color: #FFC976;
  }
  footer .footerMenu .submenu a:hover::before {
    opacity: 1;
    transform: translateY(0px);
  }
}
footer .footerMenu .submenu a::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 100%;
  height: auto;
  background: transparent;
  aspect-ratio: 10/1;
  background-image: url("../../images/deco/menuLine.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -2px;
  left: 50%;
  translate: -50% 100%;
  opacity: 0;
  transform: translateY(10px);
}
footer .copyrightBox {
  grid-column: 1/-1;
}

.socialBox {
  position: relative;
}
.socialBox .socialList {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: unset;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.socialBox .socialList li {
  position: relative;
}
.socialBox a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #846239;
  border: 1px solid #FFC976;
}
@media (max-width: 1180px) {
  .socialBox a {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .socialBox a {
    width: 44px;
  }
}
@media (max-width: 480px) {
  .socialBox a {
    width: 38px;
  }
}
.socialBox a i {
  font-size: 1.5em;
  line-height: 0;
  color: #fff;
}
@media (max-width: 1180px) {
  .socialBox a i {
    font-size: 1.3em;
  }
}
@media (max-width: 768px) {
  .socialBox a i {
    font-size: 1.15em;
  }
}
@media (max-width: 480px) {
  .socialBox a i {
    font-size: 1em;
  }
}
.socialBox a svg {
  width: auto;
  height: 50%;
  aspect-ratio: 17/32;
  color: #fff;
}

.copyrightBox {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: baseline;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .copyrightBox {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .copyrightBox {
    flex-direction: column;
    row-gap: 4px;
  }
}
.copyrightBox a,
.copyrightBox span {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: normal;
  color: #fff;
  text-align: center;
}
@media (max-width: 1180px) {
  .copyrightBox a,
  .copyrightBox span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .copyrightBox a,
  .copyrightBox span {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .copyrightBox a,
  .copyrightBox span {
    font-size: 11px;
  }
}
@media (min-width: 1181px) {
  .copyrightBox a:hover {
    color: #FFC976;
  }
}
.copyrightBox .copyright {
  position: relative;
}
.copyrightBox .ibestLink {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: baseline;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.copyrightBox .linkText {
  padding-left: 0.625em;
}
@media (max-width: 575px) {
  .copyrightBox .linkText {
    padding-left: 0;
  }
}

.privacyArea {
  width: 100%;
  max-width: 770px;
  background-color: #fff;
  border: 1px solid #846239;
  border-top-left-radius: 30px;
  padding: 30px 0;
  position: fixed;
  bottom: -1px;
  right: -1px;
  z-index: 50;
  transform: translateY(150%);
}
@media (max-width: 768px) {
  .privacyArea {
    max-width: none;
    border-top-left-radius: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
  }
}
.privacyArea.show {
  transform: translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  transform: translateY(100%);
}
.privacyArea .text {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #424242;
  text-align: center;
}
.privacyArea .text a {
  display: inline-block;
  color: inherit;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #846239;
  }
}
.privacyArea .btnBox {
  margin-top: 20px;
}
@media (max-width: 375px) {
  .privacyArea .btnBox.flex {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .privacyArea .btnBox.flex .btn {
    width: 100%;
    max-width: none;
  }
}

/*********內頁**********/
.mainArea {
  min-height: 40dvh;
  min-height: 40vh;
  padding-bottom: clamp(120px, 10.42vw, 200px);
}

/*bread*/
.bread {
  position: relative;
  margin-bottom: 48px;
}
.bread .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bread .wrap a,
.bread .wrap span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: normal;
  color: #424242;
}
.bread .wrap a {
  color: inherit;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #846239;
  }
}
.bread .wrap span {
  color: #424242;
}
.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: 2em;
}
.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 #424242;
  border-bottom: 1px solid #424242;
  position: absolute;
  top: 50%;
  left: 0.625em;
  z-index: 1;
  transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #424242;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap {
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 1em;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 0.5em;
  height: 2px;
  background-color: #C8A076;
  border-radius: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #45372C;
  text-align: center;
  background-image: url("../../images/deco/line-h.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 4px;
  padding-bottom: 0.4em;
  margin-bottom: 1.25em;
}
@media (max-width: 1180px) {
  .articleTitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .articleTitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .articleTitle {
    font-size: 20px;
  }
}

/*側邊標題字*/
.sectionTitle {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #45372C;
  background-image: url("../../images/deco/line-h.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 4px;
  padding-bottom: 0.4em;
  margin-bottom: 1.25em;
}
@media (max-width: 1180px) {
  .sectionTitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .sectionTitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .sectionTitle {
    font-size: 20px;
  }
}

.classNote {
  position: relative;
  background-image: url("../../images/deco/line-h.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 4px;
  padding-bottom: 0.4em;
  margin-bottom: 2em;
}
.classNote.thankInfo {
  margin-bottom: 25px;
  border-bottom: 1px solid #C8A076;
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  margin-bottom: 54px;
  z-index: 4;
}
.classBox .classCurrent {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: normal;
  color: #fff;
  background-color: #C8A076;
  padding: 0.6em 0.8em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .classBox .classCurrent {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .classBox .classCurrent {
    font-size: 15px;
  }
}
.classBox .classCurrent::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  inset: 0;
  margin: -8px;
  background-color: #C8A076;
  -webkit-mask-image: url("../../images/deco/class-r.png"), url("../../images/deco/class-l.png");
          mask-image: url("../../images/deco/class-r.png"), url("../../images/deco/class-l.png");
  -webkit-mask-size: 8px calc(100% - 15px), 8px calc(100% - 15px);
          mask-size: 8px calc(100% - 15px), 8px calc(100% - 15px);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: right 50%, left 50%;
          mask-position: right 50%, left 50%;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.31, 0.09, 0.29, 1);
}
.classBox .classCurrent::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: calc(100% + 2px);
  height: calc(100% + 16px);
  background-color: #C8A076;
  -webkit-mask-image: url("../../images/deco/class-t.png"), url("../../images/deco/class-b.png");
          mask-image: url("../../images/deco/class-t.png"), url("../../images/deco/class-b.png");
  -webkit-mask-size: auto 8px, auto 8px;
          mask-size: auto 8px, auto 8px;
  -webkit-mask-position: left 1px, left calc(100% - 1px);
          mask-position: left 1px, left calc(100% - 1px);
  -webkit-mask-repeat: repeat-x, repeat-x;
          mask-repeat: repeat-x, repeat-x;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 768px) {
  .classBox .classCurrent::after {
    width: 100%;
    height: calc(100% + 14px);
    -webkit-mask-size: auto 7px, auto 7px;
            mask-size: auto 7px, auto 7px;
  }
}
@media (max-width: 480px) {
  .classBox .classCurrent::after {
    height: calc(100% + 11px);
    -webkit-mask-size: auto 5.5px, auto 5.5px;
            mask-size: auto 5.5px, auto 5.5px;
  }
}
.classBox .classCurrent span {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.classBox .classCurrent span::after {
  content: "\f229";
  color: #fff;
  font-size: 15px;
  font-family: bootstrap-icons;
  line-height: 1;
  z-index: 1;
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}
@media (max-width: 1180px) {
  .classBox .classLink {
    width: 100%;
    max-height: 65dvh;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: auto;
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    z-index: 1;
  }
  .classBox .classLink.open {
    display: block;
  }
  .classBox .classLink > li:not(:last-child) a,
  .classBox .classLink > li:not(:last-child) span,
  .classBox .classLink .classItem:not(:last-child) a,
  .classBox .classLink .classItem:not(:last-child) span {
    border-bottom: 1px solid #C8A076;
  }
  .classBox .classLink > li ul,
  .classBox .classLink > li .dataList,
  .classBox .classLink .classItem ul,
  .classBox .classLink .classItem .dataList {
    display: none;
  }
  .classBox .classLink a,
  .classBox .classLink span {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #424242;
    padding: 0.8em 1em;
  }
}
@media (max-width: 1180px) and (max-width: 1180px) {
  .classBox .classLink a,
  .classBox .classLink span {
    font-size: 15px;
  }
}
@media (max-width: 1180px) and (max-width: 575px) {
  .classBox .classLink a,
  .classBox .classLink span {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .classBox .classLink a.current,
  .classBox .classLink span.current {
    color: #fff;
    background-color: #846239;
  }
}

@media (min-width: 1181px) {
  .classBoxRow .classLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px clamp(30px, 3.125vw, 60px);
  }
  .classBoxRow .classLink li {
    position: relative;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: normal;
    color: #fff;
    background-color: #C8A076;
    padding: 0.4em 0.8em;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.31, 0.09, 0.29, 1);
  }
}
@media (min-width: 1181px) and (max-width: 1366px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    font-size: 18px;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink a::before,
  .classBoxRow .classLink span::before {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    inset: 0;
    margin: -8px;
    background-color: #C8A076;
    -webkit-mask-image: url("../../images/deco/class-r.png"), url("../../images/deco/class-l.png");
            mask-image: url("../../images/deco/class-r.png"), url("../../images/deco/class-l.png");
    -webkit-mask-size: 8px calc(100% - 15px), 8px calc(100% - 15px);
            mask-size: 8px calc(100% - 15px), 8px calc(100% - 15px);
    -webkit-mask-repeat: no-repeat, no-repeat;
            mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: right 50%, left 50%;
            mask-position: right 50%, left 50%;
    top: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.31, 0.09, 0.29, 1);
  }
  .classBoxRow .classLink a::after,
  .classBoxRow .classLink span::after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    width: 100%;
    height: calc(100% + 15px);
    background-color: #C8A076;
    -webkit-mask-image: url("../../images/deco/class-t.png"), url("../../images/deco/class-b.png");
            mask-image: url("../../images/deco/class-t.png"), url("../../images/deco/class-b.png");
    -webkit-mask-size: auto 8px, auto 8px;
            mask-size: auto 8px, auto 8px;
    -webkit-mask-repeat: repeat-x, repeat-x;
            mask-repeat: repeat-x, repeat-x;
    -webkit-mask-position: left top, left bottom;
            mask-position: left top, left bottom;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transition: all 0.5s cubic-bezier(0.31, 0.09, 0.29, 1);
  }
}
@media (min-width: 1181px) and (max-width: 1366px) {
  .classBoxRow .classLink a::after,
  .classBoxRow .classLink span::after {
    height: calc(100% + 14px);
    -webkit-mask-size: auto 7px, auto 7px;
            mask-size: auto 7px, auto 7px;
    -webkit-mask-position: left 1px, left calc(100% - 1px);
            mask-position: left 1px, left calc(100% - 1px);
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    color: #fff;
    background-color: #846239;
  }
  .classBoxRow .classLink a.current::before, .classBoxRow .classLink a.current::after,
  .classBoxRow .classLink span.current::before,
  .classBoxRow .classLink span.current::after {
    background-color: #846239;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    color: #fff;
    background-color: #846239;
  }
  .classBoxRow .classLink a:hover::before, .classBoxRow .classLink a:hover::after,
  .classBoxRow .classLink span:hover::before,
  .classBoxRow .classLink span:hover::after {
    background-color: #846239;
  }
}

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

/*頁碼*/
.pageBox:has(.pageList) {
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .pageBox:has(.pageList) {
    margin-top: 42px;
  }
}
@media (max-width: 768px) {
  .pageBox:has(.pageList) {
    margin-top: 32px;
  }
}
.pageBox .pageList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px 16px;
}
@media (max-width: 768px) {
  .pageBox .pageList {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.pageBox .pageList a {
  display: block;
  font-family: "Chiron GoRound TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: normal;
  color: #424242;
}
@media (max-width: 768px) {
  .pageBox .pageList a {
    font-size: 15px;
  }
}
.pageBox .pageList a.prevBtn span {
  display: block;
  text-box-trim: trim-end;
}
.pageBox .pageList a.prevBtn::after {
  display: block;
  content: "\f284";
  font-family: bootstrap-icons;
  font-weight: 900;
  font-size: 0.8em;
}
.pageBox .pageList a.nextBtn {
  align-items: flex-end;
}
.pageBox .pageList a.nextBtn span {
  display: block;
  text-box-trim: trim-end;
}
.pageBox .pageList a.nextBtn::after {
  display: block;
  content: "\f285";
  font-family: bootstrap-icons;
  font-weight: 900;
  font-size: 0.8em;
}
@media (min-width: 1181px) {
  .pageBox .pageList a:hover {
    color: #846239;
  }
}
.pageBox .pageList.number {
  justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  position: relative;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
  width: auto;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
    padding: 0 6px;
  }
}
.pageBox .pageList.number a.current {
  color: #846239;
}
@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 #846239;
    border-bottom: 1px solid #846239;
  }
}
@media (max-width: 1180px) {
  .pageBox .pageList.number .pageNumberBtnBox {
    display: none;
  }
}
.pageBox .pageList.number .pageNumberSelectBox {
  position: relative;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number .pageNumberSelectBox {
    display: none;
  }
}
.pageBox .pageList.number .pageNumberSelect {
  position: relative;
  display: block;
  border: none;
  background-color: transparent;
  width: 32px;
  font-family: "Chiron GoRound TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #424242;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 768px) {
  .pageBox .pageList.number .pageNumberSelect {
    font-size: 15px;
  }
}
.pageBox .pageList.prevnext {
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
}
@media (max-width: 1180px) {
  .pageBox .pageList.prevnext {
    padding-top: 16px;
  }
}
.pageBox .pageList.prevnext::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 4px;
  background: transparent;
  background-image: url("../../images/deco/line-h.svg");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 4px;
  top: 0;
  left: 0;
}
@media (max-width: 575px) {
  .pageBox .pageList.prevnext li {
    width: calc((100% - 1 * 12) / 2);
  }
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  position: relative;
  width: auto;
}
@media (min-width: 1181px) {
  .pageBox .pageList.prevnext a:hover::before {
    border-color: #846239;
  }
}
.pageBox .pageList.prevnext a.prevBtn, .pageBox .pageList.prevnext a.nextBtn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.pageBox .pageList.prevnext a.prevBtn {
  flex-direction: row-reverse;
}
.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;
}
.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 #846239;
  font-size: 13px;
  color: #846239;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
@media (min-width: 1181px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #846239;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #846239;
}
.tagBox a.current:before {
  content: "\f5b0";
  margin-right: 5px;
  font-family: bootstrap-icons;
  font-size: 12px;
}

/*頁籤*/
.tab {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: unset;
  margin-top: clamp(32px, 3.33vw, 64px);
}
@media (max-width: 480px) {
  .tab {
    flex-direction: column;
  }
}
.tab .tabItem {
  position: relative;
  flex: 1;
}
.tab a {
  position: relative;
  display: block;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #424242;
  text-align: center;
  word-break: break-word;
  background-color: #f0f0f0;
  padding: 0.8em 0.5em;
}
@media (max-width: 1180px) {
  .tab a {
    padding-bottom: 10px;
  }
}
.tab a.current {
  color: #fff;
  background-color: #846239;
}

/*頁籤內容*/
.tabContent {
  position: relative;
  margin-top: clamp(20px, 1.7vw, 32px);
}
.tabContent .tabContentItem {
  display: none;
}

/*相簿*/
.albumBox {
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .albumBox {
    width: 100%;
  }
}
.albumBox .albumList {
  overflow-x: clip;
}
.albumBox .albumList:not(.slick-slider) {
  display: flex;
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumBox .albumListMain .albumItem {
  height: 400px;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav:not(.slick-slider) .albumItem {
  flex: 0 0 auto;
  width: 25%;
}
@media (max-width: 991px) {
  .albumBox .albumListNav:not(.slick-slider) .albumItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .albumBox .albumListNav:not(.slick-slider) .albumItem {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .albumBox .albumListNav:not(.slick-slider) .albumItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 375px) {
  .albumBox .albumListNav:not(.slick-slider) .albumItem {
    width: 50%;
  }
}
.albumBox .albumListNav .albumItem {
  aspect-ratio: 4/3;
  padding: 0 5px;
}

/*側邊_聯絡資訊*/
.sideContactInfo {
  position: relative;
}
.sideContactInfo ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px clamp(16px, 1.56vw, 30px);
}
@media (max-width: 768px) {
  .sideContactInfo ul {
    flex-direction: column;
  }
}
.sideContactInfo ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sideContactInfo a,
.sideContactInfo span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #424242;
  word-break: break-word;
}
@media (max-width: 768px) {
  .sideContactInfo a,
  .sideContactInfo span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .sideContactInfo a,
  .sideContactInfo span {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .sideContactInfo a:hover {
    color: #846239;
  }
}
.sideContactInfo .icon {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #846239;
  border: 2px solid #C8A076;
}
.sideContactInfo .icon i {
  width: 50%;
  height: 50%;
  line-height: 0;
  color: #fff;
}

/*對應&相關*/
.sideDataArea {
  position: relative;
  flex: 0 0 auto;
  width: min(320px, 22%);
  margin-top: 60px;
}
@media (max-width: 991px) {
  .sideDataArea {
    width: 100%;
  }
}
.sideDataArea .sideDataBox {
  position: relative;
}
@media (max-width: 991px) {
  .sideDataArea .sideDataBox {
    margin-right: -30px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .sideDataBox {
    margin-right: -20px;
  }
}
.sideDataArea .sideDataList {
  position: relative;
}
@media (max-width: 991px) {
  .sideDataArea .sideDataList {
    --columnGap: 24px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    align-items: unset;
    -moz-column-gap: var(--columnGap);
         column-gap: var(--columnGap);
    padding-bottom: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
}
.sideDataArea .sideDataList .sideDataItem {
  position: relative;
}
@media (max-width: 991px) {
  .sideDataArea .sideDataList .sideDataItem {
    flex: 0 0 auto;
    width: 30%;
    scroll-snap-align: start;
  }
}
@media (max-width: 768px) {
  .sideDataArea .sideDataList .sideDataItem {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .sideDataArea .sideDataList .sideDataItem + .sideDataItem {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .sideDataArea .sideDataList .sideDataItem:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 991px) {
  .sideDataArea .sideDataList .sideDataItem:nth-child(n+4) {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .sideDataArea .sideDataList .sideDataItem:last-child {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .sideDataList .sideDataItem:last-child {
    margin-right: 20px;
  }
}
.sideDataArea .sideDataList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .sideDataArea .sideDataList .item:has(.linkWrap):hover .imgBox::before {
    opacity: 0.5;
    transform: scaleY(1);
  }
  .sideDataArea .sideDataList .item:has(.linkWrap):hover .imgBox .dogFoot {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
  }
  .sideDataArea .sideDataList .item:has(.linkWrap):hover .Txt .title {
    color: #846239;
  }
}
.sideDataArea .sideDataList .imgBox {
  position: relative;
  border-radius: 30px;
  border: 8px solid var(--customBgColor, #fff);
  overflow: hidden;
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList .imgBox {
    border-radius: 24px;
    border-width: 6px;
  }
}
.sideDataArea .sideDataList .imgBox::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  inset: 0;
  background: var(--customBgColor, #FFC976);
  top: 0;
  left: 0;
  opacity: 0;
  transform: scaleY(0);
  z-index: 1;
}
.sideDataArea .sideDataList .imgBox .dogFoot {
  position: relative;
  width: 30%;
  height: auto;
  aspect-ratio: 116/111;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  transition-delay: 0s;
}
.sideDataArea .sideDataList .imgBox .dogFoot .foot {
  width: 38%;
  height: auto;
  aspect-ratio: 46/49;
  color: #fff;
  position: absolute;
  top: 35%;
  right: auto;
  bottom: auto;
  left: 55%;
  translate: -50% -50%;
}
.sideDataArea .sideDataList .imgBox .dogFoot .circle {
  width: 100%;
  height: auto;
  aspect-ratio: 116/111;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sideDataArea .sideDataList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.sideDataArea .sideDataList .Txt {
  position: relative;
  margin-top: 16px;
}
@media (max-width: 575px) {
  .sideDataArea .sideDataList .Txt {
    margin-top: 10px;
  }
}
.sideDataArea .sideDataList .Txt .textBox {
  position: relative;
}
.sideDataArea .sideDataList .Txt .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.66;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList .Txt .title {
    font-size: 16px;
  }
}
.sideDataArea .sideDataList .Txt .text {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.45;
  color: #424242;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.2em;
}
@media (max-width: 1280px) {
  .sideDataArea .sideDataList .Txt .text {
    font-size: 14px;
  }
}
.sideDataArea .btnBox {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .sideDataArea .btnBox {
    display: none;
  }
}
.sideDataArea .btnBox .more {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
}
.sideDataArea .btnBox .more span {
  display: block;
  text-align: center;
}
.sideDataArea .btnBox .more span.hide {
  display: none;
}
.sideDataArea .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*社群分享*/
.sideShare {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
.sideShare .shareList {
  align-items: center;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #424242;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #424242;
  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: #424242;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

.controlBox {
  position: relative;
}
.controlBox:has(.arrowBox .slick-hidden) {
  display: none;
}
.controlBox .arrowBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.controlBox .arrowBox:has(.slick-hidden) {
  display: none;
}
.controlBox .arrowBox .arrow {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: clamp(40px, 3vw, 46px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #C8A076;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
}
@media (min-width: 1181px) {
  .controlBox .arrowBox .arrow:hover {
    background-color: #846239;
  }
  .controlBox .arrowBox .arrow:hover svg {
    color: #fff;
  }
}
.controlBox .arrowBox .arrow.colorWhite {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
@media (min-width: 1181px) {
  .controlBox .arrowBox .arrow.colorWhite:hover {
    background-color: #846239;
  }
}
.controlBox .arrowBox .arrow.colorWhite svg {
  color: #fff;
}
.controlBox .arrowBox .arrow.vertical svg {
  width: 36%;
  aspect-ratio: 16/24;
}
.controlBox .arrowBox .arrow svg {
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 24/16;
  color: #846239;
}
.controlBox .numBox {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
}
.controlBox .numBox span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.66;
  color: #846239;
}
@media (max-width: 768px) {
  .controlBox .numBox span {
    font-size: 16px;
  }
}
.controlBox .numBox span + span {
  padding-left: 1.25em;
}
.controlBox .numBox span + span::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 3px;
  height: auto;
  background: #45372C;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 50%;
  left: 0.625em;
  translate: 0 -50%;
}
.controlBox .dotsBox {
  position: relative;
  pointer-events: auto;
}
.controlBox .dotsBox:not(:has(.slick-dots)) {
  display: none;
}
.controlBox .dotsBox .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px 10px;
  bottom: unset;
}
@media (max-width: 768px) {
  .controlBox .dotsBox .slick-dots {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
@media (min-width: 1181px) {
  .controlBox .dotsBox .slick-dots.colorWhite li:hover button {
    border-color: #fff;
  }
}
.controlBox .dotsBox .slick-dots.colorWhite li.slick-active button {
  border-color: #fff;
}
.controlBox .dotsBox .slick-dots.colorWhite button::before {
  background-color: #fff;
}
.controlBox .dotsBox .slick-dots li {
  display: block;
  flex: 0 0 auto;
  width: unset;
  height: unset;
  margin: 0;
}
@media (min-width: 1181px) {
  .controlBox .dotsBox .slick-dots li:hover button {
    border-color: #FFC976;
  }
}
.controlBox .dotsBox .slick-dots li.slick-active button {
  border-color: #FFC976;
}
.controlBox .dotsBox .slick-dots button {
  position: relative;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
}
@media (max-width: 768px) {
  .controlBox .dotsBox .slick-dots button {
    width: 12px;
  }
}
.controlBox .dotsBox .slick-dots button::before {
  content: "";
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFC976;
  font-size: 0;
  line-height: 1;
  opacity: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

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

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

.beforeGsap {
  visibility: hidden;
}

/* 文章內頁作者資訊 */
.articleAuthorArea {
  position: relative;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .articleAuthorArea {
    margin-top: 32px;
  }
}
.articleAuthorArea .articleAuthor {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 16px;
  background-color: rgba(255, 201, 118, 0.2);
  border-radius: 20px;
  padding: 24px;
}
@media (max-width: 375px) {
  .articleAuthorArea .articleAuthor {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.articleAuthorArea .articleAuthor + .articleAuthor {
  margin-top: 24px;
}
.articleAuthorArea .Img {
  flex: 0 0 auto;
  width: min(150px, 25%);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #846239;
}
@media (max-width: 375px) {
  .articleAuthorArea .Img {
    width: 100px;
  }
}
.articleAuthorArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.articleAuthorArea .Txt {
  flex: 1 1 auto;
}
.articleAuthorArea .Txt .name {
  font-size: clamp(18px, 1.87vw, 22px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #45372C;
}
.articleAuthorArea .Txt .job {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #846239;
  margin-top: 0.25em;
}
.articleAuthorArea .Txt .summary {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: #424242;
  margin-top: 0.6em;
}
@media (max-width: 575px) {
  .articleAuthorArea .Txt .summary {
    font-size: 15px;
  }
}