@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
@import url("../css/hamburgers.css");
#home {
  padding-top: 4.5vw;
  --people1Left: 0%;
  --people2Left: 0%;
  --people3Left: 0%;
}
#home svg {
  width: 100%;
  height: 100%;
}
#home .cut-1 {
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  #home .cut-1 {
    height: 100vh;
  }
}
@media all and (max-width: 1024px) {
  #home .cut-1 {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#home .cut-1-bg {
  position: absolute;
  top: 22vw;
  left: 50%;
  width: 30vw;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media all and (max-width: 1024px) {
  #home .cut-1-bg {
    top: 60vw;
    width: 80%;
  }
}
#home .cut-1-para {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media all and (max-width: 1024px) {
  #home .cut-1-para {
    margin-top: 0%;
  }
}
#home .cut-1-para-w-h,
#home .cut-1-2-para-w-h,
#home .cut-1-3-para-w-h {
  width: 44vw;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #home .cut-1-para-w-h,
  #home .cut-1-2-para-w-h,
  #home .cut-1-3-para-w-h {
    width: 61vw;
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  #home .cut-1-3-para-w-h {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    gap: 3vw;
  }
}
#home .cut-1-para-first {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5vw;
  margin-top: -4.75%;
  margin-right: 18.5%;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #home .cut-1-para-first {
    margin-right: 0%;
    margin-top: 0%;
  }
}
#home .cut-1-para-first-container {
  -webkit-mask-image: url("../img/home/SVG/HOME IS.svg");
          mask-image: url("../img/home/SVG/HOME IS.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  background-color: black;
  overflow: hidden;
  transform: translateX(100%);
}
@keyframes para-1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes imgExpand {
  0% {
    top: -12vw;
  }
  100% {
    top: 0vw;
  }
}
#home .cut-1-para-first-img,
#home .cut-1-para-second-img,
#home .cut-1-para-third-img {
  position: relative;
  width: 14vw;
  overflow: hidden;
}
#home .cut-1-para-first-img video,
#home .cut-1-para-second-img video,
#home .cut-1-para-third-img video {
  position: relative;
  top: -9vw;
}
@media all and (max-width: 1024px) {
  #home .cut-1-para-first-img,
  #home .cut-1-para-second-img,
  #home .cut-1-para-third-img {
    width: 25vw;
  }
  #home .cut-1-para-first-img video,
  #home .cut-1-para-second-img video,
  #home .cut-1-para-third-img video {
    position: relative;
    top: -20vw;
  }
}
@media all and (max-width: 1024px) {
  #home .cut-1-para-third-img {
    width: 19vw;
    top: 0;
  }
}
#home .cut-1-para-second {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 3vw;
  margin-top: -12.5vw;
  margin-left: 14vw;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #home .cut-1-para-second {
    gap: 3.5vw;
    margin-top: -17%;
    margin-left: 0vw;
  }
}
#home .cut-1-para-second-container {
  -webkit-mask-image: url("../img/home/SVG/A WARM.svg");
          mask-image: url("../img/home/SVG/A WARM.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  background-color: black;
  transform: translateX(-100%);
}
@keyframes para-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
#home .cut-1-para-third {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5vw;
  margin-left: 6%;
  margin-top: -12%;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #home .cut-1-para-third {
    width: 100%;
    gap: unset;
    margin-left: 0%;
    margin-top: -18%;
    flex-direction: column;
    gap: 0vw;
  }
}
@media all and (max-width: 1024px) {
  #home .cut-1-3-para-w-h-inner {
    width: 68vw;
    height: auto;
    overflow: hidden;
  }
}
#home .cut-1-para-third-container {
  -webkit-mask-image: url("../img/home/SVG/EMBRACE.svg");
          mask-image: url("../img/home/SVG/EMBRACE.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  background-color: black;
  transform: translateX(100%);
}
#home .cut-1-para-third-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw;
}
@media all and (max-width: 1024px) {
  #home .cut-1-para-third-right {
    width: 85%;
    margin-top: -10vw;
  }
}
#home .cut-1-para-third-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 21vw;
  opacity: 0;
  filter: blur(10px);
}
#home .cut-1-para-third-text h3 {
  font-size: 1vw;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  color: #666666;
  padding-right: 4vw;
}
#home .cut-1-para-third-text h4 {
  font-family: "Noto Serif TC", serif;
  font-size: 0.8vw;
  font-weight: 500;
  display: inline-block;
  line-height: 2;
  letter-spacing: 2px;
}
#home .cut-1-para-third-text .cut-1-para-third-line {
  background-color: black;
  width: 4.5vw;
  height: 1px;
  margin-right: 4%;
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 1024px) {
  #home .cut-1-para-third-text {
    width: 100%;
  }
  #home .cut-1-para-third-text h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5vw;
    line-height: 1.5;
    padding-right: 0vw;
    text-align: end;
  }
  #home .cut-1-para-third-text h4 {
    text-align: end;
    font-size: 3.5vw;
    display: inline-block;
    letter-spacing: 2px;
    line-height: 2;
    margin-top: 2vw;
  }
  #home .cut-1-para-third-text .cut-1-para-third-line {
    display: inline-block;
    vertical-align: super;
    width: 7vw;
    opacity: 0.5;
    margin-right: 2vw;
  }
}
@keyframes cut1-blurText {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
#home #text-01 .light {
  transform: matrix(1, 0, 0, 1, 0, -300);
}
#home .cut-2-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9%;
}
@media all and (max-width: 1600px) {
  #home .cut-2-container {
    margin-top: 2%;
  }
}
@media all and (max-width: 1024px) {
  #home .cut-2-container {
    flex-direction: column;
    margin-top: 25%;
  }
}
#home .cut-2-left {
  position: relative;
  left: -9%;
}
@media all and (max-width: 1024px) {
  #home .cut-2-left {
    left: 11%;
  }
}
#home .cut-2-left-img-1 {
  width: 26vw;
}
@media all and (max-width: 1024px) {
  #home .cut-2-left-img-1 {
    width: 57vw;
  }
}
#home .cut-2-left-img-2 {
  position: absolute;
  z-index: -1;
  top: -15%;
  left: -48%;
  width: 16vw;
}
@media all and (max-width: 1024px) {
  #home .cut-2-left-img-2 {
    top: -13%;
    left: -38%;
    width: 31vw;
  }
}
#home .cut-2-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 30vw;
  margin-left: 2%;
  overflow: hidden;
}
#home .cut-2-right h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#home .cut-2-right h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#home .cut-2-right p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#home .cut-2-right .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #home .cut-2-right h1 {
    font-size: 7.75vw;
  }
  #home .cut-2-right h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-2-right p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #home .cut-2-right .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #home .cut-2-right h1 {
    font-size: 9.75vw;
  }
  #home .cut-2-right h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-2-right p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #home .cut-2-right .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#home .cut-2-right h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#home .cut-2-right h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
}
#home .cut-2-right p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
}
#home .cut-2-right .cut-2-right-line {
  background-color: black;
  height: 1px;
}
@media all and (max-width: 1024px) {
  #home .cut-2-right {
    margin-top: 7%;
    margin-left: 0%;
    width: 85%;
    align-items: center;
  }
  #home .cut-2-right h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: 3.5vw;
    font-weight: 400;
  }
  #home .cut-2-right h3 {
    font-family: "Noto Serif TC", serif;
    font-size: 1.3vw;
    margin-bottom: 1vw;
    letter-spacing: 2px;
    font-weight: 500;
  }
  #home .cut-2-right p {
    font-family: "Microsoft JhengHei";
    font-size: 0.9vw;
    color: #333333;
    line-height: 2;
    letter-spacing: 2px;
  }
  #home .cut-2-right .line {
    background-color: black;
    width: 5vw;
    height: 1px;
    margin-top: 1.5vw;
    margin-bottom: 3vw;
  }
}
@media all and (max-width: 1024px) and (max-width: 1024px) {
  #home .cut-2-right h1 {
    font-size: 7.75vw;
  }
  #home .cut-2-right h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-2-right p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #home .cut-2-right .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 1024px) and (max-width: 500px) {
  #home .cut-2-right h1 {
    font-size: 9.75vw;
  }
  #home .cut-2-right h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-2-right p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #home .cut-2-right .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#home .cut-2-right-h1 {
  position: relative;
  overflow: hidden;
}
#home .cut-2-right-h1 div {
  animation-name: indexShine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left center;
}
@keyframes indexShine {
  0% {
    color: #333;
  }
  20% {
    color: #d9d904;
  }
  40% {
    color: #333;
  }
  100% {
    color: #333;
  }
}
#home .cut-2-right-fixed {
  position: absolute;
  right: 0;
  top: 15%;
  width: 19vw;
}
@media all and (max-width: 1024px) {
  #home .cut-2-right-fixed {
    top: 6%;
    width: 50vw;
  }
}
#home .cut-2.sp .cut-2-container {
  flex-direction: row-reverse;
  padding: 0 12vw;
  margin-bottom: 16%;
}
@media all and (max-width: 1024px) {
  #home .cut-2.sp .cut-2-container {
    flex-direction: column;
    padding: 0 7vw;
    margin-top: 15%;
    align-items: flex-end;
  }
}
#home .cut-2.sp .cut-2-container .cut-2-left {
  left: 0;
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-end;
}
#home .cut-2.sp .cut-2-container .cut-2-left .cut-2-left-img-1 {
  width: 24vw;
  margin-top: -2%;
}
@media all and (max-width: 1024px) {
  #home .cut-2.sp .cut-2-container .cut-2-left .cut-2-left-img-1 {
    width: 65vw;
    margin-bottom: 13%;
    margin-right: 7%;
  }
}
#home .cut-2.sp .cut-2-container .cut-2-left .cut-2-left-img-2 {
  z-index: 0;
  top: 40%;
  left: 20%;
  width: 16vw;
}
@media all and (max-width: 1024px) {
  #home .cut-2.sp .cut-2-container .cut-2-left .cut-2-left-img-2 {
    top: 31%;
    left: -20%;
    width: 38vw;
  }
}
#home .cut-2.sp .cut-2-container .cut-2-right {
  flex: 1 1 50%;
}
@media all and (max-width: 1024px) {
  #home .cut-2.sp .cut-2-container .cut-2-right {
    width: 100%;
  }
}
#home .cut-2.sp .cut-2-container .cut-2-right p {
  padding-right: 20%;
}
@media all and (max-width: 1024px) {
  #home .cut-2.sp .cut-2-container .cut-2-right p {
    padding: 0;
  }
}
#home .cut-3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 8%;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #home .cut-3 {
    align-items: center;
    flex-direction: column-reverse;
  }
}
#home .cut-3-swiper-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #home .cut-3-swiper-container {
    width: 85%;
  }
}
#home .cut-3-para {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67%;
}
@media all and (max-width: 1024px) {
  #home .cut-3-para {
    width: 85%;
    margin-top: 7vw;
  }
}
#home .cut-3-para-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 50%;
}
#home .cut-3-para-container h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#home .cut-3-para-container h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#home .cut-3-para-container p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#home .cut-3-para-container .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #home .cut-3-para-container h1 {
    font-size: 7.75vw;
  }
  #home .cut-3-para-container h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-3-para-container p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #home .cut-3-para-container .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #home .cut-3-para-container h1 {
    font-size: 9.75vw;
  }
  #home .cut-3-para-container h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-3-para-container p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #home .cut-3-para-container .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 1024px) {
  #home .cut-3-para-container {
    width: 100%;
    align-items: center;
  }
}
#home .cut-3-para-container h3 {
  margin-bottom: 0.4vw;
}
@media all and (max-width: 1024px) {
  #home .cut-3-para-container h3 {
    margin-bottom: 2vw;
  }
}
#home .cut-3-para-container p {
  height: 6vw;
}
@media all and (max-width: 1024px) {
  #home .cut-3-para-container p {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  #home .cut-3-para-container p {
    height: 20vw;
  }
}
#home .cut-3-para-container span {
  display: block;
  font-size: 0.95vw;
  color: #9b9b9b;
  letter-spacing: 0.1em;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  #home .cut-3-para-container span {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
}
#home .cut-3-para-h1 {
  overflow: hidden;
}
#home .cut-3-para-h1 div {
  animation-name: indexShine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#home .cut-3-para-line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin: 0 auto;
}
#home .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 1vw;
  width: 65%;
  margin-top: 7vw;
  margin-bottom: 0.25vw;
}
@media all and (max-width: 1024px) {
  #home .swiper-button {
    width: 60%;
    margin-top: 8vw;
    height: auto;
  }
}
#home .swiper-line {
  height: 100%;
  width: 1px;
  background-color: black;
}
@media all and (max-width: 1024px) {
  #home .swiper-line {
    height: 3vw;
  }
}
#home .swiper-button-prev,
#home .swiper-button-next {
  width: 5vw;
}
#home .swiper-button-prev::after,
#home .swiper-button-next::after {
  content: unset;
}
@media all and (max-width: 1024px) {
  #home .swiper-button-prev,
  #home .swiper-button-next {
    width: 18vw;
  }
}
#home .cut-4 {
  display: flex;
  justify-content: center;
  margin-top: 13vw;
  gap: 9vw;
}
@media all and (max-width: 1600px) {
  #home .cut-4 {
    margin-top: 10vw;
  }
}
@media all and (max-width: 1024px) {
  #home .cut-4 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 26vw;
    gap: unset;
  }
}
#home .cut-4-fixed-left {
  position: absolute;
  top: -84%;
  left: -6%;
  width: 20vw;
}
#home .cut-4-right {
  width: 27vw;
  height: 27vw;
  position: relative;
}
@media all and (max-width: 1024px) {
  #home .cut-4-right {
    width: 85%;
    height: auto;
  }
}
#home .cut-4-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#home .cut-4-swiper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
#home .swiper-button-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 15vw;
  height: auto;
}
#home .swiper-button-prev-2 {
  left: 16vw;
}
#home .swiper-button-next-2 {
  right: 16vw;
}
#home .cut-4-circle-pc {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a5a5a5;
  border-radius: 50%;
  position: relative;
}
#home .cut-4-dot-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(1.1);
  overflow: hidden;
}
#home .cut-4-dot-circle img {
  animation: dotRotate 60s infinite linear;
}
@keyframes dotRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#home .cut-4-pic-1,
#home .cut-4-pic-2,
#home .cut-4-pic-3,
#home .cut-4-pic-4,
#home .cut-4-pic-5,
#home .cut-4-pic-6 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all 1s;
}
#home .cut-4-pic-1 img,
#home .cut-4-pic-2 img,
#home .cut-4-pic-3 img,
#home .cut-4-pic-4 img,
#home .cut-4-pic-5 img,
#home .cut-4-pic-6 img {
  position: relative;
  transition: all 1s;
  animation: circleScale 8s infinite;
  animation-play-state: paused;
}
#home .cut-4-pic-para {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1vw;
}
#home .cut-4-pic-para h5 {
  font-size: 0.9vw;
  color: white;
  margin-bottom: 1vw;
  font-family: "Noto Serif TC", serif;
}
#home .cut-4-pic-para p {
  font-size: 0.8vw;
  color: white;
  line-height: 1.8;
  font-family: "Microsoft JhengHei";
  text-align: center;
}
#home .cut-4-pic-para-icon {
  width: 2vw;
  margin-bottom: 0.5vw;
}
#home .cut-4-pic-para-weird-line {
  width: 0.3vw;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  #home .cut-4-pic-para-weird-line {
    width: 0.8vw;
    margin-bottom: 3vw;
  }
}
#home .cut-4-circle-1,
#home .cut-4-circle-2,
#home .cut-4-circle-3,
#home .cut-4-circle-4,
#home .cut-4-circle-5,
#home .cut-4-circle-6 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#home .cut-4-circle-1 img,
#home .cut-4-circle-2 img,
#home .cut-4-circle-3 img,
#home .cut-4-circle-4 img,
#home .cut-4-circle-5 img,
#home .cut-4-circle-6 img {
  opacity: 0;
  height: 100%;
}
#home .cut-4-center {
  width: 4vw;
}
#home .cut-4-all {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #home .cut-4-all {
    opacity: 1;
    z-index: 12;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow: hidden;
    border-radius: 50%;
  }
}
#home .cut-4-circle-1 {
  -webkit-clip-path: polygon(102% 60%, 50% 30%, 99.5% 2%);
          clip-path: polygon(102% 60%, 50% 30%, 99.5% 2%);
  z-index: 4;
  cursor: pointer;
}
#home .cut-4-circle-2 {
  -webkit-clip-path: polygon(110% 65%, 68% 41%, 68% 127%);
          clip-path: polygon(110% 65%, 68% 41%, 68% 127%);
  z-index: 4;
  cursor: pointer;
}
#home .cut-4-circle-3 {
  -webkit-clip-path: polygon(-9% 104%, 67% 61%, 67% 100%);
          clip-path: polygon(-9% 104%, 67% 61%, 67% 100%);
  z-index: 4;
  cursor: pointer;
}
#home .cut-4-circle-4 {
  -webkit-clip-path: polygon(-9% 36%, 49.5% 70%, 12% 92%);
          clip-path: polygon(-9% 36%, 49.5% 70%, 12% 92%);
  z-index: 4;
  cursor: pointer;
}
#home .cut-4-circle-5 {
  -webkit-clip-path: polygon(32.5% -25%, 32.5% 59.5%, -14% 33%);
          clip-path: polygon(32.5% -25%, 32.5% 59.5%, -14% 33%);
  z-index: 4;
  cursor: pointer;
}
#home .cut-4-circle-6 {
  -webkit-clip-path: polygon(101% 0%, 33% 39.25%, 32.7% 0%);
          clip-path: polygon(101% 0%, 33% 39.25%, 32.7% 0%);
  z-index: 4;
  cursor: pointer;
}
#home .cut-4-swiper .swiper-slide {
  overflow: hidden;
}
#home .cut-4-swiper .swiper-slide > img {
  transform: scale(1.1);
}
#home .cut-4-swiper-para {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  width: 100%;
  height: 100%;
}
#home .cut-4-swiper-para h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#home .cut-4-swiper-para h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#home .cut-4-swiper-para p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#home .cut-4-swiper-para .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #home .cut-4-swiper-para h1 {
    font-size: 7.75vw;
  }
  #home .cut-4-swiper-para h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-4-swiper-para p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #home .cut-4-swiper-para .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #home .cut-4-swiper-para h1 {
    font-size: 9.75vw;
  }
  #home .cut-4-swiper-para h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-4-swiper-para p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #home .cut-4-swiper-para .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#home .cut-4-swiper-para h1,
#home .cut-4-swiper-para h3,
#home .cut-4-swiper-para p {
  color: white;
}
#home .cut-4-swiper-para h3 {
  font-weight: 400;
  margin-bottom: 2vw;
}
#home .cut-4-swiper-para p {
  font-weight: 500;
  text-align: center;
}
#home .cut-4-swiper-para-icon {
  width: 2.5vw;
  margin-bottom: 5%;
}
@media all and (max-width: 1024px) {
  #home .cut-4-swiper-para-icon {
    width: 10vw;
  }
}
#home .cut-4-para {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 30vw;
  overflow: hidden;
}
#home .cut-4-para h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#home .cut-4-para h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#home .cut-4-para p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#home .cut-4-para .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #home .cut-4-para h1 {
    font-size: 7.75vw;
  }
  #home .cut-4-para h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-4-para p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #home .cut-4-para .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #home .cut-4-para h1 {
    font-size: 9.75vw;
  }
  #home .cut-4-para h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-4-para p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #home .cut-4-para .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#home .cut-4-para h1,
