/* line 1, ../sass/faq.scss */
.faq {
  position: relative;
}

/* line 5, ../sass/faq.scss */
.faq-wr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 11, ../sass/faq.scss */
.faq-wr .col {
  width: 45%;
}
/* line 14, ../sass/faq.scss */
.faq-wr .col:nth-child(2) {
  width: 50%;
}

/* line 20, ../sass/faq.scss */
.faq-undertitle {
  position: relative;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}

/* line 27, ../sass/faq.scss */
.faq-menu {
  position: sticky;
  top: 40px;
}
/* line 31, ../sass/faq.scss */
.faq-menu h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 17px;
}
/* line 39, ../sass/faq.scss */
.faq-menu ul li {
  margin-bottom: 5px;
}
/* line 42, ../sass/faq.scss */
.faq-menu ul li a {
  color: var(--color-active);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
/* line 48, ../sass/faq.scss */
.faq-menu ul li a:hover {
  text-decoration: underline;
}
/* line 55, ../sass/faq.scss */
.faq-menu ul li.active a {
  font-weight: 900;
  color: var(--color-dark-blue);
  text-decoration: underline;
}

/* line 65, ../sass/faq.scss */
.faq-toggle {
  position: relative;
}

/* line 69, ../sass/faq.scss */
.faq-toggle-row {
  position: relative;
  border-bottom: 1px solid #000;
}

/* line 74, ../sass/faq.scss */
.faq-toggle-row-title {
  padding: 32px 0;
  font-size: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
/* line 84, ../sass/faq.scss */
.faq-toggle-row-title span {
  display: block;
  max-width: calc(100% - 40px);
}
/* line 89, ../sass/faq.scss */
.faq-toggle-row-title svg {
  width: 30px;
  height: 30px;
  transition: .3s ease-in-out;
}
/* line 97, ../sass/faq.scss */
.faq-toggle-row-title.active svg {
  transform: rotate(90deg);
}

/* line 103, ../sass/faq.scss */
.faq-toggle-row-desc {
  display: none;
}
/* line 106, ../sass/faq.scss */
.faq-toggle-row-desc .text {
  padding-bottom: 24px;
  display: block;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 115, ../sass/faq.scss */
  .faq-undertitle {
    font-size: 18px;
    margin-bottom: 25px;
  }

  /* line 120, ../sass/faq.scss */
  .faq-toggle-row-title {
    padding: 26px 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 130, ../sass/faq.scss */
  .faq-wr .col {
    width: 100% !important;
  }

  /* line 135, ../sass/faq.scss */
  .faq-undertitle {
    font-size: 18px;
    margin-bottom: 25px;
  }

  /* line 140, ../sass/faq.scss */
  .faq-toggle-row-title {
    padding: 22px 0;
    font-size: 18px;
  }
  /* line 144, ../sass/faq.scss */
  .faq-toggle-row-title svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 155, ../sass/faq.scss */
  .faq-wr .col {
    width: 100% !important;
  }

  /* line 160, ../sass/faq.scss */
  .faq-undertitle {
    font-size: 18px;
    margin-bottom: 25px;
  }

  /* line 165, ../sass/faq.scss */
  .faq-toggle-row-title {
    padding: 16px 0;
    font-size: 17px;
  }
  /* line 169, ../sass/faq.scss */
  .faq-toggle-row-title svg {
    width: 20px;
    height: 20px;
  }
}
