/*----------------------------------------------------*/
/*                    equipment                       */
/*----------------------------------------------------*/
.lower-mv.s-d {
  background-image: url(../img/service/service_detail/s_d_lower_mv.jpg);
}

.equipment .lead-txt {
  margin-top: 30px;
}

.equipment__list {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .equipment__list {
    margin-top: 20px;
  }
}

.equipment__item {
  width: calc(100% / 3 - 30px);
  max-width: 360px;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .equipment__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.equipment__img {
  width: 100%;
}

.equipment__txt {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 10px;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
  position: absolute;
  bottom: 0;
  width: 100%;
}
