/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1  Global Elements
#2  team list

----------------------------------------------------------------*/


/*--------------------------------------------------------------
#1  Global Elements
--------------------------------------------------------------*/
.pageTop_img{
  background-image: url('../img/team_top_img.png');
}
/*--------------------------------------------------------------
#2  team list
--------------------------------------------------------------*/
.team_list_container{
  margin-top: 100px;
  text-align: justify;
  box-sizing: border-box;
}
.team_list_info{
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 2px solid #f2a43c;
  width: 275px;
  height: 435px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.06);
  box-shadow: 0px 0px 36.8px 9.2px rgba(16, 37, 65, 0.06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.team_list_info:hover{
  transform: translateY(-10px);
}
.team_list_join{
  border-bottom: none;
  background-image: url('../img/teamlist_jsonus_img.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.team_list_join div {
  text-align: center;
  color: white;
}
.team_list_join_text1{
  font-size: 20px;
  margin-top: 130px;
  margin-bottom: 40px;
}
.team_list_join_text2{
  font-size: 14px;
  line-height: 24px;
}
.team_list_join_btn{
  display: block;
  text-align: center;
  margin: 64px auto 0;
  font-size: 14px;
  width: 130px;
  height: 40px;
  border-radius: 20px;
  color: #3f3f3f;
  background-color: white;
  line-height: 40px;
}
.team_list_info_blank{
  display: inline-block;
  vertical-align: middle;
  width: 275px;
}
@media (max-width: 991px) {
  .team_list_container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .team_list_container {
    padding: 0 30px;
  }
}
@media (max-width: 631px) {
  .team_list_container {
    margin-top: 40px;
    margin-bottom: -20px;
    /*text-align: center;*/
  }
}
.member_pic{
  width: 100%;
}
.member_info{
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: left;
}
.member_name{
  color: #204061;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.member_introduction{
  color: #434343;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 631px) {
  .team_list_info_blank{
    width: 150px;
  }
  .team_list_info{
    width: 145px;
    height: 237px;
    margin-bottom: 30px;
  }
  .member_info{
    padding: 1px 10px;
  }
  .member_name{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .member_introduction{
    font-size: 11px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .team_list_join_text1{
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .team_list_join_text2{
    font-size: 11px;
    line-height: 15px;
  }
  .team_list_join_btn{
    margin: 30px auto 0;
    font-size: 14px;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
  }
}
@media (max-width: 372px) {
  .team_list_info{
    width: 129px;
  }
}@media (max-width: 339px) {
  .team_list_info{
    width: 129px;
  }
  .team_list_container {
    text-align: center;
  }
}