.recurit_top {
    background-color: #fff;
    margin-top: 60px;
    padding: 20px 0;
}

.recurit_top .proinp input {
    background: #FFFFFF;
    border: 1px solid #1368B7;
    outline: none;
    padding-left: 23px;
    padding-right: 60px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #002D57;
    letter-spacing: 0;
    font-weight: 400;
}

.recurit_top .proinp input::placeholder {
    color: rgb(0, 45, 87, .4);
}

.recurit_top .proinp {
    position: relative;
}

.recurit_top .proinp .search-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #1368B7;
    border-radius: 2px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.recurit_top .proinp .search-btn img {
    width: 32px;
}

.recurit_body {
    background-color: #f3f4f5;
    padding: 20px 0;
}

.recurit_inner {
    width: 1060px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.recurit_lf {
    flex: 0 0 240px;
    margin-right: 20px;

}

.recurit_lf .recurit_screen {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding-bottom: 14px;
}

.recurit_lf .recurit_screen .recurit_screen-tit {
    border-bottom: 1px solid #E6E6E6;
    font-size: 16px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    padding: 1.25vw 30px;
}

.recurit_lf .screen-name {
    font-size: 16px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    padding: 10px 30px 13px 30px;
}

.recurit_lf .screen-item {
    background-image: linear-gradient(270deg, rgba(234, 242, 249, 0.00) 0%, rgba(208, 225, 241, 0.00) 100%);
    padding: 0 30px;
    font-size: 14px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 8px;
    transition: all .5s;
    cursor: pointer;
}

.recurit_lf .screen-item.active {
    color: #1368B7;
    font-weight: 600;
    background-image: linear-gradient(270deg, rgba(234, 242, 249, 0.00) 0%, #D0E1F1 100%);
}


.recurit_inner .recurit_rg {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.recurit_inner .recruit_rg-tit {
    display: flex;
    padding: 1.25vw 30px;

    align-items: center;
}

.recurit_inner .recruit_rg-tit .span1 {
    font-size: 18px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
}

.recurit_inner .recruit_rg-tit p {
    font-size: 12px;
    color: #1368B7;
    letter-spacing: 0;
    font-weight: 600;
    background: rgba(19, 104, 183, 0.20);
    line-height: 24px;
    padding: 0 12px;
    margin-left: 10px;
}

.recurit_inner .recurit_item {
    border-top: 1px solid #e6e6e6;
    padding: 1.5625vw 30px;
    background-color: #fff;
    transition: all .5s;
}

.recurit_inner .recurit_item:hover {
    background: #EEF7FF;
}

.recurit_inner .recurit_item:hover .recurit-tit {
    color: #1368B7;
}

.recurit_inner .recurit_item .recurit-tit {
    font-size: 18px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 600;
    transition: all .5s;

}

.recurit_inner .recurit_item .recurit-btm {
    margin-top: 10px;
    display: flex;
}

.recurit_inner .recurit_item .recurit-cs {
    opacity: 0.6;
    font-size: 12px;
    color: #00182E;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}

.recurit_inner .recurit_item .recurit-cs span {
    margin-left: 5px;
}

.recurit_inner .recurit_item .recurit-cs:not(:first-child) {
    margin-left: 10px;
    padding-left: 11px;
}

.recurit_inner .recurit_item .recurit-cs:not(:first-child):after {
    content: '';
    position: absolute;
    background: #D8D8D8;
    width: 1px;
    height: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



@media screen and (max-width:1600px) {
    .recurit_inner {
        max-width: 80%;
    }
}

@media screen and (max-width:1200px) {
    .recurit_inner {
        max-width: 90%;
    }


}

@media screen and (max-width:768px) {
    .recurit_top .proinp input {
        height: 48px;
        padding-left: 15px;
    }

    .recurit_top {
        margin-top: 40px;
    }

    .recurit_top .proinp .search-btn {
        width: 36px;
        height: 36px;
    }

    .recurit_top .proinp .search-btn img {
        width: 26px;
    }

    .recurit_inner .recurit_rg {
        flex: 0 0 100%;
    }

    .recurit_lf {
        flex: 0 0 100%;
        margin-right: 0px;
    }

    .screen-list {
        display: flex;
        flex-wrap: wrap;
    }

    .recurit_lf .screen-item {
        flex: 0 0 32%;
        padding: 0 10px;
        text-align: center;
        margin-right: 2%;
    }

    .recurit_lf .screen-item:nth-child(3n) {
        margin-right: 0%;
    }

    .recurit_lf .recurit_screen {
        background-color: transparent;
        box-shadow: none;
        border: none;
    }

    .recurit_lf .recurit_screen .recurit_screen-tit,
    .recurit_lf .screen-name {
        padding-left: 0;
        padding-right: 0;
    }

    .recurit_lf .screen-item.active {
        color: #fff;
        background: #1368B7;
    }

    .recurit_inner .recurit_item {
        padding: 15px;
    }

    .recurit_inner .recruit_rg-tit {
        padding: 20px 15px;
    }
}