.LeaderBox {
  padding-top: 10vw;
}

.mainArea .LeaderBox .ImgBox .InnerImg {
  padding-top: 125%;
}

.mainArea .LeaderBox .ImgBox .InnerImg .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mainArea .LeaderBox .TxtBox {
  padding-left: 2.4rem;
}

@media (max-width: 768px) {
  .ImgBox .InnerImg .image {
    background-position: center top;
  }
  .mainArea .LeaderBox .ImgBox .InnerImg .image:after {
    left: 0;
    width: 50%;
    height: 40%;
  }
  .mainArea .LeaderBox .TxtBox {
    padding: 0;
  }
  .mainArea .LeaderBox .ImgBox .InnerImg:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .mainArea .LeaderBox .ImgBox .InnerImg {
    padding-top: 100%;
  }
  .mainArea .LeaderBox .ImgBox .InnerImg .image:after {
    width: 70%;
  }
}
.mainArea .teamBox {
  width: 100%;
  overflow-x: hidden;
  margin-top: 10%;
  background: linear-gradient(to left, #dddddd 0%, #dddddd 83%, #ffffff 83%, #ffffff 100%);
}

.mainArea .teamBox .TxtBox {
  padding: 5%;
  padding-left: 40%;
}

.mainArea .teamBox .TxtBox h3 {
  transform: translateX(-20%);
}

.mainArea .teamBox .ImgBox .InnerImg {
  padding-top: 60%;
}

.mainArea .teamBox .ImgBox .InnerImg .image {
  background-position: center;
  background-size: cover;
}

.mainArea .teamLife {
  background-image: url(../images/team/team_bg.jpg);
  background-size: cover;
  background-position: center;
}

.mainArea .teamList {
  padding-top: 5%;
  padding-bottom: 5%;
}

.mainArea .teamList:before {
  content: "";
  width: 100%;
  height: 40vh;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-image: url(../images/team/team_bg.jpg);
}

.mainArea .teamList .ImgBox {
  height: auto;
}

.mainArea .teamList .ImgBox .InnerImg {
  padding-top: 80%;
}

.mainArea .teamList .ImgBox .InnerImg .image {
  background-size: auto 100%;
  background-position: center;
  transition: all 0.3s;
}

.mainArea .teamList .ImgBox:hover .InnerImg .image {
  background-size: auto 110%;
}

.mainArea .teamList .designName {
  margin-bottom: 10%;
}

@media (max-width: 787px) {
  .mainArea .teamBox .TxtBox {
    padding-left: 25%;
  }
  .mainArea .teamList:before {
    bottom: -5%;
  }
}
@media (max-width: 480px) {
  .mainArea .teamBox {
    background: #dddddd;
  }
  .mainArea .teamBox .TxtBox {
    padding: 20px;
  }
  .mainArea .teamBox .TxtBox h3 {
    transform: none;
  }
  .mainArea .teamList:before {
    bottom: 0;
  }
  .mainArea .teamList {
    padding: 10% 0;
  }
  .mainArea .teamList .col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }
  .mainArea .teamList .designName {
    text-align: center;
  }
}/*# sourceMappingURL=team.css.map */