@media (min-width: 1536px) {
    html {
        font-size: 6px !important;
        /* width: 100vw !important; */
    }
}

@media (min-width: 1024px) {
    html {
        font-size: 0.391015625vw;
        /* width: 100vw !important; */
    }

    .main_containerS {
        background: var(--color-red) !important;
        box-shadow: 0 18px 80px 0 rgba(0, 0, 0, 0.38), 0 4px 18px 0 rgba(0, 0, 0, 0.18), 0 1px 5px 0 rgba(0, 0, 0, 0.13);
    }

    .box_third {
        display: none !important;
    }

    .box_four {
        margin-top: 2.604166666vw !important;
    }

    .main {
        background-size: contain;
        position: relative;
    }

    .bg_pc {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .box__scrollPc {
        display: block;
        position: fixed;
        bottom: 1.473958333vw;
        right: 2.255208333vw;
        z-index: 3;
    }

    .box__scrollPc img {
        /* width: 3.255208333vw;
        height: 3.255208333vw; */
        width: 5.533854166vw;
        height: 5.533854166vw;
    }

    .main_containerS {
        max-width: 600px !important;
        margin: 40px 0;
        width: 39.1015625vw !important;
        z-index: 333;
    }

    .box_buttonRegister {
        display: none !important;
    }

    .box__thirdPc {
        display: flex;
        flex-direction: column;
        width: 15.299479166vw;
        position: sticky;
        top: 8.9765625vw;
        gap: 0.87890625vw;
        margin-right: 7.03125vw;
        height: 36.73828125vw;
        z-index: 333;
    }

    .box__thirdPc-item {
        background: var(--color-blue);
        padding: 1.3671875vw 0.520833333vw 1.432291666vw 1.953125vw;
        border-radius: 18px;
        color: white;
        box-shadow: 0.905rem 0.9718rem 0 var(--color-black);
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        text-decoration: none;
    }

    .box__thirdPc-item span {
        font-weight: 700;
        font-size: 1.3671875vw;
        margin: auto;
        line-height: 1.888020833vw;
    }

    .box__thirdPc-itemText2 {
        line-height: 1.888020833vw;
        font-weight: 700;
        font-size: 1.041666666vw;
    }

    .box__thirdPc-item img {
        transform: rotate(30deg);
        width: 0.5859375vw;
        height: 0.5859375vw;
    }

    .box__tenPc {
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 23vw;
        align-items: center;
        justify-content: center;
        color: var(--color-black);
        margin-left: 2.669270833vw;
        z-index: 33;
    }

    .box__tenPc-bg {
        width: 24.153645833vw;
    }

    .box__tenPc-content {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        justify-content: center;
        background: var(--color-yellow);
        border-radius: 120px;
        width: 23.4375vw;
        padding: 1.66015625vw 0.716145833vw 1.85546875vw 1.106770833vw;
        box-shadow: 0.513rem 1.282rem 0 var(--color-black);
    }

    .box__tenPc-content div span:nth-child(1) {
        font-size: 1.002604166vw;
        line-height: 1.451822916vw;
        font-weight: 700;
    }

    .box__tenPc-content div span:nth-child(2) {
        font-size: 1.432291666vw;
        line-height: 2.07421875vw;
        font-weight: 700;
        margin-left: 0.8333333333rem;
    }

    .box__tenPc-text1 {
        font-weight: 400;
        font-size: 0.651041666vw;
        line-height: 1.041666666vw;
        color: white;
        margin-top: 0.9765625vw;
    }

    .box__tenPc-content img {
        width: 0.78125vw;
        height: 0.78125vw;
    }

    .modal-content {
        width: 600px;
    }
}