@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Danjo-bold-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Danjo-bold-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff')
      format('woff');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff')
      format('woff');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff')
      format('woff');
    font-weight: 600;
    font-style: normal;
  }

:root {
--trans: 0.3s;
--gap: 20px;
--game_bor: 10px;
--toggle_button: 110px;
--thumb_radius: 200px;
--radius: 4px;
--deg: -10deg;
--polygon: 20% 0, 80% 0, 100% 70%, 80% 100%, 20% 100%, 0 70%;
}


* {margin:0; padding:0; font-family:'S-CoreDream','Noto Sans KR', 'sans-serif', '맑은고딕','Malgun Gothic', 'Dotum';word-break:keep-all;}
img{border:0; vertical-align:middle;}
form{border:0;}
fieldset{border:0;}
caption {display:none;}
html, body {width:100%; height:100%;font-smooth: always;	-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;background: #111; font-size: 12px;color:#fff}
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,input,table,tr,th,td,select,textarea,caption,img,b {margin:0; padding:0;}
ul,ol,li{list-style:none}
input, select { border:none; vertical-align:middle; padding:0 0 0 3px; }
table {border-spacing:0px; border-collapse:collapse;}
textarea, button{vertical-align:middle}
a{cursor:pointer;color:rgba(255, 255, 255, 0.8); text-decoration:none; -webkit-transition-duration: 0.4s; transition-duration: 0.4s;}
a:hover, a:focus, a:active{color:rgba(255, 255, 255, 1.0); text-decoration:none;}
input[type=checkbox], input[type=radio] { width:18px; height:18px;}
::-moz-selection { background: #444; color: #fff;}
::selection { background: #444; color: #fff;}
option { color:#000;}
::-webkit-scrollbar {  width: 6px;}
::-webkit-scrollbar-track {  background-color: transparent;}
::-webkit-scrollbar-thumb {  border-radius: 3px;  background-color: #ddd;}
::-webkit-scrollbar-button {  width: 0;  height: 0;}


/* ALERT */
#alert_mask { display:none;position:fixed;width:100%;height:100%;background:url('../../images/common/black_tile.png') repeat;z-index:9999999998; }
#alert { display:none;top:50%;left:50%;margin-left:-205px;position:fixed;border-radius:10px;border:5px solid #C83838;background:#fff;z-index:9999999999; }
#alert .alert_title { font-size:20px;border-bottom:1px solid #cecece;font-weight:bold;color:#444444;padding:10px 30px; }
#alert .alert_msg { font-size:16px;border-bottom:1px solid #cecece;color:#000;width:400px;text-align:center;padding:20px;font-weight:700; }
#alert .btns { text-align:right;padding:10px 30px; }
#alert .btn_close_alert { font-size:16px;padding:8px 15px;background:#C83838;color:#fff;border-radius:6px;cursor:pointer; }
#alert .btn_close_alert:hover { background:#EA4444; }

@media screen and (max-width: 768px) {
#alert { display:none;top:50%;left:5%;margin-left:0;position:fixed;width:88%;border-radius:10px;border:5px solid #C83838;background:#fff;z-index:9999999999; }
#alert .alert_msg { font-size:16px;border-bottom:1px solid #cecece;color:#000;width:auto;text-align:center;padding:20px;font-weight:700; }
}

#mask { display:none; position:absolute;left:0;top:0;z-index:9998;background-color:#fff;display:none;opacity:0; }
#message { display:none;z-index:9999;position:fixed;top:50%;margin:-93.5px 0 0 0;width:100%;height:auto;padding:100px 0;background:url("../../images/common/message_tile.png") repeat;text-align:center; }
#message img { cursor:pointer; }


.dflexS {display: flex;align-items: center;justify-content: space-between;}
.dflexC {display: flex !important;align-items: center;justify-content: center;}
.dflexL {display: flex;align-items: center;justify-content: left;}
.dflexR {display: flex;align-items: center;justify-content: right;}

i {display: inline-flex;}
.mt6 {margin-top:6px;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px;}
.ml-auto {margin-left: auto;}
.mr-auto {margin-right: auto;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.mr5 {margin-right:5px}
.mr10 {margin-right:10px}
.mb5 {margin-bottom:5px}
.ml5 {margin-left:5px}
.ml10 {margin-left:10px}
.wd100 {width: 100%;}
.fl {float:left}
.fr {float:right}
.tac {text-align:center !important;}
.tal {text-align:left !important;}
.tar {text-align:right !important;}
.pt0 {padding-top: 0 !important;}
.pd5 {padding:5px }
.pd10 {padding:10px !important}
.pd010 {padding:0 10px !important}
.pdl10 {padding-left:15px !important;}
.btn_wrap {margin:20px auto;text-align:center;width: 100%;padding:0 10px; display: flex;   align-items: center;justify-content: center;gap: 10px;}
.btn_wrap_right {margin:20px auto;text-align:right;}
.yel {color:#ffcc00}
.blue {color:#0090ff;}
.lgr {color:#2de276 !important}
.red {color:#f10000 ;}
.big {padding:10px 40px !important;font-size:16px !important;}
.hide {display:none}
.pd060 {padding:0 60px;}
.mgl0 {margin-left:0 !important;}
.bb0 {border-bottom:0 !important}
.br1 {border-right:1px solid #0d213f !important}
.text-center {text-align: center!important;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.p-t-10 {padding-top: 10px!important;}
.center {text-align: center;}
.btn_red {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#910000;color:#fff;font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}
.btn_blue {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:linear-gradient(180deg, #0090ff, #0069ae);color:#fff;    font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}
.btn_gray {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#666;color:#fff;font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}
.btn_green {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#1c8382;color:#fff;font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}
.btn_orange {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#df7834;color:#fff;font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}
.btn_small {display:inline-block;padding:4px 5px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#0090ff;color:#fff;font-size:12px;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;    vertical-align: middle;}
.btn_red_s {display:inline-block;padding:4px 5px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#c10000;color:#fff;font-size:12px;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;    vertical-align: middle;}
.btn_lgr {display:inline-block;padding:8px 20px;font-size:13px;box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 1px rgb(0 0 0 / 5%);background:#277217;color:#fff;font-weight: 400;
    border: 1px solid transparent;text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);border-radius:3px;}



/* LOGIN */
#loginModal,#signModal ,.modal {z-index: 999999999;}
#loginModal .modal-dialog,#signModal .modal-dialog {max-width: 500px;}
.modal-content .inner {padding:30px 30px;border:5px solid #707d58;border-radius: 20px;background-image: linear-gradient(#66803c, #384e1c, #20340c);}
.modal-content.login {  border: 1px solid #333;padding: 20px;border-radius: 20px;background-color: #2c2f28;}
.modal-content.login button.btn-close{    filter: invert(1);position: absolute;right: 20px;top: 20px;opacity: 1;}
.modal-content.login .modal-header {border:0;margin-bottom:0px}
.modal-content.login .modal-header .modal-title {width:100%;text-align: center;}
.modal-content.login input {border: 1px solid #d1b188;background-color: #fff;color: #000;height: 44px;border-radius: 10px;margin-bottom: 5px;padding: 0 10px;font-size: 14px;    width: 100%;}
.modal-content.login input::placeholder {color: #38240e;}
.modal-content.login .text {display: flex;align-items: center;justify-content: center;margin-bottom:20px;color:#fff;    width: 100%;}
.modal-content.login .captcha img{height:39px;margin-top: -4px;}
.modal-content.login .captcha .input_captcha{width: 130px;}
.modal-content.login .btn-login {border: 1px solid #db4c4c;color: #fff;background: linear-gradient(#ff7444, #942900);height: 44px;border-radius: 10px;font-size: 14px;text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);display: flex;align-items: center;justify-content: center;gap: 5px;}
.modal-content.login .btn-login i {font-size: 15px;color: #ffc281;}
.text-muted {color:#b2c776 !important} 
.select-bank {background:#222;border:1px solid #aaa;height:30px;border-radius: 5px;color: #fff;;}
.select-bank option {color:#ccc}
.modal-content.login label {color: #fff !important;}
.modal-content.login .btn-secondary {width:100%;    border: 1px solid #ff7444;color: #fff;background: linear-gradient(#ff7444, #942900);}
.modal-dialog.userpage .modal-content .inner {margin:5px 10px;}


/* USER PAGE */
.modal-dialog.userpage {max-width:1200px;width:1200px;}
.modal-dialog.userpage .modal-content { min-height:500px;border: 1px solid #333;border-radius: 30px;background-color: #2c2f28;padding: 10px;
    box-shadow: inset 0 0 4px rgb(113 81 42 / 50%), 0 2px 4px rgb(145 81 24 / 50%);}
.modal-dialog.userpage .modal-content button.btn-close{    filter: invert(1);position: absolute;right: 20px;top: 20px;opacity: 1;}
.modal-dialog.userpage .modal-content .modal-header {border:0;margin-bottom:0px}
.modal-dialog.userpage .modal-content .modal-header .modal-title {width:100%;text-align: center;}
.modal-dialog.userpage .modal-content input {border: 1px solid #ccc;background-color: #fff;color: #000;height: 40px;border-radius: 4px;margin-bottom: 5px;padding: 0 10px;font-size: 14px;    width: 100%;}
.modal-dialog.userpage .modal-content input::placeholder {color: #ccc;}

.modaltab {display: flex;align-items: center;justify-content: center;margin:10px;gap:2px;}
.modaltab a {flex:1 1;background: #444;height:40px;display: flex;align-items: center;justify-content: center;color:#fff;font-size: 14px;;}
.modaltab a:first-child {border-radius: 10px 0 0 10px;}
.modaltab a:last-child {border-radius: 0px 10px 10px 0px;}
.modaltab a.active {background: repeating-linear-gradient(0deg, #ff005c, transparent 340px)}

.msgcontent,.noticecontent,.cscontent,.eventcontent {display: none;}
.msgcontent.active,.noticecontent.active,.cscontent.active,.eventcontent.active {display:table-row;}
.msgcontent td > div {background:#000;padding:10px;width:100%;    color: #fff;}

button, a, input, select, textarea {
    outline: none !important;
    transition: 0.3s;
}
button { padding: 0; }
a:hover { text-decoration: none; }
/*img { pointer-events: none; }*/


.w-b, .w-a, .w-ba {
    position: relative;
    z-index: 1;
}

.w-b:before, 
.w-a:after,
.w-ba:before, 
.w-ba:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

:root {
    --yellow: #f7ef0f;
    --green: #c6fc6f;
}

.font-small {
    font-size: 10px;
}

.font-s-12 {
    font-size: 12px !important;
}

.font-bold {
    font-family: noto-sans-bold;
}

.font-black {
    font-family: noto-sans-black;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-green {
    color: var(--green) !important;
}

.table-layout-fixed {
    table-layout: fixed;
}

.min-h-auto {
    min-height: auto !important;
}

.dflex-ac-jc {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-ac-js {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dflex-ac-je {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.dflex-ae-jc {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-as-jc {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-acs-jc {
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.wrapper.affix  {
    padding: 80px 0 0;
}

.bs-ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    display: table;
    padding: 0;
}

.bs-ul li {
    list-style: none;
    width: auto;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1530px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}


/* Loading Wrapper */

.loading-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url(../img/icon/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 1999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.loading-wrapper.active {
    opacity: 1;
    pointer-events: auto;
}


/* Site Button */


.btn-yellow {
    color: rgba(0, 0, 0, 1.0);
    background-color: #f7ef0f;
    background-image: linear-gradient(#f7ef0f, #d29f00);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-red {
    color: #ffffff;
    background-color: #ff7444;
    background-image: linear-gradient(#ff7444, #942900);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-green {
    color: rgba(0, 0, 0, 0.75);
    background-color: #89a856;
    background-image: linear-gradient(#89a856, #526a2b);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-gray {
    color: #ffffff;
    background-color: #8c8a8a;
    background-image: linear-gradient(#8c8a8a, #575757);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-yellow span,
.btn-red span,
.btn-green span,
.btn-gray span {
    transition: 0s;
}

.btn-yellow:before,
.btn-red:before,
.btn-green:before,
.btn-gray:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    z-index: -1;
    border-radius: 2px;
    opacity: 0;
}


.btn-yellow:before {
    background-image: linear-gradient(#f5b300, #9a5600);
}

.btn-red:before {
    background-image: linear-gradient(#ff5116, #9a2802);
}

.btn-green:before {
    background-image: linear-gradient(#9ed93d, #4d6d16);
}

.btn-gray:before {
    background-image: linear-gradient(#b1b1b1, #777777);
}


@media(min-width:1201px){ 

    .btn-yellow:hover:before,
    .btn-red:hover:before,
    .btn-green:hover:before,
    .btn-gray:hover:before {
        opacity: 1;
    }

    .btn-yellow:hover {
        color: #ffffff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 187, 0, 0.25);
    }

    .btn-red:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(205, 63, 0, 0.75);
    }

    .btn-green:hover {
        color: rgba(0, 0, 0, 0.75);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(131, 211, 0, 0.25);
    }

    .btn-gray:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.25);
    }

}


/* Banner Section */

.banner-section {
    width: 100%;
    height: 470px;
}

.banner-section:before {
    width: 100%;
    height: 100%;
    background-image: url(/images/common/banner-bg.jpg);
    background-position: center;
    left: 0;
    top: 0;
    opacity: 0.5;
}


/* Logo */

.logo {
    width: 368px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.logo img {
    position: absolute;
}

.logo .logo-img {
    width: 100%;
    position: relative;
    animation: lgItleAnim 7s ease infinite;
}

.logo .t-top {
    width: 55.71%;
    left: 9.75%;
    top: 0;
    animation: lgTopAnim 7s ease infinite;
}

@keyframes lgTopAnim {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.logo .t-bot {
    width: 38.32%;
    left: 0;
    bottom: 10.25%;
    animation: lgBotAnim 7s ease infinite;
}

@keyframes lgBotAnim {
    0% {
        opacity: 0;
        transform: translate(10%, -25%);
    }
    10% {
        opacity: 1;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.logo .itle {
    width: 74.46%;
    right: 0.25%;
    top: 11.25%;
    animation: lgItleAnim 7s ease infinite;
}

@keyframes lgItleAnim {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    5% {
        opacity: 0;
        transform: translateX(-10%);
    }
    20% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.logo .casino {
    width: 41.04%;
    right: 0;
    bottom: 0;
    animation: lgCasinoAnim 7s ease infinite;
}

@keyframes lgCasinoAnim {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    10% {
        opacity: 0;
        transform: translateY(-10%);
    }
    25% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}


/* Banner Carousel */

.banner-carousel {
    margin: 0 0 30px;
    position: relative;
    z-index: 4;
}
.banner-carousel h2 {font-size: 28px;}
.banner-carousel h1,
.banner-carousel h2  {
    margin: 0;font-weight: 700;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 1.0), 0 0 10px rgba(0, 0, 0, 1.0);
}

.banner-carousel .carousel-item {
    /*padding: 0 0 20px;*/
}

.banner-carousel .indicator-panel {
    width: 100%;
}

.carousel-indicators {
    height: 20px;
    /*margin: 0 auto;*/
    bottom: 0;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1.0);
    border: solid 1px #526746;
    border-radius: 14px;
    /*position: relative;*/
	left: unset;
	right: unset;
}


.carousel-indicators li {
    width: 5px;
    height: 12px;
    border-radius: 2px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border:none;
    opacity: 1;
    transition: 0.3s;
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 1);
}

.carousel-indicators li.active {
    background-color: #ff4700;
}


/* Banner Background */

.banner-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.banner-background img {
    bottom: 0;
    position: absolute;
}

.banner-background div {
    position: absolute;
    bottom: 0;
}

.banner-background div .d-img {
    width: 100%;
    position: relative;
}

.banner-background .golf-ball {
    width: 11.13%;
    left: -2%;
    bottom: -10.5%;
    animation: golfBall 10s ease infinite;
}

@keyframes golfBall {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    4% {
        opacity: 0;
        transform: translateX(25%);
    }
    18% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .golf-ball .golf-glow {
    animation: golfGlow 0.8s ease infinite;
}

@keyframes golfGlow {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-background .golf-ball .golf-img {
    width: 51.75%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.banner-background .dealer-02 {
    width: 25.56%;
    left: 0;
    animation: dealer02 10s ease infinite;
}

@keyframes dealer02 {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    12% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .dealer-01 {
    width: 22.88%;
    left: 14.75%;
    animation: dealer01 10s ease infinite;
}

@keyframes dealer01 {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }
    12% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .seven {
    width: 30.86%;
    right: 3%;
    bottom: auto;
    top: 20%;
    transform-origin: bottom left;
    animation: sevenAnim 10s ease infinite;
}

@keyframes sevenAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    8% {
        opacity: 0;
        transform: scale(0);
    }
    16% {
        opacity: 1;
        transform: scale(1.1);
    }
    26% {
        opacity: 1;
        transform: scale(1.0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-background .items {
    width: 10.07%;
    left: 2.25%;
    bottom: -6%;
    transform-origin: bottom right;
    animation: itemsAnim 10s ease infinite;
}

@keyframes itemsAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    10% {
        opacity: 0;
        transform: scale(0.5);
    }
    18% {
        opacity: 1;
        transform: scale(1.1);
    }
    28% {
        opacity: 1;
        transform: scale(1.0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

/* Right */

.banner-background .casino-table {
    width: 45.69%;
    right: -5.5%;
    transform-origin: bottom left;
    animation: casinoTable 10s ease infinite;
}

@keyframes casinoTable {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    4% {
        opacity: 0;
        transform: scale(0.5);
    }
    18% {
        opacity: 1;
        transform: scale(1.0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-background .dealer-04 {
    width: 18.59%;
    right: 1.5%;
    animation: dealer04 10s ease infinite;
}

@keyframes dealer04 {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }
    12% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .dealer-03 {
    width: 18.3%;
    right: 13.4%;
    animation: dealer03 10s ease infinite;
}

@keyframes dealer03 {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    12% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .casino-card {
    width: 39.65%;
    left: -21%;
    bottom: 16%;
    transform-origin: bottom right;
    animation: cardAnim 10s ease infinite;
}

@keyframes cardAnim {
    0% {
        opacity: 0;
        transform: rotate(45deg);
    }
    8% {
        opacity: 0;
        transform: rotate(45deg);
    }
    18% {
        opacity: 1;
        transform: rotate(0deg);
    }
    95% {
        opacity: 1;
        transform: rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: rotate(0deg);
    }
}

.banner-background .club {
    width: 38.93%;
    left: -10%;
    bottom: auto;
    top: 20%;
    transform-origin: bottom right;
    animation: clubAnim 10s ease infinite;
}

@keyframes clubAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    8% {
        opacity: 0;
        transform: scale(0);
    }
    16% {
        opacity: 1;
        transform: scale(1.1);
    }
    26% {
        opacity: 1;
        transform: scale(1.0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-background .chips {
    width: 18.17%;
    right: 2%;
    bottom: -6%;
    animation: chipsAnim 10s ease infinite;
}

@keyframes chipsAnim {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    12% {
        opacity: 0;
        transform: translateY(25%);
    }
    18% {
        opacity: 1;
        transform: translateY(-15%);
    }
    28% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}



/* Header Section */

.header-section {
    width: 100%;
    height: 80px;
    background-image: url(/images/common/header-bg.jpg);
    background-size: 1920px 100%;
    background-repeat: repeat-x;
    background-position: center;
    border-top: solid 1px #93bb54;
    border-bottom: solid 1px #2b420e;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 -10px 15px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 99;
}

.affix .header-section {
    position: fixed;
    top: 0;
    left: 0;
}

.main-menu li {
    padding: 0 5px;
}

.main-menu li:first-child {
    padding-left: 0;
}

.main-menu li a {
    width: 110px;
    height: 30px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    border-radius: 15px;font-size: 14px;
}

.main-menu li a i {
    color: var(--yellow);
    margin-right: 8px;
}

.main-menu li a:hover i {
    animation: mainMenuIcon 0.8s ease 1 forwards;
}

@keyframes mainMenuIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Before After Login */

.before-login {
    display: none;
}

.before-login.active {
    display: block;
}

.before-login .input-panel {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 1), 0 1px 0 rgba(255, 255, 255, 0.08);
    margin-left: 5px;
}

.before-login .input-panel .icon-panel {
    width: 40px;
    height: 100%;
    color: var(--white-yellow);font-size: 14px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.before-login .input-panel input {
    width: calc(100% - 40px);
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #ffffff;
}

.before-login .input-panel input::-webkit-input-placeholder{
    color:#94a38d;
}

.before-login button {
    width: 100px;
    height: 40px;
    border-radius: 5px;
    margin-left: 5px;
}

.bal-container .mobile {
    padding: 0 2px;
}

.bal-container .mobile button {
    width: calc(50% - 6px);
    margin: 0 3px;
}

.bal-container .mobile button i {
    margin-right: 5px;
}


/* After Login */

.after-login {
    display: none;
    position: relative;
}

.after-login.active {
    display: block;
}

.after-login button {
    width: 110px;
    height: 40px;
    margin-left: 5px;
}

.after-login .nav-btn {
    width: 50px;
    height: 40px;
    font-size: 16px;
    margin: 0 3px;
}

.after-login .nav-btn:hover {
    color: rgba(0, 0, 0, 0.75);
}

.after-login .active .nav-btn:before {
    opacity: 1;
}

.after-login .message-btn .count {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color:#bf3535;
    color: #ffffff;
    font-size: 8px;
    position: absolute;
    right: -8px;
    top: -2px;
    text-shadow: none;
}


/* Dropdown */

.drop-down {
    position: relative;
    transition: 0.3s;
}

.drop-down .toggle-btn {
    transition: 0s;
}

.drop-down .toggle-btn .icon{
    position: relative;
    top: 0;
    transition: 0.3s;
}

.drop-down.active .toggle-btn .icon{
    top: -5px;
}

.drop-down:hover .toggle-btn .icon{
    top: -5px;
}

.drop-down .toggle-btn .arrow-icon {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 19px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.3s;
}

.drop-down.active .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: 2px;
    transform: rotate(180deg);    right: 18px;
}

.drop-down:hover .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: 2px;
}

.drop-down-menu {
    width: 260px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    background-color: #303c25;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
    border: solid 1px #495b39;
    padding: 10px 10px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.drop-down.active .drop-down-menu {
    top: calc( 100% + 10px );
    opacity: 1;
    pointer-events: auto;
}

.drop-down-menu a {
    white-space: nowrap;
    height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.03);
    padding: 0 10px;
}

.drop-down-menu a:last-child {
    border-bottom: none;
}


/* Account Info */

.after-login .account-info {
    padding: 0;
}

.after-login .account-info .row {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 2px
}

.after-login .account-info .labels{
    text-align:left;
    min-width:100px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size: 12px;
    padding: 0 0 0 8px;
    color: #ccc;
}

.after-login .account-info .labels .icon{
    width:28px;
    height:28px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color: rgba(0, 0, 0, 0.75);
    background-image: linear-gradient(#89a856, #526a2b);
    margin-right: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.after-login .account-info .labels .icon img {height: 28px;}

.after-login .account-info .information{
    text-align:left;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #ffffff;
    font-size: 14px;
    padding: 0 0 0 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 12px rgba(255, 255, 255, 0.25);
}
.after-login .account-info .information button {color: rgba(0, 0, 0, 1.0);background-color: #f7ef0f;background-image: linear-gradient(#f7ef0f, #d29f00);border: none;border-radius: 5px;    width: 50px;
    height: 26px;font-size: 12px;}
.after-login .account-info .information .symbol{
    color: var(--yellow);
    margin-left:3px;
}


/* Progress Bar */

.after-login .account-info .progressbar{
    background-color: transparent;
    height: 50px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    margin: 0 0 5px;
    border-radius: 0;
    box-shadow: none;
}

.after-login .account-info .progressbar .labels{
    min-width: auto;
    padding: 0;
}

.after-login .account-info .progressbar .labels .icon{
    width:24px;
    height:24px;
    background-image: none;
    background-color: transparent;
    border: none;
}

.progress-panel {
    width: calc(100% - 34px);
    height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1.0), 0 1px 2px rgba(0, 0, 0, 1.0);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.progress-panel .percent {
    /*width: 75%;*/
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    top: 0;
}

.progress-panel .percent:before {
    width: 200%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #fffd00, #ffdc00, #fffd00, #ffdc00, #fffd00);
    animation: percentAnim 0.5s linear infinite;
}

@keyframes percentAnim {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.after-login .drop-down .mypage-link{
    width:100%;
    height:36px;
    margin: 5px 0;
    border:none;
    font-size: 12px;
    border-radius: 18px;
}

.after-login .drop-down .message-btn{
    width:100%;
    height:40px;
    margin: 10px 0 0;
    border:none;
    color:#fff;
    font-size: 12px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.after-login .drop-down .message-btn .count{
    width: 18px;
    height: 18px;
    position: relative;
    color: #ffffff;
    border-radius: 50%;
    background-image: none;
    background-color: #c63700;
    font-size: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    display: inline-block;
    padding: 1px 0 0;
    left: 0;
    right: 0;
    top: 0;
    margin-left: 5px;
}


/* Page Content */

.page-content {
    background-color: #000000;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url(/images/common/main-bg.png);
    padding: 20px 0 5px;
}

.toggle-section:before {
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.toggle-btn {
    width: 50%;
    max-width: 420px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    flex-wrap: nowrap;
    margin: 0 30px;
}

.toggle-btn:first-child {
    margin-left: 0;
}

.toggle-btn:last-child {
    margin-right: 0;
}

.toggle-btn .icon-panel {
    width: 200px;
    transform: skew(-20deg);
    padding-right: 5px;
}

.toggle-btn:last-child .icon-panel {
    transform: skew(20deg);
    padding-right: 0;
    padding-left: 5px;
}

.toggle-btn .icon-panel:before {
    width: 2px;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1.0));
    right: 0;
    top: 0;
    z-index: 2;
}

.toggle-btn:last-child .icon-panel:before {
    left: 0;
    right: auto;
}

.toggle-btn .icon-panel .img-panel {
    overflow: hidden;
}

.toggle-btn .icon-panel .img-panel .icon-img {
    transform: skew(20deg) translateX(30%);
    transition: 0.3s;
}

.toggle-btn:last-child .icon-panel .img-panel .icon-img {
    transform: skew(-20deg) translateX(-30%);
}

.toggle-btn .text-panel {
    padding-left: 30px;
    color: #ffffff;
    font-size: 24px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 1.0);
    height: 100%;
}

.toggle-btn:last-child .text-panel {
    padding-left: 0;
    padding-right: 30px;
}

.toggle-btn .text-panel:before,
.toggle-btn .text-panel:after {
    width: 100%;
    height: 80%;
    top: 0;
    bottom: 0;
    left: 2%;
    margin: auto 0;
    transition: 0.3s;
    transform: skew(-20deg);
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

.toggle-btn .text-panel:before {
    border-top: solid 1px rgba(255, 255, 255, 0.25);
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}

.toggle-btn.active .text-panel:before {
    background-color: rgba(210, 159, 0, 0.5);
    border-top: solid 1px var(--yellow);
    border-bottom: solid 1px var(--yellow);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

.toggle-btn:last-child.active .text-panel:before {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

.toggle-btn .text-panel:after {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0;
}

.toggle-btn:hover .text-panel:after {
    opacity: 1;
}

.toggle-btn.active:hover .text-panel:after {
    opacity: 0;
}

.toggle-btn:last-child .text-panel:before,
.toggle-btn:last-child .text-panel:after {
    left: auto;
    right: 2%;
    transform: skew(20deg);
    -webkit-mask-image: linear-gradient(to left,rgba(0, 0, 0, 0.25) ,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to left,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

.toggle-btn .text-panel span {
    width: 100%;
    display: inline-block;
}

.toggle-btn .text-panel .kr-text {
    font-family: noto-sans-bold;
}

.toggle-btn .text-panel .en-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    letter-spacing: 4px;
}

.toggle-btn:hover .text-panel .en-text {
    color: var(--green);
}

.toggle-btn.active .text-panel .en-text {
    color: #50cb0d;
}

.toggle-btn.active .text-panel .kr-text {
    color: var(--yellow);
}


/* Providers Section */

.providers-section {
    margin: 35px 0 0;
}

.providers-panel {
    width: calc(100% + 18px);
    margin: 0 -9px;
    display: none;
}

.providers-panel.active {
    display: block;
}

.sc-btn {
    width: calc(16.66% - 18px);
    margin: 0 9px 45px;
    cursor: default;
}

.sc-btn .g-container {
    width: 100%;
    position: relative;
    border-radius: 50%;
    padding: 2px;
    background-image: linear-gradient(#999999, #ffffff, #666666, #999999);
    animation: scbtnAnim 0.8s ease backwards;
}

@keyframes scbtnAnim {
    0% {
        opacity: 0;
        transform: rotate(45deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

.sc-btn .g-container:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 0.3s;
    background-image: linear-gradient(#c3ff64, #93bb54);
    opacity: 0;
}

.sc-btn:hover .g-container:before {
    opacity: 1;
}

.sc-btn .g-panel {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-image: linear-gradient(#b3e959, #334c15, #42671e);
}

.sc-btn .g-panel:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.sc-btn:hover .g-panel:before {
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 1.0);
}

.sc-btn .g-panel .g-bg {
    width: 100%;
    margin: 0 -2px;
    transition: 0.3s;
}

.sc-btn:hover .g-panel .g-bg {
    opacity: 0;
}

.sc-btn .g-img {
    width: calc(100% - 4px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
    z-index: 2;
    animation: scBtnGImgAnim 0.8s ease 0.5s backwards;
}

.sc-btn.no-anim .g-img {
    animation: none;
}

@keyframes scBtnGImgAnim {
    0% {
        opacity: 0;
        transform: translateY(-5%);
    }
    100% {
        opacity: 1;
        transform:translateY(0);
    }
}

.sc-btn:hover .g-img {
    animation: scBtnImg 0.8s ease 1 backwards;
}

@keyframes scBtnImg {
    0% {
        opacity: 0;
        transform: translateY(-2%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sc-btn .logo-panel {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    animation: scBtnLogoPanel 0.8s ease 0.5s backwards;
}

@keyframes scBtnLogoPanel {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform:translateY(0);
    }
}

.sc-btn .logo-panel .g-logo {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 38px;
    z-index: 3;
    transition: 0.3s;
}

.sc-btn:hover .logo-panel .g-logo {
    background-color: rgba(0, 0, 0, 0.75);
}

.sc-btn .g-footer {
    width: 100%;
    max-width: 150px;
    height: 40px;
    border-radius: 20px;
    background-image: linear-gradient(#f7ef0f, #d29f00);
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 3;
    overflow: hidden;
    animation: scBtnFooter 0.8s ease 0.5s backwards;
}

@keyframes scBtnFooter {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    100% {
        opacity: 1;
        transform:translateY(0);
    }
}

.sc-btn:hover .g-footer {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.sc-btn .g-footer:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    background-image: linear-gradient(#ff7444, #942900);
    opacity: 0;
}

.sc-btn:hover .g-footer:before {
    opacity: 1;
}

.sc-btn .play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    top: 0;
    margin: auto;
    border: none;
    background-image: linear-gradient(#f7ef0f, #d29f00);
    font-size: 20px;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0);
    transform: scale(0);
    opacity: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sc-btn:hover .play-btn {
    transform: scale(1);
    opacity: 1;
}


/* Board Section */

.board-section {
    background-color: #000000;
    background-image: url(/images/common/board-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 30px 0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 1.0), 0 5px 20px rgba(0, 0, 0, 0.75);
    z-index: 2;
}

.board-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/images/common/board-bg-top.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.board-section:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(98, 135, 59, 0), rgba(98, 135, 59, 1.0), rgba(98, 135, 59, 0));
}

.board-panel {
    width: calc(50% - 30px);
    margin: 10px 0;
    /*min-height: 310px;*/
}

.board-panel .header {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    color: var(--yellow);
    font-size: 18px;
    font-family: noto-sans-bold;
    border-radius: 8px;
    background-image: linear-gradient(rgba(80, 117, 22, 0.45), rgba(26, 39, 6, 0.45));
    border: solid 1px #30371a;
}

.board-panel .header .icon-panel {
    margin-right: 10px;
}

.board-panel .header .more-btn {
    height: 20px;
    padding: 0 15px;
    border-radius: 10px;
    background-color: #e03f01;
    border: none;
    color: #ffffff;
    font-size: 12px;
}

.board-panel .header .more-btn:hover {
    background-color: #fd8400;
}

.board-panel .content {
    width: 100%;
    /*min-height: 200px;*/
    overflow: hidden;
    margin: 6px 0 0;
}

.board-panel table {
    border-collapse: separate;
    border-spacing: 0 4px;
}

.board-panel table tr td {
    height: 46px;
    background-color: rgba(34, 34, 34, 0.5);
    cursor: pointer;
}

.board-panel table tr:hover td {
    background-color: rgba(34, 34, 34, 0.75);
}

.board-panel table tr td:first-child {
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
}

.board-panel table tr td:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 10px;
}

.board-panel table tr td a {
    color: #ffffff;
}

.board-panel table tr td a:hover {
    color: var(--yellow);
}

.board-panel table tr .date-td {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.new-icon{
    min-width:14px;
    height:14px;
    display:inline-block;
    vertical-align: top;
    color:#fff;
    font-size:10px;
    border-radius:3px;
    background-color: #ff7444;
    background-image: linear-gradient(#ff7444, #942900);
    line-height: 14px;
    text-align:center;
    margin-left:3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);;
    position: relative;
    top: 3px;
}


/* Realtime Board */

.realtime-board {
    width: 33.33%;
    margin: 10px 30px;
}

.realtime-board .realtime-nav {
    width: 100%;
    height: 54px;
    margin: 0 0 5px;
    padding: 0 1px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 1.0), 0 1px 0 rgba(255, 255, 255, 0.05);
}

.realtime-board .realtime-nav button {
    width: calc(50% - 4px);
    height: calc(100% - 6px);
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 1.0);
    font-size: 18px;
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    margin: auto 2px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.realtime-board .realtime-nav button:hover {
    color: var(--yellow);
    background-color: rgba(255, 255, 255, 0.1);
}

.realtime-board .realtime-nav button.active {
    background-color: #66803c;
    background-image: url(/images/common/grass-btn.jpg);
    background-repeat: repeat-x;
    background-position: center;
}

.realtime-board .realtime-nav button i {
    margin-right: 5px;
}

.realtime-board .realtime-nav button.active i {
    color: var(--yellow);
}

.realtime-board .content {
    min-height: 272px;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.5);
    border: solid 1px rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 10px 15px;
}

.rolling-realtime {
    width: 100%;
    margin: 0 auto;
    display: none;
    animation: realtimeAnim 0.5s ease 1 forwards;
}

@keyframes realtimeAnim {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.rolling-realtime.active {
    display: block;
}

.rolling-realtime ul {
    width: 100%;
    float: left;
}

.rolling-realtime ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.rolling-realtime ul li div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.rolling-realtime ul li:hover div {
    background-color: rgba(255, 255, 255, 0.05);
}

.rolling-realtime ul li div.user {
    width: 35%;
    justify-content: flex-start;
}

.rolling-realtime ul li div.amount {
    color: var(--green);
    font-family: noto-sans-bold;
    font-size: 18px;
    width: 35%;
    padding-right: 3%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.rolling-realtime ul li div.date {
    color: rgba(255, 255, 255, 0.5);
    width: 30%;
    text-align: right;
    padding-right: 5px;
}

.rolling-realtime ul li .crown-icon {
    margin: 4px -2px 0 -2px;
}


/* Footer Section */

.footer-section {
    background-color: #111111;
    background-image: url(/images/common/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0 0 100px;
}

.footer-section .footer-providers {
    padding: 20px 0 30px;
}

.footer-section .footer-providers img {
    margin: 10px 10px;
}

.footer-section .footer-copyright {
    padding: 40px 0 0;
}

.footer-section .footer-copyright:before {
    width: 100%;
    max-width: 1500px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.footer-section .footer-copyright img {
    width: 130px;
    margin: 0 0 15px;
}

.footer-section .copyright-text {
    width: 100%;
    display: inline-block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    letter-spacing: 2px;text-align: center;
}


/* Scroll To Top */

.scroll-top {
    width:78px;
    height:78px;
    background-color: #f7ef0f;
    background-image: linear-gradient(#f7ef0f, #d29f00);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0);
    text-shadow:0 2px 0 rgba(255,255,255,0.5);
    border:none;
    border-radius:50%;
    position:fixed;
    bottom:20px;
    right:30px;
    color: rgba(0, 0, 0, 0.75);
    font-size:30px;
    z-index:10;
    padding:0;
}

.scroll-top:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 1.0), 0 0 25px rgba(255, 221, 118, 0.4);
}

.scroll-top .hover {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #ffffff;
    transform: translateY(-50%);
    padding: 0 0 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    transition: 0.3s;
    opacity: 0;
}

.scroll-top:hover .hover {
    transform: translateY(-100%);
    opacity: 1;
}

.scroll-top .hover i {
    position: relative;
    top: 4px;
}

.scroll-top .hover span {
    width: 100%;
    display: inline-block;
}




/* Form Container */

.form-container {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.form-container .form-group {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    width: 100%;
    text-align: left;
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    position: relative;
    display: flex;
    align-items: center;
    padding:0 0 0 5px;
}

.form-container .infos {
    width: 100%;
    display: flex;
    align-items: center;
}

.form-container .form-group .input-container {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-container .w-btn .input-container {
    width: calc(100% - 125px);
}

.form-container .form-group input {
    width: 100%;
    height: 45px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.02);
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: 0.3s;
    padding: 0 15px;
}

.customerModal .form-container .form-group input {
    height: 70px;
    font-size: 18px;
}

.form-container .w-icon input {
    padding: 0 0 0 50px;
}

.form-container .form-group input:read-only {
    color: var(--yellow);
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.form-container .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .input-container .icon-panel{
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .select-input {
    width: 100%;
    height: 45px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.02);
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.form-container .form-group .select-input select {
    width: 100%;
    height: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 15px;
    cursor: pointer;
}

.form-container .form-group select option {
    background-color: #1f0a0a;
    color: #fff;
}

.form-container .form-group .select-input i {
    font-size: 18px;
    position: absolute;
    right: 15px;
}

.form-container .form-group textarea {
    width: 100%;
    height: 200px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: 0.3s;
    padding: 20px 18px;
    resize: none;
}

.form-container .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .form-btn {
    width: 120px;
    height: 44px;
    border: none;
    float: right;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    margin: 0 0 0 5px;
    border-radius: 8px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}


/* Form Btn Group */

.form-container .form-group .infos .btn-grp {
    width: 100%;
    float: left;
}

.form-container .form-group .infos .btn-grp button {
    width: 16.66%;
    width: calc(16.66% - 4px);
    height: 38px;
    float: left;
    margin: 0 2px;
    background-color: #666666;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    transition: 0.3s;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.form-container .form-group .infos .btn-grp button:hover {
    background-color: #888888;
}

.form-container .form-group .infos .btn-grp button:first-child {
    margin-left: 0;
    width: calc(16.66% - 2px);
}

.form-container .form-group .infos .btn-grp button:last-child {
    width: calc(16.66% - 2px);
    margin-right: 0;
    background-color: #5c7f34;
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
    background-color: #62b107;
}


/* Form Footer */

.form-footer {
    width: 100%;
    margin: 50px 0 0;
    flex-wrap: nowrap;
}

.form-footer button {
    width: 160px;
    height: 48px;
    margin: 0 5px;
}

.form-footer .btn-transparent {
    box-shadow: none;
}


/* Pagination */

.pagination {
    margin: -15px 0 0;
}

.pagination li {
    float: left;
}

.pagination>li>a {
    width: 28px;
    height: 28px;
    color: #ffffff;
    text-decoration: none;
    background-color: #444444;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
}

.pagination .turn-pg a {
    font-size: 12px;
    margin: 0 13px;
    background-color: #606060;
}

.pagination>li>a:hover {
    background-color: #808080;
}

.pagination .active {
    background-color: #ff7444;
    background-image: linear-gradient(#ff7444, #942900);
}

.pagination .active:hover {
    background-color: #df4c25;
}


/* BS Table */

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;
}

.bs-table.with-depth {
    border-spacing: 0 2px;
}

.bs-table thead th {
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.bs-table thead th:first-child {
    border-radius: 5px 0 0 5px;
}

.bs-table thead th:last-child {
    border-radius: 0 5px 5px 0;
}

.with-depth thead th {
    border-radius: 5px !important;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.03);
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.bs-table tr td:first-child {
    border-radius: 5px 0 0 5px;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.bs-table tr td:last-child {
    border-radius: 0 5px 5px 0;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.bs-table tr:hover td {
    background-color: rgba(255, 255, 255, 0.1);
}

.bs-table tr td a {
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.bs-table tr td a:hover {
    color: var(--yellow);
}

.bs-table tr.active .title-td {
    color: var(--yellow);
}

.bs-table tr.active td a {
    color: var(--yellow);
}

.bs-table tr .count-td {
    width: 60px;
}

.bs-table tr .count-tag {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    padding: 1px 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    background-image: linear-gradient(#7c9b49, #496625);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.bs-table tr .title-td {
    text-align: left;
    padding-left: 15px;
    max-width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-table tr .date-td {
    width: 20%;
    color: #cccccc;
}

.bs-table tr .nav-td {
    width: 40px;
}

.bs-table tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: #cccccc;
    font-size: 14px;
    transition: 0.3s;
}

.bs-table tr td .delete-btn:hover {
    color: #ff9200;
}

.bs-table tr td .nav-btn {
    background-color: transparent;
    border: none;
    position: relative;
}

.bs-table tr td .nav-btn i {
    position: relative;
    color: #fff;
    font-size: 10px;
    transition: 0.3s;
    transform: rotate(0deg);
}

.bs-table tr td .nav-btn:hover i {
    color: #ffca5f;
}

.bs-table tr.active td .nav-btn i {
    transform: rotate(180deg);
    top: 5px;
}

.bs-table tr td .plus-btn {
    width: 16px;
    height: 16px;
    background-color: var(--yellow);
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    padding: 0 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bs-table tr td .plus-btn:hover {
    background-color: #ff9200;
}

.bs-table tr td .plus-btn:before,
.bs-table tr td .plus-btn:after {
    content: '';
    width: 2px;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.3s;
}

.bs-table tr td .plus-btn:after {
    transform: rotate(90deg);
}

.bs-table tr.active td .plus-btn:before {
    height: 0;
}

.bs-table tr td .plus-btn:hover:before,
.bs-table tr td .plus-btn:hover:after {
    background-color: #ffffff;
}


/* With Depth */

.with-depth tr:nth-last-child(2) td:first-child {
    border-radius: 0 0 0 10px;
}

.with-depth tr:nth-last-child(2) td:last-child {
    border-radius: 0 0 10px 0;
}

.with-depth .message-content {
    display: none;
    height: 200px;
    margin: 2px 0 5px;
}

.with-depth tr.depth-click, tr.depth-click-basic, tr.depth-click-finance, tr.depth-click-game {
    cursor: pointer;
}

.with-depth tr.dropdown,
tr.dropdown-basic,
tr.dropdown-finance,
tr.dropdown-game{
    background-color: transparent;
}

.with-depth tr.dropdown td,
tr.dropdown-basic td,
tr.dropdown-finance td,
tr.dropdown-game td {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
}

.with-depth .dropdown td,
tr.dropdown-basic td,
tr.dropdown-finance td,
tr.dropdown-game td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td,
tr.dropdown-basic:hover td,
tr.dropdown-finance:hover td,
tr.dropdown-game:hover td {
    background-color: transparent;
    border: none;
}


/* Message Content */

.message-content {
    width: 100%;
    height: 400px;
    background-color: #111111;
    margin: 5px 0 0;
    padding: 10px;
    border-radius: 5px;
}

.message-content .inner-container {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    white-space: nowrap;
    text-align: left;
    overflow-y: scroll;
    padding: 5px 10px;
}


/* Modal List */

.modal-list {
    margin: 0 0 20px;
    flex-wrap: nowrap;
    border-radius: 8px;
    overflow: hidden;
}

.modal-list .bs-ul li {
    width: 100%;
}

.modal-list a {
    width: 100%;
    height: 50px;
    border: none;
    background-color: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.5);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.modal-list a:hover {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.4);
}

.modal-list a.active {
    color: rgba(255, 255, 255, 1.0);
    border-color: var(--yellow);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.4);
}

.modal-list a i {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 8px;
    transition: 0.3s;
}

.modal-list a:hover i {
    color: var(--yellow);
}

.modal-list a.active i {
    color: var(--yellow);
}


/* Modal Tab */

.modal-tab {
    width: 100%;
    display: none;
    margin: 0 auto;
    animation: modalTabAnim 0.5s ease 1 forwards;
}

@keyframes modalTabAnim {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-tab.active {
    display: block;
}


/* Level Information */

.bs-table td .level-icon {
    margin-right: 8px;
}

.bs-table td .level-txt {
    display: inline-block;
    width: 45px;
    text-align: left;
}

.level-information .bs-ul {
    width:calc(100% - 310px);
}

.level-information .bs-ul li {
    width:calc(50% - 10px);
    height: 40px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.level-information .bs-ul li .labels {
    margin-right: 10px;
}

.level-information .point-form{
    width:310px;
    height:100%;
    position:relative;
}

.level-information .point-form input{
    width:calc( 100% - 115px);
    height:38px;
    border-radius:3px;
    padding:0 5px;
    color:#000;
    font-size:12px;
    background-color:#ffffff;
    border:none;
    margin-right: auto;
}

.level-information .point-form input::-webkit-input-placeholder{
    color:#333333;
}

.level-information .points-btn{
    width:110px;
    height:38px;
    border-radius: 5px;
    white-space:nowrap;
}


/* Login Modal */

.loginModal .modal-panel {
    background-image: url(/images/common/grass-bg.png);
    background-repeat: no-repeat;
    background-position: top -10px center;
    background-size: 100% 230px;
}

.loginModal .form-container {
    max-width: 400px;
}

.modal-banner .logo {
    width: 50%;
    max-width: 200px;
    margin: 40px 0 0;
}


/* Gamelist Modal */

.gameListModal .modal-sidebar {
    width: 250px;
}

.gameListModal .modal-list {
    display: none !important;
}

.gameListModal .modal-panel {
    width: calc(100% - 255px);
}

.game-list-container {
    width: 100%;
    margin: 0 auto;
}

.game-list-container .scroll-panel {
    width: calc(100% + 7px);
    height: 705px;
    margin: 0 0 0 -7px;
    overflow-y: scroll;
    padding: 0 8px 0 0;
}

.game-btn {
    width: calc(16.66% - 14px);
    display: inline-block;
    margin: 0 7px 14px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #333333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    animation: scBtnAnim 1s ease 1 backwards;
    padding: 2px;
}

.game-btn:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(106, 148, 52, 0.25);
}

.game-btn:before {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(#baf064, #6a9434);
    top: 0;
    left: 0;
    opacity: 0;
}

.game-btn:hover:before {
    opacity: 1;
}

.game-btn .g-panel {
    width: 100%;
    position: relative;
    background-color: #000000;
    border-radius: 10px;
    overflow: hidden;
}

.game-btn .g-panel:before {
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    z-index: 1;
}

.game-btn .g-panel .g-img {
    transition: 0.5s;
}

.game-btn:hover .g-panel .g-img {
    opacity: 0.5;
    transform: scale(1.1);
}

.game-btn .g-panel .g-footer {
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    padding: 0 4px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    font-family: noto-sans-bold;
    z-index: 2;
}

.game-btn:hover .g-panel .g-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.game-btn .g-panel .g-footer .name-text {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    font-size: 12px;
    max-width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.5);
}

.game-btn .g-panel .play-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 22px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0);
    opacity: 0;
    transition: 0.3s;
    padding: 0 0 0 2px;
    background: linear-gradient(#baf064, #6a9434);
}

.game-btn .g-panel .play-btn:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 0.3s;
    background: linear-gradient(#fffd00, #db8812);
    opacity: 0;
}

.game-btn:hover .g-panel .play-btn {
    animation: gamePlayAnim 0.8s ease 1 forwards;
}

.game-btn .g-panel .play-btn:hover:before {
    opacity: 1;
}

@keyframes gamePlayAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    40% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
 
.game-btn .loading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
}

/* Hovers */

@media (min-width: 1141px) {
    .main-menu li a:hover {
        text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 10px rgba(255, 255, 255, 0.5);
        background-color: rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 1), 0 1px 0 rgba(255, 255, 255, 0.08);
    }
    .toggle-btn:hover .icon-panel .img-panel .icon-img {
        transform: skew(20deg) translateX(20%);
    }

    .toggle-btn:last-child:hover .icon-panel .img-panel .icon-img {
        transform: skew(-20deg) translateX(-20%);
    }
}

.form-container .cdb-form .select-input {
    margin: 0 2px;
}

.form-container .cdb-form .select-input:first-child {
    margin-left: 0;
}

.form-container .cdb-form .select-input:last-child {
    margin-right: 0;
}

.form-container .cdb-form .select-input.year {
    max-width: 145px;
}

.form-container .cdb-form .select-input.date-month {
    max-width: 95px;
}

.form-container .form-group .checkbox-input {
    white-space: nowrap;
    flex-wrap: nowrap;
    margin-left: 10px;
}

.form-container .form-group .checkbox-input input {
    margin-right: 5px;
    cursor: pointer;
}



/* Cart */
.bet_slip {z-index: 9997; height: calc(100% - 50px);width: 320px;overflow-y: auto;}
.bet_slip::-webkit-scrollbar {display: none;}
.bet_cart {padding:0 0px 0px;width:calc(100% - 6px);margin-bottom:5px;background: #7a87a3;}
.carti {height:40px;display: flex;align-items: center;justify-content: space-between;font-size:14px; padding:3px 10px;background:rgb(0 0 0 / 25%);}

.bc_select {background:#111;min-height:80px;}
.bc_select .no_list {text-align:center;line-height:80px;}
.bc_money {}
.bc_money_top {margin:5px 0;background: #111;height: 36px;font-size:14px;line-height:36px;padding:0 5px;text-indent:5px;}
.money_box {line-height:35px;float:right;}
.money_box i {font-size:20px;color:#fff;cursor:pointer;vertical-align:middle;}
.money_box input {width: 150px;height: 20px;background: #111;border: 1px solid #65b7f2;padding: 3px 8px 3px 0;border-radius:3px;display:inline-block;font-size: 13px;color: #fff;text-align:right;}
.money_btn_box {display: flex;justify-content: space-between;padding:0 0 5px;}
.bc_info_box {background:#111;}
.bc_info_box ul {padding:0 5px;}
.bc_info_box ul li {padding:10px 5px;border-bottom:1px solid #666;text-align:right;font-size:12px;}
.bc_info_box ul li .info_left {float:left;}
.bc_info_box ul li .info_white {color:#fff;}
.bc_btn_box {background:#111;padding:10px 0;}
.bc_btn_box i {margin-right:7px;}
.btn_bet {font-size: 14px;display: block;width:90%;margin:0 auto;padding:0 5px;background: #1f7aff;;height: 36px;line-height: 36px;color: #fff;text-shadow: 0 1px 2px rgb(0 0 0 / 80%);transition: 0.2s;text-align: center;
        cursor:pointer;border-radius:4px;font-weight:bold;}
.btn_bet:hover  {background: #222;color:#fff}



.sub_visual { position:relative; margin-top:-20px;}
.sub_visual img { width:100%;}
.sub_visual dl { position:absolute; left:45px; top:50%;transform: translate(0, -50%); }
.mini_main { background:url(../../images/live/mini_main_bg.jpg) no-repeat top center #000; position:relative;box-sizing:border-box; height:740px; text-align:center;}
.mini_main dl { position:absolute; top:70px; left:60px; text-align:left;}
.mini_main ul li {  width:250px; text-align:center; display:inline-block; position:relative;}
.mini_main ul li a { display:block;}
.mini_main ul li a:hover {opacity:0.5;}
.mini_main ul li p { font-size:20px; padding-top:25px;}
.mini_main ul .mm1 { top:350px;}
.mini_main ul .mm2 { top:260px;}
.mini_main ul .mm3 { top:315px;}

.n_event_w {}
.n_event_w .list { font-size:0;}
.n_event_w .list li { display:inline-block; vertical-align:top; width:calc(100% / 4 - 20px); margin:10px 10px 30px 10px;}
.n_event_w .list li a { display:block;}
.n_event_w .list li a:hover {opacity:0.5;}
.n_event_w .list li a .pic { position: relative; padding-top: 50%; overflow: hidden;}
.n_event_w .list li a .pic img {position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; height: auto;}
.n_event_w .list li a .tit { text-align:center;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-top:10px;}


/* Common */

.tpiggy {background:url('../../images/common/tit_piggy.png') no-repeat;}
.texchange {background:url('../../images/common/tit_exchange.png') no-repeat;}
.tpoint {background:url('../../images/common/tit_point.png') no-repeat;}
.tcasino {background:url('../../images/common/tit_casino.png') no-repeat;}
.tinfo {background:url('../../images/common/tit_info.png') no-repeat;}
.tmini {background:url('../../images/common/tit_mini.png') no-repeat;}
.tmsg {background:url('../../images/common/tit_msg.png') no-repeat;}
.tmy {background:url('../../images/common/tit_my.png') no-repeat;}
.tnoti {background:url('../../images/common/tit_noti.png') no-repeat;}
.tspu {background:url('../../images/common/tit_spu.png') no-repeat;}
.tindent {background:url('../../images/common/tit_indent.png') no-repeat;}


.sub_tab { margin-bottom:10px; display:flex;align-items: center;justify-content: space-between;gap:8px;   }
.sub_tab li { width:100%;background:#b79f86;border-radius:8px;}
.sub_tab li a { display:flex;align-items: center; height:38px; text-align:center; font-size:13px;justify-content: space-between;padding:0 10px}
.sub_tab li:hover { background:#ff7700; color:#fff;}
.sub_tab .on,
.sub_tab .on:hover {background:#ff5500;}
.sub_tab.many { display:block; overflow:hidden;}
.sub_tab.many li { float:left; width:calc(100% / 8 - 0px);border-radius: 0;border: 1px solid rgba(0, 0, 0, 0.2);border-top: none;border-left: none;}
.sub_tab.many li a {border-bottom:1px solid rgba(255, 255, 255, 0.1);justify-content: center;}
.sub_tab2 { display:flex;}
.sub_tab2 li { width:100%;}
.sub_tab2 li a { display:block; border:1px solid rgba(255, 255, 255, 0.1); background:#b79f86; text-align:center; height:40px; line-height:40px;border-left:0}
.sub_tab2 .on a { border:1px solid #ff6600; color:#ffffff; background:rgba(0, 0, 0, 0.2);}

.sports_tab {background: #202934;padding: 10px;}
.sports_tab li a { text-align:left; position:relative;}
.sports_tab li a .ii { position:relative;     display: flex;padding:0 10px 0 0px;}
.sports_tab li a b { display:block; text-align:right;font-size:14px; letter-spacing:1px; background: #3b4d5f;padding: 0 4px;border-radius: 2px;font-size: 9pt;font-weight: 300;}
.sports_tab .on a b { color:#fff;}
.sports_tab .on a span,.sports_tab a span {margin-right: auto;}

.sub_tab3 { margin-bottom:10px; display:flex;align-items: center;justify-content: space-between;gap:8px; }
.sub_tab3 li { width:100%;background:#161c22;}
.sub_tab3 li a { display:flex;align-items: center; height:38px; text-align:center; font-size:14px;justify-content: center;padding:0 10px}
.sub_tab3 li:hover { background:rgba(255, 255, 255, 0.10); color:#fff;}
.sub_tab3 .on,
.sub_tab3 .on:hover {background:#ff6600;}

.minigame-view {text-align:center;height: 646px;margin: 0 auto;overflow: hidden;}
.minigame-view iframe {width: 830px;transform-origin: 0px 0px 0px;transition: all .2s;border:0;}


.hand{cursor: pointer!important;}
.tc{text-align:center!important;}
.none{display:none!important;}
.on {display:block;}
.blind {overflow:hidden; visibility:hidden; position:absolute; width:0; height:0; font-size:0;}

.mb10 { margin-bottom:10px!important;}
.mb20 { margin-bottom:20px!important;}
.mb30 { margin-bottom:30px!important;}
.mb40 { margin-bottom:40px!important;}
.mb50 { margin-bottom:50px!important;}
.mb60 { margin-bottom:60px!important;}
.mb70 { margin-bottom:70px!important;}
.mb80 { margin-bottom:80px!important;}
.mb100 { margin-bottom:100px!important;}
.mb120 { margin-bottom:120px!important;}
.pd10 {padding:10px !important}

.tt_b { color:#00FFFF!important;}
.tt_r { color:#FF0000!important;}
.tt_bk { color:#000!important;}
.tt_w { color:#fff!important;}
.tt_g { color:#339933!important;}
.tt_y { color:#ffea00!important;}
.tt_o { color:#2d2710 ;}

.td1 { width:100%;}
.td1 thead { background:#24310d;}
.td1 thead th {border-bottom:1px solid rgba(255, 255, 255, 0.2);text-align:center; font-weight:500;background:rgba(255, 255, 255, 0.05); }
.td1 thead td {border-bottom:1px solid rgba(255, 255, 255, 0.2);text-align:center; font-weight:500; padding:8px 0;}
.td1 tbody {background:rgba(0, 0, 0, 0.3);}
.td1 tbody th { border-bottom:1px solid rgba(255, 255, 255, 0.2);text-align:center; font-weight:normal; background:rgba(255, 255, 255, 0.05); padding:8px 5px; }
.td1 tbody td { border-bottom:1px solid rgba(255, 255, 255, 0.2);padding:8px 5px;}
.td_c tbody td,
.td_c tfoot td { text-align:center;}

.td2 { width:100%;border-top:1px solid #fff;}
.td2 thead {background:rgba(255, 255, 255, 0.1);}
.td2 thead th {border:1px solid #000; background:rgba(255, 255, 255, 0.05);  color:#fff; text-align:center; font-weight:500;border-top:1px solid #BBA2FF}
.td2 thead td {border:1px solid #000; text-align:center; color:#fff;font-weight:500; padding:8px 0;border-top:1px solid #BBA2FF}
.td2 tbody {background:rgba(255, 255, 255, 0.0);}
.td2 tbody th { border-bottom:1px solid rgba(255, 255, 255, 0.2);text-align:center; font-weight:normal; background:rgba(255, 255, 255, 0.1); padding:8px 5px; }
.td2 tbody td { border-bottom:1px solid rgba(255, 255, 255, 0.2);padding:8px 5px; }

.list1 {}
.list1 > li { background:url(../../images/common/bullet_1.png) 10px 13px no-repeat; padding:2px 0 2px 20px;}
.list1.box { padding:20px; border:1px solid rgba(0, 0, 0, 0.2);}
.list1.box.gr { background:#f3f3f3; border:none;}
.list2 {}
.list2 li { background:url(../../images/common/bullet_2.png) no-repeat 0 12px; background-size:11px auto; padding:5px 0 5px 20px;}
.list2.li > li { border-bottom:1px solid rgba(0, 0, 0, 0.15); padding:13px 0 13px 27px; background:url(../../images/common/bullet_2.png) no-repeat 7px 19px;background-size:11px auto;}
.list2.li > li:first-child { padding-top:0; background:url(../../images/common/bullet_2.png) no-repeat 7px 8px;background-size:11px auto; }
.list2.box { border:1px solid rgba(0, 0, 0, 0.2); padding:25px 30px 15px 30px;}
.list2.box > li:last-child { border-bottom:none;}
.list2.box.bl > li > b { display:block; font-weight:500; font-size:17px;}
.list2.box.bl > li { color:rgba(0, 0, 0, 0.6);}
.list2.gr {  background:#f3f3f3; border:none;}
.list1 h3, .list2 h3 { margin-bottom:5px;}
.list3 {}
.list3 > li { padding:4px 0 4px 12px; position:relative;}
.list3 > li:before { content:''; display:block; width:4px; height:2px; background:#000; position:absolute; top:15px; left:0;}

.list_s { margin-top:20px;}
.list_s > li { background:url(../../images/common/bullet_1.png) 0px 10px no-repeat; padding:2px 0 2px 10px; font-size:13px;}

.btn0 {color:#000;border-radius:30px;text-align:center;cursor:pointer;display:inline-block; background:#33ccff; color:#fff;}
.btn1 {color:#000;border-radius:0px;text-align:center;cursor:pointer;display:inline-block; background:#4E33FF; color:#fff;}
.btn2 { background:#fff; color:#000;border-radius:0px;text-align:center;cursor:pointer;display:inline-block;}
.btn2.yellow { background:#4E33FF; }
.btn2:hover { color:#000;}
.btn3 { background:#280098; color:#fff;border-radius:0px;text-align:center;cursor:pointer;display:inline-block;}

.btn_wrap > .btn { min-width:90px; height:40px; line-height:40px; margin:0 2px;   border:1px solid rgba(0, 0, 0, 0.0);padding:0 10px;}
.btn_wrap > .cc { display:inline-block;}
.btn_wrap > .rr { float:right;}
.btn_wrap > .ll { float:left;}

.box_sh {box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3)  ; 
-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3)  ; 
-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3)  ; }

.pa1 { margin-bottom:90px!important;}
.pa2 { margin-bottom:60px!important;}

.no_data {display:none;padding:50px 0; text-align:center; background:rgba(255, 255, 255, 0.1); font-size:20px;}
.no_data2 {padding:50px 0; text-align:center; background:rgba(255, 255, 255, 0.1); font-size:20px;}
.no_data2 i { display:block; color:#BBA2FF; font-size:40px;}
.live_done {padding:100px 0; text-align:center; background:rgba(255, 255, 255, 0.1); font-size:20px;}
.live_done i {display: block;    margin: 0 auto;    color: #BBA2FF;    font-size: 50px;}


.ii.ii0:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i0.png) no-repeat;}
.ii.ii1:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i1.png) no-repeat;}
.ii.ii2:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i2.png) no-repeat;}
.ii.ii3:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i3.png) no-repeat;}
.ii.ii4:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i4.png) no-repeat;}
.ii.ii5:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i5.png) no-repeat;}
.ii.ii7:after { display:inline-block; content:''; width:18px; height:18px; background:url(../../images/game/i7.png) no-repeat;}

.ii.ievol:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_evol.png) no-repeat;}
.ii.islot:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_slot.png) no-repeat;}
.ii.isky:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_sky.png) no-repeat;}
.ii.itoken:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_token.png) no-repeat;}
.ii.imini:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_mini.png) no-repeat;}
.ii.ibet:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_bet.png) no-repeat;}
.ii.ipowerball:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_powerball.png) no-repeat;}
.ii.ipwladder:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_pwladder.png) no-repeat;}
.ii.inext:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_next.png) no-repeat;}
.ii.ikenoladder:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_kenoladder.png) no-repeat;}
.ii.ispeedkeno:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_speedkeno.png) no-repeat;}
.ii.ibetflex:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_betflex.png) no-repeat;}
.ii.ilotus:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_lotus.png) no-repeat;}
.ii.imgm:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_mgm.png) no-repeat;}
.ii.ilivepw:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_livepw.png) no-repeat;}
.ii.inpw:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_npw.png) no-repeat;}
.ii.iclay:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_clay.png) no-repeat;}
.ii.ieos:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_eos.png) no-repeat;}
.ii.ibubble:after {display:inline-block; content:''; width:18px; height:18px; background:url(../../images/live/i_bubble.png) no-repeat;}
.ii.ilv0 {display:inline-block; content:''; width:19px; height:19px; background:url(../../images/common/i_lv0.png) no-repeat;}
.ii.ilv1 {display:inline-block; content:''; width:19px; height:19px; background:url(../../images/common/i_lv1.png) no-repeat;}
.ii.ilv2 {display:inline-block; content:''; width:19px; height:19px; background:url(../../images/common/i_lv2.png) no-repeat;}
.ii.ilv3 {display:inline-block; content:''; width:19px; height:19px; background:url(../../images/common/i_lv3.png) no-repeat;}
.ii.ilv4 {display:inline-block; content:''; width:19px; height:19px; background:url(../../images/common/i_lv4.png) no-repeat;}
.ii.ilv5 {display:inline-block; content:''; width:19px; height:19px; background:url(../../images/common/i_lv5.png) no-repeat;}
.ii_name i { position:relative; top:3px; padding-right:5px;}

.ii.ipower:after {display: inline-block;content: '';width: 18px;height: 18px;background: url(../../images/live/i_power.png) no-repeat;}


.con_w .cc {width:1400px;margin:0px auto;background: #181818;}

.con_w .cr .cr_slip { padding:10px; margin-bottom:0px;}
.con_w .cr .cr_slip .con { }
.con_w .cr .cr_slip .tits { text-align:left; position:relative; }
.con_w .cr .cr_slip .tits b { display:block; font-weight:normal; font-size:11px; position:absolute;top:0px; right:0px; background:rgba(255, 255, 255, 0.2); padding:0 5px; border-radius:3px; cursor:pointer;}
.con_w .cr .cr_slip .cart li { position:relative; background:rgba(0, 0, 0, 0.4); border-radius:3px; padding:8px; font-size:12px; color:rgba(255, 255, 255, 0.6); margin-bottom:2px;}
.con_w .cr .cr_slip .cart li > b { color:#BBA2FF; font-size:12px;}
.con_w .cr .cr_slip .cart li > p {  overflow:hidden;}
.con_w .cr .cr_slip .cart li > p > u { font-size:12px; text-decoration:none; color:#fff; display:block; float:left;}
.con_w .cr .cr_slip .cart li > p > .num {color:#ffc107; font-size:12px; display:block; float:right; text-align:right;}
.con_w .cr .cr_slip .cart li .close { position:absolute; display:block; top:5px; right:5px; cursor:pointer;}
.con_w .cr .cr_slip .cart li .close i { color:#fff; font-size:14px;}
.con_w .cr .cr_slip .cart_w { max-height:220px; overflow-y:auto; margin-bottom:10px;}
.con_w .cr .cr_slip .bonus li { margin-bottom:2px; position:relative; border-radius:3px; padding:4px 8px; font-size:14px; background: #BBA2FF;}
.con_w .cr .cr_slip .bonus li > b { display:block; position:absolute; top:5px; right:10px; text-align:right; font-weight:400; font-size:13px; letter-spacing:normal;}
.con_w .cr .cr_slip .money_w { margin-top:0px;}
.con_w .cr .cr_slip .money_w .money {display:flex; flex-wrap: wrap;align-items: center;gap:4px;}
.con_w .cr .cr_slip .money_w .money a { border-radius:3px; background:#fff;  height:32px;display: flex;align-items: center;justify-content: center;  font-size:13px; width:32.4%;}
.con_w .cr .cr_slip .money_w .money a:hover { background:#222; color:#fff}
.con_w .cr .cr_slip .money_w .ip_money { border-radius:5px; border:1px solid #fff; background:rgba(0, 0, 0, 0.2); text-align:right; margin-bottom:4px; position:relative;}
.con_w .cr .cr_slip .money_w .ip_money input { background:none; border:none; text-align:right; width:calc(100% - 55px); height:40px; font-size:20px; font-weight:bold; padding-right:15px;}
.con_w .cr .cr_slip .money_w .ip_money input:focus { outline:none;}
.con_w .cr .cr_slip .money_w .ip_money .re { display:block; position:absolute; top:10px; left:10px; cursor:pointer;}
.con_w .cr .cr_slip .money_w .ip_money .re i { font-size:20px; color:#fff;}
.con_w .cr .cr_slip .money_w .num { margin-top:10px;    background: rgba(0,0,0,0.3);padding: 8px;border-radius: 4px;}
.con_w .cr .cr_slip .money_w .num li { position:relative; font-size:12px; color:rgba(255, 255, 255, 0.7); border-bottom: 1px solid #333;height: 30px;display: flex;align-items: center;justify-content: space-between;}
.con_w .cr .cr_slip .money_w .num li p { font-size:12px;}
.con_w .cr .cr_slip .money_w .num li p b {font-size:12px;}
.con_w .cr .cr_slip .money_w .num li #my_result_money { color:#2DD4FF;}
.con_w .cr .cr_slip .money_w .btn_betting { cursor:pointer; height:50px; line-height:50px; text-align:center; letter-spacing:5px; font-weight:bold; font-size:20px; background: linear-gradient(90deg,#65b43a,#2d501a);
        border-radius:4px;text-transform: uppercase; margin-top:4px;transition-duration: 0.4s;}
.con_w .cr .cr_slip .money_w .btn_betting:hover { background:#000; color:#fff;}

.con_w .cr .rtinfo {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: 0 2px;height:95px;position: relative; font-size: 14px;margin-top:0px;border-radius:0px;overflow: hidden;background: #82abcf;margin-bottom:4px}
.con_w .cr .rtinfo .cont {background: repeating-linear-gradient(45deg, #3d5573, black 140px);z-index: 9;width: 100%;height:91px;color: #aaa;}
.con_w .cr .rtinfo img {height:40px;margin-right:5px}
.con_w .cr .rtinfo i {font-size:69px;margin-right:5px;color: #0a459b;position: absolute;left:20px;top:12px;}
.con_w .cr .rtinfo i::before {-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(#ffe262,#ffe262,#b77d00,#b77d00);}

.con_w .cr .rtinfo span {border-radius: 3px;padding:10px 15px;font-size: 21px;color:#fff;position: absolute;left:100px;top:5px;font-family: 'establishRetrosansOTF', sans-serif;
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(#ffe262,#ffe262,#b77d00,#b77d00);}
.con_w .cr .rtinfo a {position: absolute;left:110px;top:45px;font-family: 'establishRetrosansOTF', sans-serif;font-size: 18px;padding:0px 20px;background:linear-gradient(180deg, #41a900 0, #155900);line-height: 40px;height:34px;border-radius: 4px;;}

.title { margin-bottom:30px; position:relative;display:flex;color:#ccc; font-size:20px; font-weight:500;align-items: center;height:44px;padding:0 10px;    background:repeating-linear-gradient(45deg, black, #393939 480px);border-radius: 5px;}


/* Sports */
.spoinner {width:100%;display: flex;align-items: start;justify-content: space-between;padding:0 10px;margin:10px auto;border-radius: 10px;}
.spoinner.mw1300 {max-width: 1300px;    gap: 10px;}
.spoinner.mw1600 {max-width: 1600px;    gap: 10px;}
.sports_w {height:calc(100% - 120px);  overflow:hidden;    width: calc(100% - 320px);}
.sports_w:after { content:''; display:block; clear:both;}
.sports_w .sw_l { width:calc(50% - 10px); float:left;overflow-y:auto; height:100%;border-right: 1px solid #00000042;padding-right:8px}
.sports_w .sw_r { width:calc(50% - 0px); float:left;overflow-y:auto; height:100%;  padding-left:8px;    border-left: 1px solid #ffffff08;}
.sports_domestic {}
.sports_w > .no_data { padding:100px 0;}
.sports_w .sw_r > .no_data { height:100%; padding:0; padding-top:200px;}
.sports_w > .no_data i, 
.sports_w .sw_r > .no_data i { display:block; margin:0 auto; color:#BBA2FF; font-size:50px;}
.bonus .cl1,.bonus .cl2,.bonus .cl3 {background:#0b0d10}
.bonus .bn1 {display:none;}
.bonus .bn2 {display:none;}
.bonus .bn3 {display:none;}

.bonus_wrap {background: #101216;padding: 8px;margin-bottom:10px;border: 1px solid #26313e;}
.bonus {display:flex; margin-bottom:0px;margin-top:8px}
.bonus li + li { margin-left:3px;}
.bonus li { width:100%; text-align:center; height:30px;  font-size:13px;border-radius:3px; display: inline-flex;align-items: center;justify-content: center;}
.bonus li > b { color:#fff;font-size:14px; font-weight:600;}
#gameT4_w .game_pan  { margin-bottom:20px;}
.game_pan { margin-bottom:10px;    background: #101216;padding: 5px;border: 1px solid #26313e;}
.game_pan .tit {  overflow:hidden; background: #101216;height: 35px;color: #fff;display: flex;align-items: center;justify-content: space-between;}
.game_pan .tit li { height:33px; line-height:33px;}
.game_pan .tit .league { width:calc(100% - 230px); letter-spacing:normal; padding-left:10px; }
.game_pan .tit .league .ar { color:#FFFF00;}
.game_pan .tit .league b { font-weight:normal; color:#fff;}
.game_pan .tit .time { float:right; text-align:right; color:rgba(255, 255, 255, 1.0); font-size:12px;font-weight:300; padding-right:10px; width:100px; letter-spacing:normal;}
.game_pan .tit .more { float:right; }
.game_pan .tit .now { float:right; }
.game_pan .tit .now b { display:inline-block; font-size:12px; border-radius:50px; background:rgba(255, 255, 255, 0.0); padding:1px 10px; font-weight:normal; margin-right:5px;}
.game_pan .tit .now b a {font-weight:normal;font-size:12px; color:#97b9ea;}
.game_pan .tit .league { color:#97b9ea;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} 
.game_pan .tit .ii { vertical-align:middle; padding-right:5px; position:relative; top:3px;}
.game_pan .tit .flag { vertical-align:middle; width:18px; height:18px; padding-right:5px;}


.game_pan .bet { display: flex;align-items: center;justify-content: space-between;gap:4px; margin: 2px 0;}
.game_pan .bet li { cursor:pointer;background: #262f3c;border: 1px solid #262f3c;height:36px;display: flex;align-items: center;justify-content: space-between;padding:0 8px}
.game_pan .bet li .in_rate {color:#f4c500}
.game_pan .bet li.selected,.game_pan .bet li:hover {background: #f4c500;color: #000;}
.game_pan .bet li.selected .tt_o,.game_pan .bet li:hover .tt_o,.game_pan .bet li:hover .in_team {color:#000 !important}
.game_pan .bet .away2 { width:calc(50%);}
.game_pan .bet .home { width:41%;}
.game_pan .bet .away { width:41%;}
.game_pan .bet .home2 { width:calc(49.5%);}
.game_pan .bet .home3 { width:calc(33%);}
.game_pan .bet .away2 { width:calc(50%);}
.game_pan .bet .vs,.game_pan .bet .draw { width:10%; justify-content: center;}

.game_pan .more span { background:transparent; color: #000;background:#f4c500; border: 1px solid #f4c500;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;cursor: pointer;}
.game_pan .more.on span {background: #000;color:#fff;}

.game_pan .bet .vs {cursor: default;}
.game_pan .bet .vs:hover {background: #262f3c;}
.game_pan .bet .more { width:8%;    padding: 0;}
.game_pan li span.vs  {text-align:center;width:100px;}
.game_pan .bet .ar1 {}
.game_pan .bet .ar1:after { content:'↑'; display:inline-block; padding:0 5px; color:#ff0000; font-style:normal;}
.game_pan .bet .ar2:after { content:'↓'; display:inline-block; padding:0 5px; color:#00deff; font-style:normal;}
.game_pan .bet .h:after { content:'H'; display:inline-block; padding:0 5px; color:#42ff00; font-style:normal;}
.game_pan .bet .in_cc { text-align:center; width:100%;}
.game_pan .col2 li { width:calc(100% / 2 - 2px)!important;}
.game_pan .col3 li { width:calc(100% / 3 - 2px)!important;}
.game_pan .live { overflow:hidden; padding:5px 0; width:calc(100% - 40px);}
.game_pan .live li { float:left; text-align:center;}
.game_pan .live .score { width: calc(50% - 34px);}
.game_pan .live .score b { color:#97b9ea; letter-spacing:1px; font-size:20px; }
.game_pan .live .vs {letter-spacing:2px; font-weight:bold; font-size:20px; width:64px;}

.history .ar1:after { content:'↑'; display:inline-block; padding:0 5px; color:#ff0000; font-style:normal;}
.history .ar2:after { content:'↓'; display:inline-block; padding:0 5px; color:#00deff; font-style:normal;}
.history .h:after { content:'H'; display:inline-block; padding:0 5px; color:#42ff00; font-style:normal;}

.view .tit {  padding:5px 0 5px 8px; color:#97b9ea; background:#262f3c; font-size:13px;color: #1f7aff;border-top: 2px solid #1f7aff;}
.view .bet { overflow:hidden;} 
.view .bet li { float:left;}
.view .bet li > span {height:40px; line-height:40px; display:block; font-size:13px;}
.view .bet li > span > b { font-weight:normal; padding:0 5px; color:#fff; letter-spacing:normal; font-size:14px;}
.view .bet li .in_team { float:left;}
.view .bet li .in_rate { float:right; text-align:right;}
.view .bet.col2 li { width:calc(100% / 2 - 2px);}
.view .bet.col3 li { width:calc(100% / 3 - 2px);}

.off .bet li { cursor:default;background-image: linear-gradient(to bottom, #161616, #0c0c0c);}
.off .bet li span { color:rgba(255, 255, 255, 0.3)!important;}
.off .tit li {color:rgba(255, 255, 255, 0.3)!important;}
.off .time {color:rgba(255, 255, 255, 0.3)!important;}
.game_pan li.off { cursor:default;background-image: linear-gradient(to bottom, #161616, #0c0c0c);}

.soccer .con { background:url(../../images/game/sbg1_1.jpg) no-repeat center center; background-size:cover;}
.basketball .con { background:url(../../images/game/sbg1_2.jpg) no-repeat center center; background-size:cover;}
.baseball .con { background:url(../../images/game/sbg1_3.jpg) no-repeat center center; background-size:cover;}
.hockey .con { background:url(../../images/game/sbg1_4.jpg) no-repeat center center; background-size:cover;}
.volleyball .con { background:url(../../images/game/sbg1_5.jpg) no-repeat center center; background-size:cover;}
.esports .con { background:url(../../images/game/sbg1_6.jpg) no-repeat center center; background-size:cover;}

.game_screen { text-align:center; margin-bottom:10px;}
.game_screen h3 {height:45px; line-height:45px; font-weight:normal;text-align:right; padding-right:20px;background-image: linear-gradient(to bottom, #212121, #1b1b1b); position:relative;    border-radius: 4px 4px 0 0;font-size: 13px;}
.game_screen h3:before { content:''; display:block; width:200px; height:30px; background:url(../../images/common/logo.png) no-repeat; background-size:contain; position:absolute; top:8px; left:20px;}
.game_screen .con {background: linear-gradient(90deg,#4e0000 20%,#931111 50%,#13539d 50%,#072850 80%);    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);}
.game_screen .con .gsc_1 { padding:0px 20px;   display: flex;align-items: center;justify-content: space-between;height: 60px;}
.game_screen .con .gsc_1 li { float:left;}
.game_screen .con .gsc_1 .home,.game_screen .con .gsc_1 .away {width:calc(50% - 20px); color:#fff; font-size:17px; text-align:left;}
.game_screen .con .gsc_1 .away { text-align:right;}
.game_screen .con .gsc_1 .vs { width:40px;font-size:27px; position:relative; flex-basis: 80px;   border-top: 1px solid #465871;background: linear-gradient(0deg, #1a2029 0%, #344255 100%);transform: skewX(-10deg);
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.3), 5px 1px 5px rgba(0, 0, 0, 0.3);    height: 60px;align-items: center;display: flex;justify-content: center;}
.game_screen .con .gsc_1 .vs span {background: linear-gradient(to bottom, #fff 0%, #999 90%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 30px;font-weight: 700;letter-spacing: -1px;
        filter: drop-shadow(2px 2px 2px #000);}

.game_screen .con .gsc_2 { background:rgba(0, 0, 0, 0.3); padding:5px 15px 0 15px; height:calc(100% - 5px);}
.game_screen .con .gsc_2 .gsc_1 { margin-top:0; background:0; padding:10px 0 0 0 ;}
.game_screen .con .gsc_2 .league { background:rgba(0, 0, 0, 0.9); padding:5px 10px; position:relative; text-align:left; }
.game_screen .con .gsc_2 .league .ii { position:relative; top:3px; padding-right:5px;}
.game_screen .con .gsc_2 .league b { position:absolute; right:10px; top:5px; display:block; text-align:right; letter-spacing:1px; font-size:14px; font-weight:normal;}
.game_screen .con .gsc_2 .td {}
.game_screen .con .gsc_2 dl { overflow:hidden;border-bottom:1px solid rgba(255, 255, 255, 0.1)!important; padding:7px 0;}
.game_screen .con .gsc_2 dl dt { float:left; width:70px; text-align:left; padding-left:10px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.game_screen .con .gsc_2 dl ul { float:left; width:calc(100% - 80px);display:flex;  }
.game_screen .con .gsc_2 dl ul li { width:100%;}
.game_screen .con .gsc_2 .td1, .game_screen .con .gsc_2 .td2 {border-top:1px solid rgba(255, 255, 255, 0.1)!important;}
.game_screen .con .gsc_2 .td1 { background:rgba(255, 255, 255, 0.2);border-bottom:1px solid rgba(255, 255, 255, 0.1)!important;}
.game_screen .con .gsc_2 .td1 li,
.game_screen .con .gsc_2 .td1 dt {} 
.game_tab { display:flex; margin-bottom:10px;}
.game_tab li { width:100%;text-align:center; height:36px; line-height:36px; font-size:13px; cursor:pointer; background:#262f3c; border:1px solid #262f3c}
.game_tab .on { border:1px solid #4b84ef; background:#262f3c;color:#4b84ef}

.domestic {min-height: 700px;}
.domestic > .game_pan_w > .game_pan { margin-bottom:15px;}
.domestic .tit { padding:0 0 0 0px; background:rgba(0,0,0,0.5);}
.domestic .dome_w .bet_w { margin-top:1px;display: flex;align-items: center;justify-content: space-between;gap:4px;}
.domestic .dome_w .bet_w .time { width:12%;height:40px; text-align:center; font-size:12px; letter-spacing:normal;font-weight:300; color:rgba(255, 255, 255, 0.6);display: flex;align-items: center;justify-content:center;}
.domestic .dome_w .bet_w .time b { padding-left:5px; font-weight:normal; font-size:13px;} 
.domestic .dome_w .bet_w .time .ing { color:#00FFFF;}
.domestic .dome_w .bet_w .time .done { color:#FF0000;}
.domestic .dome_w .bet_w .bet {width:82%;}
.domestic .dome_w .bet_w .more {width:5% ;height: 36px;text-align: center;}
.domestic .dome_w .bet_w .more b { height:40px; line-height:40px; border-radius:0; margin-top:1px;}
.domestic .dome_w .bet_w .open { float:left;}
.domestic .dome_w .open_w { display:none;padding:1px 50px 20px 152px;}
.domestic .dome_w .open_w .tit { padding:3px 0 3px 5px; color:#BBA2FF; font-size:13px; background:#000;}
.domestic .dome_w .bet_w .bet .home, 
.domestic .dome_w .bet_w .bet .away {width:45%;}

.result .dome_w .bet_w .bet {width: calc(100% - 258px);}
.result .dome_w .bet_w .score {  width:6%; text-align:center;border: 1px solid #000; background:#333; height: 40px; color:#eee;display: flex;align-items: center;justify-content: center;border-radius: 4px;}
.result .dome_w .open_w .game_pan { overflow:hidden;}
.result .dome_w .open_w .score {  width:5%; text-align:center;border: 1px solid #000; background:rgba(255, 255, 255, 0.6); height: 40px; line-height: 40px; letter-spacing:normal; color:#000;}
.result .dome_w .open_w .game_pan .bet {  width:calc(100% - 57px); float:left;}


/* LiveBet */
.ttbanner {width:100%;position: relative;    background: rgba(0,0,0,0.3);padding: 0 10px;border-radius: 4px;}
.ttbanner img {width: 100%;}
.ttbanner img.main {position: absolute;left:0;top:0;width:100%;}
.ttbanner .title {position: absolute;left:25px;top:20px;color: #ff3838;font-weight: 700;    background: rgba(0,0,0,0.7);padding: 0 10px;border-radius: 6px;}
.ttbanner .title small {font-size: 14px;color:#bc6e6e;margin-left:10px}
.ttbanner .shadows {width: 130%;height: 50px;box-shadow: 0px -30px 40px rgba(0,0,0,0.8);position: absolute;bottom: -50px;left: -10%;}
.ttbanner .cont {position: absolute;right:15px;bottom:10px;color: #fff;font-weight: 700;padding: 0 10px;font-size: 34px;}
.ttbanner .cont img {height:80px}

.evol_w { overflow:hidden;}
.evol_w li { float:left; width:calc(50% - 10px); margin:0 10px 10px 0;}
.evol_w li:nth-child(n2) { margin-right:0;}
.evol_w li a { display:block; height:160px; padding-left:30px; position:relative;}
.evol_w li a:after { content:''; display:block; width:48px; height:48px; background:url(../../images/live/evol_ar.png) no-repeat;  position:absolute; top:50px; right:40px;}
.evol_w li a:hover {opacity:0.6;}
.evol_w li a > p { padding-top:45px; font-size:13px; letter-spacing:normal; color:rgba(255, 255, 255, 0.5);}
.evol_w li a > p > b { display:block; font-size:30px; font-weight:600; color:#fff;text-shadow:5px 5px 10px #000000;}
.evol_w .ev1 a { background:url(../../images/live/evol_01.jpg) no-repeat top right; background-size:cover;}
.evol_w .ev2 a { background:url(../../images/live/evol_02.jpg) no-repeat top right; background-size:cover;}
.evol_w .ev3 a { background:url(../../images/live/evol_03.jpg) no-repeat top right; background-size:cover;}
.evol_w .ev4 a { background:url(../../images/live/evol_04.jpg) no-repeat top right; background-size:cover;}
.evol_w .ev5 a { background:url(../../images/live/evol_05.jpg) no-repeat top right; background-size:cover;}
.live_screen { overflow:hidden; margin:0 auto 20px; position:relative; margin-top:20px;}
.live_screen iframe { border:none;}
.live_history { margin-top:20px;}
.live_history .title b:after { display:none;}
.live_pan { display:flex; width:100%; margin-bottom:12px;}
.live_pan .lp { width:100%; margin:0 6px;}
.live_pan .lp ul {display:flex;}
.live_pan .lp ul li { width:100%; box-shadow: inset 1px 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);background-image: linear-gradient(to bottom, #272727, #121212);border: 1px solid #000;cursor: pointer; text-align:center;}
.live_pan .lp ul li > p { width:100px; height:100px; border-radius:50%; background:#000; margin:5px auto; position:relative;}
.live_pan .lp ul li > p > u { font-size:20px; text-decoration:none; display:block; padding-top:25px;line-height:1.3em;}
.live_pan .lp ul li > p > b { display:block; line-height:1.3em; padding-top:5px; font-size:13px; letter-spacing:1px;}
.live_pan .lp ul li > p > .num { position:absolute; top:5px; width:100%; text-align:center; left:0; font-size:12px; color:rgba(255, 255, 255, 0.5); letter-spacing:1px;}
.live_pan .lp .over { background:url(../../images/common/on.png); }
.virtual_w .bet .over { background:url(../../images/common/on.png); }
.token_w .top_txt { margin-bottom:20px; background:rgba(255, 255, 255, 0.1); color:#fff; text-align:center; padding:10px;}
.virtual_w {}
.virtual_w .bet_w { margin-bottom:0px;}
.virtual_w .bet_w .bet li { width:calc(100% / 3 - 2px)!important;}
.live_time { overflow:hidden; padding:5px 10px; background:#fff; width:calc(100% - 20px);} 
.live_time dt { float:left; color:#000; font-size:13px;}
.live_time dt b { padding:0px 5px; color:#0000FF; font-weight:normal; letter-spacing:normal;}
.live_time dd { float:right; text-align:right; color:#000;font-size:13px;}
.live_time dd b { padding:0 5px;color:#FF0000; letter-spacing:normal;}
.live_time dd i {color:#000;}
.live_time dd .link { display:inline-block; background:#ec4446; border-radius:3px; padding:0 4px; font-size:17px; margin-left:10px;}
.live_tit { text-align:center; color:#BBA2FF; padding:5px 0; letter-spacing:normal; font-weight:normal; background:url(../../images/common/bar.png) no-repeat; background-size:100% 100%;}
.livebet_w .live_time { width:calc(100% - 33px)!important; margin:0 auto 5px;}

.n_live_w { display:flex; margin-bottom:20px;    width: calc(100% - 320px);}
.n_live_w .nl_l { width:830px; background:rgba(255, 255, 255, 0.05);}
.n_live_w .nl_r { width:calc(100% - 840px); margin-left:10px; background:rgba(255, 255, 255, 0.05); position:relative;}
@media only screen and (max-width: 1600px) {
.n_live_w .nl_l { width:660px;}
.n_live_w .nl_r {width:calc(100% - 650px);}
}
@media only screen and (max-width: 1450px) {
.n_live_w { display:block;        width: 100%;}
.n_live_w .nl_l { width:830px; margin:0 auto 10px;}
.n_live_w .nl_r { width:100%;}
}
.game__frame{position:relative;width:100%;text-align:center; margin:0px auto;}
.game__frame .target0{position:relative; width:508px; height:395px; overflow:hidden; margin:0 auto;}
.game__frame .target1{/* position:absolute; */top:0px;left:0px;margin-left:-75px;margin-top:-200px;}
.game__frame .target2{border:0px; width:1600px; height:1000px; -webkit-transform:scale(1); -webkit-transform-origin:top left;}
.nl_r .nl_time { margin-bottom:10px; display:flex;}
.nl_r .nl_time li { width:100%; padding:10px 15px; background:rgba(255, 255, 255, 0.5); position:relative;}
.nl_r .nl_time li p { position:absolute; top:10px; right:15px; text-align:right;}
.nl_r .nl_time li p > b { letter-spacing:1px; color:#eaff00;}
.nl_r .nl_time li:nth-child(2) { background:#9a90b7;}
.nl_r .nl_tab { display:flex; margin-bottom:10px;}
.nl_r .nl_tab li { width:100%; display: flex;justify-content: center; align-items: center; height:70px; background:rgba(0, 0, 0, 0.5); border:1px solid rgba(255, 255, 255, 0.1); font-size:20px; cursor:pointer;}
.nl_r .nl_tab .on { border:1px solid #fff; color:#fff;}
.nl_r .nl_pan_w { display:none;}
.nl_r .nl_pan_w.on { display:block;}
.nl_r .nl_pan_w .ip + .ip { margin-top:10px;}
.nl_r .nl_pan_w .ip { text-align:center;}
.nl_r .nl_pan_w .ip h3 { text-align:center; background:rgba(0, 0, 0, 0.3);  padding:8px 5px; font-weight:normal;font-size: 15px;}
.nl_r .nl_pan_w .ip > ul { display:flex;}
.nl_r .nl_pan_w .ip > ul li { width:100%; background:rgba(255, 255, 255, 0.07); cursor:pointer;}
.nl_r .nl_pan_w .ip > ul li:hover {background:rgba(255, 255, 255, 0.14);}
.nl_r .nl_pan_w .ip > ul li + li { margin-left:2px;}
.nl_r .nl_pan_w .ip > ul li .num { display:block; font-size:12px; background:rgba(255, 255, 255, 0.1); padding:2px; letter-spacing:1px;}
.nl_r .nl_pan_w .ip > ul li .con { display:inline-block; width:60px; height:60px; border-radius:50%; margin:10px 0;}
.nl_r .nl_pan_w .ip > ul li .con > p { font-size:18px; padding-top:17px;line-height:1.2em;}
.nl_r .nl_pan_w .ip > ul li .con > u { display:block; text-decoration:none; font-size:11px; letter-spacing:normal; line-height:1.2em;}
.nl_r .nl_pan_w .ip > ul .line .con {width:55px; height:55px; background:none!important;}
.nl_r .nl_pan_w .ip > ul .c1 .con { background:#1b6bcf;}
.nl_r .nl_pan_w .ip > ul .c2 .con { background:#d73d3f;}
.nl_r .nl_pan_w .ip > ul .c3 .con { background:#167329;}
.nl_r .nl_pan_w .ip > ul .c1.line .con { border:3px solid #1b6bcf; }
.nl_r .nl_pan_w .ip > ul .c2.line .con { border:3px solid #d73d3f;}
.nl_r .nl_pan_w .ip > ul .c3.line .con { border:3px solid #167329;}
.nl_r .nl_pan_w .ip > ul .tt .con > p { padding-top:13px; font-size:18px;}
.nl_r .nl_pan_w .ip > ul .tt.line .con > p {padding-top:11px;}
.nl_r .nl_pan_w .ip > ul .ts .con > p { font-size:13px;padding-top:23px;}
.nl_r .nl_pan_w .ip > ul .over,
.nl_r .nl_pan_w .ip > ul .over:hover { background:linear-gradient(45deg, #022754, #255bd1);}
.nl_r .nl_pan_w .ip > ul .over .con { background:#fff;}
.nl_r .nl_pan_w .ip > ul .over .con > p, 
.nl_r .nl_pan_w .ip > ul .over .con > u { color:#000;}
.nl_r .nl_done { display:none;position:absolute; text-align:center; width:100%; height:100%; display:flex;justify-content: center;    align-items: center; background:rgba(0, 0, 0, 0.0); font-size:30px;filter: blur(0px); z-index:1000;}
.nl_r .nl_done i { color:#BBA2FF; padding-right:5px; font-size:30px;}
.nl_r.done .nl_time, .nl_r.done .nl_tab, .nl_r.done .nl_pan_w {filter: blur(5px); z-index:90;}



/* History */
.resultt {}
.resultt.win { color:#ffff00;}
.resultt.lose { color:#666666;}
.resultt.ing { color:#00FFFF;}
.resultt.exp { color:#FF00FF;}

.history_w {min-height: 700px;}
.history { margin-bottom:20px;}
.history table { width:100%;}
.history table thead td { text-align:center; color:#fff;font-weight:normal; padding:8px 0; font-size:13px;background: #0040ff;}
.history table tbody {background:#b9b2a8;}
.history table tbody td {border:1px solid #fff; border-bottom:1px solid #fff;padding:8px 5px; text-align:center;}
.history table tbody td.selected {background: #f4c500;}
.history table tbody td.selected{ color:#fff!important; }
.history table tbody td.selected span { color:#000 !important; }

.history table .time { font-size:13px; color:#444; width:120px; letter-spacing:1px; padding:8px 0;}
.history table .league { width:150px; text-align:left; padding-left:10px}
.history table .league .in_league { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width:150px; float:left}
.history table .type { width:80px;}
.history table .home {}
.history table .vs {width:100px;}
.history table .away {}
.history table .score {width:120px; letter-spacing:1px;}
.history table .resultt {width:100px;}
.history table .home, 
.history table .away { width:25%; overflow:hidden; padding:8px 10px;}
.history table .home span, 
.history table .away span {  text-align:left; float:left;}
.history table .home .in_team { float:left;}
.history table .home .in_rate { float:right; text-align:right;}
.history table .away .in_team { float:right;text-align:right;}
.history table .away .in_rate { float:left; }
.history table .num { width:100px;}
.history table .live { width:23%;}
.history table .ch { width:30px;}
.history .total { border-bottom:1px solid #fff; padding:0px 10px;display: flex;align-items: center;justify-content: space-between;height:40px;background: #a5bde1;border: 1px solid #fff;}
.history .total > li { float:left;}
.history .total .check { width:40px;}
.history .total .resultt { font-weight:bold; font-size:14px; text-align:right;}
.history .total .txt { width:calc(100% - 90px); text-align:center;display: flex;align-items: center;justify-content: space-between;}
.history .total .txt > li { display:flex;align-items: center; font-size:13px;}
.history .total .txt > li:after { content:''; width:1px; height:12px; background:rgba(255, 255, 255, 0.5); display:inline-block; margin:0 5px 0 8px;}
.history .total .txt > li:last-child:after { display:none;}
.history .total .txt > li b { color:#326193; font-weight:normal; letter-spacing:1px; padding-left:10px;}
.history .total.win { border-bottom:2px solid #ffff00}
.history .total.lose { border-bottom:2px solid #666666}
.history .total.ing { border-bottom:2px solid #00FFFF}
.history .total.exp { border-bottom:2px solid #FF00FF}
.history .ii, .live_history .ii { position:relative; top:2px;}

/* Board */
.paging { text-align:center; font-size:0; margin-top:10px;}
.paging a { display:inline-block;}
.paging .pg_1:after { content:''; width:18px; height:13px; background:url(../../images/common/ar1.png) no-repeat; display:block;}
.paging .pg_2:after { content:''; width:9px; height:13px; background:url(../../images/common/ar2.png) no-repeat; display:block;}
.paging .pg_3:after { content:''; width:9px; height:13px; background:url(../../images/common/ar3.png) no-repeat; display:block;}
.paging .pg_4:after { content:''; width:18px; height:13px; background:url(../../images/common/ar4.png) no-repeat; display:block;}
.paging a { cursor:pointer;}
.paging .ar { padding:5px 10px;}
.paging .ar i { position:relative; top:6px;}
.paging .num { padding:2px 10px; border-radius:3px; background:rgba(255, 255, 255, 0.1); margin:0 2px; font-size:12px; letter-spacing:1px;}
.paging .num.on { cursor:default; background:#fff; color:#000;}

.ipw { border:1px solid rgba(255, 255, 255, 0.2); border-radius:4px; background:#fff; padding:5px 10px;height: 38px;}
.ipw::placeholder { color:rgba(255, 255, 255, 0.7); }
.ipw.ipw1 { width:calc(100% - 12px);}
.ipw.ipw2 { width:300px;}
.ipw.ipw3 { width:200px;}
.ipw.ipw4 { width:80px;}
.ipw.text {width:calc(100% - 12px); border-radius:10px;}

.board_list {min-height:200px;}
.board_list table thead {}
.board_list table thead td { font-size:11px; letter-spacing:1px;}
.board_list table .num { width:80px; font-size:13px; letter-spacing:1px;}
.board_list table .num .hot { display:inline-block; border-radius:3px; padding:0px 4px; color:#fff;text-transform: uppercase; letter-spacing:1px; font-size:12px;background:#9b7316}

.board_list table .ii_name { width:150px; text-align:left; padding-left:10px;}
.board_list table .date { width:120px; font-size:13px; letter-spacing:normal; color:rgba(255, 255, 255, 0.5);}
.board_list table .tit { text-align:left; padding-left:15px;cursor: pointer;}
.board_list table .tit a { padding-right:5px;}
.board_list table .tit .i-new { font-size:18px; color:#BBA2FF; padding:0 1px; position:relative; top:2px;}
.board_list table .tit .i-bet { font-size:18px; color:#fff; padding:0 1px; position:relative; top:2px;}
.board_list table .tit .re { color:#BBA2FF;  padding:0 1px;}
.board_list table tbody tr:hover td { background:rgba(0, 0, 0, 0.4);}
.board_list table .top td { background:rgb(9 22 60 / 30%);}
.board_list table .top:hover td {background:rgb(9 22 60 / 50%);}
.board_list table .ch { width:50px;}
.board_list table .state { width:100px;}
.board_list table .state.no { color:#FF0000;}
.board_view {min-height: 700px}
.board_view table thead td {background: #24310d;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.board_view table .tit { text-align:left; padding-left:20px; font-size:17px;}
.board_view table .ii_name {width:150px; text-align:left; padding-left:10px;}
.board_view table .date { width:120px; font-size:13px; letter-spacing:normal; color:rgba(255, 255, 255, 0.5);}
.board_view table .con { padding:20px 30px;}
	.board_bet { margin-top:20px; }
	.board_bet .board_bet_tit { text-align:center;background:#BBA2FF; color:#000; font-size:17px; font-weight:500; border-radius:3px;}
.board_view .comment_w { margin-top:20px;}
.board_view .comment_w ul { overflow:hidden; padding:15px 10px; border-bottom:1px solid  rgba(255, 255, 255, 0.2);}
.board_view .comment_w ul li { float:left;}
.board_view .comment_w .ii_name { width:150px;}
.board_view .comment_w .txt { width:calc(100% - 300px);}
.board_view .comment_w .bt { width:150px; font-size:11px; letter-spacing:normal; color:rgba(255, 255, 255, 0.5);}
.board_view .comment_w .bt i { color:#FF0000; cursor:pointer; font-size:18px; position:relative; top:3px; padding-left:5px;}
.board_view .comment_w .write { background:rgba(255, 255, 255, 0.1);}
.board_view .comment_w .write .txt textarea { width:calc(100% - 20px); height:40px;}
.board_view .comment_w .bt .btn { display:block; width:100%; height:52px; line-height:50px; border-radius:3px; text-align:center;}
.board_write {}
.board_write table thead th, 
.board_write table tbody th { width:130px; padding-left:20px; text-align:left;}
.board_write table thead td,
.board_write table thead td { text-align:left; padding:8px 5px;}
.board_write table thead td,
.board_write table tbody td { padding:8px 15px;}
.board_write table .btn { margin:0 2px; height:37px; line-height:37px; vertical-align:middle; padding:0 10px; font-size:12px;}
.board_write table .btn_money { overflow:hidden; margin-top:5px;display: flex;align-items: center;gap:4px} 
.board_write table .btn_money li { float:left;}
.board_write table .btn_money li a {}
.board_write table .account_info { padding:5px 0 5px;}
.board_write table .account_info input { background:none; border:none; width:400px; color:#BBA2FF;}
.board_write table .account_info input:focus { outline:none;}

/* Pop */
.pop_w { background:#191919;}
.pop_w .pop { padding:20px;}
.pop_w .pop .title b:after { display:none;}

/* Chu */
.chu_w .chu_list {}
.chu_w .chu_list .num { width:150px; font-size:12px; letter-spacing:normal; color:rgba(255, 255, 255, 0.5);}
.chu_w .chu_list .ii_name  { text-align:left; padding-left:10px;}
.chu_w .chu_list .total { margin-bottom:10px;}
.chu_w .chu_list .total b { padding:0 5px; letter-spacing:1px; color:#BBA2FF;}
.chu_w .my { margin-bottom:20px;} 
.chu_w .my table th { width:150px;}
.chu2_w h3 { font-size:20px; font-weight:500; margin-bottom:10px;}
.chu2_w .chu2_1 { margin-bottom:50px;}
.chu2_w .chu2_1 table { border-top:2px solid #BBA2FF;}
.chu2_w .chu2_2 table { overflow:hidden;}
.chu2_w .chu2_2 table tbody th, .chu2_w .chu2_2 table tbody td { width:10%; padding:5px; font-size:13px; line-height:1.2em;}
.chu2_w .chu2_2 table tbody .btn { font-size:12px; padding:2px 10px;}
.chu2_w .my_roll {  border-top:2px solid #BBA2FF; overflow:hidden; background:rgba(255, 255, 255, 0.1);} 
.chu2_w .my_roll li { float:left; width:calc(100% / 5 - 1px); border-bottom:1px solid #000; overflow:hidden; border-right:1px solid #000;}
.chu2_w .my_roll li p { float:left; width:calc(100% - 70px); height:40px; line-height:40px; text-align:center; background:rgba(255, 255, 255, 0.05);}
.chu2_w .my_roll li b { float:left; display:block; width:70px; text-align:center;height:40px; line-height:40px; color:#91ed5f; font-weight:normal;}
.chu2_w .chu2_2 .next { background:#BBA2FF; position:relative;}
.chu2_w .chu2_2 .next:before { content:'└'; display:block; position:absolute; top:10px; left:-40px; font-size:30px;}
.chu2_detail ul { overflow:hidden; background:rgba(255, 255, 255, 0.05); padding:20px;}
.chu2_detail ul li { float:left; width:calc(100% / 5); text-align:center; margin-bottom:20px;}
.chu2_detail ul li input { width:calc(100% - 20px); text-align:center;}
.chu2_detail ul li p { margin-bottom:5px;}
.chu2_detail .my_roll { color:#91ed5f;} 


/* Check */
.check_w {}
.check_w .check_cal { margin-bottom:20px;}
.check_w .check_cal .check_td { width:100%; border:1px solid (255, 255, 255, 0.1);}
.check_w .check_cal .check_td thead { background:rgba(255, 255, 255, 0.1); }
.check_w .check_cal .check_td thead th { padding:5px 0; position:relative; font-weight:normal;  text-align:center;text-transform: uppercase; letter-spacing:1px; font-size:12px;}
.check_w .check_cal .check_td tbody { background:rgba(255, 255, 255, 0.05);}
.check_w .check_cal .check_td tbody td { padding:10px;height:40px; height:75px; vertical-align:top; border:1px solid rgba(255, 255, 255, 0.1);}
.check_w .check_cal .check_td thead th:nth-child(1), .check_w .check_cal .check_td tbody td:nth-child(1) { color:#FF0000;}
.check_w .check_cal .check_td thead th:nth-child(7), .check_w .check_cal .check_td tbody td:nth-child(7) { color:#00FFFF;}
.check_w .check_cal .check_td tbody .onn { background:url(../../images/common/check.png) no-repeat center center;}
.check_w .check_cal .tit { overflow:hidden; position:relative;}
.check_w .check_cal .tit .hit { position:absolute; top:3px; left:5px; padding-bottom:10px;}
.check_w .check_cal .tit .hit span { font-weight:bold;color:#BBA2FF;}
.check_w .check_cal .tit .num { margin:0 auto; text-align:center;}
.check_w .check_cal .tit .num .month { font-size:40px; font-weight:bold;color:#BBA2FF; padding:0 10px;}
.check_w .check_cal .tit .num i { display:inline-block; width:30px; height:30px; line-height:25px; font-size:30px; cursor:pointer; color:rgba(255, 255, 255, 0.6);}
.check_w .check_cal .tit .num i:hover { color:#fff;}
.check_w .check_cal .tit .btn { display:block; position:absolute; right:0; width:150px; height:40px; line-height:40px; top:10px;; text-align:center;}
.check_w .check_top { background:url(../../images/check/title.png) no-repeat center 45px rgba(0, 0, 0, 0.2); height:162px; text-align:center; padding-top:158px; margin-bottom:20px;}
.check_w .check_top dt {border: 1px solid rgba(255, 255, 255, 0.17); border-right:none; border-left:none;height: 45px; line-height: 45px; font-size:15px; letter-spacing:9px; width:720px; margin:0 auto 18px; text-align:center;}
.check_w .check_top dd { display:inline-block; width:353px; height:40px; border-radius:3px; background:#BBA2FF; color:#000; line-height:40px; font-size:16px;}
.check_w .check_top dd span { font-size:16px; font-family:verdana; font-weight:bold; color:#FF0000;}
.check_w .list1 b { color:#FF0000; letter-spacing:1px;}
.check_w .list1 u { color:#FFFF00;}

/* Charge */
.charge_list table thead td { font-size:14px;}
.charge_list table .del .btn { padding:3px 10px; font-size:12px;}
.charge_list .title b:after { display:none;}
.charge_w .list1 {     background: #265cb1;padding: 15px 20px;margin-bottom: 5px;color: #fff;border-radius: 10px;}

.charge_w .list1 h3 { font-size:20px; font-weight:500;display: flex;align-items: center;}
.charge_w .list1 h3 span {font-size:20px;margin-right:5px;color:#00ccff}
.charge_w .board_write table th {}
.charge_w .board_write .btn_wrap { margin-top:10px;}
.charge_w .board_write .mymoney { font-size:20px; font-weight:bold; letter-spacing:1px;}
.point_w .board_write { margin-bottom:30px;}
.point_w .tt_in { color:#66FFFF;}
.point_w .tt_out { color:#FF0000;}
.bank_w { margin-bottom:40px;}
.bank_w .tit { font-size:20px; padding-bottom:5px; font-weight:500;}
.bank_w table tbody { background:none;}
.bank_w table th { background:none; color:#BBA2FF; width:100px;}
.bank_w table td { text-align:left; padding-left:10px; color:rgba(255, 255, 255, 0.7);}
.bank_w table td p {color:rgba(255, 255, 255, 0.7);}
.bank_w table th, .bank_w table td { border-bottom:1px solid rgba(255, 255, 255, 0.2);}
.ch_select {  position:relative;}
.ch_select dt { cursor:pointer;width:600px; height:40px; line-height:40px; background:rgba(255, 255, 255, 0.1); padding:0 20px; font-size:16px; position:relative; border: 1px solid rgba(255, 255, 255, 0.2); border-radius:60px;}
.ch_select dt i { position:absolute; right:20px; top:12px; display:block;}
.ch_select dt:hover {background:rgba(255, 255, 255, 0.15);}
.ch_select > ul { position:absolute; top:40px; left:0; width:640px; background:#343434; z-index:1000; border:1px solid #5d5d5d; overflow:hidden; border-radius:20px;}
.ch_select > ul > li { border-bottom:1px solid rgba(255, 255, 255, 0.2); padding:15px; overflow:hidden; cursor:pointer;}
.ch_select > ul > li:hover { background:rgba(0, 0, 0, 0.1);}
.ch_select > ul > li > i { display:block; float:left; width:35px;}
.ch_select > ul > li > i:before { font-size:20px; color:#BBA2FF; position:relative; top:3px;}
.ch_select > ul > li > p { float:left; width:calc(100% - 35px);}
.ch_select > ul > li > p > b { color:#BBA2FF; display:block; font-size:18px;}


/* Members */
.login_bg {background:url(../../images/common/login_bg.jpg) no-repeat center center; background-size:cover;}
.login_main_bg {background:url(../../images/common/login_bg.jpg) no-repeat center center; background-size:cover;}
.login_w {}
.login_w .login { width:300px; margin:0px auto; padding-top:250px;}
.login_w .login h1 { text-align:center;}
.login_w .login h1 img { width:90%;}
.login_w .login .input { margin:15px 0 5px;}
.login_w .login .input li { margin-bottom:4px; position:relative;}
.login_w .login .input li i { display:block; position:absolute; top:15px; left:20px;}
.login_w .login .input input { border-radius:0px; padding:10px 10px 10px 40px; width:calc(100% - 53px); border:1px solid rgba(255, 255, 255, 0.1); background:rgba(255, 255, 255, 0.1);}
.login_w .login .input input:focus { outline:none;background:rgba(255, 255, 255, 0.2);}
.login_w .login .btns li { margin-bottom:3px;}
.login_w .login .btns li .btn { width:100%; border-radius:0px; padding:20px 0; text-align:center;text-transform: uppercase; line-height:5px; font-weight:bold; font-size:18px; }
.login_w .login .btns li.join .btn{background:transparent; border:2px solid #4E33FF; color:#fff; box-sizing: border-box;}


.login_w .login .inquiry { text-align:center; margin-top:20px;display:block; font-size:24px;}
.login_w .login .inquiry i { color:#BBA2FF; display:block; font-size:30px; padding-bottom:5px;}
.login_w .login .inquiry b { display:block; color:rgba(255, 255, 255, 0.3); letter-spacing:3px; padding-top:0px; font-size:11px;}
.login_w .capcha_w { border-radius:60px; width:calc(100% - 3px); margin:0px; padding:3px 0 3px 3px; margin-bottom:10px;border:1px solid rgba(255, 255, 255, 0.1); background:rgba(255, 255, 255, 0.1);} 
.login_w .capcha_w input { border:none; height:30px; width:calc(100% - 100px); background:rgba(255, 255, 255, 0.0); padding-left:10px; color:#fff;}
.login_w .capcha_w input::placeholder { color:#fff; }
.login_w .capcha_w input:focus { outline:none;}
.login_w .capcha_w img { width:80px; height:30px;}
.code_w {width:300px;margin:0px auto; padding-top:250px; text-align:center;}
.code_w .tit { font-size:24px;}
.code_w .tit b {display:block; color:rgba(255, 255, 255, 0.3); letter-spacing:3px;font-size:11px;}
.code_w .tit i {color:#BBA2FF; display:block; font-size:40px; padding-bottom:5px;}
.code_w .ipw { width:calc(100% - 12px); margin:10px 0 5px; height:30px; border-radius:60px; text-align:center;}
.code_w .ipw:focus { outline:none;}
.code_w .btn { width:100%; padding:10px 0; border-radius:60px;}
.login_bg .join_w { width:1000px; margin:0 auto; padding-top:100px;}
.login_bg .join_w .title { text-align:center;}
.login_bg .join_w .td1 { overflow:hidden; border-radius:20px;}
.join_w table td .txt { display:inline-block; font-size:12px; padding-left:5px;}
.join_w table thead th,  
.join_w table tbody th { width:90px;}
.pop_cs {}
.pop_cs table th { width:100px;}
.pop_cs table .num input { width:200px;}
.pop_cs table .num img { height:36px;}
.pop_cs .list_s { margin-top:5px;}
.pop_cs .list_s b { font-size:13px; color:#BBA2FF;}
.pop_cs .btn_wrap { margin-bottom:0;}



/* Main_Popup */
.main_popup_w {display:none;position:relative; width:1200px; height:0; margin:0 auto;}
.main_popup_w .main_popup { background:#333; z-index:10000000; border:1px solid #1c1c1c; position:absolute; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7)  ; }
.main_popup_w .main_popup dl { overflow:hidden;background:#1c1c1c; height:40px;}
.main_popup_w .main_popup dl dt { float:left; padding:10px 0 0 10px;}
.main_popup_w .main_popup dl dt a { font-size:13px; color:#fff; cursor:pointer;}
.main_popup_w .main_popup dl dd { float:right; text-align:right; padding:10px 10px 0 0 ;}
.main_popup_w .main_popup dl dd a { text-align:right; font-size:12px; color:rgba(255, 255, 255, 0.5);}
.main_popup_w .main_popup .main_popup_con { overflow:hidden;}
.main_popup_w .main_popup .main_popup_con img { width:100%;}
.main_popup_w .main_popup .mp_tit { background:url(../../images/common/popup_tit2.png) no-repeat center center #BBA2FF; height:50px;}

/* construction */
.const_bg {}
.const_w { width:700px; margin:100px auto 0; background:#000; padding:50px;}
.const_w h1 { text-align:center; font-size:50px; font-weight:100;}
.const_w h1 i { display:block; margin:0 auto; color:#BBA2FF; font-size:50px;}
.const_w h1 b { display:block; font-size:13px; letter-spacing:5px; color:rgba(255, 255, 255, 0.3); position:relative; top:-10px;}
.const_w h1:after { content:''; display:block; width:30px; height:4px; background:#fff; margin:10px auto;}
.const_w .con { text-align:center; padding-top:20px; font-size:17px;}


/* Loading */
.loading_w { display:none; position:relative;}
.loading_w .loading { position:absolute; left:50%; margin-left:-50px; top:300px;}
.loading_w .loading i { display:block; margin:0 auto; font-size:100px; }

.game_pop_w { }
.game_pop_w .game_pop {  width:400px; height:420px;  z-index:100000; background:#454546;box-shadow:5px 5px 20px #000000;}
.game_pop_w .game_pop h2 {background-image: linear-gradient(to bottom, #555655, #454546); color:#fff; font-size:20px; padding:20px 0 10px; text-align:center;}
.game_pop_w .game_pop h2 u { text-decoration:none; display:block; color:#BBA2FF; font-size:11px; padding-top:5px; font-weight:normal;}
.game_pop_w .game_pop .btns { text-align:center; width:100%; padding-top:10px;}
.game_pop_w .game_pop .btns a { display:inline-block; width:calc(50% - 20px);background: linear-gradient(to top, #091f35, #214d77);line-height: 30px; height:30px; color:#fff;    border: 1px solid #3f74a8;}
.game_pop_w .game_pop .con { height:260px; overflow-y:scroll; padding:10px;}
.game_pop_w .game_pop .con dl { padding:10px;border: 1px solid rgba(255, 255, 255, 0.2);background: rgba(0, 0, 0, 0.3); margin-bottom:4px;}
.game_pop_w .game_pop .con dl dt { color:#fff;}
.game_pop_w .game_pop .con dl dt b { color:#FF0000;}
.game_pop_w .game_pop .con dl dd { color:rgba(255, 255, 255, 0.5);}
.game_pop_w .game_pop .con dl dd b { color:#fff;}
.game_pop_w .game_pop .con dl dd b u { text-decoration:none; color:#BBA2FF;}
#loading_mask {	position: fixed;	width: 100%;	height: 100%;	top: 0px;	left: 0px;	 display: none; 	 background-color:#000;	 opacity: 0.3;}


/* new */
.n_layer_pop {overflow-x: hidden; overflow-y: auto; width:100%; height:100%; background:#000; z-index:10000; position:fixed; top:0; left:0; outline:0; background:url(../../images/main/pop_bg.jpg) no-repeat center center; background-size:cover;}
.n_layer_pop .con { width:1100px; margin:0 auto; padding:20px 0;}
.n_layer_pop .con .tit { overflow:hidden; padding-bottom:3px; margin-bottom:20px; border-bottom:2px dashed #BBA2FF;}
.n_layer_pop .con .tit h3 { font-size:40px; font-weight:600; color:#BBA2FF; float:left;}
.n_layer_pop .con .tit .close { float:right; text-align:right; cursor:pointer;transition-duration: 0.4s;}
.n_layer_pop .con .tit .close:hover {transform: rotate(180deg);}
.n_layer_pop .con .tit .close i { font-size:50px;}
.n_layer_pop .con .icon { overflow:hidden; text-align:center; font-size:0;}
.n_layer_pop .con .icon li { display:inline-block; width:calc(100% / 7 - 18px); margin:0 20px 20px 0;transition-duration: 0.4s; vertical-align:top;}
.n_layer_pop .con .icon li:nth-child(7n) { margin-right:0;}
.n_layer_pop .con .icon li img { width:100%;transition-duration: 0.4s;}
.n_layer_pop .con .icon li p { text-align:center;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.n_layer_pop .con .icon li:hover { opacity:0.5;}
.n_layer_pop .con .icon li:hover img {filter: grayscale(100%);}
.n_layer_pop_bg { overflow:hidden;}
.n_layer_pop_bg { overflow:hidden;}
.n_layer_pop .search_w { text-align:center; margin-bottom:20px; border-radius:10px; background:rgba(255, 255, 255, 0.1); padding:20px;}
.n_layer_pop .search_w #slot_name { width:200px; border:1px solid #BBA2FF; background:#BBA2FF;color:#000; height:30px; border-radius:3px; display:inline-block; vertical-align:top;}
.n_layer_pop .search_w #btn_slot_search { width:60px;border:1px solid #BBA2FF; height:30px; line-height:30px; color:#fff; display:inline-block; border-radius:3px; vertical-align:top;}


/* spade */
.spade_w { font-size:0;}
.spade_w li { display:inline-block; margin:5px; width:calc(100% / 5 - 10px); vertical-align:top; font-size:12px;}
.spade_w li a { overflow:hidden;border:1px dashed #BBA2FF; border-radius:5px; display:block;}
.spade_w li a img { width:100%;}
.spade_w li a:hover {opacity:0.5;}
.spade_w.list li {width:calc(100% / 5 - 10px); }
.spade_w.list li p { text-align:center; padding:7px;}
.spade_slot_w { font-size:0;}
.spade_slot_w li { display:inline-block; width:calc(100% / 4 - 10px); margin:5px;position: relative; overflow: hidden; vertical-align:top;}
.spade_slot_w li a { display:block; text-align:center; display:block; cursor:pointer; border:1px dashed #BBA2FF; border-radius:5px; height:200px;}
.spade_slot_w li a .pic { display:block;}
.spade_slot_w li a .pic img { width:60%; position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; }
.spade_slot_w li a p { position:absolute; font-size:18px; bottom:12px; width:100%; text-align:center;}
.spade_slot_w li a:hover {opacity:0.5;}
.spade_slot_w2 {}
.spade_slot_w2 .pic {}
.spade_slot_w2 .btns { font-size:0;}
.spade_slot_w2 .btns li {  width:calc(100% / 4 - 12px); display:inline-block; margin:0 15px 15px 0; }
.spade_slot_w2 .btns li:nth-child(4n) { margin-right:0;}
.spade_slot_w2 .btns li a { display:block; cursor:pointer;display:block;border:1px dashed #BBA2FF; overflow:hidden; border-radius:10px; cursor:pointer; position:relative;}
.spade_slot_w2 .btns li a img { width:100%;transition-duration: 0.4s;}
.spade_slot_w2 .btns li a:hover {  opacity:0.5;}
.spade_slot_w2 .btns li a:hover img {filter: grayscale(100%);}
.spade_slot_w2 .btns li a p { display:none;}


.bil_casino { margin-top:30px;margin-bottom:230px;display: flex;justify-content: space-between;gap:10px;}
.bil_casino  {position:relative;}
.bil_casino  a {display: block;background: #000;border-radius: 0px;position:relative;  ;padding: 1px;}
.bil_casino  img { width:100%;}
.bil_casino  p { text-align:center; width:100%;height:36px;font-size:21px;line-height: 40px;background: #000710;-webkit-background-clip: text;-webkit-text-fill-color: transparent;position: absolute;left:0;bottom:0;transition: 0.3s;
    background-image: -webkit-linear-gradient(180deg, #cc63ff, #cc63ff, #6e00ff, #6e00ff);font-weight: 400;background-color: rgb(0 0 0 / 25%);font-family: 'establishRetrosansOTF', sans-serif;}
/*.bil_casino li a:hover {transform: scale(1.02);}*/
.bil_casino .ent {position: absolute;left:0;top:40%;width:100%;text-align:center;display: flex;align-items: center;justify-content: center;height:50px;}
.bil_casino .ent span {background:repeating-linear-gradient(45deg, #f89934, #01050c 110px);padding:10px 30px;font-size: 21px;border-radius: 4px;transition: 0.4s;}
.bil_casino .ent span:hover {filter: brightness(1.2);font-size: 23px;}

.bil_casino.spade {flex-wrap: wrap;justify-content: center;}
.bil_casino.spade  a{width:19.3%}
.bil_casino.spade  a img.vbg {}
.bil_casino.spade  a img.vlogo {position:absolute;top:10px;right:10px;height:50px;width:inherit;background: rgba(0,0,0,0.5);padding: 0 5px;border-radius: 4px;transition: 0.3s;}




.main_popup {position: absolute;z-index: 9999}
.pop_title1 {width: 100%;text-align: center;margin-top: 65px;height: 30px;line-height: 30px;color: #fff;font-size: 14px;}
.pop_content1 {min-height: 410px;margin-top: 0px;text-align: center;color: #333;}
.pop_foot {height: 40px;text-align: right;color: #fff;padding-right: 40px;padding-left: 40px;margin-top:-15px;}
.pop_foot images, input {vertical-align: middle}
.pop_foot input {vertical-align: middle;margin-top: -2px;border: none;background: #fff;width: 16px;height: 16px;}

.layer_popup_swiper {
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    z-index: 99999;
    opacity: 1;
    background: rgba(36, 36, 43, 0.8);
}

.layer_popup_swiper .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.layer_popup_swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layer_popup_swiper .swiper-slide {
    display: flex;
    width: 365px;
    height: 511px;
    min-height: 402px;
    margin-right: 5px;
    background: url(/images/main/bg_popup.jpg) #000 repeat 0 0;
    border: 5px solid #dec277;
    flex-direction: column;
}

.layer_popup_swiper .swiper-slide .pop_content {
    display: flex;
    flex: 1;
    min-height: 0;
    position: relative;
    flex-direction: column;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_title {
    padding: 15px 15px;
    font-weight: 600;
    font-size: 20px;
    color: #ffc33b;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner {
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    font-size: 14px;
    padding: 15px 15px;
    color: #fff;
    line-height: 22px;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner p:after {
    content: '';
    display: block;
    clear: both;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner p * {
    float: none !important;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner p > img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner.pc {
    display: block;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_inner.mobile {
    display: none;
}

.layer_popup_swiper .swiper-slide .pop_content .gaps {
    margin-top: 30px;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_txt {
    color: #222;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_txt .income {
    display: block;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 500;
}

.layer_popup_swiper .swiper-slide .pop_content .pop_txt .income em {
    font-weight: 700;
}

.layer_popup_swiper .swiper-slide .pop_content .trade_status {
    width: 300px;
    height: 300px;
    margin: auto auto;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 300px;
    text-align: center;
    border-radius: 50%;
}

.layer_popup_swiper .swiper-slide .pop_content .trade_status.buy {
    background-color: #ec5649;
}

.layer_popup_swiper .swiper-slide .pop_content .trade_status.sell {
    background-color: #0182dd;
}

.layer_popup_swiper .swiper-slide .pop_content .btn_area {
    margin: 20px 0;
    text-align: center;
}

.layer_popup_swiper .swiper-slide .pop_content .btn_area .btn_ui {
    margin: 0 4px;
}

.layer_popup_swiper .swiper-slide .popup-foot {
    display: flex;
    margin: -41px -5px 0;
    padding-left: 10px;
    border: 1px solid #dec277;
    align-items: center;
}

.layer_popup_swiper .swiper-slide .popup-foot .checkbox {
    flex: 1;
    min-width: 0;
}

.layer_popup_swiper .swiper-slide .popup-foot .checkbox label {

}

.layer_popup_swiper .swiper-slide .btn_close {
    display: block;
    height: 36px;
    padding: 0 15px;
    color: #000;
    margin-left: 5px;
    font-weight: 600;
    font-size: 12px;
    background-color: #dec277;
}

.layer_popup_swiper .swiper-pagination {
    display: none;
}

.layer_popup_swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}

.layer_popup_swiper .btn_layer_close {
    display: none;
}






@media screen and (max-width: 1280px) {
	.layer_popup_swiper .swiper-container {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 5px solid #dec277;
    }

    .layer_popup_swiper .swiper-wrapper {
        display: flex;
        align-items: unset;
        justify-content: unset;
    }

    .layer_popup_swiper .swiper-slide {
        width: 100%;
        height: 100%;
        margin: 0;
        border: none;
    }

    .layer_popup_swiper .swiper-slide .popup-foot {
        margin-top: 0;
    }

    .layer_popup_swiper .swiper-slide .popup-foot .btn_close {
        border-left: 5px solid #000;
    }

    .layer_popup_swiper .swiper-slide .pop_content {
        padding: 0;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_title {
        padding-bottom: 16px;
        font-size: 18px;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_inner {
        margin-bottom: 39px;
        font-size: 13px;
        line-height: 19px;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_inner.pc {
        display: none;
    }

    .layer_popup_swiper .swiper-slide .pop_content .pop_inner.mobile {
        display: block;
    }

    .layer_popup_swiper .swiper-slide .pop_content .trade_status {
        width: 150px;
        height: 150px;
        font-size: 33px;
        line-height: 150px;
    }

    .layer_popup_swiper .swiper-slide .pop_content .btn_area {
        margin-top: 20px;
    }

    .layer_popup_swiper .swiper-pagination {
        display: block;
        left: 0;
        right: 0;
        bottom: 20px;
    }

    .layer_popup_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}
