.award-slogan {
  position: relative;
}
.award-slogan:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: -1;
}
.award-slogan h4 {
  font-weight: normal;
  font-size: 1.0625em;
  color: #9e9e9f;
  padding: 0 15%;
  text-align: right;
}
.award-slogan span {
  padding: 0 15px;
  background: #f6f6f6;
}
.award-content {
  padding: 7% 15%;
}
.award-wrap {
  display: -ms-flexbox;
  display: flex;
}
.award-inner {
  width: 45%;
}
.award-inner:nth-child(1) {
  padding-right: 5%;
}
.award-inner:nth-child(2) {
  padding-left: 5%;
}
.award-list {
  padding-top: 50px;
}
.award-list:nth-child(1) {
  padding-top: unset;
}
.award-year {
  color: #9e9e9f;
  font-size: 0.75rem;
}
.award-year.show:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.award-year:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #272f37;
  display: block;
  margin-top: 20px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.8s 0.6s;
  -o-transition: clip-path 0.8s 0.6s;
  -webkit-transition: clip-path 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: clip-path 0.8s 0.6s;
}
.award-item {
  position: relative;
  padding: 0px 0px 0px 65px;
  margin-top: 25px;
}
.award-item img {
  width: 38px;
  border: #ccc solid 1px;
  padding: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.award-name {
  font-size: 0.8125rem;
  padding-bottom: 2px;
}
.award-work {
  color: #272f37;
  font-size: 0.875em;
}
.award-image {
  position: relative;
}
.award-image.show:after {
  width: 100%;
}
.award-image:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 15px;
  -moz-transition: width 0.8s;
  -o-transition: width 0.8s;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.award-img {
  background-image: url(../images/award/award.jpg);
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30%;
  min-width: 400px;
  height: 15vw;
  max-height: 150px;
  margin-left: 10%;
}
.award-img.show:before {
  height: 100%;
}
.award-img:before {
  content: "";
  width: 1px;
  height: 0%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: calc(10% + 15px);
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}

@media screen and (max-width: 1100px) {
  .award-slogan h4 {
    padding: 0 10%;
  }
  .award-content {
    padding: 7% 10%;
  }
  .award-item {
    padding: 0;
  }
  .award-item img {
    position: relative;
    margin-bottom: 5px;
  }
  .award-image {
    margin-top: 7%;
  }
  .award-img {
    width: 80%;
    min-width: unset;
    max-height: unset;
    min-height: 150px;
  }
}
@media screen and (max-width: 800px) {
  .award-content {
    padding: 60px 10%;
  }
  .award-wrap {
    display: block;
  }
  .award-inner {
    width: 100%;
  }
  .award-inner:nth-child(1) {
    padding-right: unset;
  }
  .award-inner:nth-child(2) {
    padding-left: unset;
    padding-top: 50px;
  }
  .award-item {
    padding-left: 65px;
  }
  .award-item img {
    position: absolute;
    margin-bottom: unset;
  }
  .award-image {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .award-slogan h4 {
    padding: 0 40px;
  }
  .award-content {
    padding: 40px 40px;
  }
  .award-item {
    padding: 0;
  }
  .award-item img {
    position: relative;
    margin-bottom: 5px;
  }
  .award-image {
    margin-bottom: 40px;
  }
  .award-img {
    background-position: 70% 50%;
    width: calc(100% - 80px);
    margin-left: 40px;
    min-height: unset;
    height: 150px;
  }
  .award-img:before {
    left: 55px;
  }
}
