#recruitmentSupportMember {
    width: 100%;
    height: 773px;
    padding-top: 80px;
    background: url("../images/RecruitmentSupportMembers.png") #1A74B7 no-repeat;
    background-position: bottom 0px center;
    background-size: 96.51% 66.8865%;
}

#recruitmentSupportMember h4 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    padding-left: 58px;
    width: 460px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px;
}

#recruitmentSupportMember h4::before {
    content: "";
    position: absolute;
    width: 43px;
    height: 43px;
    left: 0;
    top: 50%;
    margin-top: -21.5px;
    background: url("../images/global.png") no-repeat;
    background-size: contain;
}

#recruitmentSupportMember .rsm-container {
    width: 1568px;
    margin: 0 auto;
    height: 383px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 32px;
}

#recruitmentSupportMember .rsm-container .recruitment {
    flex: 1;
    background-color: #fff;
    position: relative;
}

#recruitmentSupportMember .rsm-container .recruitment:first-child {
    margin-left: 0;
}

#recruitmentSupportMember .rsm-container .recruitment:last-child {
    margin-right: 0;
}

.recruitment-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* #recruitmentSupportMember .rsm-container .recruitment:nth-child(1) {
    background: url("../images/recruitment01.png") no-repeat;
    background-size: cover;
    background-position: center;
} 

#recruitmentSupportMember .rsm-container .recruitment:nth-child(2) {
    background: url("../images/recruitment02.png") no-repeat;
    background-size: cover;
    background-position: center;
}

#recruitmentSupportMember .rsm-container .recruitment:nth-child(3) {
    background: url("../images/recruitment03.png") no-repeat;
    background-size: cover;
    background-position: center;
}

#recruitmentSupportMember .rsm-container .recruitment:nth-child(4) {
    background: url("../images/recruitment04.png") no-repeat;
    background-size: cover;
    background-position: center;
}

#recruitmentSupportMember .rsm-container .recruitment:nth-child(5) {
    background: url("../images/recruitment05.png") no-repeat;
    background-size: cover;
    background-position: center;
} */

#recruitmentSupportMember .rsm-container .recruitment.mobile {
    display: none;
}

#recruitmentSupportMember .rsm-container .recruitment .recruitment-profile {
    width: 203px;
    height: 107px;
    position: absolute;
    left: 0;
    bottom: 22px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 14px 0 19px 19px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 18px;
}

#recruitmentSupportMember .rsm-container .recruitment .recruitment-profile p {
    margin: 0;
}

@media (max-width: 1568.02px){
    #recruitmentSupportMember .rsm-container{
        max-width: 100vw;
    }
}

@media (max-width: 1399.98px) {
    #recruitmentSupportMember .rsm-container {
        width: 100%;
        gap: 10px;
    }
}

@media (max-width: 1199.98px) {
    #recruitmentSupportMember .rsm-container .recruitment .recruitment-profile {
        width: 100%;
        padding-left: 5px;
    }
}

@media (max-width: 991.98px) {
    #recruitmentSupportMember {
        padding-top: 45px;
    }

    #recruitmentSupportMember h4 {
        font-size: 24px;
        padding-left: 35px;
        width: 280px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    #recruitmentSupportMember .rsm-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: unset;
        flex-direction: unset;
        justify-content: unset;
        padding: 0 15px;
        gap: 15px;
    }

    #recruitmentSupportMember .rsm-container .recruitment {
        height: 270px;
        flex: 1 1 calc(50% - 7.5px);
        margin: 0;
        box-sizing: border-box;
    }

    #recruitmentSupportMember .rsm-container .recruitment .recruitment-profile {
        width: 100%;
        padding-left: 11px;
        padding-top: 13px;
        font-size: 12px;
        height: 100px;
        bottom: 10px;
    }

    #recruitmentSupportMember {
        height: unset;
    }

    #recruitmentSupportMember {
        padding-bottom: 50px;
        background: url("../images/rec-sub-mob-ver.png") #1A74B7 no-repeat;
        background-size: 144px 247px;
        background-position: bottom 50px right 25px;
    }

    #recruitmentSupportMember h4 {
        font-size: 24px;
        padding-left: 35px;
        width: 280px;
    }

    #recruitmentSupportMember h4::before {
        width: 29.6px;
        height: 29.6px;
        margin-top: -15.3px;
    }
}