.recuruit-content {
    padding: 50px;
}

a.recruit-place {
    width: fit-content;
    min-width: 120px;
    height: 28px;
    border-radius: 14px;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 15px;
    padding: 0 10px 1px;
}

a.recruit-type {
    width: fit-content;
    min-width: 120px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}

.single-recruit .box-single-top {
    padding: 0;
    border: none;
    margin-bottom: 45px;
}

.single-recruit .title-line .title-single {
    margin-top: 20px;
    padding: 25px;
    font-size: 2.4rem;
    color: #212f79;
    line-height: 1.25;
    border: 2px dotted #212f79;
    border-width: 2px 0;
}

.single-recruit .infor-line .date {
    width: 165px;
    font-size: 1.9rem;
    color: #212f79;
    font-weight: 500;
    text-align: center;
}

.title-recruit {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 50px;
    min-height: 55px;
    display: flex;
    align-items: center;
    color: #1d7cb7;
    background: linear-gradient( 90deg, rgba(7, 145, 198, 0.3) 0%, rgba(71, 215, 209, 0.3) 45%, rgba(223, 244, 89, 0.3) 100%);
    border-radius: 10px;
    margin-bottom: 35px;
    position: relative;
}

.title-recruit::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.list-table-work {
    position: relative;
}

.list-table-work::after {
    content: "";
    border-left: 4px dotted #1d95b7;
    height: calc(100% - 80px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -40px;
    z-index: 0;
}

.box-table-recruit {
    display: flex;
    border: 1px solid #1d95b7;
    border-radius: 20px;
    padding: 25px 55px;
    margin-bottom: 40px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.table-recruit-left {
    width: 185px;
    text-align: center;
    position: relative;
}

.table-recruit-left img {
    width: 116px;
}

.table-recruit-num {
    position: absolute;
    font-size: 6.1rem;
    font-family: "Josefin Sans", sans-serif;
    color: #1d95b7;
    left: 0;
}

.table-recruit-right {
    flex: 1;
}

.table-recruit-title {
    font-size: 1.9rem;
    font-weight: bold;
    color: #212f79;
    margin-bottom: 15px;
}

.table-recruit-cont {
    line-height: 1.56;
}

.box-table-required {
    display: flex;
    border: 1px solid #1d95b7;
    border-bottom: none;
}

.box-table-required:last-child {
    border-bottom: 1px solid #1d95b7;
}

.table-required-left {
    width: 208px;
    padding: 12px 38px;
    background: #edfbff;
    font-size: 1.7rem;
    font-weight: 500;
    color: #1d95b7;
    display: flex;
    align-items: center;
    border-right: 1px solid #1d95b7;
}

.table-required-right {
    flex: 1;
    padding: 12px 38px;
    background-color: white;
    line-height: 1.5625;
}

#loading {
    background-image: url(../images/recruit/index/bg-loading.png);
}

.text-loading-abs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 50px;
    max-width: 745px;
    margin: 0 auto;
    padding: 0 15px;
}


/*# sourceMappingURL=recruit.css.map */