@charset "utf-8";
#wrap {
    width: 100%;
    min-width: 1800px;
    display: flex;
    overflow: hidden;
    background: var(--bg-url) center top repeat-y;
    background-size: 100%;
}

/*-------------------------------------------------------------------------------------*
 *  Header                                                                             *
 *-------------------------------------------------------------------------------------*/
.contents_left {
    float: left;
    width: 300px;
    transition: all 0.5s;
}
.contents_right {
    float: right;
    width: calc(100% - 300px);
    transition: all 0.5s;
}
/* 좌측구역 */
.left_header_wrap {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: var(--bg-left-url) center top repeat-y;
    transition: all 0.5s;
}
.left_header_wrap {
    -ms-overflow-style: none;
}
.left_header_wrap::-webkit-scrollbar {
    display: none;
}
.logo {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.logo a {
    display: block;
}

.left_game_wrap {
    float: left;
    width: 100%;
}
.left_game_wrap li {
    margin: 10px auto 0;
    width: 250px;
    height: 110px;
}
.left_game_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 우측구역 */
.right_header_wrap {
    float: left;
    width: 100%;
    height: auto;
}
.right_header_box1 {
    float: left;
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 0 40px 0 40px;
    background: var(--color-bg-0);
}
.right_header_box2 {
    float: left;
    width: 100%;
    height: 60px;
    overflow: hidden;
    padding: 0 40px 0 40px;
    background: var(--color-bg-2);
}

.notice {
    float: left;
    width: 30%;
    margin: 15px 0 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s;
}

.my {
    float: right;
    margin: 10px 0 0 0;
    transition: all 0.5s;
}
.my li {
    float: left;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 0 5px;
    line-height: 34px;
    transition: all 0.5s;
}
.my li a {
    color: #ffffff;
}

.my_input {
    background: #14292e;
    border: 1px solid #070e10;
    width: 140px;
    padding: 4px 0 4px 5px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 0px;
    height: 34px;
    transition: all 0.5s;
}
.my_input::placeholder {
    color: #507681;
}

.my_btn1 {
    background: var(--color-bg-3);
    display: inline-block;
    min-width: 90px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 10px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.5s;
}
.my_btn1:hover {
    background: var(--color-bg-5);
}

.my_btn2 {
    background: var(--color-bg-10);
    display: inline-block;
    min-width: 90px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 10px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.5s;
}
.my_btn2:hover {
    background: var(--color-bg-15);
}

.gnb {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}
.gnb li {
    float: left;
    margin: 0 70px 0 0;
}
.gnb li a {
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    text-shadow: 2px 0 3px rgba(0, 0, 0, 0.75);
    line-height: 60px;
    transition: all 0.5s;
}
.gnb li a:hover {
    color: var(--color-font-6);
}

/*-------------------------------------------------------------------------------------*
 *  Contents                                                                           *
 *-------------------------------------------------------------------------------------*/
.title_wrap {
    float: left;
    width: 100%;
}
.title {
    font-family: "speed";
    font-size: 26px;
    color: #ffffff;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.s_title1 {
    font-family: "speed";
    font-size: 22px;
    color: #ffffff;
    line-height: 44px;
    border-left: 3px solid var(--color-bg-12);
    padding: 0 0 0 10px;
}

.contents_wrap {
    float: left;
    width: 100%;
    padding: 0 0 0px 0;
}
.contents_box {
    float: left;
    width: 100%;
    min-height: 510px;
    margin: 30px 0 50px 0;
    padding: 0 30px 0 30px;
}

.contents_box_center {
    float: left;
    width: 100%;
    transition: all 0.5s;
}

.contents_box_left {
    float: left;
    width: calc(100% - 310px);
    transition: all 0.5s;
}
.contents_box_right {
    float: right;
    width: 280px;
    transition: all 0.5s;
}

.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;
}
.con_box00 .custom_bg_color > td {
    background-color: var(--color-bg-0);
}

/*-------------------------------------------------------------------------------------*
 *  Footer                                                                             *
 *-------------------------------------------------------------------------------------*/
