#recruitment-data-list ul li {
    padding: 24px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 8px;
}
#recruitment-data-list ul li:hover {
    box-shadow: 2px 4px 12px #ccc;
    transition: all .5s;
}
#recruitment-data-list .rec-content-title {
    font-size: 18px;
    margin-bottom: 32px;
}
.rec-new {
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #DC333C;
    font-weight: 400;
    vertical-align: text-bottom;
}
#recruitment-data-list .rec-content-wrapper {
    font-size: 14px;
    color: #999;
}
#recruitment-data-list .rec-content-wrapper span {
    margin-right: 8px;
}
#recruitment-data-list .rec-detail-btn {
    color: #004799;
    cursor: pointer;
}
#recruitment-data-list .rec-detail-btn:hover {
    font-weight: bold;
}

#recruitment-data {
    display: flex;
    justify-content: start;
}
#recruitment-data .recruitment-menu-wrapper .left-menu-title {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
#recruitment-data .recruitment-menu-wrapper .left-menu-title:hover {
    background-color: #E5B973;
}
#recruitment-data .recruitment-menu-wrapper .left-menu-title:hover .menu-right-icon {
    background-image: url(/image/icon/left-menu-btn2.svg);
}
#recruitment-data .recruitment-menu-wrapper ul li {
    background-color: #ffffff;
    justify-content: start;
}
#recruitment-data .recruitment-menu-wrapper ul li .rec-new {
    margin-right: 18px;
}
#recruitment-data #recruitment-data-detail {
    width: calc(100% - 224px);
    margin-left: 24px;
}
#recruitment-data .rec-details-wrapper {
    background-color: #ffffff;
    padding: 32px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6;
}
#recruitment-data .rec-details-title {
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
}
#recruitment-data .rec-details-title span:first-child {
    font-size: 18px;
    margin-right: 24px;
}
#recruitment-data .rec-details-date {
    font-size: 14px;
    color: #666;
}
#recruitment-data .rec-details-date span {
    margin-right: 8px;
}
#recruitment-data .rec-details-job-title {
    display: flex;
    justify-content: start;
    margin-bottom: 24px;
    margin-top: 32px;
    color: #333333;
}
#recruitment-data .rec-details-job-title span:first-child {
    width: 80px;
    font-size: 18px;
}
#recruitment-data .rec-details-job-title span:last-child {
    width: calc(100% - 104px);
    display: flex;
    align-items: center;
}
#recruitment-data .rec-details-job-title span:last-child hr {
    width: 100%;
    height: 2px;
    background: #F5F7FA;
}
@media screen and (max-width: 768px) {
    #recruitment-data {
        display: block!important;
    }
    #recruitment-data #recruitment-data-detail {
        width: 100%;
        margin-left: 0;
    }
 }