.faq_top_next main {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.faq_top_next main div {
  border-radius: 12px;
  cursor: pointer;
}
.slide {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px !important;;
  width: 95px;
  border: 1px solid #E8E6EA;
  margin: auto;
  padding: 4px 0px;
  border-radius: 36px;
}
.slide li {
 width: 10px;
  height: 10px;
  background: #E8E6EA;
  border-radius: 50%;
  margin: 0px 2px;
 cursor: pointer;
}
.fived {
  margin-right: 0;
}

.a {
  width: 50%;
}
.b {
  background-color: #1c1c1c;
}
.c {
  pointer-events: none;
}

.one {
  background-color: #191b2e;
}
.two {
  background-color: #006A4D;
}
.three {
  background-color: #DB0011;
}
.four {
  background-color: #5A287D;
}
.five {
  background-color: #EC0000;
}
/*# sourceMappingURL=slider.css.map */