#home .cut-4-para h3 {
  width: 100%;
}
#home .cut-4-para p {
  width: 88%;
}
@media all and (max-width: 1024px) {
  #home .cut-4-para {
    align-items: center;
    width: 85%;
    margin-top: 12vw;
  }
  #home .cut-4-para h1,
  #home .cut-4-para h3 {
    width: 100%;
    text-align: center;
  }
  #home .cut-4-para p {
    width: 100%;
  }
}
#home .cut-4-para-h1 {
  overflow: hidden;
}
#home .cut-4-para-h1 div {
  animation-name: indexShine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#home .cut-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 3vw;
  margin-top: 18vw;
}
@media all and (max-width: 1600px) {
  #home .cut-5 {
    margin-top: 18vw;
  }
}
@media all and (max-width: 1024px) {
  #home .cut-5 {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }
}
#home .cut-5-left {
  width: 30vw;
  overflow: hidden;
}
#home .cut-5-left h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#home .cut-5-left h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#home .cut-5-left p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#home .cut-5-left .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #home .cut-5-left h1 {
    font-size: 7.75vw;
  }
  #home .cut-5-left h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-5-left p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #home .cut-5-left .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #home .cut-5-left h1 {
    font-size: 9.75vw;
  }
  #home .cut-5-left h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #home .cut-5-left p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #home .cut-5-left .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#home .cut-5-left p {
  width: 72%;
}
@media all and (max-width: 1024px) {
  #home .cut-5-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 85%;
    margin-top: 7vw;
  }
  #home .cut-5-left h3 {
    text-align: center;
  }
  #home .cut-5-left p {
    width: 100%;
  }
}
#home .cut-5-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}
@media all and (max-width: 1024px) {
  #home .cut-5-right {
    width: 85%;
    gap: 2vw;
  }
}
#home .cut-5-left-h1 {
  overflow: hidden;
}
#home .cut-5-left-h1 div {
  animation-name: indexShine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#home .cut-5-img1,
#home .cut-5-img2,
#home .cut-5-img3 {
  width: 15vw;
  position: relative;
  overflow: hidden;
}
#home .cut-5-img1 img,
#home .cut-5-img2 img,
#home .cut-5-img3 img {
  position: relative;
}
#home .cut-5-img1::after,
#home .cut-5-img2::after,
#home .cut-5-img3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(158, 117, 89);
}
@media all and (max-width: 1024px) {
  #home .cut-5-img1,
  #home .cut-5-img2,
  #home .cut-5-img3 {
    width: 42vw;
  }
}
#home .cut-5-img3 img {
  left: var(--people3Left);
}
#home .cut-5-img3::after {
  left: var(--people3Left);
}
#home .cut-5-img2 img {
  left: var(--people2Left);
}
#home .cut-5-img2::after {
  left: var(--people2Left);
}
#home .cut-5-img1 img {
  left: var(--people1Left);
}
#home .cut-5-img1::after {
  left: var(--people1Left);
}
#home .cut-5-img2 {
  transform: translateY(-1vw);
}
@media all and (max-width: 1024px) {
  #home .cut-5-img2 {
    transform: translateY(-5vw);
  }
}
#home .cut-5-fixed-right {
  position: absolute;
  width: 80vw;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1024px) {
  #home .cut-5-fixed-right {
    width: 60vw;
    margin-bottom: -36vw;
  }
}
@media all and (max-width: 500px) {
  #home .cut-5-fixed-right {
    width: 80vw;
    margin-bottom: -45vw;
  }
}
#home .cut-4-circle-1:hover ~ .cut-4-pic-1 {
  opacity: 1;
  transition: all 1s;
}
#home .cut-4-circle-1:hover ~ .cut-4-pic-1 > img {
  animation: circleScale 8s infinite;
  transition: all 1s;
}
#home .cut-4-circle-2:hover ~ .cut-4-pic-2 {
  opacity: 1;
  transition: all 1s;
}
#home .cut-4-circle-2:hover ~ .cut-4-pic-2 > img {
  animation: circleScale 8s infinite;
  transition: all 1s;
}
#home .cut-4-circle-3:hover ~ .cut-4-pic-3 {
  opacity: 1;
  transition: all 1s;
}
#home .cut-4-circle-3:hover ~ .cut-4-pic-3 > img {
  animation: circleScale 8s infinite;
  transition: all 1s;
}
#home .cut-4-circle-4:hover ~ .cut-4-pic-4 {
  opacity: 1;
  transition: all 1s;
}
#home .cut-4-circle-4:hover ~ .cut-4-pic-4 > img {
  animation: circleScale 8s infinite;
  transition: all 1s;
}
#home .cut-4-circle-5:hover ~ .cut-4-pic-5 {
  opacity: 1;
  transition: all 1s;
}
#home .cut-4-circle-5:hover ~ .cut-4-pic-5 > img {
  animation: circleScale 8s infinite;
  transition: all 1s;
}
#home .cut-4-circle-6:hover ~ .cut-4-pic-6 {
  opacity: 1;
  transition: all 1s;
}
#home .cut-4-circle-6:hover ~ .cut-4-pic-6 > img {
  animation: circleScale 8s infinite;
  transition: all 1s;
}
@keyframes circleScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#origin {
  --imgTop: 0%;
  --imgLeft: 0%;
  --peopleTop: 0%;
  --peopeleLeft: 0%;
  padding-top: 4.5vw;
}
#origin .cut-1 {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #origin .cut-1 {
    margin-top: 0;
    flex-direction: column;
  }
}
#origin .cut-1-left {
  position: relative;
  height: 100%;
  margin-top: 1vw;
}
#origin .cut-1-left-banner {
  width: 30.5vw;
}
@media screen and (max-width: 1920px) {
  #origin .cut-1-left-banner {
    width: 29vw;
  }
}
@media all and (max-width: 1024px) {
  #origin .cut-1-left-banner {
    width: 90%;
  }
  #origin .cut-1-left-banner img {
    width: 50%;
    height: auto;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-1-left-banner {
    width: 100%;
  }
  #origin .cut-1-left-banner img {
    width: 50%;
    height: auto;
  }
}
#origin .cut-1-left-para {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  line-height: 1;
  margin-left: 14vw;
  margin-top: 1vw;
}
#origin .cut-1-left-para h1 {
  font-size: 9vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
#origin .cut-1-left-para h4 {
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  font-size: 1.75vw;
  letter-spacing: 10px;
}
@media all and (max-width: 1024px) {
  #origin .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 22%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #origin .cut-1-left-para h1 {
    font-size: 12vw;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 27%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #origin .cut-1-left-para h1 {
    font-size: 14vw;
  }
}
#origin .cut-1-left-para-first {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}
@media all and (max-width: 1024px) {
  #origin .cut-1-left-para-first {
    width: 60%;
    gap: 4vw;
    margin-left: 10vw;
    justify-content: space-between;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-1-left-para-first {
    width: 65%;
    gap: 4vw;
    margin-left: 10vw;
    justify-content: space-between;
  }
}
#origin .cut-1-left-para-first-h1,
#origin .cut-1-left-para-second-h4,
#origin .cut-1-left-para-second-h1 {
  position: relative;
  overflow: hidden;
}
#origin .cut-1-left-para-first-h1 div,
#origin .cut-1-left-para-second-h4 div,
#origin .cut-1-left-para-second-h1 div {
  animation-name: origin_shine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left center;
}
@media all and (max-width: 1024px) {
  #origin .cut-1-left-para-first-h1,
  #origin .cut-1-left-para-second-h4,
  #origin .cut-1-left-para-second-h1 {
    overflow: hidden;
  }
}
@media all and (max-width: 1024px) {
  #origin .cut-1-left-para-first-h1 {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  #origin .cut-1-left-para-second-h4 {
    margin-top: 2vw;
  }
}
@media all and (max-width: 1024px) {
  #origin .cut-1-left-para-second-h1 {
    width: 35%;
  }
}
#origin .bottom-line {
  width: 100%;
  height: 1px;
  background-color: black;
  margin-top: 2vw;
}
@keyframes origin_shine {
  0% {
    color: #000000;
  }
  20% {
    color: rgb(201, 201, 0);
  }
  40% {
    color: #000000;
  }
  100% {
    color: #000000;
  }
}
#origin .cut-1-left-para-line {
  width: 1px;
  height: 5vw;
  left: -1vw;
  position: relative;
  background-color: black;
}
@media all and (max-width: 1024px) {
  #origin .cut-1-left-para-line {
    top: 2vw;
    left: unset;
    width: 45%;
    height: 1px;
  }
}
#origin .cut-1-left-para-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
@media all and (max-width: 1024px) {
  #origin .cut-1-left-para-second {
    width: 60%;
    gap: 4vw;
    margin-left: 10vw;
  }
  #origin .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 4.5vw;
    width: 100%;
    font-weight: 500;
    letter-spacing: 3px;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-1-left-para-second {
    width: 65%;
    gap: 4vw;
    margin-left: 10vw;
  }
  #origin .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 5.5vw;
    width: 100%;
    font-weight: 500;
    letter-spacing: 3px;
  }
}
#origin .cut-1-left-para-line-second {
  width: 1px;
  height: 7vw;
  position: relative;
  background-color: black;
}
#origin .cut-1-right-img {
  position: relative;
  top: 8vw;
}
#origin .cut-1-right-img-1 {
  position: absolute;
  top: 13.5vw;
  width: 24vw;
  left: -10vw;
  z-index: 2;
  overflow: hidden;
}
#origin .cut-1-right-img-2 {
  width: 38vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#origin .cut-1-fixed-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 17vw;
  filter: drop-shadow(1px 1px 1px black);
}
#origin .cut-2 {
  display: flex;
  margin-top: 10vw;
}
@media all and (max-width: 1024px) {
  #origin .cut-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#origin .cut-2-left {
  position: sticky;
  top: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5vw;
  width: 20%;
  height: 5vw;
  padding-left: 5%;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-left {
    position: relative;
    flex-direction: row;
    width: 75%;
    gap: 8vw;
    padding-left: 0%;
    top: unset;
  }
  #origin .cut-2-left > .cut-2-link:nth-child(1) {
    position: relative;
    width: 95%;
  }
  #origin .cut-2-left > .cut-2-link:nth-child(1)::after {
    content: "";
    position: absolute;
    background-color: black;
    width: 1px;
    height: 60%;
    right: -11%;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-2-left {
    position: relative;
    flex-direction: row;
    width: 85%;
    gap: 8vw;
    padding-left: 0%;
    top: unset;
  }
  #origin .cut-2-left > .cut-2-link:nth-child(1) {
    position: relative;
    width: 95%;
  }
  #origin .cut-2-left > .cut-2-link:nth-child(1)::after {
    content: "";
    position: absolute;
    background-color: black;
    width: 1px;
    height: 60%;
    right: -11%;
  }
}
#origin .cut-2-link {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 2;
  --linkleft: -105%;
}
#origin .cut-2-link a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 1vw;
  font-family: "Noto Serif TC", serif;
  width: 90%;
  padding: 0vw 1vw;
  overflow: hidden;
}
#origin .cut-2-link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: var(--linkleft);
  top: 0%;
  z-index: -1;
  transition: all 0.5s;
  background-color: #918781;
}
#origin .cut-2-link a > :nth-child(1) {
  color: #756861;
  transition: all 0.5s;
}
#origin .cut-2-link a > :nth-child(2) {
  color: #c6935c;
  transition: all 0.5s;
}
#origin .cut-2-link a h3 {
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 2;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-link {
    width: 100%;
    margin-left: 0;
  }
  #origin .cut-2-link a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0vw;
    width: 100%;
    justify-content: space-between;
  }
  #origin .cut-2-link a > :nth-child(2) {
    letter-spacing: 1px;
  }
  #origin .cut-2-link a h3 {
    font-size: 2.75vw;
    font-weight: 400;
    color: #19191a;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-2-link {
    width: 100%;
    margin-left: 0;
  }
  #origin .cut-2-link a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0vw;
    width: 100%;
    justify-content: space-between;
  }
  #origin .cut-2-link a > :nth-child(2) {
    letter-spacing: 1px;
  }
  #origin .cut-2-link a h3 {
    font-size: 3.75vw;
    font-weight: 400;
    color: #19191a;
  }
}
#origin .cut-2-link:hover a::after {
  left: 0%;
  transition: all 0.5s;
}
#origin .cut-2-link:hover a > :nth-child(1) {
  color: #ffffff;
  transition: all 0.5s;
}
#origin .cut-2-link:hover a > :nth-child(2) {
  color: #e5d5c1;
  transition: all 0.5s;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-link:hover a::after {
    width: 0%;
  }
  #origin .cut-2-link:hover a > :nth-child(1) {
    color: #756861;
  }
  #origin .cut-2-link:hover a > :nth-child(2) {
    color: #c6935c;
  }
}
#origin .cut-2-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80%;
  padding-right: 17.5%;
  overflow: hidden;
}
#origin .cut-2-right h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#origin .cut-2-right h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#origin .cut-2-right p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#origin .cut-2-right .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right h1 {
    font-size: 7.75vw;
  }
  #origin .cut-2-right h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #origin .cut-2-right p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #origin .cut-2-right .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-2-right h1 {
    font-size: 9.75vw;
  }
  #origin .cut-2-right h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #origin .cut-2-right p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #origin .cut-2-right .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right {
    padding-right: 0;
    width: 75%;
    overflow: unset;
    padding-bottom: 7vw;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-2-right {
    padding-right: 0;
    width: 85%;
    overflow: unset;
    padding-bottom: 7vw;
  }
}
#origin .cut-2-right-top-img {
  width: 85%;
  margin-top: 10%;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-top-img {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #origin .cut-2-right-top-img img {
    left: var(--imgLeft);
    position: relative;
  }
  #origin .cut-2-right-top-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: var(--imgTop);
    left: var(--imgLeft);
    z-index: 1;
    background-color: rgb(158, 117, 89);
  }
}
#origin .cut-2-right-top-para {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
#origin .cut-2-right-top-para h1 {
  text-align: center;
  letter-spacing: 2px;
}
#origin .cut-2-right-top-para p {
  text-align: center;
}
#origin .cut-2-right-top-para h3 {
  text-align: center;
}
#origin .cut-2-right-top-para h3 br {
  display: none;
}
#origin .cut-2-right-top-para .line {
  margin-top: 1vw;
  margin-bottom: 4vw;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-top-para {
    width: 100%;
  }
  #origin .cut-2-right-top-para br {
    display: block;
  }
  #origin .cut-2-right-top-para h1 {
    font-size: 5vw;
    margin-top: 12vw;
    margin-bottom: 5vw;
    color: #19191a;
  }
  #origin .cut-2-right-top-para h1 div {
    font-weight: 500;
    color: #19191a;
    font-size: 5vw;
  }
  #origin .cut-2-right-top-para h3 {
    text-align: center;
    color: #19191a;
    order: 1;
    margin-bottom: 0vw;
    font-size: 3vw;
  }
  #origin .cut-2-right-top-para h3 br {
    display: block;
  }
  #origin .cut-2-right-top-para .line {
    margin-bottom: 7vw;
    margin-top: 7vw;
    order: 2;
  }
  #origin .cut-2-right-top-para p {
    text-align: start;
    order: 3;
  }
  #origin .cut-2-right-top-para p br {
    display: none;
  }
  #origin .cut-2-right-top-para .cut-2-right-top-para-h1 {
    width: 105%;
  }
  #origin .cut-2-right-top-para .cut-2-right-top-para-h1 div {
    font-size: 5vw;
    color: #666666;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-2-right-top-para {
    width: 100%;
  }
  #origin .cut-2-right-top-para br {
    display: block;
  }
  #origin .cut-2-right-top-para h1 {
    font-size: 6vw;
    margin-top: 12vw;
    margin-bottom: 5vw;
    color: #19191a;
  }
  #origin .cut-2-right-top-para h1 div {
    font-weight: 500;
    color: #19191a;
  }
  #origin .cut-2-right-top-para h3 {
    text-align: center;
    color: #19191a;
    order: 1;
    margin-bottom: 0vw;
    font-size: 4vw;
  }
  #origin .cut-2-right-top-para h3 br {
    display: block;
  }
  #origin .cut-2-right-top-para .line {
    margin-bottom: 7vw;
    margin-top: 7vw;
    order: 2;
  }
  #origin .cut-2-right-top-para p {
    text-align: start;
    order: 3;
  }
  #origin .cut-2-right-top-para p br {
    display: none;
  }
  #origin .cut-2-right-top-para .cut-2-right-top-para-h1 {
    width: 105%;
  }
  #origin .cut-2-right-top-para .cut-2-right-top-para-h1 div {
    font-size: 6vw;
    color: #666666;
  }
}
#origin .cut-2-right-top-para-h1 {
  position: relative;
  overflow: hidden;
}
#origin .cut-2-right-top-para-h1 div {
  animation-name: shine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left center;
}
@keyframes shine {
  0% {
    color: #19191a;
  }
  20% {
    color: yellow;
  }
  40% {
    color: #19191a;
  }
  100% {
    color: #19191a;
  }
}
#origin .cut-2-right-people {
  position: relative;
  width: 27vw;
  margin-top: 3vw;
  z-index: 1;
  overflow: hidden;
}
#origin .cut-2-right-people img {
  position: relative;
  left: var(--peopeleLeft);
}
#origin .cut-2-right-people::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: var(--peopleTop);
  left: var(--peopeleLeft);
  z-index: 1;
  background-color: rgb(158, 117, 89);
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-people {
    width: 100%;
    margin-top: 10%;
    position: relative;
  }
}
#origin .cut-2-right-middle-para {
  width: 70%;
  margin-top: 12vw;
}
#origin .cut-2-right-middle-para h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#origin .cut-2-right-middle-para h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#origin .cut-2-right-middle-para p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#origin .cut-2-right-middle-para .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-middle-para h1 {
    font-size: 7.75vw;
  }
  #origin .cut-2-right-middle-para h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #origin .cut-2-right-middle-para p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #origin .cut-2-right-middle-para .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-2-right-middle-para h1 {
    font-size: 9.75vw;
  }
  #origin .cut-2-right-middle-para h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #origin .cut-2-right-middle-para p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #origin .cut-2-right-middle-para .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#origin .cut-2-right-middle-para .line {
  margin-top: 1vw;
  margin-bottom: 4vw;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-middle-para {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  #origin .cut-2-right-middle-para h1 {
    display: flex;
    align-items: center;
    font-size: 6vw;
    gap: 0vw;
    letter-spacing: 2px;
    margin-bottom: 5vw;
  }
  #origin .cut-2-right-middle-para h1 br {
    display: none;
  }
  #origin .cut-2-right-middle-para h1 div {
    font-size: 5vw;
    font-weight: 500;
  }
  #origin .cut-2-right-middle-para h3 {
    order: 1;
    color: #19191a;
    margin-bottom: 1vw;
    font-size: 3vw;
  }
  #origin .cut-2-right-middle-para .line {
    margin-top: 5vw;
    margin-bottom: 5vw;
    order: 2;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-2-right-middle-para {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  #origin .cut-2-right-middle-para h1 {
    display: flex;
    align-items: center;
    font-size: 6vw;
    gap: 0vw;
    letter-spacing: 2px;
    margin-bottom: 5vw;
  }
  #origin .cut-2-right-middle-para h1 br {
    display: none;
  }
  #origin .cut-2-right-middle-para h1 div {
    font-size: 6vw;
    font-weight: 500;
  }
  #origin .cut-2-right-middle-para h3 {
    order: 1;
    color: #19191a;
    margin-bottom: 1vw;
    font-size: 4vw;
  }
  #origin .cut-2-right-middle-para .line {
    margin-top: 5vw;
    margin-bottom: 5vw;
    order: 2;
  }
}
#origin .cut-2-right-middle-para-h1 {
  position: relative;
  overflow: hidden;
}
#origin .cut-2-right-middle-para-h1 div {
  animation-name: shine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left center;
}
#origin .cut-2-right-people-line {
  position: absolute;
  display: flex;
  align-items: center;
  top: 22vw;
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-people-line {
    display: none;
  }
}
#origin .rising-curve,
#origin .decrease-curve {
  width: 100%;
}
#origin .decrease-curve {
  position: relative;
  top: 7vw;
}
#origin .cut-2-right-bottom-heng-hong {
  position: relative;
  right: -15vw;
  top: -12vw;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-bottom-heng-hong {
    display: flex;
    align-items: center;
    justify-content: center;
    right: unset;
    top: unset;
    width: 100%;
    margin-top: 5%;
  }
}
#origin .cut-2-right-bottom-heng-hong-img {
  width: 43vw;
  filter: drop-shadow(1px 1px 1px black);
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-bottom-heng-hong-img {
    width: 100%;
  }
}
#origin .cut-2-right-bottom-heng-hong-para {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#origin .cut-2-right-bottom-heng-hong-para-top {
  text-align: center;
  width: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  left: 64%;
  top: 51.5%;
  -webkit-mask-image: url("../img/share/cloud.webp");
          mask-image: url("../img/share/cloud.webp");
  -webkit-mask-size: 200%;
          mask-size: 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
