@charset "UTF-8";
@import url(../reset.css);
@import url(../textEditor.css);
header .submenu.fullSubmenu a, .btnBox .btn .decoBorder::after, .btnBox .btn .decoBorder::before, .btnBox .btn .decoBorder, .btnBox .btn {
  transition: all 0.3s ease-in-out;
}

.scrollHint, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .bread, .fixedSideBtn::before, .fixedSideBtn, .privacyArea, .flowArea .flowList .arrowBox .icon, .flowArea .flowList .arrowBox, .flowArea .flowList .Txt .textEditor, .flowArea .flowList .Txt .title, .flowArea .flowList .stepBadge, .flowArea .flowList .Img img, .flowArea .flowList .item::before, .flowArea .flowList .item::after, .flowArea .flowList .item, .flowArea .flowBox, .flowArea .sectionTitleBox, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .submenu.fullSubmenu .icon, header .submenu.fullSubmenu a::before, header .menu > .menuItem .mainLink::before, header .wrap, .loadingArea.show, .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::before, .moduleBox .moduleClose::after, .moduleBox .moduleClose, .arrowBox .iconArrow, .arrowBox .arrow::before, .arrowBox .arrow, .borderHover .stroke, .borderHover .findMoreText, .borderHover .findMoreLink, .borderHover .default, .borderHover img, .borderHover::before, .borderHover::after, .btnBox .btn .btnText, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.45s ease-in-out;
}

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

