.nav-link.item_hr{
    color: #e20016;
}
.nav-link.item_hr::after {
    width: 100%;
}
.hr-banner {
    height: 360px;
    margin-top: 0;
}

.hr-banner__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hr-banner__mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, .55));
    z-index: 1;
}


.hr-cat-mobile {
    display: none;
    position: sticky;
    top: 60px;
    z-index: 39;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .06);
    padding-top: 12px;
    padding-bottom: 12px;
}

.hr-cat-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.hr-cat-scroll::-webkit-scrollbar {
    display: none;
}

.hr-cat-btn {
    flex-shrink: 0;
    padding: 8px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    background: #fff;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    transition: all .3s;
    white-space: nowrap;
}

.hr-cat-btn.active {
    background: #e20016;
    border-color: #e20016;
    color: #fff;
}

#concept,
#development {
    scroll-margin-top: 160px;
}

.hr-block__head {
    text-align: center;
    margin-bottom: 48px;
}

.page_tit {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px; 
}



.hr-block__quote {
    color: #d80c1e;
    font-size: 40px;
    line-height: 1;
    font-family: Georgia, serif;
}

.hr-concept-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px 48px;
    box-shadow: 0 8px 30px rgba(25, 27, 35, .06);
    border-left: 4px solid #d80c1e;
    position: relative;
    overflow: hidden;
}

.hr-concept-box::before {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(216, 12, 30, .04);
    pointer-events: none;
}

.hr-concept-text {
    position: relative;
    z-index: 1;
}

.hr-concept-text p {
    margin-bottom: 15px;
}

.hr-concept-text p:last-child {
    margin-bottom: 0;
}

.hr-concept-slogan {
    font-weight: 600;
    color: #d80c1e;
    letter-spacing: 1px;
}

.hr-block--cards {
    background: linear-gradient(180deg, #f5f5f5 0%, #fafafa 100%);
}

.hr-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.hr-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .03);
    transition: box-shadow .3s, transform .3s;
    position: relative;
}

.hr-card__img-wrap {
    position: relative;
    overflow: hidden;
}

.hr-card__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .35), transparent 50%);
    pointer-events: none;
}

.hr-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .5s;
}

.hr-card__body {
    padding: 24px 25px 28px;
}

.hr-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #d80c1e;
    border-radius: 6px;
    margin-bottom: 14px;
}

.hr-card__desc {
    line-height: 1.72;
}

.hr-card--lg {
    width: calc(66% - 12px);
}

.hr-card--sm {
    width: calc(33.333% - 16px);
}

@media only screen and (min-width: 961px) {
    .hr-card:hover {
        box-shadow: 0 15px 28px rgba(0, 0, 0, .1);
        transform: translateY(-6px);
    }

    .hr-card:hover img {
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 1200px) {
    .hr-card--lg,
    .hr-card--sm {
        width: calc(50% - 12px);
    }
}

@media only screen and (max-width: 768px) {
    .hr-banner {
        height: 220px;
    }

    .hr-cat-mobile {
        display: block;
    }

    #concept,
    #development {
        scroll-margin-top: 130px;
    }

    .hr-block__head {
        margin-bottom: 32px;
    }

    .hr-block__title {
        font-size: 28px;
    }

    .hr-block__quote {
        font-size: 28px;
    }

    .hr-concept-box {
        padding: 28px 24px;
    }

    .hr-card--lg,
    .hr-card--sm {
        width: 100%;
    }

    .hr-card img {
        height: 180px;
    }
    .hr-block {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
