.categoryArea {
  display: flex;
}
.categoryArea .categoryList {
  display: block;
  background: url(../../shared/images/arrow_circle_black_down.svg) right center no-repeat;
  background-size: 20px;
  padding-right: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .categoryArea {
    flex-direction: column;
    row-gap: 16px;
    padding: 0 0 48px 0;
  }
  .categoryArea .categoryList {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media print, screen and (min-width: 768px) {
  .categoryArea {
    justify-content: space-evenly;
    padding: 0 0 80px 0;
  }
  .categoryArea .categoryList {
    font-size: clamp(14px, 1.41vw, 18px);
  }
}
.secFaqWrap .secFaq .faqCategory {
  border-bottom: solid 1px #DADADA;
  font-weight: bold;
}
.secFaqWrap .secFaq .faqListWrap .faqList {
  border-bottom: solid 1px #DADADA;
}
.secFaqWrap .secFaq .faqListWrap .faqList .listTitle {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
}
.secFaqWrap .secFaq .faqListWrap .faqList .listTitle .titleHead {
  color: #004097;
  font-weight: 500;
}
.secFaqWrap .secFaq .faqListWrap .faqList .listTitle .titleText {
  color: #004097;
  font-weight: 500;
}
.secFaqWrap .secFaq .faqListWrap .faqList .listTitle .titleArrow {
  background: url(../../shared/images/arrow_blue_down.svg) center center no-repeat;
  width: 16px;
  height: 15px;
  background-size: contain;
  transition: transform 0.5s;
}
.secFaqWrap .secFaq .faqListWrap .faqList .listContent {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: 0.5s;
}
.secFaqWrap .secFaq .faqListWrap .faqList .listContent .contentIn * {
  font-weight: 500;
  line-height: 180%;
}
.secFaqWrap .secFaq .faqListWrap .faqList .listContent .contentIn a {
  text-decoration: underline;
}
.secFaqWrap .secFaq .faqListWrap .faqList.on .listTitle .titleArrow {
  transform: rotateX(180deg);
}
.secFaqWrap .secFaq .faqListWrap .faqList.on .listContent {
  opacity: 1;
  max-height: 500px;
}

@media only screen and (max-width: 767px) {
  .secFaqWrap .secFaq {
    padding: 0 0 64px 0;
  }
  .secFaqWrap .secFaq:last-of-type {
    padding-bottom: 0;
  }
  .secFaqWrap .secFaq .faqCategory {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 12px 0;
    margin: 0 0 24px 0;
  }
  .secFaqWrap .secFaq .faqListWrap .faqList {
    padding: 16px 0;
  }
  .secFaqWrap .secFaq .faqListWrap .faqList .listTitle .titleHead {
    width: 26px;
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .secFaqWrap .secFaq .faqListWrap .faqList .listTitle .titleText {
    width: calc(100% - 26px - 16px);
    padding-right: 10px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secFaqWrap .secFaq .faqListWrap .faqList .listContent .contentIn {
    padding: 14px 0 0 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secFaqWrap .secFaq {
    padding: 0 0 84px 0;
  }
  .secFaqWrap .secFaq:last-of-type {
    padding-bottom: 0;
  }
  .secFaqWrap .secFaq .faqCategory {
    font-size: clamp(14px, 1.88vw, 24px);
    padding: 0 0 12px 0;
    margin: 0 0 32px 0;
  }
  .secFaqWrap .secFaq .faqListWrap .faqList {
    padding: 25px 0;
  }
  .secFaqWrap .secFaq .faqListWrap .faqList .listTitle .titleHead {
    width: 30px;
    font-size: clamp(14px, 1.88vw, 24px);
  }
  .secFaqWrap .secFaq .faqListWrap .faqList .listTitle .titleText {
    width: calc(100% - 30px - 16px);
    padding-right: 10px;
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secFaqWrap .secFaq .faqListWrap .faqList .listContent .contentIn {
    padding: 14px 0 0 0;
    font-size: clamp(14px, 1.17vw, 15px);
  }
}/*# sourceMappingURL=style.css.map */