@charset "UTF-8";

section.front-faq {
  background-color: #fff;
  padding: 0;
  width: auto;
  margin: 0;
}

.front-faq .faq_list_wrap.ly_cont_sm {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}

@media (max-width: 1079.98px) {
  .front-faq .faq_list_wrap.ly_cont_sm {
    padding: 60px 5%;
  }
}

.front-faq .faq_list {
  gap: 0;
  margin: 40px auto;
}

.front-faq dl.faq:not(:last-child) {
  border-bottom: 1px solid #D0D5DD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.front-faq dl.faq .question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: unset;
  background-color: unset;
  border: unset;
  border-radius: unset;
  padding: unset;
}

.front-faq dl.faq .answer {
  border: none;
  padding: 18px 20px 0 0;
}

.front-faq dl.faq .question .toggle-icon {
  background-color: #fff;
}

.front-faq dl.faq .bar {
  width: 14px;
  background-color: #000;
}

.front-faq .black-button {
  margin-top: 48px;
}
