/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)  857px*/
@media all and (max-width:857px) {

    .menu_wrap {
        width: 100%;
        padding: 0;
    }

    .mMenu {
        width: 100%;
        ;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }



    nav {
        display: inline-block;
        width: 75%;
        height: 100vh;
        background-color: white;
        transition: 1s;
        position: fixed;
        top: 0;
        left: -75%;
        padding-top:50px;
        line-height: 50rem;
        font-size: 20rem;
    }

    .mMenuView {
        left: 0;
        transition: 1s;
    }


    nav li {
        display: block;
        color: black;
    }



    .menuBtn {
        flex: 1;
        padding-left: 3%;
    }

    .logo {
        display: none;
    }

    #navUl {
        width: 100%;
        padding-left: 10%;
    }


    .menuBG {
        transition: 1s;
        background-color: rgba(0, 0, 0, 0.39);
        position: fixed;
        top: 0;
        height: 100vh;
    }


    .banner_wrap {
        padding-bottom: 100%;
    }

    .bannerText {
        left: 0 !important;
        width: 100% !important;
        text-align: center !important;
        font-size: 5vw !important;
    }

    .text,
    .footSnsWrap {
        flex-basis: 100%;
    }

    .footSnsWrap {
        order: 1;
        text-align: center;
        margin: 10rem 0 30rem;
    }

    .text {
        order: 2;
    }

    .text span {
        width: 100%;
    }

    .rhrortpsxj1 {
        font-size: 20rem;
    }

    .rhrortpsxj2 {
        font-size: 12rem;
        text-align: center;
    }

    footer {
        padding: 10rem;
    }

    .flexCbg {
        padding-bottom: 60% !important;
    }

    .conWrap li, .flexCbg {
        width: 100%;
        padding-bottom: 53%;
    }


}