.profile-inner {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.profile-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
}
.profile-content {
  width: 42%;
  margin-left: 15%;
}
.profile-img {
  width: 33%;
  padding-top: 100px;
}
.profile-img img {
  width: 100%;
}
.profile-text span {
  display: block;
}

.concept-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.concept-content {
  width: 35%;
  max-width: 520px;
  margin-left: 5%;
  padding: 0 50px;
  position: relative;
}
.concept-svg {
  width: 15vw;
  max-width: 220px;
  min-width: 130px;
  position: absolute;
  top: -5vw;
  left: -3vw;
  opacity: 0;
  z-index: -1;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -moz-transition: opacity 1s, -moz-transform 1s;
  -o-transition: opacity 1s, -o-transform 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
}
.concept-svg.show {
  opacity: 0.3;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.concept-svg img {
  width: 100%;
}
.concept-image {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.concept-img1 {
  width: 40%;
  margin-right: 10%;
}
.concept-img1 img {
  width: 100%;
}
.concept-img2 {
  width: 50%;
  padding-bottom: 80px;
  -webkit-filter: saturate(0.8) grayscale(0.2);
  filter: saturate(0.8) grayscale(0.2);
}
.concept-img2 img {
  width: 100%;
}

.slogan {
  margin: 8% 0;
  position: relative;
}
.slogan-bg {
  width: 100%;
  height: 100%;
  background: #161616;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.slogan-inner {
  padding: 0 50px;
}
.slogan-text {
  color: #FFF;
  font-size: 1.5rem;
  font-family: "Ubuntu", Arial, Helvetica;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 300;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: opacity 1s 0.6s, -moz-transform 1s 0.6s;
  -o-transition: opacity 1s 0.6s, -o-transform 1s 0.6s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.6s, 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s;
}
.slogan-text.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.designer-inner {
  padding: 0 50px;
}
.designer-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
.designer-img {
  width: 25%;
  max-width: 370px;
}
.designer-img img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.designer-content {
  width: 25%;
}
.designer-name {
  color: #FFF;
  padding-bottom: 20px;
  letter-spacing: 0.2em;
}
.designer-name .big {
  font-size: 1.5rem;
  margin-right: 10px;
}
.designer-item {
  padding-top: 30px;
}
.designer-subtitle {
  width: fit-content;
  padding: 5px 10px 5px 0;
  position: relative;
}
.designer-subtitle:after {
  content: "";
  width: calc(100% + 12px);
  height: 100%;
  background: #161616;
  border: 1px solid #333;
  position: absolute;
  top: 0;
  left: -12px;
  z-index: -1;
}
.designer-subtitle span {
  display: inline-block;
}
.designer-subtitle .en {
  font-size: 0.875rem;
  font-family: "Ubuntu", Arial, Helvetica;
  color: #FFF;
  width: 85px;
}
.designer-subtitle .tw {
  font-size: 0.75rem;
  color: #999;
  margin-left: 3px;
}
.designer-text {
  font-size: 0.875rem;
  padding-left: 30px;
  padding-top: 10px;
  position: relative;
}
.designer-text:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 8px;
}
.designer-text p {
  padding-top: 5px;
}
.designer-text span {
  display: block;
}

.award-wrap {
  display: -ms-flexbox;
  display: flex;
}
.award-img {
  width: 40%;
  max-width: 600px;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  -moz-transition: clip-path 1s;
  -o-transition: clip-path 1s;
  -webkit-transition: clip-path 1s;
  transition: clip-path 1s;
}
.award-img.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.award-img img {
  width: 100%;
  -webkit-filter: saturate(0.6);
  filter: saturate(0.6);
}
.award-content {
  margin-left: 10%;
}
.award-inner {
  padding: 0 50px;
}
.award-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}
.award-list li.show:before {
  height: calc(100% - 45px);
}
.award-list li:before {
  content: "";
  width: 1px;
  height: 0;
  background: #333;
  position: absolute;
  top: 45px;
  left: 7px;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.award-year {
  position: absolute;
  top: 10px;
  left: -9px;
  font-size: 0.75rem;
  opacity: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.award-year.show {
  opacity: 1;
}
.award-item {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: opacity 1s, -moz-transform 1s;
  -o-transition: opacity 1s, -o-transform 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
}
.award-item.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.award-logo {
  width: 30px;
  position: absolute;
  top: 3px;
  left: 0;
}
.award-logo img {
  width: 100%;
  border: 1px solid #333;
}
.award-info {
  font-size: 0.75rem;
  color: #999;
}
.award-work {
  font-size: 0.75rem;
  color: #FFF;
  padding-top: 2px;
}

@media screen and (max-width: 1400px) {
  .designer-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .designer-wrap {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .designer-title {
    width: 100%;
  }
  .designer-title:after {
    display: none;
  }
  .designer-img {
    width: 40%;
  }
  .designer-content {
    width: 47%;
  }
}
@media screen and (max-width: 1300px) {
  .award-wrap {
    -webkit-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .award-content {
    margin: 0 50px;
  }
}
@media screen and (max-width: 1100px) {
  .profile-wrap {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .profile-content {
    width: 55%;
    margin-left: unset;
  }
  .profile-img {
    width: 35%;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -moz-transition: clip-path 1s;
    -o-transition: clip-path 1s;
    -webkit-transition: clip-path 1s;
    transition: clip-path 1s;
  }
  .profile-img.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .concept-wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .concept-content {
    width: 50%;
    margin-left: unset;
    padding-top: 12%;
  }
  .concept-svg {
    width: 30vw;
    max-width: unset;
    top: -3vw;
    left: -8vw;
  }
  .concept-image {
    display: block;
    width: 35%;
  }
  .concept-img1 {
    width: 100%;
    margin-right: unset;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -moz-transition: clip-path 1s;
    -o-transition: clip-path 1s;
    -webkit-transition: clip-path 1s;
    transition: clip-path 1s;
  }
  .concept-img1.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .concept-img2 {
    display: none;
  }

  .slogan {
    margin: 10% 0;
  }

  .designer-content {
    width: 45%;
  }

  .award-wrap {
    display: block;
  }
  .award-img {
    width: 50%;
    margin-left: auto;
  }
  .award-content {
    padding-top: 40px;
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .profile-wrap {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .profile-content {
    width: 100%;
  }
  .profile-text .tw {
    width: 48%;
  }
  .profile-img {
    margin-left: auto;
    padding-top: unset;
    margin-bottom: -220px;
    width: 40%;
  }

  .concept-wrap {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .concept-content {
    width: calc(100% - 100px);
    max-width: unset;
    padding-top: 20%;
  }
  .concept-svg {
    width: 35vw;
    top: 1vw;
    left: -10vw;
  }
  .concept-image {
    width: 45%;
    margin: 0 auto;
    padding: 0 50px;
  }

  .designer-wrap {
    display: block;
  }
  .designer-img {
    width: 55%;
    max-width: unset;
  }
  .designer-content {
    width: 100%;
    padding-top: 40px;
  }
  .designer-name {
    padding-bottom: unset;
  }

  .award-img {
    width: 60%;
  }
  .award-content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 760px) {
  .profile-wrap {
    display: block;
  }
  .profile-text .tw {
    width: 100%;
  }
  .profile-img {
    width: 60%;
    margin: 0 auto;
    padding-top: 20%;
  }

  .concept-content {
    padding-top: unset;
  }
  .concept-svg {
    width: 35vw;
    top: -15vw;
  }
  .concept-image {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .profile-inner {
    padding: 0 30px;
  }
  .profile-text {
    padding-left: unset;
  }
  .profile-text .tw {
    width: 100%;
  }
  .profile-text span {
    display: initial;
  }
  .profile-img {
    width: 100%;
    padding-top: 100px;
  }

  .concept-content {
    padding: 0 30px;
  }
  .concept-text {
    padding-left: unset;
  }
  .concept-svg {
    width: 40vw;
    top: -12vw;
  }

  .slogan {
    margin: 50px 0;
    padding: 100px 0;
  }
  .slogan-text {
    font-size: 1.25rem;
  }

  .designer-inner {
    padding: 0 30px;
  }
  .designer-img {
    width: 100%;
  }
  .designer-name {
    font-size: 0.875rem;
  }
  .designer-name .big {
    font-size: 1.25rem;
  }
  .designer-subtitle .en {
    font-size: 0.75rem;
  }
  .designer-text {
    padding-left: 25px;
  }
  .designer-text:before {
    width: 30px;
    height: 30px;
    top: -32px;
    left: -13px;
  }
  .designer-text:after {
    height: calc(100% + 2px);
    top: -2px;
    left: 4px;
  }

  .award-inner {
    padding: 0 30px;
  }
  .award-img {
    width: 100%;
    max-width: unset;
  }
  .award-content {
    padding-top: 40px;
  }
  .award-list li {
    padding-left: unset;
    margin-bottom: 20px;
  }
  .award-list li:last-child {
    margin-bottom: unset;
  }
  .award-list li:before {
    display: none;
  }
  .award-year {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #333;
    position: relative;
    top: unset;
    left: unset;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .award-item {
    padding-left: unset;
  }
  .award-logo {
    width: 25px;
    position: relative;
    top: unset;
    left: unset;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 460px) {
  .designer-text span {
    display: initial;
  }
}
