.faq .acc__item:not(:last-child) {
  border-bottom: 2px solid var(--clr-03);
}
.faq .acc__body {
  display: none;
}
.faq .acc__head {
  padding: 30px 0;
}
.faq .acc__icon {
  width: 40px;
  height: 40px;
}
.faq .acc__icon span {
  display: block;
  background-color: var(--clr-03);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s;
}
.faq .acc__icon span:nth-child(1) {
  width: 2px;
  height: 24px;
}
.faq .acc__icon span:nth-child(2) {
  width: 24px;
  height: 2px;
}
.faq .acc__body {
  padding-bottom: 30px;
  max-width: 740px;
  display: none;
}