@media screen and (max-width:599px) {
    .pc-mobile{
        display: none !important;
    }
    .mobile-pc{
        display: flex !important;
    }
    #modalImage {
        width: 96%;
        margin: -4% 0% 0% 0%;
    }

    .main_content {
        height: 100vw;
    }
    .subtitle_video {
        width: 180%;
        height: 170%;
    }
    .main_absol_01 {
        font-size: 3vw;
    }
    .main_absol_02 {
        font-size: 8.4vw;
    }
    .main_absol {
        padding: 4.5% 0%;
    }

    .review_content {
        margin: 12% 0% 12% 0%;
    }
    .review_div_s {
        width: 42%;
        border-radius: 5px;
        padding: 2%;
        margin: 0.7%;
    }
    .review_bottom_s_01 > p {
        font-size: 4.1vw;
    }
    .review_bottom_s_02 > p {
        font-size: 3.2vw;
    }
    .review_bottom_s_02 {
        height: 22.5vw;
        font-size: 3.2vw;
    }
    .review_page_nivi_div {
        gap: 3.5vw;
        margin: 6% 0% 0% 0%;
    }
    .rev_prev_btn, .rev_next_btn {
        width: 7vw;
        height: 7vw;
        font-size: 3.4vw;
    }
    .rev_page_numbers {
        font-size: 4.2vw;   
    }






    /* 
    background: url("/images/con3_bg.jpg") no-repeat center / cover; 
    object-fit: cover;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

    flex-wrap: wrap;

    font-family: 'LOTTERIACHAB';

    font-family: "Pretendard";
    font-weight: 400;
    font-size: 1vw;
    color: #000;

    . p:nth-of-type(1)

    .con08_swiper{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
    }
    .con08_swiper_slide{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .con08_sd_div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .con08_sd_img{
        width: 100%;
    }
    .con08_swiper_slide.swiper-slide-next > div {

    }
*/
}