@charset "utf-8";

/*============================
#works
============================*/

#works {
  padding: 40px 0 0;
}

#works .inner::after {
  display: block;
  content: "";
  width: 30%;
}

#works .inner .box {
  width: 30%;
  margin-bottom: 50px;
}

#works .inner .box a {
  display: block;
}

#works .inner .box .photo {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: 0;
  padding-top: 73%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, .08), -10px -10px 20px #fff;
}

#works .inner .box .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#works .inner .box .text {
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.4;
}

#works .inner .box .text .title {
  font-size: 16px;
}

#works .inner .box .text .cus-cat span {
  font-size: 14px;
  color: #79c5db;
}

@media only screen and (max-width: 1040px) {

  #works .inner .box {
    width: 100%;
    margin-bottom: 40px;
  }

}
