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

    .move_section{
        height: 15vw
    }
    .main {
        background-color: #f7f7f7;
        flex-direction: column;
    }
    .main_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vw;
        margin: 10% 0% 0% 0%;
    }
    .main_bg{
        display: none;
    }
    .mian_img_01 {
        width: 52%;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }
    .main_bg_01{
        width: 38%;
        top: -8%;
        right: -13%;
    }
    .main_bg_02{
        width: 38%;
        bottom: -8%;
        left: -13%;
    }

    .mian_img_02 {
        width: 42%;
        margin: -6% 0% 0% 0%;
    }
    .main_text {
        font-family: 'SUIT-SemiBold';
        font-size: 3vw;
        color: #000;
        z-index: 1;
        margin: 0% 0% -10% 0%;
    }

    .move_img_01 {
        z-index: 1;
        left: 38.5%;
        width: 1.5%;
    }
    .move_img_02 {
        z-index: 1;
        left: 59.5%;
        width: 1.5%;
    }

    .move_content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 65%;
        margin: 3% 0% 3% 0%;
    }
    .move_text {
        font-family: 'SUIT-SemiBold';
        font-size: 3.3vw;
        color: #fff;
        cursor: pointer;
        pointer-events: all;
    }

    .con02_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 15% 0% 10% 0%;
    }
    .dcon1_03 {
        width: 9%;
    }
    .con02_title {
        font-family: 'SUIT-Bold';
        font-size: 5.5vw;
        color: #000;
        margin: 1% 0% 0% 0%;
    }
    .con02_title_s {
        font-family: 'SUIT-Medium';
        font-size: 4.5vw;
        color: #000;
    }
    .con02_mid {
        background-color: #b81818;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 118%;
        height: 100%;
        border-radius: 10px;
    }
    .con02_sd_div_top {
        background-color: #315247;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 35vw;
        border-radius: 10px;
    }
    .con02_mid_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 95vw;
    }
    .con02_bg {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 89%;
        height: 100%;
        z-index: 1;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    }
    .con02_swiper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 215%;
        margin: 0% 0% 0% 0%;
        top: 24%;
    }
    .con02_text {
        font-family: 'SUIT-Medium';
        font-size: 3vw;
        color: #000;
        width: 88%;
    }
    .con02_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0% 0% 5% 0%;
    }
    .con02_bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 6% 0% 0% 0%;
    }
    .econ1_06 {
        width: 54%;
        cursor: pointer;
        pointer-events: all;
    }
    .con02_swiper_slide.swiper-slide-next > div {
        scale: 1.4;
    }
    .con02_sd_div_bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 8% 0% 9% 0%;
    }

    .notice_title {
        font-family: 'SUIT-Bold';
        font-size: 5.5vw;
        color: #000;
        margin: 1% 0% 0% 0%;
    }
    .notice_title_s {
        font-family: 'SUIT-Medium';
        font-size: 4.5vw;
        color: #000;
    }
    .notice_search {
        appearance: none;
        border: none;
        outline: none;
        width: 35%;
        height: 100%;
        padding-left: 2%;
        font-family: 'SUIT-Medium';
        font-size: 2.5vw;
        border: 1px solid #a1a1a1;
        border-radius: 50px;
        right: 10%;
    }
    .notice_search_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 5vw;
        margin: 6% 0% 5% 0%;
    }
    .econ1_07 {
        right: 12%;
        z-index: 1;
        width: 2%;
    }

    .notice_bottom_div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 70vw;
        border-top: 2px solid #000;
        border-bottom: 1px solid #000;
    }
    .notice_bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 70vw;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .notice_div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 1.5%;
        border-bottom: 1px solid #000;
        cursor: pointer;
        pointer-events: all;
    }
    .notice_div_01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 10%;
        height: 9vw;
    }
    .notice_text_01 {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #000;
    }
    .notice_div_02 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 72%;
        height: 9vw;
    }
    .notice_text_02 {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #000;
        padding: 0% 0% 0% 8%;
    }
    .notice_div_03 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 11%;
        height: 9vw;
    }
    .notice_text_03 {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #000;
    }
    .notice_notice {
        background-color: #b81818;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-radius: 15px;
        padding: 10%;
    }
    .notice_notice_text {
        font-family: 'SUIT-Medium';
        font-size: 3.3vw;
        color: #fff;
    }

    .news_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0% 0% 7% 0%;
    }
    .news_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 11% 0% 11% 0%;
    }
    .news_title {
        font-family: 'SUIT-Bold';
        font-size: 5.5vw;
        color: #000;
        margin: 1% 0% 0% 0%;
    }
    .news_title_s {
        font-family: 'SUIT-Medium';
        font-size: 4.5vw;
        color: #000;
    }
    .news_bottom {
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .news_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 44%;
        margin: 0% 1.5% 4% 1.5%;
    }
    .news_img_div {
        background-color: antiquewhite;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40vw;
        border-radius: 10px;
    }
    .news_text_01 {
        font-family: 'SUIT-Medium';
        font-size: 3.2vw;
        color: #000;
    }
    .news_text_02 {
        font-family: 'SUIT-Medium';
        font-size: 3.2vw;
        color: #000;
    }
    .view_more{
        width: 27%;
    }
    .econ1_04 {
        width: 9%;
    }
    .econ1_04_02 {
        width: 9%;
    }
}