.proGrid {
    display: grid;
    justify-items: center;
    padding: 3.1vw 14vw 8.82vw 14vw;
    font-family: "OPPOSans", sans-serif;
}
.proImg {
    width: 20.88vw;
}
.proTitle {
    color: #ef9f50;
    font-size: 1.56vw;
    line-height: 1.56vw;
    font-weight: 500;
    margin: 0.6vw 0 2.29vw 0;
}
.proPuffFlex {
    display: flex;
    column-gap: 2.13vw;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.43vw;
}
.proPuffTit , .proLeTit {
    color: #606060;
    font-size: 1.43vw;
    line-height: 1.43vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.72;
    transform: translateY(0);
    transition: color 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}
.proPuffTit {
    padding: 0.67vw 1.04vw 0.65vw 3.33vw;
}
.proLeTit {
    padding: 0.67vw 2.7vw 0.65vw 0.93vw;
}
.proPuffTit.active,
.proLeTit.active {
    color: #fff;
    opacity: 1;
    transform: translateY(-0.1vw);
}
.proPuffTit.active {
    background-image: url("/wp-content/uploads/2026/03/proPuffBac.png");
}
.proLeTit.active {
    background-image: url("/wp-content/uploads/2026/03/proLeBac.png");
}
.proPuffCon, .proLeCon {
    display: none;
}
.proConFlex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2vw;
    justify-content: center;
}
.proPuffCon.active, .proLeCon.active {
    display: block;
}
.proLitGrid {
    display: grid;
    gap: 0.72vw;
    justify-items: center;
    margin-bottom: 1.56vw;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.proLitGrid:focus,
.proLitGrid:focus-visible {
    outline: none;
}
.proLitGrid img {
    width: 14.32vw;
}
.proImgWrap {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.proImgWrap img {
    width: 12.6vw;
    display: block;
}
.imgHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(105%);
    transition: transform 0.35s ease;
    z-index: 1;
}
.proImgWrap:hover .imgHover {
    transform: translateX(0);
}
.imgBotAbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.72vw;
    box-sizing: border-box;
    display: grid;
    row-gap: 0.2vw;
    background: rgba(74, 54, 43, 0.75);
    color: #fff;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
    z-index: 2;
}
.proImgWrap:hover .imgBotAbs {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.imgBotFlex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}
.proLitTitle {
    color: #606060;
    font-size: 1.04vw;
    line-height: 1.04vw;
    font-weight: normal;
    text-align: center;
    white-space: pre-line;
}

@media (max-width: 768px) {
    .proGrid {
        padding: 8vw 4vw 14vw;
    }
    .proImg {
        width: 52vw;
    }
    .proTitle {
        font-size: 6vw;
        line-height: 1.2;
        margin: 3vw 0 6vw;
    }
    .proPuffFlex {
        width: 100%;
        column-gap: 3.5vw;
        margin-bottom: 6vw;
    }
    .proPuffTit,
    .proLeTit {
        font-size: 4.3vw;
        line-height: 1.2;
    }
    .proPuffTit {
        padding: 2.2vw 2.6vw 2vw 8vw;
    }
    .proLeTit {
        padding: 2.2vw 6vw 2vw 2.4vw;
    }
    .proConFlex {
        width: 100%;
        display: grid;
        gap: 5vw;
        justify-items: center;
    }
    .proLitGrid {
        margin-bottom: 0;
        gap: 2vw;
    }
    .proLitGrid img {
        width: 56vw;
    }
    .imgBotAbs {
        padding: 2.4vw;
        row-gap: 0.8vw;
    }
    .proLitTitle {
        font-size: 3.8vw;
        line-height: 1.35;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .proGrid {
        padding: 5vw 3vw 10vw;
    }
    .proImg {
        width: 34vw;
    }
    .proTitle {
        font-size: 3.2vw;
        line-height: 1.2;
        margin: 1.5vw 0 4vw;
    }
    .proPuffFlex {
        column-gap: 3.2vw;
        margin-bottom: 3.5vw;
    }
    .proPuffTit,
    .proLeTit {
        font-size: 2.6vw;
        line-height: 1.2;
    }
    .proPuffTit {
        padding: 1.3vw 1.8vw 1.2vw 4.8vw;
    }
    .proLeTit {
        padding: 1.3vw 4vw 1.2vw 1.6vw;
    }
    .proConFlex {
        column-gap: 3vw;
        flex-wrap: wrap;
        justify-content: center;
    }
    .proLitGrid img {
        width: 24vw;
    }
    .imgBotAbs {
        padding: 1.2vw;
        row-gap: 0.4vw;
    }
    .proLitTitle {
        font-size: 2vw;
        line-height: 1.3;
    }
}