@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%;
    }

    .faq_content {
        margin: 12% 0% 12% 0%;
    }
    .faq_div_s {
        width: 85%;
        border-radius: 10px;
        margin: 1.5% 0% 1.5% 0%;
    }
    .faq_div_s_top {
        height: 17vw;
        font-size: 3.1vw;
    }
    .faq_div_s_bottom {
        font-size: 3vw;
        line-height: 4.5vw;
    }
    .select_faq > .faq_div_s_bottom{
        max-height: 120vw;   /* 🔥 모바일 안전값 */
        padding: 8% 0;
    }
    .faq_more_div{
        width: 21.30184% !important;
    }
    .faq_more_button {
        margin: 5% 0% 0% 0%;
    }






    /* 
    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 {

    }
*/
}