.top-award {
  position: absolute;
  bottom: 70px;
  right: 70px;
  overflow: hidden;
  width: calc(100% - 140px - 80px);
}
.top-award img {
  height: 45px;
  float: right;
  margin: 2px;
}
.top-img-inner {
  display: none;
}
.top-img-inner > img {
  width: 100%;
}

.project-inner {
  padding: 0 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.project-content {
  max-width: 900px;
  margin: 0 auto;
}
.project-name {
  color: #000;
}
.project-name .tw {
  letter-spacing: 0.2rem;
  font-size: 1.125rem;
}
.project-name .en {
  font-size: 0.875rem;
  font-family: "Montserrat", Arial, Helvetica;
}
.project-name .en:before {
  content: "";
  width: 1px;
  height: 13px;
  background: #666;
  display: inline-block;
  margin: 0 15px -2px 6px;
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.project-type {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 5px;
  letter-spacing: 0.1rem;
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -moz-transition: opacity 0.8s ease-in-out, -moz-transform 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out, -o-transform 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
.project-type.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.project-type.show:after {
  width: 50px;
}
.project-type:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #ccc;
  display: inline-block;
  margin-left: 10px;
  -moz-transition: width 0.8s ease-in-out 0.4s;
  -o-transition: width 0.8s ease-in-out 0.4s;
  -webkit-transition: width 0.8s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition: width 0.8s ease-in-out 0.4s;
}
.project-concept {
  padding-top: 40px;
}
.project-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 15px;
}
.project-subtitle-arrow {
  border-left: #ccc solid 6px;
  border-top: transparent solid 5px;
  border-bottom: transparent solid 5px;
  position: absolute;
  left: 0;
  top: 49%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-image {
  padding-top: 50px;
}
.project-img {
  margin-top: 20px;
  position: relative;
}
.project-img.show:before {
  width: 0;
}
.project-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.8s ease-in-out;
  -o-transition: width 0.8s ease-in-out;
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}
.project-img img {
  width: 100%;
}
.project-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.project-img-col2 {
  margin-top: 20px;
  position: relative;
}
.project-img-col2:nth-child(odd) {
  margin-right: 20px;
}
.project-img-col2.show:before {
  width: 0;
}
.project-img-col2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.8s ease-in-out;
  -o-transition: width 0.8s ease-in-out;
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}
.project-img-col2 img {
  width: 100%;
}
.project-btn {
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
  .top {
    display: none;
  }
  .top-img-inner {
    display: block;
    position: relative;
  }
  .top-award-inner {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: calc(100% - 100px);
  }
  .top-award-inner img {
    height: 40px;
    float: right;
    margin: 2px;
  }

  .project-inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 800px) {
  .top-award-inner img {
    height: 38px;
  }
}
@media screen and (max-width: 640px) {
  .top-award-inner {
    right: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
  }
  .top-award-inner img {
    height: 35px;
  }

  .project-inner {
    padding: 0 30px;
  }
  .project-concept {
    padding-top: 35px;
  }
  .project-image {
    padding-top: 40px;
  }
  .project-img-wrap {
    display: block;
  }
  .project-img-col2 {
    width: 100%;
  }
  .project-img-col2:nth-child(odd) {
    margin-right: 0;
  }
  .project-btn {
    margin-top: 35px;
  }
}
