.newest-shop-section {
    width: 100%;
    max-width: 100%;
    background: #f3f2f2;
    margin: 5% 0;

    & .newest-shop-wrapper {
        display: flex;
        gap: 10%;
        width: 65%;
        margin: auto;
        padding: 5cqw 0;
    }

    & .newest-shop-left-block {
        width: 55%;
        position: relative;
    }

    & .newest-shop-left-block img {
        border-radius: 2cqw;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    & .newest-shop-left-block .open-date-circle {
        position: absolute;
        border-radius: 50%;
        background: var(--theme-color);
        width: 8cqw;
        height: 8cqw;
        opacity: 0.9;
        top: -14%;
        left: -12%;
        color: #fff;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        line-height: 1;
        flex-direction: column;
        padding: 1.6cqw 0 2.2cqw;
    }

    & .newest-shop-left-block .open-date-circle p {
        text-align: center;
    }

    & .newest-shop-left-block .open-date-circle .open-date-top {
        --f-base: 6;
    }

    & .newest-shop-left-block .open-date-circle .open-date-bottom {
        --f-base: 10;
        font-weight: 700;
    }

    & .newest-shop-right-block {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    & .newest-shop-right-block .text-new-open {
        --f-base: 16;
        font-weight: 700;
        color: var(--theme-color);
        line-height: 1;
    }

    & .newest-shop-right-block p {
        --f-base: 6;
        font-weight: 600;
    }

    & .newest-shop-right-block .text-detail p {
        line-height: 1.6;
    }

    & .newest-shop-right-block a {
        font-weight: 700;
        position: relative;
        color: #fff;
        border-radius: 12cqw;
        padding: 0.8cqw 6cqw 1cqw 4cqw;
        --f-base: 6;
        background: var(--theme-color);
        width: fit-content;
        line-height: 1;
    }

    & .newest-shop-right-block a:hover {
        opacity: 0.6;
    }

    & .newest-shop-right-block span {
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%) rotate(-45deg);
        width: 1cqw;
        height: 1cqw;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        right: 10%;
    }
}

@media (max-width: 767px) {
    .newest-shop-section {
        & .newest-shop-wrapper {
            display: block;
            gap: 10%;
            width: 100%;
            margin: auto;
            padding: 12cqw 0;
        }

        & .newest-shop-left-block {
            width: 82%;
            margin: auto;
        }

        & .newest-shop-left-block .open-date-circle {
            width: 24cqw;
            height: 24cqw;
            top: -10%;
            left: -10%;
            padding: 1.6cqw 0 2.2cqw;
            justify-content: center;
        }

        & .newest-shop-left-block .open-date-circle .open-date-top {
            --f-base: 18;
            margin-bottom: 1cqw;
        }

        & .newest-shop-left-block .open-date-circle .open-date-bottom {
            --f-base: 28;
        }

        & .newest-shop-right-block {
            width: 90%;
            margin: 4cqw auto 0;
            align-items: center;
            text-align: center;
        }

        & .newest-shop-right-block .text-new-open {
            --f-base: 50;
            margin-bottom: 4cqw;
        }

        & .newest-shop-right-block p {
            --f-base: 18;
        }

        & .newest-shop-right-block a {
            margin-top: 6cqw;
            padding: 2.8cqw 6cqw 3.4cqw 4cqw;
            --f-base: 24;
            width: 80%;
        }

        & .newest-shop-right-block span {
            width: 4cqw;
            height: 4cqw;
            right: 6%;
        }
    }
}
