.product-desc-wrap {
  background: url(/assets/images/banner/product.png) no-repeat center;
  background-size: cover;
  margin-top: 80px;
  padding: 112px 0;
  position: relative;
}
.product-desc-wrap .page-tag {
  top: -90px;
}
.product-desc-wrap h2 {
  font-size: 30px;
  color: #555;
  margin: unset;
}
.product-desc-wrap small {
  font-size: 25px;
  color: #555;
  display: block;
  margin: 30px 0 15px;
}
.product-desc-wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  line-height: 2;
  margin: unset;
}
.product-desc-wrap img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .product-desc-wrap .page-tag {
    top: -60px;
  }
  .product-desc-wrap {
    margin-top: 50px;
    padding: 60px 0 80px;
  }
  .product-desc-wrap h2 {
    font-size: 18px;
    line-height: 1.6;
  }
  .product-desc-wrap small {
    font-size: 24px;
    margin: 10px 0 20px;
  }
  .product-desc-wrap p {
    font-size: 14px;
  }
}



.list-wrap {
  padding-bottom: 69px;
  position: relative;
}
.list-wrap .page-tag {
  top: -150px;
}
.list-wrap h2 {
  font-size: 30px;
  margin: 0;
  padding: 69px 0 40px;
  color: #555;
  text-align: center;
}
.list-wrap .wrap {
  height: 550px;
  padding: 50px 30px 0;
  background: #F7F9FC;
  position: relative;
  border: 3px solid transparent;
  transition: background .3s ease, border .3s ease;
}
.list-wrap .col {
  padding-bottom: 30px;
}
.list-wrap .col .icon {
  width: 153px;
  height: 115px;
  margin: 0 auto;
}
.list-wrap .col .icon img {
  height: 100%;
  object-fit: contain;
}
.list-wrap .col h3 {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  text-align: center;
}
.list-wrap .col p {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 2;
}
.list-wrap .col .hover {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .3s ease;
}
.list-wrap .col .hover img {
  display: block;
}
.list-wrap .col .wrap:hover {
  border-color: #009ea1;
  background: #fff;
}
.list-wrap .col .wrap:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .list-wrap .col {
    margin-bottom: 0;
  }
  .list-wrap .page-tag {
    top: -100px;
  }
  .list-wrap .wrap {
    height: unset;
    padding-bottom: 60px;
  }
  .list-wrap .col .hover {
    display: none;
  }
}
