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

    .intro_logo{
        scale: 2;
    }
    .intro_absol_div_01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0% 0% -2% 0%;
    }
    .intro_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .intro_left {
        width: 100%;
    }
    .intro_absol_div_02_l > p {
        font-family: "Pretendard";
        font-weight: 400;
        font-size: 3.2vw;
        color: #fff;
        margin: 0% 0% 0.5% 0%;
    }
    .view_more_button_l > p {
        font-family: "Pretendard";
        font-weight: 500;
        font-size: 3.3vw;
        margin: 0% 0% 0% -20%;
    }
    .view_more_button_l {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40%;
        height: 9vw;
        border: 1px solid #fff;
        border-radius: 5px;
        cursor: pointer;
        pointer-events: all;
        color: #fff;
    }
    .intro_02_div_l {
        left: 75%;
        width: 6.75591% !important;
    }
    .intro_right {
        width: 100%;
    }
    .intro_absol_div_02_r > p {
        font-family: "Pretendard";
        font-weight: 400;
        font-size: 3.2vw;
        color: #000;
        margin: 0% 0% 0.5% 0%;
    }
    .view_more_button_r > p {
        font-family: "Pretendard";
        font-weight: 500;
        font-size: 3.3vw;
        margin: 0% 0% 0% -20%;
    }
    .view_more_button_r {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40%;
        height: 9vw;
        border: 1px solid #000;
        border-radius: 5px;
        cursor: pointer;
        pointer-events: all;
        color: #000;
    }
    .intro_02_div_r {
        filter: brightness(0);
        left: 75%;
        width: 6.75591% !important;
    }

    .intro_01_div{
        width: 31.5958% !important; 
    }
    .intro_absol_div_02_l{
        margin: 7% 0% 7% 0%;
    }
    .intro_line_left {
        top: 37.2%;
    }
    .text_left_line {
        width: 7%;
        height: 1.7vw;
        top: 36.4%;
        left: 33.5%;
    }
    .intro_03_div{
        width: 50.2126% !important;
    }
    .intro_absol_div_02_r {
        margin: 7% 0% 7% 0%;
    }
    .intro_line_right {
        top: 38%;
    }
    .text_right_line {
        width: 7%;
        height: 1.7vw;
        top: 37.4%;
        left: 24.8%;
    }
    .intro_left_absol {
        scale: 1.8;
    }
    .intro_right_absol {
        scale: 1.8;
    }

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

    }
*/
}