@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 .slick-dots li button::before, .controlBox .slick-arrow::after, .controlBox .slick-arrow::before, .controlBox .slick-arrow, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .fixedQuickLink, .privacyArea, footer .footerInfo .infoList a, footer .footerTop .footerNav a, footer .footerLogo::before, footer::before, .slideMenuArea .socialBox, .slideMenuArea .menuBox a::after, .slideMenuArea .menuBox .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .funcBox .btn, .languageBox .languageList a::before, .languageBox .languageList, .languageBox .languageCurrent::before, .languageBox .languageCurrent, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn, .scrollHint, button, a, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.4s ease-in-out;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  -ms-flex-align: start;
      align-items: flex-start;
  color: #2f2f2f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "\f5e3";
  font-size: 9px;
  font-family: "bootstrap-icons";
  pointer-events: none;
  position: absolute;
  bottom: 27px;
  right: 25px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #603f38;
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
  .formBox .formColumn.select::before {
    bottom: 25px;
  }
}
@media (max-width: 370px) {
  .formBox .formColumn.select::before {
    bottom: 23px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #d5502e;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  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 #e0d8cb;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.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: "Akatab", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  margin: 0;
}
.formBox .columnSelect:not(.ts-wrapper) {
  padding: 7px 38px 5px 10px;
}
.formBox .columnSelect.ts-wrapper .ts-control {
  padding: 7px 38px 5px 10px !important;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 20px;
}
.formBox .columnInput::-webkit-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
@media (max-width: 540px) {
  .formBox .columnInput {
    padding: 5px 10px;
  }
}
.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 #e0d8cb;
  background-color: #fff;
  border-radius: 10px;
  color: #aaa;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.3px;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
  border-color: #603f38;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 46px;
}
@media (max-width: 1180px) {
  .formBox .columnInput,
  .formBox .columnSelect {
    height: 42px;
  }
}
@media (max-width: 370px) {
  .formBox .columnInput,
  .formBox .columnSelect {
    height: 38px;
  }
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #d5502e !important;
}
.formBox .ts-control {
  height: 100%;
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  -ms-flex-align: center;
      align-items: center;
}

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

