@charset "UTF-8";
@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");
.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;
}

main {
  overflow: hidden;
}

section.projectsArea {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 380px;
  background-color: rgba(225, 220, 214, 0.5);
}
@media (max-width: 1024px) {
  section.projectsArea {
    height: 100dvh;
    padding-top: 58px;
  }
}
section.projectsArea .wrap {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
section.projectsArea .titleBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif TC", "Cormorant", serif;
  color: #2c4c47;
  gap: 20px;
  margin-top: 5.7vw;
  margin-bottom: 9.8vw;
}
section.projectsArea .titleBox span {
  font-size: clamp(70px, 6vw, 100px);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
section.projectsArea .titleBox .inner {
  display: flex;
  align-items: center;
}
section.projectsArea .titleBox h1 {
  font-size: 40px;
  display: flex;
  flex-direction: column-reverse;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 5px;
}
section.projectsArea .titleBox .lineDot {
  display: flex;
  align-items: center;
  width: 105px;
  height: 1px;
  background-color: #2c4c47;
  position: relative;
}
section.projectsArea .titleBox .lineDot::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2c4c47;
}
@media (max-width: 768px) {
  section.projectsArea .titleBox {
    margin-top: 30px;
    margin-bottom: 8.4vw;
  }
  section.projectsArea .titleBox span {
    font-size: 17px;
    order: 2;
  }
  section.projectsArea .titleBox .inner {
    order: 1;
  }
  section.projectsArea .titleBox h1 {
    margin-right: 10px;
  }
  section.projectsArea .titleBox .lineDot {
    width: 40px;
  }
  section.projectsArea .titleBox .lineDot::after {
    right: -10px;
    width: 4px;
    height: 4px;
  }
}
section.projectsArea .process-mobile {
  display: none;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  min-width: 335px;
}
section.projectsArea .process-mobile .svgWrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
section.projectsArea .process-mobile svg {
  width: 100%;
  height: 75dvh;
  display: block;
}
section.projectsArea .process-mobile svg text {
  font-family: "Noto Serif TC", "Cormorant", serif;
}
section.projectsArea .process-mobile svg #circle-one,
section.projectsArea .process-mobile svg #circle-two,
section.projectsArea .process-mobile svg #circle-three,
section.projectsArea .process-mobile svg #circle-four,
section.projectsArea .process-mobile svg #circle-five,
section.projectsArea .process-mobile svg #circle-six,
section.projectsArea .process-mobile svg #circle-seven,
section.projectsArea .process-mobile svg #circle-eight,
section.projectsArea .process-mobile svg #circle-nine {
  cursor: pointer;
}
section.projectsArea .process-mobile .oneBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.projectsArea .process-mobile .oneBox .text {
  margin-top: 10px;
  margin-left: 40px;
  font-family: "Noto Serif TC", "Cormorant", serif;
  color: #2c4c47;
  font-size: 20px;
  font-weight: 700;
}
section.projectsArea .process-mobile .twoBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
section.projectsArea .process-mobile .twoBox .text {
  margin-top: 10px;
  margin-right: 85px;
  font-family: "Noto Serif TC", "Cormorant", serif;
  color: #2c4c47;
  font-size: 20px;
  font-weight: 700;
}
section.projectsArea .process-pc {
  display: flex;
  justify-content: center;
  width: 100%;
}
section.projectsArea .process-pc .svgWrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  section.projectsArea .process-mobile {
    display: flex;
  }
  section.projectsArea .process-pc {
    display: none;
  }
}
section.projectsArea .openDetail {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 98;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100dvh - 55px);
  background-color: #2c4c47;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  section.projectsArea .openDetail {
    height: calc(100dvh - 58px);
  }
}
section.projectsArea .openDetail .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 40%;
  position: relative;
}
@media (max-width: 1024px) {
  section.projectsArea .openDetail .inner {
    width: 45%;
    min-width: 280px;
    margin-bottom: 13vw;
    height: auto;
  }
}
section.projectsArea .openDetail .inner .swiper-button-next,
section.projectsArea .openDetail .inner .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
section.projectsArea .openDetail .inner .swiper-button-next {
  right: 20px;
}
section.projectsArea .openDetail .inner .swiper-button-prev {
  left: 20px;
}
@media (max-width: 1440px) {
  section.projectsArea .openDetail .inner .swiper-button-next {
    right: -85px;
  }
  section.projectsArea .openDetail .inner .swiper-button-prev {
    left: -85px;
  }
}
@media (max-width: 1200px) {
  section.projectsArea .openDetail .inner .swiper-button-next {
    right: -50px;
  }
  section.projectsArea .openDetail .inner .swiper-button-prev {
    left: -50px;
  }
}
@media (max-width: 1024px) {
  section.projectsArea .openDetail .inner .swiper-button-next,
  section.projectsArea .openDetail .inner .swiper-button-prev {
    top: 50%;
    transform: scale(0.8);
  }
  section.projectsArea .openDetail .inner .swiper-button-next {
    right: -130px;
    left: auto;
  }
  section.projectsArea .openDetail .inner .swiper-button-prev {
    left: -130px;
    right: auto;
  }
}
@media (max-width: 576px) {
  section.projectsArea .openDetail .inner .swiper-button-next,
  section.projectsArea .openDetail .inner .swiper-button-prev {
    top: 50%;
    transform: scale(0.8);
  }
  section.projectsArea .openDetail .inner .swiper-button-next {
    right: -40px;
    left: auto;
  }
  section.projectsArea .openDetail .inner .swiper-button-prev {
    left: -40px;
    right: auto;
  }
}
section.projectsArea .openDetail .textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  max-width: 500px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  section.projectsArea .openDetail .textBox {
    width: 100%;
    min-width: 450px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  section.projectsArea .openDetail .textBox {
    width: 100%;
    max-width: 250px;
  }
}
section.projectsArea .openDetail .title {
  width: 100%;
  max-width: 490px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Noto Serif TC", "Cormorant", serif;
  font-size: 30px;
  color: #dcd9d2;
}
@media (max-width: 1024px) {
  section.projectsArea .openDetail .title {
    align-items: center;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  section.projectsArea .openDetail .title {
    font-size: 20px;
  }
}
section.projectsArea .openDetail .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcd9d2;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  section.projectsArea .openDetail .title::after {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  section.projectsArea .openDetail .title::after {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  section.projectsArea .openDetail .title::after {
    width: 60%;
  }
}
section.projectsArea .openDetail .des {
  font-family: "Noto Serif TC", "Cormorant", serif;
  margin-top: 30px;
  margin-bottom: 115px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 35px;
  color: #dcd9d2;
}
@media (max-width: 1024px) {
  section.projectsArea .openDetail .des {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  section.projectsArea .openDetail .des {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
section.projectsArea .openDetail .detailWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  height: 100dvh;
}
section.projectsArea .openDetail .imgBox {
  width: 100%;
  height: calc(100dvh - 200px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  section.projectsArea .openDetail .imgBox {
    height: auto;
    min-height: 450px;
  }
}
@media (max-width: 575px) {
  section.projectsArea .openDetail .imgBox {
    min-height: 250px;
  }
}
section.projectsArea .openDetail .imgBox .number {
  position: absolute;
  top: 0;
  z-index: 5;
  font-size: 42px;
  color: #dcd9d2;
  font-family: "Cormorant", "Noto Serif TC", serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  section.projectsArea .openDetail .imgBox .number {
    font-size: 38px;
    left: 50%;
  }
}
@media (max-width: 1024px) {
  section.projectsArea .openDetail .imgBox .number {
    top: -100px;
  }
}
@media (max-width: 992px) {
  section.projectsArea .openDetail .imgBox .number {
    left: 50%;
  }
}
@media (max-width: 576px) {
  section.projectsArea .openDetail .imgBox .number {
    font-size: 30px;
    top: -60px;
  }
}
section.projectsArea .openDetail .imgBox .decoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-68.5%, -48.5%);
}
@media (max-width: 1200px) {
  section.projectsArea .openDetail .imgBox .decoBox {
    transform: translate(-65.8%, -48.5%) scale(0.85);
  }
}
@media (max-width: 575px) {
  section.projectsArea .openDetail .imgBox .decoBox {
    transform: translate(-58.7%, -49.2%) scale(0.47);
  }
}
section.projectsArea .openDetail .imgBox .pic {
  width: 536px;
  height: 536px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  section.projectsArea .openDetail .imgBox .pic {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  section.projectsArea .openDetail .imgBox .pic {
    width: 250px;
    height: 250px;
  }
}
section.projectsArea .openDetail .imgBox .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.projectsArea .openDetail.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
section.projectsArea .openDetail.hide {
  display: none;
  opacity: 0;
  pointer-events: auto;
}

.closeBtn {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.closeBtn .lineBox {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.closeBtn .line1,
.closeBtn .line2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #dcd9d2;
  transform-origin: center;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.closeBtn .line1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.closeBtn .line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.closeBtn.active .line1 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.closeBtn.active .line2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.closeBtn .text {
  margin-top: 8px;
}
.closeBtn .text span {
  letter-spacing: 1px;
  font-size: 14px;
  color: #dcd9d2;
  transition: opacity 0.3s;
}

circle.clickable,
g.clickable {
  fill: transparent;
  cursor: pointer;
}
circle.clickable:hover,
g.clickable:hover {
  transition: fill 0.3s;
  fill: rgb(255, 255, 255); /* 點擊後的顏色 */
}

circle.d {
  animation: blink 1.5s infinite ease-in-out;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.swiper {
  width: 100%;
  height: 100dvh;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .swiper-slide {
    flex-direction: column;
    justify-content: center;
  }
  .swiper-slide .inner {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .swiper-slide .inner .imgBox {
    position: relative;
  }
  .swiper-slide .inner .imgBox .decoBox {
    position: relative;
  }
  .swiper-slide .imgBox,
  .swiper-slide .pic {
    width: 300px;
    height: 300px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

footer.footerAreaPC {
  margin-top: -150px;
}

@media (max-width: 1024px) {
  footer.footerArea {
    display: none !important;
  }
}