@charset "UTF-8";
.environmentArea .marqueeItem .Img img, .environmentArea .marqueeItem .maskBox, .environmentArea .marqueeItem .imgBox::before, .environmentArea::before, .storeArea .storeContentBox .infoWrap .rightSide .infoContent a, .storeArea .storeTabBox .storeTab::after, .storeArea .storeTabBox .storeTab, .teamArea .teamList .teamTab, .teamArea .teamSecondList .Img img, .teamArea::before, .aboutArea::before {
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding: 0;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.aboutArea {
  padding-top: 110px;
  padding-bottom: clamp(30px, 3.3333333333px + 3.4722222222vw, 70px);
  position: relative;
  overflow: hidden;
}
.aboutArea::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/830;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../../images/tw/about_banner_bg.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mix-blend-mode: luminosity;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .aboutArea::before {
    height: 615px;
    width: auto;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding-top: 80px;
  }
}
.aboutArea .wrap {
  padding-top: clamp(40px, 33.3333333333px + 0.8680555556vw, 50px);
  padding-bottom: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
  min-height: 90vh;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .aboutArea .wrap {
    min-height: 85vh;
  }
}
.aboutArea .logoIcon {
  width: 30%;
  max-width: 150px;
  margin-bottom: 5px;
  transform: scale(1.03);
  filter: blur(5px);
  opacity: 0;
  transform: translateY(10px);
  will-change: transform, filter;
}
.aboutArea .logoIcon img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.aboutArea .aboutTitleBox {
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.aboutArea .aboutTitleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.aboutArea .aboutTitleBox .title {
  font-size: clamp(28px, 20.6666666667px + 0.9548611111vw, 39px);
  color: #222222;
  letter-spacing: 0.08em;
}
.aboutArea .aboutTitleBox .subtitle {
  margin-top: 5px;
  font-size: clamp(16px, 13.3333333333px + 0.3472222222vw, 20px);
  color: #7B8C78;
  letter-spacing: 0.08em;
}
.aboutArea .decoLine {
  width: 1px;
  height: clamp(50px, 23.3333333333px + 3.4722222222vw, 90px);
  background-color: rgba(123, 140, 120, 0.4);
  margin: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px) auto;
  clip-path: inset(0 0 100% 0);
  will-change: clip-path;
}
.aboutArea .textBox {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(5px);
  will-change: transform, opacity;
}
.aboutArea .scrollDown {
  position: absolute;
  bottom: clamp(40px, 26.6666666667px + 1.7361111111vw, 60px);
  opacity: 0;
  transform: translateY(10px);
  will-change: transform, opacity;
}
@media (max-width: 480px) {
  .aboutArea .scrollDown {
    display: flex;
  }
}

