.appreciation .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -21.5px;
  margin-top: 50px;
  padding-bottom: 60px;
}

.appreciation .list .box {
  margin: 21.5px;
  width: 330px;
  height: 330px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 5px 5px 6px #00000029;
          box-shadow: 5px 5px 6px #00000029;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.appreciation .list .box a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.appreciation .list .box a:hover {
  opacity: 0.8;
}

.appreciation .list .box .box-inner {
  text-align: center;
  padding: 25px 0;
}

.appreciation .list .box .box-inner .box-title span {
  font-weight: 600;
  font-size: 1.125rem;
}

.appreciation .list .box .box-inner .icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-top: 38px;
}

.appreciation .list .box .box-inner .icon img {
  width: 100%;
  height: 100%;
}

.appreciation .list .box .box-inner .icon .key {
  width: 45px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: -26px;
}

.appreciation .list .box .box-inner .info {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 17px;
}

.appreciation .list .box .box-inner .info span {
  font-size: 0.875rem;
}

.appreciation .back-button {
  padding-bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.appreciation .back-button .button {
  width: 300px;
}

@media screen and (max-width: 1030px) {
  .appreciation .list {
    margin: -10px;
    margin-top: 20px;
  }
  .appreciation .list .box {
    margin: 10px;
  }
  .appreciation .list .box .box-inner .info {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .appreciation .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .appreciation .list .box {
    width: 40vw;
    height: 40vw;
  }
  .appreciation .list .box .box-inner {
    padding: 2vw 0;
  }
  .appreciation .list .box .box-inner .icon {
    width: 18vw;
    height: 18vw;
    margin-top: 3vw;
  }
  .appreciation .list .box .box-inner .info {
    height: 11vw;
  }
  .appreciation .list .box .box-inner .info span {
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .appreciation .list .box {
    width: 100%;
    height: auto;
  }
  .appreciation .list .box .box-inner .box-title {
    margin-top: 10px;
    font-size: 18px;
  }
  .appreciation .list .box .box-inner .icon {
    width: 26vw;
    height: auto;
  }
  .appreciation .list .box .box-inner .info {
    margin-top: 10px;
    height: auto;
  }
  .appreciation .list .box .box-inner .info span {
    font-size: 14px;
  }
  .appreciation .list .box .box-inner .icon .key {
    width: 30px;
    height: auto;
    position: absolute;
    top: 20px;
    right: -20px;
  }
}