#origin .cut-2-right-bottom-heng-hong-para-top h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#origin .cut-2-right-bottom-heng-hong-para-top h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#origin .cut-2-right-bottom-heng-hong-para-top p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#origin .cut-2-right-bottom-heng-hong-para-top .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-bottom-heng-hong-para-top h1 {
    font-size: 7.75vw;
  }
  #origin .cut-2-right-bottom-heng-hong-para-top h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #origin .cut-2-right-bottom-heng-hong-para-top p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #origin .cut-2-right-bottom-heng-hong-para-top .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-2-right-bottom-heng-hong-para-top h1 {
    font-size: 9.75vw;
  }
  #origin .cut-2-right-bottom-heng-hong-para-top h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #origin .cut-2-right-bottom-heng-hong-para-top p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #origin .cut-2-right-bottom-heng-hong-para-top .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#origin .cut-2-right-bottom-heng-hong-para-top h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#origin .cut-2-right-bottom-heng-hong-para-top .heng-hong-para-top-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-bottom-heng-hong-para-top {
    text-align: center;
    width: 60%;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 51.5%;
  }
  #origin .cut-2-right-bottom-heng-hong-para-top h1 {
    font-size: 5.75vw;
    margin-bottom: 1vw;
  }
  #origin .cut-2-right-bottom-heng-hong-para-top h3 {
    margin-bottom: 1vw;
  }
}
@media all and (max-width: 500px) {
  #origin .cut-2-right-bottom-heng-hong-para-top {
    text-align: center;
    width: 65%;
    position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 51.5%;
  }
  #origin .cut-2-right-bottom-heng-hong-para-top h1 {
    font-size: 6.75vw;
    margin-bottom: 1vw;
  }
  #origin .cut-2-right-bottom-heng-hong-para-top h3 {
    margin-bottom: 1vw;
  }
}
#origin .cut-2-right-bottom-heng-hong-para-top-line {
  display: inline-block;
  background-color: black;
  width: 5vw;
  height: 1px;
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-bottom-heng-hong-para-top-line {
    width: 12vw;
  }
}
#origin .cut-2-right-bottom-heng-hong-para-bottom {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: 60% 35%;
}
@media all and (max-width: 1024px) {
  #origin .cut-2-right-bottom-heng-hong-para-bottom {
    transform-origin: 50% 30%;
  }
}
#origin .heng-hong-circle {
  position: absolute;
  top: 0;
  width: 11vw;
}
@media all and (max-width: 1024px) {
  #origin .heng-hong-circle {
    width: 22vw;
  }
}
@media all and (max-width: 500px) {
  #origin .heng-hong-circle {
    width: 30vw;
  }
}
#origin .heng-hong-circle-1 {
  top: -9%;
  right: 4.5%;
  transform: translate(-8vw, 15vw);
}
@media all and (max-width: 1024px) {
  #origin .heng-hong-circle-1 {
    top: -15%;
    right: 0%;
    transform: translate(-26.5vw, 31vw);
  }
}
@media all and (max-width: 500px) {
  #origin .heng-hong-circle-1 {
    top: -21%;
    right: 0%;
    transform: translate(-28vw, 31vw);
  }
}
#origin .heng-hong-circle-2 {
  left: -6.5%;
  top: 23%;
  transform: translate(24.9vw, -0.8vw);
}
@media all and (max-width: 1024px) {
  #origin .heng-hong-circle-2 {
    top: -15%;
    left: 0%;
    transform: translate(27vw, 31vw);
  }
}
@media all and (max-width: 500px) {
  #origin .heng-hong-circle-2 {
    top: -21%;
    left: 0%;
    transform: translate(26.25vw, 31vw);
  }
}
#origin .heng-hong-circle-3 {
  right: 21%;
  top: 62%;
  transform: translate(-0.8vw, -20vw);
}
@media all and (max-width: 1024px) {
  #origin .heng-hong-circle-3 {
    right: 32%;
    top: 57%;
    transform: translate(-2.6vw, -34.5vw);
  }
}
@media all and (max-width: 500px) {
  #origin .heng-hong-circle-3 {
    right: 32%;
    top: 51%;
    transform: translate(-0.6vw, -42.5vw);
  }
}
#origin .cut-3 {
  margin-top: -17vw;
  margin-bottom: -8vw;
}
#origin .cut-3-img {
  width: 37.5vw;
  z-index: 1;
  position: relative;
}
#origin .cut-3-fixed {
  position: absolute;
  left: 3vw;
  bottom: -1vw;
  width: 25vw;
  filter: drop-shadow(1px 1px 1px black);
}

#history {
  position: relative;
  padding-top: 4.5vw;
}
#history .cut-1 {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #history .cut-1 {
    margin-top: 0;
    flex-direction: column;
  }
}
#history .cut-1-left {
  position: relative;
  height: 100%;
  margin-top: 1vw;
}
#history .cut-1-left-banner {
  width: 30.5vw;
}
@media screen and (max-width: 1920px) {
  #history .cut-1-left-banner {
    width: 29vw;
  }
}
@media all and (max-width: 1024px) {
  #history .cut-1-left-banner {
    width: 90%;
  }
  #history .cut-1-left-banner img {
    width: 50%;
    height: auto;
  }
}
@media all and (max-width: 500px) {
  #history .cut-1-left-banner {
    width: 100%;
  }
  #history .cut-1-left-banner img {
    width: 50%;
    height: auto;
  }
}
#history .cut-1-left-para {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  line-height: 1;
  margin-left: 14vw;
  margin-top: 1vw;
}
#history .cut-1-left-para h1 {
  font-size: 9vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
#history .cut-1-left-para h4 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.75vw;
  letter-spacing: 10px;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  #history .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 22%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #history .cut-1-left-para h1 {
    font-size: 12vw;
  }
}
@media all and (max-width: 500px) {
  #history .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 27%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #history .cut-1-left-para h1 {
    font-size: 14vw;
  }
}
#history .cut-1-left-para-first {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}
@media all and (max-width: 1024px) {
  #history .cut-1-left-para-first {
    width: 60%;
    gap: 4vw;
    margin-left: 10vw;
    justify-content: space-between;
  }
}
@media all and (max-width: 500px) {
  #history .cut-1-left-para-first {
    width: 65%;
    gap: 4vw;
    margin-left: 10vw;
    justify-content: space-between;
  }
}
#history .cut-1-left-para-line {
  width: 1px;
  height: 5vw;
  line-height: 1;
  left: -1vw;
  position: relative;
  background-color: black;
}
@media all and (max-width: 1024px) {
  #history .cut-1-left-para-line {
    top: 2vw;
    left: unset;
    width: 45%;
    height: 1px;
  }
}
#history .cut-1-left-para-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #history .cut-1-left-para-second {
    width: 60%;
    gap: 4vw;
    margin-left: 10vw;
  }
  #history .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 4.5vw;
    width: 100%;
    font-weight: 500;
    letter-spacing: 3px;
  }
}
@media all and (max-width: 500px) {
  #history .cut-1-left-para-second {
    width: 65%;
    gap: 4vw;
    margin-left: 10vw;
  }
  #history .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 5.5vw;
    width: 100%;
    font-weight: 500;
    letter-spacing: 3px;
  }
}
#history .cut-1-left-para-line-second {
  width: 1px;
  height: 7vw;
  position: relative;
  background-color: black;
}
#history .cut-1-right-img {
  position: relative;
  top: 8vw;
}
#history .cut-1-right-img-1 {
  position: absolute;
  top: 13.5vw;
  width: 24vw;
  left: -10vw;
  z-index: 2;
  overflow: hidden;
}
#history .cut-1-right-img-2 {
  width: 38vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#history .cut-1-fixed-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 17vw;
  filter: drop-shadow(1px 1px 1px black);
}
#history .cut-2 {
  display: flex;
  margin-top: 10vw;
}
@media all and (max-width: 1024px) {
  #history .cut-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#history .cut-1-left-para-first-h1,
#history .cut-1-left-para-second-h4,
#history .cut-1-left-para-second-h1 {
  position: relative;
  overflow: hidden;
}
#history .cut-1-left-para-first-h1 div,
#history .cut-1-left-para-second-h4 div,
#history .cut-1-left-para-second-h1 div {
  animation-name: history_shine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left center;
}
@media all and (max-width: 1024px) {
  #history .cut-1-left-para-first-h1,
  #history .cut-1-left-para-second-h4,
  #history .cut-1-left-para-second-h1 {
    overflow: hidden;
  }
}
@media all and (max-width: 1024px) {
  #history .cut-1-left-para-first-h1 {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  #history .cut-1-left-para-second-h4 {
    margin-top: 2vw;
  }
}
@media all and (max-width: 1024px) {
  #history .cut-1-left-para-second-h1 {
    width: 35%;
  }
}
#history .bottom-line {
  width: 100%;
  height: 1px;
  background-color: black;
  margin-top: 2vw;
}
@keyframes history_shine {
  0% {
    color: #000000;
  }
  20% {
    color: rgb(201, 201, 0);
  }
  40% {
    color: #000000;
  }
  100% {
    color: #000000;
  }
}
#history .cut-2-left {
  position: sticky;
  top: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5vw;
  width: 20%;
  height: 5vw;
  padding-left: 5%;
}
@media all and (max-width: 1024px) {
  #history .cut-2-left {
    position: relative;
    flex-direction: row;
    width: 75%;
    gap: 8vw;
    padding-left: 0%;
    top: unset;
  }
  #history .cut-2-left > .cut-2-link:nth-child(1) {
    position: relative;
    width: 95%;
  }
  #history .cut-2-left > .cut-2-link:nth-child(1)::after {
    content: "";
    position: absolute;
    background-color: black;
    width: 1px;
    height: 60%;
    right: -11%;
  }
}
@media all and (max-width: 500px) {
  #history .cut-2-left {
    position: relative;
    flex-direction: row;
    width: 85%;
    gap: 8vw;
    padding-left: 0%;
    top: unset;
  }
  #history .cut-2-left > .cut-2-link:nth-child(1) {
    position: relative;
    width: 95%;
  }
  #history .cut-2-left > .cut-2-link:nth-child(1)::after {
    content: "";
    position: absolute;
    background-color: black;
    width: 1px;
    height: 60%;
    right: -11%;
  }
}
#history .cut-2-link {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 2;
  --linkleft: -105%;
}
#history .cut-2-link a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 1vw;
  font-family: "Noto Serif TC", serif;
  width: 90%;
  padding: 0vw 1vw;
  overflow: hidden;
}
#history .cut-2-link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  left: var(--linkleft);
  z-index: -1;
  transition: all 1s;
  transition: all 0.5s;
  background-color: #918781;
}
#history .cut-2-link a > :nth-child(1) {
  color: #756861;
  transition: all 0.5s;
}
#history .cut-2-link a > :nth-child(2) {
  color: #c6935c;
  transition: all 0.5s;
}
#history .cut-2-link a h3 {
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 2;
}
@media all and (max-width: 1024px) {
  #history .cut-2-link {
    width: 100%;
    margin-left: 0;
  }
  #history .cut-2-link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0vw;
    width: 100%;
    justify-content: space-between;
  }
  #history .cut-2-link a > :nth-child(2) {
    letter-spacing: 1px;
  }
  #history .cut-2-link a h3 {
    font-size: 2.75vw;
    font-weight: 400;
  }
}
@media all and (max-width: 500px) {
  #history .cut-2-link {
    width: 100%;
    margin-left: 0;
  }
  #history .cut-2-link a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0vw;
    width: 100%;
    justify-content: space-between;
  }
  #history .cut-2-link a > :nth-child(2) {
    letter-spacing: 1px;
  }
  #history .cut-2-link a h3 {
    font-size: 3.75vw;
    font-weight: 400;
    color: #19191a;
  }
}
#history .cut-2-link:hover a::after {
  left: 0%;
  transition: all 0.5s;
}
#history .cut-2-link:hover a > :nth-child(1) {
  color: #ffffff;
}
#history .cut-2-link:hover a > :nth-child(2) {
  color: #e5d5c1;
}
@media all and (max-width: 1024px) {
  #history .cut-2-link:hover a::after {
    width: 0%;
  }
  #history .cut-2-link:hover a > :nth-child(1) {
    color: #756861;
  }
  #history .cut-2-link:hover a > :nth-child(2) {
    color: #c6935c;
  }
}
#history .cut-2-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 80%;
  padding-right: 15%;
}
#history .cut-2-right h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#history .cut-2-right h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#history .cut-2-right p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#history .cut-2-right .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #history .cut-2-right h1 {
    font-size: 7.75vw;
  }
  #history .cut-2-right h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #history .cut-2-right p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #history .cut-2-right .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #history .cut-2-right h1 {
    font-size: 9.75vw;
  }
  #history .cut-2-right h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #history .cut-2-right p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #history .cut-2-right .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 1024px) {
  #history .cut-2-right {
    padding-right: 0;
    flex-direction: column;
  }
}
#history .cut-2-right-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#history .cut-2-right-top-img {
  width: 85%;
  margin-top: 10%;
}
#history .cut-2-right-top-para {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#history .cut-2-right-top-para h1 {
  text-align: center;
  letter-spacing: 2px;
}
#history .cut-2-right-top-para p {
  text-align: center;
}
#history .cut-2-right-top-para .line {
  margin-top: 1vw;
  margin-bottom: 4vw;
}
@media all and (max-width: 1024px) {
  #history .cut-2-right-top-para {
    width: 100%;
  }
  #history .cut-2-right-top-para br {
    display: block;
  }
  #history .cut-2-right-top-para h1 {
    font-size: 5vw;
    color: #19191a;
    margin-top: 12vw;
    margin-bottom: 5vw;
  }
  #history .cut-2-right-top-para h3 {
    font-size: 3vw;
    text-align: center;
    order: 1;
    margin-bottom: 0vw;
    color: #19191a;
  }
  #history .cut-2-right-top-para .line {
    margin-bottom: 7vw;
    margin-top: 7vw;
    order: 2;
  }
  #history .cut-2-right-top-para p {
    text-align: start;
    order: 3;
  }
  #history .cut-2-right-top-para p br {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #history .cut-2-right-top-para {
    width: 100%;
  }
  #history .cut-2-right-top-para br {
    display: block;
  }
  #history .cut-2-right-top-para h1 {
    font-size: 6vw;
    color: #19191a;
    margin-top: 12vw;
    margin-bottom: 5vw;
  }
  #history .cut-2-right-top-para h3 {
    font-size: 4vw;
    text-align: center;
    order: 1;
    margin-bottom: 0vw;
    color: #19191a;
  }
  #history .cut-2-right-top-para .line {
    margin-bottom: 7vw;
    margin-top: 7vw;
    order: 2;
  }
  #history .cut-2-right-top-para p {
    text-align: start;
    order: 3;
  }
  #history .cut-2-right-top-para p br {
    display: none;
  }
}
#history .cut-2-swiper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
#history .cut-2-swiper-nav-line {
  width: 90%;
  height: 1px;
  background-color: #d1af8b;
  position: relative;
  margin-top: 10vw;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-nav-line {
    width: 100%;
    margin-top: 30vw;
    margin-bottom: 20vw;
  }
}
@media all and (max-width: 500px) {
  #history .cut-2-swiper-nav-line {
    width: 100%;
    margin-top: 30vw;
    margin-bottom: 25vw;
  }
}
#history .cut-2-swiper-button-prev {
  width: 2vw;
  left: -2.75vw;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-button-prev {
    width: 8vw;
    left: 14vw;
    top: 17vw;
    z-index: 10;
    background-color: white;
  }
}
@media all and (max-width: 500px) {
  #history .cut-2-swiper-button-prev {
    width: 10vw;
    left: 12vw;
    top: 20vw;
    z-index: 10;
    background-color: white;
  }
}
#history .cut-2-swiper-button-next {
  width: 2vw;
  right: -2.75vw;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-button-next {
    width: 8vw;
    right: 14vw;
    top: 17vw;
    background-color: white;
    z-index: 10;
  }
}
@media all and (max-width: 500px) {
  #history .cut-2-swiper-button-next {
    width: 10vw;
    right: 12vw;
    top: 20vw;
    background-color: white;
    z-index: 10;
  }
}
#history .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  bottom: -0.5vw;
  top: unset;
}
@media all and (max-width: 1024px) {
  #history .swiper-pagination {
    bottom: -1.4vw;
  }
}
#history .cut-2-swiper-pagination-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 1s;
}
#history .cut-2-swiper-pagination-main h4 {
  font-size: 1vw;
  font-family: "Noto Serif TC", serif;
  color: #967659;
  margin-bottom: 1vw;
}
#history .cut-2-swiper-pagination-main .cut-2-swiper-pagination-main-circle {
  width: 1vw;
}
#history .cut-2-swiper-pagination-main .text-inactive {
  color: black;
}
#history .cut-2-swiper-pagination-main .circle-inactive {
  filter: grayscale(1);
}
#history .cut-2-swiper-pagination-main .light-circle {
  position: absolute;
  top: 0;
  transform: scale(0);
  pointer-events: none;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-pagination-main h4 {
    font-size: 2.75vw !important;
    margin-bottom: 2vw !important;
  }
  #history .cut-2-swiper-pagination-main .cut-2-swiper-pagination-main-circle {
    width: 2vw !important;
    height: 2vw !important;
    margin-bottom: 0.5vw;
  }
}
@media all and (max-width: 500px) {
  #history .cut-2-swiper-pagination-main h4 {
    font-size: 3.75vw !important;
    margin-bottom: 2vw !important;
  }
  #history .cut-2-swiper-pagination-main .cut-2-swiper-pagination-main-circle {
    width: 3vw !important;
    height: 3vw !important;
    margin-bottom: 0vw;
  }
}
#history .pagination-inactive:hover h4 {
  font-size: 1vw;
  font-family: "Noto Serif TC", serif;
  color: #967659;
  margin-bottom: 1vw;
  transition: all 1s;
}
#history .pagination-inactive:hover .circle-inactive {
  filter: none;
  transition: all 1s;
}
#history .pagination-inactive:hover .light-circle {
  transition: all 1s;
  animation: circleInfinite 1.5s infinite linear;
  opacity: 0;
  pointer-events: none;
}
@media all and (max-width: 1024px) {
  #history .pagination-inactive:hover .light-circle {
    display: none;
  }
}
@keyframes circleInfinite {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }
  75% {
    transform: scale(2.25);
    opacity: 0.25;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
#history .pagination-active .light-circle {
  transition: all 1s;
  transform: scale(3);
  pointer-events: none;
  animation: littleCircle 10s linear infinite;
}
@media all and (max-width: 1024px) {
  #history .pagination-active .light-circle {
    transform: unset;
    animation: unset;
    width: 23vw;
    top: -6vw;
  }
}
@media all and (max-width: 500px) {
  #history .pagination-active .light-circle {
    transform: unset;
    animation: unset;
    width: 27vw;
    top: -7vw;
  }
}
@keyframes littleCircle {
  0% {
    transform: rotate(0deg) scale(3);
  }
  100% {
    transform: rotate(360deg) scale(3);
  }
}
@media all and (max-width: 1024px) {
  @keyframes littleCircle {
    0% {
      transform: rotate(0deg) scale(2);
    }
    100% {
      transform: rotate(360deg) scale(2);
    }
  }
}
#history .swiper-pagination-none {
  display: none;
}
#history .cut-2-swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#history .cut-2-swiper-main-pic {
  width: 100%;
  margin-top: 7vw;
}
#history .cut-2-swiper-main-para {
  display: flex;
  justify-content: center;
  flex-direction: column;
  list-style-type: none;
  margin-top: 7vw;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-main-para {
    position: relative;
    margin-top: 18vw;
  }
}
#history .cut-2-swiper-main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#history .cut-2-swiper-main-content:first-child .cut-2-swiper-main-content-year {
  margin-top: 0%;
  margin-bottom: 1vw;
}
#history .cut-2-swiper-main-content:first-child .cut-2-swiper-main-content-para-left {
  margin-top: 0%;
}
#history .cut-2-swiper-main-content:last-child .cut-2-swiper-main-content-year {
  margin-bottom: 0%;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-main-content {
    align-items: flex-start;
    margin-top: 3vw;
  }
}
#history .cut-2-swiper-main-content-year {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5vw;
  margin-bottom: 1vw;
}
#history .cut-2-swiper-main-content-year h2 {
  font-size: 3.5vw;
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
  color: #d1af8b;
}
#history .cut-2-swiper-main-content-year h5 {
  font-size: 1.1vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #d1af8b;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-main-content-year {
    z-index: 1;
    background-color: white;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    border: 1px solid #a37e57;
  }
  #history .cut-2-swiper-main-content-year h2 {
    font-size: 3.5vw;
  }
  #history .cut-2-swiper-main-content-year h5 {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #history .cut-2-swiper-main-content-year {
    z-index: 1;
    background-color: white;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    border: 1px solid #a37e57;
  }
  #history .cut-2-swiper-main-content-year h2 {
    font-size: 4.5vw;
  }
}
#history .cut-2-swiper-main-content-para {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 80%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-main-content-para {
    padding-left: 4vw;
  }
}
#history .cut-2-swiper-main-content-para-dot {
  position: relative;
  width: 20%;
  height: 100%;
  text-align: center;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-main-content-para-dot {
    position: unset;
    width: unset;
  }
}
#history .cut-2-swiper-main-content-para-left {
  position: relative;
  width: 70%;
  margin-top: 5vw;
}
#history .cut-2-swiper-main-content-para-left h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#history .cut-2-swiper-main-content-para-left h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#history .cut-2-swiper-main-content-para-left p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#history .cut-2-swiper-main-content-para-left .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-main-content-para-left h1 {
    font-size: 7.75vw;
  }
  #history .cut-2-swiper-main-content-para-left h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #history .cut-2-swiper-main-content-para-left p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #history .cut-2-swiper-main-content-para-left .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #history .cut-2-swiper-main-content-para-left h1 {
    font-size: 9.75vw;
  }
  #history .cut-2-swiper-main-content-para-left h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #history .cut-2-swiper-main-content-para-left p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #history .cut-2-swiper-main-content-para-left .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#history .cut-2-swiper-main-content-para-left h3 {
  margin-bottom: 1.25vw;
}
#history .cut-2-swiper-main-content-para-left p {
  padding-left: 0.5vw;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-main-content-para-left {
    width: 100%;
  }
  #history .cut-2-swiper-main-content-para-left h3 {
    margin-bottom: 3vw;
  }
}
#history .cut-2-swiper-content-para-dot-back {
  margin: auto;
  width: 6px;
  height: 100%;
  background-color: #efefef;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-content-para-dot-back {
    width: 4px;
    position: absolute;
    left: 9.75%;
    height: 103%;
    top: -2%;
  }
}
#history .cut-2-swiper-main-content-para-dot-inner {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  left: -14.6%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
@media all and (max-width: 1024px) {
  #history .cut-2-swiper-main-content-para-dot-inner {
    display: none;
  }
}
#history .cut-2-swiper-main-content-para-dot-inner-line {
  height: 100%;
  width: 6px;
  background-color: #d1af8b;
}
#history .cut-2-swiper-main-content-para-dot-inner-line-2 {
  width: 3.5vw;
  height: 1px;
  background-color: #d1af8b;
}
#history .cut-2-swiper-main-content-para-dot-inner-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d1af8b;
}
#history .dot-inner-inactive {
  display: none;
}
#history .cut-2-swiper-main-content-para-left:hover .cut-2-swiper-main-content-para-dot-inner {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1920px) {
  #history .cut-2-swiper-main-content-para-dot-inner {
    left: -14.75%;
  }
}
#history .cut-3 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 1024px) {
  #history .cut-3 {
    display: none;
  }
}
#history .right-bottom-fixed {
  bottom: 0;
  right: 0;
  width: 37vw;
  margin-bottom: -8vw;
  z-index: 1;
}
#history .right-bottom-fixed-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24vw;
  margin-bottom: -8vw;
  z-index: 0;
  filter: drop-shadow(1px 1px 1px black);
}
#history .left-middle-fixed {
  position: absolute;
  top: 47%;
  left: 0%;
  width: 20vw;
  filter: drop-shadow(1px 1px 1px black);
  z-index: -1;
}
#history .right-middle-fixed {
  position: absolute;
  top: 60%;
  right: 0%;
  width: 15vw;
  filter: drop-shadow(1px 1px 1px black);
  z-index: -1;
}
#history .cut-2-right-top-para-h1 {
  position: relative;
  overflow: hidden;
}
#history .cut-2-right-top-para-h1 div {
  animation-name: history_shine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left center;
}
@media all and (max-width: 1024px) {
  #history .cut-2-right-top-para-h1 {
    overflow: unset;
  }
}
@keyframes history_shine {
  0% {
    color: #19191a;
  }
  20% {
    color: rgb(201, 201, 0);
  }
  40% {
    color: #19191a;
  }
  100% {
    color: #19191a;
  }
}
#history .cut-2-to-top {
  width: 3vw;
  height: 3vw;
  position: sticky;
  top: 12vw;
}
@media all and (max-width: 1024px) {
  #history .cut-2-to-top {
    width: auto;
    height: auto;
  }
}
#history .to-top {
  display: block;
  width: 4vw;
  margin-top: 5vw;
  letter-spacing: 2px;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  #history .to-top {
    width: 11vw;
  }
}
@media all and (max-width: 500px) {
  #history .to-top {
    width: 15vw;
  }
}

