.section {
  padding-bottom: 0;
}

.faqListWrap .faqCateList:not(:first-of-type) {
  margin-top: 60px;
}
.faqListWrap .faqCateList .faqCateTitle {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1079px) {
  .faqListWrap .faqCateList .faqCateTitle {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .faqListWrap .faqCateList .faqCateTitle {
    font-size: 4.6875vw;
  }
}
.faqListWrap .faqCateList .faqBlockWrap .faqBlock {
  border-bottom: 1px dashed #d9d9d9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faqListWrap .faqCateList .faqBlockWrap .faqBlock .question, .faqListWrap .faqCateList .faqBlockWrap .faqBlock .answer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.faqListWrap .faqCateList .faqBlockWrap .faqBlock .question .faqMark, .faqListWrap .faqCateList .faqBlockWrap .faqBlock .answer .faqMark {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  line-height: 30px;
  padding-left: 2px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .faqListWrap .faqCateList .faqBlockWrap .faqBlock .question .faqMark, .faqListWrap .faqCateList .faqBlockWrap .faqBlock .answer .faqMark {
    margin-right: 4%;
  }
}
.faqListWrap .faqCateList .faqBlockWrap .faqBlock .question .text, .faqListWrap .faqCateList .faqBlockWrap .faqBlock .answer .text {
  width: 88%;
  padding-top: 0.2em;
}
@media only screen and (max-width: 767px) {
  .faqListWrap .faqCateList .faqBlockWrap .faqBlock .question .text, .faqListWrap .faqCateList .faqBlockWrap .faqBlock .answer .text {
    width: 74%;
    font-size: 3.90625vw;
  }
}
.faqListWrap .faqCateList .faqBlockWrap .faqBlock .question .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  padding-top: 0.2em;
}
@media only screen and (max-width: 767px) {
  .faqListWrap .faqCateList .faqBlockWrap .faqBlock .question .icon {
    width: 14px;
    height: 14px;
    padding-top: 0.8em;
  }
}
.faqListWrap .faqCateList .faqBlockWrap .faqBlock .question .icon:before, .faqListWrap .faqCateList .faqBlockWrap .faqBlock .question .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
}
.faqListWrap .faqCateList .faqBlockWrap .faqBlock .question .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faqListWrap .faqCateList .faqBlockWrap .faqBlock .question .icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faqListWrap .faqCateList .faqBlockWrap .faqBlock .answerWrap {
  margin-top: 15px;
  display: none;
}
.faqListWrap .faqCateList .faqBlockWrap .faqBlock .answerWrap .answer .faqMark {
  background-color: #fff5d7;
}