@charset "utf-8";

#wrap {
    width: 100%;
    overflow: hidden;
    background: #070409 url(/Assets/Assets6/img/main/bg.jpg) center top no-repeat fixed;
    background-size: cover;
}

/*-------------------------------------------------------------------------------------*
 *  header                                                                             *
 *-------------------------------------------------------------------------------------*/
.header_wrap {
    float: left;
    width: 100%;
}

.header_top {
    width: 1400px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    flex-shrink: 0;
    transition: all 0.3s;
}

    .header_top::-webkit-scrollbar {
        width: 4px;
        height: 3px;
    }

    .header_top::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,0.25);
        border-radius: 12px;
    }

    .header_top::-webkit-scrollbar-track {
        display: none;
    }

.logo {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%);
    z-index: 3;
}

    .logo img {
        width: 242px;
    }

.quick_game {
    float: left;
}

    .quick_game li {
        float: left;
        margin: 0 10px 0 0;
    }

        .quick_game li a {
            display: block;
        }

.gnb_wrap {
    float: left;
    width: 100%;
    background: url(/Assets/Assets6/img/main/bg_gnb.png) center top repeat-x;
    background-size: auto 100%;
}

.gnb_box {
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    background: url(/Assets/Assets6/img/main/bg_gnb2.png) center top no-repeat;
}

.gnb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gnb ul:first-child {
        margin: 0 400px 0 0;
    }

    .gnb ul li {
        float: left;
        margin: 0 30px;
    }

        .gnb ul li span {
            display: block;
            padding: 10px;
            font-family: 'EsaManru';
            font-weight: 700;
            font-size: 20px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
            cursor: pointer;
        }

            .gnb ul li span:hover {
                filter: brightness(1.5);
            }

.lnb_wrap {
    float: left;
    width: 100%;
    padding: 0 30px;
    background: url(/Assets/Assets6/img/main/bg_lnb.png) center top repeat-x;
    background-size: auto 100%;
}

