.project-card {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 10vh;
}

.project-card .titleDiv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-card .line {
  content: " ";
  position: relative;
  flex-grow: 1;
}
.project-card .line .aniLine {
  content: " ";
  position: relative;
}

.project-card .infoDiv .title-en {
  font-size: 2.8vw;
  letter-spacing: 0px;
  font-family: "Source Serif Pro", serif;
  /* font-family: "Cormorant Garamond", serif; */
  font-weight: 600;
}

.project-card .infoDiv .title {
  font-size: 1.8vw;
  margin-bottom: 0px;
  margin-right: 0.8em;
}

.project-card .imgDiv {
  width: 63%;
}

.project-card .infoDiv {
  width: 37%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}

.project-card .infoDiv > div {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-direction: column;
  width: 60%;
  height: 100%;
  /* background-color: #7bd6e6; */
}

.project-card .describe {
  margin-top: 3.5vh;
  margin-bottom: 3.5vh;
}

.tel {
  font-size: 1.8vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #1b2d51;
  font-family: "Source Serif Pro", serif;
  line-height: 1;
  margin-bottom: 0vh;
}

.address {
  color: #1b2d51;
  margin-bottom: 0px;
}

.project-card .address {
  margin-bottom: 5vh;
}

.project-card .more {
  letter-spacing: 0em;
  color: #1b2d51;
  font-weight: normal;
}

.project-card a {
  transition: all 0.3s;
}

.project-card .imgDiv {
  overflow: hidden;
}

.project-card .imgDiv img {
  transition: all 0.5s;
}

.project-card .imgDiv:hover img {
  transform: scale(1.05);
}

.project-card .moreDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1b2d51;
}

.project-card p {
  transition: all 0.5s;
}
.project-card .moreDiv:hover .more {
  letter-spacing: 0.15em;
}

.project-card p.more {
  margin-bottom: 0.5em;
}
.project-card .moreDiv .imgDiv {
  width: 10%;
}

.project-card .moreDiv .imgDiv line {
  fill: none;
  stroke: #1b2d51;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}

.project-card:nth-of-type(even) {
  flex-direction: row-reverse;
}

.project-inner-page .baseInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.project-inner-page .description {
  text-align: center;
}

.project-inner-page .baseInfo .title {
  font-size: 2.5vw;
  margin-bottom: 1vh;
}

.project-inner-page .mainTitle {
  margin-bottom: 2vh;
}
* .project-inner-page .s2 {
  margin-top: 3vh;
  margin-left: 12vw;
  margin-right: 12vw;
}

.project-inner-page .linkInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3vh;
  padding-bottom: 3vh;
  position: relative;
}

.project-inner-page .iconLine {
  content: " ";
  background-color: #1b2d5188;
  height: 1px;
}

.project-inner-page .linkInfo::after {
  top: 100%;
}

.project-inner-page .contactInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40%;
}

.project-inner-page .allLinkIcon {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-inner-page .iconDiv {
  width: 3vw;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 1vw;
  border-radius: 50%;
  border: 1px solid #1b2d5188;
  transition: all 0.3s;
}

.project-inner-page .iconDiv:hover {
  background-color: #1b2d51;
}

.project-inner-page .iconDiv svg {
  width: 50%;
  transition: all 0.3s;
}

.project-inner-page .iconDiv:hover svg .cls-1 {
  /* filter: brightness(1); */
  fill:#fff;
}

.project-inner-page .video_div {
  margin-top: 10vh;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.project-innerCard {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.s4 .project-swiper:nth-child(odd) .project-innerCard {
  flex-direction: row-reverse;
}

.project-innerCard .imgDiv,
.project-innerCard .slideDiv {
  width: 60%;
  position: relative;
}

.project-innerCard .infoDiv {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vw;
}

.project-innerCard .infoDiv .sectitle {
  margin-bottom: 1em;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0.5%;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 25px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 5px)
  );
  border-radius: 5px;
  background-color: #ffffff;
  opacity: 0.5;
}

.swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  opacity: 0.8;
  background-color: #1b2d51;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
}

.swiper-button-prev:hover .swiper-button-prev:after,
.swiper-button-next:hover .swiper-button-next:after {
  opacity: 1;
}
/* 動畫區 */

.project-card .line .aniLine {
  content: " ";
  position: relative;
  background-color: #1b2d51;
  height: 1px;
  width: 0%;
  opacity: 0;
  animation-name: goLong-ho;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 2.25s;
}

@keyframes goLong-ho {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

.projectCardAni {
  opacity: 0;
  transform: translateY(50px);
  animation: projectCardAni 5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes projectCardAni {
  0% {
    transform: translateY(50px);
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
    -webkit-clip-path: circle(0% at 50% 50%);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}

.linefadeInRight {
  opacity: 0;
  animation-name: linefadeInRight;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  transform-origin: right center;
  margin-right: 0px;
  margin-left: auto;
}

@keyframes linefadeInRight {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

.linefadeInLeft {
  opacity: 0;
  animation-name: linefadeInLeft;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

@keyframes linefadeInLeft {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

.allLinkIcon .iconDiv {
  opacity: 0;
  animation-name: iconfadeInUp;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 1.5s;
}

.allLinkIcon .iconDiv:nth-of-type(2) {
  animation-delay: 1.75s;
}
.allLinkIcon .iconDiv:nth-of-type(3) {
  animation-delay: 2s;
}
.allLinkIcon .iconDiv:nth-of-type(4) {
  animation-delay: 2.25s;
}
.iconDiv:nth-of-type(5) {
  animation-delay: 2.5s;
}

@keyframes iconfadeInUp {
  0% {
    filter: blur(10px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.mapDiv iframe {
  width: 100%;
  min-height: 70vh;
  margin-bottom: 10vh;
}

.padding-rl-normal {
  padding-left: 7.8vw;
  padding-right: 7.8vw;
}

@media screen and (max-width: 768px) {

  .tel{font-size: 3.5vw;}
  .project-card {
    flex-direction: column;
    padding-bottom: 5vh;
  }

  .project-inner-page .video_div{
    width: 100%;
  }

  .project-card:nth-of-type(even) {
    flex-direction: column;
  }
  .project-card .imgDiv,
  .project-card .infoDiv {
    width: 100%;
  }
  .project-card .infoDiv .title-en {
    font-size: 22px;
  }
  .project-card .infoDiv .title {
    font-size: 30px;
  }
  .project-card .infoDiv > div {
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .project-inner-page .baseInfo .title {
    font-size: 30px;
  }
  .project-inner-page .linkInfo {
    flex-direction: column;
  }
  .project-inner-page .allLinkIcon,
  .project-inner-page .contactInfo {
    width: 100%;
  }
  .project-inner-page .iconDiv {
    width: 11vw;
    height: 11vw;
  }
  .project-innerCard, .s4 .project-swiper:nth-child(odd) .project-innerCard{
    flex-direction: column;
  }
  .project-innerCard .imgDiv, .project-innerCard .slideDiv{
    width: 100%;
  }
  .project-innerCard .infoDiv{
    width: 100%;
    justify-content:left;
  }
  .mapDiv iframe{min-height: 40vh;}
  .contactDiv .sectitle{margin-bottom: 5vh;}
  #contact{ padding: 7vh 0;}

  .project-inner-page .allLinkIcon {
    margin-bottom: 3vh;
  }
}

@media (max-width:500px) {
  .tel{font-size: 6vw;}
  .project-innerCard{margin: 5vh 0;}
  .project-innerCard .infoDiv{padding-left: 10px; padding-right: 10px;}
  .project-innerCard .infoDiv p br{display: none;}
  
}