#recruitment-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 160px 18px 250px 18px;
}

#recruitment-section .container {
    margin-top: 114px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.recruitment-title {
    font-size: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.recruitment-text {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.6;
}

.recruitment-container {
    margin-top: 120px;
    background-image: url('../img/careers-back.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 469px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    border-radius: 40px;
}

.recruitment-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.recruitment-item {
    width: 23%;
    padding: 45px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    min-height: 300px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.recruitment-item:first-child {
    margin-left: 0;
}

.recruitment-item:last-child {
    margin-right: 0;
}

.recruitment-item.disabled {
    cursor: default;
}

.recruitment-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 20px;
}

.recruitment-item-title-text {
    font-size: 16px;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.recruitment-item-team-text:first-child {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
}

.recruitment-item-team-text:last-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}

.recruitment-item:hover {
    color: #fff;
    background: none;

    .recruitment-item-title-text {
        background-color: #95FF39;
        color: #000;
        border: none;
    }
}

.scrollbar {
    width: 100%;
    height: 5px;
    background: #D9D9D9;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 27px;
}

.scroll-thumb {
    height: 100%;
    background: #194079;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1600px) {
    .recruitment-item {
        min-width: 350px;
        padding: 30px 20px;
        min-height: 280px;
    }

    .recruitment-item-team-text:first-child {
        font-size: 2rem;
        height: 90px;
        margin-bottom: 10px;
    }

    .recruitment-item-team-text:last-child {
        font-size: 1rem;
        height: 50px;
    }

    .recruitment-item-title-text {
        font-size: 0.9vw;
    }

    .recruitment-item-title {
        font-size: 1.0vw;
    }

    .recruitment-container {
        height: 400px;
    }
}

@media (max-width: 992px) {
    #recruitment-section {
        padding: 100px 18px 150px 18px;
    }

    .recruitment-item {
        min-width: 300px;
        min-height: 260px;
    }

    .recruitment-item-title-text {
        padding: 5px 10px;
    }

    .recruitment-item-team-text:first-child {
        font-size: 1.8rem;
        height: 80px;
    }

    .recruitment-item-team-text:last-child {
        height: 45px;
    }

    .scrollbar {
        display: none;
    }
}

@media (max-width: 768px) {
    #recruitment-section {
        padding: 90px 18px 90px 18px;
    }

    .mobile-submenu li a {
        color: #111;
    }

    .recruitment-item {
        min-width: 250px;
        min-height: 240px;
    }

    .recruitment-item:first-child {
        border-radius: 10px 0 0 10px;
    }

    .recruitment-item:last-child {
        border-radius: 0 10px 10px 0;
    }

    .recruitment-item-title-text {
        font-size: 0.8rem;
    }

    .recruitment-item-title {
        font-size: 1rem;
    }

    .recruitment-container {
        height: 350px;
    }

    .recruitment-item-team-text:first-child {
        font-size: 1.3rem;
        height: 60px;
    }

    .recruitment-item-team-text:last-child {
        height: 50px;
    }

    .recruitment-title {
        font-size: 7.0vw;
    }

    .recruitment-text {
        font-size: 3.0vw;
    }

    #recruitment-section .container {
        margin-top: 50px;
    }

    .recruitment-container {
        margin-top: 40px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .recruitment-item-title-text {
        font-size: 0.8rem;
    }

    .recruitment-item-title {
        font-size: 1rem;
    }

    .recruitment-container {
        height: 300px;
    }

    .recruitment-item-team-text:first-child {
        font-size: 1.3rem;
        height: 60px;
    }

    .recruitment-item-team-text:last-child {
        height: 50px;
    }

    .recruitment-container {
        margin-top: 40px;
        border-radius: 10px;
    }

    .recruitment-item {
        max-width: 40%;
    }
}