*{
    margin: 0px;
    padding: 0px;
}

a{
    color: black;
    text-decoration: none;
}

ul,ol,li {
    list-style: none;
}

.main_visu {
    position: relative;
}
.main_visu .visu_wrap .capt-bx{
    position: absolute;
    width: 1200px;
    z-index: 999;
    color: #fff;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.main_visu .visu_wrap .capt-bx .capt-img{
    width: 255px;
}



    .visu_wrap2{
        display: none;
    }
.main_visu .visu_wrap .capt-bx .capt-img img{
    width: 100%;
}

.main_visu .visu_wrap .capt-bx p{
    font-size: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 60px;
}

.main_visu .visu_wrap .capt-bx p span{
    font-weight: 600;
}

.main_visu .visu_wrap .capt-bx h1{
    font-size: 50px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 100;
    line-height: 55px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.main_visu .visu_wrap .capt-bx h1 span{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
}


.main_visu .visu_wrap .capt-bx .capt-bar{
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 40px 0px;
}

.main_visu .visu_wrap .capt-bx .capt-eng{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 200;
    color: #fff;
    font-size: 20px;
}

.main_visu .visu_wrap .capt-bx .more_main{
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    color: #bb0c09;
    letter-spacing: 1px;
    margin-top:60px;
    display: block;
    width: 100px;
    padding: 5px 0px;
    border-radius: 200px;
    text-align: center;
    background-color: #fff;
}


.mid_sec{
    padding: 80px 0px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 2px 2px 10px gray;
}

.main_mid .mm_wrap {
    width: 1200px;
    margin: 0 auto;
}

.mid_sec {
    width: 100%;
    overflow: hidden;
}

.main_mid .mm_wrap .mid_tab {
    width: 100%;
    height: 425px;
    overflow: hidden;
}


.main_mid .mm_wrap .mid_tab .mm_left{
    float: left;
    margin: 0px 10px;
    width: 500px;
    position: relative;
}

.main_mid .mm_wrap .mid_tab .mm_left img:nth-child(1){
    width: 400px;
}

.main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2{
    background-image: url(../../img/main/main_banbc.png);
    background-repeat: no-repeat;
    background-size: 193px;
    background-position: center;
    position: absolute;
    top: 50%;
    width: 193px;
    height: 193px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2 h1{
    font-size: 25px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 31px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2 h1 span {
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 200;
    margin-top: 20px;
    display: inline-block;
}

.main_mid .mm_wrap .mid_tab2 .mm_left .mc_img2{
    background-image: url(../../img/main/main_banbc2.png);
    background-repeat: no-repeat;
    background-size: 193px;
    background-position: center;
    position: absolute;
    top: 50%;
    width: 193px;
    height: 193px;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.main_mid .mm_wrap .mid_tab2 .mm_left .mc_img2 h1{
    font-size: 28px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.main_mid .mm_wrap .mid_tab .mm_center {
    width: 40px;
    height: 100%;
    float: left;
    position: relative;
    margin: 0px 40px;
}
.main_mid .mm_wrap .mid_tab .mm_center img{
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.main_mid .mm_wrap .mid_tab .mm_right{
    float: left;
    width: 560px;
}

.main_mid .mm_wrap .mid_tab .mm_right .dot{
    background-color: #ff3400;
    display: block;
    width: 80px;
    height: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
}


.main_mid .mm_wrap .mid_tab .midbar{
    background-color: #00aeef;
    width: 60px;
    height: 5px;
    margin: 40px 0px;
}

.main_mid .mm_wrap .mid_tab .mm_right .mm-contents{
    overflow: hidden;
    margin-top: 40px;
}

.main_mid .mm_wrap .mid_tab .mm_right .mm-titlee{
    overflow: hidden;
    padding: 14px 0px;
}



.main_mid .mm_wrap .mid_tab .mm_right .mm-titlee .in_dot{
    display: block;
    float: left;
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-right: 10px;
    font-weight: 700;
}
.main_mid .mm_wrap .mid_tab .mm_right .mm-titlee p{
    display: block;
    font-size: 20px;
    float: left;
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
}


.main_mid .mm_wrap .mid_tab .mm_right .mm-contents .in_dot{
    display: block;
    float: left;
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-right: 10px;
    font-weight: 700;
}
.main_mid .mm_wrap .mid_tab .mm_right .mm-contents p{
    display: block;
    float: left;
    font-size: 20px;
    font-size: 20px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:200;
}


.main_border {
    width: 100%;
    padding: 80px 0px;
}

.main_border .mb_wrap{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}


.main_border .mb_wrap .mb_left{
    width: 570px;
    float: left;
}

.main_border .mb_wrap .mb_right{
    width: 530px;
    float: left;
    margin-left: 100px;
}
.main_border .mb_wrap .mb_left .title{
    overflow: hidden;
    margin-bottom: 20px;
}

.main_border .mb_wrap .mb_left .title span{
    float: left;
}
.main_border .mb_wrap .mb_left .title span:nth-child(3){
    float: right;
}

.main_border .mb_wrap .mb_left .title span:nth-child(3) a{

    font-size: 14px;
    color: #ff0000;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:900;
}

.main_border .mb_wrap .mb_left .title img{
    width: 15px;
    margin-right: 5px;
}

.main_border .mb_wrap .mb_left .title {
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:900;
}


.main_border .mb_wrap .mb_left .main_notice {
    width: 100%;
}


.main_border .mb_wrap .mb_left .main_notice table {
    width: 100%;
    border-collapse: collapse;
}
.main_border .mb_wrap .mb_left .main_notice table tr td .m_latest_t{
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:900;
    width: 570px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}


.main_border .mb_wrap .mb_left .main_notice table tr td .m_latest_c{
    padding: 5px 0px;
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:200;
    color: #848484;
}

.main_border .mb_wrap .mb_left .main_notice .table_sum tr .notice_sumt{
    width: 70%;
}


.main_border .mb_wrap .mb_left .main_notice .table_sum tr td p{
    width: 400px;
    padding: 5px 0px;
    overflow:hidden;
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:400;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #848484;
}



.main_border .mb_wrap .mb_left .main_notice .table_sum tr .notice_sumd {
    text-align: right;
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight:400;
    color: #848484;
}


.main_border .mb_wrap .mb_right img{
    width: 500px;
}





@media screen and (max-width:1600px) {

    .main_visu .visu_wrap .capt-bx{
        width: 60%;
        top: 90px;
    }

    .main_visu .visu_wrap .capt-bx .capt-img{
        width: 180px;
    }

    .main_visu .visu_wrap .capt-bx .capt-img img{
        width: 100%;
    }
    .main_visu .visu_wrap .capt-bx p span{
        font-weight: 600;
    }

    .main_visu .visu_wrap .capt-bx h1{
        font-size: 35px;
        line-height: 45px;
    }


    .main_visu .visu_wrap .capt-bx .capt-bar{
        margin: 30px 0px;
    }
}



@media screen and (max-width:1280px) {

    .main_visu .visu_wrap .capt-bx{
        position: absolute;
        width: 50%;
        z-index: 999;
        color: #fff;
        top: 50%;
        left: 40%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }

    .main_visu .visu_wrap .capt-bx .capt-img{
        width: 165px;
    }

    .main_visu .visu_wrap .capt-bx .capt-img img{
        width: 100%;
    }
    .main_visu .visu_wrap .capt-bx h1{
        font-size: 25px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 100;
        line-height: 30px;
        margin-top: 5px;
        letter-spacing: 1px;
    }

    .main_visu .visu_wrap .capt-bx .capt-bar{
        margin: 20px 0px;
    }

    .main_visu .visu_wrap .capt-bx .capt-eng{
        font-size: 16px;
    }


    .mid_sec{
        padding: 60px 0px;
    }

    .main_mid .mm_wrap {
        width: 850px;
        margin: 0 auto;
    }

    .main_mid .mm_wrap .mid_tab {
        height: 316px;
    }

    .main_mid .mm_wrap .mid_tab .mm_left{
        float: left;
        margin: 0px 10px;
        width: 400px;
        position: relative;
    }

    .main_mid .mm_wrap .mid_tab .mm_left img:nth-child(1){
        width: 300px;
    }

    .main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2{
        background-size: 153px;
        width: 153px;
        height: 153px;
    }


    .main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2 h1{
        font-size: 20px;
    }


    .main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2 h1 span {
        font-size: 13px;
        margin-top: 15px;
    }

    .main_mid .mm_wrap .mid_tab2 .mm_left .mc_img2{
        background-image: url(../../img/main/main_banbc2.png);
        background-repeat: no-repeat;
        background-size: 193px;
        background-position: center;
        position: absolute;
        top: 50%;
        width: 193px;
        height: 193px;
        right: 0px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .main_mid .mm_wrap .mid_tab2 .mm_left .mc_img2 h1{
        font-size: 28px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 700;
        color: #fff;
        line-height: 35px;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .main_mid .mm_wrap .mid_tab .mm_center {
        width: 30px;
        height: 100%;
        float: left;
        position: relative;
        margin: 0px 30px;
    }
    .main_mid .mm_wrap .mid_tab .mm_center img{
        width: 30px;
    }


    .main_mid .mm_wrap .mid_tab .mm_right{
        width: 340px;
    }

    .main_mid .mm_wrap .mid_tab .mm_right .dot{
        width: 60px;
        height: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }


    .main_mid .mm_wrap .mid_tab .midbar{
        background-color: #00aeef;
        width: 60px;
        height: 5px;
        margin: 40px 0px;
    }



    .main_mid .mm_wrap .mid_tab .mm_right .mm-titlee .in_dot{
        font-size: 17px;
    }
    .main_mid .mm_wrap .mid_tab .mm_right .mm-titlee p{
        font-size: 15px;
    }



    .main_border {
        padding: 60px 0px;
    }

    .main_border .mb_wrap{
        width: 850px;
    }


    .main_border .mb_wrap .mb_left{
        width: 390px;
        float: left;
    }

    .main_border .mb_wrap .mb_right{
        width: 380px;
        float: left;
        margin-left: 80px;
        margin-top: 30px;
    }

    .main_border .mb_wrap .mb_left .title span:nth-child(3) a{

        font-size: 14px;
    }


    .main_border .mb_wrap .mb_left .title {
        font-size: 18px;
    }


    .main_border .mb_wrap .mb_left .main_notice table tr td .m_latest_t{
        font-size: 16px;
        width: 390px;
    }


    .main_border .mb_wrap .mb_left .main_notice table tr td .m_latest_c{
        font-size: 15px;
    }

    .main_border .mb_wrap .mb_left .main_notice .table_sum tr .notice_sumt{
        width: 70%;
    }


    .main_border .mb_wrap .mb_left .main_notice .table_sum tr td p{
        width: 320px;
        font-size: 14px;
    }



    .main_border .mb_wrap .mb_left .main_notice .table_sum tr .notice_sumd {
        font-size: 15px;
    }


    .main_border .mb_wrap .mb_right img{
        width: 380px;
    }



}



@media screen and (max-width:900px) {

    .main_visu .visu_wrap .capt-bx{
        width: 290px;
    }



    .bx-wrapper .bx-prev {
      left: 25px;
      background: url('../../img/common/arrow-left.png') no-repeat;
        background-size: 20px;
    }


    .bx-wrapper .bx-next {
      right: 25px;
      background: url('../../img/common/arrow-right.png') no-repeat;
        background-size: 20px;
    }

    .main_visu .visu_wrap .capt-bx .capt-img{
        width: 120px;
    }


    .main_visu .visu_wrap .capt-bx h1{
        font-size: 20px;
        line-height: 20px;
    }


    .main_visu .visu_wrap .capt-bx .capt-bar{
        margin: 15px 0px;
    }

    .main_visu .visu_wrap .capt-bx .capt-eng{
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 200;
        color: #fff;
        font-size: 16px;
    }


    .mid_sec{
        padding: 50px 0px;
    }

    .main_mid .mm_wrap {
        width: 600px;
        margin: 0 auto;
    }

    .main_mid .mm_wrap .mid_tab {
        width: 100%;
        height: 210px;
    }


    .main_mid .mm_wrap .mid_tab .mm_left{
        float: left;
        margin: 0px 10px;
        width: 260px;
        position: relative;
    }

    .main_mid .mm_wrap .mid_tab .mm_left img:nth-child(1){
        width: 200px;
    }

    .main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2{
        background-image: url(../../img/main/main_banbc.png);
        background-repeat: no-repeat;
        background-size: 120px;
        background-position: center;
        position: absolute;
        top: 50%;
        width: 120px;
        height: 120px;
        right: 0px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }


    .main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2 h1{
        font-size: 16px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 700;
        color: #fff;
        line-height: 20px;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }


    .main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2 h1 span {
        font-size: 13px;
        margin-top: 5px;
    }
    .main_mid .mm_wrap .mid_tab .mm_center {
        display: none;
    }

    .main_mid .mm_wrap .mid_tab .mm_right{
        width: 320px;
    }

    .main_mid .mm_wrap .mid_tab .mm_right .dot{
        width: 60px;
        height: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .main_mid .mm_wrap .mid_tab .midbar{
        background-color: #00aeef;
        width: 60px;
        height: 5px;
        margin: 40px 0px;
    }

    .main_mid .mm_wrap .mid_tab .mm_right .mm-contents{
        overflow: hidden;
        margin-top: 30px;
    }

    .main_mid .mm_wrap .mid_tab .mm_right .mm-titlee{
        overflow: hidden;
        padding: 5px 0px;
    }



    .main_mid .mm_wrap .mid_tab .mm_right .mm-titlee .in_dot{
        display: block;
        float: left;
        font-size: 17px;
        font-family: 'Noto Sans KR', sans-serif;
        margin-right: 10px;
        font-weight: 700;
    }
    .main_mid .mm_wrap .mid_tab .mm_right .mm-titlee p{
        display: block;
        float: left;
        font-size: 13px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 700;
    }


    .main_mid .mm_wrap .mid_tab .mm_right .mm-contents .in_dot{
        display: block;
        float: left;
        font-size: 20px;
        font-family: 'Noto Sans KR', sans-serif;
        margin-right: 10px;
        font-weight: 700;
    }
    .main_mid .mm_wrap .mid_tab .mm_right .mm-contents p{
        display: block;
        float: left;
        font-size: 20px;
        font-size: 20px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:200;
    }


    .main_border {
        width: 100%;
        padding: 50px 0px;
    }

    .main_border .mb_wrap{
        width: 600px;
        margin: 0 auto;
        overflow: hidden;
    }


    .main_border .mb_wrap .mb_left{
        width: 600px;
        float: none;
        margin: 0 auto;
    }

    .main_border .mb_wrap .mb_right{
        display: none;
    }
    .main_border .mb_wrap .mb_left .title{
        overflow: hidden;
        margin-bottom: 20px;
    }

    .main_border .mb_wrap .mb_left .title span:nth-child(3) a{

        font-size: 14px;
        color: #ff0000;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:900;
    }

    .main_border .mb_wrap .mb_left .title img{
        width: 15px;
    }

    .main_border .mb_wrap .mb_left .title {
        font-size: 18px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:900;
    }


    .main_border .mb_wrap .mb_left .main_notice {
        width: 100%;
    }


    .main_border .mb_wrap .mb_left .main_notice table {
        width: 100%;
        border-collapse: collapse;
    }
    .main_border .mb_wrap .mb_left .main_notice table tr td .m_latest_t{
        font-size: 18px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:900;
        width: 570px;
    }


    .main_border .mb_wrap .mb_left .main_notice table tr td .m_latest_c{
        padding: 5px 0px;
        font-size: 17px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:200;
        color: #848484;
    }

    .main_border .mb_wrap .mb_left .main_notice .table_sum tr .notice_sumt{
        width: 70%;
    }


    .main_border .mb_wrap .mb_left .main_notice .table_sum tr td p{
        width: 400px;
    }



    .main_border .mb_wrap .mb_left .main_notice .table_sum tr .notice_sumd {
        text-align: right;
        font-size: 15px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:400;
        color: #848484;
    }



}


@media screen and (max-width:640px) {

    .main_visu .visu_wrap .capt-bx{
        position: absolute;
        width: 100%;
        z-index: 999;
        color: #fff;
        top: 50%;
        left: 0px;
        transform: none;
        -webkit-transform: none;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .main_visu .visu_wrap .capt-bx .capt-img{
        width: 100px;
        margin: 0 auto;
    }

    .main_visu .visu_wrap .capt-bx .capt-img img{
        width: 100%;
    }
    .bx-controls-direction{
        display: none;
    }

    .main_visu .visu_wrap .capt-bx h1{
        font-size: 18px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 100;
        line-height: 22px;
        margin-top: 5px;
        text-align: center;
        letter-spacing: 1px;
    }


    .main_visu .visu_wrap .capt-bx .capt-bar{
        width: 8px;
        height: 2px;
        margin: 10px auto;
    }

    .main_visu .visu_wrap .capt-bx .capt-eng{
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 200;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .main_visu .visu_wrap .capt-bx .more_main{
        font-size: 14px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 700;
        color: #bb0c09;
        letter-spacing: 1px;
        margin-top:60px;
        display: block;
        width: 100px;
        padding: 5px 0px;
        border-radius: 200px;
        text-align: center;
        background-color: #fff;
    }



    .mid_sec{
        padding: 40px 0px;
    }

    .main_mid .mm_wrap {
        width: 100%;
        margin: 0 auto;
    }

    .main_mid .mm_wrap .mid_tab {
        width: 100%;
        height: 135px;
    }


    .main_mid .mm_wrap .mid_tab .mm_left{
        float: left;
        margin: 0px 10px;
        width: 150px;
        position: relative;
        margin-left: 0px;
    }

    .main_mid .mm_wrap .mid_tab .mm_left img:nth-child(1){
        width: 130px;
    }

    .main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2{
        background-image: url(../../img/main/main_banbc.png);
        background-repeat: no-repeat;
        background-size: 80px;
        background-position: center;
        position: absolute;
        top: 50%;
        width: 80px;
        height: 80px;
        right: 0px;
        text-align: center;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }


    .main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2 h1{
        font-size: 11px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 700;
        color: #fff;
        width: 100%;
        line-height: 14px;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }


    .main_mid .mm_wrap .mid_tab1 .mm_left .mc_img2 h1 span {
        display: none;
    }
    .main_mid .mm_wrap .mid_tab .mm_center {
        display: none;
    }

    .main_mid .mm_wrap .mid_tab .mm_right{
        width: 215px;
    }

    .main_mid .mm_wrap .mid_tab .mm_right .dot{
        width: 40px;
        height: 8px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .main_mid .mm_wrap .mid_tab .mm_right .mm-titlee {
        overflow: hidden;
        padding: 3px 0px;
    }
    .main_mid .mm_wrap .mid_tab .mm_right .mm-contents{
        overflow: hidden;
        margin-top: 10px;
    }


    .main_mid .mm_wrap .mid_tab .mm_right .mm-titlee .in_dot{
        display: block;
        float: left;
        font-size: 13px;
        font-family: 'Noto Sans KR', sans-serif;
        margin-right: 0px;
        font-weight: 700;
    }
    .main_mid .mm_wrap .mid_tab .mm_right .mm-titlee p{
        display: block;
        float: left;
        font-size: 10px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 500;
    }


    .main_mid .mm_wrap .mid_tab .mm_right .mm-contents .in_dot{
        display: block;
        float: left;
        font-size: 20px;
        font-family: 'Noto Sans KR', sans-serif;
        margin-right: 10px;
        font-weight: 700;
    }
    .main_mid .mm_wrap .mid_tab .mm_right .mm-contents p{
        display: block;
        float: left;
        font-size: 20px;
        font-size: 20px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:200;
    }


    .main_border {
        width: 320px;
        padding: 40px 0px;
        margin: 0 auto;
    }

    .main_border .mb_wrap{
        width: 320px;
        margin: 0 auto;
        overflow: hidden;
    }


    .main_border .mb_wrap .mb_left{
        width: 95%;
        float: none;
        margin: 2.5% auto;
    }

    .main_border .mb_wrap .mb_right{
        display: none;
    }
    .main_border .mb_wrap .mb_left .title{
        overflow: hidden;
        margin-bottom: 20px;
    }

    .main_border .mb_wrap .mb_left .title span:nth-child(3) a{

        font-size: 14px;
        color: #ff0000;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:900;
    }

    .main_border .mb_wrap .mb_left .title img{
        width: 13px;
    }

    .main_border .mb_wrap .mb_left .title {
        font-size: 15px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:900;
    }


    .main_border .mb_wrap .mb_left .main_notice {
        width: 320px;
    }


    .main_border .mb_wrap .mb_left .main_notice table {
        width: 305px;
        border-collapse: collapse;
    }
    .main_border .mb_wrap .mb_left .main_notice table tr td .m_latest_t{
        font-size: 16px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:900;
        width: 320px;
    }


    .main_border .mb_wrap .mb_left .main_notice table tr td .m_latest_c{
        padding: 5px 0px;
        font-size: 15px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:200;
        color: #848484;
        width: 320px;
    }

    .main_border .mb_wrap .mb_left .main_notice .table_sum tr .notice_sumt{
        width: 70%;
    }


    .main_border .mb_wrap .mb_left .main_notice .table_sum tr td p{
        width: 190px;
    }



    .main_border .mb_wrap .mb_left .main_notice .table_sum tr .notice_sumd {
        text-align: right;
        font-size: 15px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight:400;
        color: #848484;
    }
    .visu_wrap1{
        display: none;
    }


    .visu_wrap2{
        display: block;
    }

    .pop {
        max-width: 100%;
    }

}




