@charset "utf-8";
.icon-linkedin {
  background: url("/static-file/default/assets/images/foundation/icon-linkedin.svg") no-repeat center center;
}
.icon-github {
  background: url("/static-file/default/assets/images/foundation/icon-github.svg") no-repeat center center;
}
.icon-wechat {
  background: url("/static-file/default/assets/images/foundation/icon-wechat.svg") no-repeat center center;
}
.icon-twitter {
  background: url("/static-file/default/assets/images/foundation/icon-twitter.svg") no-repeat center center;
}
.icon-link {
  background: url("/static-file/default/assets/images/foundation/icon-link.svg") no-repeat center center;
}
.icon-close {
  background: url("/static-file/default/assets/images/foundation/icon-close.svg") no-repeat center center;
}
.section-staff {
  margin-top: 100px;
  margin-bottom: 60px;
}
.section-staff .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section-staff .cards .card-staff {
  width: 366px;
  margin-right: 40px;
  margin-bottom: 60px;
  text-align: center;
  color: #12033a;
  line-height: 1.6;
}
.section-staff .cards .card-staff .headimg {
  height: 200px;
  margin-bottom: 15px;
}
.section-staff .cards .card-staff .headimg img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.section-staff .cards .card-staff .name,
.section-staff .cards .card-staff .title {
  overflow: hidden;
  font-size: 1.875rem;
}
.section-staff .cards .card-staff .name {
  font-weight: 600;
}
.section-staff .cards .card-staff .title {
  font-weight: 300;
}
.section-staff .cards .card-staff .bio {
  margin-top: 15px;
  font-size: 1.25rem;
  max-height: 56px;
  overflow: hidden;
}
.section-staff .cards .card-staff .more {
  margin-top: 15px;
  font-size: 1.25rem;
  color: #3b1c95;
}
.section-staff .cards .card-staff .icons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding: 0 80px 0 80px;
}
.section-staff .cards .card-staff .icons i {
  display: block;
  width: 28px;
  height: 28px;
}
.section-staff .cards .card-staff .icons a {
  margin-right: 30px;
}
.section-staff .cards .card-staff .icons a:last-child {
  margin-right: 0px;
}
.section-staff .cards .card-staff:nth-child(3n+0) {
  margin-right: 0px;
}
.section-staff-more {
  display: flex;
  position: fixed;
  top: -100vh;
  justify-content: center;
  z-index: 10000;
  background: rgba(35, 24, 21, 0.7);
  height: 100vh;
  top: 0px;
}
.section-staff-more .page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10%;
  width: 900px;
  background: #FFFFFF;
  height: auto;
  max-height: 552px;
  border-bottom: 4px solid #554fd3;
}
.section-staff-more .page .head {
  width: 100%;
  display: block;
  text-align: right;
  padding-right: 30px;
  padding-top: 20px;
}
.section-staff-more .page .head i {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.section-staff-more .page .card-staff {
  padding: 40px;
  padding-top: 10px;
  text-align: center;
  line-height: 1.6;
}
.section-staff-more .page .card-staff .headimg {
  height: 200px;
  margin-bottom: 15px;
}
.section-staff-more .page .card-staff .headimg img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.section-staff-more .page .card-staff .name,
.section-staff-more .page .card-staff .title {
  overflow: hidden;
  max-width: 800px;
  font-size: 1.875rem;
}
.section-staff-more .page .card-staff .name {
  font-weight: 600;
}
.section-staff-more .page .card-staff .title {
  font-weight: 300;
  max-width: 800px;
}
.section-staff-more .page .card-staff .bio {
  max-width: 800px;
  margin-top: 15px;
  font-size: 1.25rem;
  text-align: left;
  height: 168px;
  overflow-y: scroll;
}
@media screen and (max-width: 1270px) {
  .section-staff {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-staff .cards .card-staff {
    width: 100vw;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .section-staff .cards .card-staff .name,
  .section-staff .cards .card-staff .title {
    font-size: 2.25rem;
  }
  .section-staff .cards .card-staff .bio {
    margin-top: 15px;
    font-size: 1.75rem;
    max-height: 78.4px;
    overflow: hidden;
  }
  .section-staff .cards .card-staff .more {
    font-size: 1.75rem;
  }
  .section-staff .cards .card-staff .icons {
    padding: 0 80px 0 80px;
  }
  .section-staff .cards .card-staff .icons i {
    display: block;
    width: 48px;
    height: 48px;
  }
  .section-staff-more .page {
    margin-top: 30%;
    width: 90vw;
    max-height: 652px;
  }
  .section-staff-more .page .card-staff .name,
  .section-staff-more .page .card-staff .title {
    font-size: 2.25rem;
  }
  .section-staff-more .page .card-staff .bio {
    font-size: 1.75rem;
    height: 202px;
  }
}
.section-focus {
  padding-bottom: 167px;
}
@media screen and (max-width: 1270px) {
  .section-focus {
    padding-bottom: 160px;
  }
}
