﻿/*-------------------------------------------------------------------------------------*
 *  좌측메뉴                                                                           *
 *-------------------------------------------------------------------------------------*/
.aside {
    background-color: #07040a;
    position: fixed;
    width: 100%;
    min-width: 0px;
    top: 0;
    right: -100%;
    bottom: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 0px;
    transition: 0.35s width ease, 0.35s min-width ease;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

    .aside.in {
        max-width: 300px;
        width: calc(100% - 50px);
        right: 0;
    }

.aside_wrap {
    float: left;
    height: 100%;
    width: 100%;
    padding: 10px 10px 30px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    overflow-y: scroll;
}

.aside_top_wrap {
    width: 100%;
    position: relative;
    display: flex;
}

.aside_top_left {
    float: left;
    width: 100%;
    line-height: 70px;
    text-align: center;
}

.aside_top_right {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 5px;
}

.aside2 {
    background-color: #07040a;
    position: fixed;
    width: 100%;
    min-width: 0px;
    top: 0;
    left: -100%;
    bottom: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 0px;
    transition: 0.35s width ease, 0.35s min-width ease;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

    .aside2.in {
        max-width: 300px;
        width: calc(100% - 50px);
        left: 0;
    }

.aside2_box2_wrap {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.aside2_box2 {
}

/*-------------------------------------------------------------------------------------*
 *  별도추가                                                                           *
 *-------------------------------------------------------------------------------------*/
.aside_wrap::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.aside_wrap::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.1);
    border-radius: 12px;
}

.aside_wrap::-webkit-scrollbar-track {
    display: none;
}

.aside_close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#007bff 0%, #02162d 100%);
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 5px;
}

.aside_close1 {
    left: -50px;
}

.aside_close2 {
    right: -50px;
}

.aside_top_wrap .my {
    margin: 0;
    width: 100%;
    justify-content: center;
}

.aside_top_wrap .my_box {
    flex-direction: column
}

.aside_top_wrap .my_link {
    margin: 0;
}

.left_menu_boxbox {
    float: left;
    width: 100%;
}

.m_login_box {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.user_box {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.user_list {
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: space-between;
}

.user_list_text span {
    color: #ffcf00;
}

.user_btn {
    padding: 5px;
    font-weight: bold;
    color: #ff7575;
}

@media screen and (min-width: 1480px) {
    .aside {
        display: none;
    }

    .aside2 {
        display: none;
    }
}

.m_game_btn {
    display: block;
    width: 100%;
    font-family: 'EsaManru';
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

    .m_game_btn img {
        display: block;
        margin: 0 0 5px 0;
    }

/* 오른쪽커스텀 */
.right_my {
    float: left;
    width: 100%;
}

.right_my_title {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    background: url(/Assets/Assets6/img/main/bg_lnb.png) center top no-repeat;
    background-size: 100% 100%;
    font-family: 'EsaManru';
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.right_my_list {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 3px 10px;
    border-radius: 5px;
    background: rgba(255,255,255,0.1);
    font-family: 'EsaManru';
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

    .right_my_list span {
        float: right;
        font-weight: 500;
        font-size: 14px;
        color: #fff600;
    }

.right_btn_box {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right_btn1 {
    display: block;
    float: left;
    width: 49.6%;
    margin: 0 0 0.4% 0;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px;
    background: linear-gradient(#eeeeee 0%, #494949 100%);
    font-family: 'EsaManru';
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.right_btn2 {
    display: block;
    float: left;
    width: 49.6%;
    margin: 0 0 0.4% 0;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px;
    background: linear-gradient(#686868 0%, #303030 100%);
    font-family: 'EsaManru';
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.right_btn3 {
    display: block;
    float: left;
    width: 49.6%;
    margin: 0 0 0.4% 0;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px;
    background: #041000;
    border: 2px solid transparent;
    border-image: linear-gradient(#007bff 0%, #02162d 100%);
    border-image-slice: 1;
    font-family: 'EsaManru';
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.right_btn4 {
    display: block;
    float: left;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px;
    background: linear-gradient(#eeeeee 0%, #494949 100%);
    font-family: 'EsaManru';
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.right_btn5 {
    display: block;
    float: left;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px;
    background: linear-gradient(#686868 0%, #303030 100%);
    font-family: 'EsaManru';
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.right_customer {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
}

    .right_customer:first-child {
        margin: 10px 0 0 0;
    }

    .right_customer img {
        width: 100%;
        max-width: 280px;
    }

.right_login_title {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-family: 'EsaManru';
    font-weight: 700;
    font-size: 20px;
    background-image: linear-gradient(#81ff5e 0%, #00fff0 80%);
    color: transparent;
    -webkit-background-clip: text;
}

.right_join_list {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

.login_input {
    background-color: #05120f;
    border: 1px solid #000000;
    padding: 4px 0 4px 5px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    height: 40px;
    transition: all 0.5s;
    width: 100%;
}

    .login_input::placeholder {
        color: #127a46;
        transition: all 0.5s;
    }
