@charset "UTF-8";

.lp_wrap .clinic .marquee {
  position: absolute;
  top: 62.4%;
  left: 0%;
  width: 376%;
  display: flex;
}
.lp_wrap .clinic .marquee div {
  animation: 14s clinic_marquee linear infinite
}
@keyframes clinic_marquee {
  to {
    transform: translateX(-100%);
  }
}
.lp_wrap .clinic .slider_wrap {
  position: absolute;
  top: 66.05%;
  left: 0%;
  width: 100%;
}