.new_project-cut-1-left-fixed-img {
  position: absolute;
  bottom: -7vw;
  width: 80vw;
  left: -6vw;
  z-index: -1;
}

#new_project {
  padding-top: 4.5vw;
  position: relative;
}
#new_project .cut-1 {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1 {
    margin-top: 0;
    flex-direction: column;
  }
}
#new_project .cut-1-left {
  position: sticky;
  top: 5.2vw;
  height: 100%;
  margin-top: 1vw;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left {
    position: relative;
    top: unset;
  }
}
#new_project .cut-1-left-container {
  position: relative;
  height: 100%;
  width: 30.5vw;
}
@media screen and (max-width: 1920px) {
  #new_project .cut-1-left-container {
    width: 29vw;
  }
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left-container {
    width: 100%;
    margin-left: 0;
    margin-top: 0vw;
  }
}
#new_project .cut-1-left-fixed-img {
  position: absolute;
  top: 12vw;
  width: 26vw;
}
@media all and (max-width: 1600px) {
  #new_project .cut-1-left-banner img {
    height: 86vh;
  }
}
@media screen and (max-width: 1440px) {
  #new_project .cut-1-left-banner img {
    height: 87vh;
  }
}
@media screen and (max-width: 1370px) {
  #new_project .cut-1-left-banner img {
    height: 86vh;
  }
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left-banner {
    width: 90%;
  }
  #new_project .cut-1-left-banner img {
    width: 50%;
    height: auto;
  }
}
@media all and (max-width: 500px) {
  #new_project .cut-1-left-banner {
    width: 100%;
  }
  #new_project .cut-1-left-banner img {
    width: 50%;
    height: auto;
  }
}
#new_project .cut-1-left-para {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  line-height: 1;
  margin-left: 13vw;
  margin-top: 1vw;
}
#new_project .cut-1-left-para h1 {
  font-size: 9vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
#new_project .cut-1-left-para h4 {
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  font-size: 1.75vw;
  letter-spacing: 10px;
  margin-right: 2vw;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 22%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #new_project .cut-1-left-para h1 {
    font-size: 12vw;
  }
}
@media all and (max-width: 500px) {
  #new_project .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 27%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #new_project .cut-1-left-para h1 {
    font-size: 14vw;
  }
}
#new_project .cut-1-left-para-first {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 1vw;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left-para-first {
    width: 63%;
    gap: 0vw;
    margin-left: 13vw;
    padding-right: 5vw;
  }
  #new_project .cut-1-left-para-first h4 {
    position: relative;
    font-size: 4.5vw;
    width: auto;
    letter-spacing: 5px;
    margin-right: 0;
  }
}
@media all and (max-width: 500px) {
  #new_project .cut-1-left-para-first {
    width: 71%;
    gap: 0vw;
    margin-left: 13vw;
    padding-right: 0vw;
  }
  #new_project .cut-1-left-para-first h4 {
    position: relative;
    font-size: 5.5vw;
    width: auto;
    letter-spacing: 5px;
    margin-right: 0;
  }
}
#new_project .cut-1-left-para-line {
  width: 1px;
  height: 5vw;
  left: -1vw;
  position: relative;
  background-color: black;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left-para-line {
    top: 2vw;
    left: unset;
    width: 17vw;
    height: 1px;
  }
}
#new_project .cut-1-left-para-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left-para-second {
    width: 60%;
    gap: 0vw;
    margin-left: 10vw;
  }
  #new_project .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 5.5vw;
    width: 100%;
    padding-bottom: 1vw;
  }
}
@media all and (max-width: 500px) {
  #new_project .cut-1-left-para-second {
    width: 65%;
    gap: 0vw;
    margin-left: 10vw;
  }
  #new_project .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 5.5vw;
    width: 100%;
    padding-bottom: 1vw;
  }
}
#new_project .cut-1-left-para-line-second {
  width: 1px;
  height: 7vw;
  position: relative;
  background-color: black;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left-para-line-second {
    width: 100%;
    height: 1px;
    position: relative;
    background-color: black;
    margin-top: 3vw;
    margin-right: 3vw;
  }
}
@media all and (max-width: 500px) {
  #new_project .cut-1-left-para-line-second {
    width: 100%;
    height: 1px;
    position: relative;
    background-color: black;
    margin-top: 3vw;
    margin-right: 0vw;
  }
}
#new_project .cut-1-right {
  width: 29vw;
  margin-right: 12%;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
}
#new_project .cut-1-right-item-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 7vw;
  gap: 3vw;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-right-item-container {
    width: 75%;
    margin-top: 12vw;
    margin-bottom: 0vw;
  }
}
@media all and (max-width: 500px) {
  #new_project .cut-1-right-item-container {
    width: 85%;
    margin-top: 12vw;
    margin-bottom: 0vw;
  }
}
#new_project .cut-1-right-item {
  position: relative;
  width: 100%;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-right-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
#new_project .cut-1-right-item-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#new_project .cut-1-right-item-img a {
  display: block;
  width: 100%;
}
#new_project .cut-1-right-item-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transform: rotate(55deg) scale(2.5);
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-right-item-white {
    display: none;
  }
}
#new_project .cut-1-right-item:hover .cut-1-right-item-more {
  opacity: 1;
  transition: all 0.75s;
}
#new_project .cut-1-right-item-more {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  transition: all 0.75s;
}
#new_project .cut-1-right-item-more h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#new_project .cut-1-right-item-more h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#new_project .cut-1-right-item-more p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#new_project .cut-1-right-item-more .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-right-item-more h1 {
    font-size: 7.75vw;
  }
  #new_project .cut-1-right-item-more h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #new_project .cut-1-right-item-more p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #new_project .cut-1-right-item-more .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #new_project .cut-1-right-item-more h1 {
    font-size: 9.75vw;
  }
  #new_project .cut-1-right-item-more h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #new_project .cut-1-right-item-more p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #new_project .cut-1-right-item-more .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#new_project .cut-1-right-item-more h3 {
  font-size: 1.25vw;
  margin-bottom: 0.5vw;
  margin-top: 0.5vw;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-right-item-more h3 {
    margin-top: 2vw !important;
  }
}
#new_project .cut-1-right-item-more span {
  margin-bottom: 1.5vw;
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-right-item-more span {
    margin-bottom: 0vw;
    margin-top: 4vw;
    font-size: 3.5vw;
    border-bottom: 1px solid rgba(155, 155, 155, 0.5607843137);
    color: #9b9b9b;
  }
}
#new_project .cut-1-right-item-more p {
  margin-bottom: 2vw;
  font-family: "Microsoft JhengHei";
  color: white;
}
#new_project .cut-1-right-item-more a {
  text-decoration: none;
  font-size: 0.8vw;
  color: white;
  border: none;
  background-color: #ba9274;
  padding: 0.5vw 4.75vw;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-right-item-more {
    align-items: flex-start;
    opacity: 1;
    position: relative;
    color: black;
    background-color: transparent;
  }
  #new_project .cut-1-right-item-more h3 {
    width: 100%;
    font-size: 3.5vw;
    display: flex;
    align-items: center;
    margin-bottom: 0vw;
    margin-top: 5vw;
  }
  #new_project .cut-1-right-item-more h3 span {
    color: #666666;
    margin-left: 3vw;
    margin-right: 3vw;
    font-size: 3.5vw;
  }
  #new_project .cut-1-right-item-more p {
    font-size: 2.5vw;
    color: #666666;
    margin-bottom: 0;
    margin-top: 1vw;
  }
  #new_project .cut-1-right-item-more a {
    font-size: 2.75vw;
    padding: 1vw 5vw;
    margin-bottom: 4vw;
    margin-top: 1.5vw;
  }
}
@media all and (max-width: 500px) {
  #new_project .cut-1-right-item-more {
    align-items: flex-start;
    opacity: 1;
    position: relative;
    color: black;
    background-color: transparent;
  }
  #new_project .cut-1-right-item-more h3 {
    width: 100%;
    font-size: 4.5vw;
    display: flex;
    align-items: center;
    margin-bottom: 0vw;
    margin-top: 5vw;
  }
  #new_project .cut-1-right-item-more h3 span {
    color: #666666;
    margin-left: 3vw;
    margin-right: 3vw;
    font-size: 3.5vw;
  }
  #new_project .cut-1-right-item-more p {
    font-size: 3.5vw;
    color: #666666;
    margin-bottom: 0;
    margin-top: 1vw;
  }
  #new_project .cut-1-right-item-more a {
    font-size: 3.75vw;
    padding: 1vw 5vw;
    margin-bottom: 4vw;
  }
}
#new_project .cut-1-right-img {
  position: relative;
  top: 8vw;
}
#new_project .cut-1-right-img-1 {
  position: absolute;
  top: 13.5vw;
  width: 24vw;
  left: -10vw;
  z-index: 2;
  overflow: hidden;
}
#new_project .cut-1-right-img-2 {
  width: 38vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#new_project .cut-1-fixed-img {
  position: absolute;
  right: 0;
  top: 15vw;
  width: 21vw;
  filter: drop-shadow(1px 1px 1px black);
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-fixed-img {
    top: 35vw;
    width: 47vw;
  }
}
#new_project .cut-1-left-para-first-h1 {
  padding-left: 1vw;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left-para-first-h1 {
    padding-bottom: 2vw;
  }
}
#new_project .cut-1-left-para-second-h1,
#new_project .cut-1-left-para-second-h2,
#new_project .cut-1-left-para-first-h1,
#new_project .cut-1-left-para-first-h4 {
  position: relative;
  overflow: hidden;
}
#new_project .cut-1-left-para-second-h1 div,
#new_project .cut-1-left-para-second-h2 div,
#new_project .cut-1-left-para-first-h1 div,
#new_project .cut-1-left-para-first-h4 div {
  animation-name: new_project_shine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left center;
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left-para-second-h1,
  #new_project .cut-1-left-para-second-h2,
  #new_project .cut-1-left-para-first-h1,
  #new_project .cut-1-left-para-first-h4 {
    overflow: hidden;
  }
}
@media all and (max-width: 1024px) {
  #new_project .cut-1-left-para-second-h1 {
    width: 95%;
  }
}
#new_project .bottom-line {
  width: 100%;
  height: 1px;
  background-color: black;
  margin-top: 2vw;
}
@keyframes new_project_shine {
  0% {
    color: #000000;
  }
  20% {
    color: rgb(201, 201, 0);
  }
  40% {
    color: #000000;
  }
  100% {
    color: #000000;
  }
}

#footer {
  bottom: 0;
}