@keyframes btnAni {
  20% {
    background-color: rgba(96, 63, 56, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes loadingFadeUp {
  /*由下淡入上浮、微微放大聚焦*/
  0% {
    opacity: 0;
    -webkit-transform: translateY(18px) scale(0.96);
            transform: translateY(18px) scale(0.96);
  }
  45% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  /*柔和停留*/
  80% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  /*白幕拉開前輕輕淡出、微微上飄*/
  100% {
    opacity: 0;
    -webkit-transform: translateY(-6px) scale(1);
            transform: translateY(-6px) scale(1);
  }
}
@keyframes loadingFadeUp {
  /*由下淡入上浮、微微放大聚焦*/
  0% {
    opacity: 0;
    -webkit-transform: translateY(18px) scale(0.96);
            transform: translateY(18px) scale(0.96);
  }
  45% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  /*柔和停留*/
  80% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  /*白幕拉開前輕輕淡出、微微上飄*/
  100% {
    opacity: 0;
    -webkit-transform: translateY(-6px) scale(1);
            transform: translateY(-6px) scale(1);
  }
}
@-webkit-keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes heartBubble {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6px) scale(0.3) rotate(8deg);
            transform: translateY(6px) scale(0.3) rotate(8deg);
  }
  18% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.1) rotate(5deg);
            transform: translateY(0) scale(1.1) rotate(5deg);
  }
  60% {
    -webkit-transform: translateY(-10px) scale(1) rotate(-6deg);
            transform: translateY(-10px) scale(1) rotate(-6deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-22px) scale(0.6) rotate(4deg);
            transform: translateY(-22px) scale(0.6) rotate(4deg);
  }
}
@keyframes heartBubble {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6px) scale(0.3) rotate(8deg);
            transform: translateY(6px) scale(0.3) rotate(8deg);
  }
  18% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1.1) rotate(5deg);
            transform: translateY(0) scale(1.1) rotate(5deg);
  }
  60% {
    -webkit-transform: translateY(-10px) scale(1) rotate(-6deg);
            transform: translateY(-10px) scale(1) rotate(-6deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-22px) scale(0.6) rotate(4deg);
            transform: translateY(-22px) scale(0.6) rotate(4deg);
  }
}
@-webkit-keyframes horizontalForward {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes horizontalForward {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes decoTextScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes decoTextScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes decoShake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes decoShake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes decoMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes decoMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
address {
  font-style: normal;
}

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

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

/* toast */
.toastMessageBox {
  position: fixed;
  z-index: 1005;
}
.toastMessageBox.top {
  top: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.top {
    top: 10px;
  }
}
.toastMessageBox.right {
  right: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.right {
    right: 10px;
  }
}
.toastMessageBox.bottom {
  bottom: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.bottom {
    bottom: 10px;
  }
}
.toastMessageBox.left {
  left: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.left {
    left: 10px;
  }
}
.toastMessageBox .toastMessage {
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.moduleBox.googleSearch .gsc-search-button {
  height: 40px;
}

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

body {
  background-color: #fff;
  font-size: clamp(14px, 0.9vw, 16px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
body.overflow, body.disableScroll, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  min-height: calc(100vh - 300px);
  min-height: calc(100dvh - 300px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10vh 0;
}
body.errorPage .mainArea .top {
  color: #603f38;
  margin: 0 auto;
  text-align: center;
}
body.errorPage .mainArea .errorTitle {
  font-size: clamp(35px, 3vw, 54px);
  font-weight: 500;
  margin-bottom: 10px;
}
body.errorPage .mainArea .errorCode {
  font-size: clamp(32px, 2.6vw, 50px);
}
body.errorPage .mainArea .errorText {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 400;
}
body.errorPage .mainArea .errorText a {
  padding: 0 5px;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    min-height: 50vh;
    min-height: 50dvh;
  }
}

.Img img {
  height: auto;
}

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

/* 共用的樣式 */
.titleBox {
  position: relative;
  text-align: center;
}
.titleBox.textLeft {
  text-align: left;
}
.titleBox.textLeft .title:after {
  left: 0;
  translate: 0 0;
}
.titleBox .decoTitle {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
  color: #444;
  font-family: "Akatab", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.3px;
}
.titleBox .decoTitle::after {
  content: "";
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 50px;
  width: 30%;
  height: 2px;
  background-color: #603f38;
}
.titleBox .title {
  position: relative;
  color: #603f38;
  font-size: clamp(35px, 3vw, 54px);
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 20px;
}
.titleBox .title::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 50px;
  width: 30%;
  height: 2px;
  background-color: #603f38;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.titleBox .subtitle {
  color: #444;
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 700;
  line-height: normal;
  margin-top: clamp(15px, 1.4vw, 24px);
}
.titleBox .text {
  color: #444;
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.75;
  margin-top: clamp(10px, 1vw, 18px);
}

.btnBox.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
}
.btnBox.flex.left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.btnBox.flex.right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  width: 100%;
  max-width: 220px;
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 1180px) {
  .btnBox.flex .btn {
    max-width: 220px;
  }
}
@media (max-width: 400px) {
  .btnBox.flex .btn {
    max-width: 180px;
  }
}
@media (max-width: 370px) {
  .btnBox.flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 220px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  padding: 18px 15px;
  border-radius: 10px;
  text-align: center;
  z-index: 1;
  color: #fff;
}
@media (max-width: 1180px) {
  .btnBox .btn {
    min-width: 200px;
    padding: 16px 10px;
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .btnBox .btn {
    min-width: 180px;
    padding: 14px 8px;
    font-size: 16px;
  }
}
.btnBox .btn .btnText {
  display: inline-block;
}
.btnBox .btn .btnIcon {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btnBox .btn .btnIcon.donate {
  width: 27px;
  height: auto;
  aspect-ratio: 27/25;
}
.btnBox .btn .btnIcon.donate::before, .btnBox .btn .btnIcon.donate::after {
  height: auto;
  aspect-ratio: 18/15;
  background: url("../../images/tw/icon/btn_main.png") no-repeat center center/contain;
}
.btnBox .btn .btnIcon.donate::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 66%;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  will-change: transform, opacity;
  -webkit-animation: heartBubble 2s -1s ease-out infinite;
          animation: heartBubble 2s -1s ease-out infinite;
}
.btnBox .btn .btnIcon.donate::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 40%;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  will-change: transform, opacity;
  -webkit-animation: heartBubble 2s ease-out infinite;
          animation: heartBubble 2s ease-out infinite;
}
.btnBox .btn .btnIcon.download {
  width: 18px;
  height: auto;
  aspect-ratio: 1;
  background: url("../../images/tw/icon/btn_download.png") no-repeat center/contain;
}
@media (max-width: 1180px) {
  .btnBox .btn .btnIcon.donate {
    width: 24px;
  }
}
@media (max-width: 400px) {
  .btnBox .btn .btnIcon.donate {
    width: 20px;
  }
}
.btnBox .btn.bgMain {
  background-color: #603f38;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    color: #fff;
    background-color: #d5502e;
  }
}
.btnBox .btn.bgSecond {
  background-color: #d5502e;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    color: #fff;
    background-color: #603f38;
  }
}
.btnBox .btn:has(.donate, .download) {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
}

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

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

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

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.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;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
  background-color: #fff;
  /*結尾整片白幕柔和淡出*/
  transition: opacity 0.7s ease-in-out;
}
.loadingArea .loadLogo {
  opacity: 0;
  width: 260px;
}
.loadingArea .loadLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  opacity: 1;
  /*柔和由下淡入上浮、微放大聚焦，最後輕輕淡出*/
  -webkit-animation: loadingFadeUp 2s forwards cubic-bezier(0.22, 0.61, 0.36, 1);
          animation: loadingFadeUp 2s forwards cubic-bezier(0.22, 0.61, 0.36, 1);
}
.loadingArea.hide {
  opacity: 0;
}

