.pc-about-fv-box{
    position: absolute;
    /* transform: translateX(20%); */
    right: 10%;
    top: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.medical-guid-title{
    width: 300px;
    margin:auto;
}
.medical-guid{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}
.medical-guid .text{
    width: 50%;

}
.medical-guid .text p{
    font-size: 20px;
    color: #0B3E6B;
}
.medical-guid .img{
    width: 47%;
}
.wave{
    width: 100%;
}
.rinen-title{
    width: 270px;
    margin: auto;
}
.rinen{
    display: flex;
    justify-content: center;
}
.rinen p{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #0B3E6B;
}
.rinen-br{
    display: none;
}
.rinen-text{
    font-size: 20px;
    color: #0B3E6B;
    margin-top: 30px;
    line-height: 2;
}
.specious{
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.specious .img{
    width: 45%;
    max-width: 512px;
}
.specious .text{
    width: 53%;
}
.specious .text p{
    font-size: 20px;
    color: #0B3E6B;
    line-height: 2;
}


.swiper {
    width: 100%;
    height: auto;
    position: unset;
  }
  
  .swiper-slide {
    overflow: hidden;
  }
  
  .about-slide-item {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  
  .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }



  .marquee {
    overflow: hidden;
    width: 100%;
  }
  
  .marquee-track {
    display: flex;
    width: calc(200%); /* double the content for seamless scroll */
    animation: marquee 10s linear infinite;
  }
  
  .slide {
    flex: 0 0 auto;
    width: 300px; /* slide width */
    /* margin-right: 20px; */
  }
  
  /* Marquee animation */
  @keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* scroll exactly half to loop seamlessly */
  }

  @media only screen and (max-width: 768px){
    .medical-guid .img,
    .medical-guid .text,
    .specious .img,
    .specious .text {
        width: 100%;
    }

  }
  