.profile-wrap, .concept-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.profile-img, .concept-img {
  background-size: cover;
  background-position: center;
  width: 30%;
  z-index: 1;
}
.profile-content, .concept-content {
  margin: 120px 0;
  width: 60%;
}
.profile-inner, .concept-inner {
  max-width: 600px;
  margin: auto;
  padding: 0 50px;
}

.profile-wrap {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.profile-img {
  background-image: url(../images/about/profile-img.jpg);
  background-position: center 5%;
  margin-left: 10%;
}
.profile-inner {
  padding-bottom: 60px;
}

.concept {
  position: relative;
}
.concept-img {
  background-image: url(../images/about/concept-img.jpg);
  margin-right: 10%;
}
.concept-bg {
  position: absolute;
  bottom: -120px;
  top: -240px;
  width: 100%;
  background: #111;
}

.innerimg {
  margin: 120px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-bottom: 100vh;
}
.innerimg.img1 {
  background-image: url(../images/about/innerimg1.jpg);
}
.innerimg.img2 {
  background-image: url(../images/about/innerimg2.jpg);
}

.designer-title {
  margin-top: 60px;
}
.designer-title .title-tw {
  font-size: 1rem;
  color: #FFF;
}
.designer-img {
  margin: auto;
  border-radius: 20px;
  max-width: 250px;
}
.designer-content {
  text-align: center;
}
.designer-subtitle {
  position: relative;
  margin: 60px auto -10px;
  padding: 0 10px;
  line-height: 20px;
  border-radius: 5px;
  width: fit-content;
  background: #111;
  font-size: 0.75rem;
}
.designer-text {
  max-width: 360px;
  margin: auto;
  border: #333 solid 1px;
  padding: 40px 20px 20px;
  border-radius: 20px;
}
.designer-line {
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.2);
  margin: 120px auto;
}

.award-line {
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.2);
  margin: 120px auto;
}
.award-list {
  position: relative;
}
.award-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.award-list a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.875rem;
  padding: 65px 0;
}
.award-list a:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.award-list a:nth-child(odd) .award-project {
  text-align: right;
}
.award-list a:nth-child(odd) .award-item {
  text-align: left;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.award-list a:nth-child(odd) .award-item img {
  margin: 0 25px 0 0;
}
.award-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -16px 0 0 -16px;
  border: #222 solid 10px;
  border-radius: 50%;
}
.award-dot:before, .award-dot:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -moz-transition: background 0.6s, border 0.6s;
  -o-transition: background 0.6s, border 0.6s;
  -webkit-transition: background 0.6s, border 0.6s;
  transition: background 0.6s, border 0.6s;
}
.award-dot:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  border: rgba(255, 255, 255, 0.2) solid 1px;
  box-sizing: border-box;
}
.award-dot:after {
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
}
.award-project {
  width: calc(50% - 40px);
}
.award-item {
  width: calc(50% - 40px);
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
}
.award-item img {
  height: 40px;
  margin-left: 25px;
}
.award-case {
  color: #FFF;
}

@media screen and (max-width: 1400px) {
  .profile-img {
    width: 40%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .profile-wrap, .concept-wrap {
    display: block;
  }
  .profile-content, .concept-content {
    width: auto;
    margin: 0;
  }
  .profile-img, .concept-img {
    width: auto;
    margin: 90px 0 0;
    padding-bottom: 60%;
  }

  .profile-img {
    background-image: url(../images/about/profile-img-mobile.jpg);
    background-position: center 100%;
  }
  .profile-inner {
    padding-bottom: 90px;
  }

  .concept-bg {
    top: -90px;
    bottom: -90px;
  }
  .concept-img {
    display: none;
  }

  .innerimg {
    margin: 90px 0;
    padding-bottom: 60vw;
    background-attachment: scroll;
  }

  .designer-line, .award-line {
    margin: 90px auto;
    height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .profile-img, .concept-img {
    margin: 60px 0 0;
  }

  .profile-inner {
    padding: 0 20px 60px;
  }

  .concept-inner {
    padding: 0 20px;
  }

  .concept-bg {
    top: -60px;
    bottom: -60px;
  }

  .innerimg {
    margin: 60px 0;
  }

  .designer-line, .award-line {
    margin: 60px auto;
    height: 60px;
  }

  .award-list {
    width: fit-content;
    margin: auto;
  }
  .award-list:before {
    content: none;
  }
  .award-list a {
    display: block;
    margin: 15px 0;
    padding: 10px 20px 10px 70px;
    border: #333 solid 1px;
    border-radius: 20px;
  }
  .award-list a:nth-child(odd) .award-project {
    text-align: left;
  }
  .award-dot {
    display: none;
  }
  .award-item {
    display: block;
    width: auto;
    color: #FFF;
  }
  .award-item img {
    position: absolute;
    left: 20px;
    margin: 0;
  }
  .award-project {
    width: auto;
  }
  .award-case, .award-honor {
    display: inline-block;
    color: #999;
  }
}
