@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
.top-box:nth-child(1) .top-pic {
  -moz-transition: unset;
  -o-transition: unset;
  -webkit-transition: unset;
  transition: unset;
  background-position: 55% center;
}

.inner {
  width: 80%;
  max-width: 1100px;
  margin: auto;
}

.slogn {
  padding: 150px 0;
}
.slogn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slogn-pic {
  width: 50%;
}
.slogn-pic img {
  width: 100%;
}
.slogn-content .big {
  font-size: 20px;
  color: #fff;
  position: relative;
  margin-right: 15px;
}
.slogn-content .big:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: -25px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  margin: 0 10px 5px;
}
.slogn-content .big:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  right: -25px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  margin: 0 10px 5px;
}
.slogn-content .st:before {
  content: "";
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: #666;
  margin: 0 20px 5px;
}
.slogn-text:nth-child(1) {
  margin-bottom: 30px;
}

.profile {
  padding: 150px 0;
}
.profile-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.profile-pic {
  width: 50%;
}
.profile-pic img {
  width: 100%;
}
.profile-content {
  width: 50%;
}
.profile-title {
  padding-bottom: 50px;
}
.profile-title .en {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.profile-title .tw {
  color: #e2a688;
  position: relative;
}
.profile-title .tw:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background-color: #666;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.profile-ttw {
  padding-right: 80px;
  box-sizing: border-box;
  line-height: 1.8em;
}
.profile-ten {
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.8em;
}

