/* font color */
/* family */
.faq .table_wrap {
  padding: 20px 0;
  border-top: 1px solid #AFBFC6;
  border-bottom: 1px solid #AFBFC6;
}
.faq .table_wrap > ul > li {
  padding: 0 20px 0 20px;
}
.faq .table_wrap > ul > li button {
  display: flex;
  width: 100%;
  gap: 8px;
  align-items: center;
  background: url(../images/icons/drop_down2.svg) no-repeat right center/20px auto;
  padding: 20px 20px 20px 0;
}
.faq .table_wrap > ul > li button .num {
  font-family: "spoqa_bold";
  color: #1273eb;
  font-size: 16px;
  line-height: 1.5;
}
.faq .table_wrap > ul > li button p {
  font-family: "noto_medium";
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 2px;
  flex: 1;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.faq .table_wrap .content {
  height: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  opacity: 0;
}
.faq .table_wrap .content.on {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.faq .table_wrap .content.on .box_inner .text {
  transition: all 1s;
  height: auto;
}
.faq .table_wrap .content .box_inner {
  padding: 0 0 20px 0;
}
.faq .table_wrap .content .box_inner .text {
  height: 0;
  overflow: hidden;
  padding: 20px 30px;
  background: #F3F5F8;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "noto_regular";
}

@media screen and (max-width: 1024px) {
  .faq .table_wrap > ul > li {
    padding: 0;
  }

  .faq .table_wrap .content .box_inner {
    padding: 0;
  }
}

/*# sourceMappingURL=FAQ.css.map */
