@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 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 75vw;
        padding: 7% 0% 0% 0%;
    }
    .main_div_01 {
        font-size: 3.5vw;
    }
    .main_div_02{
        font-size: 3.5vw;
    }
    .main_div_03 {
        font-size: 13vw;
    }
    .con01_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 79vw;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }
    .con01_left_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .con01_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0% 0% -8% 0%;
    }
    .con01_left_s {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: "SUIT";
        font-size: 8vw;
        margin: 0% 0% 0.5% 0%;
    }
    .con01_right_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .con01_right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: -9% 0% 0% 0%;
    }
    .con01_right > p {
        font-family: "SUIT";
        font-weight: 400;
        font-size: 3.2vw;
        color: #333333;
        margin: 0% 0% 0.2% 0%;
        text-align: center;
    }
    .con01_03 {
        top: -14%;
        width: 100%;
        transform-style: preserve-3d;
    }

    .con02_div {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 18vw;
        border-bottom: 1px solid #dadada;
        transition: all 0.3s;
    }
    .con02_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 15%;
        font-family: "SUIT";
        font-weight: 700;
        font-size: 4.2vw;
        color: #dadada;
        left: 5%;
        white-space: nowrap;
    }
    .con02_right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 15%;
        font-family: "SUIT";
        font-weight: 700;
        font-size: 4.2vw;
        color: #dadada;
        right: 5%;
        white-space: nowrap;
    }
    .con02_left_row {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 15%;
        font-family: "SUIT";
        font-weight: 700;
        font-size: 4.2vw;
        left: 5%;
        white-space: nowrap;
    }
    .con02_left_row > p:nth-of-type(2) {
        color: #dadada;
        margin: 0% 5.5% 0% 5.5%;
    }
    .con02_right_row > p:nth-of-type(3) {
        margin: 0% 0% 0% 5.5%;
    }
    .con02_right_row {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: 15%;
        font-family: "SUIT";
        font-weight: 700;
        font-size: 4.2vw;
        right: 5%;
        white-space: nowrap;
    }
    .con02_line_01 {
        background-color: #fff;
        width: 16.5%;
        height: 0.05vw;
        left: 37%;
        transition: all 1s;
    }
    .con02_line_02 {
        background-color: #fff;
        width: 20.6%;
        height: 0.05vw;
        left: 38.2%;
        transition: all 1s;
    }
    .con02_line_03 {
        background-color: #fff;
        width: 15%;
        height: 0.05vw;
        left: 46%;
        transition: all 1s;
    }
    .con02_line_04 {
        background-color: #fff;
        width: 17.4%;
        height: 0.05vw;
        left: 29.5%;
        transition: all 1s;
    }
    .con02_line_05 {
        background-color: #fff;
        width: 11.4%;
        height: 0.05vw;
        left: 39.5%;
        transition: all 1s;
    }

    .con03_div {
        background: url(/images/con01_01.jpg) no-repeat center / cover;
        object-fit: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 58vw;
        margin: 12% 0% 6% 0%;
        overflow: hidden;
    }
    .con03_text_row_01 > p {
        font-family: "SUIT";
        font-weight: 300;
        font-size: 3.2vw;
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 7px;
    }
    .con03_text_row_01 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0% 0% 8% 0%;
    }
    .con03_text_row_02 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: "SUIT";
        font-weight: 300;
        font-size: 3.8vw;
        color: #fff;
    }
    .con03_text_row_03 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: "SUIT";
        font-weight: 300;
        font-size: 3.8vw;
        color: #fff;
        margin: 1.3% 0% 1.3% 0%;
    }
    .con03_text_row_04 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: "SUIT";
        font-weight: 300;
        font-size: 3.8vw;
        color: #fff;
    }
    .con03_div_02 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40vw;
        margin: 1% 0% 19% 0%;
    }
    .con03_left_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .con03_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0% 0% 7% 0%;
    }
    .con03_left > p {
        font-family: "SUIT";
        font-weight: 900;
        font-size: 8.5vw;
        position: unset;
    }
    .con03_right_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .con03_right_01 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: "SUIT";
        font-weight: 900;
        font-size: 5.45vw;
        margin: 0% 0% 1.5% 0%;
    }
    .con03_right_02 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: "SUIT";
        font-weight: 400;
        font-size: 3.2vw;
        color: #333333;
        margin: 0% 0% 0.3% 0%;
    }
    .con03_right_03 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: "SUIT";
        font-weight: 400;
        font-size: 3.2vw;
        color: #333333;
    }
    .con03_right_04 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 3% 0% 0% 0%;
    }
    .con03_hover_left {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: 100%;
        font-family: "SUIT";
        font-weight: 400;
        font-size: 3.2vw;
    }
    .con03_hover_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 37%;
    }
    .con03_hover_af {
        background-color: #000;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 9vw;
        cursor: pointer;
        pointer-events: all;
        border: 1px solid #000;
    }
    .con03_hover_bf {
        height: 9vw;
    }














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

    }
*/
}