@media all and (max-width: 1024px) {
  .new_project-cut-1-left-fixed-img {
    position: absolute;
    bottom: 0;
    width: 62vw;
    filter: drop-shadow(1px 1px 1px black);
  }
}

#new_project-inner {
  position: relative;
}
#new_project-inner .cut-1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#new_project-inner .cut-1-title {
  display: flex;
  align-items: baseline;
  width: 80%;
  margin-top: 7vw;
  margin-bottom: 3vw;
}
#new_project-inner .cut-1-title h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#new_project-inner .cut-1-title h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#new_project-inner .cut-1-title p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#new_project-inner .cut-1-title .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-1-title h1 {
    font-size: 7.75vw;
  }
  #new_project-inner .cut-1-title h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #new_project-inner .cut-1-title p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #new_project-inner .cut-1-title .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .cut-1-title h1 {
    font-size: 9.75vw;
  }
  #new_project-inner .cut-1-title h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #new_project-inner .cut-1-title p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #new_project-inner .cut-1-title .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#new_project-inner .cut-1-title h3 {
  margin-bottom: 0;
  position: relative;
  bottom: 0.25vw;
  font-size: 1.5vw;
}
#new_project-inner .cut-1-title span {
  font-size: 1.75vw;
  margin-left: 1vw;
  margin-right: 1vw;
  position: relative;
  bottom: 0.25vw;
}
#new_project-inner .cut-1-title h1 {
  font-size: 3vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-1-title {
    width: 85%;
    margin-top: 20vw;
    margin-bottom: 7vw;
    justify-content: center;
  }
  #new_project-inner .cut-1-title h3 {
    font-size: 3.5vw;
  }
  #new_project-inner .cut-1-title h1 {
    font-size: 7.75vw;
  }
  #new_project-inner .cut-1-title span {
    font-size: 3.75vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .cut-1-title {
    width: 85%;
    margin-top: 20vw;
    margin-bottom: 7vw;
    justify-content: center;
  }
  #new_project-inner .cut-1-title h3 {
    font-size: 4.5vw;
  }
  #new_project-inner .cut-1-title h1 {
    font-size: 9.75vw;
  }
  #new_project-inner .cut-1-title span {
    font-size: 4.75vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
#new_project-inner .cut-1-big-pic {
  width: 80%;
  margin-bottom: 8vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-1-big-pic {
    width: 75%;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .cut-1-big-pic {
    width: 85%;
  }
}
#new_project-inner .cut-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#new_project-inner .cut-2-main {
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-main {
    width: 75%;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .cut-2-main {
    width: 85%;
    flex-direction: column-reverse;
  }
}
#new_project-inner .cut-2-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60%;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-left {
    width: 100%;
  }
}
#new_project-inner .cut-left-pic {
  width: 100%;
  margin-top: 0vw;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-left-pic {
    margin-top: 6vw;
  }
}
#new_project-inner .cut-left-pic:nth-child(n+2) {
  margin-top: 2vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-left-pic:nth-child(n+2) {
    margin-top: 6vw;
  }
}
#new_project-inner .cut-2-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 32%;
  position: sticky;
  top: 5vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-right {
    position: relative;
    width: 100%;
    margin-bottom: 5vw;
  }
}
#new_project-inner .cut-2-right-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
#new_project-inner .cut-2-right-top h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#new_project-inner .cut-2-right-top h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#new_project-inner .cut-2-right-top p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#new_project-inner .cut-2-right-top .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-right-top h1 {
    font-size: 7.75vw;
  }
  #new_project-inner .cut-2-right-top h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #new_project-inner .cut-2-right-top p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #new_project-inner .cut-2-right-top .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .cut-2-right-top h1 {
    font-size: 9.75vw;
  }
  #new_project-inner .cut-2-right-top h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #new_project-inner .cut-2-right-top p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #new_project-inner .cut-2-right-top .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#new_project-inner .cut-2-right-top h1 {
  font-size: 1.25vw;
  margin-bottom: 0.5vw;
  font-weight: 500;
  font-family: "Noto Serif TC", serif;
  color: #967659;
}
#new_project-inner .cut-2-right-top h2 {
  font-family: "Microsoft JhengHei";
  font-size: 1vw;
  font-weight: 400;
  color: #999999;
}
#new_project-inner .cut-2-right-top .line {
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-right-top {
    align-items: center;
    margin-bottom: 7vw;
  }
  #new_project-inner .cut-2-right-top h1 {
    font-size: 3.5vw;
    font-weight: 600;
    margin-bottom: 2vw;
  }
  #new_project-inner .cut-2-right-top h2 {
    font-size: 3vw;
  }
  #new_project-inner .cut-2-right-top .line {
    margin-bottom: 7vw;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .cut-2-right-top {
    align-items: center;
    margin-bottom: 7vw;
  }
  #new_project-inner .cut-2-right-top h1 {
    font-size: 4.5vw;
    font-weight: 600;
    margin-bottom: 2vw;
  }
  #new_project-inner .cut-2-right-top h2 {
    font-size: 4vw;
  }
  #new_project-inner .cut-2-right-top .line {
    margin-bottom: 7vw;
  }
}
#new_project-inner .cut-2-right-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: auto;
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-right-middle {
    width: 100%;
    display: none;
  }
}
#new_project-inner .cut-2-right-middle-line {
  width: 96.5%;
  height: 1px;
  background-color: #999999;
}
#new_project-inner .cut-2-right-middle-connect {
  display: flex;
  align-items: center;
}
#new_project-inner .cut-2-right-middle-connect-build,
#new_project-inner .cut-2-right-middle-connect-fb {
  display: flex;
  align-items: center;
  padding: 1vw;
  text-decoration: none;
  transition: all 0.5s;
}
#new_project-inner .cut-2-right-middle-connect-build p,
#new_project-inner .cut-2-right-middle-connect-fb p {
  font-size: 0.9vw;
  font-family: "Microsoft JhengHei";
  color: black;
  margin-left: 0.75vw;
  letter-spacing: 2px;
  transition: all 0.5s;
}
#new_project-inner .cut-2-right-middle-connect-line {
  width: 1px;
  height: 1.5vw;
  background-color: #999999;
}
#new_project-inner .cut-2-svg-build {
  width: 1.5vw;
  height: 1.5vw;
  -webkit-mask-image: url("../img/new_project-inner/new_Project-inner-pic-connect.png");
          mask-image: url("../img/new_project-inner/new_Project-inner-pic-connect.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #999999;
  transition: all 1s;
}
#new_project-inner .cut-2-right-middle-connect-build:hover {
  background-color: #ba9274;
  transition: all 0.5s;
}
#new_project-inner .cut-2-right-middle-connect-build:hover .cut-2-svg-build {
  background-color: white;
  transition: all 0.5s;
}
#new_project-inner .cut-2-right-middle-connect-build:hover p {
  color: white;
  transition: all 0.5s;
}
#new_project-inner .cut-2-svg-fb {
  width: 0.6vw;
  height: 1.5vw;
  -webkit-mask-image: url("../img/new_project-inner/new_Project-inner-pic-fb.png");
          mask-image: url("../img/new_project-inner/new_Project-inner-pic-fb.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #999999;
  transition: all 0.5s;
}
#new_project-inner .cut-2-right-middle-connect-fb:hover {
  background-color: #ba9274;
  transition: all 0.5s;
}
#new_project-inner .cut-2-right-middle-connect-fb:hover .cut-2-svg-fb {
  background-color: white;
  transition: all 0.5s;
}
#new_project-inner .cut-2-right-middle-connect-fb:hover p {
  color: white;
  transition: all 0.5s;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-right-bottom {
    width: 100%;
  }
}
#new_project-inner .cut-2-right-bottom-ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 112%;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-right-bottom-ul {
    width: 100%;
  }
}
#new_project-inner .cut-2-right-bottom-li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
}
#new_project-inner .cut-2-right-bottom-li-content {
  display: flex;
  align-items: center;
  width: 100%;
}
#new_project-inner .cut-2-right-bottom-li-content p {
  font-size: 0.9vw;
  font-family: "Microsoft JhengHei";
  letter-spacing: 2px;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-right-bottom-li-content {
    align-items: flex-start;
    line-height: 1.5;
  }
  #new_project-inner .cut-2-right-bottom-li-content p {
    font-size: 2.75vw;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .cut-2-right-bottom-li-content {
    align-items: flex-start;
    line-height: 1.5;
  }
  #new_project-inner .cut-2-right-bottom-li-content p {
    font-size: 3.75vw;
  }
}
@media all and (max-width: 1024px) {
  #new_project-inner .li-content-name {
    width: 22%;
  }
}
@media all and (max-width: 1024px) {
  #new_project-inner .li-content-des {
    width: 70%;
  }
}
#new_project-inner .cut-2-right-bottom-li-line {
  height: 1vw;
  width: 1px;
  background-color: black;
  margin-left: 0.75vw;
  margin-right: 0.75vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-right-bottom-li-line {
    height: 3.75vw;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 1.25vw;
  }
}
#new_project-inner .cut-2-right-bottom-li-under-line {
  width: 100%;
  height: 1px;
  margin-top: 1vw;
  margin-bottom: 1vw;
  background-color: #999999;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-2-right-bottom-li-under-line {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}
#new_project-inner .cut-3-container {
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
  margin: 0 auto;
  margin-top: 7vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-3-container {
    flex-direction: column-reverse;
    width: 75%;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .cut-3-container {
    flex-direction: column-reverse;
    width: 85%;
  }
}
#new_project-inner .cut-3-left {
  flex: 1 1 45%;
  width: 45%;
  height: 28vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-3-left {
    width: 100%;
    height: 60vw;
  }
}
#new_project-inner .cut-3-left iframe {
  width: 100%;
  height: 100%;
}
#new_project-inner .cut-3-right {
  flex: 1 1 50%;
  width: 50%;
}
#new_project-inner .cut-3-right h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .cut-3-right {
    width: 100%;
  }
  #new_project-inner .cut-3-right h3 {
    font-size: 2.75vw;
    text-align: center;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .cut-3-right {
    width: 100%;
  }
  #new_project-inner .cut-3-right h3 {
    font-size: 3.75vw;
    text-align: center;
  }
}
#new_project-inner .cut-form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 4vw;
}
#new_project-inner .form-input {
  display: flex;
  flex-direction: column;
  width: 94%;
  margin-top: 1vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .form-input {
    margin-top: 3vw;
  }
}
#new_project-inner .form-input-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#new_project-inner .form-input-main label {
  font-size: 0.9vw;
  font-family: "Noto Serif TC", serif;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 7%;
}
#new_project-inner .form-input-main input {
  border: none;
  font-size: 0.9vw;
  font-family: "Noto Serif TC", serif;
  width: 70%;
  letter-spacing: 2px;
  margin-left: 1vw;
}
#new_project-inner .form-input-main textarea {
  border: none;
  resize: none;
  font-size: 0.9vw;
  font-family: "Noto Serif TC", serif;
  width: 100%;
  margin-top: 1vw;
  letter-spacing: 2px;
}
@media all and (max-width: 1024px) {
  #new_project-inner .form-input-main label {
    font-size: 2.75vw;
    font-family: "Noto Serif TC", serif;
    -moz-text-align-last: justify;
         text-align-last: justify;
    width: 12%;
  }
  #new_project-inner .form-input-main input {
    border: none;
    font-size: 2.75vw;
    font-family: "Noto Serif TC", serif;
    width: 70%;
    margin-left: 3vw;
  }
  #new_project-inner .form-input-main textarea {
    border: none;
    resize: none;
    font-size: 2.75vw;
    font-family: "Noto Serif TC", serif;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .form-input-main label {
    font-size: 3.75vw;
    font-family: "Noto Serif TC", serif;
    -moz-text-align-last: justify;
         text-align-last: justify;
    width: 14%;
  }
  #new_project-inner .form-input-main input {
    border: none;
    font-size: 3.75vw;
    font-family: "Noto Serif TC", serif;
    width: 70%;
  }
  #new_project-inner .form-input-main textarea {
    border: none;
    resize: none;
    font-size: 3.75vw;
    font-family: "Noto Serif TC", serif;
    width: 100%;
  }
}
#new_project-inner .form-input-line {
  width: 100%;
  height: 1px;
  background-color: #999999;
  margin-top: 1vw;
}
@media all and (max-width: 1024px) {
  #new_project-inner .form-input-line {
    margin-top: 3vw;
  }
}
#new_project-inner .form-button {
  background-color: #ba9274;
  color: white;
  font-size: 0.9vw;
  padding: 0.5vw 5vw;
  margin: 0 auto;
  margin-top: 2vw;
  border: none;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  #new_project-inner .form-button {
    font-size: 2.75vw;
    padding: 1vw 11vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
@media all and (max-width: 500px) {
  #new_project-inner .form-button {
    font-size: 3.75vw;
    padding: 1.5vw 15vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
#new_project-inner .left-fixed-img {
  position: absolute;
  left: 0;
  top: 12vw;
  width: 27vw;
  z-index: -1;
}
#new_project-inner .right-fixed-img {
  position: absolute;
  right: 0;
  bottom: 7vw;
  width: 20vw;
  z-index: -1;
}

#renew {
  padding-top: 4.5vw;
}
#renew a {
  text-decoration: none;
}
#renew .cut-1 {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #renew .cut-1 {
    margin-top: 0;
  }
}
#renew .cut-1-left {
  position: relative;
  height: 100%;
  margin-top: 1vw;
}
@media all and (max-width: 1024px) {
  #renew .cut-1-left {
    width: 100%;
  }
}
#renew .cut-1-left-banner {
  width: 30.5vw;
}
@media screen and (max-width: 1920px) {
  #renew .cut-1-left-banner {
    width: 29vw;
  }
}
@media all and (max-width: 1024px) {
  #renew .cut-1-left-banner {
    width: 100%;
  }
  #renew .cut-1-left-banner img {
    width: 50%;
    height: auto;
  }
}
#renew .cut-1-left-para {
  position: absolute;
  top: 0;
  writing-mode: vertical-rl;
  line-height: 1;
  margin-left: 14vw;
  margin-top: 1vw;
}
#renew .cut-1-left-para h1 {
  font-size: 9vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
#renew .cut-1-left-para h4 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.5vw;
  font-weight: 500;
  letter-spacing: 5px;
}
@media all and (max-width: 1024px) {
  #renew .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 27%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #renew .cut-1-left-para h1 {
    font-size: 14vw;
  }
}
#renew .cut-1-left-para-first {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 1vw;
}
@media all and (max-width: 1024px) {
  #renew .cut-1-left-para-first {
    width: 65%;
    gap: 2vw;
    margin-left: 10vw;
  }
}
#renew .cut-1-left-para-line {
  width: 1px;
  height: 5vw;
  left: -1vw;
  position: relative;
  background-color: black;
  display: none;
}
@media all and (max-width: 1024px) {
  #renew .cut-1-left-para-line {
    display: block;
    top: 2vw;
    left: unset;
    width: 17vw;
    height: 1px;
  }
}
#renew .cut-1-left-para-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
}
@media all and (max-width: 1024px) {
  #renew .cut-1-left-para-second {
    width: 65%;
    gap: 6vw;
    margin-left: 10vw;
  }
  #renew .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 5.5vw;
    width: 100%;
    padding-bottom: 1vw;
  }
  #renew .cut-1-left-para-second > h4::after {
    content: "";
    position: absolute;
    bottom: -30%;
    height: 1px;
    width: 100%;
    background-color: black;
    left: 0;
  }
}
#renew .cut-1-left-para-line-second {
  width: 1px;
  height: 7vw;
  position: relative;
  background-color: black;
}
#renew .cut-2 {
  position: relative;
  margin-bottom: 20vw;
}
#renew .cut-2-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
  gap: 15vw 5vw;
  margin-top: -15vw;
}
@media all and (max-width: 1024px) {
  #renew .cut-2-container {
    flex-direction: column;
    margin-top: 0vw;
  }
}
#renew .cut-2-item {
  width: 35vw;
  position: relative;
}
@media all and (max-width: 1024px) {
  #renew .cut-2-item {
    width: 100%;
  }
}
#renew .cut-2-item-content {
  position: absolute;
  top: 14vw;
  right: -8vw;
  padding: 1.5vw 1.5vw 1vw 1.5vw;
  width: 26vw;
  background-color: white;
  border: 1px solid #d0b18d;
  z-index: 1;
}
#renew .cut-2-item-content h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#renew .cut-2-item-content h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#renew .cut-2-item-content p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#renew .cut-2-item-content .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #renew .cut-2-item-content h1 {
    font-size: 7.75vw;
  }
  #renew .cut-2-item-content h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #renew .cut-2-item-content p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #renew .cut-2-item-content .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #renew .cut-2-item-content h1 {
    font-size: 9.75vw;
  }
  #renew .cut-2-item-content h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #renew .cut-2-item-content p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #renew .cut-2-item-content .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#renew .cut-2-item-content h1 {
  font-size: 1.25vw;
  margin-bottom: 1vw;
  font-family: "Noto Serif TC", serif;
  color: black;
}
#renew .cut-2-item-content h3 {
  font-family: "Microsoft JhengHei";
  color: #666666;
}
#renew .cut-2-item-content p {
  color: black;
}
#renew .cut-2-item-content .line {
  margin-top: 2vw;
  margin-bottom: 2vw;
}
@media all and (max-width: 1024px) {
  #renew .cut-2-item-content {
    position: relative;
    display: block;
    width: 100%;
    right: unset;
    top: unset;
    padding: 4vw;
  }
  #renew .cut-2-item-content h1 {
    font-size: 4.25vw;
    font-weight: 600;
    margin-bottom: 2vw;
  }
  #renew .cut-2-item-content h3 {
    font-weight: 400;
    font-size: 4vw;
    color: #666666;
    margin-bottom: 0;
  }
  #renew .cut-2-item-content .line {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
#renew .load-more {
  text-align: center;
  margin-top: 16vw;
}
#renew .load-more button {
  font-size: 0.9vw;
  padding: 0.5vw 4vw;
  border: 1px solid #d0b18d;
  color: #d0b18d;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  #renew .load-more {
    margin-top: 15vw;
    margin-bottom: -10vw;
  }
  #renew .load-more button {
    font-size: 3.75vw;
    padding: 3vw 14vw;
  }
}

.renew-right-fixed-L {
  position: absolute;
  width: 37vw;
  right: 0;
  bottom: 0;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  .renew-right-fixed-L {
    display: none;
  }
}

