.outProduct {
  padding-bottom: 80px;
  background-color: #f1f1f1;
}
.outProduct-item {
  height: auto;
  display: block;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .outProduct-item {
    margin-top: 0;
  }
}
.outProduct-border-over {
  border: 3px solid #ffb21b;
  width: 60%;
  height: 100%;
  position: absolute;
  top: -89px;
  left: 0;
  z-index: -1;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .outProduct-border-over {
    height: calc(100% - 42px);
    top: -47px;
  }
}
@media only screen and (max-width: 767px) {
  .outProduct-border-over {
    display: none;
  }
}
.outProduct-content {
  background: #ffffff;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
.outProduct-content:hover .outProduct-title {
  color: #ffb21b;
}
.outProduct-content:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.3s all ease-in-out;
}
.outProduct-image {
  height: 300px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .outProduct-image {
    height: 240px;
  }
}
@media only screen and (max-width: 1600px) {
  .outProduct-image {
    height: 240px;
  }
}
.outProduct-image a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
}
.outProduct-image img {
  width: 102%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease-in-out;
}
.outProduct-text {
  padding: 15px;
}
.outProduct-title {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  white-space: nowrap;
}
.outProduct-description, .outProduct-date {
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  color: #666565;
}
.outProduct-description p, .outProduct-date p {
  margin-bottom: 0;
}
.outProduct-date {
  color: #333333;
  -webkit-line-clamp: 1;
}
.outProduct-button .btn-redirect {
  padding: 10px 20px;
  background-color: #ffb21b;
  color: #ffffff;
  font-size: 18px;
  align-items: center;
  justify-content: space-around;
  min-width: 200px;
  display: inline-flex;
}
.outProduct-button .btn-redirect i {
  font-size: 22px;
  line-height: 20px;
}

/*# sourceMappingURL=out-product.css.map */
