.team_section_main {
  width: 100%;
  height: calc(100vh - 60px);
  background: url(../team_member_image/team_section_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.team_section_main::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 130px;
  background-image: url("../team_member_image/team_section_blur_border.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 20;
  pointer-events: none;
}

.team_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.details_container_main {
  width: 100%;
  position: relative;
}

.detail_sub_container {
  width: 460px;
  position: absolute;
  top: 120px;
}

.team_section_title {
  color: white;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 130%;
}

.team_section_description {
  color: white;
  font-size: 18px;
}

.team_button {
  background-color: white !important;
  color: black;
  margin-top: 10px;
}

.team_member_image_main {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-left: 160px;
}

.team-img {
  position: absolute;
  bottom: 0;
  object-fit: contain;
}

.center-img {
  width: 320px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) !important;
  z-index: 10;
}

.img-1 {
  width: 195px;
  left: 10%;
  z-index: 1;
}

.img-2 {
  width: 207px;
  left: 17%;
  z-index: 2;
}

.img-3 {
  width: 217px;
  left: 24%;
  z-index: 3;
}

.img-4 {
  width: 245px;
  left: 32%;
  z-index: 4;
}

.img-6 {
  width: 239px;
  right: 32%;
  z-index: 4;
}

.img-7 {
  width: 236px;
  right: 23%;
  z-index: 3;
}

.img-8 {
  width: 199px;
  right: 17%;
  z-index: 2;
}

.img-9 {
  width: 178px;
  right: 11.5%;
  z-index: 1;
}

@media (max-width: 1540px) and (max-height: 750px) {
  .detail_sub_container {
    width: 460px;
    position: absolute;
    top: 50px;
  }
}

@media (max-width: 1400px) {
  .detail_sub_container {
    top: 70px;
  }

  .team_member_image_main {
    height: 437px;
    margin-left: 120px;
  }

  .center-img {
    width: 300px;
    left: 50%;
  }

  .img-1 {
    width: 186px;
    left: 5%;
  }

  .img-2 {
    width: 198px;
    left: 13%;
  }

  .img-3 {
    width: 208px;
    left: 21%;
  }

  .img-4 {
    width: 233px;
    left: 30.5%;
  }

  .img-6 {
    width: 226px;
    right: 30%;
  }

  .img-7 {
    width: 226px;
    right: 21%;
  }

  .img-8 {
    width: 191px;
    right: 14%;
  }

  .img-9 {
    width: 171px;
    right: 7.5%;
  }
}

@media (max-width: 1280px) and (max-height: 600px) {
  .team_section_main {
    height: calc(100vh - 60px);
    width: 100%;
    background: url(../team_member_image/team_section_bg_1280.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .team_section_main::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 90px;
    background-image: url("../team_member_image/team_section_blur_border.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 20;
    pointer-events: none;
  }

  .detail_sub_container {
    top: 40px;
  }

  .detail_sub_container .submit {
    padding: 10px;
    font-size: 0.82rem;
  }

  .team_button {
    margin-top: 5px;
  }

  .team_section_title {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 130%;
    margin-bottom: 0px;
  }

  .team_section_description {
    color: white;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .team_member_image_main {
    height: 335px;
    margin-left: 170px;
  }

  .center-img {
    width: 235px;
    left: 50%;
  }

  .img-1 {
    width: 145px;
    left: 15%;
  }

  .img-2 {
    width: 155px;
    left: 21%;
  }

  .img-3 {
    width: 163px;
    left: 28%;
  }

  .img-4 {
    width: 183px;
    left: 34.8%;
  }

  .img-6 {
    width: 178px;
    right: 34.5%;
  }

  .img-7 {
    width: 178px;
    right: 27%;
  }

  .img-8 {
    width: 150px;
    right: 22%;
  }

  .img-9 {
    width: 135px;
    right: 17%;
  }
}

@media (max-width: 1200px) {
  .detail_sub_container {
    top: 100px;
  }

  .team_member_image_main {
    height: 343px;
    margin-left: 120px;
  }

  .center-img {
    width: 241px;
    left: 50%;
  }

  .img-1 {
    width: 145px;
    left: 9%;
  }

  .img-2 {
    width: 155px;
    left: 16%;
  }

  .img-3 {
    width: 163px;
    left: 23.5%;
  }

  .img-4 {
    width: 183px;
    left: 31.6%;
  }

  .img-6 {
    width: 178px;
    right: 31.5%;
  }

  .img-7 {
    width: 178px;
    right: 22.5%;
  }

  .img-8 {
    width: 150px;
    right: 16%;
  }

  .img-9 {
    width: 135px;
    right: 10%;
  }
}

@media (max-width: 992px) {
  .team_section_main {
    height: calc(100vh - 70px);
    width: 100%;
    background: url(../team_member_image/team_section_bg_820.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .team_section_main::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 110px;
    background-image: url("../team_member_image/team_section_blur_border.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 20;
    pointer-events: none;
  }

  .detail_sub_container {
    top: 140px;
  }

  .team_section_title {
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 130%;
  }

  .team_section_description {
    color: white;
    font-size: 18px;
  }

  .team_button {
    background-color: white !important;
    color: black;
    margin-top: 10px;
  }

  .team_member_image_main {
    height: 343px;
    margin-left: 0px;
  }

  .team-img {
    position: absolute;
    bottom: 0;
    object-fit: contain;
  }

  .img-1 {
    width: 145px;
    left: 0%;
  }

  .img-2 {
    width: 155px;
    left: 8%;
  }

  .img-3 {
    width: 163px;
    left: 17.5%;
  }

  .img-4 {
    width: 183px;
    left: 27%;
  }

  .img-6 {
    width: 178px;
    right: 26%;
  }

  .img-7 {
    width: 178px;
    right: 15%;
  }

  .img-8 {
    width: 150px;
    right: 7%;
  }

  .img-9 {
    width: 135px;
    right: 0%;
  }
}

@media (max-width: 768px) {
  .team_section_main {
    height: calc(100vh - 70px);
    width: 100%;
    background: url(../team_member_image/team_section_bg_768.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .detail_sub_container {
    width: 460px;
    position: absolute;
    top: 140px;
  }

  .team_section_title {
    color: white;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 130%;
  }

  .team_section_description {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .team_button {
    background-color: white !important;
    color: black;
    margin-top: 5px;
  }

  .detail_sub_container .submit {
    padding: 14px 24px;
    font-size: 1rem;
  }

  .team_member_image_main {
    height: 250px;
    margin-left: 0px;
  }

  .team-img {
    position: absolute;
    bottom: 0;
    object-fit: contain;
  }

  .center-img {
    width: 160px;
    left: 50%;
  }

  .img-1 {
    width: 92px;
    left: 1%;
  }

  .img-2 {
    width: 100px;
    left: 9%;
  }

  .img-3 {
    width: 107px;
    left: 18%;
  }

  .img-4 {
    width: 123px;
    left: 28%;
  }

  .img-6 {
    width: 119px;
    right: 28%;
  }

  .img-7 {
    width: 117px;
    right: 17.5%;
  }

  .img-8 {
    width: 98px;
    right: 10%;
  }

  .img-9 {
    width: 87px;
    right: 3%;
  }
}

@media (max-width: 550px) {
  .team_section_main {
    height: calc(100vh - 70px);
    width: 100%;
    background: url(../team_member_image/team_section_bg_500.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .team_section_main::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 70px;
    background-image: url("../team_member_image/team_section_blur_border.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 20;
    pointer-events: none;
  }

  .detail_sub_container {
    width: 100%;
    top: 100px;
  }

  .team_section_title {
    color: white;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 130%;
  }

  .team_section_description {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .team_button {
    background-color: white !important;
    color: black !important;
    margin-top: 5px !important;
  }

  .detail_sub_container .submit {
    padding: 10px 15px;
    font-size: 1rem;
    width: auto;
  }

  .team_member_image_main {
    height: 200px;
    margin-left: 0px;
  }

  .team-img {
    position: absolute;
    bottom: 0;
    object-fit: contain;
  }

  .center-img {
    width: 135px;
    left: 50%;
  }

  .img-1 {
    width: 78px;
    left: 0%;
  }

  .img-2 {
    width: 85px;
    left: 8%;
  }

  .img-3 {
    width: 91px;
    left: 16.8%;
  }

  .img-4 {
    width: 103px;
    left: 26%;
  }

  .img-6 {
    width: 100px;
    right: 25%;
  }

  .img-7 {
    width: 96px;
    right: 14%;
  }

  .img-8 {
    width: 79px;
    right: 7%;
  }

  .img-9 {
    width: 70px;
    right: 0%;
  }
}
