.top-image {
  background-position: 35% 60%;
}

.project-inner {
  padding: 0 80px;
}
.project-slogan {
  font-size: 1.5rem;
  font-family: "Inconsolata", "Arimo", serif;
  color: #E4DED2;
  text-align: right;
  font-style: italic;
  position: relative;
}
.project-item {
  margin-top: 80px;
  padding: 50px;
  border: 1px solid #E4DED2;
  width: 80%;
}
.project-item:nth-child(even) {
  margin-left: auto;
  background: rgba(228, 222, 210, 0.3);
}
.project-item ul {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-item ul.show li {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.project-item li {
  font-size: 0.95em;
  width: 50%;
  box-sizing: border-box;
  padding-top: 2px;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.project-item li:nth-child(odd) {
  padding-right: 50px;
}
.project-item a {
  -moz-transition: color 0.6s;
  -o-transition: color 0.6s;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.project-item a:hover {
  color: #111;
}
.project-item i {
  color: #9EA86C;
  padding-left: 5px;
}
.project-title {
  margin-bottom: 15px;
  position: relative;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.project-title.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.project-title.show:before {
  width: 25px;
}
.project-title:before {
  content: "";
  width: 0px;
  height: 3px;
  background: #9EA86C;
  position: absolute;
  top: 10px;
  left: -60px;
  -moz-transition: width 0.6s 0.4s;
  -o-transition: width 0.6s 0.4s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s 0.4s;
}
.project-title .tw {
  color: #464721;
}
.project-title .en {
  color: #9EA86C;
  font-family: "Inconsolata", "Arimo", serif;
}

@media screen and (max-width: 1200px) {
  .project-item {
    width: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .project-item ul {
    display: block;
  }
  .project-item li {
    width: 100%;
  }
  .project-item li:nth-child(odd) {
    padding-right: unset;
  }
}
@media screen and (max-width: 640px) {
  .project-inner {
    padding: 0 40px;
  }
  .project-slogan {
    font-size: 1.3rem;
  }
  .project-item {
    padding: 30px;
    margin-top: 40px;
  }
  .project-title.show:before {
    width: 4px;
    height: 100%;
  }
  .project-title:before {
    height: 0%;
    top: -1px;
    left: -32px;
    -moz-transition: height 0.6s 0.4s;
    -o-transition: height 0.6s 0.4s;
    -webkit-transition: height 0.6s;
    -webkit-transition-delay: 0.4s;
    transition: height 0.6s 0.4s;
  }
}