#renew-inner .cut-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#renew-inner .cut-1-title {
  display: flex;
  align-items: baseline;
  width: 80%;
  margin-top: 7vw;
  margin-bottom: 3vw;
}
#renew-inner .cut-1-title h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#renew-inner .cut-1-title h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#renew-inner .cut-1-title p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#renew-inner .cut-1-title .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-1-title h1 {
    font-size: 7.75vw;
  }
  #renew-inner .cut-1-title h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #renew-inner .cut-1-title p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #renew-inner .cut-1-title .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #renew-inner .cut-1-title h1 {
    font-size: 9.75vw;
  }
  #renew-inner .cut-1-title h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #renew-inner .cut-1-title p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #renew-inner .cut-1-title .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#renew-inner .cut-1-title h3 {
  margin-bottom: 0;
  position: relative;
  bottom: 0.25vw;
  font-size: 1.5vw;
}
#renew-inner .cut-1-title h1 {
  font-size: 3vw;
}
#renew-inner .cut-1-title span {
  font-size: 1.75vw;
  margin-left: 1vw;
  margin-right: 1vw;
  position: relative;
  bottom: 0.25vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-1-title {
    width: 85%;
    margin-top: 20vw;
    margin-bottom: 7vw;
    justify-content: center;
  }
  #renew-inner .cut-1-title h3 {
    font-size: 4.5vw;
  }
  #renew-inner .cut-1-title span {
    font-size: 4.75vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  #renew-inner .cut-1-title h1 {
    font-size: 9.75vw;
  }
}
#renew-inner .cut-1-subtitle {
  display: flex;
  align-items: center;
  width: 80%;
  margin-bottom: 3vw;
}
#renew-inner .cut-1-subtitle .vertical-line {
  background-color: black;
  width: 1px;
  height: 1.15vw;
  margin-right: 0.75vw;
}
#renew-inner .cut-1-subtitle .horizontal-line {
  width: 10vw;
  height: 1px;
  background-color: black;
}
#renew-inner .cut-1-subtitle h3 {
  font-size: 1.5vw;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 2px;
  margin-right: 1vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-1-subtitle {
    display: none;
  }
}
#renew-inner .cut-1-pic {
  position: relative;
  width: 80%;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-1-pic {
    width: 85%;
  }
}
#renew-inner .cut-1-pic-main {
  width: 87%;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-1-pic-main {
    width: 100%;
  }
}
#renew-inner .cut-1-pic-para {
  position: absolute;
  background-color: #a59481;
  width: 38%;
  right: 0;
  bottom: 0;
  padding: 3vw 4vw;
}
#renew-inner .cut-1-pic-para h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#renew-inner .cut-1-pic-para h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#renew-inner .cut-1-pic-para p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#renew-inner .cut-1-pic-para .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-1-pic-para h1 {
    font-size: 7.75vw;
  }
  #renew-inner .cut-1-pic-para h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #renew-inner .cut-1-pic-para p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #renew-inner .cut-1-pic-para .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #renew-inner .cut-1-pic-para h1 {
    font-size: 9.75vw;
  }
  #renew-inner .cut-1-pic-para h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #renew-inner .cut-1-pic-para p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #renew-inner .cut-1-pic-para .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#renew-inner .cut-1-pic-para .cut-1-pic-para-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#renew-inner .cut-1-pic-para .cut-1-pic-para-title h1 {
  font-size: 1.5vw;
  color: white;
  letter-spacing: 2px;
  font-family: "Noto Serif TC", serif;
}
#renew-inner .cut-1-pic-para .cut-1-pic-para-title span {
  font-size: 0.9vw;
  color: #a59481;
  background-color: white;
  padding: 0.25vw 2vw;
  letter-spacing: 2px;
}
#renew-inner .cut-1-pic-para .line {
  background-color: white;
  width: 3.5vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
#renew-inner .cut-1-pic-para p {
  color: white;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-1-pic-para {
    position: relative;
    width: 100%;
    padding: 6vw 5vw;
  }
  #renew-inner .cut-1-pic-para .cut-1-pic-para-title {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  #renew-inner .cut-1-pic-para .cut-1-pic-para-title h1 {
    font-size: 5.5vw;
  }
  #renew-inner .cut-1-pic-para .cut-1-pic-para-title span {
    font-size: 4vw;
    margin-top: 3vw;
  }
  #renew-inner .cut-1-pic-para .line {
    display: none;
  }
  #renew-inner .cut-1-pic-para p {
    margin-top: 7vw;
  }
}
#renew-inner .cut-2-container {
  margin: 0 auto;
  width: 80%;
}
#renew-inner .cut-2-item {
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 7vw;
}
#renew-inner .cut-2-item h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#renew-inner .cut-2-item h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#renew-inner .cut-2-item p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#renew-inner .cut-2-item .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-2-item h1 {
    font-size: 7.75vw;
  }
  #renew-inner .cut-2-item h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #renew-inner .cut-2-item p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #renew-inner .cut-2-item .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #renew-inner .cut-2-item h1 {
    font-size: 9.75vw;
  }
  #renew-inner .cut-2-item h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #renew-inner .cut-2-item p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #renew-inner .cut-2-item .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#renew-inner .cut-2-item h1 {
  font-size: 1.25vw;
  font-family: "Noto Serif TC", serif;
  position: relative;
  margin-bottom: 1.5vw;
  letter-spacing: 2px;
}
#renew-inner .cut-2-item h1::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  background-color: #b69272;
  top: 0.65vw;
  left: -2vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-2-item {
    width: 85%;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 0vw 6vw;
  }
  #renew-inner .cut-2-item h1 {
    font-size: 4.25vw;
    margin-bottom: 4vw;
  }
  #renew-inner .cut-2-item h1::after {
    top: 1.75vw;
    left: -5vw;
  }
}
#renew-inner .cut-2-item-left {
  margin-left: 2vw;
  width: 50%;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-2-item-left {
    width: 100%;
    margin-left: 0vw;
  }
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-2-item-info {
    width: 100%;
    margin-top: 8vw;
  }
}
#renew-inner .cut-2-item-download {
  margin-top: 5vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-2-item-download {
    width: 100%;
  }
}
#renew-inner .cut-2-item-right {
  padding-left: 5vw;
  width: 30%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-2-item-right {
    width: 100%;
    padding-left: 0vw;
    margin-top: 5vw;
  }
}
#renew-inner .cut-2-imple {
  display: flex;
  align-items: center;
}
#renew-inner .info {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  #renew-inner .info {
    display: block;
  }
  #renew-inner .info > p:nth-child(1) {
    float: left;
    font-weight: 600;
  }
}
#renew-inner .download {
  display: flex;
  align-items: center;
}
#renew-inner .download a {
  font-family: "Microsoft JhengHei";
  text-decoration: none;
  color: white;
  background-color: #b69272;
  font-size: 0.7vw;
  padding: 0.075vw 0.25vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .download {
    flex-wrap: wrap;
  }
  #renew-inner .download a {
    font-size: 3.25vw;
    padding: 0.25vw 1vw;
    margin-left: 4vw;
    margin-top: 2vw;
  }
}
#renew-inner .cut-2-item-download-main {
  height: 18vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-2-item-download-main {
    height: auto;
  }
}
#renew-inner .download-content {
  margin-left: 1vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .download-content {
    width: 100%;
    margin-left: 0vw;
    margin-top: 0vw;
    order: 5;
  }
}
@media all and (max-width: 1024px) {
  #renew-inner .download-time {
    margin-top: 2vw;
  }
}
#renew-inner .pagination {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  #renew-inner .pagination {
    justify-content: center;
    margin-top: 5vw;
  }
}
#renew-inner .left-arrow,
#renew-inner .right-arrow {
  width: 2vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  #renew-inner .left-arrow,
  #renew-inner .right-arrow {
    width: 9vw;
  }
}
#renew-inner .left-arrow {
  margin-right: 0.75vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .left-arrow {
    margin-right: 3.75vw;
  }
}
#renew-inner .right-arrow {
  margin-left: 0.75vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .right-arrow {
    margin-left: 3.75vw;
  }
}
#renew-inner .page-number-container {
  display: flex;
  align-items: center;
}
#renew-inner .page-number {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #a3a3a3;
  margin: 0 0.25vw;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  #renew-inner .page-number {
    font-size: 3.75vw;
    margin: 0 1.25vw;
  }
}
#renew-inner .page-number-active {
  color: #7c573d;
}
#renew-inner .cut-3-container {
  width: 67%;
  margin: 0 auto;
  margin-top: 7vw;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-3-container {
    width: 85%;
    margin-top: 10vw;
  }
}
#renew-inner .swiper-button-next,
#renew-inner .swiper-button-prev {
  width: 2.5vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .swiper-button-next,
  #renew-inner .swiper-button-prev {
    width: 7vw;
  }
}
#renew-inner .swiper-pagination-bullet-active {
  background-color: white !important;
}
#renew-inner .cut-4-container {
  width: 67%;
  margin: 0 auto;
  margin-top: 7vw;
}
#renew-inner .cut-4-container h1 {
  font-size: 1.25vw;
  font-family: "Noto Serif TC", serif;
  position: relative;
  margin-bottom: 1.5vw;
  margin-left: 2vw;
}
#renew-inner .cut-4-container h1::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  background-color: #b69272;
  top: 0.65vw;
  left: -2vw;
}
@media all and (max-width: 1024px) {
  #renew-inner .cut-4-container {
    width: 85%;
    margin-top: 10vw;
  }
  #renew-inner .cut-4-container h1 {
    padding-left: 4vw;
    font-size: 4.25vw;
    margin-bottom: 5vw;
    margin-left: 2vw;
  }
  #renew-inner .cut-4-container h1::after {
    content: "";
    top: 1.75vw;
  }
}

#last-news {
  position: relative;
  padding-top: 4.5vw;
}
#last-news .cut-1 {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #last-news .cut-1 {
    margin-top: 0;
    flex-direction: column;
  }
}
#last-news .cut-1-left {
  top: 4vw;
  height: 100%;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-left {
    position: relative;
    top: unset;
  }
}
#last-news .cut-1-left-container {
  position: relative;
  height: 100%;
  margin-top: 1vw;
  margin-left: 0vw;
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-left-container {
    margin-left: 0;
  }
}
#last-news .cut-1-left-fixed-img {
  position: absolute;
  top: 12vw;
  width: 26vw;
}
#last-news .cut-1-left-banner {
  width: 30.5vw;
}
@media screen and (max-width: 1920px) {
  #last-news .cut-1-left-banner {
    width: 29vw;
  }
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-left-banner {
    width: 90%;
  }
  #last-news .cut-1-left-banner img {
    width: 50%;
    height: auto;
  }
}
@media all and (max-width: 500px) {
  #last-news .cut-1-left-banner {
    width: 100%;
  }
}
#last-news .cut-1-left-para {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  line-height: 1;
  margin-left: 14vw;
  margin-top: 1vw;
}
#last-news .cut-1-left-para h1 {
  font-size: 9vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
#last-news .cut-1-left-para h4 {
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  font-size: 1.75vw;
  letter-spacing: 10px;
  margin-right: 2vw;
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 22%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #last-news .cut-1-left-para h1 {
    font-size: 12vw;
  }
}
@media all and (max-width: 500px) {
  #last-news .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 27%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #last-news .cut-1-left-para h1 {
    font-size: 14vw;
  }
}
#last-news .cut-1-left-para-first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  gap: 1vw;
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-left-para-first {
    justify-content: space-between;
    width: 60%;
    gap: 0vw;
    margin-left: 10vw;
  }
  #last-news .cut-1-left-para-first h4 {
    position: relative;
    font-size: 4.5vw;
    letter-spacing: 3px;
    margin-right: 0;
    width: 45%;
  }
}
@media all and (max-width: 500px) {
  #last-news .cut-1-left-para-first {
    justify-content: space-between;
    width: 65%;
    gap: 0vw;
    margin-left: 10vw;
  }
  #last-news .cut-1-left-para-first h4 {
    position: relative;
    font-size: 5.5vw;
    letter-spacing: 3px;
    margin-right: 0;
    width: 45%;
  }
}
#last-news .cut-1-left-para-second-h1,
#last-news .cut-1-left-para-second-h4,
#last-news .cut-1-left-para-first-h1,
#last-news .cut-1-left-para-first-h4 {
  position: relative;
  overflow: hidden;
}
#last-news .cut-1-left-para-second-h1 div,
#last-news .cut-1-left-para-second-h4 div,
#last-news .cut-1-left-para-first-h1 div,
#last-news .cut-1-left-para-first-h4 div {
  animation-name: last_shine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left center;
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-left-para-second-h1,
  #last-news .cut-1-left-para-second-h4,
  #last-news .cut-1-left-para-first-h1,
  #last-news .cut-1-left-para-first-h4 {
    overflow: hidden;
  }
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-left-para-first-h4 {
    margin-top: 2vw;
  }
}
@keyframes last_shine {
  0% {
    color: black;
  }
  20% {
    color: rgb(201, 201, 0);
  }
  40% {
    color: black;
  }
  100% {
    color: black;
  }
}
#last-news .cut-1-left-para-line {
  width: 1px;
  height: 8vw;
  position: relative;
  background-color: black;
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-left-para-line {
    top: 2vw;
    left: unset;
    width: 17vw;
    height: 1px;
  }
}
#last-news .cut-1-left-para-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-left-para-second {
    width: 60%;
    gap: 0vw;
    margin-left: 10vw;
  }
  #last-news .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 4.5vw;
    width: 100%;
    padding-bottom: 1vw;
  }
}
@media all and (max-width: 500px) {
  #last-news .cut-1-left-para-second {
    width: 65%;
    gap: 0vw;
    margin-left: 10vw;
  }
  #last-news .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 5.5vw;
    width: 100%;
    padding-bottom: 1vw;
  }
}
#last-news .cut-1-left-para-line-second {
  width: 1px;
  height: 7vw;
  position: relative;
  background-color: black;
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-left-para-line-second {
    width: 47%;
    height: 1px;
    position: relative;
    background-color: black;
  }
}
#last-news .cut-1-right-img {
  position: relative;
  top: 8vw;
}
#last-news .cut-1-fixed-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 17vw;
  filter: drop-shadow(1px 1px 1px black);
}
@media all and (max-width: 1024px) {
  #last-news .cut-1-fixed-img {
    top: 48vw;
    width: 46vw;
  }
}
#last-news .bottom-line {
  width: 100%;
  height: 1px;
  background-color: black;
  margin-top: 2vw;
}
#last-news .cut-2 {
  position: relative;
  margin-bottom: 14vw;
  margin-top: -19.8vw;
}
@media screen and (max-width: 1920px) {
  #last-news .cut-2 {
    margin-top: -19.8vw;
  }
}
@media screen and (max-width: 1366px) {
  #last-news .cut-2 {
    margin-top: -21.6vw;
  }
}
@media all and (max-width: 1024px) {
  #last-news .cut-2 {
    margin-top: -21.6vw;
  }
}
@media all and (max-width: 1024px) {
  #last-news .cut-2 {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
#last-news .cut-2-left-fixed-img {
  position: absolute;
  left: 0;
  top: 16vw;
  width: 28vw;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-left-fixed-img {
    display: none;
  }
}
#last-news .cut-2-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-container {
    overflow: hidden;
  }
}
#last-news .cut-2-news-line {
  position: absolute;
  width: 10px;
  bottom: 0;
  top: 0;
  background-color: #efefef;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-line {
    display: none;
  }
}
#last-news .cut-2-news-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70%;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-main {
    width: 75%;
  }
}
@media all and (max-width: 500px) {
  #last-news .cut-2-news-main {
    width: 85%;
  }
}
#last-news .cut-2-news-item {
  width: 29vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item {
    width: 100%;
    margin-top: 12vw;
  }
}
#last-news .cut-2-news-item-img {
  width: 100%;
  position: relative;
}
#last-news .cut-2-news-item-img::after {
  content: "";
  position: absolute;
  background-color: #d1af8b;
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
  margin-left: -20.6%;
}
@media screen and (max-width: 1920px) {
  #last-news .cut-2-news-item-img::after {
    margin-left: -20.6%;
  }
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item-img::after {
    display: none;
  }
}
#last-news .cut-2-news-item-img-pic {
  position: relative;
  overflow: hidden;
  height: 19.3vw;
}
#last-news .cut-2-news-item-img-pic > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item-img-pic {
    height: auto;
  }
}
#last-news .cut-2-news-item-img-pic-ani-white {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transform: rotate(55deg) scale(2.5);
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item-img-pic-ani-white {
    display: none;
  }
}
#last-news .cut-2-news-item:nth-child(n+2) {
  margin-top: -6vw;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item:nth-child(n+2) {
    margin-top: 12vw;
  }
}
#last-news .cut-2-news-item:nth-of-type(odd) {
  align-self: flex-end;
}
#last-news .cut-2-news-item:nth-of-type(even) {
  align-self: flex-start;
}
#last-news .cut-2-news-item:nth-of-type(even) .cut-2-news-item-img {
  width: 100%;
  position: relative;
}
#last-news .cut-2-news-item:nth-of-type(even) .cut-2-news-item-img::after {
  content: "";
  position: absolute;
  background-color: #d1af8b;
  width: 10px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: unset;
  opacity: 0;
  transition: all 0.5s;
  margin-left: unset;
  margin-right: -20.6%;
}
@media screen and (max-width: 1920px) {
  #last-news .cut-2-news-item:nth-of-type(even) .cut-2-news-item-img::after {
    margin-right: -20.6%;
  }
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item:nth-of-type(even) .cut-2-news-item-img::after {
    display: none;
  }
}
#last-news .cut-2-news-item:nth-of-type(even) .cut-2-news-item-img:hover::after {
  opacity: 1;
  transition: all 0.5s;
}
#last-news .cut-2-news-item:nth-of-type(even) .cut-2-news-item-img:hover .cut-2-news-item-img-back {
  opacity: 1;
  transition: all 0.5s;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item:nth-of-type(even) .cut-2-news-item-img:hover::after {
    opacity: 0;
    transition: all 0.5s;
  }
  #last-news .cut-2-news-item:nth-of-type(even) .cut-2-news-item-img:hover .cut-2-news-item-img-back {
    opacity: 0;
    transition: all 0.5s;
  }
}
#last-news .cut-2-news-item-img-back {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  opacity: 0;
  transition: all 0.5s;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item-img-back {
    background-color: transparent;
  }
}
#last-news .cut-2-news-item-img-back-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  width: 6vw;
  height: 6vw;
  color: white;
  border-radius: 50%;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item-img-back-circle {
    display: none;
  }
}
#last-news .cut-2-news-item-img:hover::after {
  opacity: 1;
  transition: all 0.5s;
}
#last-news .cut-2-news-item-img:hover .cut-2-news-item-img-back {
  opacity: 1;
  transition: all 0.5s;
}
#last-news .cut-2-news-item-para {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 2vw;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item-para {
    margin-top: 5vw;
  }
}
#last-news .cut-2-news-item-para-time {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3vw;
  color: #999999;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item-para-time {
    font-size: 3.5vw;
  }
}
@media all and (max-width: 500px) {
  #last-news .cut-2-news-item-para-time {
    font-size: 4.5vw;
  }
}
#last-news .cut-2-news-item-para-title {
  font-family: "Noto Serif TC", serif;
  font-size: 1.25vw;
  font-weight: 500;
  margin-top: 1vw;
  letter-spacing: 2px;
}
@media all and (max-width: 1024px) {
  #last-news .cut-2-news-item-para-title {
    font-size: 3.5vw;
    margin-top: 4vw;
  }
}
@media all and (max-width: 500px) {
  #last-news .cut-2-news-item-para-title {
    font-size: 4.5vw;
    margin-top: 4vw;
  }
}
#last-news .load-more {
  text-align: center;
  margin-top: 8vw;
}
#last-news .load-more button {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  letter-spacing: 2px;
  padding: 0.5vw 4vw;
  border: 1px solid #d0b18d;
  color: #d0b18d;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  #last-news .load-more {
    margin-top: 15vw;
    margin-bottom: 0vw;
  }
  #last-news .load-more button {
    font-size: 3.75vw;
    padding: 3vw 14vw;
  }
}

