.abo_ban {
    background: url(../images/abo_ban.jpg) no-repeat;
}

.team_chairman{
    background: linear-gradient(to bottom, #fff 30px,#5A6773 31px,#5A6773  90%,#fff 91%);
    min-height: 360px;
}
.team_txt{
    width: calc(100% / 3);
    padding: 1rem 3rem;
    margin: 1rem 0 3rem;
}
@media screen and (max-width:1365px) {
    .team_txt{
        padding: 1rem 1.5rem;
    }
}
@media screen and (max-width:1199px) {
    .team_txt{
        width: calc(100% / 2);
        padding: 1rem 3rem;
    }
}
@media screen and (max-width:991px) {
    .team_txt{
        width: 100%;
        padding: 1rem;
        margin: 1rem 0;
    }
}
.team_txt:hover{
    background: #f2f2f2;
    border-radius: 8px;
}
.team_chairman .team_txt{
    width: 100%!important;
    padding: 80px 0;
    color: #fff;
}
.team_chairman .team_txt:hover{
    background: none;
}
.team_name{
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
    margin-bottom: 1rem;
}
.team_name::before{
    content: "";
    width: 60px;
    height: 5px;
    background: #CD5D67;
    border-radius: 5px;
    position: absolute;
    right: .5rem;
    bottom: -3px;
    transition: .3s;
}
.team_txt:hover .team_name::before{
    right: 6rem;
}
.team_name h3{
    position: relative;
    display: inline-block;
    color: #324E73;
    font-weight: bold;
}
.team_name h3::before{
    content: "";
    width: 1px;
    height: 30px;
    background: #ccc;
    position: absolute;
    right: -1.5rem;
    bottom: -1rem;
    transform: rotate(36deg);
}
.team_name h3::after{
    content: "";
    width: 1px;
    height: 30px;
    background: #ccc;
    position: absolute;
    right: -2rem;
    bottom: -0.75rem;
    transform: rotate(36deg);
}
.job_tit{
    padding-left: 150px;
    margin-top: -2rem;
    min-height: 56px;
}
.team_img_box{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
@media screen and (max-width:767px) {
    .team_img_box{
        position: relative;
    }
}
.teamDow{
    padding: 0 2rem;
}
.teamDow li:hover{
    cursor: pointer;
    color: #CD5D67;
}
.team_chairman .teamDow{
    color: #fff;
    margin-top: 1rem;
}
.collapse .card-body{
    padding: 1rem 0;
}
.collapse .card-body p{
    margin-bottom: .5rem;
}