.verCon {
    font-family: 'OPPOSans';
    background-color: #fffef2;
    padding: 4.63vw 13.67vw 3.85vw 13.67vw;
}
.verCon * {
    box-sizing: border-box;
}
.verConGrid {
    display: grid;
    justify-items: center;
    padding: 0 18vw;
}
.verButFlex {
    display: flex;
    column-gap: 0.65vw;
    justify-content: center;
    width: 100%;
}
.verButInp {
    border: 1px solid #ccc !important;
    height: auto !important;
}
.verBut {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    line-height: 0;
    cursor: pointer;
}
.verBut img {
    display: block;
    height: auto;
}
.verButText {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 1.22vw;
    color: #fff;
    font-size: 1.04vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    z-index: 1;
    pointer-events: none;
}
.verGrid {
    display: grid;
    gap: 2.96vw;
    margin-top: 3.75vw;
}
.verTit {
    font-size: 1.56vw;
    line-height: 1.56vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.56vw;
}
.verConTit {
    font-size: 2.78vw;
    line-height: 2.78vw;
    font-weight: 700;
    color: #ef9f50;
}
.verSubTit {
    font-size: 1.29vw;
    line-height: 1.5vw;
    font-weight: 400;
    color: #73736e;
    text-align: center;
    margin: 1.32vw 0 2.44vw 0;
}
.verStepFlex {
    display: flex;
    justify-content: space-between;
}
.verStepGrid {
    display: grid;
}
.verGridGap {
    gap: 0.83vw;
}
.verGridGap6 {
    gap: 0.72vw;
}
.verGridCen {
    justify-items: center;
    gap: 2.2vw
}
.verStepTit {
    font-size: 1.04vw;
    font-weight: 600;
    line-height: 1.04vw;
    color: #494946;
}
.verStepText {
    font-size: 1.04vw;
    font-weight: 400;
    line-height: 1.04vw;
    color: #494946;
    margin-top: 0.2vw;
}
.verWidth3 {
    width: 25.31vw;
}
.verWidth4 {
    width: 42.16vw;
}
.verWidth5 {
    width: 19.27vw;
}
.verWidth6 {
    width: 42.03vw;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .verCon {
        padding: 5.5vw 6vw 6vw;
    }
    .verConGrid {
        padding: 0 12vw;
    }
    .verConTit {
        font-size: 4.6vw;
        line-height: 1.15;
        text-align: center;
    }
    .verSubTit {
        font-size: 2.3vw;
        line-height: 1.45;
        margin: 2.2vw 0 3.6vw;
    }
    .verButFlex {
        gap: 1.2vw;
    }
    .verButInp {
        width: 100%;
        max-width: 56vw;
        min-height: 5.2vw !important;
        font-size: 2.1vw;
    }
    .verBut {
        flex: 0 0 auto;
    }
    .verBut img {
        width: 20vw;
    }
    .verButText {
        font-size: 1.9vw;
        padding-left: 1.8vw;
    }
    .verGrid {
        gap: 5vw;
        margin-top: 5.4vw;
    }
    .verTit {
        font-size: 3.1vw;
        line-height: 1.25;
        margin-bottom: 2.8vw;
    }
    .verStepFlex {
        gap: 2.4vw;
    }
    .verStepTit,
    .verStepText {
        font-size: 2vw;
        line-height: 1.35;
    }
    .verStepText {
        margin-top: 0.9vw;
    }
    .verGridGap,
    .verGridGap6,
    .verGridCen {
        gap: 1.8vw;
    }
    .verWidth3,
    .verWidth4,
    .verWidth5,
    .verWidth6 {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .verCon {
        padding: 9vw 5vw 11vw;
    }
    .verConGrid {
        padding: 0;
    }
    .verConTit {
        font-size: 8.2vw;
        line-height: 1.18;
        text-align: center;
    }
    .verSubTit {
        font-size: 3.9vw;
        line-height: 1.5;
        margin: 3.8vw 0 5vw;
    }
    .verButFlex {
        flex-direction: column;
        gap: 2.8vw;
        align-items: stretch;
    }
    .verButInp {
        font-size: 4vw;
        padding: 0 3.2vw;
    }
    .verBut {
        width: 100%;
        max-width: 46vw;
        align-self: flex-start;
    }
    .verBut img {
        width: 80%;
    }
    .verButText {
        font-size: 4vw;
        padding-left: 5vw;
    }
    .verGrid {
        gap: 8vw;
        margin-top: 8vw;
    }
    .verTit {
        font-size: 5.4vw;
        line-height: 1.3;
        margin-bottom: 4.2vw;
    }
    .verStepFlex {
        flex-direction: column;
        gap: 5vw;
    }
    .verStepTit,
    .verStepText {
        font-size: 3.9vw;
        line-height: 1.45;
    }
    .verStepText {
        margin-top: 1.2vw;
    }
    .verStepGrid,
    .verGridCen {
        justify-items: start;
        gap: 3.2vw;
    }
    .verWidth3,
    .verWidth4,
    .verWidth5,
    .verWidth6 {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}