@charset "utf-8";

html {
  scroll-padding-top: 140px;
}

.ttl-with-line {
  margin-bottom: 20px;
}

.faq-content .faq-item {
  background-color: #f1f1f1;
  padding-inline: 20px;
}

.content-right .faq-blk {
  margin-bottom: 40px;
}

.faq-content .faq-list .btn-faq {
  display: flex;
  width: 100%;
  gap: 10px;
  appearance: none;
  border: none;
  background-color: transparent;
  padding-inline: unset;
  padding-block: 20px;
  position: relative;
  align-items: center;
  text-align: start;
}

.faq-content .faq-list li+li {
  margin-top: 10px;
}

.faq-content .faq-question .plus-icon {
  position: relative;
  margin-left: auto;
  display: block;
  min-width: 18px;
  aspect-ratio: 1;
}

.faq-content .faq-question .faq-q {
  align-self: flex-start;
}

.faq-content .faq-question .question {
  line-height: 2;
}

.faq-content .faq-question .plus-icon::before, .faq-content .faq-question .plus-icon::after {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--clr-neutral-900);
  content: "";
  transform-origin: center;
  transition: transform .4s;
}

.faq-content .faq-question .plus-icon:before {
  width: 100%;
  height: 1.5px;
}

.faq-content .faq-question .plus-icon:after {
  width: 1.5px;
  height: 100%;
}

.faq-content .faq-list .faq-answer {
  border-top: 1px solid var(--clr-border-500);
  padding-block: 38px;
}

.faq-content .faq-list .faq-answer p+p {
  margin-top: 27px;
}

.faq-content .faq-list .faq-answer-inner {
  display: flex;
  gap: 12px;
}

.btn-faq[aria-expanded="true"] .plus-icon::before,
.btn-faq[aria-expanded="true"] .plus-icon::after {
  transform: rotate(180deg);
}

.btn-faq[aria-expanded="true"] .plus-icon::after {
  opacity: 0;
  transition: opacity .2s .2s, transform .4s;
}

.to-contact-us {
  margin-top: 35px;
  padding-top: 36px;
  border-top: 1px solid var(--clr-border-500);
}

.to-contact-us p {
  margin-bottom: 17px;
}

.to-contact-us a {
  text-decoration: unset;
  color: var(--clr-primary);
}

.btn-withdraw {
  color: #fff;
  background-color: #212121;
  border-radius: 3px;
  padding: 4px 20px 0;
  height: 40px;
  cursor: pointer;
  max-width: 105px !important;
}

.withdraw {
  justify-content: space-between;
  font-size: 14px;
  display: flex;
}

.w100 {
  width: 100%;
}

.w-note {
  font-size: 13px;
}

@media (max-width: 768px) {
  .sec-side-ttl {
    margin-bottom: 36px;
  }

  .faq-content .faq-list .btn-faq  {
    padding-block: 18px;
  }

  .faq-blk + .faq-blk {
    margin-top: 35px;
  }

  .has-side-column {
    gap: 40px;
  }

  .withdraw {
    display: block;
  }

  .btn-withdraw {
    margin-top: 15px;
  }
}
