/* content */
.content-wrapper {
  overflow-x: hidden;
  min-height: calc(100vh - 104px);
  padding-top: 108px;
}
.faq-level-2 {
  padding: 16px;
}

.faq-level-2 .category-name {
  font-size: 12px;
  line-height: 2;
  color: #606060;
}
.faq-level-2-item {
  padding: 24px 0;
  border-bottom: 1px solid #f2f2f2;
}
.faq-level-2-item .title {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.faq-level-2-item .faq-list {
  margin-top: 16px;
}
.faq-level-2-item .faq {
  padding: 8px 0 8px 12px;
  display: block;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  line-height: 1.71;
  color: #f759ab;
}
.faq-level-2-item .faq:before {
  content: "";
  height: 3px;
  width: 3px;
  background-color: #ccc;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 18px;
}