.headline-public {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-top: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 1px solid #a2a2a2;
    overflow: hidden;
}

.recruit-body {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-top: 70px;
    /* overflow: hidden; */
    min-height: calc(100vh - 470px);
}

.recruit-type {
    width: 100%;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recruit-type-name {
    width: 120px;
    height: 40px;
    background: #bc0019;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #fff;
    box-shadow: 0px 3px 10px #c0c0c0;
}

.recruit-click-name {
    font-weight: 900;
    color: #b70006;
}

.recruit-type-bottom-left {
    width: calc(100% - 200px);
    display: flex;
}

.type_public {
    cursor: pointer;
}

.recruit-type-bottom-right {
    width: 165px;
    height: 40px;
    background: #efefef;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit-type-search-input {
    width: 100%;
    height: 100%;

    outline: none;
    padding: 0px 10px;
    padding-right: 40px;
    background: url("../img/recruit/search-button.png") no-repeat 125px center;
    border-radius: 30px;
    border: 1px solid #858585;
    font-size: 1px;
    color: #7d7d7d;
    font-size: 14px;
}

.recruit-body-list {
    width: 100%;
    margin-top: 70px;
}

.recruit-table-class {
    width: 100%;
    font-size: 16px;
}

.recruit-table-header {
    color: #ff7800;
    font-weight: 900;
    padding-bottom: 40px;
}

.recruit-table-body-tr {
    height: 60px;
    cursor: pointer;
}

.recruit-list-paging-class {
    width: 100%;
    max-width: 1520px;
    margin: auto;
}

.recruit-type-list {
    width: calc(100% - 120px);
    height: 40px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: flex-start;
    box-shadow: 0px 3px 10px #c0c0c0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.position_button,
.release_button {
    /* width: 100px; */
    text-align: left;
    padding: 0px 50px;
}
