@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.moreBtn {
  position: absolute;
}
.moreBtn a {
  color: #2c4c47;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 1px;
  font-family: "Cormorant", "Noto Serif TC", serif;
  font-weight: 700;
}
.moreBtn::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #2c4c47;
  position: absolute;
  top: -5px;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.moreBtn:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  .moreBtn a {
    font-size: 18px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #DEDBD4;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
}
.preloader.hide {
  opacity: 0;
  visibility: hidden;
}
.preloader .loader {
  width: 48px;
  height: 48px;
  border: 3px solid #7A9283;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.font-deco {
  font-family: "Cormorant", "Noto Serif TC", serif;
  color: white;
  font-size: 13px;
  text-transform: uppercase;
}

body {
  background-color: #f7f8f8;
}

.eqptArea {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .eqptArea {
    padding-top: 58px;
  }
}
.eqptArea section.section1 .wrap {
  margin: 0 auto;
  width: 100%;
  padding: 0 0 90px 0;
  background-color: #d9d9d9;
  position: relative;
}
.eqptArea section.section1 .contentBox {
  width: 100%;
  max-width: 60vw;
}
@media (max-width: 1024px) {
  .eqptArea section.section1 .contentBox {
    max-width: 84vw;
  }
}
.eqptArea section.section1 .contentBox .mySwiper {
  position: relative;
  padding-bottom: 60px;
}
.eqptArea section.section1 .contentBox .mySwiper .swiper-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  left: 15vw;
  gap: 30px;
  z-index: 2;
}
@media (max-width: 768px) {
  .eqptArea section.section1 .contentBox .mySwiper .swiper-pagination {
    gap: 15px;
  }
}
.eqptArea section.section1 .contentBox .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 1px;
  background-color: #2c4c47;
  opacity: 1;
  border-radius: 0;
  position: relative;
  margin: 0;
}
@media (max-width: 768px) {
  .eqptArea section.section1 .contentBox .mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
}
.eqptArea section.section1 .contentBox .mySwiper .swiper-pagination .swiper-pagination-bullet .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2c4c47;
  transition: width 0.6s ease-in-out;
}
.eqptArea section.section1 .contentBox .mySwiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #2c4c47;
}
@media (max-width: 768px) {
  .eqptArea section.section1 .contentBox .mySwiper .swiper-pagination .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
    right: -10px;
  }
}
.eqptArea section.section1 .contentBox .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .progress {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  transform: translateY(-1px);
}
.eqptArea section.section1 .contentBox .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  background-color: #2c4c47;
}
@media (max-width: 768px) {
  .eqptArea section.section1 .contentBox .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .progress {
    height: 3px;
  }
}
.eqptArea section.section1 .contentBox .imgBox {
  width: 100%;
  max-width: 60vw;
  height: 52vh;
  border-radius: 0 0 170px 0;
  overflow: hidden;
}
.eqptArea section.section1 .contentBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .eqptArea section.section1 .contentBox .imgBox {
    max-width: 84vw;
    border-radius: 0 0 70px 0;
  }
}
.eqptArea section.section1 .outer {
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  margin: 0 auto;
}
.eqptArea section.section1 .titleBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif TC", "Cormorant", serif;
  color: #2c4c47;
  gap: 20px;
  margin-top: 110px;
  margin-bottom: 190px;
}
.eqptArea section.section1 .titleBox span {
  font-size: clamp(70px, 6vw, 100px);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.eqptArea section.section1 .titleBox .inner {
  display: flex;
  align-items: center;
}
.eqptArea section.section1 .titleBox h1 {
  font-size: 40px;
  display: flex;
  flex-direction: column-reverse;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 5px;
}
.eqptArea section.section1 .titleBox .lineDot {
  display: flex;
  align-items: center;
  width: 105px;
  height: 1px;
  background-color: #2c4c47;
  position: relative;
}
.eqptArea section.section1 .titleBox .lineDot::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2c4c47;
}
@media (max-width: 768px) {
  .eqptArea section.section1 .titleBox {
    margin-top: 30px;
    margin-bottom: 65px;
  }
  .eqptArea section.section1 .titleBox span {
    font-size: 17px;
    order: 2;
  }
  .eqptArea section.section1 .titleBox .inner {
    order: 1;
  }
  .eqptArea section.section1 .titleBox h1 {
    margin-right: 10px;
  }
  .eqptArea section.section1 .titleBox .lineDot {
    width: 40px;
  }
  .eqptArea section.section1 .titleBox .lineDot::after {
    right: -10px;
    width: 4px;
    height: 4px;
  }
}
.eqptArea section.section1 .bottomDeco {
  width: 900px;
  height: 675px;
  position: absolute;
  bottom: 190px;
  right: 0;
  z-index: 0;
}
.eqptArea section.section1 .bottomDeco svg {
  width: 100%;
}
@media (max-width: 1024px) {
  .eqptArea section.section1 .bottomDeco {
    transform: scale(0.8);
    transform-origin: right bottom;
  }
}
@media (max-width: 768px) {
  .eqptArea section.section1 .bottomDeco {
    bottom: 60px;
    transform: scale(0.5);
  }
}
.eqptArea section.section2 {
  position: relative;
  background-color: #f7f8f8;
}
.eqptArea section.section2 .wrap {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
.eqptArea section.section2 .banner-mask {
  position: absolute;
  top: -190px;
  left: 0;
  width: calc(100% + 2px);
  z-index: 0;
}
.eqptArea section.section2 .banner-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .eqptArea section.section2 .banner-mask {
    top: -115px;
  }
}
.eqptArea section.section2 .titleBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif TC", "Cormorant", serif;
  color: #2c4c47;
  gap: 20px;
  margin-bottom: 80px;
}
.eqptArea section.section2 .titleBox span {
  font-size: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.eqptArea section.section2 .titleBox .inner {
  display: flex;
  align-items: center;
}
.eqptArea section.section2 .titleBox h1 {
  font-size: 40px;
  display: flex;
  flex-direction: column-reverse;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 5px;
}
.eqptArea section.section2 .titleBox .lineDot {
  display: flex;
  align-items: center;
  width: 105px;
  height: 1px;
  background-color: #2c4c47;
  position: relative;
}
.eqptArea section.section2 .titleBox .lineDot::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2c4c47;
}
@media (max-width: 768px) {
  .eqptArea section.section2 .titleBox {
    margin-top: 30px;
    margin-bottom: 55px;
  }
  .eqptArea section.section2 .titleBox span {
    font-size: 17px;
    order: 2;
  }
  .eqptArea section.section2 .titleBox .inner {
    order: 1;
  }
  .eqptArea section.section2 .titleBox h1 {
    font-size: 26px;
    margin-right: 10px;
  }
  .eqptArea section.section2 .titleBox .lineDot {
    width: 40px;
  }
  .eqptArea section.section2 .titleBox .lineDot::after {
    right: -10px;
    width: 4px;
    height: 4px;
  }
}
.eqptArea section.section2 .cardBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  row-gap: 120px;
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}
.eqptArea section.section2 .cardBox .cardItem {
  position: relative;
  cursor: pointer;
}
.eqptArea section.section2 .cardBox .cardItem:hover .imgBox img {
  transform: scale(1.05);
  opacity: 0.8;
}
.eqptArea section.section2 .cardBox .cardItem.full-width {
  grid-column: 1/-1;
  max-width: 1250px;
  width: 100%;
}
.eqptArea section.section2 .cardBox .cardItem .imgBox {
  width: 100%;
  height: 254px;
  border-radius: 0 50px 0 0;
  overflow: hidden;
}
.eqptArea section.section2 .cardBox .cardItem .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s, opacity 0.3s;
}
.eqptArea section.section2 .cardBox .cardItem .cardText {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif TC", "Cormorant", serif;
  color: #2c4c47;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 85px;
}
.eqptArea section.section2 .cardBox .cardItem .cardText span {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  order: 1;
}
.eqptArea section.section2 .cardBox .cardItem .cardText .inner {
  display: flex;
  align-items: center;
  order: 2;
}
.eqptArea section.section2 .cardBox .cardItem .cardText h3 {
  font-size: 24px;
  display: flex;
  flex-direction: column-reverse;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 5px;
}
.eqptArea section.section2 .cardBox .cardItem .cardText .des {
  margin-top: 38px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Noto Serif TC", "Cormorant", serif;
  text-align: justify;
  order: 3;
}
@media (max-width: 768px) {
  .eqptArea section.section2 .cardBox .cardItem .cardText {
    margin-bottom: 38px;
  }
  .eqptArea section.section2 .cardBox .cardItem .cardText span {
    order: 2;
    font-size: 18px;
  }
  .eqptArea section.section2 .cardBox .cardItem .cardText .inner {
    order: 1;
  }
  .eqptArea section.section2 .cardBox .cardItem .cardText .des {
    margin-top: 38px;
    font-size: 16px;
  }
}
.eqptArea section.section2 .cardBox .cardItem:first-child .imgBox {
  width: 100%;
  height: 525px;
  overflow: hidden;
  border-radius: 0;
}
.eqptArea section.section2 .cardBox .cardItem:first-child .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .eqptArea section.section2 .cardBox .cardItem:first-child .imgBox {
    height: 254px;
    border-radius: 0 50px 0 0;
  }
}
.eqptArea section.section2 .cardBox .cardItem:first-child .cardText {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif TC", "Cormorant", serif;
  color: #2c4c47;
  gap: 10px;
  margin-bottom: 60px;
  margin-top: 70px;
}
.eqptArea section.section2 .cardBox .cardItem:first-child .cardText span {
  font-size: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  order: 1;
}
.eqptArea section.section2 .cardBox .cardItem:first-child .cardText .inner {
  display: flex;
  align-items: center;
  order: 2;
}
.eqptArea section.section2 .cardBox .cardItem:first-child .cardText h3 {
  font-size: 34px;
  display: flex;
  flex-direction: column-reverse;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 5px;
}
.eqptArea section.section2 .cardBox .cardItem:first-child .cardText .lineDot {
  display: flex;
  align-items: center;
  width: 105px;
  height: 1px;
  background-color: #2c4c47;
  position: relative;
}
.eqptArea section.section2 .cardBox .cardItem:first-child .cardText .lineDot::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2c4c47;
}
@media (max-width: 768px) {
  .eqptArea section.section2 .cardBox .cardItem:first-child .cardText .lineDot {
    width: 40px;
  }
  .eqptArea section.section2 .cardBox .cardItem:first-child .cardText .lineDot::after {
    right: -10px;
    width: 4px;
    height: 4px;
  }
}
.eqptArea section.section2 .cardBox .cardItem:first-child .cardText .des {
  margin-top: 60px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Noto Serif TC", "Cormorant", serif;
  text-align: justify;
  order: 3;
}
@media (max-width: 768px) {
  .eqptArea section.section2 .cardBox .cardItem:first-child .cardText {
    margin-top: 30px;
    margin-bottom: 38px;
  }
  .eqptArea section.section2 .cardBox .cardItem:first-child .cardText span {
    font-size: 18px;
    order: 2;
  }
  .eqptArea section.section2 .cardBox .cardItem:first-child .cardText h3 {
    font-size: 24px;
  }
  .eqptArea section.section2 .cardBox .cardItem:first-child .cardText .inner {
    order: 1;
  }
  .eqptArea section.section2 .cardBox .cardItem:first-child .cardText .des {
    margin-top: 38px;
    font-size: 16px;
  }
}
.eqptArea section.section2 .cardBox .cardItem:first-child .cardDeco {
  margin-top: 200px;
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #2c4c47;
  position: relative;
}
.eqptArea section.section2 .cardBox .cardItem:first-child .cardDeco::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2c4c47;
}
@media (max-width: 768px) {
  .eqptArea section.section2 .cardBox .cardItem:first-child .cardDeco {
    margin-top: 95px;
  }
  .eqptArea section.section2 .cardBox .cardItem:first-child .cardDeco::after {
    right: -15px;
    width: 6px;
    height: 6px;
  }
}
.eqptArea section.section2 .cardBox .cardItem .cardDeco {
  margin-top: 135px;
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #2c4c47;
  position: relative;
}
.eqptArea section.section2 .cardBox .cardItem .cardDeco::after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2c4c47;
}
@media (max-width: 768px) {
  .eqptArea section.section2 .cardBox .cardItem .cardDeco {
    margin-top: 100px;
  }
}
.eqptArea section.pageBox {
  display: flex;
  justify-content: center;
  margin: 160px 0;
}
.eqptArea section.pageBox ul {
  display: flex;
  gap: 70px;
}
.eqptArea section.pageBox li {
  position: relative;
  transition: opacity 0.3s;
}
.eqptArea section.pageBox li:hover #page-effect {
  opacity: 1;
}
.eqptArea section.pageBox li:hover a {
  transform: scale(1.2);
}
.eqptArea section.pageBox #page-effect {
  position: absolute;
  transform: translate(-25%, -10%);
  opacity: 0;
}
.eqptArea section.pageBox a {
  display: inline-block;
  font-size: 22px;
  position: relative;
  color: #2c4c47;
  font-family: "Cormorant", "Noto Serif TC", serif;
  text-decoration: none;
  transition: transform 0.3s;
  will-change: transform;
}
@media (max-width: 768px) {
  .eqptArea section.pageBox {
    margin: 100px 0;
  }
  .eqptArea section.pageBox ul {
    gap: 30px;
  }
  .eqptArea section.pageBox #page-effect {
    transform: translate(-30%, -15%);
  }
  .eqptArea section.pageBox a {
    font-size: 18px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(44, 76, 71, 0.9);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .modalContent {
  width: 100%;
  max-width: 1450px;
  padding: 0 40px;
  border-radius: 20px;
  margin: auto;
  position: relative;
  transition: transform 0.3s;
}
.modal .modalContent .modalInner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.modal .modalContent .preview-image {
  margin: 0 auto;
  width: 100%;
  max-width: 1210px;
  height: 48.7vh;
  border-radius: 0 0 142px 0;
  overflow: hidden;
  order: 2;
}
.modal .modalContent .preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .modal .modalContent .preview-image {
    border-radius: 0;
    order: 1;
  }
}
@media (max-width: 575px) {
  .modal .modalContent .preview-image {
    height: auto;
  }
  .modal .modalContent .preview-image img {
    height: 180px;
    object-fit: cover;
  }
}
.modal .modalContent .album {
  position: relative;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  order: 4;
}
@media (max-width: 768px) {
  .modal .modalContent .album {
    width: calc(100% + 80px);
    margin-left: -40px;
    order: 3;
  }
}
.modal .modalContent .album .swiper {
  display: flex;
  gap: 25px;
  width: 100%;
}
.modal .modalContent .album .swiper-slide {
  width: 25%;
}
.modal .modalContent .album .swiper-slide .imgBox {
  height: 17vh;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.modal .modalContent .album .swiper-slide .imgBox:hover {
  opacity: 0.8;
}
.modal .modalContent .album .swiper-slide .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal .modalContent .textBox {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: "Noto Serif TC", "Cormorant", serif;
  color: #f7f8f8;
  order: 3;
}
.modal .modalContent .textBox .eng {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
}
.modal .modalContent .textBox .title {
  font-size: 34px;
  font-weight: 700;
}
.modal .modalContent .textBox .des {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}
@media (max-width: 768px) {
  .modal .modalContent .textBox {
    order: 2;
  }
  .modal .modalContent .textBox .eng {
    font-size: 18px;
  }
  .modal .modalContent .textBox .title {
    font-size: 24px;
  }
}
.modal .closeBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-left: auto;
  order: 1;
}
.modal .closeBtn .lineBox {
  position: relative;
  width: 24px;
  height: 24px;
}
.modal .closeBtn .line1,
.modal .closeBtn .line2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #f7f8f8;
  transform-origin: center;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.modal .closeBtn .line1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .closeBtn .line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .closeBtn.active .line1 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.modal .closeBtn.active .line2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.modal .closeBtn .text {
  margin-top: 8px;
}
.modal .closeBtn .text span {
  letter-spacing: 1px;
  font-size: 14px;
  color: #f7f8f8;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .modal .closeBtn {
    margin: 0 auto;
    order: 4;
    margin-top: 50px;
  }
}
.modal.active .modalContent {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .eqptArea section.section2 .cardBox {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 100px;
  }
}
@media (max-width: 768px) {
  .eqptArea section.section2 .cardBox {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}
footer.footerArea {
  margin-top: 0px !important;
}