.ontop .nav a {
  color: #666;
  text-shadow: none;
}
.ontop .nav .en:after, .ontop .nav .tw:after {
  background: #ccc;
}
.ontop .logo img, .ontop .logo svg {
  -webkit-filter: none;
  filter: none;
}

.top-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -moz-transition: opacity 1s 0.3s;
  -o-transition: opacity 1s 0.3s;
  -webkit-transition: opacity 1s;
  -webkit-transition-delay: 0.3s;
  transition: opacity 1s 0.3s;
}
.show .top-images img {
  opacity: 1;
}
.top-title {
  color: #999;
  text-shadow: none;
  margin-top: 150px;
}

.title {
  margin-bottom: 60px;
}
.title:after {
  content: "";
  width: 0px;
  height: 2px;
  background: #000;
  display: block;
  margin-top: 10px;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.show .title:after {
  width: 15px;
}

.profile {
  margin: 0 10vw;
}
.profile-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.profile-img {
  position: relative;
  width: 40%;
}
.profile-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.profile-img.show:after {
  height: 0;
}
.profile-img img {
  width: 100%;
}
.profile-content {
  width: 45%;
  margin-right: 15%;
  margin-top: -5%;
}
.profile-text {
  max-width: 550px;
}
.profile-img2 {
  position: relative;
  width: 45%;
  margin-top: -5%;
}
.profile-img2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.profile-img2.show:after {
  width: 0;
}
.profile-img2 img {
  width: 100%;
}
.profile-slogan {
  text-align: right;
  font-size: 1.5rem;
  font-family: "Microsoft JhengHei", "Abel", sans-serif;
  margin-top: 5%;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.profile-slogan:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #ccc;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
}
.profile-slogan.show {
  opacity: 1;
}
.profile-text2 {
  max-width: 400px;
  margin-top: 60px;
}

.concept-img {
  position: relative;
  padding-bottom: 40vw;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.concept-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.concept-img.show:after {
  height: 0;
}
.concept-img-inner {
  position: absolute;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: right center;
}
.concept-content {
  background: #f2f2f2;
  padding: 80px 10vw;
}
.concept-text {
  max-width: 830px;
}
.concept-wrap {
  margin: 80px 10vw 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
}
.concept-img2 {
  position: relative;
  width: 40%;
}
.concept-img2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.concept-img2.show:after {
  width: 0;
}
.concept-img2 img {
  width: 100%;
}
.concept-content2 {
  width: 30%;
  margin: 10% auto 10% 20%;
  max-width: 400px;
}
.concept-content2:before {
  content: "";
  width: 0px;
  height: 2px;
  background: #000;
  display: block;
  margin-bottom: 60px;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.concept-content2.show:before {
  width: 15px;
}

.designer-img {
  position: relative;
  padding-bottom: 40vw;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.designer-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.designer-img.show:after {
  height: 0;
}
.designer-img-inner {
  position: absolute;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: right center;
}
.designer-wrap {
  margin: 160px 10vw 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.designer-wrap:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.designer-img2 {
  position: relative;
  width: 45%;
  padding-bottom: 45%;
  background-size: cover;
  background-position: center 20%;
}
.designer-img2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.designer-wrap:nth-child(even) .designer-img2:after {
  right: 0;
}
.designer-img2.show:after {
  width: 0;
}
.designer-content {
  width: 35%;
  margin: 0 10%;
  max-width: 400px;
}
.designer-name {
  color: #000;
  margin-bottom: 60px;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.show .designer-name {
  opacity: 1;
}
.designer-subtitle {
  font-size: 0.875rem;
  margin-top: 30px;
  margin-bottom: 5px;
  border-bottom: #ccc solid 1px;
  color: #000;
}
.designer .case {
  overflow: hidden;
}
.designer .case li {
  float: left;
  width: 50%;
}

.award-title {
  background: #f2f2f2;
  padding: 80px 10vw;
}
.award .title {
  margin-bottom: 0;
}
.award-wrap {
  margin: 80px 10vw 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.award-img {
  position: relative;
  width: 40%;
  min-height: 50vw;
  background-size: cover;
  background-position: right 20%;
}
.award-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.award-img.show:after {
  width: 0;
}
.award-list {
  width: 55%;
  margin-right: 5%;
  font-size: 0.875em;
}
.award-list li {
  margin-bottom: 5px;
  overflow: hidden;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  border-bottom: #ccc dotted 1px;
  padding-bottom: 5px;
}
.award-list li.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.award-list span:before {
  content: "|";
  margin: 0 5px;
}
.award-inner {
  margin-top: 40px;
}
.award-year {
  color: #000;
  margin-bottom: 10px;
}
.award-logo {
  overflow: hidden;
  max-width: 360px;
  margin-top: 40px;
}
.award-logo img {
  height: 40px;
  margin: 0 5px 5px 0;
  border: #ccc solid 1px;
  float: left;
}

@media screen and (max-width: 1400px) {
  .profile {
    margin: 0 50px;
  }

  .concept-content {
    padding: 80px 50px;
  }
  .concept-wrap {
    margin: 80px 50px 0;
  }

  .designer-wrap {
    margin: 160px 50px 0;
  }

  .award-title {
    padding: 80px 50px;
  }
  .award-wrap {
    margin: 80px 50px 0;
  }
}
@media screen and (max-width: 1100px) {
  .top-images img {
    width: auto;
    height: auto;
  }
  .top-title {
    margin-top: 100px;
  }

  .profile-wrap {
    display: block;
  }
  .profile-img {
    display: none;
  }
  .profile-content {
    width: auto;
    margin: 0;
  }
  .profile-text {
    max-width: none;
  }
  .profile-img2 {
    width: auto;
    margin: 40px 0;
  }

  .concept-img {
    padding-bottom: 60vw;
  }
  .concept-content2 {
    width: 45%;
    margin-left: 5%;
  }

  .designer-img {
    margin-bottom: 160px;
  }
  .designer-wrap {
    margin-top: 80px;
  }
  .designer-content {
    width: 45%;
  }
  .designer-img2 {
    padding-bottom: 60%;
  }

  .designer1 {
    margin-left: 0;
  }

  .designer2 {
    margin-right: 0;
  }

  .award-wrap {
    display: block;
  }
  .award-img {
    width: auto;
    min-height: 60vw;
  }
  .award-list {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .concept-img2 {
    display: none;
  }
  .concept-content2 {
    margin: 0;
    width: auto;
    max-width: none;
  }

  .designer-img {
    display: none;
  }
  .designer-wrap {
    display: block;
  }
  .designer-wrap:nth-child(2) {
    margin-top: 0;
  }
  .designer-content {
    width: auto;
    max-width: none;
    margin: 0;
  }
  .designer-name {
    margin-bottom: 20px;
  }
  .designer-img2 {
    margin-left: auto;
    margin-bottom: 40px;
    width: auto;
    padding-bottom: 80vw;
  }
}
@media screen and (max-width: 640px) {
  .title {
    margin-bottom: 40px;
  }

  .profile {
    margin: 0 20px;
  }

  .concept-content {
    padding: 40px 20px;
  }
  .concept-wrap {
    margin: 40px 20px 0;
  }
  .concept-content2:before {
    margin-bottom: 40px;
  }

  .designer-wrap {
    margin: 80px 20px 0;
  }

  .award-title {
    padding: 40px 20px;
  }
  .award-wrap {
    margin: 40px 20px 0;
  }
  .award .award {
    display: block;
  }
  .award .award:before {
    content: none;
  }
}