.last-news-right-fixed-L {
  position: absolute;
  width: 43vw;
  right: 0;
  bottom: 0;
  margin-bottom: 3vw;
}
.last-news-right-fixed-L img {
  height: 23vw;
}
@media all and (max-width: 1024px) {
  .last-news-right-fixed-L {
    display: none;
  }
}

.last-news-right-fixed-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
  z-index: 0;
  filter: drop-shadow(1px 1px 1px black);
  z-index: -1;
}
@media all and (max-width: 1024px) {
  .last-news-right-fixed-line {
    display: none;
  }
}

#last-news-inner {
  position: relative;
}
#last-news-inner .cut-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#last-news-inner .cut-1-title {
  display: flex;
  align-items: baseline;
  width: 80%;
  margin-top: 7vw;
  margin-bottom: 3vw;
}
#last-news-inner .cut-1-title h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#last-news-inner .cut-1-title h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#last-news-inner .cut-1-title p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#last-news-inner .cut-1-title .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-1-title h1 {
    font-size: 7.75vw;
  }
  #last-news-inner .cut-1-title h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #last-news-inner .cut-1-title p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #last-news-inner .cut-1-title .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .cut-1-title h1 {
    font-size: 9.75vw;
  }
  #last-news-inner .cut-1-title h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #last-news-inner .cut-1-title p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #last-news-inner .cut-1-title .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#last-news-inner .cut-1-title h3 {
  margin-bottom: 0;
  position: relative;
  bottom: 0.25vw;
  font-size: 1.5vw;
}
#last-news-inner .cut-1-title span {
  font-size: 1.75vw;
  margin-left: 1vw;
  margin-right: 1vw;
  position: relative;
  bottom: 0.25vw;
}
#last-news-inner .cut-1-title h1 {
  font-size: 3vw;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-1-title {
    width: 75%;
    margin-top: 20vw;
    margin-bottom: 7vw;
    justify-content: center;
  }
  #last-news-inner .cut-1-title h1 {
    font-size: 7.75vw;
  }
  #last-news-inner .cut-1-title h3 {
    font-size: 3.5vw;
  }
  #last-news-inner .cut-1-title span {
    font-size: 4.75vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .cut-1-title {
    width: 85%;
    margin-top: 20vw;
    margin-bottom: 7vw;
    justify-content: center;
  }
  #last-news-inner .cut-1-title h1 {
    font-size: 9.75vw;
  }
  #last-news-inner .cut-1-title h3 {
    font-size: 4.5vw;
  }
  #last-news-inner .cut-1-title span {
    font-size: 4.75vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
#last-news-inner .cut-1-pic {
  position: relative;
  width: 80%;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-1-pic {
    width: 75%;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .cut-1-pic {
    width: 85%;
  }
}
#last-news-inner .cut-1-pic-main {
  width: 87%;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-1-pic-main {
    width: 100%;
  }
}
#last-news-inner .cut-2-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-top: 4vw;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-2-top {
    width: 75%;
    margin-top: 7vw;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .cut-2-top {
    width: 85%;
    margin-top: 7vw;
  }
}
#last-news-inner .cut-2-top-left h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#last-news-inner .cut-2-top-left h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#last-news-inner .cut-2-top-left p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#last-news-inner .cut-2-top-left .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-2-top-left h1 {
    font-size: 7.75vw;
  }
  #last-news-inner .cut-2-top-left h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #last-news-inner .cut-2-top-left p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #last-news-inner .cut-2-top-left .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .cut-2-top-left h1 {
    font-size: 9.75vw;
  }
  #last-news-inner .cut-2-top-left h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #last-news-inner .cut-2-top-left p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #last-news-inner .cut-2-top-left .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#last-news-inner .cut-2-top-left h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3vw;
  color: #999999;
  letter-spacing: 0px;
}
#last-news-inner .cut-2-top-left h1 {
  font-size: 1.25vw;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
}
#last-news-inner .cut-2-top-left .line {
  margin-top: 2vw;
  margin-bottom: 4vw;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-2-top-left h3 {
    font-size: 3.5vw;
    text-align: center;
  }
  #last-news-inner .cut-2-top-left h1 {
    font-size: 3.5vw;
    text-align: center;
  }
  #last-news-inner .cut-2-top-left .line {
    margin: 0 auto;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .cut-2-top-left h3 {
    font-size: 4.5vw;
    text-align: center;
  }
  #last-news-inner .cut-2-top-left h1 {
    font-size: 4.5vw;
    text-align: center;
  }
  #last-news-inner .cut-2-top-left .line {
    margin: 0 auto;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#last-news-inner .cut-2-top-right {
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
}
#last-news-inner .cut-2-top-right p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  letter-spacing: 2px;
  margin-right: 1vw;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-2-top-right {
    display: none;
  }
}
#last-news-inner .cut-2-top-right-connect {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15%;
  width: 4.5vw;
}
#last-news-inner .cut-2-top-right-fb {
  width: 0.5vw;
}
#last-news-inner .cut-2-top-right-ig {
  width: 1vw;
}
#last-news-inner .cut-2-top-right-line {
  width: 1vw;
}
#last-news-inner .cut-2-content {
  width: 80%;
  margin: 0 auto;
}
#last-news-inner .cut-2-content h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#last-news-inner .cut-2-content h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#last-news-inner .cut-2-content p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#last-news-inner .cut-2-content .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-2-content h1 {
    font-size: 7.75vw;
  }
  #last-news-inner .cut-2-content h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #last-news-inner .cut-2-content p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #last-news-inner .cut-2-content .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .cut-2-content h1 {
    font-size: 9.75vw;
  }
  #last-news-inner .cut-2-content h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #last-news-inner .cut-2-content p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #last-news-inner .cut-2-content .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#last-news-inner .cut-2-content ul {
  list-style: none;
}
#last-news-inner .cut-2-content h3 {
  font-family: "Noto Serif TC", serif;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-2-content {
    width: 75%;
  }
  #last-news-inner .cut-2-content h3 {
    text-align: center;
    line-height: 1.8;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .cut-2-content {
    width: 85%;
  }
  #last-news-inner .cut-2-content h3 {
    text-align: center;
    line-height: 1.8;
  }
}
#last-news-inner .cut-2-basic {
  width: 80%;
  margin: 0 auto;
  margin-top: 3vw;
}
#last-news-inner .cut-2-basic h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#last-news-inner .cut-2-basic h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#last-news-inner .cut-2-basic p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#last-news-inner .cut-2-basic .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-2-basic h1 {
    font-size: 7.75vw;
  }
  #last-news-inner .cut-2-basic h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #last-news-inner .cut-2-basic p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #last-news-inner .cut-2-basic .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .cut-2-basic h1 {
    font-size: 9.75vw;
  }
  #last-news-inner .cut-2-basic h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #last-news-inner .cut-2-basic p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #last-news-inner .cut-2-basic .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-2-basic {
    width: 75%;
    margin-top: 10vw;
  }
  #last-news-inner .cut-2-basic h3 {
    text-align: center;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .cut-2-basic {
    width: 85%;
    margin-top: 10vw;
  }
  #last-news-inner .cut-2-basic h3 {
    text-align: center;
  }
}
#last-news-inner .cut-2-basic-content {
  list-style-type: none;
}
#last-news-inner .cut-2-basic-content-li {
  display: flex;
  align-items: center;
}
#last-news-inner .cut-2-basic-content-li a {
  color: black;
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-2-basic-content-li {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  #last-news-inner .cut-2-basic-content-li-title {
    float: left;
  }
}
#last-news-inner .back {
  text-align: center;
  margin-top: 10vw;
}
#last-news-inner .back button {
  text-decoration: none;
  font-size: 0.9vw;
  font-family: "Microsoft JhengHei";
  letter-spacing: 2px;
  padding: 0.5vw 4vw;
  background-color: #ba9274;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  #last-news-inner .back {
    margin-top: 15vw;
    margin-bottom: -10vw;
  }
  #last-news-inner .back button {
    font-size: 2.75vw;
    padding: 1.5vw 11vw;
  }
}
@media all and (max-width: 500px) {
  #last-news-inner .back {
    margin-top: 15vw;
    margin-bottom: -10vw;
  }
  #last-news-inner .back button {
    font-size: 3.75vw;
    padding: 3vw 14vw;
  }
}
#last-news-inner .last-inner-left-fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 24vw;
  margin-top: 11vw;
  z-index: -1;
}
#last-news-inner .last-inner-right-fixed {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28vw;
  margin-bottom: -11vw;
  z-index: -1;
}

#classic {
  padding-top: 4.5vw;
}
@media screen and (max-width: 1440px) {
  #classic {
    padding-top: 6vw;
  }
}
@media all and (max-width: 1024px) {
  #classic {
    padding-top: 4.5vw;
  }
}
#classic .cut-1 {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #classic .cut-1 {
    margin-top: 0;
    justify-content: center;
    flex-direction: column;
    padding-top: 0vw;
  }
}
#classic .cut-1-left {
  top: 1vw;
  height: 100%;
  position: relative;
}
#classic .cut-1-left-banner {
  width: 30.5vw;
}
@media screen and (max-width: 1920px) {
  #classic .cut-1-left-banner {
    width: 29vw;
  }
}
@media all and (max-width: 1600px) {
  #classic .cut-1-left-banner img {
    height: 86vh;
  }
}
@media screen and (max-width: 1400px) {
  #classic .cut-1-left-banner img {
    height: 87vh;
  }
}
@media all and (max-width: 1024px) {
  #classic .cut-1-left-banner {
    width: 90%;
  }
  #classic .cut-1-left-banner img {
    width: 50%;
    height: auto;
  }
}
@media all and (max-width: 500px) {
  #classic .cut-1-left-banner {
    width: 100%;
  }
  #classic .cut-1-left-banner img {
    width: 50%;
    height: auto;
  }
}
#classic .cut-1-left-para {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  line-height: 1;
  margin-left: 17vw;
  margin-top: 1vw;
}
#classic .cut-1-left-para h1 {
  font-size: 9vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
#classic .cut-1-left-para h4 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.75vw;
  font-weight: 500;
  letter-spacing: 10px;
}
@media all and (max-width: 1024px) {
  #classic .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 22%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #classic .cut-1-left-para h1 {
    font-size: 12vw;
    padding-bottom: 2vw;
  }
}
@media all and (max-width: 500px) {
  #classic .cut-1-left-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 27%;
    margin-left: 0;
    padding-left: 4vw;
  }
  #classic .cut-1-left-para h1 {
    font-size: 14vw;
    padding-bottom: 2vw;
  }
}
#classic .cut-1-left-para-first {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 1vw;
}
@media all and (max-width: 1024px) {
  #classic .cut-1-left-para-first {
    width: 60%;
    gap: 4vw;
    margin-left: 10vw;
  }
}
@media all and (max-width: 500px) {
  #classic .cut-1-left-para-first {
    width: 65%;
    gap: 4vw;
    margin-left: 10vw;
  }
}
#classic .cut-1-left-para-line {
  width: 1px;
  height: 5vw;
  left: -1vw;
  position: relative;
  background-color: black;
  display: none;
}
@media all and (max-width: 1024px) {
  #classic .cut-1-left-para-line {
    display: block;
    top: 2vw;
    left: unset;
    width: 14vw;
    height: 1px;
  }
}
#classic .cut-1-left-para-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
  margin-top: 0.25vw;
  margin-right: 3vw;
}
@media all and (max-width: 1024px) {
  #classic .cut-1-left-para-second {
    width: 60%;
    gap: 0vw;
    margin-top: 1.5vw;
    margin-right: 0vw;
    margin-left: 10vw;
  }
  #classic .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 4.5vw;
    font-weight: 500;
    width: 100%;
    letter-spacing: 3px;
  }
}
@media all and (max-width: 500px) {
  #classic .cut-1-left-para-second {
    width: 65%;
    gap: 0vw;
    margin-top: 4.5vw;
    margin-right: 0vw;
    margin-left: 10vw;
  }
  #classic .cut-1-left-para-second > h4 {
    position: relative;
    font-size: 5.5vw;
    font-weight: 500;
    width: 100%;
    letter-spacing: 3px;
  }
}
#classic .cut-1-left-para-line-second {
  width: 1px;
  height: 54%;
  position: relative;
  background-color: black;
}
@media all and (max-width: 1600px) {
  #classic .cut-1-left-para-line-second {
    height: 44%;
  }
}
#classic .cut-1-right {
  width: 60%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  #classic .cut-1-right {
    width: 100%;
  }
}
#classic .right-fixed {
  position: absolute;
  right: 0;
  bottom: -8vw;
  width: 26vw;
  filter: drop-shadow(1px 1px 1px black);
  z-index: -1;
}
#classic .cut-1-right-date-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3vw;
  gap: 5vw;
}
@media all and (max-width: 1024px) {
  #classic .cut-1-right-date-picker {
    width: 65%;
    margin: 0 auto;
    margin-top: 10vw;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 500px) {
  #classic .cut-1-right-date-picker {
    width: 70%;
    margin: 0 auto;
    margin-top: 10vw;
    flex-wrap: wrap;
  }
}
#classic .date-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif TC", serif;
  font-size: 0.8vw;
  letter-spacing: 2px;
  cursor: pointer;
  color: #c6935c;
  padding: 0.25vw 1vw;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  --dateLeft: -105%;
}
#classic .date-picker p {
  font-family: "Noto Serif TC", serif;
  font-size: 0.8vw;
}
#classic .date-picker .date-color-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -105%;
  background-color: rgb(145, 135, 129);
  transition: all 0.5s;
  z-index: -1;
}
#classic .date-picker .date-picker-line {
  width: 2vw;
  height: 1px;
  margin: 0 0.5vw;
  margin-top: 0.1vw;
  background-color: #c6935c;
  transition: all 0.5s;
}
@media all and (max-width: 1024px) {
  #classic .date-picker {
    font-size: 2.75vw;
  }
  #classic .date-picker p {
    font-size: 2.75vw;
  }
  #classic .date-picker .date-picker-line {
    width: 5vw;
    margin: 0 2vw;
    margin-top: 0.5vw;
  }
}
@media all and (max-width: 500px) {
  #classic .date-picker {
    font-size: 3.75vw;
  }
  #classic .date-picker p {
    font-size: 3.75vw;
  }
  #classic .date-picker .date-picker-line {
    width: 5vw;
    margin: 0 2vw;
    margin-top: 0.5vw;
  }
}
#classic .date-picker:hover {
  color: white;
  transition: all 0.5s;
}
#classic .date-picker:hover .date-color-box {
  left: 0%;
  transition: all 0.5s;
}
#classic .date-picker:hover .date-picker-line {
  background-color: white;
  transition: all 0.5s;
}
#classic .date-picker-time {
  display: flex;
  align-items: center;
}
#classic .date-icon {
  width: 0.8vw;
  padding-top: 0.1vw;
}
@media all and (max-width: 1024px) {
  #classic .date-icon {
    width: 3vw;
    padding-top: 0.25vw;
  }
}
#classic .date-picker-button button {
  display: flex;
  align-items: center;
  border: none;
  background-color: #ba9274;
  padding: 0.29vw 0.75vw 0.28vw;
  font-family: "Noto Serif TC", serif;
  font-size: 0.8vw;
  color: white;
  letter-spacing: 2px;
  gap: 0.35vw;
  cursor: pointer;
}
#classic .date-picker-button button img {
  width: 0.8vw;
  padding-top: 0.15vw;
}
@media all and (max-width: 1024px) {
  #classic .date-picker-button button {
    font-size: 3.25vw;
    padding: 2.25vw 2.25vw 2vw;
    gap: 1.35vw;
  }
  #classic .date-picker-button button img {
    padding: 0;
    width: 3vw;
  }
}
#classic .cut-1-right-item-container {
  width: 100%;
  height: 74vh;
  overflow: hidden;
  margin-top: 1.4vw;
}
@media screen and (max-width: 1920px) {
  #classic .cut-1-right-item-container {
    height: 73vh;
  }
}
@media all and (max-width: 1600px) {
  #classic .cut-1-right-item-container {
    height: 77vh;
  }
}
@media screen and (max-width: 1366px) {
  #classic .cut-1-right-item-container {
    height: 78vh;
  }
}
@media all and (max-width: 1024px) {
  #classic .cut-1-right-item-container {
    width: 75%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media all and (max-width: 500px) {
  #classic .cut-1-right-item-container {
    width: 85%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
#classic .swiper-slide {
  display: flex;
  align-items: center;
}
#classic .swiper-slide-item {
  width: 33.5%;
  height: 100%;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  #classic .swiper-slide-item {
    height: 100%;
  }
}
#classic .swiper-slide-item-img {
  position: relative;
  height: 100%;
  display: block;
  text-decoration: none;
}
#classic .swiper-slide-item-img img {
  height: 100%;
  transition: all 1s;
}
@media all and (max-width: 1600px) {
  #classic .swiper-slide-item-img {
    height: 100%;
  }
  #classic .swiper-slide-item-img img {
    height: 100%;
  }
}
#classic .swiper-slide-item-img-back {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  transition: all 1s;
}
#classic .swiper-slide-item-img-back h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#classic .swiper-slide-item-img-back h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#classic .swiper-slide-item-img-back p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#classic .swiper-slide-item-img-back .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #classic .swiper-slide-item-img-back h1 {
    font-size: 7.75vw;
  }
  #classic .swiper-slide-item-img-back h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #classic .swiper-slide-item-img-back p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #classic .swiper-slide-item-img-back .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #classic .swiper-slide-item-img-back h1 {
    font-size: 9.75vw;
  }
  #classic .swiper-slide-item-img-back h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #classic .swiper-slide-item-img-back p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #classic .swiper-slide-item-img-back .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#classic .swiper-slide-item-img-back h3,
#classic .swiper-slide-item-img-back h1 {
  color: white;
}
#classic .swiper-slide-item-img-back h3 {
  font-size: 1.25vw;
}
#classic .swiper-slide-item-img-back h1 {
  font-size: 7.5vw;
  line-height: 0.75;
}
#classic .swiper-slide-item-img-back .line {
  background-color: white;
  width: 2vw;
  margin-top: 0.25vw;
  margin-bottom: 1vw;
}
#classic .swiper-slide-item:hover .swiper-slide-item-img img {
  transform: scale(1.1);
  transition: all 1s;
}
#classic .swiper-slide-item:hover .swiper-slide-item-img-back {
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 1s;
}
#classic .right-item {
  padding-bottom: 5vw;
  width: 100%;
  overflow: hidden;
}
#classic .right-item-main {
  width: 100%;
  text-decoration: none;
}
#classic .right-item-img {
  width: 100%;
  display: block;
  text-decoration: none;
  margin-top: 13vw;
}
#classic .right-item-para {
  display: flex;
  align-items: center;
  margin-top: 2vw;
}
#classic .right-item-para h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5vw;
  font-weight: 400;
}
#classic .right-item-para h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
  margin-bottom: 1vw;
  letter-spacing: 2px;
  font-weight: 500;
}
#classic .right-item-para p {
  font-family: "Microsoft JhengHei";
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  letter-spacing: 2px;
}
#classic .right-item-para .line {
  background-color: black;
  width: 5vw;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 3vw;
}
@media all and (max-width: 1024px) {
  #classic .right-item-para h1 {
    font-size: 7.75vw;
  }
  #classic .right-item-para h3 {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  #classic .right-item-para p {
    font-size: 2.75vw;
    line-height: 1.8;
  }
  #classic .right-item-para .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
