@charset "utf-8";

@charset "utf-8";
#faq_sch{
    padding: 15px;
    background-color: #fff;
	border-bottom: 10px solid var(--bg);

}
#faq_wrap  .tab_wrap{
	margin-bottom: 20px;
}

#faq_wrap {
    padding: 15px;
    background-color: #fff;
	margin-top: 10px;
}

.tab_wrap .tab{
	
    color: var(--text);
    background-color: var(--bg);
	border-radius: 30px;

}
.tab_wrap .tab.active{
	
    color: #fff;
    background-color: var(--primary);

}

.faq_admin{display: flex; justify-content: flex-end; margin-bottom: 20px;}

#faq_con li {
  border-bottom: 1px solid var(--border);
}

#faq_con h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
#faq_con ol {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 2px solid #111;
}
#faq_con li {
  border-bottom: 1px solid #ddd;
}
#faq_con li.active .fa-angle-down {
  margin-left: auto;
  transform: rotate(180deg);
}
#faq_con .fa-angle-down {
  margin-left: auto;
}
#faq_con h3 {
  margin: 0;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
}
#faq_con h3 p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
#faq_con .faq_alp {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 12px;
  font-size: 13px;
}
#faq_con .faq_alp_q {
  background: var(--text-2);
  color: #fff;
}
#faq_con .faq_alp_a {
  background: var(--primary);
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
}
#faq_con .con_inner {
  display: none;
  position: relative;
  padding: 20px 20px 24px 60px;
  background: #f8f8f8;
}
#faq_con .con_inner p {
  margin: 0;
  line-height: 1.6;
}
#faq_con .con_closer {
  margin-top: 15px;
  display: none;
}
#faq_con .con_closer button {
  border: 0;
  background: #111;
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
}
#faq_con .con_closer button:hover {
  background: #333;
}
#faq_con .sch_word {
  background-color: var(--primary-2);
}