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

    .con01_content {
        background: url(/images/dcon1_bg.jpg) no-repeat center / cover;
        object-fit: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 55vw;
        margin: 5% 0% 0% 0%;
    }
    .dcon1_01_div {
        top: 34%;
        left: unset;
        width: 44.5801% !important;
    }
    .dcon1_02_div {
        left: 65%;
        top: 35%;
        width: 6.72966% !important;
    }
    .con01_text {
        font-family: "Pretendard";
        font-weight: 400;
        font-size: 3.2vw;
        color: #fff;
        left: unset;
        top: 69%;
    }

    .menu_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 10% 0% 10% 0%;
    }
    .menu_button_div {
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 60%;
        margin: 4% 0% 3% 0%;
    }
    .menu_button_div_s{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 41%;
        height: 7vw;
        font-family: "Pretendard";
        font-weight: 600;
        font-size: 3vw;
        border: 1px solid #b1b1b1;
        border-radius: 10px;
        margin: 0% 1.5% 3% 1.5%;
        cursor: pointer;
        pointer-events: all;
        transition: all 0.3s;
    }
    .menu_more_button_div {
        background-color: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 20%;
        height: 7vw;
        cursor: pointer;
        pointer-events: all;
        border-radius: 5px;
    }
    .menu_notice_img_div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 34vw;
        border-radius: 10px;
        overflow: hidden;
    }
    .menu_border_bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-height: 98vw;
    }
    .menu_border_bottom > div > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 45%;
        margin: 1% 1.5% 2% 1.5%;
    }
    .menu_notice_text_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 11vw;
        border: 1px solid #d7d7d7;
        border-radius: 10px;
    }
    .menu_notice_text_div > p {
        font-family: "Pretendard";
        font-weight: 500;
        font-size: 3.2vw;
        text-align: center;
        width: 81%;
    }
    .new_img_div {
        width: 18.9409% !important;
        margin: 0% 0% 4.5% 0%;
    }
    .menu_more_button_img_div{
        width: 13.24934% !important;
    }

    .form_input_01::placeholder {
        color: #999;
        font-size: 3.2vw;
        padding: 0% 0% 0% 3%;
    }
    .form_input_02::placeholder {
        color: #999;
        font-size: 3.2vw;
        padding: 0% 0% 0% 3%;
    }
    .form_Wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 94%;
        border: 1px solid #b1b1b1;
        border-radius: 15px;
    }
    .form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 9% 0% 9% 0%;
    }
    .form_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 86%;
    }
    .form_title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: "Pretendard";
        font-weight: 800;
        font-size: 4.5vw;
    }
    .form_input_title {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        font-family: "Pretendard";
        font-weight: 600;
        font-size: 3.2vw;
        margin: 0% 0% 2% 0%;
    }
    .form_input_title3 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        font-family: "Pretendard";
        font-weight: 600;
        font-size: 3.2vw;
        margin: 0% 0% 2% 0%;
    }
    .form_input_01 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        width: 95%;
        border: none;
        outline: none;
        border-bottom: 1px solid #464646fc;
        font-size: 3vw;
        padding: 0% 0% 2% 0%;
    }
    .form_input_02 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        width: 95%;
        border: none;
        outline: none;
        border-bottom: 1px solid #464646fc;
        font-size: 3vw;
        padding: 0% 0% 2% 0%;
    }
    .form_line_div{
        width: 9.12751% !important;
    }
    .form_input_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0% 0% 0% 0%;
    }
    .form_input_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0% 0% 7% 0%;
    }
    .form_input_div3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0% 0% 5% 0%;
    }
    .upload_button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        cursor: pointer;
        pointer-events: all;
        margin: 1% 0% 2% 0%;
    }
    .upload_button_img{
        width: 68% !important;
    }
    .form_input_title_file {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        font-family: "Pretendard";
        font-weight: 600;
        font-size: 3.2vw;
        margin: 0% 0% 1% 0%;
    }
    .form_file_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        border-bottom: 1px solid;
        margin: 0% 0% 0% 0%;
    }
    .file_text_s {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 3vw;
        margin: 0% 0% 3.5% 0%;
        color: #666666;
    }
    .file_whether {
        font-family: "Pretendard";
        font-weight: 400;
        font-size: 3vw;
        color: #8e8e8e;
        margin: 0% 1.5% 0% 0%;
    }
    .file_whether_absol {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: 73%;
        bottom: 13.2%;
        left: 19%;
    }
    .file_number {
        font-family: "Pretendard";
        font-weight: 400;
        font-size: 3vw;
        margin: 0% 0% -1% 0%;
    }
    .file_clear_btn {
        font-family: "Pretendard";
        font-weight: 400;
        font-size: 3vw;
        color: #000;
        cursor: pointer;
        pointer-events: all;
        margin: 0% 0% -1% 1%;
    }
    .form_bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 2.5% 0% 1% 0%;
    }
    .agree_div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 52%;
        font-family: "Pretendard";
        font-weight: 500;
        font-size: 3vw;
        margin: 0% 0% 4% 0%;
    }
    .agree_checkbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 4.3vw;
        height: 4.3vw;
        z-index: 1;
        border: 1px solid #00000038;
        background-color: #f9f2e7;
        appearance: none;
        cursor: pointer;
        scale: 0.7;
    }
    .form_submit {
        background-color: #db5a2d;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 29%;
        height: 9vw;
        font-family: "Pretendard";
        font-weight: 400;
        font-size: 3.2vw;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        pointer-events: all;
    }
    .form_arrow_div{
        width: 8.79253% !important;
    }

    .acon_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 110vw;
    }
    .acon_left {
        background: url(/images/acon6_01.jpg) no-repeat center / cover;
        object-fit: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 0vw 0px 0vw 0vw;
    }
    .acon_right {
        background: url(/images/acon6_02.jpg) no-repeat center / cover;
        object-fit: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 0px 0px 0vw 0vw;
    }
    .acon_text_absol {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: "Pretendard";
        font-weight: 400;
        font-size: 3.2vw;
        color: #fff;
        left: unset;
        top: 22%;
    }
    .acon_text_absol > p:nth-of-type(1) {
        font-weight: 700;
        font-size: 3.8vw;
        margin: 0% 0% 3% 0%;
    }
    .acon_button_absol {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 35%;
        height: 9vw;
        border: 1px solid #fff;
        border-radius: 5px;
        right: unset;
        top: 67%;
        cursor: pointer;
        pointer-events: all;
        color: #fff;
    }
    .acon_button_rltv > p {
        font-family: "Pretendard";
        font-weight: 500;
        font-size: 3.2vw;
        margin: 0% 0% 0% 12%;
    }
    .acon_arrow_div {
        right: 14%;
        filter: brightness(1);
        width: 7.42832% !important;
    }

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

    }
*/
}