.team_limit_container {
    padding: 60px 0px;
}
.team_box {
    width: 1300px;
    margin: 0px auto;
}
.team_title {
    width: 170px;
    font-size: 1.9em;
    font-weight: 700;
    color: #3F66A6;
    margin: 0px auto 20px;
    background-image: url(/images/product_and_service/vector.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 26px 32px;
    padding-left: 40px;
}
.team_list {
    width: 1300px;
    margin: 0px auto;
    letter-spacing: 2px;
    border-bottom: 1px solid #6c757d;
    padding: 30px 0px;
    margin-bottom: 10px;
}
.team_user_name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 5px;
}
.team_user_job {
    font-size: 1.2em;
    padding-left: 5px;
}
.team_member_img_box {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #000000;
}
.teem_member_introduce {
    font-size: 1.2em;
    line-height: 2;
}
.team_member_img_box img {
    width: 100%;
}
