.faq {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 8;
}

.faq__contents {
  position: relative;
  max-width: 1644px;
  width: 100%;
  padding: 0 62px;
  padding-top: 263px;
  padding-bottom: 160px;
  margin: 0 auto;
  overflow: hidden;
}

.faq__contents__banner {
  position: relative;
  border-radius: 20px;
  padding: 77px 95px;
}

.faq__contents__banner__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}

.faq__contents__banner__character {
  position: absolute;
  bottom: -25px;
  right: 10%;
}

.faq__contents__banner__character img {
  width: 410px;
  height: auto;
}

.faq__contents__banner__title {
  display: flex;
  position: relative;
  gap: 32px;
  align-items: center;
}

.faq__contents__banner__title span {
  position: relative;
  font-family: Urbanist;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: #ffffff;
}

.faq__contents__banner__title img {
  width: 60px;
  height: auto;
}

.faq__contents__banner__button {
  cursor: pointer;
  position: relative;
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 10px;
  width: fit-content;
  border: 1px solid #d8f8fa;
  backdrop-filter: blur(15px);
  background: #00000026;
}

.faq__contents__banner__button span {
  margin-right: 8px;
}

.faq__contents__list {
  position: relative;
  width: 1374px;
  margin: 0 auto;
  margin-top: 74px;
  padding: 0 60px;
}

.faq__contents__list__item {
  position: relative;
  padding: 64px 0;
}

.faq__contents__list__item__question {
  cursor: pointer;
  display: flex;
  position: relative;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  gap: 40px;
  align-items: center;
  color: #333333;
  padding-right: 64px;
}

.faq__contents__list__item__question span {
  font-weight: 700;
  color: #00b6c1;
}

.faq__contents__list__item__question img {
  position: absolute;
  width: 28px;
  height: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.faq__contents__list__item__answer {
  display: none;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  margin-top: 40px;
  color: #444444;
  padding-right: 64px;
}

.faq__contents__list__item.active .faq__contents__list__item__question img {
  transform: scaleY(-1);
}

.faq__contents__list__item.active .faq__contents__list__item__answer {
  display: block;
}