.footer_wrap {
    float: left;
    width: 100%;
    padding: 30px 0 40px 0;
    background: var(--color-bg-1);
    overflow: hidden;
}

.footer_box1 {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
}
.footer_box2 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: var(--color-font-1);
    text-align: center;
}

/*-------------------------------------------------------------------------------------*
 *  Main                                                                               *
 *-------------------------------------------------------------------------------------*/
.main_con_wrap {
    float: left;
    width: 100%;
    margin: 60px 0 50px 0;
    padding: 0 30px 0 30px;
}
.main_game_btn_wrap {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
}
.main_game_btn_wrap li {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
    transition: all 0.5s;
}
.main_game_btn_wrap li:nth-child(2n) {
    margin: 0 0% 2% 0;
}
.main_game_btn_wrap li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.main_game_btn_wrap li a img {
    width: 100%;
}

.main_board_wrap {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
}
.board {
    float: left;
    background: var(--color-bg-8-40);
    width: 32%;
    padding: 40px 30px 30px;
    border-radius: 10px;
    margin: 2% 2% 0 0;
    transition: all 0.5s;
}
.board:last-child {
    margin: 2% 0% 0 0;
}
.board_title {
    font-family: "speed";
    font-size: 24px;
    color: #ffffff;
}
.board_box {
    margin: 20px 0 0 0;
    height: 170px;
    overflow: hidden;
}
.myTable {
    table-layout: fixed;
}
.board_box td {
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board_font1 {
    color: var(--color-font-4);
}

/*-------------------------------------------------------------------------------------*
 *  out login                                                                          *
 *-------------------------------------------------------------------------------------*/
.login_wrap {
    z-index: 0;
    float: left;
    width: 100%;
    height: 100vh;
    background: var(--bg-url) center top no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
}

.login_box_wrap {
    width: 700px;
    margin: 0px auto;
    transition: all 0.5s;
    position: relative;
    z-index: 10000000;
}
.login_tit {
    float: left;
    width: 100%;
    text-align: center;
    margin: 80px 0 30px 0;
    overflow: hidden;
}

.login_box {
    width: 100%;
    height: 380px;
    background: url(../assets/images/bg_login_login.png) center top no-repeat;
    box-shadow: 0px 0px 40px 0px var(--color-border-2-75);
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.login {
    width: 100%;
    margin: 0 0 0 0;
}
.login_table {
    width: 500px;
    margin: 0 auto;
    transition: all 0.5s;
}

.login_text {
    padding: 0 0 20px 0;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
}

.login_btn1 {
    background: linear-gradient(
        to left,
        var(--color-bg-14) 0%,
        var(--color-bg-15) 20%,
        var(--color-bg-16) 35%,
        var(--color-bg-17) 50%,
        var(--color-bg-16) 65%,
        var(--color-bg-15) 80%,
        var(--color-bg-14) 100%
    );
    width: 250px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    color: #000000;
    font-size: 22px;
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
    font-family: "speed";
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: -1pt;
}
.login_btn1:hover {
    background: linear-gradient(
        -45deg,
        var(--color-bg-14) 0%,
        var(--color-bg-15) 20%,
        var(--color-bg-16) 35%,
        var(--color-bg-17) 50%,
        var(--color-bg-16) 65%,
        var(--color-bg-15) 80%,
        var(--color-bg-14) 100%
    );
}
.login_btn2 {
    background: linear-gradient(
        to left,
        #383838 0%,
        #b6b6b6 20%,
        #eeeeee 35%,
        #ffffff 50%,
        #eeeeee 65%,
        #b6b6b6 80%,
        #383838 100%
    );
    width: 250px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    color: #000000;
    font-size: 22px;
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
    font-family: "speed";
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: -1pt;
}
.login_btn2:hover {
    background: linear-gradient(
        -45deg,
        #383838 0%,
        #b6b6b6 20%,
        #eeeeee 35%,
        #ffffff 50%,
        #eeeeee 65%,
        #b6b6b6 80%,
        #383838 100%
    );
}

.input_login {
    background-color: #ffffff;
    border: none;
    color: #3d3d3d;
    width: 250px;
    height: 56px;
    padding: 0 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.5s;
}
.login input::placeholder {
    color: #868686;
    font-size: 18px;
}

.join_box input::placeholder {
    color: #868686;
    font-size: 18px;
}

.join_box_wrap {
    float: left;
    width: 100%;
}
.join_box {
    margin: 0px auto;
    width: 900px;
    transition: all 0.5s;
}
.join_start {
    float: left;
    width: 100%;
    padding: 35px 50px 50px 50px;
    background: var(--color-bg-0);
    border: 1px solid var(--color-border-1);
    border-radius: 5px;
}
.join_title {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0 15px 0;
}
.join_close_box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.join_input1 {
    background-color: var(--color-bg-2);
    border: 1px solid var(--color-bg-0);
    padding: 4px 0 4px 5px;
    color: #ffffff;
    font-size: 14px;
    height: 34px;
    border-radius: 5px;
    width: 100px;
}

/*-------------------------------------------------------------------------------------*
 *  레이어팝업                                                                             *
 *-------------------------------------------------------------------------------------*/
.notice_popup1 {
    position: absolute;
    z-index: 1000000000;
    top: 170px;
    left: 100px;
}
.notice_popup2 {
    position: absolute;
    z-index: 1000000000;
    top: 170px;
    right: 100px;
}
.notice_popup_wrap {
    float: left;
    width: 400px;
}
.notice_popup_box {
    float: left;
    width: 400px;
    height: 550px;
    cursor: pointer;
}
.notice_popup_box a {
    display: block;
}
.notice_popup_text {
    float: left;
    width: 100%;
    padding: 30px;
}
.notice_popup_font1 {
    float: left;
    width: 100%;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
}
.notice_popup_font2 {
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #d4d4d4;
    line-height: 28px;
}

/* 메인팝업추가 4/28 */
.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;}
.main_pop_con{float:left; width:100%; min-height:500px; padding:30px 20px; background:#000000 url("../images/bg.png") center top; border:3px solid;}
.main_pop_con img{width:100%;}

.main_pop_con_title{float:left; width:100%; padding:10px; text-align:center; font-family:'EsaManru'; font-weight:500; font-size:24px; color:#ffffff; line-height:50px; border-bottom:1px solid rgba(255,255,255,0.1);}
.main_pop_con_text1{float:left; width:100%; margin:10px 0 0 0; padding:10px; text-align:center; font-family:'EsaManru'; font-weight:300; font-size:14px; color:#d4d4d4; line-height:1.5;}
.main_pop_con_text2{float:left; width:100%; background:rgba(0,0,0,0.5); margin:10px 0 0 0; padding:20px 0; text-align:center; font-family:'EsaManru'; font-weight:500; font-size:18px; color:#f9f9f9; font-style:italic; line-height:1.5;}
.main_pop_con_text3{float:left; width:100%; margin:10px 0 0 0; padding:10px; text-align:center; font-family:'EsaManru'; font-weight:300; font-size:16px; color:#f9f9f9; line-height:1.5;}

.main_popup_close {float:left; width:100%; text-align:center; padding:0 3px 0 0;}
.main_popup_close ul{float:right;}
.main_popup_close ul li{float:left;}
.main_popup_close ul li a{display:block; height:34px; line-height:34px; min-width:80px; padding:0 15px; background:#2e2a26; font-family:'EsaManru'; font-weight:500; color:#ffffff; font-size:14px;}
.main_popup_close ul li a:hover{background:#27211c;}
.main_popup_close ul li:last-child a{border-left:1px solid #000000;}
.main_popup_close ul li a input{display:inline-block; margin:0 10px 0 0; accent-color: #000000;}

/*-------------------------------------------------------------------------------------*
 *  슬라이드                                                                             *
 *-------------------------------------------------------------------------------------*/
.jssorl-004-double-tail-spin img {
    animation-name: jssorl-004-double-tail-spin;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssorb051 .i {
    position: absolute;
    cursor: pointer;
}
.jssorb051 .i .b {
    fill: #ff7e00;
    fill-opacity: 0.5;
    stroke: #000;
    stroke-width: 400;
    stroke-miterlimit: 10;
    stroke-opacity: 0.5;
}
.jssorb051 .i:hover .b {
    fill-opacity: 0.7;
}
.jssorb051 .iav .b {
    fill-opacity: 1;
}
.jssorb051 .i.idn {
    opacity: 0.3;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}
.jssora051 .a {
    fill: none;
    stroke: var(--color-border-2);
    stroke-width: 360;
    stroke-miterlimit: 10;
}
.jssora051:hover {
    opacity: 0.8;
}
.jssora051.jssora051dn {
    opacity: 0.5;
}
.jssora051.jssora051ds {
    opacity: 0.3;
    pointer-events: none;
}

/*-------------------------------------------------------------------------------------*
 *  특별한                                                                             *
 *-------------------------------------------------------------------------------------*/
/* 파워볼 버튼 */
.title_mini {
    color: #ff7e00;
}
.mini_media {
    float: left;
    width: 100%;
    min-height: 500px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 10px 0 10px 0;
}

.mini_power_big_wrap {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 5px;
}
.mini_power_big_wrap table {
}

.mini_power_title {
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
}
.mini_power_title_s {
    font-weight: 700;
    color: #8e8e8e;
    font-size: 11px;
}

.mini_power_btn1 {
    float: left;
    background-color: var(--color-bg-2);
    border: 1px solid;
    width: 100%;
    min-height: 50px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 0 0 0;
    border-radius: 5px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 4px -1px;
}
.mini_power_btn1:hover {
    border: 1px solid #00a8ff;
}
.mini_power_btn1.select {
    background-color: #00a8ff;
    border: 1px solid #00a8ff;
}

.mini_power_btn2 {
    float: left;
    background-color: var(--color-bg-2);
    border: 1px solid;
    width: 100%;
    min-height: 50px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 0 0 0;
    border-radius: 5px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 4px -1px;
}
.mini_power_btn2:hover {
    border: 1px solid #ff2a00;
}
.mini_power_btn2.select {
    background-color: #ff2a00;
    border: 1px solid #ff2a00;
}

.mini_power_font1 {
    font-family: "GmarketSans";
    font-size: 20px;
    line-height: 30px;
    color: #00a8ff;
}
.mini_power_font2 {
    font-family: "GmarketSans";
    font-size: 20px;
    line-height: 30px;
    color: #ff2a00;
}
.select .mini_power_font1 {
    color: #ffffff;
}
.select .mini_power_font2 {
    color: #ffffff;
}

/* 경기결과 */
.bet_wrap1 {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #ff7e00;
    padding: 15px 10px 15px 10px;
}
.bet_wrap2 {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--color-bg-0);
    padding: 15px 10px 15px 10px;
}

.bet_title2 {
    float: left;
    width: 100%;
    height: 30px;
    color: #ffffff;
    margin: 0 0 5px 0;
}
.bet_title2_font {
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 2px 10px;
    color: #ffffff;
    font-size: 14px;
}

.bet_list1 {
    display: table;
    width: 100%;
    border-spacing: 5px;
}
.bet_list_tr {
    display: table-row;
    height: 33px;
}
.bet_cell {
    display: table-cell;
    height: 33px;
    padding: 0 10px 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}

.bet1 {
    width: 8%;
    text-align: center;
}
.bet2 {
    width: 20%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.bet3 {
    width: 5%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.bet4 {
    width: 20%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.bet5 {
    width: 5%;
    text-align: center;
    background: var(--color-bg-2);
    border: 1px solid var(--color-bg-0);
}
.bet6 {
    width: 10%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-weight: 500;
    color: #ff2a00;
}
.bet7 {
    width: 5%;
    text-align: center;
}
.bet_cellon {
    vertical-align: middle;
    cursor: pointer;
    color: #000000;
    font-weight: 700;
    background: var(--color-bg-6);
}

.bet_wrap1 .bet_cellon {
    background: #ff7e00;
}
.bet_wrap1 .bet_cell {
    border: 1px solid #ff7e00;
}

/* 미니게임 카트 */
.mini_input {
    background-color: var(--color-bg-2);
    border: 1px solid #000000;
    width: 100%;
    height: 26px;
    color: #ffffff;
    padding: 0 10px 0 10px;
    border-radius: 3px;
    text-align: right;
}
.cart_wrap {
    float: left;
    width: 100%;
    padding: 20px 10px 10px 15px;
    background: var(--color-bg-0);
    border: 1px solid var(--color-border-1);
}
.cart_title {
    float: left;
    width: 100%;
}
.cart_point {
    font-family: "speed";
    font-size: 20px;
    color: #ffffff;
}

.fix_btn1 {
    display: inline-block;
    width: 46px;
    height: 26px;
    border-radius: 5px;
    background: var(--color-bg-13);
    text-align: center;
    line-height: 30px;
    font-family: "GmarketSans";
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}
.fix_btn2 {
    display: inline-block;
    width: 46px;
    height: 26px;
    border-radius: 5px;
    background: var(--color-bg-3);
    text-align: center;
    line-height: 30px;
    font-family: "GmarketSans";
    font-weight: 500;
    font-size: 14px;
    color: var(--color-font-8);
}

.cart_del {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}
.del_btn {
    width: 250px;
    height: 34px;
    line-height: 38px;
    display: block;
    text-align: center;
    background: linear-gradient(#606060 0%, #282828 100%);
    border-radius: 5px;
    font-family: "GmarketSans";
    font-weight: 500;
    font-size: 14px;
    color: var(--color-font-5);
    transition: all 0.5s;
}
.del_btn:hover {
    background: linear-gradient(-45deg, #606060 0%, #282828 100%);
}

.cart_bet {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 12px 3px 12px;
    line-height: 22px;
    margin: 0 0 3px 0;
    color: #b2c7c7;
} /* 팀 선택시 */
.cart_bet td {
    color: #b2c7c7;
}

.cart_style1 {
    line-height: 25px;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: "GmarketSans";
    font-weight: 500;
    font-size: 14px;
    color: #ffead8;
} /* 카트리스트 */
.cart_style2 {
    float: right;
}

.cart_font1 {
    color: #ff7e00;
    font-weight: 700;
    font-size: 18px;
}
.cart_font2 {
    color: #ffcc00;
    font-weight: 700;
    font-size: 18px;
}

.cart_btn1 {
    background: linear-gradient(#606060 0%, #282828 100%);
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: var(--color-font-5);
    font-size: 13px;
    letter-spacing: 0pt;
    font-weight: 500;
    transition: all 0.5s;
}
.cart_btn1:hover {
    background: linear-gradient(-45deg, #606060 0%, #282828 100%);
}

.cart_btn2 {
    background: linear-gradient(var(--color-bg-9) 0%, var(--color-bg-10) 100%);
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0pt;
    transition: all 0.5s;
    font-family: "GmarketSans";
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    text-shadow: 2px 0 3px rgba(0, 0, 0, 0.4);
}
.cart_btn2:hover {
    background: linear-gradient(
        -45deg,
        var(--color-bg-9) 0%,
        var(--color-bg-2) 100%
    );
}

.customer1 {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 20px 0 30px 0;
    text-align: center;
    background: var(--color-bg-0);
    border: 1px solid var(--color-border-1);
    font-family: "speed";
    font-size: 24px;
    color: #ffffff;
    line-height: 1.5;
}
.customer2 {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 20px 0 20px 0;
    text-align: center;
    background: var(--color-bg-0);
    border: 1px solid var(--color-border-1);
    font-family: "speed";
    font-size: 16px;
    color: #ffffff;
}
.customer2 span {
    font-size: 22px;
}

/* 검색창 */
.select_box {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 25px 0 30px 0;
    border-radius: 5px;
    text-align: center;
}
.date_input {
    background-color: var(--color-bg-2);
    border: 1px solid var(--color-bg-0);
    padding: 4px 10px 4px 10px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    height: 50px;
}
.date_btn {
    background-color: var(--color-bg-2);
    border: 1px solid var(--color-bg-0);
    padding: 4px 10px 4px 10px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    height: 50px;
}
.date_btn:hover {
    border: 1px solid var(--color-bg-6);
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color-scheme: dark;
}

/* 댓글 */
.comment_box {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 10px 20px 10px;
    transition: all 0.5s;
}

.comment_enter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment_input {
    width: calc(100% - 145px);
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    background: var(--color-bg-2);
    height: 80px;
    border: 1px solid var(--color-bg-0);
    transition: all 0.5s;
    border-radius: 5px;
}
.comment_btn {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-family: "GmarketSans";
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 2px 0 3px rgba(0, 0, 0, 0.4);
    background: linear-gradient(var(--color-bg-9) 0%, var(--color-bg-10) 100%);
    min-width: 140px;
    height: 80px;
    line-height: 84px;
    transition: all 0.5s;
}

.comment_view {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.comment_view_list {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    background: var(--color-bg-2);
    padding: 10px 10px 20px 10px;
    border-radius: 5px;
}

.comment_po {
    background: rgba(0, 0, 0, 0.5);
    color: #dddddd;
    padding: 0 15px 0 15px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 0 0;
    font-weight: 300;
    border-radius: 5px;
    transition: all 0.5s;
}
.comment_view_text {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 8px 8px 8px;
    line-height: 22px;
    transition: all 0.5s;
}

/* 게임리스트 리스트 */
.game_list {
    float: left;
    width: 100%;
}
.game_list ul {
    margin: 30px 0 0 0;
}
.game_list li {
    float: left;
    width: 18.4%;
    margin: 0 2% 2% 0;
    transition: all 0.5s;
}
.game_list li:nth-child(5n) {
    margin: 0 0 2% 0;
}
.game_list li a {
    display: block;
}
.game_list li a img {
    width: 100%;
    transition: all 0.5s;
}

@media screen and (max-width: 1920px) {
    .game_list li {
        width: 23.5%;
        margin: 0 2% 2% 0;
    }
    .game_list li:nth-child(5n) {
        margin: 0 2% 2% 0;
    }
    .game_list li:nth-child(4n) {
        margin: 0 0 2% 0;
    }
}

/* 슬롯리스트 */
.slot_list {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.slot_list li {
    float: left;
    width: calc(100% / 10);
    padding: 10px;
}
.slot_list li a {
    display: block;
}
.slot_list li a img {
    width: 100%;
}

/* 카지노 팝업 */
.casino_box_wrap {
    float: left;
    width: 100%;
}
.casino_box {
    margin: 0px auto;
    width: 500px;
    transition: all 0.5s;
}
.casino_start {
    float: left;
    width: 100%;
    padding: 35px 50px 50px 50px;
    background: var(--color-bg-0);
    border: 1px solid var(--color-border-1);
    border-radius: 5px;
}
.casino_title {
    float: left;
    width: 100%;
    font-family: "speed";
    font-size: 26px;
    color: #ffffff;
    line-height: 50px;
}
.casino_title2 {
    float: left;
    width: 100%;
    text-align: center;
}
.casino_title3 {
    float: left;
    width: 100%;
    font-family: "speed";
    font-size: 20px;
    color: #ffffff;
    line-height: 50px;
}
.casino_close_box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 120px 10px 10px;
    position: relative;
    z-index: 1;
}
.casino_input_title {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
}
.casino_input {
    background-color: var(--color-bg-2);
    border: 1px solid var(--color-bg-0);
    padding: 4px 10px 4px 10px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    text-align: right;
}
.casino_btn1 {
    background: linear-gradient(#606060 0%, #282828 100%);
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0pt;
    font-weight: 700;
    transition: all 0.5s;
}
.casino_btn1:hover {
    background: linear-gradient(-45deg, #606060 0%, #282828 100%);
}
.casino_btn2 {
    background: linear-gradient(var(--color-bg-9) 0%, var(--color-bg-10) 100%);
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0pt;
    font-weight: 700;
    transition: all 0.5s;
}
.casino_btn2:hover {
    background: linear-gradient(
        -45deg,
        var(--color-bg-9) 0%,
        var(--color-bg-10) 100%
    );
}

/* 머니이동에사용 */
.mypage_wrap_box {
    background: var(--color-bg-12);
    padding: 3px;
    border-radius: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin: 5px;
}
.mypage_wrap {
    background: rgba(0, 0, 0, 0.9);
    float: left;
    width: 100%;
    padding: 5px 0 10px 0;
    text-align: center;
    border-radius: 0px;
}
.mypage1 {
    float: left;
    width: 100%;
    line-height: 26px;
    padding: 20px 30px 0 30px;
    color: #dccfb1;
    font-size: 24px;
    font-family: "RocknRoll One", "GmarketSans", sans-serif;
    font-weight: 700;
}
.mypage2 {
    float: left;
    width: 100%;
    line-height: 50px;
    font-weight: 700;
    color: #dddddd;
    padding: 0 0 0 0;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: "RocknRoll One", "GmarketSans", sans-serif;
}
.mypage3 {
    float: left;
    width: 100%;
    line-height: 22px;
    padding: 0 0 0 0;
    color: var(--color-font-6);
    letter-spacing: -1px;
    font-size: 18px;
    font-family: "RocknRoll One", "GmarketSans", sans-serif;
    font-weight: 700;
    letter-spacing: -1pt;
}

.b1 {
    background: url("../assets/images/b1.png") center top no-repeat;
    width: 194px;
    height: 82px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    color: var(--color-font-6);
    letter-spacing: -1px;
    font-size: 14px;
    font-family: "RocknRoll One", "GmarketSans", sans-serif;
    font-weight: 700;
    letter-spacing: -1pt;
    padding: 15px 0 0 0;
}
.b1:hover {
    background: url("../assets/images/b2.png") center top no-repeat;
}
.b1_on {
    background: url("../assets/images/b3.png") center top no-repeat;
}
.b1_off {
    background: url("../assets/images/b4.png") center top no-repeat;
}

/* 콤프 */
.comp_wrap {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    float: left;
    width: 100%;
    padding: 25px 0 30px 0;
    border-radius: 5px;
}
.comp_box {
    float: left;
    width: 100%;
}
.comp_box ul {
    float: left;
    width: 100%;
    text-align: center;
}
.comp_box ul li {
    font-family: "speed";
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
}
.comp_box ul li span {
    display: inline-block;
    min-width: 170px;
    text-align: right;
    font-size: 20px;
    color: #ffc600;
}

.comp_input {
    background-color: #2b251f;
    border: 1px solid #4e433a;
    padding: 4px 0 4px 5px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    height: 34px;
}

/* 23/4/3 슬롯팝업 추가 */
.slot_box_wrap {
    float: left;
    width: 100%;
}
.slot_box {
    margin: 0px auto;
    width: 1400px;
    transition: all 0.5s;
}
.slot_start {
    float: left;
    width: 100%;
    padding: 35px 50px 50px 50px;
    background: #303030;
    border: 1px solid #905b5b;
    border-radius: 5px;
}
.slot_title {
    float: left;
    width: 100%;
    font-family: "speed";
    font-size: 26px;
    color: #ffffff;
    line-height: 50px;
}
.slot_close_box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 120px 10px 10px;
    position: relative;
    z-index: 1;
}

.slot_list_wrap {
    float: left;
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    min-height: 150px;
}
.slot_list2 {
    float: left;
    width: 100%;
    padding: 10px;
}
.slot_list2 ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.slot_list2 li {
    float: left;
    text-align: center;
    width: calc(100% / 7);
    padding: 0 5px 10px 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.slot_list2 li a {
    display: block;
    width: 100%;
    font-family: "GmarketSans";
    font-weight: 500;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
}
.slot_list2 li a img {
    width: 100%;
}


/* 유저페이지 페이지네이션 */
.pagination {
display: flex;
justify-content: center;
}
.nav {
display: flex;
background-color: #333;
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}

.nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}

nav li {
margin-right: 20px;
}

nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 18px;
}

nav span {
color: #f00;
text-decoration: none;
font-weight: bold;
font-size: 18px;
}