/*----------slider----------*/
.gc-slider {
  width: 900px;
  margin: 0 auto; }
  @media (max-width: 1000px) {
    .gc-slider {
      width: 100%; } }

.slick-next {
  width: 30px;
  height: 30px;
  right: -30px; }
  .slick-next:before {
    font-size: 30px; }
  @media (max-width: 767px) {
    .slick-next {
      right: 10px; } }

/**/
.row_ba {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.before {
  width: 45%; }

.after {
  width: 45%; }

.arrow {
  width: 5%; }

.ba_title {
  margin-bottom: 5px;
  font-size: 1.25rem;
  font-weight: bold; }

.example_row {
  display: flex;
  justify-content: space-between; }
  .example_row .consul_cont {
    width: 80%; }
    @media (max-width: 767px) {
      .example_row .consul_cont {
        width: 60%; } }

.voice_img {
  width: 15%; }
  .voice_img img {
    background-color: #ffffff;
    border: 1px solid #828282; }
  @media (max-width: 767px) {
    .voice_img {
      width: 35%; } }

/*swiper*/
.gc-slider_inner {
  position: relative; }

.swiper-container {
  margin-bottom: 15px; }

.swiper-button-next {
  right: -50px; }
  @media (max-width: 768px) {
    .swiper-button-next {
      right: 10px; } }

.swiper-button-prev {
  left: -50px; }
  @media (max-width: 768px) {
    .swiper-button-prev {
      left: 10px; } }
.gc-slider .gc-slider_inner img{
width: 100%;
margin: 0 auto;
}