@media all and (max-width: 500px) {
  #classic .right-item-para h1 {
    font-size: 9.75vw;
  }
  #classic .right-item-para h3 {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  #classic .right-item-para p {
    font-size: 3.75vw;
    line-height: 1.8;
  }
  #classic .right-item-para .line {
    width: 12vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
#classic .right-item-para h3 {
  margin-bottom: 0;
  margin-top: 3vw;
  color: #000000;
}
#classic .right-item-para .line {
  width: 1px;
  margin-bottom: 0;
  margin-top: 3.5vw;
  margin-left: 4vw;
  margin-right: 4vw;
}
#classic .right-item-para h1 {
  color: #af9e8e;
  line-height: 0.8;
}
@media all and (max-width: 1024px) {
  #classic .right-item-para h1 {
    font-size: 12vw;
  }
  #classic .right-item-para .line {
    height: 3.25vw;
  }
}
@media all and (max-width: 500px) {
  #classic .right-item-para h1 {
    font-size: 14vw;
  }
  #classic .right-item-para .line {
    height: 4.25vw;
  }
}
#classic .cut-1-left-para-first-h1 {
  padding-left: 1vw;
}
@media all and (max-width: 1024px) {
  #classic .cut-1-left-para-first-h1 {
    padding-left: 0vw;
  }
}
#classic .cut-1-left-para-first-h1,
#classic .cut-1-left-para-second-h4 {
  position: relative;
  overflow: hidden;
}
#classic .cut-1-left-para-first-h1 div,
#classic .cut-1-left-para-second-h4 div {
  animation-name: classic_shine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left center;
}
@media all and (max-width: 1024px) {
  #classic .cut-1-left-para-first-h1,
  #classic .cut-1-left-para-second-h4 {
    overflow: hidden;
  }
}
@keyframes classic_shine {
  0% {
    color: #000000;
  }
  20% {
    color: rgb(201, 201, 0);
  }
  40% {
    color: #000000;
  }
  100% {
    color: #000000;
  }
}
#classic .bottom-line {
  display: none;
}
@media all and (max-width: 1024px) {
  #classic .bottom-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
    margin-top: 2vw;
  }
}

#classic ~ #footer {
  bottom: 0vw;
  margin-top: 0vw;
}
@media all and (max-width: 1024px) {
  #classic ~ #footer {
    margin-top: 25vw;
  }
}

#contact {
  position: relative;
  padding-top: 4.5vw;
}
#contact .cut-1 {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #contact .cut-1 {
    margin-top: 0;
    flex-direction: column;
  }
}
#contact .cut-1 {
  position: relative;
  width: 100%;
  margin-top: 3vw;
}
@media all and (max-width: 1024px) {
  #contact .cut-1 {
    margin-top: 0;
  }
}
#contact .cut-1-para {
  line-height: 1;
  width: 80%;
  margin: 0 auto;
}
#contact .cut-1-para h1 {
  font-size: 9vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
#contact .cut-1-para h4 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.5vw;
  letter-spacing: 10px;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  #contact .cut-1-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 22%;
    margin-left: 0;
    padding-left: 0vw;
  }
  #contact .cut-1-para h1 {
    font-size: 12vw;
  }
  #contact .cut-1-para h4 {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    letter-spacing: 3px;
  }
}
@media all and (max-width: 500px) {
  #contact .cut-1-para {
    writing-mode: unset;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 22%;
    margin-left: 0;
    padding-left: 0vw;
  }
  #contact .cut-1-para h1 {
    font-size: 14vw;
  }
  #contact .cut-1-para h4 {
    font-size: 4.5vw;
    padding-bottom: 3vw;
    letter-spacing: 3px;
  }
}
#contact .cut-1-para-first {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 1vw;
  width: 100%;
}
@media all and (max-width: 1024px) {
  #contact .cut-1-para-first {
    width: 60%;
    gap: 0vw;
    margin-left: 0vw;
    justify-content: space-between;
  }
}
@media all and (max-width: 500px) {
  #contact .cut-1-para-first {
    width: 65%;
    gap: 0vw;
    margin-left: 0vw;
    justify-content: space-between;
  }
}
#contact .cut-1-para-line {
  width: 8%;
  height: 1px;
  position: relative;
  background-color: black;
  margin-bottom: 1vw;
}
@media all and (max-width: 1024px) {
  #contact .cut-1-para-line {
    top: 2vw;
    left: unset;
    width: 23%;
    height: 1px;
  }
}
#contact .cut-1-para-second {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#contact .cut-1-para-second h4 {
  position: relative;
  margin-top: 3vw;
}
#contact .cut-1-para-second h1 {
  line-height: 0.8;
}
@media all and (max-width: 1024px) {
  #contact .cut-1-para-second {
    width: 56%;
    gap: 3vw;
    margin-left: 0vw;
    align-items: baseline;
  }
}
@media all and (max-width: 500px) {
  #contact .cut-1-para-second {
    width: 61%;
    gap: 3vw;
    margin-left: 0vw;
    align-items: baseline;
  }
}
#contact .cut-1-para-second-left {
  width: 34%;
}
@media all and (max-width: 1024px) {
  #contact .cut-1-para-second-left {
    width: 100%;
    position: relative;
  }
}
#contact .cut-1-para-second-line {
  height: 1px;
  width: 96%;
  background-color: #000000;
  margin-top: 1vw;
}
@media all and (max-width: 1024px) {
  #contact .cut-1-para-second-line {
    width: 145%;
    margin-top: 0vw;
  }
}
#contact .cut-1-para-line-second {
  width: 1px;
  height: 7vw;
  position: relative;
  background-color: black;
}
#contact .cut-1-para-first-h1,
#contact .cut-1-para-second-h4,
#contact .cut-1-para-second-h1 {
  position: relative;
  overflow: hidden;
}
#contact .cut-1-para-first-h1 div,
#contact .cut-1-para-second-h4 div,
#contact .cut-1-para-second-h1 div {
  animation-name: contact_shine;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: left center;
}
@media all and (max-width: 1024px) {
  #contact .cut-1-para-first-h1,
  #contact .cut-1-para-second-h4,
  #contact .cut-1-para-second-h1 {
    overflow: hidden;
  }
}
@media all and (max-width: 1024px) {
  #contact .cut-1-para-first-h1 {
    line-height: 0.8;
  }
}
@media all and (max-width: 1024px) {
  #contact .cut-1-para-second-h4 {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  #contact .cut-1-para-second-h1 {
    width: 35%;
    padding-bottom: 2vw;
  }
}
@keyframes contact_shine {
  0% {
    color: #000000;
  }
  20% {
    color: rgb(201, 201, 0);
  }
  40% {
    color: #000000;
  }
  100% {
    color: #000000;
  }
}
#contact .cut-2 {
  margin-top: 5vw;
}
#contact .cut-2-img {
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  #contact .cut-2-img {
    width: 75%;
    margin-top: 15vw;
  }
}
@media all and (max-width: 500px) {
  #contact .cut-2-img {
    width: 85%;
    margin-top: 15vw;
  }
}
#contact .cut-3-container {
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 10vw;
  padding-bottom: 8vw;
}
@media all and (max-width: 1024px) {
  #contact .cut-3-container {
    flex-direction: column-reverse;
    width: 75%;
    padding-bottom: 0vw;
  }
}
@media all and (max-width: 500px) {
  #contact .cut-3-container {
    flex-direction: column-reverse;
    width: 85%;
    padding-bottom: 0vw;
  }
}
#contact .cut-3-left {
  width: 45%;
}
@media all and (max-width: 1024px) {
  #contact .cut-3-left {
    width: 100%;
  }
}
#contact .cut-3-right {
  width: 45%;
}
#contact .cut-3-right h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.3vw;
}
@media all and (max-width: 1024px) {
  #contact .cut-3-right {
    width: 100%;
  }
  #contact .cut-3-right h3 {
    font-size: 3.75vw;
    text-align: center;
  }
}
#contact .cut-form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
#contact .form-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1vw;
}
@media all and (max-width: 1024px) {
  #contact .form-input {
    margin-top: 3vw;
  }
}
#contact .form-input-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#contact .form-input-main label {
  font-size: 0.9vw;
  font-family: "Noto Serif TC", serif;
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 7%;
}
#contact .form-input-main input {
  border: none;
  font-size: 0.9vw;
  font-family: "Noto Serif TC", serif;
  width: 70%;
  margin-left: 1vw;
  letter-spacing: 2px;
}
#contact .form-input-main textarea {
  border: none;
  resize: none;
  font-size: 0.9vw;
  font-family: "Noto Serif TC", serif;
  width: 100%;
  margin-top: 1vw;
  letter-spacing: 2px;
}
@media all and (max-width: 1024px) {
  #contact .form-input-main label {
    font-size: 2.75vw;
    font-family: "Noto Serif TC", serif;
    -moz-text-align-last: justify;
         text-align-last: justify;
    width: 12%;
    font-weight: 600;
  }
  #contact .form-input-main input {
    border: none;
    font-size: 2.75vw;
    font-family: "Noto Serif TC", serif;
    width: 70%;
    margin-left: 3vw;
  }
  #contact .form-input-main textarea {
    border: none;
    resize: none;
    font-size: 2.75vw;
    font-family: "Noto Serif TC", serif;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  #contact .form-input-main label {
    font-size: 3.75vw;
    font-family: "Noto Serif TC", serif;
    -moz-text-align-last: justify;
         text-align-last: justify;
    width: 14%;
    font-weight: 600;
  }
  #contact .form-input-main input {
    border: none;
    font-size: 3.75vw;
    font-family: "Noto Serif TC", serif;
    width: 70%;
  }
  #contact .form-input-main textarea {
    border: none;
    resize: none;
    font-size: 3.75vw;
    font-family: "Noto Serif TC", serif;
    width: 100%;
  }
}
#contact .form-input-line {
  width: 100%;
  height: 1px;
  background-color: #999999;
  margin-top: 1vw;
}
@media all and (max-width: 1024px) {
  #contact .form-input-line {
    margin-top: 3vw;
  }
}
#contact .form-button {
  background-color: #ba9274;
  color: white;
  font-size: 0.9vw;
  font-family: "Microsoft JhengHei";
  padding: 0.5vw 5vw;
  margin: 0 auto;
  margin-top: 2vw;
  border: none;
  cursor: pointer;
  letter-spacing: 2px;
}
@media all and (max-width: 1024px) {
  #contact .form-button {
    font-size: 2.75vw;
    padding: 1.5vw 11vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
@media all and (max-width: 500px) {
  #contact .form-button {
    font-size: 3.75vw;
    padding: 2vw 15vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
#contact .right-img-fixed {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 24vw;
  z-index: -1;
  filter: drop-shadow(1px 1px 1px black);
}
@media all and (max-width: 1024px) {
  #contact .right-img-fixed {
    display: none;
  }
}
#contact .left-img-fixed {
  position: absolute;
  top: 11%;
  width: 22vw;
  z-index: -1;
  filter: drop-shadow(1px 1px 1px black);
}
@media all and (max-width: 1024px) {
  #contact .left-img-fixed {
    top: 15%;
    width: 33vw;
    z-index: -1;
    filter: drop-shadow(1px 1px 1px black);
  }
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: relative;
}

img,
video,
canvas {
  width: 100%;
  display: block;
}

section {
  position: relative;
  width: 100%;
}

.pc {
  display: block;
}
@media all and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.ph {
  display: none;
}
@media all and (max-width: 1024px) {
  .ph {
    display: block;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: unset;
}

input[type=text],
textarea {
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s;
  transition: background-color 0s 600000s, color 0s 600000s;
}

#nav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  width: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 15px 10px -15px rgba(104, 104, 104, 0.17);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media all and (max-width: 1024px) {
  #nav {
    padding: unset;
    position: fixed;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.75);
  }
}

.bg53 {
  background-color: rgba(53, 53, 53, 0.75);
}

.nav-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .nav-left {
    padding-left: 7vw;
    padding-right: 5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    background-color: white;
  }
}
@media all and (max-width: 1024px) {
  .nav-left {
    padding-left: 7vw;
    padding-right: 5vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    background-color: white;
  }
}

.nav-left-icon {
  width: 6vw;
}
@media all and (max-width: 1024px) {
  .nav-left-icon {
    width: 15vw;
  }
}
@media all and (max-width: 500px) {
  .nav-left-icon {
    width: 20vw;
  }
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .nav-right {
    width: 75%;
    left: 25%;
    position: relative;
    background-color: #807f81;
  }
}

.nav-right-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  list-style-type: none;
  width: 100%;
}
.nav-right-list a {
  text-decoration: none;
  color: black;
  font-size: 0.8vw;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
}
.nav-right-list > :last-child::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  right: -1.25vw;
  transform: translate(-50%, -50%);
  top: 50%;
  background-color: black;
}
@media all and (max-width: 1024px) {
  .nav-right-list {
    width: 100%;
    height: 100vh;
    justify-content: flex-start;
    flex-direction: column;
  }
  .nav-right-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.75vw;
    font-weight: 400;
    color: white;
  }
  .nav-right-list > :last-child::after {
    content: unset;
  }
}
@media all and (max-width: 500px) {
  .nav-right-list {
    width: 100%;
    height: 100vh;
    justify-content: flex-start;
    flex-direction: column;
  }
  .nav-right-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.75vw;
    font-weight: 400;
    color: white;
  }
  .nav-right-list > :last-child::after {
    content: unset;
  }
}

.nav-right-list-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1.25vw;
  margin-left: 1.25vw;
  line-height: 1;
  letter-spacing: 4px;
}
.nav-right-list-item::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: -1.25vw;
  transform: translate(-50%, -50%);
  top: 50%;
  background-color: black;
}
@media all and (max-width: 1024px) {
  .nav-right-list-item {
    padding-left: 10vw;
    margin-top: 8vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .nav-right-list-item::before {
    content: "";
    width: 70%;
    height: 1px;
    left: 22%;
    transform: unset;
    top: 150%;
    background-color: white;
  }
}
@media all and (max-width: 500px) {
  .nav-right-list-item {
    padding-left: 10vw;
    margin-top: 13vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .nav-right-list-item::before {
    content: "";
    width: 70%;
    height: 1px;
    left: 22%;
    transform: unset;
    top: 150%;
    background-color: white;
  }
}

.nav-enName {
  font-size: 3vw;
  letter-spacing: 2px;
  color: #aaaaaa;
}
@media all and (max-width: 1024px) {
  .nav-enName {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 500px) {
  .nav-enName {
    font-size: 3vw;
  }
}

.nav-right-list-item-line {
  width: 1px;
  height: 3.75vw;
  background-color: white;
  margin-left: 2vw;
  margin-right: 3vw;
}

.nav-right-list-item-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 5vw;
  color: #cebb93;
  margin-right: 3%;
  letter-spacing: 2px;
}
@media all and (max-width: 1024px) {
  .nav-right-list-item-number {
    font-size: 4vw;
  }
}
@media all and (max-width: 500px) {
  .nav-right-list-item-number {
    font-size: 5vw;
  }
}

.nav-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.nav-bottom .nav-bottom-line {
  width: 100%;
  height: 1px;
  background-color: white;
  margin-top: 40vw;
  margin-bottom: 5vw;
}
.nav-bottom span {
  font-size: 3vw;
  font-family: "Microsoft JhengHei";
  color: white;
  line-height: 1.8;
}
@media all and (max-width: 1024px) {
  .nav-bottom {
    width: 80%;
  }
  .nav-bottom .nav-bottom-line {
    margin-top: 30vw;
  }
  .nav-bottom span {
    font-size: 2.5vw;
  }
}
@media all and (max-width: 500px) {
  .nav-bottom {
    width: auto;
  }
  .nav-bottom .nav-bottom-line {
    margin-top: 40vw;
  }
  .nav-bottom span {
    font-size: 3vw;
  }
}

.nav-hamb-icon {
  display: none;
}
@media all and (max-width: 1024px) {
  .nav-hamb-icon {
    display: inline-block;
  }
}
.hamburger {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15vw;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
}

.hamburger-box {
  width: 25px;
}

#footer {
  position: relative;
  width: 100%;
  background-color: #4e4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2rem;
  font-size: 0.8vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-weight: 300;
  margin-top: 8vw;
  z-index: 999;
}
#footer span {
  color: #fff;
  font-family: "Microsoft JhengHei";
  text-decoration: none;
  pointer-events: none;
  margin-right: 0.5%;
}
#footer a {
  color: #fff;
  font-family: "Microsoft JhengHei";
  text-decoration: none;
  pointer-events: none;
}
#footer .year {
  margin-right: 0;
}
@media all and (max-width: 1024px) {
  #footer {
    position: relative !important;
    flex-direction: column;
    font-size: 2vw;
    margin-top: 25vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  #footer span {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    margin-right: 0%;
  }
}
@media all and (max-width: 500px) {
  #footer {
    flex-direction: column;
    font-size: 3vw;
    margin-top: 25vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  #footer span {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 0%;
  }
}

.error {
  color: red;
  font-size: 0.8vw;
  width: 100%;
  display: flex;
  font-weight: 500;
  font-family: "Noto Serif TC", serif;
}
@media all and (max-width: 1024px) {
  .error {
    font-size: 2vw;
  }
}
@media all and (max-width: 500px) {
  .error {
    font-size: 3vw;
  }
}

.loading-page {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: white;
  background-repeat: repeat;
  background-size: 100%;
  transition: opacity 0.6s;
  pointer-events: none;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 7.5vw;
  position: relative;
}
@media all and (max-width: 1024px) {
  .box {
    margin-top: -30%;
    width: 20%;
  }
}
@media all and (max-width: 500px) {
  .box {
    width: 20%;
  }
}

.box-loading {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 40px;
  color: #967659;
  margin-top: 1vw;
}
@media all and (max-width: 1024px) {
  .box-loading {
    font-size: 20px;
    margin-top: 2vw;
  }
}
@media all and (max-width: 500px) {
  .box-loading {
    font-size: 20px;
    margin-top: 3vw;
  }
}

.box-img {
  width: 2.5vw;
  position: relative;
}
.box-img .box-img-para {
  position: absolute;
  width: 4vw;
  font-family: "roboto";
  color: #878787;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media all and (max-width: 1024px) {
  .box-img {
    width: 6vw;
  }
}
@media all and (max-width: 500px) {
  .box-img {
    width: 8vw;
  }
}

.loading-logo {
  animation: logoScale 2.5s linear infinite;
}

@keyframes logoScale {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    transform: scale(1);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.5;
  }
  75% {
    transform: scale(1.8);
    opacity: 0.25;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.box-para {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25vw;
  font-family: "Noto Serif TC", serif;
  color: #7b6c5f;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .box-para {
    font-size: 24px;
  }
}