.recruit .recruit_mine {

    display: flex;
    align-items: center;
}

.recruit .recruit_bottom {
    padding-left:0;

}

.recruit .recruit_bottom .re_leftbott {

    flex: 0 0 57%;
}

.recruit .recruit_bottom .re_leftbott .re_img {

    overflow: hidden;
}

.recruit .recruit_bottom .re_leftbott .re_img img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit .recruit_bottom .re_leftbott .re_img:hover img {
    transform: scale(1.05);

}

.recruit .recruit_mine .re_left {

    display: flex;
    flex: 0 0 57%;
}
.recruit .recruit_top {
    
    padding-bottom: 0px!important;
} 
.recruit .recruit_mine .re_left .re_img {

    overflow: hidden;
}

.recruit .recruit_mine .re_left .re_img img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.recruit .recruit_mine .re_left .re_img:hover img {


    transform: scale(1.05);
}

.recruit .recruit_mine .re_right {

    flex: 1;
    height: 100%;
    padding-left: 5%;
}

.recruit .recruit_mine .re_right .e_text-5 {

    letter-spacing: 0px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2vw;
}

.recruit .recruit_mine .re_right .text_box {

    letter-spacing: 0px;
    color: #777777;
    line-height: 2;
    margin-bottom: 4.1vw;

}




.recruit_bottom .re_rightbott {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
 
    margin-left: auto;
    padding-right: 5%;
       
    flex: 1;

}

.recruit_bottom .re_rightbott .e_text-5 {

    letter-spacing: 0px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2vw;
}

.recruit_bottom .re_rightbott .text_box {
    letter-spacing: 0px;
    color: #777777;
    line-height: 2;
    margin-bottom: 4.1vw;

}

@media screen and (max-width: 1600px) {
    .recruit .recruit_bottom {

        padding-left: 0;
    }


}

@media screen and (max-width: 1200px) {
    .recruit .recruit_bottom {


        padding-left: 0;
    }


}


@media screen and (max-width: 768px) {
    .recruit .recruit_mine .re_left {

        flex: 0 0 100%;
    }

    .recruit .recruit_mine .re_right {
        flex: 0 0 100%;
        padding-left: 0%;
    }

    .recruit .recruit_mine {

        flex-wrap: wrap;
    }

    .recruit_bottom .re_rightbott {
        margin: 0 auto;
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }

    .recruit .recruit_bottom .re_leftbott {

        flex: 0 0 100%;
    }

    .recruit .recruit_mine .re_right .e_text-5 {

        margin-bottom: 15px;
        margin-top: 15px;
    }

    .recruit .recruit_mine .re_right .text_box {

        line-height: 1.5;
        margin-bottom: 15px;
    }

    .recruit .recruit_bottom {

        padding-left: 0;
        width: 90%;
        margin: 0 auto;
        margin-top: 0px;
        flex-direction: column-reverse;
    }

    .recruit_bottom .re_rightbott .e_text-5 {

        margin-bottom: 15px;
    }
}
