.title .tw {
  display: block;
  font-size: 0.875rem;
  color: #999;
}

.profile-wrap {
  position: relative;
}
.profile-inner {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.profile-img {
  width: 40%;
  margin-bottom: 5%;
  overflow: hidden;
  border-radius: 120px 0 120px 0;
  position: relative;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.profile-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
  top: 0;
  right: 0;
  -moz-transition: all 0.6s 0.4s;
  -o-transition: all 0.6s 0.4s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.6s 0.4s;
}
.profile-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 1;
  top: 0;
  right: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profile-img.show:before {
  width: 0;
}
.profile-img.show:after {
  width: 0;
}
.profile-img img {
  width: 100%;
}
.profile-img2 {
  width: 60%;
  margin-bottom: 5%;
  overflow: hidden;
  border-radius: 120px 0 120px 0;
  position: relative;
  -moz-transition: all 0.6s 0.1s;
  -o-transition: all 0.6s 0.1s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.6s 0.1s;
}
.profile-img2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transition: all 0.6s 0.1s;
  -o-transition: all 0.6s 0.1s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.6s 0.1s;
}
.profile-img2.show:after {
  height: 0;
}
.profile-img2 img {
  width: 100%;
}
.profile-content {
  margin-left: 15%;
}
.profile-inner {
  margin: auto;
}
.profile-title {
  margin-bottom: 60px;
  opacity: 0;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.profile-title:after {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  margin-top: 20px;
  margin-left: -20px;
  background: #da5b62;
  -moz-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: all 0.6s 0.3s;
}
.profile-title.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.profile-title.show:after {
  width: 50px;
}
.profile-text {
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.profile-text.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.profile-text span {
  display: block;
}
.profile-text span {
  display: block;
}
.profile-text .emphasize {
  color: #000;
  margin-bottom: 10px;
}
.profile-inner2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 15vh;
}
.profile-content2 {
  width: 60%;
  margin: 0 5% 0 10%;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.profile-content2.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.profile-bg {
  position: absolute;
  top: 100px;
  width: 0%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.profile-bg.show {
  width: 100%;
  right: 0;
  opacity: 1;
}

.concept-title {
  margin-bottom: 60px;
  opacity: 0;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.concept-title:after {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  margin-top: 20px;
  margin-left: -20px;
  background: #da5b62;
  -moz-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: all 0.6s 0.3s;
}
.concept-title.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.concept-title.show:after {
  width: 50px;
}
.concept-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: auto;
  max-width: 1200px;
}
.concept-item {
  width: 32.3333%;
}
.concept-subtitle {
  color: #000;
  font-size: 1rem;
  margin-bottom: 5px;
}
.concept-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.concept-img img {
  width: 100%;
}
.concept-item:nth-child(1) .concept-img {
  border-radius: 120px 0 0 0;
  position: relative;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.concept-item:nth-child(1) .concept-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transition: all 0.6s 0.4s;
  -o-transition: all 0.6s 0.4s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.6s 0.4s;
}
.concept-item:nth-child(1) .concept-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.concept-item:nth-child(1) .concept-img.show:before {
  width: 0;
}
.concept-item:nth-child(1) .concept-img.show:after {
  width: 0;
}
.concept-item:nth-child(2) .concept-img {
  position: relative;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.concept-item:nth-child(2) .concept-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.6s 0.4s;
  -o-transition: all 0.6s 0.4s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.6s 0.4s;
}
.concept-item:nth-child(2) .concept-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 1;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.concept-item:nth-child(2) .concept-img.show:before {
  height: 0;
}
.concept-item:nth-child(2) .concept-img.show:after {
  height: 0;
}
.concept-item:nth-child(3) .concept-img {
  border-radius: 0 0 120px 0;
  position: relative;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.concept-item:nth-child(3) .concept-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
  top: 0;
  right: 0;
  -moz-transition: all 0.6s 0.4s;
  -o-transition: all 0.6s 0.4s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.6s 0.4s;
}
.concept-item:nth-child(3) .concept-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 1;
  top: 0;
  right: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.concept-item:nth-child(3) .concept-img.show:before {
  width: 0;
}
.concept-item:nth-child(3) .concept-img.show:after {
  width: 0;
}
.concept-info {
  max-width: 795px;
  width: 66%;
  margin-left: auto;
  margin-top: 50px;
}
.concept-text {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.concept-text.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.concept-text:nth-child(1) {
  padding-bottom: 20px;
}

.member-wrap {
  position: relative;
}
.member-bg {
  position: absolute;
  top: 100px;
  bottom: 0;
  width: 0%;
  background: #efefef;
  opacity: 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.member-bg.show {
  width: 100%;
  opacity: 1;
}
.member-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.member-img {
  margin-bottom: 130px;
  width: 35%;
  overflow: hidden;
  border-radius: 120px 0 120px 0;
  position: relative;
  -moz-transition: all 0.6s 0.1s;
  -o-transition: all 0.6s 0.1s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.6s 0.1s;
}
.member-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transition: all 0.6s 0.1s;
  -o-transition: all 0.6s 0.1s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.6s 0.1s;
}
.member-img.show:after {
  height: 0;
}
.member-img img {
  width: 100%;
}
.member-content {
  margin-top: 100px;
  width: 60%;
}
.member-title {
  margin: 100px 50px 0 0;
  opacity: 0;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.member-title:after {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  margin-top: 20px;
  margin-left: -20px;
  background: #da5b62;
  -moz-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: all 0.6s 0.3s;
}
.member-title.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.member-title.show:after {
  width: 50px;
}
.member-info {
  position: relative;
  padding: 80px;
  border-radius: 120px 0 120px 0;
  background: #FFF;
  margin: 50px 0;
}
.member-name {
  font-size: 1.2em;
  color: #000;
  padding: 10px 0 20px 30px;
  opacity: 0;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.member-name.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.member-list li {
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}
.member-list li:after {
  position: absolute;
  top: 30px;
  padding-left: 75px;
  left: -80px;
  width: 0px;
  content: "";
  display: block;
  height: 1px;
  background: #ccc;
  opacity: 0.5;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.member-logo {
  width: 40px;
  padding: 1px;
  border: 1px solid #efefef;
}
.member-logo img {
  width: 40px;
}
.member-num {
  width: 20px;
  text-align: center;
  color: #ccc;
}
.member-type {
  padding-left: 30px;
  opacity: 0;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.member-type.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.member-subtitle {
  font-size: 0.875em;
  color: #000;
}
.member-text {
  padding: 5px 0 8px;
}
.member-text .small {
  color: #999;
}

.award-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.award-img {
  width: 60%;
  border-radius: 120px 0 120px 0;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.award-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transition: all 0.6s 0.4s;
  -o-transition: all 0.6s 0.4s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.6s 0.4s;
}
.award-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.award-img.show:before {
  width: 0;
}
.award-img.show:after {
  width: 0;
}
.award-img img {
  width: 100%;
}
.award-content {
  width: 40%;
  margin-right: 50px;
}
.award-title {
  margin-bottom: 60px;
  opacity: 0;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.award-title:after {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  margin-top: 20px;
  margin-left: -20px;
  background: #da5b62;
  -moz-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: all 0.6s 0.3s;
}
.award-title.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.award-title.show:after {
  width: 50px;
}
.award-list li {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.award-list li.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.award-logo {
  width: 40px;
  padding: 1px;
  border: 1px solid #efefef;
}
.award-logo img {
  width: 40px;
}
.award-type {
  padding-left: 20px;
}

@media screen and (max-width: 1100px) {
  .member-bg {
    bottom: -80px;
  }
  .member-inner {
    display: block;
  }
  .member-img {
    width: 40%;
    margin-left: auto;
  }
  .member-content {
    display: block;
    width: 80%;
    margin: -200px auto 0;
  }
  .member-title {
    margin-top: 80px;
  }
  .member-info {
    margin: 50px 0 80px;
  }

  .award-img {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .section {
    padding: 10vh 0;
  }

  .profile {
    padding-bottom: 23vh;
  }
  .profile-img {
    display: none;
  }
  .profile-content {
    margin: auto;
  }
  .profile-inner2 {
    display: block;
    margin-top: 10%;
  }
  .profile-img2 {
    width: 70%;
    margin-left: auto;
    margin-bottom: 10%;
    border-radius: 80px 0 80px 0;
  }

  .concept-item:nth-child(1) .concept-img {
    border-radius: 80px 0 0 0;
  }
  .concept-item:nth-child(3) .concept-img {
    border-radius: 0 0 80px 0;
  }
  .concept-info {
    width: unset;
    margin-left: unset;
  }

  .member-bg {
    top: 180px;
  }
  .member-inner {
    display: block;
  }
  .member-img {
    width: 40%;
    margin-left: auto;
    border-radius: 80px 0 80px 0;
  }
  .member-content {
    width: 100%;
    margin: -200px auto 0;
  }
  .member-info {
    padding: 50px;
    border-radius: 80px 0 80px 0;
  }
  .member-list li:after {
    padding-left: 65px;
    left: -50px;
  }

  .award-wrap {
    display: block;
  }
  .award-img {
    margin-left: auto;
    width: 70%;
    margin-bottom: 100px;
    border-radius: 80px 0 80px 0;
  }
  .award-content {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .profile {
    padding-bottom: 20vh;
  }
  .profile-img2 {
    width: 100%;
    margin: 0 auto 10%;
  }
  .profile-content2 {
    width: 100%;
    margin: auto;
  }

  .concept-item {
    width: 49%;
  }
  .concept-item:nth-child(1) {
    display: none;
  }
  .concept-item:nth-child(2) .concept-img {
    border-radius: 80px 0 0 0;
  }

  .member-img {
    margin: 0 0 25% auto;
    width: 50%;
    max-height: 500px;
  }
  .member-content {
    width: 100%;
  }

  .award-img {
    width: 100%;
  }
  .award-content {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .member-img {
    width: 100%;
    margin: 0 0 75% auto;
  }
  .member-list li:after {
    display: none;
  }
  .member-name {
    padding-left: unset;
  }
  .member-type {
    padding-left: unset;
  }
}
