.article-body {
  background-color: transparent; 
}

.p-doctor__inner {
  max-width: 1290px;
  margin: 0 auto;
}

.p-doctor__item {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2.5vw, 40px);
}

.p-doctor__item:not(:first-of-type) {
  margin-top: 50px;
}

.p-doctor__item:nth-of-type(odd) {
  margin-left: 50px;
}

.p-doctor__item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-right: 50px;
}

.p-doctor__text-wrap {
  width: 44%;
}

.p-doctor__post {
  font-size: 16px;
}

.p-doctor__name {
  font-size: 24px;
}

.p-doctor__description {
  font-size: 16px;
  margin-top: 20px;
}

.p-doctor__image-wrap {
  width: 33%;
  position: relative;
}

.p-doctor__image-bg {
  width: 100%;
  aspect-ratio: 523.451 / 745.96;
  background: rgba(255, 255, 255, 0.65);
}

.p-doctor__image {
  position: absolute;
}

.p-doctor__item--01 .p-doctor__image {
  width: 128%;
  left: -12%;
  bottom: -10%;
}

.p-doctor__item--02 .p-doctor__image {
  width: 105%;
  left: -18%;
  bottom: -10%;
}

.p-doctor__item--03 .p-doctor__image {
  width: 118%;
  left: -15%;
  bottom: -10%;
}

.p-doctor__item--04 .p-doctor__image {
  width: 130%;
  left: -23%;
  bottom: -10%;
}

.p-doctor__item--05 .p-doctor__image {
  width: 128%;
  left: -30%;
  bottom: -10%;
}

.p-doctor__item--06 .p-doctor__image {
  width: 143%;
  left: -30%;
  bottom: -10%;
}

.p-doctor__item--07 .p-doctor__image {
  width: 125%;
  left: -12%;
  bottom: -10%;
}

.p-doctor__item--08 .p-doctor__image {
  width: 153%;
  left: -40%;
  bottom: -10%;
}

.p-doctor__item--09 .p-doctor__image {
  width: 113%;
  left: -15%;
  bottom: -10%;
}

@media (max-width: 767px) {

  .p-doctor__item {
    gap: 20px;
  }

  .p-doctor__item:nth-of-type(odd) {
    margin-left: 0;
    flex-direction: column;
  }
  
  .p-doctor__item:nth-of-type(even) {
    margin-right: 0;
    flex-direction: column;
  }

  .p-doctor__text-wrap {
    width: 85%;
    margin-top: 10%;
  }

  .p-doctor__image-wrap {
    width: 85%;
  }
  
}
