.section { 
    position: relative;
    width: 100%;
}
.section img.section-bg {
    width: 100%;
    height: auto;
    display: block;
}
.section-03 .video-wrapper {
    position: absolute;
    top: 10.02vw;
    right: 10.83vw;
    bottom: 9.89vw;
    left: 10.83vw;
    z-index: 1;
}
.section-03 .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2vw;
    box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.4);
}
.a22cPre {
    display: flex;
    column-gap: 2vw;
    justify-content: center;
    background-color: #8e2c2f;
    border-radius: 9999px;
    padding: 0.52vw;
    font-family: Poppins;
    font-weight: 600;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.a22cVersion .a22cPre {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.3vw;
    z-index: 2;
}
.a22cPreTit {
    font-size: 1.99vw;
    padding: 0.78vw 3.9vw;
    background-color: transparent;
    color: #fff;
    border-radius: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    caret-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.a22cVersion .version-img {
    grid-area: stack;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 1;
    transition: opacity 0s 0.4s;
    pointer-events: none;
}
.a22cVersion .version-img.active {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.4s ease;
    pointer-events: auto;
}
.a22cPreTit.active {
    background-color: #fff;
    color: #000;
}
.a22cVersion {
    position: relative;
    display: grid;
    grid-template-areas: "stack";
}
.a22cPcVideo {
    display: block;
}

.a22cMbVideo {
    display: none;
}

@media screen and (max-width: 768px) {
    .a22cPcVideo {
        display: none;
    }
    .a22cMbVideo {
        display: block;
    }
}