.kvLife_wrapper {
    background: url(../images/kv_bg_pc.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
}

.kvLife_text {
    padding-top: 3%;
    width: 100%;
}

.kvLife_text img {
    width: 18%;
    margin: 0 auto;
}

.kvLife_text p {
    padding: 20px;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
}

.kvLife_imgWrapper {
    padding-bottom: 5%;
    width: 100%;
    gap: 16px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.kvLife_img {
    width: 16%;
}

.kvLife_img:nth-of-type(even) {
    transform: translateY(10%);
}

.sectionTitle {
    padding-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sectionTitle img {
    width: 16%;
}

.sectionTitle img.sectionTitle_golf {
    width: 20%;
}

.sectionDescription {
    padding: 30px 20px 0 20px;
    text-align: center;
    font-size: 18px;
}

.kv_mainText_br_1,
.kv_mainText_br_2,
.kv_mainText_br_3,
.kv_mainText_br_4 {
    display: none;
}

.kv_mainText_br_3 {
    display: block;
}

@media (max-width: 1280px) {
    .kvLife_text {
        padding-top: 5%;
    }

    .kvLife_text img {
        width: 30%;
    }

    .sectionTitle img {
        width: 25%;
    }

    .sectionTitle img.sectionTitle_golf {
        width: 30%;
    }
}

@media (max-width: 960px) {
    .kvLife_wrapper {
        padding: 10% 0;
        background: url(../images/kv_bg_mobile.jpg) no-repeat;
        background-size: 100% 100%;
        background-position: center bottom;
    }

    .kvLife_text p {
        font-size: 18px;
        line-height: 36px;
    }

    .kvLife_text img {
        width: 50%;
        margin: 0 auto;
    }

    .kv_mainText_br_1,
    .kv_mainText_br_3,
    .kv_mainText_br_4 {
        display: none;
    }

    .kv_mainText_br_2 {
        display: block;
    }

    .kvLife_img {
        width: 20%;
    }

    .sectionTitle img {
        width: 40%;
    }

    .sectionTitle img.sectionTitle_golf {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .kvLife_text p {
        font-size: 16px;
        line-height: 24px;
    }

    .kv_mainText_br_1,
    .kv_mainText_br_2,
    .kv_mainText_br_3,
    .kv_mainText_br_4 {
        display: block;
    }

    .kvLife_imgWrapper {
        width: 60%;
        margin: 0 auto;
        padding-bottom: 5%;
        flex-wrap: wrap;
        gap: 0px;
    }

    .kvLife_img {
        padding: 5px;
        width: 50%;
    }

    .kvLife_img:nth-of-type(even) {
        transform: translateY(0%);
    }

    .kvLife_img:nth-of-type(1) {
        order: 4;
    }

    .kvLife_img:nth-of-type(2) {
        order: 1;
    }

    .kvLife_img:nth-of-type(3) {
        order: 2;
    }

    .kvLife_img:nth-of-type(4) {
        order: 3;
    }

    .sectionTitle img {
        width: 60%;
    }

    .sectionTitle img.sectionTitle_golf {
        width: 70%;
    }
}