.home-contents {
  z-index: 9;
}
.home-contents .data-type {
  overflow: hidden;
}
.home-contents .data-type img {
  width: 100%;
}
.home-contents .data-type .uk-slider-container {
  overflow: visible !important;
}
.home-contents .data-type .heading-hoome {
  text-align: center;
}
.home-contents .data-type .sub_w {
  margin: 0 auto;
  text-align: center;
}
.home-contents .data-hover .boox-img {
  overflow: hidden;
}
.home-contents .data-hover .boox-img .img {
  transform: scale(1);
  transition: all 600ms;
}
.home-contents .data-hover:hover .boox-img .img {
  transform: scale(1.05);
}
@media (max-width: 959px) {
  .page-home .wrap-banner .banner-title {
    font-size: 2.125rem;
  }
  .page-home .wrap-banner .sub-banner-title {
    font-size: 1.15rem;
    line-height: 1.2;
  }
}