@keyframes btnAni {
  20% {
    background-color: rgba(119, 35, 48, 0.3);
  }
  100% {
    transform: scale(1.3);
    background-color: transparent;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollHorizontal {
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes inkReveal {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(8px);
  }
  40% {
    opacity: 0.6;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes ink-slow-bleed {
  0% {
    clip-path: circle(0% at 50% 50%);
    transform: scale(0.8);
    opacity: 0.8;
    filter: blur(10px);
  }
  100% {
    clip-path: circle(150% at 50% 50%);
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes birdFlyLeft {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(-240px, -40px) rotate(-7deg);
    opacity: 0;
  }
}
@keyframes branchSway {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    transform: rotate3d(-2, 5, 1, -10deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes decoCloudFloatA {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(7px);
  }
}
@keyframes decoCloudFloatB {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-9px);
  }
}
@keyframes cloudFloat {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  50% {
    transform: translate3d(25px, -25px, 0);
  }
  80% {
    opacity: 0.8;
  }
  100% {
    transform: translate3d(10px, -50px, 0);
    opacity: 0;
  }
}
@keyframes walk-in-right {
  0% {
    transform: scale(0.8) translateX(-10%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
}
@keyframes walk-in-left {
  0% {
    transform: scale(0.8) translateX(10%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
}
@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes loadingLine {
  0% {
    width: 0%;
  }
  30% {
    width: 40%;
  }
  60% {
    width: 75%;
  }
  95% {
    width: 95%;
  }
  100% {
    width: 100%;
  } /* 最後停在95%，等JS移除Loading層 */
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drawImageX {
  from {
    clip-path: inset(0 50% 0 50%);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes drawImageY {
  from {
    clip-path: inset(50% 0 50% 0);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes drawLineCenter {
  from {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes drawLineCenterY {
  from {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes decoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes decoSpinInLeft {
  from {
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) rotate(-90deg);
  }
}
@keyframes decoSpinInRight {
  from {
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
  }
}
/* 定義雲霧漂浮與呼吸的關鍵影格 */
@keyframes misty-flow {
  0% {
    transform: translate(0, 0);
    filter: opacity(1);
  }
  50% {
    /* 微微向右下方移動，數值可依您的版面微調 */
    transform: translate(6%, 0%);
    /* 雲霧稍微變濃 */
    filter: opacity(0.15);
  }
  100% {
    transform: translate(0, 0);
    filter: opacity(1);
  }
}
body {
  background-color: #fff;
  background-image: url(../../images/tw/bg_white2.jpg);
  font-size: clamp(14px, 0.6vw + 0.4rem, 17px);
  font-family: "Noto Serif TC", serif;
}
body.overflow, body.disableScroll, body.loadingOverflow {
  overflow: hidden;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHomePage) .bannerArea .bannerItem .Img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHomePage) .bannerArea .bannerItem .Img {
    height: 320px;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHomePage) .bannerArea .bannerItem .Img {
    height: 280px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHomePage) .bannerArea .bannerItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

address {
  font-style: normal;
}

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

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Poppins", "Noto Serif TC", serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

.Img img {
  height: auto;
}

div.titan {
  display: none;
}

/* 共用的樣式 */
.titleBox {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.titleBox.textLeft {
  text-align: left;
}
.titleBox .decoTitle {
  color: #ba9770;
  font-size: 14px;
  line-height: normal;
  padding-bottom: 4px;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.titleBox .title {
  color: #772330;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 30px;
  }
}
.titleBox .subtitle {
  color: #ba9770;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding-top: 4px;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 22px;
    padding-top: 0;
  }
}
.titleBox .text {
  color: #111;
  font-size: 17px;
  line-height: normal;
  padding-top: 30px;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 14px;
    padding-top: 15px;
  }
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.btnBox.flex.left {
  justify-content: flex-start;
}
.btnBox.flex.right {
  justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 221px;
  flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 221px;
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 221px;
  display: inline-block;
  font-size: clamp(14px, 0.6vw + 0.4rem, 17px);
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.5px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn .decoBorder {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.btnBox .btn .decoBorder::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../../images/tw/corner_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 5px;
  filter: brightness(0) invert(1);
}
.btnBox .btn .decoBorder::after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../../images/tw/corner_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  position: absolute;
  right: 5px;
  top: 5px;
  filter: brightness(0) invert(1);
  transition: 0;
}
.btnBox .btn .btnText {
  width: 100%;
  height: 100%;
  font-size: clamp(14px, 0.6vw + 0.4rem, 17px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 20px;
  z-index: 2;
}
.btnBox .btn .btnText::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 6px;
  left: 5px;
  pointer-events: none;
}
.btnBox .btn .btnText::after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 6px;
  right: 5px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .btnBox .btn .btnText {
    padding: 12px 15px;
  }
  .btnBox .btn .btnText::before, .btnBox .btn .btnText::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .btnBox .btn .btnText {
    padding: 12px 15px;
  }
}
.btnBox .btn .btnText .icon {
  width: 20px;
  height: 18px;
}
@media (min-width: 1181px) {
  .btnBox .btn:hover .decoBorder {
    transform: scaleX(-1) scaleY(-1);
  }
  .btnBox .btn:hover .decoBorder::after {
    transform: scaleX(-1) scaleY(-1);
    top: 13px;
  }
  .btnBox .btn:hover .btnText {
    color: #fff;
    letter-spacing: 0.2rem;
  }
  .btnBox .btn:hover .btnText::before {
    height: 1px;
    width: calc(100% - 25px);
    left: 15px;
    top: 5px;
    bottom: auto;
    transition-delay: 0.2s;
    transition: all 0s 0s ease-in-out, width 0.4s 0.3s ease-in-out;
  }
  .btnBox .btn:hover .btnText::after {
    height: 1px;
    right: 15px;
    bottom: 5px;
    width: calc(100% - 25px);
    transition-delay: 0.2s;
    transition: all 0s 0s ease-in-out, width 0.4s 0.3s ease-in-out;
  }
}
.btnBox .btn.small .decoBorder::before, .btnBox .btn.small .decoBorder::after {
  width: 26px;
  height: 25px;
}
.btnBox .btn.small .btnText {
  font-size: clamp(12px, 0.5vw + 0.7rem, 14px);
  padding: 10px 15px;
}
@media (min-width: 1181px) {
  .btnBox .btn.small:hover .decoBorder::after {
    top: 10px;
  }
}
.btnBox .btn.bgMain {
  background-color: #772330;
  border: 1px solid #772330;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    border-color: #ba9770;
    background-color: #ba9770;
  }
}
.btnBox .btn.bgSecond {
  background-color: #ba9770;
  border: 1px solid #ba9770;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    border-color: #772330;
    background-color: #772330;
  }
}
.btnBox .btn.bgWhite {
  background-color: #fff;
  border: 1px solid #fff;
  color: #772330;
}
.btnBox .btn.bgWhite .decoBorder::before, .btnBox .btn.bgWhite .decoBorder::after {
  filter: none;
}
.btnBox .btn.bgWhite .btnText::before, .btnBox .btn.bgWhite .btnText::after {
  background-color: #772330;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgWhite:hover {
    border-color: #ba9770;
    background-color: #ba9770;
  }
  .btnBox .btn.bgWhite:hover .btnText {
    color: #772330;
  }
}
.btnBox .btn.bgLine {
  background-color: #49674d;
  border: 1px solid #49674d;
  color: #fff;
}
.btnBox .btn.bgLine .icon {
  margin-top: 2px;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgLine:hover {
    border-color: #ba9770;
    background-color: #ba9770;
  }
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

.borderHover {
  box-shadow: 0px 0px 29px 0px rgba(81, 0, 13, 0.29);
  border: 5px solid #fff;
  overflow: hidden;
  background-color: #772330;
  position: relative;
}
.borderHover::before, .borderHover::after {
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  background-image: url(../../images/tw/corner_yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 13px;
  top: 13px;
  filter: brightness(0) invert(1);
  z-index: 2;
  transform: translate(20px, 20px);
  opacity: 0;
}
.borderHover::after {
  left: auto;
  right: 13px;
  top: auto;
  bottom: 13px;
  transform: scale(-1) translate(20px, 20px);
}
.borderHover:not(.hasLink) {
  cursor: default;
}
.borderHover:not(.hasLink) a {
  pointer-events: none;
}
.borderHover img {
  display: block;
  width: 100%;
}
.borderHover .default {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ba9770;
}
.borderHover .default img.logo {
  display: block;
  width: 100%;
  max-width: 130px;
  aspect-ratio: 370/152;
  height: unset;
  filter: brightness(0) invert(1);
}
.borderHover .findMoreLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.borderHover .findMoreText {
  color: #772330;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  opacity: 0;
}
.borderHover .stroke {
  display: block;
  width: 317px;
  height: 59px;
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translate(-50%, -50%);
  z-index: -1;
  clip-path: inset(0 100% 0 0);
}
@media (min-width: 1181px) {
  .borderHover:hover.hasLink::before, .borderHover:hover.hasLink::after {
    transition-delay: 0.1s;
    opacity: 1;
  }
  .borderHover:hover.hasLink::before {
    transform: translate(0, 0);
  }
  .borderHover:hover.hasLink::after {
    transform: scale(-1) translate(0, 0);
  }
  .borderHover:hover.hasLink .default {
    opacity: 0;
  }
  .borderHover:hover.hasLink img:not(.stroke) {
    filter: opacity(0.4);
    transform: scale(1.06);
  }
  .borderHover:hover.hasLink .findMoreText {
    opacity: 1;
    transition-delay: 0.2s;
  }
  .borderHover:hover.hasLink .stroke {
    clip-path: inset(0 0 0 0);
  }
}

.sectionTitleBox {
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 15px 48px 20px 58px;
  margin: 40px auto;
}
.sectionTitleBox.column {
  width: auto;
  flex-direction: column;
  padding: 20px 13px 10px;
  margin: 40px 0;
}
@media (max-width: 1180px) {
  .sectionTitleBox.column {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    flex-direction: row;
    padding: 15px 48px 20px 58px;
  }
}
.sectionTitleBox.column::before {
  top: -38px;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
}
@media (max-width: 1180px) {
  .sectionTitleBox.column::before {
    top: 50%;
    left: 16px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.sectionTitleBox.column::after {
  top: auto;
  right: 50%;
  bottom: -34px;
  transform: translateX(50%) rotate(180deg);
}
@media (max-width: 1180px) {
  .sectionTitleBox.column::after {
    top: 50%;
    right: 15px;
    bottom: auto;
    transform: translateY(-50%) rotate(90deg);
  }
}
.sectionTitleBox.column .decoCloud::before {
  width: 151px;
  height: 62px;
  background-image: url(../../images/tw/cloud3.svg);
  top: auto;
  bottom: 21px;
}
.sectionTitleBox.column .decoText {
  position: absolute;
}
.sectionTitleBox.column .decoText.top {
  top: -21px;
}
@media (max-width: 1180px) {
  .sectionTitleBox.column .decoText.top {
    top: -30px;
    bottom: auto;
  }
}
.sectionTitleBox.column .decoText.bottom {
  bottom: -17px;
}
@media (max-width: 1180px) {
  .sectionTitleBox.column .decoText.bottom {
    bottom: -30px;
    top: auto;
  }
}
.sectionTitleBox.column .secTitle {
  writing-mode: vertical-rl;
}
@media (max-width: 1180px) {
  .sectionTitleBox.column .secTitle {
    writing-mode: horizontal-tb;
  }
}
.sectionTitleBox.column .decoLine {
  width: 22px;
  height: 100%;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .sectionTitleBox.column .decoLine {
    width: 100%;
    height: 22px;
    flex-direction: row;
  }
}
.sectionTitleBox.column .decoLine.bottom {
  left: auto;
  right: 0;
}
@media (max-width: 1180px) {
  .sectionTitleBox.column .decoLine.bottom {
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.sectionTitleBox.column .decoLine::before, .sectionTitleBox.column .decoLine::after {
  width: 1px;
  height: calc(50% - 10px);
  background-image: linear-gradient(to top, #772330, #772330, rgba(119, 35, 48, 0));
}
@media (max-width: 1180px) {
  .sectionTitleBox.column .decoLine::before, .sectionTitleBox.column .decoLine::after {
    width: calc(50% - 10px);
    height: 1px;
    background-image: linear-gradient(to left, #772330, #772330, rgba(119, 35, 48, 0));
  }
}
.sectionTitleBox.column .decoLine::after {
  transform: scaleY(-1);
}
@media (max-width: 1180px) {
  .sectionTitleBox.column .decoLine::after {
    transform: scaleX(-1);
  }
}
.sectionTitleBox.white::before, .sectionTitleBox.white::after {
  filter: brightness(0) invert(1);
}
.sectionTitleBox.white .secTitle {
  color: #fff;
}
.sectionTitleBox.white .decoLine::before, .sectionTitleBox.white .decoLine::after {
  background-image: linear-gradient(to left, #fff, #fff, rgba(255, 255, 255, 0));
}
.sectionTitleBox.white .decoLine img {
  filter: brightness(0) invert(1);
}
.sectionTitleBox::before, .sectionTitleBox::after {
  content: "";
  width: 12px;
  height: 9px;
  display: block;
  background-image: url(../../images/tw/section_title_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.sectionTitleBox::before {
  top: 50%;
  left: 16px;
  transform: translateY(-50%) rotate(-90deg);
}
.sectionTitleBox::after {
  bottom: auto;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
.sectionTitleBox .decoCloud {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.sectionTitleBox .decoCloud::before {
  content: "";
  width: 94px;
  height: 51px;
  background-image: url(../../images/tw/cloud1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -29px;
  right: calc(100% - 14px);
  animation: decoCloudFloatA 4s ease-in-out infinite;
}
@media (max-width: 1180px) {
  .sectionTitleBox .decoCloud::before {
    width: 70px;
    height: 40px;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .sectionTitleBox .decoCloud::before {
    opacity: 0.8;
  }
}
.sectionTitleBox .decoCloud::after {
  content: "";
  width: 159px;
  height: 126px;
  background-image: url(../../images/tw/cloud2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -73px;
  left: calc(100% + 0px);
  opacity: 0.15;
  animation: decoCloudFloatB 5.5s ease-in-out infinite;
  animation-delay: -2s;
}
@media (max-width: 1180px) {
  .sectionTitleBox .decoCloud::after {
    width: 120px;
    height: 100px;
    top: -50px;
  }
}
@media (max-width: 768px) {
  .sectionTitleBox .decoCloud::after {
    width: 100px;
    height: 80px;
    top: -50px;
    left: calc(100% - 10px);
  }
}
.sectionTitleBox .decoText {
  opacity: 0;
  color: #ba9770;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1.4px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
}
.sectionTitleBox .decoText.top {
  top: -30px;
}
@media (max-width: 768px) {
  .sectionTitleBox .decoText.top {
    top: -24px;
  }
}
.sectionTitleBox .decoText.bottom {
  bottom: -30px;
}
@media (max-width: 768px) {
  .sectionTitleBox .decoText.bottom {
    bottom: -24px;
  }
}
@media (max-width: 768px) {
  .sectionTitleBox .decoText {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
  }
}
.sectionTitleBox .secTitle {
  opacity: 0;
  color: #772330;
  font-weight: 500;
  font-size: clamp(24px, 1.1vw + 1.3rem, 40px);
  letter-spacing: 14px;
  line-height: 1.8;
}
@media (max-width: 1440px) {
  .sectionTitleBox .secTitle {
    letter-spacing: 10px;
  }
}
@media (max-width: 1180px) {
  .sectionTitleBox .secTitle {
    letter-spacing: 8px;
  }
}
@media (max-width: 768px) {
  .sectionTitleBox .secTitle {
    letter-spacing: 4px;
  }
}
.sectionTitleBox .decoLine {
  width: 100%;
  height: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.sectionTitleBox .decoLine img {
  display: block;
  width: 22px;
  height: 22px;
  opacity: 0;
}
.sectionTitleBox .decoLine::before, .sectionTitleBox .decoLine::after {
  content: "";
  display: block;
  width: calc(50% - 10px);
  height: 1px;
  background-image: linear-gradient(to left, #772330, #772330, rgba(119, 35, 48, 0));
  opacity: 0;
}
.sectionTitleBox .decoLine::after {
  transform: scaleX(-1);
}
.sectionTitleBox .decoLine.top {
  top: 0;
}
.sectionTitleBox .decoLine.bottom {
  bottom: 0;
}
.sectionTitleBox.hasEntered::before {
  animation: decoFadeIn 0.6s ease forwards;
  animation-delay: 0s;
}
.sectionTitleBox.hasEntered::after {
  animation: decoFadeIn 0.6s ease forwards;
  animation-delay: 0s;
}
.sectionTitleBox.hasEntered .decoText.top {
  animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.1s;
}
.sectionTitleBox.hasEntered .decoLine.top::before {
  animation: drawLineCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}
.sectionTitleBox.hasEntered .decoLine.top::after {
  animation: drawLineCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}
.sectionTitleBox.hasEntered .decoLine.top img {
  animation: drawImageX 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;
}
.sectionTitleBox.hasEntered .secTitle {
  animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.5s;
}
.sectionTitleBox.hasEntered .decoLine.bottom::before {
  animation: drawLineCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}
.sectionTitleBox.hasEntered .decoLine.bottom::after {
  animation: drawLineCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}
.sectionTitleBox.hasEntered .decoLine.bottom img {
  animation: drawImageX 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}
.sectionTitleBox.hasEntered .decoText.bottom {
  animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0.7s;
}
.sectionTitleBox:not(.column).hasEntered::before {
  animation: decoSpinInLeft 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0s;
}
.sectionTitleBox:not(.column).hasEntered::after {
  animation: decoSpinInRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 0s;
}
.sectionTitleBox.column.hasEntered .decoLine.top::before, .sectionTitleBox.column.hasEntered .decoLine.top::after, .sectionTitleBox.column.hasEntered .decoLine.bottom::before, .sectionTitleBox.column.hasEntered .decoLine.bottom::after {
  animation-name: drawLineCenterY;
}
@media (max-width: 1180px) {
  .sectionTitleBox.column.hasEntered .decoLine.top::before, .sectionTitleBox.column.hasEntered .decoLine.top::after, .sectionTitleBox.column.hasEntered .decoLine.bottom::before, .sectionTitleBox.column.hasEntered .decoLine.bottom::after {
    animation-name: drawLineCenter;
  }
}
.sectionTitleBox.column.hasEntered .decoLine.top img, .sectionTitleBox.column.hasEntered .decoLine.bottom img {
  animation-name: drawImageY;
}
@media (max-width: 1180px) {
  .sectionTitleBox.column.hasEntered .decoLine.top img, .sectionTitleBox.column.hasEntered .decoLine.bottom img {
    animation-name: drawImageX;
  }
}

.arrowBox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.arrowBox .arrow {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #772330;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1180px) {
  .arrowBox .arrow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .arrowBox .arrow {
    width: 44px;
    height: 44px;
  }
}
.arrowBox .arrow::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  border: 1px solid #772330;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .arrowBox .arrow::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
.arrowBox .arrow.next .iconArrow {
  transform: scaleX(-1);
}
@media (min-width: 1181px) {
  .arrowBox .arrow:hover {
    background-color: #772330;
  }
  .arrowBox .arrow:hover::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-color: #fff;
  }
  .arrowBox .arrow:hover .iconArrow {
    width: 20px;
  }
  .arrowBox .arrow:hover .iconArrow::before, .arrowBox .arrow:hover .iconArrow::after {
    background-color: #fff;
  }
  .arrowBox .arrow:hover .iconArrow::after {
    width: 10px;
  }
}
.arrowBox .iconArrow {
  display: block;
  width: 15px;
  height: 5px;
  position: relative;
}
.arrowBox .iconArrow::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #772330;
  position: absolute;
  bottom: 0;
  left: 0;
}
.arrowBox .iconArrow::after {
  content: "";
  width: 6px;
  height: 1px;
  display: block;
  background-color: #772330;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.cloudAni {
  animation: cloudFloat 10s cubic-bezier(0.02, 0.29, 0.74, 1.02) infinite;
}

.branchAni {
  animation: branchSway 4s ease-in-out infinite;
  transform-origin: bottom center;
}

.birdAni {
  animation: birdFlyLeft 15s cubic-bezier(0.17, 0.37, 0.58, 1) infinite;
}

.birdAniRight {
  animation: birdFlyRight 5s cubic-bezier(0.17, 0.37, 0.58, 1) infinite;
}

.inkAni {
  animation: ink-slow-bleed 6s linear forwards;
}

.inkReveal {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .inkReveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

.willEnter {
  visibility: hidden;
  transition: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .willEnter {
    visibility: visible !important;
  }
}

.decoFlower {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.decoInk {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.decoBird {
  pointer-events: none;
  width: 212px;
  height: 85px;
  background-image: url(../../images/tw/deco_bird.png);
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.decoBird.flip {
  scale: -1 1;
}

.decoBgCloud {
  pointer-events: none;
  width: 603px;
  height: 391px;
  background-image: url(../../images/tw/home_about_cloud.png);
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.decoMountain {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.decoMountain.normalMountain {
  width: 763px;
  height: 226px;
}
@media (max-width: 1440px) {
  .decoMountain.normalMountain {
    width: 50vw;
    height: 15vw;
  }
}
@media (max-width: 1180px) {
  .decoMountain.normalMountain {
    width: 60vw;
    height: 18vw;
  }
}
.decoMountain.normalMountain .mountainBack {
  width: 100%;
  height: 100%;
  background-image: url(../../images/tw/about_bg_right_1.png);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.decoMountain.normalMountain .mountainFront {
  width: 100%;
  height: 100%;
  background-image: url(../../images/tw/about_bg_right_2.png);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.decoMountain.withBuilding {
  width: 902px;
  height: 349px;
}
@media (max-width: 1440px) {
  .decoMountain.withBuilding {
    width: 75vw;
    height: 29vw;
  }
}
@media (max-width: 1180px) {
  .decoMountain.withBuilding {
    width: 60vw;
    height: 27vw;
  }
}
.decoMountain.withBuilding .mountainFront {
  width: 100%;
  height: 100%;
  background-image: url(../../images/tw/about_bg_left_1.png);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.decoMountain.withBuilding .mountainBack {
  width: 100%;
  height: 100%;
  background-image: url(../../images/tw/about_bg_left_2.png);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

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

.wrap {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) and (max-width: 1536px) {
  .wrap {
    max-width: 90vw;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: none;
  padding: 60px 0 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleWrap::before, .moduleBox .moduleWrap::after {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-image: url(../../images/tw/corner_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (max-width: 1180px) {
  .moduleBox .moduleWrap::before, .moduleBox .moduleWrap::after {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 768px) {
  .moduleBox .moduleWrap::before, .moduleBox .moduleWrap::after {
    width: 32px;
    height: 32px;
  }
}
.moduleBox .moduleWrap::before {
  top: 10px;
  left: 10px;
}
.moduleBox .moduleWrap::after {
  right: 10px;
  bottom: 10px;
  scale: -1;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #772330;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #772330;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .moduleBox .moduleClose:hover {
    background-color: #ba9770;
  }
  .moduleBox .moduleClose:hover::before {
    transform: rotate(150deg);
  }
  .moduleBox .moduleClose:hover::after {
    transform: rotate(-150deg);
  }
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox.flex {
    flex-direction: column;
    gap: 10px;
  }
  .moduleBox.privacy .btnBox.flex .btn {
    width: 100%;
  }
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #772330;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1181px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #772330;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: rgb(189.9363636364, 55.8636363636, 76.612987013);
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: rgb(138.7045454545, 40.7954545455, 55.9480519481);
  transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 1181px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #772330;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox {
  /*洽詢車&購物車*/
}
.moduleBox.cart .moduleWrap {
  max-width: 640px;
}
.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: #772330;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #772330;
  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;
  position: relative;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #333;
  display: block;
  font-size: clamp(14px, 0.8vw + 0.6rem, 17px);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #772330;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #772330;
    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 {
  /*提醒使用cookie彈窗*/
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition: all 0.6s ease-in-out;
  background-color: #fff;
  background-image: url(../../images/tw/bg_white2.jpg);
}
.loadingArea:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 0;
  background-color: #772330;
  transition: 0.6s all ease-in-out;
}
.loadingArea .loadLogo {
  opacity: 0;
  width: 260px;
}
.loadingArea .loadLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  transition: all 0.4s 0s ease-in-out;
  opacity: 1;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show::before {
  animation: loadingLine 2.5s forwards ease-in-out;
}
.loadingArea.show .loadLogo {
  opacity: 1;
  animation: ink-blur-scale 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.loadingArea.hide {
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  transition: clip-path 0.8s ease-in-out;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .wrap {
  max-width: 1700px;
  height: 112px;
  align-items: center;
  display: flex;
  position: relative;
  padding-top: 5px;
}
@media (max-width: 1180px) {
  header .wrap {
    height: auto;
    justify-content: space-between;
    padding-top: 0px;
  }
}
header .logo {
  padding: 11px 0;
}
header .logo a {
  display: block;
  width: 185px;
}
@media (max-width: 1440px) {
  header .logo a {
    width: 170px;
  }
}
@media (max-width: 1180px) {
  header .logo a {
    width: 120px;
  }
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
header .menuBox {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header {
  /*menu*/
}
header .menu {
  display: flex;
  gap: 16px;
}
@media (max-width: 1440px) {
  header .menu {
    gap: 12px;
  }
}
header .menu > .menuItem {
  position: relative;
}
header .menu > .menuItem .mainLink {
  color: #111;
  display: block;
  font-size: clamp(16px, 1vw + 0.1rem, 18px);
  line-height: 20px;
  letter-spacing: 0;
  padding: 20px 20px;
  position: relative;
}
header .menu > .menuItem .mainLink::before {
  content: "";
  width: 12px;
  height: 9px;
  display: block;
  background-image: url(../../images/tw/section_title_deco.svg);
  position: absolute;
  top: 10px;
  left: calc(50% - 6px);
  transform: translateY(10px);
  opacity: 0;
}
header .menu > .menuItem .mainLink.current {
  color: #772330;
}
@media (min-width: 1181px) {
  header .menu > .menuItem .mainLink:hover {
    color: #772330;
  }
  header .menu > .menuItem .mainLink:hover::before {
    transform: translateY(0px);
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  header .menu > .menuItem .mainLink {
    padding: 20px 15px;
  }
}
header .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  transform: translateX(-50%);
}
header .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
header .submenu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #F7F7F7;
  color: #111;
  display: block;
  padding: 10px;
}
header .submenu a.current {
  color: #fff;
  background-color: #772330;
}
@media (min-width: 1181px) {
  header .submenu a:hover {
    color: #fff;
    background-color: #772330;
  }
}
header .submenu.fullSubmenu {
  width: 100%;
  background-color: #fff;
  background-image: url(../../images/tw/header_bg.jpg);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  position: fixed;
  left: 0;
  top: 112px;
  transform: translateX(0);
  overflow: clip;
}
header .submenu.fullSubmenu .submenuWrap {
  height: auto;
  display: flex;
  padding: 0;
  height: 400px;
}
header .submenu.fullSubmenu .submenuTitleBox {
  width: 635px;
  background-image: url(../../images/tw/home_product_bg_top.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  header .submenu.fullSubmenu .submenuTitleBox {
    max-width: 40%;
  }
}
header .submenu.fullSubmenu .sectionTitleBox {
  margin-top: 62px;
}
header .submenu.fullSubmenu .sectionTitleBox .decoCloud::before {
  bottom: auto;
  top: -28px;
  left: -26px;
}
header .submenu.fullSubmenu .sectionTitleBox .decoCloud::after {
  top: -36px;
  left: calc(100% - 120px);
}
header .submenu.fullSubmenu .submenuListBox {
  flex-grow: 1;
  max-width: 800px;
  padding-left: 85px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
header .submenu.fullSubmenu .decoBg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1440px) {
  header .submenu.fullSubmenu .decoBg {
    bottom: -5%;
    opacity: 0.5;
  }
}
header .submenu.fullSubmenu .decoBg .mountain {
  width: 707px;
  height: 273px;
  background-image: url(../../images/tw/header_mountain.png);
  position: absolute;
  right: -195px;
  bottom: -6px;
  opacity: 0;
}
header .submenu.fullSubmenu .decoBg .mountain.inkAni {
  animation: slideLeftAnimation 0.5s ease-out 0.2s forwards;
}
header .submenu.fullSubmenu .decoBg .bird {
  width: 114px;
  height: 54px;
  background-image: url(../../images/tw/header_bird.png);
  position: absolute;
  right: 106px;
  bottom: 209px;
  animation: birdFlyLeft 15s cubic-bezier(0.17, 0.37, 0.58, 1) infinite;
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  header .submenu.fullSubmenu .decoBg .bird {
    animation: none;
  }
}
@media (max-width: 1181px) {
  header .submenu.fullSubmenu .decoBg .bird {
    display: none;
  }
}
header .submenu.fullSubmenu .submenuList {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 85px;
}
header .submenu.fullSubmenu a {
  background-color: transparent;
  color: #111;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
header .submenu.fullSubmenu a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #772330;
  position: absolute;
  bottom: -1px;
  right: 0;
}
header .submenu.fullSubmenu a.current {
  color: #772330;
  border-bottom-color: #772330;
}
@media (min-width: 1181px) {
  header .submenu.fullSubmenu a:hover {
    color: #772330;
  }
  header .submenu.fullSubmenu a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  header .submenu.fullSubmenu a:hover .icon {
    transform: rotate(180deg);
  }
}
header .submenu.fullSubmenu .submenuItem {
  width: calc(50% - 42.5px);
  max-width: none;
  padding: 0 20px;
  text-align: left;
}
header .submenu.fullSubmenu .icon {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background-image: url(../../images/tw/subtitle_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .submenu.fullSubmenu .submenuItemTitle {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
header .dropDown.open .submenu.fullSubmenu .decoBg .bird {
  animation-play-state: running;
}
@media (prefers-reduced-motion: reduce) {
  header .dropDown.open .submenu.fullSubmenu .decoBg .bird {
    animation: none;
  }
}
header .inquiryBtnBox {
  margin-top: 0;
}
@media (max-width: 1180px) {
  header .inquiryBtnBox {
    display: none;
  }
}
header .inquiryBtnBox .btn {
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  gap: 6px;
  background-color: #695457;
}
header .inquiryBtnBox .btn .btnText {
  display: block;
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  color: #fff;
}
header .inquiryBtnBox .btn .btnText::before, header .inquiryBtnBox .btn .btnText::after {
  display: none;
}
header .inquiryBtnBox .icon {
  display: block;
  color: #fff;
}
header .inquiryBtnBox .num {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #dedede;
  color: #111;
  font-family: "Poppins", "Noto Serif TC", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

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

.slideMenuArea {
  width: calc(100% - 40px);
  max-width: 480px;
  height: calc(88vh - 45px - env(safe-area-inset-bottom));
  height: calc(88dvh - 45px - env(safe-area-inset-bottom));
  background-image: url(../../images/tw/home_faq_bg.jpg);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: 20px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  transform: translate(-50%, -50%);
  transition: transform 0.6s ease-in-out, opacity 0.6s 0.3s ease-in-out, clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::before, .slideMenuArea::after {
  content: "";
  width: 31px;
  height: 32px;
  display: block;
  background-image: url(../../images/tw/corner_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.slideMenuArea::before {
  top: 10px;
  left: 10px;
}
.slideMenuArea::after {
  bottom: 10px;
  right: 10px;
  transform: rotate(180deg);
}
.slideMenuArea.show {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: transform 0.6s ease-in-out, opacity 0s 0s ease-in-out, clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.slideMenuArea.show .topBox {
  animation: slideDownAnimation 0.5s 0.4s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  animation: slideDownAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  animation: slideDownAnimation 0.5s 0.8s ease-in-out both;
}
@media (min-width: 1181px) {
  .slideMenuArea.show {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
  }
}
.slideMenuArea .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 120px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.slideMenuArea .topBox .slideMenuTrigger {
  margin-left: auto;
  width: 36px;
  height: 36px;
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 15px 0;
  max-height: 50dvh;
  max-height: calc(80dvh - 45px - env(safe-area-inset-bottom) - 72px - 56px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea .menuBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea .menuBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea .menuBox::-webkit-scrollbar-thumb {
  background: #772330;
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
  background-color: #772330;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  padding: 10px 30px 10px 0;
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
  color: #772330;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav > .menuItem a:hover {
    color: #772330;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  background-image: url(../../images/tw/bg_white2.jpg);
  display: none;
  padding: 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a::before {
  content: "";
  width: 12px;
  height: 9px;
  display: block;
  position: absolute;
  left: 4px;
  top: 8.5px;
  background-image: url(../../images/tw/section_title_deco.svg);
  opacity: 0;
  pointer-events: none;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #772330;
  padding-left: 20px;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current::before {
  opacity: 1;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #772330;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
  transform: translate(-50%, 0) rotate(0deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #772330;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
  background-color: #772330;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  padding: 5px 0px 5px 15px;
  display: none;
}
.slideMenuArea .socialBox {
  padding: 5px 0 0;
}
.slideMenuArea .socialBox .followText {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  color: #111;
  position: relative;
  padding-bottom: 5px;
}
.slideMenuArea .socialBox .socialList {
  align-items: center;
  display: flex;
  gap: 5px;
}
.slideMenuArea .socialBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #772330;
  font-size: 18px;
}
@media (min-width: 1181px) {
  .slideMenuArea .socialBox a:hover {
    color: #fff;
  }
}
.slideMenuArea .socialBox svg {
  width: 20px;
  height: 20px;
}

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

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea.decoAnimate .Txt {
  animation: slideUpAnimation 0.5s ease-in-out both;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(14px, 0.8vw + 0.6rem, 17px);
  padding: 0 20px;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.bannerArea .bannerTitle {
  font-size: clamp(24px, 1.1vw + 1.3rem, 40px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 32px;
}
@media (max-width: 1440px) {
  .bannerArea .bannerTitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerTitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerTitle {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerTitle {
    margin-bottom: 5px;
  }
}
.bannerArea .bannerSubtitle {
  display: inline-block;
  font-size: clamp(18px, 0.7vw + 1rem, 28px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .bannerArea .bannerSubtitle {
    padding-right: 0;
  }
}
.bannerArea .bannerSubtitle::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../../images/tw/subtitle_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% + 2px);
  right: 6px;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .bannerArea .bannerSubtitle::after {
    display: none;
  }
}
.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 {
  background-color: #695457;
  background-image: url(../../images/tw/footer_bg.jpg);
  padding: 78px 0 88px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  footer {
    padding: 50px 0 70px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 40px 0 70px;
  }
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -64%;
  left: -8%;
  width: 1300px;
  height: 600px;
  background-image: url(../../images/tw/footer_cloud_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  animation: misty-flow 18s ease-in-out infinite;
}
@media (max-width: 1440px) {
  footer::before {
    width: 975px;
    height: 450px;
    bottom: -40%;
  }
}
@media (max-width: 1180px) {
  footer::before {
    width: 780px;
    height: 360px;
    bottom: -30%;
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  footer::before {
    bottom: -14%;
    left: -16%;
  }
}
@media (max-width: 480px) {
  footer::before {
    display: none;
  }
}
footer::after {
  content: "";
  display: block;
  position: absolute;
  top: -43%;
  right: -10%;
  width: 700px;
  height: 400px;
  background-image: url(../../images/tw/footer_cloud_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
  animation: misty-flow 14s ease-in-out infinite reverse;
}
@media (max-width: 1440px) {
  footer::after {
    width: 525px;
    height: 300px;
    top: -30%;
  }
}
@media (max-width: 1180px) {
  footer::after {
    width: 420px;
    height: 240px;
    top: -20%;
  }
}
@media (max-width: 768px) {
  footer::after {
    top: -7%;
    opacity: 0.6;
  }
}
@media (max-width: 480px) {
  footer::after {
    right: -44%;
  }
}
footer .wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
footer .bottomBox {
  width: 100%;
  padding-top: 25px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 840px) {
  footer .bottomBox {
    flex-direction: column;
  }
}
footer .leftBox {
  width: calc(50% - 10px);
}
@media (max-width: 840px) {
  footer .leftBox {
    width: 100%;
  }
}
footer .rightBox {
  width: calc(50% - 10px);
  text-align: right;
}
@media (max-width: 840px) {
  footer .rightBox {
    width: 100%;
  }
}
footer .footerLogo {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 1440px) {
  footer .footerLogo {
    max-width: 170px;
  }
}
@media (max-width: 1180px) {
  footer .footerLogo {
    max-width: 120px;
  }
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  filter: brightness(0) invert(1);
}
footer .infoList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
}
footer .infoList li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 3px 0px;
}
footer .infoList li .infoText {
  flex-shrink: 0;
  color: #fff;
  padding-right: 48px;
  position: relative;
}
footer .infoList li .infoText::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: calc(50% - 7.5px);
  right: 24px;
}
@media (max-width: 480px) {
  footer .infoList li .infoText {
    padding-right: 30px;
  }
  footer .infoList li .infoText::before {
    right: 15px;
  }
}
footer .infoList li a,
footer .infoList li span {
  font-size: clamp(14px, 0.8vw + 0.6rem, 17px);
  color: #fff;
  line-height: 1.5;
  position: relative;
}
@media (min-width: 1181px) {
  footer .infoList li a:hover {
    color: #ba9770;
  }
}
footer .followBox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 4px;
}
footer .followBox .followText {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}
footer .followBox::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
footer .socialBox {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
footer .socialBox .followText {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  color: #b6aeaf;
  position: relative;
  padding-right: 113px;
}
footer .socialBox .followText::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #b6aeaf;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  pointer-events: none;
}
footer .socialBox .socialList {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-right: -5px;
}
footer .socialBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 1181px) {
  footer .socialBox a:hover {
    color: #ba9770;
  }
}
footer .socialBox svg {
  width: 20px;
  height: 20px;
}
footer .footerMenu {
  width: 100%;
  max-width: 272px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  gap: 8px;
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  footer .footerMenu {
    display: none;
  }
}
footer .footerMenu .menuItem {
  text-align: right;
  width: calc(50% - 4px);
  padding: 3px 0px;
}
@media (max-width: 480px) {
  footer .footerMenu .menuItem {
    text-align: center;
    padding: 3px 10px;
  }
}
footer .footerMenu .menuItem a {
  display: block;
  font-size: clamp(14px, 0.6vw + 0.4rem, 17px);
  color: #fff;
  letter-spacing: 0px;
}
@media (min-width: 1181px) {
  footer .footerMenu .menuItem a:hover {
    color: #ba9770;
  }
}
footer .copyrightBox {
  width: 100%;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 4px;
}
footer .copyrightBox .copyright {
  font-size: 12px;
}
footer .copyrightBox .ibestLink {
  display: flex;
  align-items: center;
  position: relative;
}
footer .copyrightBox .ibestLink::before {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  background-color: #b6aeaf;
  margin-right: 10px;
  margin-top: 1px;
}
footer .copyrightBox .ibestLink a,
footer .copyrightBox .ibestLink span {
  color: #b6aeaf;
  font-size: 12px;
}
@media (min-width: 1181px) {
  footer .copyrightBox .ibestLink a:hover {
    color: #ba9770;
  }
}

.flowArea {
  padding: 161px 0 203px;
  position: relative;
  background-image: url(../../images/tw/bg_white2.jpg);
}
@media (max-width: 1440px) {
  .flowArea {
    padding: 120px 0 150px;
  }
}
@media (max-width: 1180px) {
  .flowArea {
    padding: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .flowArea {
    padding: 60px 0;
  }
}
.flowArea .wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .flowArea .wrap {
    flex-direction: column;
    align-items: center;
  }
}
.flowArea .sectionTitleBox {
  flex-shrink: 0;
  transform: translateX(-10px);
}
@media (max-width: 1180px) {
  .flowArea .sectionTitleBox {
    flex-shrink: initial;
    transform: none;
    margin: 0 0 20px;
  }
}
.flowArea .flowBox {
  width: calc(100% - 100px);
  max-width: 1333px;
  padding-left: 13px;
  padding-top: 44px;
  margin-left: auto;
  margin-right: -10px;
}
@media (max-width: 1440px) {
  .flowArea .flowBox {
    padding: 30px 0;
  }
}
@media (max-width: 1180px) {
  .flowArea .flowBox {
    width: 100%;
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .flowArea .flowBox {
    width: 100%;
    margin: 0;
    padding: 20px 20px 0;
  }
}
@media (max-width: 400px) {
  .flowArea .flowBox {
    max-width: 240px;
  }
}
.flowArea .flowList {
  width: 100%;
}
.flowArea .flowList:not(.slick-slider) {
  display: flex;
}
.flowArea .flowList:not(.slick-slider) .flowItem {
  width: 16.6666666667%;
}
@media (max-width: 1440px) {
  .flowArea .flowList:not(.slick-slider) .flowItem {
    width: 20%;
  }
}
@media (max-width: 960px) {
  .flowArea .flowList:not(.slick-slider) .flowItem {
    width: 25%;
  }
}
@media (max-width: 840px) {
  .flowArea .flowList:not(.slick-slider) .flowItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 540px) {
  .flowArea .flowList:not(.slick-slider) .flowItem {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .flowArea .flowList:not(.slick-slider) .flowItem {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .flowArea .flowList .slick-list {
    overflow: visible;
  }
}
@media (max-width: 1180px) {
  .flowArea .flowList .slick-current .item {
    box-shadow: 0px 0px 6px 0px rgba(63, 47, 50, 0.31);
    background-color: #772330;
  }
  .flowArea .flowList .slick-current .item .Img img {
    transform: rotateY(360deg);
    filter: brightness(0) invert(1);
  }
  .flowArea .flowList .slick-current .item .stepBadge {
    background-color: #ba9770;
    color: #fff;
  }
  .flowArea .flowList .slick-current .item .title {
    color: #fff;
  }
  .flowArea .flowList .slick-current .item .textEditor {
    color: rgba(255, 255, 255, 0.85);
  }
}
.flowArea .flowList .flowItem {
  padding: 20px 7px;
}
@media (min-width: 1441px) {
  .flowArea .flowList .flowItem.first .arrowBox {
    display: none;
  }
}
.flowArea .flowList .item {
  height: 380px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px 20px;
  background-color: #f8f2ea;
  box-sizing: border-box;
}
.flowArea .flowList .item::before, .flowArea .flowList .item::after {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  background-image: url(../../images/tw/corner_yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(10px, 10px, 0);
}
.flowArea .flowList .item::before {
  top: 12px;
  left: 12px;
}
.flowArea .flowList .item::after {
  bottom: 12px;
  right: 12px;
  rotate: 180deg;
}
@media (max-width: 1440px) {
  .flowArea .flowList .item {
    height: 340px;
  }
}
@media (max-width: 1180px) {
  .flowArea .flowList .item {
    height: 320px;
    padding: 20px;
  }
}
@media (min-width: 1181px) {
  .flowArea .flowList .item:hover {
    box-shadow: 0px 0px 6px 0px rgba(63, 47, 50, 0.61);
    background-color: #772330;
  }
  .flowArea .flowList .item:hover::before, .flowArea .flowList .item:hover::after {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
  }
  .flowArea .flowList .item:hover .Img img {
    transform: rotateY(360deg);
    filter: brightness(0) invert(1);
  }
  .flowArea .flowList .item:hover .stepBadge {
    background-color: #ba9770;
    color: #fff;
  }
  .flowArea .flowList .item:hover .title {
    color: #fff;
  }
  .flowArea .flowList .item:hover .textEditor {
    color: rgba(255, 255, 255, 0.85);
  }
}
.flowArea .flowList .Img {
  width: 100%;
  max-width: 110px;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  flex-shrink: 0;
}
@media (max-width: 1180px) {
  .flowArea .flowList .Img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .flowArea .flowList .Img {
    width: 90px;
  }
}
.flowArea .flowList .Img img {
  display: block;
  width: 100%;
}
.flowArea .flowList .stepBadge {
  display: inline-block;
  background-color: #772330;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 100;
  padding: 5px 19px;
  border-radius: 20px;
  margin: 0px 0 15px;
}
.flowArea .flowList .Txt {
  width: 100%;
  position: static;
  padding: 0;
  height: auto;
}
.flowArea .flowList .Txt .title {
  font-size: clamp(18px, 0.7vw + 1rem, 28px);
  font-weight: 500;
  padding-bottom: 5px;
  color: #772330;
}
.flowArea .flowList .Txt .textEditor {
  font-size: clamp(14px, 0.6vw + 0.4rem, 17px);
  line-height: 1.41;
  letter-spacing: 0;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flowArea .flowList .arrowBox {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(171, 161, 139, 0.26);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -22.5px;
  top: calc(50% - 22.5px);
}
.flowArea .flowList .arrowBox .icon {
  color: #772330;
  width: 15px;
  height: 13px;
  scale: -1 1;
}
@media (min-width: 1181px) {
  .flowArea .flowList .arrowBox:hover {
    background-color: #ba9770;
  }
  .flowArea .flowList .arrowBox:hover .icon {
    color: #fff;
  }
}
.flowArea:not(.decoAnimate) .flowBgInk1,
.flowArea:not(.decoAnimate) .flowBgInk2,
.flowArea:not(.decoAnimate) .flowBgInk3,
.flowArea:not(.decoAnimate) .flowBgInk4 {
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
}
.flowArea:not(.decoAnimate) .sectionTitleBox {
  opacity: 0;
  transform: translateY(20px);
}
.flowArea:not(.decoAnimate) .flowBox {
  opacity: 0;
  transform: translateY(20px);
}
.flowArea:not(.decoAnimate) .flowLeftFlower,
.flowArea:not(.decoAnimate) .flowRightFlower {
  opacity: 0;
}
.flowArea.decoAnimate .flowBgInk1 {
  opacity: 0;
  animation: ink-slow-bleed 1s ease forwards;
  animation-delay: 0s;
}
.flowArea.decoAnimate .flowBgInk2 {
  opacity: 0;
  animation: ink-slow-bleed 1s ease forwards;
  animation-delay: 0.5s;
}
.flowArea.decoAnimate .flowBgInk3 {
  opacity: 0;
  animation: ink-slow-bleed 1s ease forwards;
  animation-delay: 0.8s;
}
.flowArea.decoAnimate .flowBgInk4 {
  opacity: 0;
  animation: ink-slow-bleed 1s ease forwards;
  animation-delay: 1s;
}

.flowArea .flowDecoWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.flowArea .flowDecoWrap.front {
  z-index: 3;
}

.flowBgInk1 {
  width: 838px;
  height: 820px;
  background-image: url(../../images/tw/flow_ink_1.png);
  top: -68%;
  left: -7.5%;
}
@media (max-width: 1440px) {
  .flowBgInk1 {
    width: 670px;
    height: 656px;
  }
}
@media (max-width: 1180px) {
  .flowBgInk1 {
    width: 545px;
    height: 533px;
  }
}
@media (max-width: 768px) {
  .flowBgInk1 {
    display: none;
  }
}

.flowBgInk2 {
  width: 869px;
  height: 811px;
  background-image: url(../../images/tw/flow_ink_2.png);
  bottom: -49%;
  left: -21%;
}
@media (max-width: 1440px) {
  .flowBgInk2 {
    width: 695px;
    height: 649px;
  }
}
@media (max-width: 1180px) {
  .flowBgInk2 {
    width: 565px;
    height: 527px;
  }
}
@media (max-width: 768px) {
  .flowBgInk2 {
    display: none;
  }
}

.flowBgInk3 {
  width: 838px;
  height: 820px;
  background-image: url(../../images/tw/flow_ink_1.png);
  top: -37.2%;
  right: -34.1%;
  transform: scaleY(-1);
  filter: contrast(0.9);
}
@media (max-width: 1440px) {
  .flowBgInk3 {
    width: 670px;
    height: 656px;
  }
}
@media (max-width: 1180px) {
  .flowBgInk3 {
    width: 545px;
    height: 533px;
  }
}
@media (max-width: 768px) {
  .flowBgInk3 {
    display: none;
  }
}

.flowBgInk4 {
  width: 838px;
  height: 820px;
  background-image: url(../../images/tw/flow_ink_3.png);
  bottom: -54.5%;
  right: -20.1%;
  transform: scaleY(-1);
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .flowBgInk4 {
    width: 670px;
    height: 656px;
  }
}
@media (max-width: 1180px) {
  .flowBgInk4 {
    width: 545px;
    height: 533px;
  }
}
@media (max-width: 768px) {
  .flowBgInk4 {
    display: none;
  }
}

.flowBgCloud {
  width: 463px;
  height: 299px;
  bottom: 10%;
  left: 20%;
}
@media (max-width: 1440px) {
  .flowBgCloud {
    width: 347px;
    height: 224px;
  }
}
@media (max-width: 1180px) {
  .flowBgCloud {
    width: 278px;
    height: 179px;
  }
}
@media (max-width: 768px) {
  .flowBgCloud {
    display: none;
  }
}

.flowBgBird {
  top: 10%;
  right: 19.5%;
}
@media (max-width: 1440px) {
  .flowBgBird {
    width: 159px;
    height: 64px;
  }
}
@media (max-width: 1180px) {
  .flowBgBird {
    width: 127px;
    height: 51px;
  }
}
@media (max-width: 768px) {
  .flowBgBird {
    display: none;
  }
}

.flowLeftFlower {
  width: 269px;
  height: 138px;
  top: 176px;
  left: -18px;
  transform-origin: top left;
  will-change: transform;
}
@media (max-width: 1800px) {
  .flowLeftFlower {
    top: 4%;
  }
}
@media (max-width: 1440px) {
  .flowLeftFlower {
    width: 215px;
    height: 110px;
  }
}
@media (max-width: 1180px) {
  .flowLeftFlower {
    width: 175px;
    height: 90px;
    top: 110px;
    left: -10px;
  }
}
@media (max-width: 768px) {
  .flowLeftFlower {
    display: none;
  }
}
.flowLeftFlower .flowBranchInner {
  width: 100%;
  height: 100%;
  background-image: url(../../images/tw/flow_flower2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: branchSway 8s ease-in-out infinite;
  transform-origin: center left;
}

.flowRightFlower {
  width: 429px;
  height: 295px;
  top: 21px;
  right: -24px;
  transform-origin: top right;
  will-change: transform;
}
@media (max-width: 1440px) {
  .flowRightFlower {
    width: 343px;
    height: 236px;
    top: 16px;
  }
}
@media (max-width: 1180px) {
  .flowRightFlower {
    width: 279px;
    height: 192px;
    top: 10px;
    right: -15px;
  }
}
@media (max-width: 768px) {
  .flowRightFlower {
    right: -20%;
    top: 40px;
  }
}
@media (max-width: 480px) {
  .flowRightFlower {
    width: 200px;
    height: 160px;
    right: -120px;
    top: 80px;
  }
}
.flowRightFlower .flowBranchInner {
  width: 100%;
  height: 100%;
  background-image: url(../../images/tw/flow_flower.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: branchSway 8s ease-in-out infinite;
  transform-origin: top right;
}

.decoRoof {
  width: 381px;
  height: 550px;
  background-image: url(../../images/tw/flow_roof.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: -15%;
  z-index: 2;
}
@media (max-width: 1440px) {
  .decoRoof {
    width: 305px;
    height: 440px;
  }
}
@media (max-width: 1180px) {
  .decoRoof {
    width: 248px;
    height: 358px;
  }
}
@media (max-width: 768px) {
  .decoRoof {
    width: 200px;
    height: 290px;
    bottom: -10%;
  }
}

.privacyArea {
  width: 100%;
  max-width: 800px;
  background-color: #f8f2ea;
  border: 5px solid #fff;
  box-shadow: 0 -2px 10px 2px rgba(119, 35, 48, 0.1);
  padding: 20px 0;
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 101;
  transform: translateX(-50%) translateY(100%);
}
@media (min-width: 1181px) {
  .privacyArea:hover {
    box-shadow: 0 -2px 10px 2px rgba(119, 35, 48, 0.3);
  }
}
@media (max-width: 1180px) {
  .privacyArea {
    bottom: 40px;
  }
}
.privacyArea.show {
  transform: translateX(-50%) translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  transform: translateX(-50%) translateY(100%);
}
.privacyArea .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #772330;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #772330;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 440px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

/*側邊浮動選單*/
.fixedSideMenu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 1180px) {
  .fixedSideMenu {
    width: 100%;
    display: flex;
    top: auto;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
    transform: none;
  }
}

.fixedSideBtn {
  width: 45px;
  height: 150px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 0;
  position: relative;
}
.fixedSideBtn::before {
  content: "";
  width: 12px;
  height: 9px;
  display: block;
  background-image: url(../../images/tw/section_title_deco_brown.svg);
  position: absolute;
  top: calc(50% - 4.5px);
  right: calc(100% + 6px);
  transform: rotate(-90deg) translateY(10px);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .fixedSideBtn::before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .fixedSideBtn {
    width: 100%;
    height: 45px;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .fixedSideBtn {
    height: 40px;
  }
}
.fixedSideBtn i {
  display: block;
  font-size: 16px;
}
@media (max-width: 768px) {
  .fixedSideBtn i {
    display: none;
  }
}
.fixedSideBtn .text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
}
@media (min-width: 1181px) {
  .fixedSideBtn .text {
    writing-mode: vertical-rl;
    letter-spacing: 1px;
  }
}
@media (max-width: 375px) {
  .fixedSideBtn .text {
    font-size: 13px;
  }
}
.fixedSideBtn .text .en {
  display: block;
}
@media (min-width: 1181px) {
  .fixedSideBtn .text .en {
    margin-right: -2px;
    margin-bottom: 2px;
  }
}
.fixedSideBtn.line {
  background-color: #772330;
}
.fixedSideBtn.tel {
  background-color: #695457;
}
@media (min-width: 1181px) {
  .fixedSideBtn.tel:hover {
    background-color: #ba9770;
  }
}
.fixedSideBtn.inquiry {
  background-color: #772330;
}
@media (min-width: 1181px) {
  .fixedSideBtn.inquiry {
    display: none;
  }
}
.fixedSideBtn.inquiry .num {
  text-align: center;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #dedede;
  color: #111;
  font-family: "Poppins", "Noto Serif TC", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 400px) {
  .fixedSideBtn.inquiry .num {
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
@media (min-width: 1181px) {
  .fixedSideBtn:hover {
    background-color: #ba9770;
    color: #fff;
  }
  .fixedSideBtn:hover::before {
    opacity: 1;
    transform: rotate(-90deg);
  }
}

/*後台預覽模式 系統預設，非必要請勿刪除*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea button {
  text-decoration: underline;
}

/*後台登入模式 系統預設，非必要請勿刪除*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*********內頁**********/
.mainArea {
  padding-bottom: 100px;
  min-height: 80dvh;
  min-height: 80vh;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mainArea .wrap {
  text-align: left;
}
@media (max-width: 1180px) {
  .mainArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .mainArea {
    padding-top: 20px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px 0;
  filter: blur(2px) opacity(0);
}
.bread.decoAnimate {
  filter: none;
  transition-delay: 0.2s;
}
.bread .wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bread .wrap .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: inherit;
  display: none;
  margin-right: 5px;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a:first-child,
.bread .wrap span:first-child {
  padding-left: 30px;
}
.bread .wrap a:first-child::before,
.bread .wrap span:first-child::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../../images/tw/subtitle_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  transform: translateY(-50%);
}
.bread .wrap a:last-child,
.bread .wrap span:last-child {
  padding-right: 30px;
}
.bread .wrap a:last-child::after,
.bread .wrap span:last-child::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../../images/tw/subtitle_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  transform: translateY(-50%);
}
.bread .wrap a {
  color: #772330;
  position: relative;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #ba9770;
  }
}
.bread .wrap span {
  color: #772330;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 40px;
}
.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: #772330;
  position: absolute;
  top: 10%;
  left: 20px;
  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: #111;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #ba9770;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
  position: relative;
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-size: 22px;
  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;
}

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

.classNote {
  padding: 20px 0;
}
.classNote.thankInfo {
  margin-bottom: 25px;
  border-bottom: 1px solid 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;
    max-width: 300px;
  }
}
@media (max-width: 1180px) {
  .classBox::after {
    content: "";
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-image: none;
    border: 1px solid #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    margin: 0;
    pointer-events: none;
  }
}
.classBox .classCurrent {
  background-color: #772330;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 15px;
  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;
  position: relative;
}
@media (max-width: 1180px) {
  .classBoxRow {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1181px) {
  .classBoxRow::before, .classBoxRow::after {
    content: "";
    display: block;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #772330 30%, #772330 70%, transparent);
  }
  .classBoxRow::before {
    margin-bottom: 22px;
  }
}
@media (min-width: 1181px) and (max-width: 1180px) {
  .classBoxRow::before {
    display: none;
  }
}
@media (min-width: 1181px) {
  .classBoxRow::after {
    margin-top: 22px;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    position: relative;
  }
  .classBoxRow .classLink li,
  .classBoxRow .classLink .classItem {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .classBoxRow .classLink li:not(:first-child)::before,
  .classBoxRow .classLink .classItem:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: rgba(119, 35, 48, 0.3);
    flex-shrink: 0;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    background-color: transparent;
    color: #111;
    display: block;
    padding: 6px 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
    position: relative;
    transition: color 0.35s ease;
  }
  .classBoxRow .classLink a::before,
  .classBoxRow .classLink span::before {
    content: "";
    width: 12px;
    height: 9px;
    background-image: url(../../images/tw/section_title_deco.svg);
    position: absolute;
    top: -6px;
    left: calc(50% - 4.5px);
    opacity: 0;
  }
  .classBoxRow .classLink a::after,
  .classBoxRow .classLink span::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background-color: #772330;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    color: #772330;
    font-weight: 500;
  }
  .classBoxRow .classLink a.current::before,
  .classBoxRow .classLink span.current::before {
    opacity: 1;
  }
  .classBoxRow .classLink a.current::after,
  .classBoxRow .classLink span.current::after {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    color: #772330;
  }
  .classBoxRow .classLink a:hover::after,
  .classBoxRow .classLink span:hover::after {
    width: calc(100% - 40px);
  }
}

.classBoxColumn {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 1181px) {
  .classBoxColumn::before, .classBoxColumn::after {
    content: "";
    display: block;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #772330 30%, #772330 70%, transparent);
  }
  .classBoxColumn::before {
    margin-bottom: 8px;
  }
}
@media (min-width: 1181px) and (max-width: 1180px) {
  .classBoxColumn::before {
    display: none;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn::after {
    margin-top: 8px;
  }
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #111;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  color: #772330;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #772330;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span {
  padding-left: 25px;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.current,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.current {
  color: #772330;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.open,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.open {
  color: #772330;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a:hover,
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span:hover {
    color: #772330;
  }
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a.current {
  color: #772330;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a:hover {
    color: #772330;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem {
    animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink {
    position: relative;
  }
  .classBoxColumn .classLink::before {
    content: "";
    display: block;
    width: 100px;
    height: 40px;
    background-image: url(../../images/tw/cloud3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: 0px;
    right: -15px;
    z-index: -1;
    opacity: 0.5;
  }
  .classBoxColumn .classLink > .classItem {
    padding-left: 10px;
  }
  .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: #111;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
    transition: color 0.35s ease;
  }
  .classBoxColumn .classLink a::before,
  .classBoxColumn .classLink span::before {
    content: "";
    width: 12px;
    height: 9px;
    background-image: url(../../images/tw/section_title_deco.svg);
    position: absolute;
    top: calc(50% - 4px);
    left: -5px;
    transform: rotate(-90deg) translateY(10px);
    opacity: 0;
    transition: all 0.45s ease-in-out;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    color: #772330;
    font-weight: 500;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    color: #772330;
  }
  .classBoxColumn .classLink a:hover::before,
  .classBoxColumn .classLink span:hover::before {
    opacity: 1;
    transform: rotate(-90deg) translateY(0%);
  }
}

@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: #111;
    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: #ba9770;
    color: #fff;
  }
}

/*頁碼*/
.pageBox .pageList {
  align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .pageBox .pageList {
    padding: 30px 0;
  }
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .pageBox .pageList a:hover {
    border: 1px solid #772330;
    background-color: #772330;
    color: #fff;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBox .pageList.number {
  margin-top: 40px;
  justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
  width: auto;
  height: auto;
  border: none;
  padding: 5px 10px;
  margin: 0;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
    background-color: transparent;
    color: #772330;
  }
}
.pageBox .pageList.number a.current {
  border: 1px solid #772330;
  background-color: #772330;
  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: flex;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .tab {
    margin-top: 20px;
  }
}
.tab .tabItem {
  flex: 1;
}
.tab a {
  height: 100%;
  align-items: center;
  color: #111;
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #772330;
  color: #fff;
}

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

/*側邊_聯絡資訊*/
.sideContactInfo li {
  margin-bottom: 20px;
}
.sideContactInfo .infoText {
  color: #111;
  letter-spacing: 0.5px;
}
.sideContactInfo a,
.sideContactInfo span {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #111;
}
.sideContactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #111;
  border-radius: 50%;
  font-size: 20px;
  color: #111;
  text-align: center;
}
.sideContactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*社群分享*/
.sideShare {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
.sideShare .shareList {
  align-items: center;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #111;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #111;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 1181px) {
  .sideShare .shareList .shareItem a:hover,
  .sideShare .shareList .shareItem button:hover {
    opacity: 0.8;
  }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  fill: #111;
}
.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) {
  background-color: #f0f0f0;
  background-image: url(../../images/tw/home_about_bg.png);
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  transition: all 1.2s ease !important;
}

/* lightgallery 圖片不被標題、選單遮擋 */
.lg-outer.lg-thumb-open .lg .lg-img-wrap {
  padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
  padding-top: 47px;
  padding-bottom: 38px;
}

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

/* toast */
.toastMessageBox {
  position: fixed;
  z-index: 1005;
}
.toastMessageBox.top {
  top: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.top {
    top: 10px;
  }
}
.toastMessageBox.right {
  right: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.right {
    right: 10px;
  }
}
.toastMessageBox.bottom {
  bottom: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.bottom {
    bottom: 10px;
  }
}
.toastMessageBox.left {
  left: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.left {
    left: 10px;
  }
}
.toastMessageBox .toastMessage {
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  align-items: center;
  display: flex;
}
.toastMessageBox .toastMessageText i {
  font-size: 24px;
  margin-right: 10px;
}