.award-inner {
  padding: 0 3.5rem;
}
.award-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.award-item {
  width: 33.3333%;
  padding: 45px 1%;
  box-sizing: border-box;
  position: relative;
}
.award-item:after {
  content: "";
  width: calc(100% + 3.5rem * 2);
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  top: 0;
  left: -3.5rem;
  z-index: -1;
}
.award-item:nth-child(6n+4):after, .award-item:nth-child(6n+5):after, .award-item:nth-child(6n):after {
  display: none;
}
.award-item:nth-child(6n+1):after, .award-item:nth-child(6n+2):after {
  width: calc(100% + 3% + 3.5rem);
}
.award-item:nth-child(6n+1) .award-image:before, .award-item:nth-child(6n+2) .award-image:before, .award-item:nth-child(6n+3) .award-image:before {
  background: #ececec;
}
.award-item:nth-child(6n+1) .award-image:after, .award-item:nth-child(6n+2) .award-image:after, .award-item:nth-child(6n+3) .award-image:after {
  background: #f6f6f6;
}
.award-item:hover .award-img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: saturate(0.5);
  filter: saturate(0.5);
}
.award-image {
  width: 100%;
  height: 20vw;
  overflow: hidden;
  position: relative;
}
.award-image.show:before, .award-image.show:after {
  height: 0;
}
.award-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -moz-transition: height 0.8s ease 0.7s;
  -o-transition: height 0.8s ease 0.7s;
  -webkit-transition: height 0.8s ease;
  -webkit-transition-delay: 0.7s;
  transition: height 0.8s ease 0.7s;
}
.award-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -moz-transition: height 0.8s ease 0.2s;
  -o-transition: height 0.8s ease 0.2s;
  -webkit-transition: height 0.8s ease;
  -webkit-transition-delay: 0.2s;
  transition: height 0.8s ease 0.2s;
}
.award-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: -moz-transform 0.6s ease, filter 0.6s ease;
  -o-transition: -o-transform 0.6s ease, filter 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease, filter 0.6s ease;
  transition: transform 0.6s ease, filter 0.6s ease;
}
.award-logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 12%;
  max-width: 40px;
}
.award-logo img {
  width: 100%;
}
.award-year {
  padding-top: 10px;
  font-size: 0.75rem;
}
.award-name {
  padding-top: 2px;
  font-size: 0.875rem;
  color: #000;
}
.award-work {
  font-size: 0.75rem;
  padding-top: 2px;
}

@media screen and (max-width: 1100px) {
  .award-inner {
    padding: 0 2rem;
  }
  .award-item {
    width: 50%;
  }
  .award-item:after {
    width: calc(100% + 2rem * 2);
    left: -2rem;
  }
  .award-item:nth-child(6n+1):after, .award-item:nth-child(6n+2):after, .award-item:nth-child(6n+3):after {
    display: none;
  }
  .award-item:nth-child(6n+1) .award-image:before, .award-item:nth-child(6n+2) .award-image:before, .award-item:nth-child(6n+3) .award-image:before {
    background: #f6f6f6;
  }
  .award-item:nth-child(6n+1) .award-image:after, .award-item:nth-child(6n+2) .award-image:after, .award-item:nth-child(6n+3) .award-image:after {
    background: #FFF;
  }
  .award-item:nth-child(4n+1):after, .award-item:nth-child(4n+2):after {
    display: block;
  }
  .award-item:nth-child(4n+1) .award-image:before, .award-item:nth-child(4n+2) .award-image:before {
    background: #ececec;
  }
  .award-item:nth-child(4n+1) .award-image:after, .award-item:nth-child(4n+2) .award-image:after {
    background: #f6f6f6;
  }
  .award-item:nth-child(6n+1):after, .award-item:nth-child(6n+2):after {
    width: calc(100% + 2rem * 2);
  }
  .award-item:nth-child(4n+1):after {
    width: calc(100% + 2% + 2rem);
  }
  .award-image {
    height: 27vw;
  }
  .award-logo {
    width: 10%;
  }
}
@media screen and (max-width: 800px) {
  .award-item {
    padding: 35px 1%;
  }
  .award-image {
    height: 50vw;
  }
  .award-logo {
    width: 15%;
  }
}
@media screen and (max-width: 640px) {
  .award-inner {
    padding: 0 1.5rem;
  }
  .award-item {
    width: 100%;
  }
  .award-item:after {
    width: calc(100% + 1.5rem * 2);
    left: -1.5rem;
  }
  .award-item:nth-child(4n+1):after, .award-item:nth-child(4n+2):after {
    display: none;
  }
  .award-item:nth-child(4n+1) .award-image:before, .award-item:nth-child(4n+2) .award-image:before {
    background: #f6f6f6;
  }
  .award-item:nth-child(4n+1) .award-image:after, .award-item:nth-child(4n+2) .award-image:after {
    background: #FFF;
  }
  .award-item:nth-child(odd):after {
    display: block;
  }
  .award-item:nth-child(odd) .award-image:before {
    background: #ececec;
  }
  .award-item:nth-child(odd) .award-image:after {
    background: #f6f6f6;
  }
  .award-item:nth-child(6n+1):after, .award-item:nth-child(6n+2):after, .award-item:nth-child(4n+1):after {
    width: calc(100% + 1.5rem * 2);
  }
  .award-logo {
    width: 10%;
  }
}
