.aboutGalleryArea .galleryItem img {
  transition: all 0.5s ease-in-out;
}

.placeholder-field {
  display: none !important;
}

.mainArea {
  padding-bottom: 0;
}

.aboutArea {
  position: relative;
  overflow: hidden;
  padding-top: 34px;
}
.aboutArea .wrap {
  max-width: 1880px;
}
.aboutArea .heroLayout {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding-top: 130px;
  padding-bottom: 147px;
}
@media (max-width: 1400px) {
  .aboutArea .heroLayout {
    gap: 60px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .heroLayout {
    gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .aboutArea .heroLayout {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 36px;
  }
}
.aboutArea .heroImgBox {
  position: relative;
  flex-shrink: 0;
  width: 628px;
  max-width: 100%;
  z-index: 2;
}
.aboutArea .heroImgBox img {
  display: block;
  width: 100%;
}
@media (max-width: 1440px) {
  .aboutArea .heroImgBox {
    width: 500px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .heroImgBox {
    width: 50%;
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .aboutArea .heroImgBox {
    max-width: 300px;
    width: 100%;
  }
}
.aboutArea .bgDeco {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.aboutArea .bgDeco img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.aboutArea .bgDeco.aboutDecoImg1 {
  display: block;
  width: 963px;
  left: 2%;
  bottom: 5px;
  transform-origin: bottom left;
  animation: grassSway 15s infinite linear;
}
@media (max-width: 1440px) {
  .aboutArea .bgDeco.aboutDecoImg1 {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .aboutArea .bgDeco.aboutDecoImg1 {
    width: 600px;
  }
}
@media (max-width: 400px) {
  .aboutArea .bgDeco.aboutDecoImg1 {
    width: 400px;
    right: 10%;
  }
}
.aboutArea .bgDeco.aboutDecoImg1 img {
  display: block;
  width: 100%;
  aspect-ratio: 936/551;
  transform: scaleX(-1);
}
.aboutArea .bgDeco.aboutDecoImg2 {
  display: block;
  right: -116px;
  bottom: 11px;
  transform-origin: bottom center;
  animation: grassSway 8s infinite linear;
}
.aboutArea .bgDeco.aboutDecoImg2 img {
  display: block;
  max-width: 100%;
}
@media (max-width: 768px) {
  .aboutArea .bgDeco {
    width: 90px;
    right: -8px;
    bottom: -8px;
  }
}
.aboutArea .aboutTxtBox {
  width: 100%;
  max-width: 865px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 42px 0;
  padding-top: 27px;
  position: relative;
}
@media (max-width: 1280px) {
  .aboutArea .aboutTxtBox {
    gap: 30px 0;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutTxtBox {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutTxtBox {
    gap: 0;
  }
}
@media (min-width: 1301px) {
  .aboutArea .cardItem:nth-child(1) {
    margin: 0 auto;
    padding-right: 30px;
  }
  .aboutArea .cardItem:nth-child(2) {
    margin-left: auto;
  }
  .aboutArea .cardItem:nth-child(2) .item {
    padding-top: 43px;
  }
  .aboutArea .cardItem:nth-child(3) {
    padding-left: 63px;
  }
  .aboutArea .cardItem:nth-child(3) .item {
    padding-top: 15px;
  }
}
@media (min-width: 1301px) and (max-width: 1440px) {
  .aboutArea .cardItem:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea .cardItem:nth-child(2) {
    margin-left: auto;
  }
  .aboutArea .cardItem:nth-child(2) .item {
    align-items: flex-end;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .aboutArea .cardItem:nth-child(2) .heroCardHead {
    align-items: flex-end;
  }
}
.aboutArea .cardItem .item {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 35px 0 20px;
}
@media (max-width: 1300px) {
  .aboutArea .cardItem .item {
    padding: 20px 0;
  }
}
.aboutArea .heroCardHead {
  display: flex;
  align-items: flex-start;
  gap: 31px;
}
@media (max-width: 1180px) {
  .aboutArea .heroCardHead {
    gap: 10px 20px;
  }
}
@media (max-width: 480px) {
  .aboutArea .heroCardHead {
    flex-direction: column;
  }
}
.aboutArea .cardLogoDeco {
  flex-shrink: 0;
  margin-top: 4px;
  overflow: hidden;
}
.aboutArea .cardLogoDeco img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.aboutArea .cardTitle {
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 5px;
  color: #362B20;
  line-height: 1.8;
  margin: 0;
}
.aboutArea .intro {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  color: #434343;
  letter-spacing: 2.4px;
  line-height: 2.25;
  margin: 0;
}
@media (max-width: 960px) {
  .aboutArea .intro {
    letter-spacing: 1.5px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .aboutArea .intro {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .aboutArea .intro {
    font-size: 13px;
  }
}

.aboutFullImgArea .itemImg {
  height: 755px;
  overflow: hidden;
  background-color: #F3E1CD;
  margin: 0;
}
.aboutFullImgArea .itemImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutFullImgArea.parallaxSection {
  position: relative;
  z-index: 1;
  height: 755px;
}
@media (max-width: 1440px) {
  .aboutFullImgArea.parallaxSection {
    height: 700px;
  }
}
@media (max-width: 1180px) {
  .aboutFullImgArea.parallaxSection {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .aboutFullImgArea.parallaxSection {
    height: 500px;
  }
}
.aboutFullImgArea.parallaxSection .itemImg {
  position: absolute;
  inset: 0;
  height: 100%;
  overflow: hidden;
  opacity: 1;
}
html.is-touch .aboutFullImgArea.parallaxSection {
  position: sticky;
  top: 0;
}

.aboutStoryArea {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 987px;
  padding: 120px 0 300px;
  background-color: #F3E1CD;
  background-image: url(../../images/tw/bg_mainarea.jpg);
}
@media (max-width: 1180px) {
  .aboutStoryArea {
    min-height: 900px;
  }
}
@media (max-width: 840px) {
  .aboutStoryArea {
    min-height: 600px;
    padding: 40px 0 80px;
  }
}
@media (max-width: 640px) {
  .aboutStoryArea {
    min-height: auto;
    padding: 40px 0px;
  }
}
.aboutStoryArea .wrap {
  max-width: 1580px;
  position: relative;
  z-index: 3;
}
.aboutStoryArea .storyBg {
  width: 1920px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.aboutStoryArea .storyBg > img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  opacity: 0.6;
  mix-blend-mode: darken;
}
@media (max-width: 1180px) {
  .aboutStoryArea .storyBg > img {
    transform: translateX(10%);
  }
}
@media (max-width: 840px) {
  .aboutStoryArea .storyBg > img {
    width: 1540px;
    position: absolute;
    right: -10%;
  }
}
.aboutStoryArea .mapPinHotel {
  width: 340px;
  height: 110px;
  position: absolute;
  top: 16.3%;
  right: 20.4%;
  z-index: 2;
}
.aboutStoryArea .mapPinHotel img {
  opacity: 1;
}
@media (max-width: 1180px) {
  .aboutStoryArea .mapPinHotel {
    top: 16%;
    right: 10.4%;
  }
}
@media (max-width: 840px) {
  .aboutStoryArea .mapPinHotel {
    width: 60px;
    height: 60px;
    top: 16%;
    right: 9.5%;
  }
}
@media (max-width: 768px) {
  .aboutStoryArea .mapPinHotel {
    top: 18%;
  }
}
@media (max-width: 640px) {
  .aboutStoryArea .mapPinHotel {
    display: none;
  }
}
.aboutStoryArea .mapFig {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 52px;
}
@media (max-width: 840px) {
  .aboutStoryArea .mapFig {
    width: 46px;
  }
}
.aboutStoryArea .mapFig img {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  transform: scaleX(-1) rotate(52deg);
}
.aboutStoryArea .mapPinBadge {
  position: absolute;
  top: 12px;
  right: 5px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #362B20;
  border-radius: 44px;
  padding: 10px 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  animation: pinPulse 2.8s ease-in-out infinite;
}
.aboutStoryArea .mapPinBadge::before {
  content: "";
  width: 65px;
  height: 20px;
  background-image: url(../../images/tw/about/map_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(100% - 3px);
  top: calc(50% + 6px);
  transform: scale(-1) rotate(-43deg);
}
.aboutStoryArea .mapPinBadge img {
  display: block;
  width: 166px;
}
@media (max-width: 840px) {
  .aboutStoryArea .mapPinBadge {
    display: none;
  }
}
.aboutStoryArea .mapPinArea {
  position: absolute;
  bottom: 25%;
  right: 8%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  border-radius: 31px;
  padding: 8px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  animation: pinFloat 2.2s ease-in-out infinite;
}
@media (max-width: 1180px) {
  .aboutStoryArea .mapPinArea {
    right: 3%;
  }
}
@media (max-width: 840px) {
  .aboutStoryArea .mapPinArea {
    display: none;
  }
}
.aboutStoryArea .mapPinIcon svg {
  display: block;
}
.aboutStoryArea .mapPinLabel {
  font-family: "Noto Serif TC", serif;
  font-size: 16px;
  font-weight: 700;
  color: #8F251C;
  letter-spacing: 0.25em;
  white-space: nowrap;
}
.aboutStoryArea .bgDeco {
  position: absolute;
}
.aboutStoryArea .bgDeco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutStoryArea .bgDeco.mapDecoBird1 {
  width: 123px;
  height: 70px;
  top: 11.5%;
  left: 5%;
  transform: scaleX(-1);
}
@media (max-width: 1180px) {
  .aboutStoryArea .bgDeco.mapDecoBird1 {
    top: 2%;
  }
}
.aboutStoryArea .bgDeco.mapDecoBird2 {
  width: 199px;
  height: 173px;
  bottom: 6.3%;
  left: 41.2%;
}
@media (max-width: 1180px) {
  .aboutStoryArea .bgDeco.mapDecoBird2 {
    width: 150px;
    height: auto;
    aspect-ratio: 199/173;
    left: 10%;
  }
}
@media (max-width: 640px) {
  .aboutStoryArea .bgDeco.mapDecoBird2 {
    display: none;
  }
}
.aboutStoryArea .storyLayout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 580px 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1180px) {
  .aboutStoryArea .storyLayout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.aboutStoryArea .storyTxt {
  display: flex;
  flex-direction: column;
  padding-top: 87px;
}
@media (max-width: 1180px) {
  .aboutStoryArea .storyTxt {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .aboutStoryArea .storyTxt {
    padding-top: 40px;
  }
}
.aboutStoryArea .storyTitle {
  font-family: "Noto Serif TC", serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 10.5px;
  color: #362B20;
  line-height: 1.6;
  margin: 0 0 5px;
}
@media (max-width: 1180px) {
  .aboutStoryArea .storyTitle {
    font-size: 32px;
    letter-spacing: 6px;
  }
}
@media (max-width: 768px) {
  .aboutStoryArea .storyTitle {
    font-size: 24px;
    letter-spacing: 3.5px;
  }
}
.aboutStoryArea .storyEnText {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  color: #D6802B;
  letter-spacing: 0.8px;
  line-height: 1.75;
  position: relative;
  padding: 0 0 11px;
}
.aboutStoryArea .storyEnText::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #D6802B;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutStoryArea .storyBody {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  color: #434343;
  letter-spacing: 2.4px;
  line-height: 2.25;
  text-align: justify;
  margin-top: 39px;
}

.aboutGalleryArea {
  position: relative;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 75px;
  background-color: #F3E1CD;
  background-image: url(../../images/tw/bg_mainarea.jpg);
  margin-top: -1px;
  z-index: 2;
}
.aboutGalleryArea .wrap {
  max-width: 1540px;
}
.aboutGalleryArea .mapRightIntro {
  width: 100%;
  max-width: 410px;
  position: relative;
  margin-left: auto;
  color: #434343;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  line-height: 36px; /* 225% */
  letter-spacing: 2.4px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .aboutGalleryArea .mapRightIntro {
    padding-left: 40px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
.aboutGalleryArea .albumBox {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}
.aboutGalleryArea .galleryMarquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .aboutGalleryArea .galleryMarquee:hover .galleryTrack {
    animation-play-state: paused;
  }
}
.aboutGalleryArea .galleryTrack {
  display: flex;
  gap: 64px;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 0;
  animation: galleryScroll 50s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .aboutGalleryArea .galleryTrack {
    animation-play-state: paused;
  }
}
.aboutGalleryArea .galleryItem {
  flex-shrink: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 3px;
  width: auto;
  cursor: zoom-in;
  width: 75vw;
}
.aboutGalleryArea .galleryItem:nth-child(5n) {
  max-width: 471px;
  padding-top: 66px;
}
.aboutGalleryArea .galleryItem:nth-child(5n+1) {
  max-width: 415px;
}
.aboutGalleryArea .galleryItem:nth-child(5n+2) {
  max-width: 336px;
  padding-top: 141px;
}
.aboutGalleryArea .galleryItem:nth-child(5n+3) {
  max-width: 411px;
  padding-top: 44px;
}
.aboutGalleryArea .galleryItem:nth-child(5n+4) {
  max-width: 394px;
}
@media (max-width: 768px) {
  .aboutGalleryArea .galleryItem:nth-child(5n) {
    padding-top: 46px;
  }
  .aboutGalleryArea .galleryItem:nth-child(5n+2) {
    padding-top: 80px;
  }
  .aboutGalleryArea .galleryItem:nth-child(5n+3) {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .aboutGalleryArea .galleryItem {
    width: 50vw;
  }
}
.aboutGalleryArea .galleryItem img {
  width: 100%;
  max-width: none;
  display: block;
}
@media (min-width: 1181px) {
  .aboutGalleryArea .galleryItem:hover img {
    transform: scale(1.04);
  }
}
.aboutGalleryArea .galleryItem.galleryItem--clone {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  .aboutGalleryArea {
    padding-bottom: 60px;
  }
}

@keyframes galleryScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}