    /* 기본css */
    * {
      box-sizing: border-box;
    }

    body {
      color: #212121;
      overflow-y: auto;
    }

    ul,
    li {
      list-style: none;
    }

    .peopleContainer {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1240px;
      min-width: 315px;
      padding-left: 20px;
      padding-right: 20px;

      /*display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 40px; */
    }

    .peopleCon-top h1 {
      margin-top: 100px;
      margin-bottom: 60px;
      font-size: 40px;
      line-height: 52px;
      letter-spacing: -0.03em;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1240px;
      min-width: 315px;
      padding-left: 20px;
      padding-right: 20px;
    }

    .peopleCon-top p {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1240px;
      min-width: 315px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 30px;
    }

    /*tab-css*/
    .tabs {
      /* position: absolute;
      top: 95%;
      left: 50%;
      transform: translate(-50%, -50%); */
      width: 100%;
      /* height: 100vh; 260306*/
      height: 80vh;
      padding: 30px 20px;
      max-width: 1240px;
    }

    .tabs .tab-header {
      float: left;
      height: 100%;
      border-right: 1px solid #c3c3c3;
      padding: 30px 0;
      padding-right: 99px;
    }

    .tabs .tab-header>div {
      height: 50px;
      line-height: 50px;
      font-size: 22px;
      color: #666;
      cursor: pointer;
      margin-bottom: 52px;
    }

    .tabs .tab-header>div br {
      display: none;
      /*16*/
    }

    .tabs .tab-header>div.active {
      color: #db7f33;
      font-weight: 600;
    }

    .tabs .tab-content {
      position: relative;
      height: 100%;
      margin-left: 250px;
      overflow: hidden;
      /* 콘텐츠가 넘칠 경우 숨김 처리 */
    }

    .tabs .tab-content>div {
      position: absolute;
      text-align: center;
      padding: 40px 0px 40px 20px;
      top: -200%;
      height: 100%;
      transition: all 500ms ease-in-out;
      overflow-y: auto;
    }

    .tabs .tab-content>div::-webkit-scrollbar {
      display: none;
      /* 스크롤바 숨기기 */
    }

    .tabs .tab-content>div.active {
      top: 0px;
      /* 활성화된 콘텐츠는 화면에 표시 */
    }

    .tab-header {
      position: relative;
    }

    .tab-indicator {
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #db7f33;
      transition: all 500ms ease-in-out;
      top: 50px;
      left: 227px;
    }

    /*card-css(exe)*/
    .card-exe {
      margin-left: 30px;
      display: flex;
      width: 100%;
      height: auto;
      margin-bottom: 30px;
      position: relative;
      min-height: 300px;
    }

    .card-exe .card-left {
      background: #c07764;
      width: 34%;
      border-radius: 22px 0 0 22px;
      color: #fff;
      padding: 25px;
      text-align: left;
    }

    .card-exe .card-left .title {
      font-size: 17px;
    }

    .card-exe .card-left .name {
      display: flex;
      align-items: center;
      padding-top: 40px;
    }

    .card-exe .card-left .name h1 {
      font-size: 34px;
    }

    .card-exe .card-left .name p {
      font-size: 16px;
      margin-left: 12px;
    }

    .card-exe .card-img {
      position: absolute;
      bottom: 5%;
    }

    .card-exe .card-right {
      background: #f8f8f8;
      width: 62%;
      text-align: left;
      border-radius: 0 22px 22px 0px;
      padding: 30px 0 20px;
    }

    .card-exe .card-right ul {
      margin-left: 40px;
      margin-bottom: 10px;
    }

    .card-exe .card-info b {
      font-size: 20px;
      font-weight: 500;
    }

    /*card-css(team)*/
    .panel {
      width: 100%;
    }

    .team-con {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .card-team {
      margin-left: 30px;
      width: 46.553%;
      margin-bottom: 30px;
      position: relative;
    }

    .card-team .card-top {
      background: #c07764;
      border-radius: 22px 22px 0 0;
      color: #fff;
      padding: 22px;
      text-align: left;
      height: 133px;
    }

    .card-team .card-top .title {
      font-size: 17px;
    }

    .card-team .card-top .name {
      display: flex;
      align-items: center;
      padding-top: 40px;
    }

    .card-team .card-top .name h1 {
      font-size: 34px;
    }

    .card-team .card-top .name p {
      font-size: 16px;
      margin-left: 12px;
    }

    .card-team .card-img {
      position: absolute;
      right: 10px;
      top: 60px;
    }

    .card-team .card-info {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
    }

    .card-team .card-bottom {
      background: #f8f8f8;
      text-align: left;
      border-radius: 0 0 22px 22px;
      padding: 25px 20px;
    }

    .card-team .card-bottom ul {
      /* margin-left: -40px; */
      height: 130px;
    }

    .card-team .card-info b {
      font-size: 20px;
      font-weight: 500;
    }

    .color-info {
      color: #666;
      font-size: 17px;
      line-height: 0.6em;
      margin-top: 8px;
    }

    .card-info-top {
      display: flex;
      justify-content: space-between;
      width: 95%;
    }

    .card-info-top {
      width: 100%;
      flex-direction: column;
      height: auto;
    }

    .card-team .card-info {
      margin-left: 0px;
    }

    .card-team .card-bottom ul {
      height: 100%;
    }

    .card-team .card-bottom {
      height: 260px;
      /*250429*/
    }

    .color-info {
      line-height: 1.5;
      margin: 0;
    }

    .card-info-top div {
      margin-bottom: 18px;
    }

    @media screen and (max-width: 1200px) {
      .card-info-top {
        width: 100%;
        flex-direction: column;
        height: auto;
      }

      .card-team .card-info {
        margin-left: 0px;
      }

      .card-team .card-bottom ul {
        height: 100%;
      }

      .card-team .card-bottom {
        height: 360px;
      }

      .color-info {
        line-height: 1.5;
        margin: 0;
        font-size: 16px;
      }

      .card-info-top div {
        margin-bottom: 15px;
      }
    }

    @media screen and (max-width: 1020px) {
      .card-team .card-info {
        margin-left: 0px;
      }

      .tabs .tab-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 60px;
        padding: 0px 20px;
      }

      .tabs .tab-header {
        height: auto;
        float: none;
        border-right: none;
        border-bottom: 1px solid #c3c3c3;
      }

      .tab-indicator {
        display: none;
      }

      .tabs .tab-content {
        margin-left: 0;
      }

      .tabs .tab-header>div {
        height: auto;
        margin-bottom: 20px;
        font-size: 22px;
      }

      .card-exe {
        width: 80%;
        margin-bottom: 20px;
        margin: 0 auto 20px;
      }

      ul {
        padding-inline-start: 0px;
      }

      .card-exe .card-left .name {
        display: block;
      }

      .card-exe .card-left .name p {
        margin-left: 0;
        transform: translateY(-17px);
      }

      .card-exe .card-info {
        margin-left: 20px;
      }

      .card-team br {
        display: none;
      }

      .card-exe .card-info b {
        font-size: 18px;
      }

      .card-info ul {
        margin-bottom: 10px;
      }

      .card-info-top div {
        margin-bottom: 15px;
      }

      .card-exe .card-left .name h1 {
        font-size: 28px;
      }

      .card-exe .card-left .title {
        font-size: 18px;
      }

      .card-exe .card-left .name p {
        font-size: 14px;
      }

      /*16*/
      .card-team .card-bottom ul {
        padding-left: 0;
      }

      .card-exe .card-right {
        padding: 20px 0 10px;
      }

      .tabs {
        padding: 30px 0px;
      }
    }

    @media screen and (max-width: 780px) {
      .team-con {
        display: block;
      }

      .card-team {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
      }

      .card-team .card-bottom {
        height: auto;
      }

      .card-exe .card-left {
        background: #c07764;
        width: 100%;
        border-radius: 22px 22px 0 0;
        padding: 20px;
        text-align: left;
      }

      .card-exe {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 20px;
        min-height: auto;
        flex-direction: column;
      }

      .card-exe .card-right {
        width: 100%;
        border-radius: 0 0 22px 22px;
      }

      .card-exe .card-img {
        zoom: 0.7;
        bottom: 0;
        right: -9px;
        top: 78px;
      }

      .card-exe .card-left .name {
        display: flex;
        align-items: center;
      }

      .card-exe .card-left .name p {
        transform: none;
        margin-left: 10px;
      }

      .tabs .tab-header {
        margin-top: 30px;
      }

      .tabs .tab-header>div {
        margin-bottom: 0px;
        font-size: 16px;
        text-align: center;
        /*16*/
        line-height: 1.4em;
        /*16*/
        padding-bottom: 20px;
        /*16*/
      }

      .card-exe .card-right ul {
        margin-left: 0px;
      }

      .tabs .tab-content>div {
        padding: 40px 0px 40px 0px;
      }
    }

    /*16*/
    @media screen and (max-width: 480px) {
      .tabs .tab-header>div br {
        display: block;
      }
    }