/* header part */
div {
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin: 0px;
    font-family: nanumgothic, 굴림, 돋음, Dotum, Arial, Helvetica, sans-serif;
}
.header_wrap{
    float: left;
    width: 100%; 
    margin: 0px;
    padding: 0px;
}
.util_wrap{
    float: left;
    width: 100%;
    height: 193px;
}
.header_box{
    margin: 0px auto;
    width: 1300px;
}
.util_left{
    float: left;
    line-height: 193px;
    font-family: nanumsquare, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.bs-logo{
    width: 430px;
    height: 193px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 5;
}
.bs-logo .dias-ray {
    width: 60%;
    float: left;
    opacity: 0;
    animation: 15s linear 0s infinite normal none running rayAnim;
    transform: scale(1);
    position: relative;
    z-index: 0;
}
@keyframes rayAnim{
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.bs-logo .dias-cont {
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    z-index: 2;
    animation: 15s ease 0s infinite normal none running diasAnim;
}
@keyframes diasAnim{
    0% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    10% {
        transform: rotateY(0deg);
        opacity: 1;
    }
    95% {
        transform: rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: rotateY(0deg);
        opacity: 0;
    }
}
.bs-logo .dias-cont .diamond {
    position: relative;
    z-index: 1;
    width: 70%;
    inset: 70px;
}
img {
    vertical-align: middle;
}
img, fieldset, iframe {
    border: 0px none;
}
.bs-logo .dias-cont .dias-glow {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    width: 70%;
    inset: 72px;
    animation: 15s linear 0s infinite normal none running diasGlowAnim;
}
@keyframes diasGlowAnim{
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.bs-logo .star{
    position: absolute;
    margin-left: 165px !important;
    margin-top: -10px !important;
    margin: auto;
    z-index: 2;
    width: 15%;
    animation: 15s ease 0s infinite normal none running fruitsAnim; 
}
@keyframes fruitsAnim{
    0% {
        transform: scale(0);
        opacity: 0;
    }
    5% {
        transform: scale(0);
        opacity: 0;
    }
    10% {
        transform: scale(1);
        opacity: 1;
    }
    95% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.bs-logo .clock{
    position: absolute;
    margin-left: -92px !important;
    margin-top: -10px !important;
    z-index: 1;
    width: 25%;
    animation: 15s ease 0s infinite normal none running alarmAnim; 
}
@keyframes alarmAnim{
    0% {
        transform: scale(0);
        opacity: 0;
    }
    5% {
        transform: scale(0);
        opacity: 0;
    }
    10% {
        transform: scale(1);
        opacity: 1;
    }
    95% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.bs-logo .kologo{
    width: 185px;
    position: absolute;
    inset: 0px 0px 0px;
    margin: auto;
    z-index: 3;
    animation: 15s ease 0s infinite normal none running playLgAnim;
}
@keyframes playLgAnim{
    0% {
        transform: translateY(-10%);
        opacity: 0;
    }
    8% {
        transform: translateY(-10%);
        opacity: 0;
    }
    13% {
        transform: translateY(0px);
        opacity: 1;
    }
    95% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        opacity: 0;
    } 
}
.bs-logo .enlogo{
    width: 165px;
    height: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 145px;
    margin: auto;
    z-index: 3;
    animation: 15s ease 0s infinite normal none running krLgAnim;
}
@keyframes krLgAnim{
    0% {
        transform: rotateX(180deg);
        opacity: 0;
    }
    10% {
        transform: rotateX(180deg);
        opacity: 0;
    }
    20% {
        transform: rotateX(0deg);
        opacity: 1;
    }
    95% {
        transform: rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 0;
    }
}
.util_right{
    float: right;
    margin: 0px;
    padding: 0px;
}
.my{
    line-height: 193px;
}
.my_a{
    padding: 55px 0px 0px;
    font-family: nanumsquare, sans-serif;
    font-size: 18px;
    text-align: center;
}
.my_profile{
    margin: 0 0 10px 0;
    display: inline-block;
}
a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.my_profile_gold{
    line-height: 15px;
    display: table;
    float: left;
    padding-top: 5px;
    font-weight: bold;
    font-size: 15px;
}
.my_a a{
    cursor: pointer;
}
.font07 {
    color: rgb(254, 218, 160);
    font-weight: 600;
}
.font05 {
    color: rgb(0, 252, 255);
    font-weight: 600;
}
.m-r-5{
    margin-right: 5px;
}
.m-l-5{
    margin-left: 5px;
}
.gnb_wrap{
    width: 100%;
    float: left;
    background: url('/images/background/bg_gnb.jfif') center top no-repeat;
}
.gnb{
    width: 100%;
    float: left;
    text-align: center; 
}
.ul{
    margin: 0px;
    padding: 0px;
}
.gnb ul li {
    display: inline-block;
    padding: 0px 31px;
    line-height: 75px;
    font-family: nanumsquare, sans-serif;
    color: rgb(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.5) 1px 0px 1px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -1px;
    cursor: pointer;
}
.gnb ul li a {
    color: rgb(0, 0, 0);
}
.visual_ling_1{
    width: 100%;
    float: left;
    height: 4px;
    background: url('/images/background/ling.jfif') center top no-repeat;
}

/* home part */
.visual_wrap{
    width: 100%;
    height: 392px;
    float: left;
    background: url('/images/background/main.jfif') center top no-repeat;
}
.visual{
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.jack_wrap{
    float: left;
    padding: 50px 0px 0px;
    width: 750px;
    text-align: right;
    position: relative;
    left: 50px;
    z-index: 999;
}
.jack_tit {
    width: 100%;
    float: left;
}
.jack_num{
    width: 100%;
    float: left;
    font-size: 45px !important;
    font-weight: 800;
}
.virtual-betting{
    width: 1000px;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.realtimewithdraw{
    margin-left: 370px;
    position: absolute;
    display: table;
    margin-top: 0px;
}
.jack_list{
    width: 380px;
    height: 46px;
    margin: 10px 0px 0px;
    float: right;
    background: url('/images/background/jack_bg.png') no-repeat;
}
.jack_list table tr td {
    font-family: nanumsquare, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
}
.jack_td1{
    color: rgb(255, 156, 0);
    padding: 0px 0px 0px 65px; 
}
.jack_td2 {
    color: rgb(255, 255, 255);
}
.jack_td3 {
    color: rgb(148, 148, 148);
    padding: 0px 10px 0px 0px;
}
.sl-slider-wrapper{
    width: 1170px;
    height: 392px;
    overflow: hidden;
    position: relative;
    float: right;
}
.sl-slider{
    width: 1170px;
    height: 392px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.sl-slider-list{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; 
}
.visual_ling_2{
    width: 100%;
    float: left;
    height: 4px;
    background: url('/images/background/line2.jfif') center top no-repeat;
}
.contents_wrap{
    float: left;
    width: 100%;
    min-height: 350px;
    padding: 30px 0px 40px;
}
.sc-inner{
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.slot-btn{
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0px 5px 10px;
    z-index: 0;
    transition: 0.3s;
    perspective: 900px;
    border-radius: 1px;
    overflow: hidden;
}
.slot-btn .inner{
    width: 100%;
    height: 100%;
    float: left;
    transition: 0.3s;
    cursor: pointer;
}
.slot-btn .inner .slot-bg{
    width: 100%;
    opacity: 0;
}
.slot-btn .inner .hover-bg{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}
.hover-bg span:nth-child(1) {
    animation-delay: 0s;
    background-position: 0px 0px;
}
.hover-bg span:nth-child(2) {
    animation-delay: 0.1s;
}
.hover-bg span:nth-child(3) {
    animation-delay: 0.2s;
}
.hover-bg span:nth-child(4) {
    animation-delay: 0.3s;
}
.hover-bg span {
    width: 100%;
    height: 25%;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    opacity: 0;
    top: 0px;
    left: 0px;
    background-image: url('/images/background/slot-bg.png');
    background-size: 100% 400%;
    animation: 0.8s ease 0s 1 normal forwards running slotBgAnim;
}
.slot-btn:hover .hover-bg span { 
    animation: 0.8s ease 0s 1 normal forwards running slotBgOverAnim;
}
@keyframes slotBgAnim{
    0% {
        opacity: 0;
        top: -20px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}
@keyframes slotBgOverAnim { 
    0% { 
        opacity: 1;
        top: 0px;
    }
    100% { 
        opacity: 0; 
        top: -20px;
    }
  }
.slot-cont{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0px;
    margin: auto;  
}
.slot-cont .slot-img {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.customer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tele {
    width: 337px;
    height: 53px;
    display: inline-block;
    background: url('/images/background/tele.png') no-repeat;
    text-align: right;
    padding: 0px 25px 0px 0px;
    line-height: 53px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: rgb(44, 185, 246);
}
#footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0px 60px;
    color: rgb(58, 58, 58);
    background: black;
}

/* mobile header part */
.header_wrap_mobile{
    float: left;
    width: 100%;
}
.top_mobile{
    float: left;
    width: 100%;
    height: 80px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.logo_mobile{
    width: 100%;
    float: left;
    text-align: center;
    margin: 5px 0px 0px;
}
.logo_mobile img{
    height: 65px;
    vertical-align: middle;
}
.menu_mobile{
    position: absolute;
    right: 10px;
    top: 20px; 
}
.menu_mobile img{
    height: 40px;
    vertical-align: middle;
}
.login_mobile{
    position: absolute;
    left: 10px;
    top: 20px;
}
.login_mobile img{
    height: 40px;
    vertical-align: middle;
}
.index_line{
    width: 100%;
    float: left;
    background: url('/images/background/line_mobile.jfif') center center no-repeat;
    height: 3px;
}
/* mobile main */
.jack_wrap_mobile{
    width: 100%;
    float: left;
    background: url('/images/background/m_main.jfif') 0% 0% / cover no-repeat;
    padding: 10px;
}
.jack_left_mobile{
    width: 30%;
    float: left;
    padding: 10px;
}
.jack_left_mobile img{
    width: 100%;
    vertical-align: middle;
}
.jack_right_mobile{
    float: left;
    width: 70%;
    padding: 10px;
}
.jack_table_mobile{
    width: 100%;
    display: table;
}
.jack_row_mobile{
    display: table-row;
}
.jack_cell_mobile{
    display: table-cell;
    text-align: right;
    vertical-align: middle; 
}
.odometer_mobile{
    margin-top: -10px;
    display: block;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 650;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: #eee;
    text-shadow: 2px 2px 2px rgb(0,0,0);
}
.jssor_mobile{
    position: relative;
    top: 0px;
    left: 0px;
    width: 360px;
    height: 190px;
    overflow: hidden;
    visibility: visible;
    margin: 0px;
}
.sl_sliders_mobile{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 360px;
    height: 190px;
}
.sl_sliders_part_mobile{
    position: absolute;
    display: block;
    top: -95px;
    left: -180px;
    width: 720px;
    height: 380px;
    transform: scale(0.5);
}
.sl_sliders_items_mobile{
    cursor: default;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 720px;
    height: 380px;
    overflow: hidden;
    z-index: 0;
}
.game_mobile{
    padding: 5px 3px 10px;
    width: 100%;
    float: left;
}
.game_mobile ul li{
    float: left;
    padding: 0px 2px 5px;
    width: 33.3333%;
    position: relative;
}
.game_mobile ul li img{
    background: url('/images/background/slot-bg.png') 0% 0% / cover no-repeat;
    width: 100%;
}
.customer_mobile{
    float: left;
    width: 100%;
}
.customer_mobile ul li{
    float: left;
    width: 50%;
    padding: 5px;
}
#footer_mobile{
    float: left;
    width: 100%;
    padding: 30px 0px 50px;
    text-align: center;
    color: rgb(58, 58, 58);
    background: black;
}
/* login popup */
.popup_background_front{
    opacity: 0;
    visibility: hidden;
    background-color: black;
    position: fixed;
    inset: 0px;
    z-index: 2398 !important;
    transition: 0.3s;
}
.popup_background_end{
    opacity: 0.9;
    visibility: visible;
    background-color: black;
    position: fixed;
    inset: 0px;
    z-index: 2398 !important;
    transition: 0.3s;
}
.popup_background_wrapper{
    opacity: 1;
    visibility: visible;
    position: fixed;
    overflow: auto;
    z-index: 2399;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    display: block;
}
.popup_background_wrapper::-webkit-scrollbar {
    border-radius: 0px;
    background: #000000 !important;
    inline-size: 10px;
  }
  
.popup_background_wrapper::-webkit-scrollbar-thumb {
    border: solid 2px #000;
    border-radius: 0px;
    background: #01f7ff !important;
}
html::-webkit-scrollbar {
    border-radius: 0px;
    background: #000000 !important;
    inline-size: 10px;
  }
  
html::-webkit-scrollbar-thumb {
    border: solid 2px #000;
    border-radius: 0px;
    background: #f7ae30 !important;
}
.popup_content{
    opacity: 1;
    display: inline-block;
    outline: none;
    transition: 0.3s;
    text-align: left;
    position: relative;
    vertical-align: middle;
    animation-name: slideDown;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    visibility: visible !important;
}
@keyframes slideDown{
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
.popup_image{
    width: 100%;
    background: url('/images/background/popup_wrap_bg.png') center top no-repeat fixed;
}
.login_wrap{
    float: left;
    width: 100%;
    height: 100vh;
    background: url('/images/background/bg_login.jpg') center top / cover no-repeat;
    padding: 180px 0px 0px;
}
.login_close_box{
    position: absolute;
    right: 50px;
    top: 10px;
    cursor: pointer;
}
.login_box_wrap{
    width: 490px;
    margin: 0px auto;
}
.login_tit{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.login_input{
    width: 100%;
    float: left;
    padding: 55px 65px;
}
.login_table{
    width: 100%;
}
.login_td1{
    width: 100%;
    padding: 0px 0px 5px;
}
.input_login{
    background-color: rgb(239, 239, 239);
    border: 1px solid rgb(215, 215, 215);
    width: 100%;
    height: 58px;
    color: rgb(143, 143, 143);
    border-radius: 58px;
    padding: 0px 0px 0px 30px;
    font-size: 16px;
    font-family: nanumgothic, sans-serif;
}
input, select, textarea, button {
    font-size: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}
.login_td2{
    width: 100%;
    padding: 0px 0px 10px;
}
.login_td3{
    width: 100%;
}
.login_wrapper_mobile{
    float: left;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 0px 30px;
    background: url('/images/background/login_wrapper_bg.jpg') center top no-repeat rgb(0, 0, 0);
}
.login_close_box_mobile{
    width: 100%;
    float: left;
    padding: 20px 0px 50px;
    text-align: center;
}
img {
    vertical-align: middle;
}
.login_box_wrap_mobile{
    width: 100%;
    margin: 0px auto;
}
.login_tit_mobile{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.login_tit_mobile img {
    width: 100%;
}
.login_input_mobile{
    width: 100%;
    float: left;
    padding: 40px 10px;
}
.login_table_mobile{
    width: 100%;
}
.login_td1_mobile{
    width: 100%;
    padding: 0px 0px 5px;
}
.input_login_mobile{
    background-color: rgb(239, 239, 239);
    border: 1px solid rgb(215, 215, 215);
    width: 100%;
    height: 50px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 0px 0px 30px;
    color: rgb(143, 143, 143);
}
.login_td2_mobile{
    width: 100%;
    padding: 0px 0px 10px
}
.login_td3_mobile{
    width: 100%;
    padding: 0px 0px 5px;
}
/* signup */
.popup_wrap{
    width: 1300px;
    margin: 0px auto;
}
.close_box{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px 0px;
    height: 94px;
    cursor: pointer;
}
.popupbox_ajax{
    width: 100%;
    float: left;
    min-height: calc(-78px + 100vh);
    border-radius: 10px;
    padding: 40px;
    position: relative;
}
.popup_title{
    float: left;
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: url('/images/background/back_title.png') no-repeat;
    font-family: nanumsquare, sans-serif;
    font-size: 44px;
    text-shadow: rgba(255, 255, 255, 0.5) 1px 0px 1px;
    letter-spacing: -2px;
    font-weight: 900;
    text-align: center;
    color: rgb(0, 0, 0);
}
.contents_signup{
    width: 100%;
    float: left;
    padding: 50px
}

.write_title_top{
    width: 100%;
    border-top: 2px solid rgb(63, 56, 43);
}
.write_title{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 48px;
    line-height: 35px;
    padding: 3px 10px;
    width: 150px;
    color: rgb(254, 218, 160);
    font-weight: 600;
    vertical-align: middle;
}
.write_basic{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 48px;
    padding: 3px 5px;
    vertical-align: middle;
    color: rgb(255, 255, 255);
}
.write_input{
    background-color: rgb(44, 40, 36);
    border: 1px solid rgb(44, 40, 36);
    padding: 0px 0px 0px 10px;
    height: 35px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}
.con_box10{
    float: left;
    width: 100%;
    margin: 10px 0px 0px
}
.btn_wrap_center{
    float: left;
    width: 100%;
    text-align: center;
}
.btn_wrap_center ul li {
    display: inline;
}
.btn3_1 {
    background: linear-gradient(rgb(116, 96, 74) 0%, rgb(78, 63, 50) 100%);
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-family: nanumgothic, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
.title_wrap{
    float: left;
    width: 100%;
}
.title_wrap .title{
    width: 100%;
    float: left;
    background: url('/images/background/m_bg_title.jpg') center bottom / auto 50px no-repeat;
    color: rgb(214, 184, 135);
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.contents_wrap_mobile{
    float: left;
    width: 100%;
    padding: 5px 5px 10px;
    min-height: 300px;
}
.contents_box_mobile{
    width: 100%;
    float: left;
}
.con_box00{
    float: left;
    width: 100%;
    margin: 0px;
}
.write_title_top_mobile{
    border-top: 2px solid rgb(63, 56, 43);
}
.game_category{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.gamecategory {
    width: 337px;
    height: 53px;
    display: inline-block;
    background: url('/images/background/gamecategory.png') no-repeat;
    text-align: center;
    padding: 0px 25px 0px 0px;
    line-height: 53px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: rgb(44, 185, 246);
}
/* slot game part */
.game_part{
    width: 100%;
   
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
}

.game_part_table{
    width: 100%;
}
#xImag{
    margin-top: 10px;
    width: 100px;
    height: 80px;
}
.slot_txt_style{
    color: rgb(255, 255, 255);
    text-align: center;
}
.game_part ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 0px 2px 5px;
    width: 20%;
    position: relative;
    list-style: none;
    margin-top: 10px;
}
.game_part_mobile ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 0px 2px 5px;
    width: 33.3%;
    position: relative;
    list-style: none;
    margin-top: 10px;
}
/* deposit part */
.popupbox{
    width: 100%;
    float: left;
    background: url('/images/background/popup_bg.jpg') center top no-repeat rgb(0, 0, 0);
    min-height: calc(-94px + 100vh);
    border-radius: 5px;
    position: relative;
}
.popup_tab_wrap{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 155px;
    padding: 0px 50px;
}
.popup_tab{
    float: left;
    width: 100%;
    background: url('/images/background/tab_bg.jpg') center top no-repeat;
    text-align: center;
}
.popup_tab li{
    display: inline-block;
    padding: 0px 18px;
    list-style: none;
    cursor: pointer;
}
.popup_tab li span {
    font-family: nanumsquare, sans-serif;
    font-size: 17px;
    color: rgb(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.5) 1px 0px 1px;
    line-height: 48px;
    display: inline-block;
    font-weight: 900;
}
.popup_tab li img {
    height: 30px;
}
.popuptab_cont{
    display: block;
    clear: both;
}
.popuptab_cont_title{
    float: left;
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: url('/images/background/bg.png') no-repeat;
    font-family: nanumsquare, sans-serif;
    font-size: 44px;
    text-shadow: rgba(255, 255, 255, 0.5) 1px 0px 1px;
    letter-spacing: -2px;
    font-weight: 900;
    text-align: center;
    color: rgb(0, 0, 0);
}
.contents_in{
    width: 100%;
    float: left;
    padding: 100px 50px 50px;
}
.info_wrap {
    background: rgba(255, 255, 255, 0.1);
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.info2 {
    float: left;
    width: 100%;
    line-height: 26px;
    font-weight: 900;
    color: rgb(0, 252, 255);
    padding: 0px 20px;
    font-size: 14px;
}
.info3 {
    float: left;
    width: 100%;
    line-height: 22px;
    padding: 5px 20px 0px 23px;
    color: rgb(254, 218, 160);
}
.money {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(0, 0, 0);
    text-align: center;
    padding: 10px 0px;
}
.money li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: nanumgothic, sans-serif;
}
.input1{
    background-color: rgb(44, 40, 36);
    border: 1px solid rgb(44, 40, 36);
    padding: 0px 0px 0px 10px;
    height: 35px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}
.btn1_2 {
    background: linear-gradient(rgb(80, 80, 80) 0%, rgb(51, 51, 51) 100%);
    min-width: 70px;
    height: 35px;
    padding: 0px 10px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-family: nanumgothic, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.btn1_1 {
    background: linear-gradient(rgb(116, 96, 74) 0%, rgb(78, 63, 50) 100%);
    min-width: 70px;
    height: 35px;
    padding: 0px 10px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-family: nanumgothic, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
}
.m-l-2{
    margin-left: 2px;
} 
.m-r-2{
    margin-right: 2px;
}
.con_box20{
    float: left;
    width: 100%;
    margin: 20px 0px 0px;
}
.btn_wrap_center {
    float: left;
    width: 100%;
    text-align: center;
}
.btn3_1 {
    background: linear-gradient(rgb(116, 96, 74) 0%, rgb(78, 63, 50) 100%);
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-family: nanumgothic, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.m_btn1 {
    background: linear-gradient(rgb(116, 96, 74) 0%, rgb(78, 63, 50) 100%);
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}
.m_btn2 {
    background: linear-gradient(rgb(80, 80, 80) 0%, rgb(51, 51, 51) 100%);
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}
/* menu part */
.aside_top_wrap{
    float: left;
    width: 100%;
    height: 80px;
    position: relative;
    text-align: center;
}
.aside_top_left {
    padding: 5px 0px 0px;
}
.aside_top_left img {
    height: 65px;
}
.aside_top_right {
    position: absolute;
    top: 20px;
    right: 10px;
}
.aside_top_right img {
    height: 40px;
}
.aside2_box1_wrap{
    float: left;
    width: 100%;
}
.aside2_box1 {
    float: left;
    width: 100%;
    background: url('/images/background/m_bg_my.jpg') center center no-repeat;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
}
.my_left {
    float: left;
    color: rgb(0, 0, 0);
}
.font02 {
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.my_right {
    float: right;
    color: rgb(0, 0, 0);
}
.aside2_box2_wrap{
    float: left;
    width: 100%;
    padding: 6px 0px 0px;
}
.aside2_box2{
    float: left;
    width: 100%;
    padding: 0px 6px;
}
.aside2_box2 img {
    width: 100%;
}
.aside2_box2 td {
    padding: 10px 5px 20px;
}
.menufont01 {
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 210, 0);
}
/* notice part */
.list_title1{
    background: rgb(63, 56, 43);
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: rgb(254, 218, 160);
}
.list_notice1 {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.list_notice2 {
    line-height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px 0px 0px 15px;
    color: rgb(254, 218, 160);
    font-weight: bold;
}
.con_box05{
    float: left;
    width: 100%;
    margin: 5px 0px 0px;
}
.list_title1_mobile{
    background: rgb(63, 56, 43);
    line-height: 16px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: rgb(254, 218, 160);
}
.list1{
    line-height: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.list2{
    line-height: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0px 10px 15px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.font07{
    color: rgb(254, 218, 160);
    font-weight: 600;
}
.font09{
    color: rgb(18, 149, 248);
    font-weight: 600;
}
.casino-btn{
    padding: 5px 3px 10px;
    width: 100%;
    float: left;
}
.casino-btn ul li {
    float: left;
    padding: 0px 2px 5px;
    width: 20%;
    position: relative;
}
.casino-btn ul li img {
    background: url('/images/background/slot-bg.png') 0% 0% / cover no-repeat;
    width: 100%;
}
/* info change */
.con_box50{
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
}
.write_title_top_up{
    border-top: 3px solid rgb(63, 56, 43);
}
.write_title_up{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 48px;
    line-height: 35px;
    padding: 3px 10px;
    width: 150px;
    color: rgb(254, 218, 160);
    font-weight: 600;
    vertical-align: middle;
}
.write_basic_up{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 48px;
    padding: 3px 5px;
    vertical-align: middle;
    color: rgb(255, 255, 255);
}
.input1_up{
    background-color: rgb(44, 40, 36);
    border: 1px solid rgb(44, 40, 36);
    padding: 0px 0px 0px 10px;
    height: 35px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}
input, select, textarea, button {
    font-size: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}   