.lnb_box {
    width: 1400px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.notice {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'EsaManru';
    font-weight: 300;
    font-size: 13px;
    color: #e8bd4b;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.mobile_menu {
    display: none;
    width: 100%;
    justify-content: center;
}

    .mobile_menu i {
        color: #ffffff;
    }

.m_logo {
    margin: 0 auto;
}

    .m_logo img {
        width: 160px;
    }

.mobile_menu1 {
    font-size: 2em;
    background: transparent;
    color: #ffffff;
}

.mobile_menu2 {
    font-size: 2em;
    background: transparent;
    color: #ffffff;
}

.m_my {
    display: none;
    float: left;
    width: 100%;
    height: 40px;
    background: url(/Assets/Assets6/img/main/bg_lnb.png) center top repeat-x;
    background-size: auto 100%;
    justify-content: space-between;
    padding: 0 10px;
}

    .m_my ul {
        display: flex;
        width: 100%;
    }

        .m_my ul span {
            color: #fff600;
        }

        .m_my ul li:first-child {
            margin: 0 auto 0 0;
        }

        .m_my ul li:last-child {
            margin: 0 0 0 5px;
        }

.my {
    float: left;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}

    .my ul {
        display: flex;
        align-items: center;
    }

    .my li {
        float: left;
        margin: 0 0 0 5px;
        white-space: nowrap;
        font-family: 'EsaManru';
        font-weight: 500;
        color: #ffffff;
        font-size: 14px;
    }

        .my li:first-child {
            margin: 0;
        }

.my_font01 {
    font-weight: 700;
    color: #fbff00
}

.my_input {
    background-color: #194c65;
    border: 1px solid #194c65;
    max-width: 124px;
    padding: 4px 0 4px 10px;
    font-family: 'EsaManru';
    font-weight: 500;
    color: #ffffff;
    font-size: 12px;
    border-radius: 40px;
    height: 40px;
}

    .my_input::placeholder {
        font-weight: 500;
        color: #90b8cb;
    }

.utill_btn1 {
    display: inline-block;
    min-width: 90px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    padding: 0 10px;
    background: linear-gradient(#00639c 0%, #072956 100%);
    box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
    font-family: 'EsaManru';
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 2px 0 5px rgba(0,0,0,0.5);
}

    .utill_btn1:hover {
        background: linear-gradient(-45deg, #3caced 0%, #0a3e83 100%);
    }

@media screen and (max-width:1440px) {
    .gnb ul:first-child {
        margin: 0 280px 0 0;
    }

    .gnb ul li {
        margin: 0 20px;
    }

        .gnb ul li a {
            font-size: 16px;
        }

    .quick_game {
        display: none;
    }

    .notice {
        display: none;
    }

    .lnb_box {
        justify-content: center;
    }

    .lnb {
        margin: 0 0 0 0;
    }

    .logo img {
        width: 200px;
    }
}

@media screen and (max-width:1440px) {
    .header_top {
        height: 90px;
        width: 100%;
        padding: 0 15px;
    }

    .top_time {
        display: none;
    }

    .mobile_menu {
        display: flex;
        align-items: center;
    }

    .m_logo {
        visibility: hidden;
    }
}

@media screen and (max-width:1240px) {
    .gnb {
        justify-content: space-between
    }

        .gnb ul:first-child {
            margin: 0 0 0 0;
        }
}

@media screen and (max-width:1024px) {
    .logo {
        display: none;
    }

    .gnb_wrap {
        display: none;
    }

    .top_time {
        display: none;
    }

    .my {
        display: none;
    }

    .m_login {
        display: flex;
        margin: 3px 0 0 0;
    }

        .m_login ul {
            flex-wrap: wrap;
        }

        .m_login li {
            width: 100%;
            margin: 2px 0;
        }

            .m_login li:nth-child(3) {
                width: 49.5%;
                margin: 0 1% 0 0;
            }

            .m_login li:nth-child(4) {
                width: 49.5%;
                margin: 0;
            }

            .m_login li .my_input {
                max-width: 100%;
                width: 100%;
                border-radius: 3px;
            }

            .m_login li .utill_btn1 {
                width: 100%;
                border-radius: 3px;
            }

    .header_bottom {
        height: 60px;
    }

    .my_wrap {
        display: none;
    }

    .lnb_wrap {
        display: none;
    }

    .mobile_menu {
        display: flex;
        align-items: center;
    }

    .m_my {
        display: flex;
        align-items: center;
    }

    /* 24-01 추가 시작 */
    .m_logo {
        visibility: visible;
    }

        .m_logo img {
            width: 140px;
        }
    /* 24-01 추가 끝 */
}

.title_wrap {
    float: left;
    width: 100%;
}

    .title_wrap:before {
        display: block;
        content: '';
        clear: both;
        float: left;
        width: 100%;
        height: 2px;
        background: url(/Assets/Assets6/img/main/line.png) center top no-repeat;
        background-size: 100% 100%;
    }

    .title_wrap:after {
        display: block;
        content: '';
        clear: both;
        float: left;
        width: 100%;
        height: 2px;
        background: url(/Assets/Assets6/img/main/line.png) center top no-repeat;
        background-size: 100% 100%;
    }

.title {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 58px;
    font-family: 'EsaManru';
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

.s_title1 {
    float: left;
    border-radius: 5px;
    line-height: 30px;
    padding: 3px 10px;
    font-family: 'EsaManru';
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
}

@media screen and (max-width:1024px) {
    .title {
        font-size: 22px;
        line-height: 40px;
    }
}
/*-------------------------------------------------------------------------------------*
 *  contents                                                                           *
 *-------------------------------------------------------------------------------------*/
.contents_wrap {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
}

.contents_center {
    width: 1470px;
    margin: 0 auto;
}

.contents_center_in {
    float: left;
    width: 100%;
    background: rgba(0,0,0,0.2);
    padding: 20px 0 40px 0;
}

.contents_center_in2 {
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
}

.con_box00 {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.con_box05 {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
}

.con_box10 {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.con_box20 {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.con_box30 {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.con_box40 {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.con_box50 {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}

.con_box60 {
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
}

@media screen and (max-width:1480px) {
    .contents_left {
        display: none;
    }

    .contents_center {
        width: 100%;
        margin: 0 0px;
        padding: 0 3px;
    }

    .contents_right {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .contents_wrap {
        margin: 10px 0 0 0;
    }
}

/*-------------------------------------------------------------------------------------*
 *  m_menu_fix                                                                         *
 *-------------------------------------------------------------------------------------*/
.m_menu_fix {
    float: left;
    width: 100%;
    height: 20vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: url(/Assets/Assets6/img/main/bg_footer.png) center top no-repeat;
    background-size: cover;
    display: none;
}

    .m_menu_fix ul {
        float: left;
        width: 100%;
        height: 100%;
        margin: 3vw 0 0 0;
    }

    .m_menu_fix li {
        float: left;
        width: 20%;
        height: 100%;
    }

        .m_menu_fix li div {
            display: block;
            width: 100%;
            height: 100%;
            padding: 10px 5px 5px;
            text-align: center;
            font-weight: 500;
            font-size: 12px;
            color: #ffffff;
            line-height: 1.5;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .m_menu_fix li:nth-child(3) div {
            width: 15.2vw;
            height: 15.2vw;
            position: absolute;
            top: 20%;
            left: 50%;
            transform: translate(-50%);
            border-radius: 50%;
            background: linear-gradient(#007bff 0%, #02162d 100%);
            font-size: 14px;
            color: #fff600;
        }

@media screen and (max-width:1024px) {
    .m_menu_fix {
        display: block;
    }
}

/*-------------------------------------------------------------------------------------*
 *  footer                                                                             *
 *-------------------------------------------------------------------------------------*/
.footer_wrap {
    float: left;
    width: 100%;
    padding: 20px 20px 40px 20px;
    text-align: center;
}

.footer_partners1 {
    width: 100%;
}

    .footer_partners1 img {
        width: 100%;
        max-width: 1400px;
    }

.f_logo {
    width: 100%;
    margin: 30px 0 0 0;
}

    .f_logo img {
        width: 140px;
    }

.f_copy {
    width: 100%;
    margin: 30px 0 0 0;
    font-family: 'EsaManru';
    font-weight: 500;
    font-size: 18px;
    color: #737373;
}

@media screen and (max-width:1024px) {
    .f_copy {
        margin: 20px 0 0 0;
        font-size: 12px;
    }

    .f_logo {
        margin: 20px 0 0 0;
    }

        .f_logo img {
            width: 80px;
        }
}

/*-------------------------------------------------------------------------------------*
 *  Main                                                                                *
 *-------------------------------------------------------------------------------------*/
.main_slideshow_pc {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

    .main_slideshow_pc .swiper-slide img {
        width: 100%;
        max-width: 1920px;
    }

.main_slideshow_m {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
}

    .main_slideshow_m .swiper-slide img {
        width: 100%;
        max-width: 768px;
    }

.main_game_list {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    display: flex;
}

    .main_game_list ul {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        display: flex;
    }

    .main_game_list li {
        float: left;
        width: 440px;
        margin: 0 40px 10px 0;
    }

        .main_game_list li:last-child {
            margin: 0 0 10px 0;
        }

    .main_game_list li {
        display: block;
    }

        .main_game_list li img {
            width: 100%;
        }

    .main_game_list.m {
        display: none;
    }

.main_board {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
}

.borad_box {
    float: left;
    width: 440px;
    height: auto;
    margin: 0 40px 10px 0;
    padding: 20px 20px 20px 20px;
    background: rgba(8,49,52,0.6);
}

    .borad_box:last-child {
        margin: 0 0 10px 0;
    }

.board_title {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-family: 'EsaManru';
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}

.myTable {
    table-layout: fixed;
}

.board {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .board td {
        font-family: 'EsaManru';
        font-weight: 300;
        color: #42b800;
        font-size: 14px;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.5s;
    }

        .board td:first-child {
            font-weight: 300;
            color: #ffffff;
        }

.borad_font01 {
    font-weight: 700;
    color: #f6ff00;
}


.main_customer {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
}

.main_customer_box {
    float: left;
    width: 440px;
    height: auto;
    margin: 0 40px 10px 0;
    padding: 30px 20px 30px 20px;
    background: #041000;
    border: 1px solid transparent;
    border-image: linear-gradient(#179200 0%, #144e00 100%);
    border-image-slice: 1;
}

    .main_customer_box:last-child {
        margin: 0 0 10px 0;
    }

.mc_title {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'EsaManru';
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

    .mc_title span {
        font-weight: 500;
        color: #00c6ff;
    }

.mc_btn {
    float: left;
    width: 100%;
    margin: 15px 0 15px;
}

    .mc_btn a {
        display: block;
        margin: 0 auto;
        width: 90%;
        background: linear-gradient(#7acc00 0%, #006665 100%);
        border-radius: 47px;
        height: 47px;
        line-height: 47px;
        text-align: center;
        font-family: 'EsaManru';
        font-weight: 700;
        font-size: 24px;
        color: #ffffff;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39);
    }

        .mc_btn a:hover {
            text-decoration: none;
            color: inherit;
        }

        .mc_btn a span {
            font-weight: 300;
            font-size: 19px;
            color: #fffc00;
        }

.mc_text {
    float: left;
    width: 100%;
}

    .mc_text p {
        width: 100%;
        text-align: center;
        font-family: 'EsaManru';
        font-weight: 300;
        font-size: 18px;
        color: #8cab85;
    }

@media screen and (max-width:1480px) {
}

@media screen and (max-width:1240px) {
    .main_board {
        flex-wrap: wrap;
    }

    .borad_box {
        width: 100%;
        height: auto;
        max-height: 230px;
        overflow: hidden;
        margin: 0 0 10px 0
    }

    .board {
        height: auto;
    }

        .board td {
            font-size: 14px;
            line-height: 40px;
        }

    .main_customer {
        flex-wrap: wrap;
    }

    .main_customer_box {
        width: 100%;
        height: auto;
        max-height: 230px;
        overflow: hidden;
        margin: 0 0 10px 0
    }
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:768px) {
    .board_title {
        height: 40px;
        line-height: 40px;
        font-weight: 500;
        font-size: 16px;
    }

    .mc_title {
        font-size: 18px;
    }

    .mc_btn a {
        font-size: 18px;
    }

        .mc_btn a span {
            font-size: 12px;
        }

    .mc_text p {
        font-size: 15px;
    }

    .main_slideshow_pc {
        display: none;
    }

    .main_slideshow_m {
        display: block;
    }

    .main_game_list.pc {
        display: none;
    }

    .main_game_list.m {
        display: flex;
    }

    .main_game_list ul {
        flex-wrap: wrap;
    }

    .main_game_list li {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width:430px) {
}

/*-------------------------------------------------------------------------------------*
 *  page                                                                               *
 *-------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------*
 *  out_login                                                                          *
 *-------------------------------------------------------------------------------------*/
/* 로그인 */
.out_login_wrap_wrap {
    float: left;
    width: 100%;
    min-height: 100vh;
    background: #13191a url(/Assets/Assets6/img/main/bg_login.jpg) center top no-repeat;
    background-size: cover;
}

.out_login_wrap_box {
    margin: 0px auto;
    width: 610px;
    transition: all 0.5s;
}

.out_login_logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: 150px 0 10px 0;
    transition: all 0.5s;
}

    .out_login_logo img {
        width: 500px;
    }

.out_login_box_wrap {
    float: left;
    width: 100%;
    border-radius: 10px;
    background: rgba(34,34,34,0.3);
    padding: 50px 100px;
}

.out_login {
    float: left;
    width: 100%;
}

    .out_login li {
        float: left;
        width: 100%;
        padding: 1%;
        transition: all 0.2s;
    }
/* ysk 가로 100%로 변경시 세로형 */

.out_login_text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.out_login_input {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #222222;
    width: 100%;
    height: 54px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 0 0 20px;
    font-family: 'EsaManru';
}

    .out_login_input::placeholder {
        color: #444444;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0pt;
    }

    .out_login_input:focus {
        border: 1px solid #444444;
    }

.out_login_btn1 {
    background: linear-gradient(#7acc00 0%, #006665 100%);
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: -1pt;
    font-family: 'EsaManru';
    box-shadow: rgba(0,0,0,0.6) 2px 2px 2px -1px;
}

    .out_login_btn1:hover {
        background: linear-gradient(-45deg, #7acc00 0%, #006665 100%);
    }

.out_login_btn2 {
    background: linear-gradient(#6a6a6a 0%, #282828 100%);
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: -1pt;
    font-family: 'EsaManru';
    box-shadow: rgba(0,0,0,0.6) 2px 2px 2px -1px;
}

    .out_login_btn2:hover {
        background: linear-gradient(-45deg, #6a6a6a 0%, #282828 100%);
    }

/* 추천인 */
.out_close {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
}

.out_code_wrap {
    float: left;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.out_code_box {
    margin: 0px auto;
    width: 500px;
    transition: all 0.5s;
}

.out_code_box_wrap {
    float: left;
    width: 100%;
    background: #0b0b0b;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    padding: 7%;
}

.out_code {
    float: left;
    width: 100%;
}

    .out_code li {
        float: left;
        width: 100%;
        padding: 1%;
    }
/* ysk 가로 100%로 변경시 세로형 */

.out_code_text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

/* 회원가입 */
.out_join_wrap {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.out_join_box {
    margin: 0px auto;
    width: 1300px;
    transition: all 0.5s;
}

.out_join_logo {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

    .out_join_logo img {
        width: 300px;
    }

.out_join_box_wrap {
    float: left;
    width: 100%;
    background: #13191a url(/Assets/Assets6/img/main/bg.jpg) center top no-repeat;
    background-size: cover;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    padding: 3%;
}

.out_join {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 10px 0 10px 0;
}

    .out_join ul {
        float: left;
        width: 50%;
    }
        /* ysk 가로 100%로 변경시 세로형 */
        .out_join ul li {
            float: left;
            width: 100%;
            padding: 1%;
            line-height: 30px;
            font-size: 16px;
        }

.phone {
    display: flex;
    align-items: center;
}

.out_join_text {
    float: left;
    width: 100%;
    padding: 0 0 10px 10px;
    text-align: center;
    font-family: 'EsaManru';
    font-weight: 500;
    font-size: 30px;
    color: #eeeeee;
}

.out_join_btn {
    margin: 0px auto;
    width: 500px;
}

    .out_join_btn li {
        float: left;
        width: 48%;
        margin: 1% 1% 0 1%;
    }

.out_join_input1 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #222222;
    width: 100%;
    height: 46px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 0 0 10px;
    font-family: 'EsaManru';
}

    .out_join_input1::placeholder {
        color: #a9a9a9;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0pt;
    }

    .out_join_input1:focus {
        border: 1px solid #a9a9a9;
    }

.popup_none {
    display: none;
}

@media screen and (max-width:1300px) {
    .out_join_box {
        width: 90%;
    }

    .out_join_box_wrap {
        padding: 6%;
    }

    .out_join ul {
        width: 100%;
    }

    .out_join_btn {
        width: 320px;
    }
}

@media screen and (max-width:768px) {
    .out_login_wrap_box {
        width: 80%;
    }

    .out_login_logo {
        margin: 80px 0 30px 0;
    }

        .out_login_logo img {
            width: 93%;
        }

    .out_login li {
        width: 100%;
    }

    .out_code_box {
        width: 80%;
    }

    .out_login_box_wrap {
        padding: 20px 45px;
    }

    .out_login_btn1 {
        font-size: 16px;
    }

    .out_login_btn2 {
        font-size: 16px;
    }
}

@media screen and (min-width:1920px) {
    .out_login_wrap_wrap { /* display:flex; */ /* align-items:center; */
    }

    .out_login_wrap_box {
        margin: -100px auto 0;
    }
}



/*-------------------------------------------------------------------------------------*
 *  out_login animations                                                               *
 *-------------------------------------------------------------------------------------*/
.out_motion111 {
    animation: out_motion111 2.5s;
}

@keyframes out_motion111 {
    0% {
        transform: scale(1.5);
        opacity: 0.1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}




/*-------------------------------------------------------------------------------------*
 *  out_login animations popup                                                         *
 *-------------------------------------------------------------------------------------*/
/* 한개의 스타일 */
.out_popup111 {
    animation-name: out_popup111;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes out_popup111 {
    0% {
        transform: translateY(-300%);
    }

    100% {
        transform: translateY(0%);
    }
}

/* 한개의 스타일 */
.out_popup222 {
    animation-name: out_popup222;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes out_popup222 {
    0% {
        transform: translateY(-300%) scaleX(4.0);
    }

    100% {
        transform: translateY(0%) scaleX(1);
    }
}

/* 한개의 스타일 */
.out_popup333 {
    animation-name: out_popup333;
    animation-duration: 1.1s;
    animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes out_poout_popup333pup03 {
    0% {
        transform: translateY(-300%) scaleX(4.0);
    }

    50% {
        transform: translateY(2%) scaleX(1.3);
    }

    100% {
        transform: translateY(0%) scaleX(1);
    }
}

/*-------------------------------------------------------------------------------------*
 *  popup                                                                              *
 *-------------------------------------------------------------------------------------*/
.main_pop_wrap {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main_pop_box {
    float: left;
    width: 500px;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.main_pop_title {
    float: left;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(#7acc00 0%, #006665 100%);
    position: relative;
}

    .main_pop_title img {
        width: 140px;
    }

.close_btn_cu {
    color: #d4d4d4;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    transition: all 0.3s;
}

    .close_btn_cu i {
        transition: all 0.3s;
    }

    .close_btn_cu:hover i {
        transform: rotate(-360deg);
    }

.main_pop_con {
    float: left;
    width: 100%;
}

    .main_pop_con img {
        width: 100%;
    }

.main_popup_close {
    float: left;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(#7acc00 0%, #006665 100%);
}

    .main_popup_close a {
        background: linear-gradient(#525252 0%, #2f2f2f 100%);
        min-width: 200px;
        height: 42px;
        line-height: 42px;
        display: inline-block;
        text-align: center;
        border-radius: 42px;
        font-family: 'EsaManru';
        font-weight: 300;
        font-size: 14px;
        color: #ffffff;
    }

        .main_popup_close a:hover {
            box-shadow: 2px 3px 4px 0px #7acc00;
        }

@media screen and (max-width:720px) {
    .main_pop_wrap {
    }

    .main_pop_box {
        position: absolute;
        width: 90%;
        max-width: 500px;
        margin: 0;
    }
}
/*-------------------------------------------------------------------------------------*
 *  특별한                                                                              *
 *-------------------------------------------------------------------------------------*/
/* 카지노 */

.game_list {
    float: left;
    width: 100%;
}

    .game_list li {
        float: left;
        width: calc(20% - 12px);
        margin: 0 15px 15px 0;
    }

        .game_list li:nth-child(5n) {
            margin: 0 0 15px 0;
        }

        .game_list li div {
            display: block;
        }

            .game_list li div img {
                width: 100%;
                cursor: pointer;
            }

@media screen and (max-width:1440px) {
    .game_list li {
        width: 24.25%;
        margin: 0 1% 1% 0;
    }

        .game_list li:nth-child(5n) {
            margin: 0 1% 1% 0;
        }

        .game_list li:nth-child(4n) {
            margin: 0 0 1% 0;
        }
}

@media screen and (max-width:1024px) {
    .game_list li {
        width: 33%;
        margin: 0 0.5% 1% 0;
    }

        .game_list li:nth-child(5n) {
            margin: 0 0.5% 1% 0;
        }

        .game_list li:nth-child(4n) {
            margin: 0 0.5% 1% 0;
        }

        .game_list li:nth-child(3n) {
            margin: 0 0 1% 0;
        }
}

@media screen and (max-width:520px) {
    .game_list li {
        width: 49.5%;
        margin: 0 1% 1% 0;
    }

        .game_list li:nth-child(5n) {
            margin: 0 1% 1% 0;
        }

        .game_list li:nth-child(4n) {
            margin: 0 1% 1% 0;
        }

        .game_list li:nth-child(3n) {
            margin: 0 1% 1% 0;
        }

        .game_list li:nth-child(2n) {
            margin: 0 0 1% 0;
        }
}

/* 머니이동 */
.money_move {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.money_move_box {
    float: left;
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(8,49,52,0.6);
    border: 1px solid #000000;
    border-radius: 0px;
    padding: 10px 30px;
}

.money_move_arrow {
    float: left;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(8,49,52,0.6);
    border: 1px solid #000000;
    border-radius: 0px;
    padding: 10px 30px;
}

.how_money {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.how_md {
    display: block;
    margin: 5px 0 0 0;
}

.money_font {
    font-weight: 700;
    font-size: 20px;
    color: #fff311;
}

.icon_money {
    font-weight: 500;
    font-size: 30px;
    color: #fff311;
}

.menu {
    display: block;
    width: 40px;
    height: 36px;
    transform: rotate(-90deg);
    position: relative;
    cursor: pointer;
}

    .menu div {
        background-color: #ffffff;
        position: absolute;
        border-radius: 2px;
        height: 4px;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    }

    .menu input {
        display: none;
    }

        .menu input + div {
            left: 3px;
            top: 12px;
            width: 30px;
            transition: .3s cubic-bezier(.8, .5, .2, 1.4);
            transform: rotate(90deg);
            transition-delay: 150ms;
        }

            .menu input + div + div {
                left: 2px;
                top: 20px;
                width: 20px;
                transition: .3s cubic-bezier(.8, .5, .2, 1.4);
                transform: rotate(45deg);
                transition-delay: 50ms;
            }

                .menu input + div + div + div {
                    left: 14px;
                    top: 20px;
                    width: 20px;
                    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
                    transform: rotate(-45deg);
                    transition-delay: 100ms;
                }

        .menu input:checked + div {
        }

            .menu input:checked + div + div {
                top: 0px;
                transition: .3s cubic-bezier(.8, .5, .2, 1.4);
                transform: rotate(-45deg);
                transition-delay: 50ms;
            }

                .menu input:checked + div + div + div {
                    top: 0px;
                    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
                    transform: rotate(45deg);
                    transition-delay: 100ms;
                }

@media screen and (max-width:768px) {
    .money_move {
        flex-wrap: wrap;
    }

    .money_move_box {
        width: 100%;
    }

    .money_move_arrow {
        width: 100%;
        margin: 5px 0;
    }

    .menu {
        transform: rotate(0deg);
    }
}



.cursor-pointer {
    cursor: pointer;
}



/* #chat-widget-container {
	bottom: 50px !important;
} */