.team {
  padding: 150px 0;
}
.team-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-pic {
  width: 40%;
}
.team-pic img {
  width: 100%;
}
.team-content {
  width: 45%;
  margin-top: 50px;
  box-sizing: border-box;
}
.team-content li {
  padding: 20px 0;
  border-bottom: 1px solid #666;
}
.team-content li:nth-child(1) {
  border-top: 1px solid #666;
}
.team-title {
  padding-bottom: 50px;
}
.team-title .en {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.team-title .tw {
  color: #e2a688;
  position: relative;
}
.team-people {
  padding-bottom: 10px;
}
.team-name {
  font-size: 16px;
}

.middle {
  margin: 150px 0;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.middle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.middle-slogn {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #000;
  z-index: 2;
}
.middle-slogn .tw {
  font-size: 18px;
}
.middle-slogn .en {
  font-size: 20px;
}
.middle-line {
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin: 20px auto;
}

.concept {
  padding: 150px 0;
}
.concept-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.concept-pic {
  width: 50%;
}
.concept-pic img {
  width: 100%;
}
.concept-content {
  width: 50%;
}
.concept-title {
  padding-bottom: 50px;
}
.concept-title .en {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.concept-title .tw {
  color: #e2a688;
  position: relative;
}
.concept-title .tw:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background-color: #666;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.concept-ttw {
  padding-right: 80px;
  box-sizing: border-box;
  margin-bottom: 30px;
  line-height: 1.8em;
}
.concept-ten {
  font-size: 12px;
  padding-right: 80px;
  box-sizing: border-box;
  line-height: 1.8em;
}

.award {
  padding: 150px 0;
}
.award-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.award-pic {
  width: 50%;
}
.award-pic img {
  width: 100%;
}
.award-content {
  width: 50%;
  padding-left: 10%;
  box-sizing: border-box;
}
.award-title {
  padding-bottom: 50px;
}
.award-title .en {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.award-title .tw {
  color: #e2a688;
  position: relative;
}
.award-year {
  position: relative;
  color: #fff;
  font-size: 16px;
}
.award-year:after {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  background-color: #666;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.award-list {
  padding: 10px 0;
  width: calc(100% - 50px);
  padding-left: 60px;
  position: relative;
  min-height: 50px;
}
.award-prize {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  padding: 5px;
  background-color: #1d1d1d;
  margin-right: 10px;
  display: inline-block;
}
.award-prize img {
  width: 100%;
}
.award-name {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.award-name span {
  display: inline-block;
  margin-left: 5px;
}

.slogn-text:nth-child(1) {
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: -moz-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.slogn-text:nth-child(2) {
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: -moz-transform 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.slogn-content .big {
  opacity: 0;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.slogn-content .st:before {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.slogn-content .t {
  opacity: 0;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.slogn.show .slogn-text:nth-child(1) {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slogn.show .slogn-text:nth-child(2) {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slogn.show .slogn-content .big {
  opacity: 1;
}
.slogn.show .slogn-content .st:before {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.slogn.show .slogn-content .t {
  opacity: 1;
}

.profile-title .tw:after {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.profile-title .tw.show:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.concept-title .tw:after {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.concept-title .tw.show:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.award-year:after {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.award-year.show:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.middle-line {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.middle-line.show {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 1350px) {
  .award-name {
    position: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
  }
  .award-name span {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  .concept-ttw {
    padding-right: 50px;
  }
  .concept-ten {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .slogn {
    padding: 150px 0 50px;
  }
  .slogn-pic {
    display: none;
  }
  .slogn-content {
    margin: auto;
  }
  .slogn-content .big {
    color: #000;
  }
  .slogn-content .big:before {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .slogn-content .big:after {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .slogn-content .st:before {
    background-color: #ccc;
  }

  .profile {
    padding: 100px 0;
  }
  .profile-box {
    flex-direction: row;
    display: block;
  }
  .profile-pic {
    width: 100%;
  }
  .profile-content {
    width: 100%;
    margin-top: 50px;
  }
  .profile-title .en {
    color: #e2a688;
  }
  .profile-title .tw {
    color: #666;
  }
  .profile-title .tw:after {
    background-color: #ddd;
  }
  .profile-ttw {
    padding: 0;
  }
  .profile-ten {
    color: #999;
  }

  .team {
    padding: 100px 0;
  }
  .team-content {
    margin-top: unset;
  }
  .team-content li {
    border-bottom: 1px solid #ddd;
  }
  .team-content li:nth-child(1) {
    border-top: 1px solid #ddd;
  }
  .team-title .en {
    color: #e2a688;
  }
  .team-title .tw {
    color: #666;
  }
  .team-people {
    color: #999;
  }

  .middle {
    background-attachment: unset;
  }

  .concept {
    padding: 100px 0;
  }
  .concept-box {
    display: block;
  }
  .concept-pic {
    width: 100%;
  }
  .concept-content {
    width: 100%;
    margin-top: 50px;
  }
  .concept-title .en {
    color: #e2a688;
  }
  .concept-title .tw {
    color: #666;
  }
  .concept-title .tw:after {
    background-color: #ddd;
  }
  .concept-ttw {
    padding: 0;
  }
  .concept-ten {
    padding: 0;
    color: #999;
  }

  .award {
    padding: 100px 0;
  }
  .award-box {
    display: block;
  }
  .award-pic {
    width: 100%;
  }
  .award-content {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .award-title .en {
    color: #e2a688;
  }
  .award-title .tw {
    color: #666;
  }
  .award-year {
    color: #999;
  }
  .award-year:after {
    background-color: #ddd;
  }
  .award-prize {
    background-color: #eee;
  }
  .award-name {
    position: absolute;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .award-name span {
    display: inline-block;
  }
}
@media screen and (max-width: 1000px) {
  .team-pic {
    width: 50%;
  }
  .team-content {
    padding-left: 5%;
  }

  .middle {
    margin: 50px 0;
  }
}
@media screen and (max-width: 860px) {
  .middle {
    height: 400px;
  }
  .middle-slogn {
    padding: 0 30px;
  }
  .middle-slogn .en {
    font-size: 18px;
  }
  .middle-slogn .tw {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    width: 90%;
  }

  .slogn {
    padding: 150px 0 100px;
  }
  .slogn-text {
    text-align: center;
  }
  .slogn-text:nth-child(1) {
    margin-bottom: 50px;
  }
  .slogn .st {
    display: block;
    padding-top: 30px;
  }
  .slogn .st:before {
    display: none;
  }

  .profile {
    padding: 50px 0;
  }

  .team {
    padding: 50px 0;
  }
  .team-box {
    display: block;
  }
  .team-pic {
    width: 100%;
  }
  .team-content {
    width: 100%;
    margin-top: 50px;
    padding: 0;
  }

  .concept {
    padding: 50px 0;
  }

  .middle {
    padding: 50px 0;
    height: 300px;
  }

  .award {
    padding: 50px 0;
  }
}
@media screen and (max-width: 500px) {
  .award-name {
    position: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
  }
  .award-name span {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .profile-title {
    padding-bottom: 30px;
  }
  .profile-title .en {
    font-size: 20px;
  }

  .profile-content {
    margin-top: 30px;
  }

  .concept-title {
    padding-bottom: 30px;
  }
  .concept-title .en {
    font-size: 20px;
  }

  .concept-content {
    margin-top: 30px;
  }

  .team-title {
    padding-bottom: 30px;
  }
  .team-title .en {
    font-size: 20px;
  }

  .team-content {
    margin-top: 30px;
  }

  .award-title {
    padding-bottom: 30px;
  }
  .award-title .en {
    font-size: 20px;
  }

  .award-content {
    margin-top: 30px;
  }
}
