.slogan-wrap {
  position: relative;
  padding: 0 15%;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.slogan-line {
  width: 1px;
  height: 120%;
  background: #ccc;
  position: absolute;
  top: -10%;
  left: 50%;
  -moz-transform: translateX(-50%) rotate(30deg);
  -ms-transform: translateX(-50%) rotate(30deg);
  -webkit-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
}
.slogan-content:nth-child(1) {
  margin-right: 10%;
}
.slogan-content:last-child {
  margin-left: 10%;
}
.slogan-content .tw {
  font-size: 1.0625em;
  color: #272f37;
}
.slogan-content .en {
  font-size: 0.875em;
  color: #9e9e9f;
  position: relative;
  margin-left: 10px;
}
.slogan-content .en:before {
  content: "";
  width: 25px;
  height: 1px;
  background: #ccc;
  display: block;
  margin: 20px 0;
}
.slogan-image {
  padding: 7% 15% 0;
}
.slogan-img {
  background-image: url(../images/about/slogan.jpg);
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 22vw;
}

.profile-title {
  position: relative;
  padding: 0px 15% 50px;
  z-index: 1;
}
.profile-title.show:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.profile-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 15%;
  height: 1px;
  width: 60px;
  background: #272f37;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.8s 0.6s;
  -o-transition: clip-path 0.8s 0.6s;
  -webkit-transition: clip-path 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: clip-path 0.8s 0.6s;
}
.profile-line {
  position: absolute;
  width: 100vw;
  right: 0;
  border-bottom: #ccc solid 1px;
}
.profile-content {
  padding: 0 15%;
  padding-top: 50px;
}
.profile-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 7% 15% 0;
}
.profile-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: 17px;
  left: 0;
}
.profile-img {
  width: 30%;
  overflow: hidden;
  position: relative;
}
.profile-img.show:after {
  height: 100%;
}
.profile-img:after {
  content: "";
  width: 1px;
  height: 0%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 5%;
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
.profile-img-inner {
  margin-top: -10%;
}
.profile-img img {
  width: 100%;
}
.profile-inner {
  width: 60%;
  margin-left: 10%;
  position: relative;
}
.profile-text2 {
  padding-bottom: 67px;
  max-width: 580px;
  margin-left: auto;
}

.concept-wrap1 {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.concept-content1 {
  padding: 0 15%;
  width: 25%;
}
.concept-title {
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
.concept-title.show:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.concept-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 60px;
  background: #272f37;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.8s 0.6s;
  -o-transition: clip-path 0.8s 0.6s;
  -webkit-transition: clip-path 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: clip-path 0.8s 0.6s;
}
.concept-line {
  position: absolute;
  width: 100vw;
  right: 0;
  border-bottom: #ccc solid 1px;
  z-index: -1;
}
.concept-text1 {
  padding-top: 50px;
}
.concept-img1 {
  width: 30%;
  margin-right: 15%;
  margin-bottom: 20px;
}
.concept-img1 img {
  width: 100%;
}
.concept-content2 {
  padding: 0 15%;
  margin-top: 20px;
}
.concept-content3 {
  padding: 7% 15% 0;
}
.concept-wrap3 {
  position: relative;
}
.concept-img3 {
  background-image: url(../images/about/concept2.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 40vw;
  max-height: 500px;
}
.concept-inner3 {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #eee;
  width: 100%;
}
.concept-text3 {
  width: calc(50% - 100px);
  max-width: 500PX;
  margin-left: auto;
  padding: 50px;
}

.designer {
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  position: relative;
}
.designer-line {
  position: absolute;
  top: 0;
  left: 50%;
  height: 0%;
  border-right: #ccc solid 1px;
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
.designer-line.show {
  height: 100%;
}
.designer-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.designer-img {
  width: 20%;
  margin: 0 10% 0 20%;
}
.designer-img img {
  width: 100%;
}
.designer-content {
  width: 25%;
  margin: 0 15% 0 10%;
}
.designer-title {
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
.designer-title.show:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.designer-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 40px;
  background: #272f37;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.8s 0.6s;
  -o-transition: clip-path 0.8s 0.6s;
  -webkit-transition: clip-path 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: clip-path 0.8s 0.6s;
}
.designer-name {
  font-size: 20px;
  color: #000;
  padding: 50px 0;
}
.designer-item {
  padding-bottom: 20px;
}
.designer-item:last-child {
  padding-bottom: unset;
}
.designer-subtitle {
  font-size: 0.75rem;
  color: #9e9e9f;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.designer-subtitle:before {
  content: "";
  width: 1px;
  height: 80%;
  background: #9e9e9f;
  position: absolute;
  top: 1px;
  left: 0;
}

@media screen and (max-width: 1300px) {
  .designer-line {
    left: 50%;
  }
  .designer-img {
    width: 25%;
    margin: 0 10% 0 15%;
  }
  .designer-content {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .slogan-wrap {
    padding: 0 10%;
  }
  .slogan-image {
    padding: 7% 10% 0;
  }
  .slogan-img {
    height: 32vw;
  }
  .slogan-line {
    height: 70%;
    top: 15%;
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .slogan-content:last-child {
    margin-top: 150px;
  }

  .profile-title {
    padding: 0 10% 50px;
  }
  .profile-title:after {
    left: 10%;
  }
  .profile-content {
    padding: 50px 10% 0;
  }
  .profile-wrap {
    padding: 7% 10% 0;
  }

  .concept-img1 {
    margin-right: 10%;
    width: 35%;
  }
  .concept-content1 {
    padding: 0 10%;
    width: 35%;
  }
  .concept-content2 {
    padding: 0 10%;
  }
  .concept-content3 {
    padding: 7% 10% 0;
  }
  .concept-wrap3 {
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .concept-image {
    width: 40%;
    position: relative;
  }
  .concept-img3 {
    background-position: 0 50%;
  }
  .concept-inner3 {
    position: relative;
    color: #666;
    width: 50%;
    margin-left: 10%;
  }
  .concept-text3 {
    width: unset;
    max-width: unset;
    padding: unset;
  }

  .designer-line {
    left: 40%;
  }
  .designer-wrap {
    -webkit-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding: 0 10%;
  }
  .designer-img {
    width: 40%;
    margin: unset;
  }
  .designer-content {
    width: 50%;
    margin: 0 10% 0 0;
  }
}
@media screen and (max-width: 800px) {
  .slogan-wrap {
    display: block;
  }
  .slogan-line {
    width: 80px;
    height: 1px;
    top: 50%;
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  .slogan-content:nth-child(1) {
    margin-right: unset;
  }
  .slogan-content:last-child {
    margin-left: unset;
    text-align: right;
    margin-top: 120px;
  }
  .slogan-content:last-child .en:before {
    margin: 20px 0 20px auto;
  }
  .slogan-image {
    padding: 60px 10% 0;
  }

  .profile-wrap {
    padding: 60px 10% 0;
    display: block;
  }
  .profile-wrap:after {
    display: none;
  }
  .profile-img {
    width: 55%;
  }
  .profile-inner {
    width: 100%;
    margin-left: unset;
    margin-top: 50px;
    position: relative;
  }
  .profile-inner.show:before {
    width: 130%;
  }
  .profile-inner:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: -68px;
    left: -15%;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
    -webkit-transition: width 0.8s;
    transition: width 0.8s;
  }
  .profile-text2 {
    max-width: unset;
    padding-bottom: unset;
  }

  .concept-wrap1 {
    display: block;
  }
  .concept-img1 {
    margin-right: unset;
    width: 60%;
    margin-left: auto;
    padding-left: 10%;
    position: relative;
  }
  .concept-content1 {
    width: 80%;
    margin-top: -65px;
  }
  .concept-content3 {
    padding: 60px 10% 0;
  }
  .concept-wrap3 {
    display: block;
  }
  .concept-image {
    width: 100%;
  }
  .concept-inner3 {
    width: 100%;
    margin-left: unset;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .slogan-wrap {
    padding: 0 40px;
  }
  .slogan-line {
    display: none;
  }
  .slogan-content:last-child {
    text-align: left;
    margin-top: 40px;
  }
  .slogan-content:last-child .en:before {
    margin: 10px 0 15px;
  }
  .slogan-content .en:before {
    margin: 10px 0 15px;
  }
  .slogan-image {
    padding: 40px 40px 0;
  }
  .slogan-img {
    background-position: 75% 25%;
    height: 250px;
  }

  .profile-title {
    padding: 0 40px 35px;
  }
  .profile-title:after {
    width: 45px;
    left: 40px;
  }
  .profile-content {
    padding: 35px 40px 0;
  }
  .profile-wrap {
    padding: 35px 40px 0;
  }
  .profile-img {
    width: 100%;
  }
  .profile-img:after {
    right: 4%;
  }
  .profile-inner {
    margin-top: 35px;
  }
  .profile-inner:before {
    top: -60px;
  }

  .concept-img1 {
    width: 100%;
    padding: 0;
    margin-left: unset;
    margin-bottom: unset;
  }
  .concept-content1 {
    margin-top: 35px;
    padding: 0 40px;
    width: calc(100% - 80px);
  }
  .concept-title {
    padding-bottom: 35px;
  }
  .concept-title:after {
    width: 45px;
  }
  .concept-text1 {
    padding-top: 35px;
  }
  .concept-content2 {
    padding: 0 40px;
  }
  .concept-content3 {
    padding: 35px 40px 0;
  }
  .concept-inner3 {
    margin-top: 35px;
  }
  .concept-img3 {
    height: 250px;
    max-height: unset;
  }

  .designer-line {
    display: none;
  }
  .designer-wrap {
    padding: 0 40px;
    display: block;
  }
  .designer-img {
    width: 100%;
    overflow: hidden;
  }
  .designer-img-inner {
    margin-bottom: -35%;
  }
  .designer-content {
    margin-top: 35px;
    width: 100%;
  }
  .designer-title {
    padding-bottom: 35px;
  }
  .designer-name {
    padding: 35px 0;
  }
}
