.welfare-h1 {
    display: none;
}

.welfare-kv {
    width: 100%;
    max-width: 1275px;
    margin: auto;
    margin-bottom: 40px;
    background: url("/image/hnx/career/welfare/kv.png") no-repeat;
    background-size: cover;
    background-position: top center;
    height: 546px;
    position: relative;
}

.welfare-kv div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px 0;
}

.welfare-kv h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto 0 20px !important;
    padding: 0 !important;
    color: #c00 !important;
    text-align: center;
}

.welfare-kv h2 span {
    font-size: 36px;
    font-weight: bold;
}

.welfare-kv p {
    font-size: 24px;
    text-align: left;
    background: rgb(255 255 255 / 80%);
    padding: 20px;
    margin: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

@media (width <= 767px) {
    .welfare-kv p {
        font-size: 16px;
    }
}

@media (width <= 579px) {
    .welfare-kv p {
        font-size: 14px;
    }
}

.p-hnx-metric-h3__title {
    font-size: 24px;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    display: block;
}

.p-hnx-metric-card__image-set {
    figure {
        position: relative;
        overflow: hidden;
        margin: 0 auto 20px !important;
        display: block;
        max-width: 150px;
        width: 100%;

        img {
            text-align: center;
            width: 100%;
            height: auto;
            display: block;
        }
    }

    figure.p-hnx-metric-card__image-float {
        display: flex;
        max-width: 100%;
        justify-content: center;
        margin: auto;

        img {
            width: 150px;
        }
    }

    p {
        margin: 20px !important;
    }
}
