@media screen and (max-width: 768px) {
  .PD-01 .pd01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
  }
}
.PD-01 .pd01-rightStyle::-webkit-scrollbar {
  display: none;
}