.languageBox {
  z-index: 2;
  position: relative;
}
.languageBox .languageCurrent {
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 49px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #603f38;
  border-radius: 50%;
}
.languageBox .languageCurrent::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 45%;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask: url("../../images/tw/icon/language.png") no-repeat center center/contain;
          mask: url("../../images/tw/icon/language.png") no-repeat center center/contain;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .languageBox .languageCurrent:hover {
    background-color: #d5502e;
  }
}
@media (max-width: 1180px) {
  .languageBox .languageCurrent {
    width: 45px;
  }
}
.languageBox .languageList {
  z-index: 1;
  position: relative;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
.languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.languageBox .languageList li:not(:first-child) {
  margin-top: 10px;
}
.languageBox .languageList a {
  position: relative;
  display: block;
  text-align: center;
  color: #603f38;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.languageBox .languageList a::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  inset: -1px;
  border: 2px solid #603f38;
  border-radius: 10px;
  -webkit-filter: url(#roughEdge-sm);
          filter: url(#roughEdge-sm);
  pointer-events: none;
}
@media (min-width: 1181px) {
  .languageBox .languageList a:hover {
    background-color: #d5502e;
    color: #fff;
  }
  .languageBox .languageList a:hover::before {
    border-color: #d5502e;
  }
}
.languageBox .languageList a.current {
  background-color: #603f38;
  color: #fff;
}
.languageBox .languageList a.current::before {
  border-color: #603f38;
}

.socialList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 14px 18px;
}
.socialList a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #603f38;
  font-size: 20px;
}
@media (min-width: 1181px) {
  .socialList a:hover {
    color: #603f38;
  }
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 100;
  pointer-events: none;
  transition: top 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
header.scroll {
  pointer-events: auto;
  top: 0;
  transition: top 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
header.scroll .wrap {
  max-width: min(1492px, calc(100% - 100px));
  transition: max-width 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
}
header.scroll .wrap::after {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1) 0.55s, -webkit-transform 0.35s cubic-bezier(0.65, 0, 0.35, 1) 0.55s;
  transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1) 0.55s, transform 0.35s cubic-bezier(0.65, 0, 0.35, 1) 0.55s;
  transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1) 0.55s, transform 0.35s cubic-bezier(0.65, 0, 0.35, 1) 0.55s, -webkit-transform 0.35s cubic-bezier(0.65, 0, 0.35, 1) 0.55s;
}
header.scroll .logo a {
  -ms-grid-columns: auto 7px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  transition: grid-template-columns 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s, -webkit-column-gap 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s;
  transition: grid-template-columns 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s, column-gap 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s;
  transition: grid-template-columns 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s, column-gap 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s, -ms-grid-columns 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s, -webkit-column-gap 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s, -moz-column-gap 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s;
}
header.scroll .logo a::before {
  width: 73px;
  transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
header.scroll .logo a span {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s, -webkit-clip-path 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s;
  transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s, clip-path 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s;
  transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s, clip-path 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s, -webkit-clip-path 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.45s;
}
header.scroll .funcBox .btn {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  header.scroll .wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1180px) {
  header.scroll .wrap {
    max-width: calc(100% - 40px);
  }
  header.scroll .logo a {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  header.scroll .logo a::before {
    width: 65px;
  }
}
@media (max-width: 400px) {
  header.scroll .wrap {
    max-width: calc(100% - 20px);
  }
  header.scroll .logo a::before {
    width: 60px;
  }
}
header:not(.scroll) .languageBox a {
  color: #fff;
}
header:not(.scroll) .languageBox a::before {
  border-color: #fff;
}
header .wrap {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
  height: 130px;
  padding: 6px 40px;
  contain: layout;
  will-change: max-width;
  transition: max-width 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
header .wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  max-height: 90px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(-10px) translateZ(0);
          transform: translateY(-10px) translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1), transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.35s cubic-bezier(0.65, 0, 0.35, 1), transform 0.35s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (max-width: 1180px) {
  header .wrap {
    padding: 0 20px;
    height: 90px;
  }
  header .wrap::after {
    max-height: 70px;
  }
}
@media (max-width: 400px) {
  header .wrap {
    padding: 0 10px;
    height: 75px;
  }
  header .wrap::after {
    max-height: 60px;
  }
}
header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header .logo a {
  pointer-events: auto;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 0 0fr;
  grid-template-columns: auto 0fr;
  -ms-grid-rows: auto 5px auto;
  grid-template-rows: auto auto;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 5px;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
  contain: layout;
  will-change: grid-template-columns, column-gap;
  transition: grid-template-columns 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-column-gap 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  transition: grid-template-columns 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, column-gap 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  transition: grid-template-columns 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, column-gap 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -ms-grid-columns 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-column-gap 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -moz-column-gap 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
header .logo a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
header .logo a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
header .logo a > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
header .logo a > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
header .logo a::before {
  content: "";
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  width: 129px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../../images/tw/touch-icon/apple-icon-152x152.png") no-repeat center center/contain;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: width;
  transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
header .logo a span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, clip-path;
  transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-clip-path 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, clip-path 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, clip-path 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s, -webkit-clip-path 0.45s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
header .logo a span:nth-of-type(1) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.88px;
  -ms-grid-row-align: end;
      align-self: end;
}
header .logo a span:nth-of-type(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  font-weight: 700;
  font-family: "Akatab", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12px;
  -ms-grid-row-align: start;
      align-self: start;
}
@media (max-width: 1180px) {
  header .logo a::before {
    width: 100px;
  }
  header .logo a span:nth-of-type(1) {
    font-size: 19px;
  }
  header .logo a span:nth-of-type(2) {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media (max-width: 400px) {
  header .logo a::before {
    width: 80px;
  }
  header .logo a span:nth-of-type(1) {
    font-size: 17px;
  }
  header .logo a span:nth-of-type(2) {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  header .logo a::before {
    width: 65px;
  }
  header .logo a span:nth-of-type(1) {
    font-size: 14px;
  }
  header .logo a span:nth-of-type(2) {
    font-size: 8px;
  }
}
header .funcBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
header .funcBox .btnBox,
header .funcBox .languageList,
header .funcBox .slideMenuTrigger {
  pointer-events: auto;
}
header .funcBox .btn {
  opacity: 0;
  pointer-events: none;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1180px) {
  header .funcBox .btnBox {
    display: none;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  position: relative;
  width: 45px;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #d5502e;
  border-radius: 10px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1181px) {
  .slideMenuTrigger {
    display: none;
  }
}
.slideMenuTrigger .line {
  width: 44%;
  height: 1px;
  background-color: #e7e7e7;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  position: absolute;
  z-index: 1;
  transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.slideMenuTrigger.show {
  margin-left: 0;
}
.slideMenuTrigger.show .line {
  background-color: transparent;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.show .line::before, .slideMenuTrigger.show .line::after {
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.show .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.show .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1181px) {
  .slideMenuTrigger.show:hover span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 1181px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: transparent;
    transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #603f38;
    transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  }
  .slideMenuTrigger:hover span::before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .slideMenuTrigger:hover span::after {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

.slideMenuArea {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 240px;
  max-height: calc(100dvh - 130px);
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  padding: 30px;
  pointer-events: none;
  position: fixed;
  top: 95px;
  right: 20px;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateY(-12px) scale(0.96);
          transform: translateY(-12px) scale(0.96);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
@media (min-width: 1181px) {
  .slideMenuArea {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
@media (max-width: 400px) {
  .slideMenuArea {
    right: 10px;
    top: 85px;
    padding: 20px;
  }
}
.slideMenuArea.show {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  pointer-events: auto;
}
.slideMenuArea.show .languageBox {
  -webkit-animation: slideDownAnimation 0.4s 0.15s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.15s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .wrap {
  padding: 0;
  max-width: 100%;
  max-height: calc(100dvh - 170px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  row-gap: 16px;
}
.slideMenuArea .menuBox {
  width: 100%;
  opacity: 0;
}
.slideMenuArea .menuBox .nav {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slideMenuArea .menuBox .menuItem {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.slideMenuArea .menuBox .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .menuItem.dropDown.hasSubMenu > span > a::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 14px;
  height: 14px;
  -webkit-mask: url("../images/icon/arrow-1.png") no-repeat center center/contain;
          mask: url("../images/icon/arrow-1.png") no-repeat center center/contain;
  background-color: #fff;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.slideMenuArea .menuBox .menuItem.dropDown.hasSubMenu.open > span > a {
  color: #603f38;
}
.slideMenuArea .menuBox .menuItem.dropDown.hasSubMenu.open > span > a::before {
  background-color: #603f38;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.slideMenuArea .menuBox .menuItem.dropDown.hasSubMenu.open > span > a::after {
  width: 100%;
  background-color: #603f38;
}
.slideMenuArea .menuBox .menuItem.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .menuItem .submenu {
  width: 100%;
  display: none;
  padding: 14px 0 14px 16px;
}
.slideMenuArea .menuBox .menuItem .submenu .submenuItem {
  padding: 2px 0;
}
.slideMenuArea .menuBox .menuItem .submenu .submenuItem a {
  padding: 5px 0;
  font-size: 16px;
}
.slideMenuArea .menuBox .menuItem .submenu .submenuItem a::after {
  display: none;
}
.slideMenuArea .menuBox a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 14px;
}
.slideMenuArea .menuBox a::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 0;
  height: 2px;
  background-color: #603f38;
  bottom: -1px;
  left: 0;
}
.slideMenuArea .menuBox a.current {
  color: #603f38;
}
.slideMenuArea .menuBox a.current::after {
  width: 70px;
}
.slideMenuArea .languageBox {
  opacity: 0;
}
.slideMenuArea .socialBox {
  position: relative;
  opacity: 0;
  padding-top: 10px;
}
.slideMenuArea .socialBox::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc9c9;
  -webkit-filter: url(#roughEdge-lg);
          filter: url(#roughEdge-lg);
}
.slideMenuArea .socialBox .socialList {
  -ms-flex-pack: center;
      justify-content: center;
}

.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(255, 255, 255, 0.8);
  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*/
.bannerArea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .Img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
}
.bannerArea .Img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .bannerArea .Img {
    height: 300px;
  }
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*footer*/
footer {
  position: relative;
  overflow-x: clip;
  padding: 49px 0 44px;
  background-color: #493438;
  color: rgba(255, 255, 255, 0.85);
}
footer::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 2px;
  top: -2px;
  left: 0;
  background-color: #493438;
  -webkit-filter: url(#roughEdge-lg);
          filter: url(#roughEdge-lg);
  pointer-events: none;
}
@media (max-width: 840px) {
  footer {
    padding-top: 100px;
  }
}
footer .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: normal;
      align-items: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  row-gap: 42px;
}
@media (max-width: 840px) {
  footer .wrap {
    row-gap: 30px;
  }
}
footer .footerLogo {
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -16%);
          transform: translate(-50%, -16%);
  z-index: 1;
  z-index: 3;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
}
footer .footerLogo::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
  inset: -12px;
  border: 2px solid #493438;
  background-color: #493438;
  border-radius: 50%;
  -webkit-filter: url(#roughEdge-lg);
          filter: url(#roughEdge-lg);
  pointer-events: none;
}
@media (max-width: 840px) {
  footer .footerLogo {
    width: 100px;
  }
}
footer .footerLogo a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .footerTop {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px 180px;
}
footer .footerTop .footerBrand {
  max-width: calc(50% - 90px);
}
footer .footerTop .footerBrand a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #fff;
}
@media (min-width: 1181px) {
  footer .footerTop .footerBrand a:hover {
    color: #d5502e;
  }
}
footer .footerTop .footerBrand .tw {
  display: block;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 1px;
}
footer .footerTop .footerBrand .en {
  display: block;
  margin-top: 3px;
  font-family: "Akatab", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 0.9vw, 18px);
  letter-spacing: 0.5px;
}
footer .footerTop .footerNav {
  max-width: calc(50% - 90px);
}
footer .footerTop .footerNav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px clamp(40px, 5dvw, 85px);
}
footer .footerTop .footerNav li {
  position: relative;
}
footer .footerTop .footerNav li + li::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0;
  left: calc(clamp(40px, 5dvw, 85px) / -2);
  width: 1px;
  height: 100%;
  background-color: #8b7377;
  -webkit-filter: url(#roughEdge-lg);
          filter: url(#roughEdge-lg);
  opacity: 0.8;
}
footer .footerTop .footerNav a {
  font-size: clamp(14px, 1vw, 16px);
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1181px) {
  footer .footerTop .footerNav a:hover {
    color: #d5502e;
  }
}
@media (max-width: 840px) {
  footer .footerTop {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  footer .footerTop .footerBrand {
    max-width: 100%;
  }
  footer .footerTop .footerBrand a {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  footer .footerTop .footerNav {
    max-width: 100%;
  }
  footer .footerTop .footerNav ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
footer .footerInfo {
  position: relative;
  padding-top: 48px;
  margin-top: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px 60px;
}
footer .footerInfo::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #8b7377;
  -webkit-filter: url(#roughEdge-lg);
          filter: url(#roughEdge-lg);
  opacity: 0.8;
  transition: width 0.8s ease;
}
footer .footerInfo.isShow::after {
  width: 100%;
}
footer .footerInfo .infoCol {
  max-width: 500px;
}
footer .footerInfo .infoTitle {
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 700;
  color: #fff;
}
footer .footerInfo .infoList {
  margin-top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
}
footer .footerInfo .infoList li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 11px;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.6;
}
footer .footerInfo .infoList .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #807073;
}
footer .footerInfo .infoList a {
  color: #fff;
}
@media (min-width: 1181px) {
  footer .footerInfo .infoList a:hover {
    color: #d5502e;
  }
}
@media (max-width: 1180px) {
  footer .footerInfo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media (max-width: 840px) {
  footer .footerInfo {
    padding-top: 30px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  footer .footerInfo .infoCol {
    width: min(100%, 350px);
  }
  footer .footerInfo .infoList {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
footer .footerBottom {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  padding-top: 30px;
}
footer .footerBottom::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #8b7377;
  -webkit-filter: url(#roughEdge-lg);
          filter: url(#roughEdge-lg);
  opacity: 0.8;
  transition: width 0.8s ease;
}
footer .footerBottom.isShow::after {
  width: 100%;
}
@media (max-width: 840px) {
  footer .footerBottom {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
  }
}
footer .footerBottom .copyrightBox {
  position: relative;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0px;
}
footer .footerBottom .copyrightBox a {
  color: #fff;
  font-size: 12px;
}
@media (min-width: 1181px) {
  footer .footerBottom .copyrightBox a:hover {
    color: #d5502e;
  }
}
footer .footerBottom .followBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 42px;
  color: #fff;
}
footer .footerBottom .followBox .followText {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15px;
}
footer .footerBottom .followBox .socialList a {
  color: #fff;
}
@media (min-width: 1181px) {
  footer .footerBottom .followBox .socialList a:hover {
    color: #d5502e;
  }
}

.privacyArea {
  width: calc(100% - 40px);
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 20px 0;
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 50;
  -webkit-transform: translate(-50%, calc(100% + 20px));
          transform: translate(-50%, calc(100% + 20px));
}
.privacyArea.show {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.privacyArea .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #444;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #444;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #603f38;
  }
}
.privacyArea .btnBox {
  width: 100%;
  margin-top: 20px;
}
.privacyArea .btnBox .btn {
  padding: 12px 10px;
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  border-radius: 10px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 50%;
  bottom: 16px;
  translate: -50% 0;
  z-index: 10;
}
.fixedQuickLink.hide {
  -webkit-transform: translateY(calc(100% + 16px));
          transform: translateY(calc(100% + 16px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}

/*********內頁**********/
.mainArea {
  padding-bottom: 100px;
  min-height: 80dvh;
  min-height: 80vh;
}
.mainArea.successPage {
  padding: 80px 0;
  min-height: auto;
}
.mainArea.successPage .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.mainArea.successPage .contentBox .btnBox.flex {
  padding: 20px 0;
}
@media (max-width: 1180px) {
  .mainArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  padding: 20px 0;
  margin-bottom: 30px;
}
.bread .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.bread .wrap a {
  color: #444;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #d5502e;
  }
}
.bread .wrap span {
  color: #444;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "\f5e3";
  font-size: 8px;
  font-family: "bootstrap-icons";
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 55%;
  left: 8px;
  z-index: 1;
  translate: 0 -50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #603f38;
}
.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: #444;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #444;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  color: #d5502e;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
  position: relative;
}
.articleTitle::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(circle, #603f38 calc(2px - 1px), transparent 2px);
  background-size: 11px 100%;
  background-repeat: repeat-x;
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 500;
  margin-bottom: 30px;
  padding: 15px 0;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li,
  .classBoxRow .classLink .classItem {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    background-color: #f0f0f0;
    color: #000;
    display: block;
    padding: 10px 15px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: center;
    transition: all 0.4s ease-in-out;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #603f38;
    color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #603f38;
    color: #fff;
  }
}

.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 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #603f38;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.current,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.current {
  background-color: rgba(96, 63, 56, 0.75);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.open,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.open {
  background-color: rgba(96, 63, 56, 0.75);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a:hover,
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span:hover {
    background-color: rgba(96, 63, 56, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a.current {
  background-color: rgba(96, 63, 56, 0.5);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a:hover {
    background-color: rgba(96, 63, 56, 0.5);
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink > .classItem:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink .dataList {
    display: none;
  }
  .classBoxColumn .classLink .dataList .dataItem:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #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: #603f38;
    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: #603f38;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}

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

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

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

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

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

/*對應&相關*/
.sideDataArea {
  margin: 30px 0;
}
.sideDataArea.news .Txt {
  padding: 15px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
  text-align: center;
}
.sideDataArea.catalog .Img::before {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
  content: "NEW";
  background-color: #603f38;
  border: 1px solid #603f38;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #603f38;
  border: 1px solid #603f38;
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .Txt {
  padding: 15px;
}
.sideDataArea .Txt .newsInfoBox {
  -ms-flex-align: center;
      align-items: center;
  color: #444;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(14px, 0.9vw, 16px);
  margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
  margin-left: 11px;
  padding-left: 11px;
  position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sideDataArea .Txt .title {
  max-height: 65px;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  color: #444;
  font-size: clamp(14px, 0.9vw, 16px);
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .Txt .newsInfoBox .classTitle + .date {
    margin-left: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
  .sideDataArea .sideDataItem {
    padding: 0;
  }
}

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

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

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

.controlBox {
  position: relative;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
}
.controlBox.fill {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.controlBox.fill .arrowBox {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.controlBox .arrowBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
.controlBox .slick-arrow {
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: transparent !important;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  -webkit-transform: none;
          transform: none;
  z-index: 2;
  margin: 0;
  pointer-events: auto;
}
.controlBox .slick-arrow::before {
  content: "";
  border: none;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  height: auto;
  aspect-ratio: 18/14;
  background-color: #603f38;
  -webkit-mask: url("../../images/tw/icon/arrow.png") no-repeat center center/contain;
          mask: url("../../images/tw/icon/arrow.png") no-repeat center center/contain;
}
.controlBox .slick-arrow::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  inset: 0;
  border: 2px solid #603f38;
  border-radius: 10px;
  -webkit-filter: url(#roughEdge-sm);
          filter: url(#roughEdge-sm);
  pointer-events: none;
}
.controlBox .slick-arrow.slick-prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.controlBox .slick-arrow.slick-disabled {
  pointer-events: none;
}
.controlBox .slick-arrow.slick-disabled::after {
  opacity: 0.25;
}
.controlBox .slick-arrow.white::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.controlBox .slick-arrow.white::after {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
@media (min-width: 1181px) {
  .controlBox .slick-arrow:hover::before {
    background-color: #fff;
  }
  .controlBox .slick-arrow:hover::after {
    border-color: #d5502e;
    background-color: #d5502e;
  }
}
@media (max-width: 1180px) {
  .controlBox .slick-arrow {
    width: 45px;
  }
  .controlBox .slick-arrow::before {
    width: 15px;
  }
}
@media (max-width: 400px) {
  .controlBox .slick-arrow {
    width: 40px;
  }
}
.controlBox .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}
.controlBox .slick-dots.center {
  -ms-flex-pack: center;
      justify-content: center;
}
.controlBox .slick-dots.vertical {
  width: 8px;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
}
.controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.controlBox .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.controlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.controlBox .slick-dots li.slick-active button::before {
  background-color: #603f38;
  opacity: 1;
}
@media (min-width: 1181px) {
  .controlBox .slick-dots li:hover button::before {
    background-color: #603f38;
    opacity: 1;
  }
}