@charset "utf-8";

#bo_cate h2 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_cate ul {
  margin: 20px 0;
  padding-left: 1px;
  zoom: 1;
}

#bo_cate ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_cate li {
  display: inline-block;
  float: left;
  margin: 3px 3px 3px 0;
}

#bo_cate a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  background: #fff;
}

#bo_cate #bo_cate_on {
  background: var(--subcolor2down);
  color: #fff;
}

#faq_wrap {
  margin-bottom: 120px;
}

#faq_wrap h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}

.faq_admin {
  margin: 0 5px;
  text-align: right;
}

#faq_wrap p {
  line-height: 1.5rem;
  margin: 0;
  font-size: 18px;
  color: #545454;
  margin-right: 40px;
}

#faq_wrap ol {
  margin: 20px 0;
  border-top: 1px solid #000;
  padding: 0;
  list-style: none;
}

#faq_wrap li {
  border-bottom: 1px solid #eee;
}

#faq_con h3 {
  position: relative;
  padding-left: 30px;
}

#faq_con h3 a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

#faq_con h3::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #888;
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 20px;
  z-index: -1;
}

#faq_con .faq_alp {
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  background: var(--subcolor1down);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#faq_con .faq_alp.faq_alp_a {
  left: 10px;
  top: 20px;
}

#faq_con .faq_alp_a {
  background: var(--pointcolor);
  color: #666;
}

#faq_con .con_inner {
  position: relative;
  display: none;
  padding: 20px;
  padding-left: 60px;
  line-height: 1rem;
  border-top: 1px solid #eee;
}

#faq_con .con_closer {
  margin: 10px 0 0;
  text-align: right;
}

#faq_con .closer_btn {
  margin: 0;
  padding: 2px 10px;
  line-height: 24px;
  border: 0;
  background: var(--subcolor2down);
  color: #fff;
  border-radius: 4px;
}

.faq_tolist {
  padding: 0 10px;
  text-align: right;
}

.faq_img {
  text-align: center;
}

#faq_sch {
  position: relative;
  max-width: 300px;
  margin: 80px auto 0;
  width: 100%;
}
#faq_sch form {
  display: flex;
  align-items: center;
  justify-content: center;
}

#faq_sch .frm_input {
  width: 100%;
  border: 0;
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 50px;
}

#faq_sch .btn_submit {
  /* position: absolute;
  top: 0;
  right: 0; */
  width: 52px;
  height: 100%;
  background: none;
  color: #333;
  font-size: 16px;
  /* background-color: #19ce60; */
}

@media (max-width: 640px) {
  #faq_wrap p {
    font-size: 14px;
  }
}