.teamArea {
  padding-top: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  background-color: #EEEAE2;
}
@media (max-width: 960px) {
  .teamArea {
    padding-bottom: clamp(50px, 16.6666666667px + 4.3402777778vw, 100px);
  }
}
.teamArea::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/830;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("../../images/tw/about_team_bg.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .teamArea::before {
    height: 615px;
    width: auto;
  }
}
.teamArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.teamArea .innerWrap {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  margin-top: clamp(30px, 10px + 2.6041666667vw, 60px);
  display: flex;
  align-items: center;
}
.teamArea .innerWrap > .teamSecondBox, .teamArea .innerWrap .teamBox {
  min-width: 0;
}
@media (max-width: 1180px) {
  .teamArea .innerWrap {
    flex-direction: column;
  }
}
.teamArea .teamSecondBox {
  width: 31%;
  position: relative;
  margin-top: calc(clamp(80px, 48.1081081081px + 2.7027027027vw, 100px) * -1);
  opacity: 0;
  transform: translateY(10px);
}
@media (max-width: 1180px) {
  .teamArea .teamSecondBox {
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media (max-width: 960px) {
  .teamArea .teamSecondBox {
    position: static;
    order: 2;
    top: auto;
    transform: translateY(0);
    margin-top: 20px;
  }
}
.teamArea .teamSecondList {
  margin: 0 -20px;
}
@media (max-width: 1180px) {
  .teamArea .teamSecondList {
    display: none;
  }
}
.teamArea .teamSecondList .teamItem {
  padding: 0 20px;
  padding-bottom: clamp(60px, 28.1081081081px + 2.7027027027vw, 80px);
  transition: transform 0.3s ease-in-out;
  transform: translateY(calc(clamp(60px, 28.1081081081px + 2.7027027027vw, 80px) * 1));
}
.teamArea .teamSecondList .teamItem.current {
  transform: translateY(0);
}
.teamArea .teamSecondList .item {
  border-bottom-right-radius: clamp(60px, 12.1621621622px + 4.0540540541vw, 90px);
  overflow: hidden;
  position: relative;
}
.teamArea .teamSecondList .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 85%;
  bottom: 0;
  left: 0;
  background-color: #7B8C78;
  border-radius: clamp(60px, 12.1621621622px + 4.0540540541vw, 90px) 0 clamp(60px, 12.1621621622px + 4.0540540541vw, 90px) 0;
}
@media (min-width: 1181px) {
  .teamArea .teamSecondList .item:hover .Img img {
    transform: scale(1.05);
  }
}
.teamArea .teamSecondList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.teamArea .controlBox {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .teamArea .controlBox {
    position: static;
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .teamArea .controlBox .arrowBox {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 960px) {
  .teamArea .controlBox .arrowBox {
    justify-content: center;
  }
}
.teamArea .teamBox {
  width: 70%;
  margin-left: -1%;
  opacity: 0;
  transform: translateY(10px);
}
@media (max-width: 1180px) {
  .teamArea .teamBox {
    margin-left: 0;
    width: 100%;
    max-width: 1060px;
    padding: 0 80px;
  }
}
@media (max-width: 960px) {
  .teamArea .teamBox {
    padding: 0;
  }
}
.teamArea .teamList .item {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, -11.8918918919px + 2.7027027027vw, 40px);
}
@media (max-width: 640px) {
  .teamArea .teamList .item {
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto;
  }
}
.teamArea .teamList .Img {
  align-self: center;
  width: 50%;
}
@media (max-width: 640px) {
  .teamArea .teamList .Img {
    width: 100%;
    border-bottom-right-radius: clamp(60px, 12.1621621622px + 4.0540540541vw, 90px);
    overflow: hidden;
    position: relative;
  }
  .teamArea .teamList .Img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    bottom: 0;
    left: 0;
    background-color: #7B8C78;
    border-radius: clamp(60px, 12.1621621622px + 4.0540540541vw, 90px) 0 clamp(60px, 12.1621621622px + 4.0540540541vw, 90px) 0;
  }
}
.teamArea .teamList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  position: relative;
  z-index: 2;
}
.teamArea .teamList .Txt {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, -11.8918918919px + 2.7027027027vw, 40px) 0;
}
@media (max-width: 640px) {
  .teamArea .teamList .Txt {
    width: 100%;
    padding: 0;
  }
}
.teamArea .teamList .TxtWrap {
  border-radius: 0 80px 0 40px;
  background: rgba(255, 252, 246, 0.4);
  border: 1px solid rgba(123, 140, 120, 0.4);
  min-height: 80%;
  padding: clamp(30px, 10px + 2.6041666667vw, 60px) clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
.teamArea .teamList .topTitleBox {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.teamArea .teamList .topTitleBox .topTitle {
  display: flex;
  align-items: flex-end;
  gap: clamp(5px, 1.6666666667px + 0.4340277778vw, 10px);
}
.teamArea .teamList .topTitleBox .topTitle .title {
  font-size: clamp(28px, 22.6666666667px + 0.6944444444vw, 36px);
  letter-spacing: 0.08em;
  line-height: 1;
}
.teamArea .teamList .topTitleBox .topTitle .title a {
  color: inherit;
}
.teamArea .teamList .topTitleBox .topTitle .jobTitle {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: clamp(20px, 14.6666666667px + 0.6944444444vw, 28px);
}
.teamArea .teamList .topTitleBox .subtitle {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.teamArea .teamList .introBox {
  margin-top: clamp(15px, 11.6666666667px + 0.4340277778vw, 20px);
}
.teamArea .teamList .teamTabBox {
  display: flex;
}
.teamArea .teamList .teamTab {
  width: 100%;
  padding: 10px 0 15px;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  letter-spacing: 0.08em;
  color: #7B8C78;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(123, 140, 120, 0.4);
}
.teamArea .teamList .teamTabContentBox {
  padding-top: 15px;
}
.teamArea .teamList .teamTabContent {
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  line-height: 2.2;
  letter-spacing: 0.05em;
  max-height: 11em;
  overflow-y: auto;
  padding-right: 5px;
  margin-right: -5px;
  color: #888888;
}
.teamArea .teamList .teamTabContent::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.teamArea .teamList .teamTabContent::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.teamArea .teamList .teamTabContent::-webkit-scrollbar-thumb {
  background: #7B8C78;
  border-radius: 10px;
}
@media (max-width: 1180px) {
  .teamArea .teamList .teamTabContent {
    padding-right: 0;
    margin-right: 0;
  }
}
.teamArea .teamList .btnBox {
  margin-top: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
}
.teamArea .teamList .expBox {
  display: none;
}

.storeArea {
  background-color: #FFFCF6;
  padding-top: clamp(50px, -3.3333333333px + 6.9444444444vw, 130px);
  padding-bottom: clamp(50px, -3.3333333333px + 6.9444444444vw, 130px);
  padding-left: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  padding-right: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 414px) {
  .storeArea {
    padding-left: 0;
    padding-right: 0;
  }
}
.storeArea .wrap {
  padding-top: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  padding-bottom: clamp(20px, -17.2815533981px + 4.854368932vw, 40px);
  max-width: 1460px;
  position: relative;
}
@media (max-width: 414px) {
  .storeArea .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.storeArea .wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  border-top: 1px solid rgba(123, 140, 120, 0.4);
  border-bottom: 1px solid rgba(123, 140, 120, 0.4);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 414px) {
  .storeArea .wrap::before {
    display: none;
  }
}
.storeArea .wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200vh;
  border-right: 1px solid rgba(123, 140, 120, 0.4);
  border-left: 1px solid rgba(123, 140, 120, 0.4);
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 414px) {
  .storeArea .wrap::after {
    display: none;
  }
}
.storeArea .titleBox {
  position: relative;
  z-index: 2;
}
.storeArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.storeArea .storeBox {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  opacity: 0;
  transform: translateY(10px);
}
.storeArea .storeTabBox {
  display: flex;
  justify-content: center;
  padding-bottom: clamp(15px, 5px + 1.3020833333vw, 30px);
}
.storeArea .storeTabBox .storeTab {
  min-width: clamp(0px, -390.6756756757px + 33.1081081081vw, 245px);
  text-align: center;
  padding: 10px 10px 15px;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  letter-spacing: 0.08em;
  color: #222222;
  cursor: pointer;
  position: relative;
}
.storeArea .storeTabBox .storeTab::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(123, 140, 120, 0.4);
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.storeArea .storeTabBox .storeTab.current {
  color: #7B8C78;
}
.storeArea .storeTabBox .storeTab.current::after {
  transform: scaleX(1);
}
@media (min-width: 1181px) {
  .storeArea .storeTabBox .storeTab:hover {
    color: #7B8C78;
  }
}
.storeArea .storeContentBox {
  padding-top: clamp(15px, 5px + 1.3020833333vw, 30px);
}
.storeArea .storeContentBox .storeContent {
  display: none;
}
.storeArea .storeContentBox .storeContent.current {
  display: block;
}
.storeArea .storeContentBox .infoBox {
  margin-top: clamp(15px, 5px + 1.3020833333vw, 30px);
  padding-top: clamp(15px, 5px + 1.3020833333vw, 30px);
  border-top: 1px solid rgba(123, 140, 120, 0.4);
}
.storeArea .storeContentBox .infoWrap {
  background-color: #7B8C78;
  padding: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px) clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-template-areas: "mainTitle rightSide" "social rightSide";
  gap: 20px clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
}
@media (max-width: 960px) {
  .storeArea .storeContentBox .infoWrap {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 3.3333333333px + 0.8680555556vw, 20px);
  }
}
.storeArea .storeContentBox .infoWrap .mainTitle {
  grid-area: mainTitle;
  color: #fff;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.storeArea .storeContentBox .infoWrap .social {
  grid-area: social;
  margin-top: auto;
  display: flex;
  gap: clamp(10px, 3.3333333333px + 0.8680555556vw, 20px);
}
@media (max-width: 960px) {
  .storeArea .storeContentBox .infoWrap .social {
    order: 3;
  }
}
.storeArea .storeContentBox .infoWrap .social a {
  color: #fff;
  font-size: clamp(20px, 17.3333333333px + 0.3472222222vw, 24px);
}
@media (min-width: 1181px) {
  .storeArea .storeContentBox .infoWrap .social a:hover {
    color: #DCE4B9;
  }
}
.storeArea .storeContentBox .infoWrap .rightSide {
  grid-area: rightSide;
  color: #DCE4B9;
  display: flex;
  flex-direction: column;
}
.storeArea .storeContentBox .infoWrap .rightSide .addressBox,
.storeArea .storeContentBox .infoWrap .rightSide .phoneBox {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 414px) {
  .storeArea .storeContentBox .infoWrap .rightSide .addressBox,
  .storeArea .storeContentBox .infoWrap .rightSide .phoneBox {
    flex-direction: column;
  }
}
.storeArea .storeContentBox .infoWrap .rightSide .infoLabel {
  flex-shrink: 0;
  width: clamp(60px, 44.6666666667px + 1.9965277778vw, 83px);
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.storeArea .storeContentBox .infoWrap .rightSide .infoContent {
  flex: 1;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.storeArea .storeContentBox .infoWrap .rightSide .infoContent a {
  color: #DCE4B9;
}
@media (min-width: 1181px) {
  .storeArea .storeContentBox .infoWrap .rightSide .infoContent a:hover {
    color: #fff;
  }
}
.storeArea .storeContentBox .infoWrap .rightSide .infoContent .separator {
  margin: 0 0.5em;
}
.storeArea .storeContentBox .infoWrap .rightSide .addressBox:has(+ .phoneBox) {
  padding-bottom: clamp(20px, 16.6666666667px + 0.4340277778vw, 25px);
  margin-bottom: clamp(15px, 8.3333333333px + 0.8680555556vw, 25px);
  position: relative;
}
.storeArea .storeContentBox .infoWrap .rightSide .addressBox:has(+ .phoneBox)::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #DCE4B9;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.storeArea .storeContentBox .infoWrap .rightSide .addressBox:has(+ .phoneBox)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
}

.environmentArea {
  padding-top: clamp(50px, -3.3333333333px + 6.9444444444vw, 130px);
  padding-bottom: clamp(50px, -3.3333333333px + 6.9444444444vw, 130px);
  position: relative;
  overflow-x: clip;
  background-color: #EEEAE2;
}
.environmentArea::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/830;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: scaleX(-1);
  opacity: 0.8;
  background-image: url("../../images/tw/about_banner_bg.jpg");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mix-blend-mode: luminosity;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .environmentArea::before {
    height: 615px;
    width: auto;
  }
}
.environmentArea .wrap {
  position: relative;
  z-index: 2;
}
.environmentArea .titleBox {
  padding-right: clamp(120px, -21.4285714286px + 13.0952380952vw, 230px);
}
.environmentArea .titleBox > * {
  opacity: 0;
  transform: translateY(5px) skewY(-2deg);
  filter: blur(2px);
  transform-origin: 50% 100%;
  will-change: transform, opacity, filter;
}
.environmentArea .marqueeBox {
  padding-top: clamp(30px, -10px + 5.2083333333vw, 90px);
  position: relative;
  z-index: 2;
  max-width: 1450px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
}
@media (max-width: 768px) {
  .environmentArea .marqueeBox {
    margin: 0 calc(clamp(20px, 6.6666666667px + 1.7361111111vw, 40px) * -1);
  }
}
.environmentArea .controlBox {
  position: absolute;
  right: 0;
  bottom: 100%;
}
@media (max-width: 768px) {
  .environmentArea .controlBox {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .environmentArea .controlBox {
    position: static;
    padding-left: 20px;
    padding-top: 20px;
  }
}
.environmentArea .marqueeList .slick-list {
  overflow: visible;
}
.environmentArea .marqueeItem {
  cursor: pointer;
  padding: 0 clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  max-width: clamp(300px, 212px + 27.5vw, 740px);
  padding-top: clamp(60px, 40px + 2.6041666667vw, 90px);
}
@media (max-width: 480px) {
  .environmentArea .marqueeItem {
    padding-top: 0;
  }
}
.environmentArea .marqueeItem.active {
  transform: translateY(calc(clamp(60px, 40px + 2.6041666667vw, 90px) * -1));
}
@media (max-width: 480px) {
  .environmentArea .marqueeItem.active {
    transform: translateY(0);
  }
}
.environmentArea .marqueeItem .item {
  position: relative;
}
@media (min-width: 1181px) {
  .environmentArea .marqueeItem .item:hover .imgBox::before {
    opacity: 1;
    transform: translate(20px, -20px);
  }
  .environmentArea .marqueeItem .item:hover .maskBox {
    opacity: 1;
  }
  .environmentArea .marqueeItem .item:hover .maskBox .btnBox {
    pointer-events: auto;
  }
}
.environmentArea .marqueeItem .imgBox {
  position: relative;
}
.environmentArea .marqueeItem .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(123, 140, 120, 0.4);
  border-radius: clamp(50px, 30px + 2.6041666667vw, 80px) 0 40px 0;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.environmentArea .marqueeItem .maskBox {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: clamp(50px, 30px + 2.6041666667vw, 80px) 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.environmentArea .marqueeItem .maskBox .btnBox {
  pointer-events: none;
}
.environmentArea .marqueeItem .Img {
  width: 100%;
  border-radius: clamp(50px, 30px + 2.6041666667vw, 80px) 0 40px 0;
  overflow: hidden;
  aspect-ratio: 660/375;
  display: flex;
  align-items: center;
  position: relative;
}
.environmentArea .marqueeItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  height: auto;
}
.environmentArea .marqueeItem .Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(10px);
  transform: scale(1.1); /* 避免模糊後邊緣露白 */
}
.environmentArea .marqueeItem .title {
  padding-top: 20px;
  font-size: clamp(18px, 16.6666666667px + 0.1736111111vw, 20px);
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #7B8C78;
  font-family: "Marcellus", "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}