.pc-r-img01 {
    background-image: url(/assets/img/human-resources/pc-r-img01.jpg);
}

.pc-r-img02 {
    background-image: url(/assets/img/human-resources/pc-r-img02.jpg);
}

.pc-r-img03 {
    background-image: url(/assets/img/human-resources/pc-r-img03.jpg);
}

.pc-r-img04 {
    background-image: url(/assets/img/human-resources/pc-r-img04.jpg);
}

.pc-r-img05 {
    background-image: url(/assets/img/human-resources/pc-r-img05.jpg);
}

.hs-panel-1 {
    height: 240px;
}

.hs-panel-2-bd {
    height: 630px;
    margin-top: 48px !important;
}

.hs-panel-4 {
    height: 540px;
}

.hs-panel-4 .btn-more {
    margin-top: 48px;
}

.hs-panel-7 {
    padding-top: 63px;
}

.hs-panel-7-wrap {
    position: relative;
    height: 520px;
    margin-top: 36px;
}

.hs-panel-7-wrap .pc-r-img04, .hs-panel-7-wrap .pc-r-img05 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.hs-panel-7-wrap .pc-r-img05 {
    left: auto;
    right: 0;
}

.hs-panel-7-wrap .col {
    align-items: flex-start;
    padding: 0 36px;
}

.hs-panel-7-wrap .col+.col {
    align-items: flex-end;
    text-align: right;
}

.hs-panel-7-wrap>.container-sm, .hs-panel-7-wrap .row {
    height: 100%;
}

.hs-panel-7-wrap .zq-ellipsis-4 {
    height: 7.2em;
}

.hs-panel-7 .btn-more {
    margin-top: 17px;
}

@media (max-width: 575px) {
    .hs-panel-2-bd {
        margin-top: 12px !important;
        height: 400px;
    }

    .hs-panel-4 {
        height: 200px;
    }

    .hs-panel-4 .btn-more {
        margin-top: 24px;
    }

    .hs-panel-7 {
        padding-top: 0;
    }

    .hs-panel-7-wrap .pc-r-img04, .hs-panel-7-wrap .pc-r-img05 {
        width: 100%;
        height: 50%;
    }

    .hs-panel-7-wrap .pc-r-img05 {
        top: auto;
        bottom: 0;
    }

    .hs-panel-7-wrap {
        height: 500px;
        margin-top: 12px;
    }

    .hs-panel-7-wrap .col {
        text-align: left;
        align-items: flex-start !important;
    }
}