* {
    position: relative;
}

html {
    overflow-x: hidden;
}

.team_kv {
    height: 464px;
    /*background-image: url("../images/group_kv.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.search_block {
    width: 100%;
    height: 146px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 9px solid #2352b0;
    margin-top: 160px;
}

.team_search_all {
    text-align: center;
    margin-top: 30px;
}

.dropdown {
    width: 25%;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}


.list_btn {
    display: inline-block;
    width: 100%;
    height: 57px;
    background-color: rgba(255, 255, 255, 0.44);
    border: solid 2px #2352b0;
}


.dropdown .list_btn {
    font-size: 18px;
    letter-spacing: 2.9px;
    text-align: left;
    color: #000000;
    padding-left: 22px;
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select_btn {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #aaa;
}

    .select_btn:hover {
        background-color: #eee;
    }

    .select_btn:active {
        background-color: #eee;
    }

.all_select > div:last-child {
    border: 0px;
}

.select_arrow_down {
    width: 30px;
    height: 30px;
    background-image: url("../images/icon/arrow/arrow_down.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 10px;
}

.dropdown-menu {
    width: 100%;
}

    .dropdown-menu li {
        font-size: 16px;
    }

.team_search_btn {
    padding: 3px 70px;
    padding-right: 60px;
    color: #fff;
    border-radius: 8px;
    background-color: #2352b0;
    font-size: 30px;
    letter-spacing: 10.2px;
    text-align: center;
    display: inline-block;
    margin-left: 77px;
    cursor: pointer;
    top: 6px;
}

    .team_search_btn:hover {
        background-color: #0E3991;
    }

.expert_all {
    width: 100%;
    height: 380px;
    background-color: #244280;
    cursor: pointer;
    transition: all 0.5s;
}

.expert_photo {
    width: 90%;
    height: 250px;
    margin: 20px auto 0;
    background-image: url("../images/rsT49_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
}

.expert_all:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.expert_text {
    width: 90%;
    margin: 0 auto;
    margin-top: 16px;
}

    .expert_text .expert_name, .expert_text .expert_position {
        color: #fff;
        display: block;
        text-align: left;
    }

.expert_name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3.5px;
}

.expert_position {
    font-size: 14px;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.experts {
    margin-top: 98px;
    margin-bottom: 94px;
}

.expert_line {
    margin-bottom: 26px;
}

.team_signup_btn_line {
    margin-bottom: 70px;
}

.team_signUp_btn {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 6.8px;
    text-align: center;
    color: #2352b0;
    padding: 17px 10px;
    width: 100%;
    border-radius: 8px;
    border: solid 3px #2352b0;
    cursor: pointer;
    margin-top: 26px;
    transition: all 0.3s;
}

    .team_signUp_btn:hover, .team_join_btn:hover {
        background-color: #2352b0;
        color: #fff;
    }

.team_join_sec {
    background-color: #f3f3f3;
}

.team_join_sm_title {
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #2352b0;
    margin-bottom: 13px;
}

.team_join_title {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 5.1px;
    text-align: center;
    color: #2352b0;
    margin-bottom: 42px;
}

.join_item {
    margin-top: 76px;
    margin-bottom: 72px;
}

.team_join_btn {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 10.9px;
    text-align: center;
    color: #2352b0;
    padding: 16px 32px;
    padding-right: 28px;
    border-radius: 8px;
    border: solid 3px #2352b0;
    cursor: pointer;
    width: 30%;
    margin: 0 auto;
    transition: all 0.3s;
}


@media (max-width : 991px) {
    .expert_text .expert_position {
        white-space: pre-wrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        max-height: 40px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .expert_all {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        height: 350px;
    }

    .search_block {
        height: auto;
        margin-top: 80px;
    }

    .dropdown {
        width: 80%;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .team_search_all {
        padding-bottom: 30px;
    }

    .team_search_btn {
        display: block;
        margin: 0 auto;
        width: 30%;
    }

    .expert_photo {
        /*width: 35%;*/
        height: 60%;
        /*margin: 0px auto 0;
    display: inline-block;*/
    }
    /*  .expert_text{
    width: 50%;
    display: inline-block;
    top: -70px;
    left: 20px;

  }*/
    .team_signUp_btn {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .expert_name {
        margin-bottom: 10px;
    }

    .team_join_btn {
        width: 40%;
    }

    .expert_line {
        margin-bottom: 0px;
    }
}

@media (max-width : 767px) {



    .experts {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .expert_all {
        height: 45vw;
    }

    .expert_photo {
        width: 50%;
        height: 100%;
        margin: 0px auto 0;
        display: inline-block;
    }

    .expert_text {
        width: 45%;
        display: inline-block;
        top: -10vw;
        left: 10px;
    }

    .team_search_btn {
        width: 80%;
    }

    .team_join_sm_title {
        font-size: 20px;
    }

    .team_join_title {
        font-size: 30px;
    }

    .team_join_btn {
        width: 80%;
        font-size: 20px;
        padding: 10px 30px;
        padding-right: 27px;
    }
}
