@charset "utf-8";


@media screen and (max-width: 1024px) {

    #wrap {
        min-width: 100%;
    }

    .inner {
        width: 100%;
    }

    /* gnb */
    .section01 {
        position: fixed;
        width: 100%;
        z-index: 10;
        transition: 0.5s;
        z-index: 990;
        background: #171b24;
        height: 80px;
    }

    .m_section01 {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        height: 100%;
        display: none;
    }

    .section01 .gnb a {
        margin: 10px;
        font-size: 16px;
    }

    .header-inner {
        width: 100%;
    }

    .section01 .gnb {
        margin: auto;
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 15px;
        position: fixed;
        height: 100%;
        width: 80%;
        top: 10px;
        left: -100%;
        margin-top: 70px;
        transition: 0.5s;
        z-index: 990;
        background: #171b24;
        overflow-y: auto;
    }

    .section01 .gnb::-webkit-scrollbar {
        display: none;
    }

    .section01 .head_ul {
        right: 50px;
        right: 0;
        left: 0;
        width: 100%;
    }

    .section01 .head_ul li ul {
        display: none;
        background: #000;
        margin-top: 0px;
        padding: 20px 50px;
    }

    .section01 .head_ul li {
        float: none;
        text-align: left;
        width: 100%;
    }

    .section01 .head_ul>li {
        line-height: 60px;
    }

    .section01 .head_ul>li ul li {
        position: relative;
    }

    .section01 .head_ul>li ul li::after {
        content: "";
        display: block;
        width: 5px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: -2px;
    }

    .section01 .head_ul>li>a {
        /* background: #000; */
        padding-left: 40px;
        margin: 0;
    }

    .section01 .head_ul>li>a.off {
        background: url(/img/plus.png) 95% 12px no-repeat #000;
        background-size: 40px;
    }

    .section01 .head_ul>li>a.on {
        background: url(/img/minus.png) 95% 12px no-repeat #000;
        background-size: 40px;
    }

    .section01 .gnb.active {
        left: 0 !important;
    }

    .gnb a {
        display: block;
    }

    .head_ul>li a {
        color: #000;
    }

    .section01 .gnb .inner h1 img {
        width: 80px;
        display: none;
    }


    .m_logo {
        display: block;
        margin: 0 auto;
        width: 120px;
        margin-top: 10px;
    }

    .m_logo img {
        width: 120px;
    }


    /*로그인*/
    .section03 {
        position: relative;
        width: 100%;
        height:auto;
    }

    .section03_bg {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-around
    }

    /* 로그인전 */
    .section03_bg .login_btn1 {
        text-decoration: none;
        font-weight: 700;
        font-size: 20px;
        padding: 20px 10px;
        display: flex;
        justify-content: center;
    }

    .section03_bg .login_btn1 p {
        background: white;
        width: 150px;
        border-radius: 10px;
        padding: 20px 0;
        text-align: center;
        box-shadow: 0px 0px 10px #ff9001;
    }

    /*  */
    /* 로그인후 */
    .login_btn2 {
        display: none;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 80%; */
        padding: 15px;
        font-size: 14px;
        line-height: 20px;
        color: white;
        margin: 0 auto;
    }

    .user {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .logout_btn {
        width: 100px;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #ff9001;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .logout_btn a {

    }

    /*  */



    /* Trigger */

    .m_gnb_btn {
        position: fixed;
        z-index: 991;
        top: 14px;
        left: 14px;
    }

    .menu_btn {
        position: absolute;
        width: 52px;
        height: 52px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #fff;
    }

    .menu_btn .bar {
        border-radius: 10px;
        display: inline-block;
        position: absolute;
        left: 11px;
        width: 31px;
        height: 5px;
        background-color: #fff;
        transform-origin: 50%;
        transition: .24s cubic-bezier(.3, .74, .5, .93);
    }

    .menu_btn .bar01 {
        top: 12px
    }

    .menu_btn .bar02 {
        top: 23px
    }

    .menu_btn .bar03 {
        top: 34px
    }

    .menu_btn.open .bar01 {
        top: 22px;
        transform: rotate(45deg);
    }

    .menu_btn.open .bar02 {
        opacity: 0.0;
    }

    .menu_btn.open .bar03 {
        top: 22px;
        transform: rotate(-45deg);
    }

    .section03 .gamestart {
        display: none;
    }

    footer {
        padding-left: 20px;
    }

}


@media screen and (max-width: 605px) {

    .section02 .bx-wrapper .bx-prev {
        left: 10%;
    }

    .section02 .bx-wrapper .bx-next {
        right: 10%;
    }

}

@media (max-width : 575px) {
    .form {}

    .login_inner {
        display: block;
    }

    .login {
        display: inline-block;
        vertical-align: top;
    }

    .login_btn {
        display: inline-block;
    }

    .login_list {
        text-align: center;
        margin-left: 10px;
        margin-top: 5px;
    }

    .login_list_ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .section03 {

    }
}