.recruit-alert {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000000;
    opacity: 0.6;
    z-index: 100000;
    width: 399px;
    height: 140px;
    padding-top: 38px;
    text-align: center;
    display: none;
}

.recruit-alert .mes {
    width: 100%;
}

.recruit-alert p {
    font-size: 14px;
    font-family: Noto Sans SC;
    ;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 14px;
    height: 42px;
}

.recruit-alert .closeBox {
    width: 100%;
    height: 37px;
    text-align: center;
}

.recruit-alert .closeBtn {
    width: 99px;
    height: 35px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-family: Noto Sans SC;
    ;
    color: #FFFFFF;
    background: #000000;
    line-height: 14px;
}