:root {
  --logo-size-height: 80px;
  --space-block: 50px;
  --time-animation-change-vehicles-css: 750ms;
  --time-animation-change-vehicles-js: 750;
}
@media only screen and (max-width: 868px) {
  :root {
    --logo-size-height: 65px;
    --space-block: 35px;
  }
}

#main section .news-dcar {
  padding-bottom: 85px;
  position: relative;
}
#main section .news-dcar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 340px);
  padding: 0 85px;
  height: 1px;
  background-color: #D6D6D6;
}
#main section .news-dcar-wrap .slick-list {
  width: 100%;
}
#main section .news-dcar-wrap .slick-slide {
  margin: 0 10px;
}
#main section .news-dcar-wrap .slick-track {
  margin: 0;
}
#main section .news-dcar-wrap .slick-arrow {
  position: absolute;
  background-color: #D6D6D6;
  border: 1px solid #707070;
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  z-index: 2;
  cursor: pointer;
  transition: 0.5s;
  animation: showNavigationSR 0.5s ease-in-out;
  color: transparent;
  font-size: 0;
  top: 10vw;
  transform: translateY(-80%);
  background-color: rgba(214, 214, 214, 0.33);
}
@keyframes showNavigationSR {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#main section .news-dcar-wrap .slick-arrow::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/symbols/arrow_outline.png");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#main section .news-dcar-wrap .slick-prev {
  left: -8px;
}
#main section .news-dcar-wrap .slick-prev::after {
  transform: rotate(90deg);
}
#main section .news-dcar-wrap .slick-next {
  right: -8px;
}
#main section .news-dcar-wrap .slick-next::after {
  transform: rotate(-90deg);
}
@media screen and (max-width: 868px) {
  #main section .news-dcar {
    padding-bottom: 50px;
  }
  #main section .news-dcar::after {
    width: calc(100% - 180px);
  }
  #main section .news-dcar-wrap {
    justify-content: initial;
    flex-direction: initial;
  }
  #main section .news-dcar .slick-arrow {
    top: 15vw;
  }
}
@media screen and (max-width: 550px) {
  #main section .news-dcar {
    padding-bottom: 50px;
  }
  #main section .news-dcar-wrap {
    justify-content: initial;
    flex-direction: initial;
  }
  #main section .news-dcar .slick-arrow {
    top: 30vw;
  }
}

/*# sourceMappingURL=news_detail.css.map */
