.s1 .content-wrapper {
  position: relative;
}

.s1 .swiper-container {
  width: 100vw;
  height: 100vh;
}

.s1 .swiper-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100% !important;
  width: 1.2vw !important;
  left: auto !important;
  right: 2vw;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  opacity: 1;
}

.swiper-pagination-bullets {
  right: 2vw;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 3.5vw;
  height: 4.7vh;
  position: relative;
  background-color: #ffffff00;
}

.swiper-pagination-bullets .swiper-pagination-bullet:hover::after {
  left: 10%;
}

.swiper-pagination-bullets .swiper-pagination-bullet::after {
  position: absolute;
  content: " ";
  /* top: 49.75%;
  bottom: 49.75%;*/
  top: 49%;
  bottom: 49%;
  left: 30%;
  right: 40%;
  background-color: #ffffffff;
  transition: all 0.3s;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  left: 10%;
}

.s1 .swiper-slide .infoDiv {
  position: absolute;
  width: 30%;
  bottom: 20%;
  left: 5%;
  z-index: 20;
}

.s1 .swiper-slide .imgDiv {
  position: relative;
  z-index: 10;
}

.s2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5vw;
}

.s2 .imgDiv {
  width: 50%;
  padding-right: 1vw;
}

.s2 .infoDiv {
  padding-left: 8vw;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s3 {
  padding-top: 5vw;
  padding-bottom: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s3 .infoDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 65%;
  padding-right: 5vw;
}

.s3 .titleDiv {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3%;
}

.s3 .titleName,
.s3 .moreDiv {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.s3 .titleName {
  margin-right: 1.5em;
}

.s3 .moreDiv {
  flex-grow: 1;
  padding-bottom: 1em;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-left: 2em;
  position: relative;
}

.moreBtn {
  /* border: 1px solid #b48d53; */
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
}

.more {
  font-family: "Cormorant Garamond", serif;
  display: block;
  color: #b48d53;
  font-size: 0.8vw;
  padding: 0.25em 0.5em;
  letter-spacing: 0;
  transition: all 0.5s;
}

.more:hover {
  color: #fff;
}

.s3 .moreDiv .line {
  position: absolute;
  content: " ";
  flex-grow: 1;
  background-color: #b48d53;
  height: 1px;
  transition: all 0.75s;
  opacity: 0;
  left: 0%;
  right: 100%;
}

.s3 .title-en,
.s3 .title {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.s3 .more {
  line-height: 2;
}

/* .s3 .imgDiv {
  width: 35%;
} */

.newsCard:nth-of-type(1) {
  margin-left: 0px;
}

.newsCard:nth-last-of-type(1) {
  margin-right: 0px;
}

/* 動畫區 */
.s3 .line {
  animation-name: goLong;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes goLong {
  0% {
    opacity: 0;
    right: 100%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}

@media (max-width: 1023px) {
  .s3 .moreDiv {
    padding-bottom: 0.5em;
  }
  .more {
    font-size: 16px;
    padding-bottom: 0em;
  }
  .s1 .swiper-slide .imgDiv {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .s1 .swiper-slide .imgDiv img {
    height: 100%;
    width: auto;
  }

  .s1 .swiper-slide .infoDiv {
    width: 40%;
    bottom: 20%;
  }

  .s2 {
    flex-direction: column-reverse;
    padding-top: 7vh;
  }

  .s2 .imgDiv,
  .s2 .infoDiv {
    width: 100%;
    position: relative;
  }

  .s2 .infoDiv {
    padding-left: 0px;
    padding-bottom: 7vh;
  }

  .s3 {
    flex-direction: column;
    padding-top: 7vh;
  }

  .s3 .imgDiv,
  .s3 .infoDiv {
    width: 100%;
    position: relative;
    
  }

  .allNewsDiv{
    flex-wrap: wrap;
  }

  .newsCard{
    width: 44%;
  }

  .s3 .infoDiv {
    padding-right: 0px;
    padding-bottom: 7vh;
  }

  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10vw;
    height: 7vh;
  }
}

@media (max-width: 500px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10vw;
    height: 7vh;
  }
  .s1 .swiper-slide .infoDiv {
    width: 70%;
    left: -10%;
    bottom: 30%;
  }

  .s2 .innerDiv {
    width: 100%;
  }

  .s2 .infoDiv {
    padding-bottom: 5vh;
  }

  .s3 .imgDiv{
    height: 70vw;
  }

  .sectitleDiv {
    margin-top: 2em;
  }

  .sectitle:nth-child(2) {
    margin-left: 0px;
  }

  .allNewsDiv {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .newsCard .dateDiv{
    left: 0%;
  }

  .s2 p br{
    display: none;
  }

  .s3 .titleName {
    margin-right: 0.5em;
  }

  .s3 .newsCard {
    width: 50%;
  }
  .s3 .newsCard:nth-child(odd){
    padding-right: 2.5vw;
  }
  .s3 .newsCard:nth-child(even){
    padding-left: 2.5vw;
  }

  .s3 .newsCard:nth-child(odd) .dateDiv {
    left: -2vw;
  }

  .s3 .titleDiv {
    margin-bottom: 5vh;
  }
  

  .newsCard {
    margin: auto;
  }
  .newsCard:nth-of-type(1),
  .newsCard:nth-last-of-type(1) {
    margin: auto;
  }

  .s3 .infoDiv {
    padding-bottom: 5vh;
  }
}
