.testimonial {
  padding: 12rem 0;
  background: url(../images/bg-testimonial.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonial h2 {
  margin-bottom: 4rem;
}
.testimonial-list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: scroll;
  display: flex;
  gap: 5rem;
  width: 100vw;
  margin: 1rem auto;
}
.testimonial-item {
  position: relative;
  width: 75rem;
  max-width: 75rem;
  padding: 6rem;
  padding-left: 8rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 75rem;
  min-height: 66rem;
}
.testimonial-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -4rem;
  width: 4rem;
  height: 100%;
  background: url(../images/bg-punchhole.svg) repeat-y;
  background-size: contain;
  background-position: center 1rem;
  opacity: 0.9;
}
.testimonial-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-bottom: 2rem;
}
.testimonial-profile-img {
  width: 22rem;
  height: 22rem;
  object-fit: cover;
}
.testimonial-profile-img img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-profile-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.testimonial-profile-txt h3 {
  font-size: 3rem;
  font-weight: 400;
}
.testimonial-profile-txt h3 small {
  margin-left: 1rem;
  font-size: 40%;
}
.testimonial-profile-txt table {
  border-spacing: 0 1rem;
  font-size: 1.5rem;
}
.testimonial-profile-txt table th {
  padding-right: 1rem;
}
.testimonial-profile-txt table th span {
  display: block;
  padding: 0.5rem 2rem;
  border-radius: 100rem;
  background: #C0B6AC;
  text-align: center;
  color: #3A3024;
  white-space: nowrap;
}
.testimonial-interview-item {
  margin-top: 0.5rem;
}
.testimonial-interview-item dt {
  padding: 0.75rem 0;
  border-bottom: 2px solid #3A3024;
  font-size: 1.5rem;
  cursor: pointer;
}
.testimonial-interview-item dt::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-bottom: -0.2em;
  margin-right: 0.6em;
  background: url(../images/icn-arrow-02.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.testimonial-interview-item dt:hover, .testimonial-interview-item dt:active {
  background: rgba(236, 225, 208, 0.4);
}
.testimonial-interview-item dt.active::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.testimonial-interview-item dd {
  padding: 0.75rem 0;
  line-height: 1.6;
  font-size: 1.5rem;
}
.testimonial .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
  margin-top: 4rem;
  padding: 0 8rem;
}
.testimonial .splide__pagination__page {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid #3A3024;
  border-radius: 1.25rem;
  background: #fff;
}
.testimonial .splide__pagination__page.is-active {
  background: #FDB516;
}

@media screen and (max-width: 768px) {
  .testimonial {
    padding: 12rem 0;
    background: url(../images/bg-testimonial.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .testimonial h2 {
    margin-bottom: 4rem;
  }
  .testimonial-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-x: scroll;
    display: flex;
    gap: 5rem;
    width: 100vw;
    margin: 1rem auto;
  }
  .testimonial-item {
    position: relative;
    width: 75vw;
    max-width: 75vw;
    padding: 6rem 1rem;
    padding-left: 3rem;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 75vw;
    min-height: 99rem;
  }
  .testimonial-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: -4rem;
    width: 4rem;
    height: 100%;
    background: url(../images/bg-punchhole.svg) repeat-y;
    background-size: contain;
    background-position: center 1rem;
    opacity: 0.9;
  }
  .testimonial-profile {
    display: grid;
    gap: 4rem;
    margin-bottom: 2rem;
  }
  .testimonial-profile-img {
    width: 22rem;
    height: 22rem;
    object-fit: cover;
  }
  .testimonial-profile-img img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .testimonial-profile-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .testimonial-profile-txt h3 {
    font-size: 3rem;
    font-weight: 400;
  }
  .testimonial-profile-txt h3 small {
    margin-left: 1rem;
    font-size: 40%;
  }
  .testimonial-profile-txt table {
    border-spacing: 0 1rem;
    font-size: 1.5rem;
  }
  .testimonial-profile-txt table th {
    padding-right: 1rem;
  }
  .testimonial-profile-txt table th span {
    display: block;
    padding: 0.5rem 2rem;
    border-radius: 100rem;
    background: #C0B6AC;
    text-align: center;
    color: #3A3024;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .testimonial-interview-item {
    margin-top: 0.5rem;
  }
  .testimonial-interview-item dt {
    padding: 0.75rem 0;
    border-bottom: 2px solid #3A3024;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .testimonial-interview-item dt::before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-bottom: -0.2em;
    margin-right: 0.6em;
    background: url(../images/icn-arrow-02.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .testimonial-interview-item dt:hover, .testimonial-interview-item dt:active {
    background: rgba(236, 225, 208, 0.4);
  }
  .testimonial-interview-item dt.active::before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .testimonial-interview-item dd {
    padding: 0.75rem 0;
    line-height: 1.6;
    font-size: 1.5rem;
  }
  .testimonial .splide__pagination {
    display: grid;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.5rem;
    margin-top: 4rem;
    padding: 0 8rem;
  }
  .testimonial .splide__pagination__page {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid #3A3024;
    border-radius: 1.25rem;
    background: #fff;
  }
  .testimonial .splide__pagination__page.is-active {
    background: #FDB516;
  }
}