.card-customPeopleList[data-style="1"] .container .nav .swiper-button-prev::after, .card-customPeopleList[data-style="1"] .container .nav .swiper-button-next::after {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }

.card-customPeopleList[data-style="1"] .container {
  width: 1440px;
  max-width: 100%;
  margin: auto;
  padding: 0 70px; }
  @media only screen and (max-width: 1280px) {
    .card-customPeopleList[data-style="1"] .container {
      padding: 0 30px; } }
  @media only screen and (max-width: 1280px) {
    .card-customPeopleList[data-style="1"] .container {
      padding: 0 20px; } }
  .card-customPeopleList[data-style="1"] .container .main-nav {
    width: calc(100% - 50px);
    margin: auto; }
  .card-customPeopleList[data-style="1"] .container .nav {
    position: relative;
    margin-top: 10px;
    margin-bottom: 50px; }
    .card-customPeopleList[data-style="1"] .container .nav .swiper-container {
      margin: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #393d75;
      padding: 15px 0;
      -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.25);
              box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.25);
      border: 1px solid #ffffff; }
      .card-customPeopleList[data-style="1"] .container .nav .swiper-container .swiper-wrapper .swiper-slide {
        position: relative;
        text-align: center;
        width: auto;
        padding: 0 22px; }
        @media only screen and (max-width: 580px) {
          .card-customPeopleList[data-style="1"] .container .nav .swiper-container .swiper-wrapper .swiper-slide {
            padding: 0 12px; } }
        .card-customPeopleList[data-style="1"] .container .nav .swiper-container .swiper-wrapper .swiper-slide:not(:first-child)::before {
          content: '';
          position: absolute;
          width: 1px;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #ffffff; }
          @media only screen and (max-width: 580px) {
            .card-customPeopleList[data-style="1"] .container .nav .swiper-container .swiper-wrapper .swiper-slide:not(:first-child)::before {
              width: 0; } }
        .card-customPeopleList[data-style="1"] .container .nav .swiper-container .swiper-wrapper .swiper-slide a {
          text-decoration: none;
          font-size: 1.8rem;
          letter-spacing: 1.5px;
          text-align: justify;
          color: #ffffff;
          position: relative;
          white-space: nowrap; }
          .card-customPeopleList[data-style="1"] .container .nav .swiper-container .swiper-wrapper .swiper-slide a::after {
            content: '';
            position: absolute;
            border-top: 10px solid #ffffff;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
            bottom: -17px;
            opacity: 0;
            -webkit-transition: .4s ease-in-out;
            -o-transition: .4s ease-in-out;
            transition: .4s ease-in-out; }
          .card-customPeopleList[data-style="1"] .container .nav .swiper-container .swiper-wrapper .swiper-slide a:hover::after, .card-customPeopleList[data-style="1"] .container .nav .swiper-container .swiper-wrapper .swiper-slide a:focus::after, .card-customPeopleList[data-style="1"] .container .nav .swiper-container .swiper-wrapper .swiper-slide a.active::after {
            opacity: 1; }
    .card-customPeopleList[data-style="1"] .container .nav .swiper-button-prev:hover, .card-customPeopleList[data-style="1"] .container .nav .swiper-button-prev:focus, .card-customPeopleList[data-style="1"] .container .nav .swiper-button-next:hover, .card-customPeopleList[data-style="1"] .container .nav .swiper-button-next:focus {
      opacity: 1; }
    .card-customPeopleList[data-style="1"] .container .nav .swiper-button-prev::after, .card-customPeopleList[data-style="1"] .container .nav .swiper-button-next::after {
      color: #000000;
      font-family: "FontCCWork";
      display: block;
      position: absolute;
      width: 100%;
      height: 40px;
      line-height: 50px;
      top: 40%;
      margin-top: -20px;
      font-size: 3rem; }
    .card-customPeopleList[data-style="1"] .container .nav .swiper-button-prev {
      left: -7px; }
      .card-customPeopleList[data-style="1"] .container .nav .swiper-button-prev::after {
        content: "\ea06"; }
    .card-customPeopleList[data-style="1"] .container .nav .swiper-button-next {
      right: -5px; }
      .card-customPeopleList[data-style="1"] .container .nav .swiper-button-next::after {
        content: "\ea08"; }
  .card-customPeopleList[data-style="1"] .container .member-outbox {
    padding: 0 144px; }
    @media only screen and (max-width: 1280px) {
      .card-customPeopleList[data-style="1"] .container .member-outbox {
        padding: 0; } }
  .card-customPeopleList[data-style="1"] .container .member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media only screen and (max-width: 580px) {
      .card-customPeopleList[data-style="1"] .container .member-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .card-customPeopleList[data-style="1"] .container .member-title {
    width: 41%;
    background: #ededf4;
    padding: 20px 25px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 10px solid #383d75; }
    @media only screen and (max-width: 980px) {
      .card-customPeopleList[data-style="1"] .container .member-title {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media only screen and (max-width: 580px) {
      .card-customPeopleList[data-style="1"] .container .member-title {
        width: 100%; } }
    .card-customPeopleList[data-style="1"] .container .member-title .avatar {
      max-width: 110px; }
      @media only screen and (max-width: 980px) {
        .card-customPeopleList[data-style="1"] .container .member-title .avatar {
          margin-bottom: 8px; } }
      @media only screen and (max-width: 580px) {
        .card-customPeopleList[data-style="1"] .container .member-title .avatar ~ .title {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .card-customPeopleList[data-style="1"] .container .member-title .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      margin-left: 25px;
      width: 100%;
      border-bottom: 1px solid #383d75;
      padding-bottom: 5px;
      position: relative; }
      @media only screen and (max-width: 980px) {
        .card-customPeopleList[data-style="1"] .container .member-title .title {
          margin-left: 0;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-bottom: none; } }
      @media only screen and (max-width: 580px) {
        .card-customPeopleList[data-style="1"] .container .member-title .title {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .card-customPeopleList[data-style="1"] .container .member-title .title::after {
        content: '';
        position: absolute;
        width: 72px;
        height: 3px;
        background: #383d75;
        left: 0;
        bottom: -1.8px; }
        @media only screen and (max-width: 980px) {
          .card-customPeopleList[data-style="1"] .container .member-title .title::after {
            display: none; } }
      .card-customPeopleList[data-style="1"] .container .member-title .title span:first-child {
        font-size: 2.4rem;
        font-weight: 500;
        color: #000000; }
      .card-customPeopleList[data-style="1"] .container .member-title .title span:nth-child(2) {
        font-size: 1.4rem;
        color: #696969;
        margin-left: 15px;
        position: relative; }
        .card-customPeopleList[data-style="1"] .container .member-title .title span:nth-child(2):lang(en) {
          color: red; }
        .card-customPeopleList[data-style="1"] .container .member-title .title span:nth-child(2)::before {
          content: "/";
          color: #696969;
          margin-right: .5rem; }
  .card-customPeopleList[data-style="1"] .container .member-info {
    width: 59%;
    background: #f2f2f2;
    padding: 30px; }
    @media only screen and (max-width: 580px) {
      .card-customPeopleList[data-style="1"] .container .member-info {
        width: 100%;
        padding: 10px; } }
    .card-customPeopleList[data-style="1"] .container .member-info ul {
      list-style: none;
      margin-left: 0; }
      .card-customPeopleList[data-style="1"] .container .member-info ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px; }
        @media only screen and (max-width: 430px) {
          .card-customPeopleList[data-style="1"] .container .member-info ul li {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .card-customPeopleList[data-style="1"] .container .member-info ul li:last-child {
          margin-bottom: 0; }
        .card-customPeopleList[data-style="1"] .container .member-info ul li .title {
          width: 125px;
          font-size: 1.8rem;
          color: #000000; }
          @media only screen and (max-width: 430px) {
            .card-customPeopleList[data-style="1"] .container .member-info ul li .title {
              width: 100%; } }
        .card-customPeopleList[data-style="1"] .container .member-info ul li .content {
          font-size: 1.8rem;
          color: #000000;
          font-weight: 500;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .card-customPeopleList[data-style="1"] .container .member-info ul li .content a {
            color: #393d75;
            text-decoration: underline; }
            .card-customPeopleList[data-style="1"] .container .member-info ul li .content a:hover {
              opacity: .7; }
          .card-customPeopleList[data-style="1"] .container .member-info ul li .content ul {
            list-style-type: decimal;
            margin-left: 25px; }
          .card-customPeopleList[data-style="1"] .container .member-info ul li .content li {
            display: list-item; }






/*
     FILE ARCHIVED ON 4:45:45 三月 20, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 13:06:18 五月 25, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
