@charset "utf-8";
/* CSS Document */

body, html {
    height: 100%;
    margin: 0;
}

#wrap {
    position: relative;
    min-width: 1240px;
    min-height: 100%;
    background: #eef2f5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header {
    position: relative;
}

#content {
    padding: 20px;
    /* padding-bottom: 13px; */
}

footer {
    /* margin-top: 10px; */
    /* border: 1px solid #2c4058; */
    /* border-left: 0; */
    /* border-right: 0; */
    /* background-color: rgba( 0, 13, 15, 0.90 ); */
}

.container {
    position: relative;
    width: 1195px;
    margin: 0 auto;
}

.container:after {
    display: block;
    clear: both;
    content: "";
}

.container2 {
    position: relative;
    width: auto;;
    margin: 0 auto;
}

.container2:after {
    display: block;
    clear: both;
    content: "";
}

@media (min-width: 1200px){
    .container2 {
      width: 1210px !important;
    }
}

/**header**/

#h-top {
    height: 45px;
    background: #252a34;
    /* line-height: 45px; */
}

#h-top p.clock {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 9px;
    border: 1px solid #3f444e;
    border-radius: 15px;
    color: #ffffff;
    background: #15161a;
    font-size: 12px;
}

#h-top marquee {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 165px;
    width: 400px;
    padding: 3px 10px;
    /* border: 1px solid #848384; */
    /* border-radius: 15px; */
    color: #ffffff;
    font-size: 13px;
}

#h-top ul {
    position: absolute;
    top: 13px;
    right: 0;
}

#h-top ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 10px;
    /* background: url(../images/line-h-top.png) 0 2px no-repeat; */
}

#h-top ul li:first-child {
    background: none;
}

#h-top ul li:after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
    width: 1px;
    height: 11px;
    background: #fff3;
}

#h-top ul li:first-child:after {
    display: none;
}

#h-top ul li img {
    float: left;
    padding: 3px 0;
}

#h-top ul li, #h-top ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

#h-top ul li span, #h-top ul li a span {
    color: #01ffa7;
    font-weight: bold;
}

#h-top ul li a.btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbb5+0,eb8f1f+100 */
    display: inline-block;
    margin: -2px 0 0 3px;
    padding: 3px 5px;
    border-radius: 2px;
    background: #fffbb5;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fffbb5 0%, #eb8f1f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fffbb5 0%, #eb8f1f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fffbb5 0%, #eb8f1f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbb5', endColorstr='#eb8f1f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #0a111c;
    font-family: '?��?';
    font-size: 11px;
    font-weight: bold;
}

#h-top ul li a:hover span.blank, #h-top ul li a:focus span.blank {
    display: block;
}

#h-top ul li a span.blank {
    display: none;
    position: absolute;
    top: 21px;
    left: 234px;
    width: 119px;
    padding: 3px 5px;
    border-radius: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f56060+0,cd1212+100 */
    background: #f56060;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f56060 0%, #cd1212 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f56060 0%, #cd1212 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f56060 0%, #cd1212 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56060', endColorstr='#cd1212', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    font-size: 13px;
}

#h-top ul li a span.blank span {
    color: #fff;
}

#h-top ul li.info span {
    color: #fff;
    font-weight: normal;
}

#h-top ul li.info>span {
    /* padding-right: 10px; */
    color: #79b2ff;
}

#h-top ul li.info>span strong {
    display: inline-block;
    padding-left: 3px;
}

#h-top a.banner {
    position: absolute;
    top: 56px;
    right: 20px;
    z-index: 998;
}

#h-top a.banner img {
    height: 44px
}

nav#gnb {
    background: #2c7ff2;
}

nav#gnb div>ul {
    /* elijah position: relative; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

nav#gnb div>ul:after {
    display: block;
    clear: both;
    content: "";
}

nav#gnb div>ul>li {
    display: inline-block;
    float: left;
    /* width: 14.28%; */
}

nav#gnb div>ul>li:first-child {
    margin-left: 0;
}

nav#gnb div>ul>li>a {
    display: block;
    /* min-width: 100px; */
    /*119px;*/
    padding: 12px 15px;
    /* background: #e61a23; */
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

nav#gnb div>ul>li.active>a, nav#gnb div>ul>li:hover>a {
    background: #1a6ee2;
    /* border-radius: 5px; */
    /* font-size: 14px; */
}

nav#gnb div>ul>li ul {
    display: none;
    position: absolute;
  /* elijah top: 58px; */
    left: 0;
    width: auto;  /* elijah width: 100%; */
    padding: 7px 0 11px 0; /* elijah padding: 7px 0; */
    border-radius: 6px;
    background: #2a2a2a;
    z-index: 999;
}
nav#gnb div > ul > li:hover ul, /* elijah added line*/
nav#gnb div>ul>li.active ul {
    display: flex;
    /* elijah added lines start */
    flex-direction: column;
    position: absolute;
    /* left: 50%;
    transform: translateX(-49%); */
    /* elijah added lines end */
}

nav#gnb div>ul>li ul li {
    display: flex;/* elijah display: inline-block; */
    float: left;
    /* width: 112px;*/
    height: 25px;
    padding: 0 10px;
    /* border-right: 1px solid #505256; */
    text-align: center;
}

nav#gnb div>ul>li ul li:first-child {
    /* margin-left: 255px; */
}

nav#gnb div>ul>li ul li a {
    display: block;
    position: relative;
    padding: 4px 0;
    background: url(../images/bg-gnb2.png) center center no-repeat;
    color: #fff;
    font-size: 15px;
    text-shadow: -1px 0 #031434, 0 1px #031434, 1px 0 #031434, 0 -1px #031434;
}

nav#gnb div>ul>li ul li a:after {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    width: 1px;
    height: 11px;
    background: #6c6c6c;
}

nav#gnb div>ul>li ul li:first-child a:after {
    display: none;
}

nav#gnb div>ul>li ul li a:hover, nav#gnb div>ul>li ul li a:focus, nav#gnb div>ul>li ul li.active a {
    background: url(../images/bg-gnb2-on.png) center center no-repeat;
    text-shadow: -1px 0 #5f3513, 0 1px #5f3513, 1px 0 #5f3513, 0 -1px #5f3513;
}

/* elijah add webkit scrollbar design */
nav#gnb ::-webkit-scrollbar {
    width: 3px;
}
nav#gnb ::-webkit-scrollbar-thumb {
    background: #4c505d;
}
nav#gnb ::-webkit-scrollbar:horizontal {
    height: 10px;
}
/* elijah end add webkit scrollbar design */
  
/* elijah add hide and show mobile */
.show-mobile{
    display: none !important;
}

@media (max-width: 1023px) {
    .show-mobile{
        display: inline-block !important;
    }
    .hide-mobile{
        display: none;
    }
}
/* elijah end add hide and show mobile */
  

#line-notice {
    height: 50px;
    background: #cd1212;
}

#line-notice p {
    padding: 14px 0;
    color: #fff;
}

#line-notice span.tag {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282b30+0,0a111c+100 */
    display: inline-block;
    margin-right: 5px;
    padding: 4px 5px;
    border-radius: 3px;
    background: #282b30;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #282b30 0%, #0a111c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #282b30 0%, #0a111c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #282b30 0%, #0a111c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282b30', endColorstr='#0a111c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    font-family: '?��?';
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.float-left {
    float: left!important;
}

.float-right {
    float: right!important;
}

#h-top span {
    display: inline-block;
    line-height: 45px;
    color: #ddd;
}

#h-top span.align-middle {
    margin-right: 5px;
}

#h-top .now-bet {
    margin-right: .25rem!important;
    color: #59c9ff;
}

#h-top .money {
    display: inline-block;
    min-width: 70px;
    text-align: right;
    color: #4dc9ff;
}

#h-top .now-balance {
    margin-right: .5rem!important;
    color: #ffea6b;
}

#h-top .now-balance .money {
    color: #ffea6b;
}

.logo-wrap {
    height: 66px;
    border-top: 1px solid #22252f;
    border-bottom: 1px solid #22252f;
    background: #30333f;
}

.logo-wrap h1#logo {
    z-index: 998;
    margin: 0;
    line-height: 60px;
}

.logo-wrap h1#logo a {
    display: inline-block;
    z-index: 998;
    color: #fff;
    font-size: 35px;
}

.logo-wrap .top-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 68px;
    line-height: 68px;
}

.logo-wrap .top-menu a {
    margin-left: 15px;
    color: #fff;
}
.logo-wrap marquee {
    position: absolute;
    top: 50%;
    left: 145px;
    width: 750px;
    margin-top: -10px;
    color: #fff;
}

/**content**/

/* main */

/* sub */

#content-l:after, #content-r:after, #content-center:after {
    display: block;
    clear: both;
    content: "";
}

#content-l {
    float: left;
    width: 266px;
}

#content-center {
    float: left;
    width: 900px;
    /* padding: 15px; */
    /* margin: 0 4px; */
    /* border: 1px solid #d6d8d9; */
    /* border-radius: 4px; */
    /* background: #fff; */
    /* box-shadow: 1px 1px 3px rgba(0,0,0,0.1); */
}

#content-center.wide {
    float: none;
    width: 1154px;
}

#content-only-center {
    width: 1024px;
    margin: 0 auto;
}

#content-r {
    float: right;
    width: 300px;	
}

#content-r.fixed {
    position: absolute;
    top: 0px;
    right: 0px;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.live-list>.tit {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82a2cb+0,496280+100 */
    float: left;
    width: 100%;
    position: relative;
    padding: 8px 0 9px;
    background: #585858;
    background: -moz-linear-gradient(top, #585858 0%, #303030 100%);
    background: -webkit-linear-gradient(top, #575c63 0%, #303030 100%);
    background: linear-gradient(to bottom, #585858 0%, #303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#303030', GradientType=0);
}

.live-list>.tit:after, .live-list>.live:after {
    display: block;
    clear: both;
    content: "";
}

.live-list>.tit img {
    display: inline-block;
    float: left;
    padding: 1px 0 0 10px;
}

.live-list .tit span.txt {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /* text-shadow: -1px 0 #506988, 0 1px #506988, 1px 0 #506988, 0 -1px #506988; */
    line-height: 1;
}

.live-list .tit span.num {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    background: #5d5d5d;
    line-height: 1;
}

.live-list .live {
    clear: both;
    float: left;
    width: 100%;
    height: 65px;
    margin-top: 4px;
    background: url(../images/bg-live.png) 0 0 no-repeat;
    /* border: 1px solid #333; */
    /* background: #1a1a1a; */
}

.live-list .live a {
    display: block;
}

.live-list .live .tit-g {
    position: relative;
    height: 35px;
    /* border-bottom: 1px solid #414345; */
}

.live-list .live .tit-g img {
    display: inline-block;
    width: auto;
    height: 17px;
    padding: 11px 3px 0 10px;
    vertical-align: top;
}

.live-list .live .tit-g span.tit {
    display: inline-block;
    width: 65%;
    padding: 12px 0 11px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.live-list .live .tit-g span.time {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #c5c5c5;
    font-size: 13px;
    font-weight: normal;
}

.live-list .live .txt-g {
    height: 30px;
    /* background: #242424; */
}

.live-list .live .txt-g span.vs {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 6px 0;
    color: #c5c5c5;
    font-size: 13px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.live-list .live .txt-g span.score {
    display: inline-block;
    float: left;
    width: 20%;
    margin: 5px 0;
    padding: 2px 0 3px;
    border-radius: 2px;
    background: #3d3d3d;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.sport-list {}

.sport-list .sport {
    margin-top: -1px;
}

.sport-list .sport li.dep1 {
    margin-top: -1px;
}

.sport-list .sport li.dep1 a {
    border: 1px solid #333;
    position: relative;
    display: block;
    padding: 10px 10px 9px;
}

.sport-list .sport li.dep1>a {
    background: #1a1a1a;
}

.sport-list .sport li.dep1 a span.txt {
    width: 70%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.sport-list .sport li.dep1>a>span.txt, .sport-list .sport li.dep2>a>span.txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sport-list .sport li.dep1 a span.num {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    background: #5d5d5d;
    line-height: 1;
}

.sport-list .sport li.dep1 a img {
    display: inline-block;
    height: 15px;
    padding-right: 5px;
    vertical-align: top;
}

.sport-list .sport li.dep2 {
    /* border-top: 1px solid #222529; */
    margin-top: -1px;
}

.sport-list .sport li.dep2 a {
    padding: 10px 10px 9px 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.sport-list .sport li.dep2>a {
    background: #2a2a2a url(../images/line-sport-dep.png) 17px 9px no-repeat;
}

.sport-list .sport li.dep2 img {
    width: 20px;
}

.sport-list .sport li.dep3 {
    margin-top: -1px;
}

.sport-list .sport li.dep3 a {
    padding: 10px 10px 9px 43px;
    border: 1px solid #333;
    background: url(../images/line-sport-dep.png) 30px 8px no-repeat;
    background-color: rgba(10, 10, 10, 0.9);
}

.sport-list .sport li.dep3 img {
    width: 20px;
}

.sport-list .sport li.dep3 a span.txt {
    color: #c5c5c5;
    font-weight: normal;
    line-height: 120%;
}

.sport-list .sport li.dep3 a span.num {
    top: 20%;
    background: #e61a23;
}

.sport-sp-list {}

.sport-sp-list .sport {
    margin-top: -1px;
}

.sport-sp-list .sport li.dep1 {
    margin-top: 1px;
}

.sport-sp-list .sport li.dep1 a {
    position: relative;
    display: block;
    padding: 10px 10px 9px;
}

.sport-sp-list .sport li.dep1>a {
    background: #222529;
}

.sport-sp-list .sport li.dep1 a span.txt {
    width: 70%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.sport-sp-list .sport li.dep1>a>span.txt, .sport-sp-list .sport li.dep2>a>span.txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sport-sp-list .sport li.dep1 a span.num {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    background: #4f545b;
    line-height: 1;
}

.sport-sp-list .sport li.dep1 a img {
    display: inline-block;
    height: 15px;
    padding-right: 5px;
    vertical-align: top;
}

.sport-sp-list .sport li.dep2 {
    border-top: 1px solid #222529;
}

.sport-sp-list .sport li.dep2 a {
    padding: 10px 10px 9px 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.sport-sp-list .sport li.dep2>a {
    background: #3c4146 url(../images/line-sport-dep.png) 17px 9px no-repeat;
}

.sport-sp-list .sport li.dep2 img {
    width: 20px;
}

.sport-sp-list .sport li.dep3 {
    margin-top: -1px;
}

.sport-sp-list .sport li.dep3 a {
    padding: 10px 10px 9px 43px;
    border: 1px solid #3d4146;
    background: url(../images/line-sport-dep.png) 30px 8px no-repeat;
    background-color: rgba(10, 10, 10, 0.5);
}

.sport-sp-list .sport li.dep3 img {
    width: 20px;
}

.sport-sp-list .sport li.dep3 a span.txt {
    color: #c5c5c5;
    font-weight: normal;
    line-height: 120%;
}

.sport-sp-list .sport li.dep3 a span.num {
    top: 20%;
    background: none;
}

.casino-list {}

.casino-list .casino {
    margin-top: -1px;
}

.casino-list .casino li.dep1 {
    margin-top: 1px;
}

.casino-list .casino li.dep1 a {
    position: relative;
    display: block;
    padding: 14px 10px;
}

.casino-list .casino li.dep1>a {
    background: #222529;
}

.casino-list .casino li.dep1 a span.txt {
    width: 70%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.casino-list .casino li.dep1>a>span.txt, .casino-list .casino li.dep2>a>span.txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.casino-list .casino li.dep1 a span.num {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    background: #1d2b3b;
    line-height: 1;
}

.casino-list .casino li.dep1 a img {
    display: inline-block;
    height: 15px;
    padding-right: 5px;
    vertical-align: top;
}

.casino-list .casino li.dep1 a span.quick {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 15px;
    height: 14px;
    border-radius: 10px;
    color: #fff;
    background: url(../images/icon-mini-quick.png) 0 0 no-repeat;
    line-height: 1;
}

.mini-list {}

.mini-list .mini-game {
    margin-top: -1px;
}

.mini-list .mini-game li.dep1 {
    margin-top: -1px;
    border: 1px solid #333;
}

.mini-list .mini-game li.dep1 a {
    position: relative;
    display: block;
    padding: 10px 10px 9px;
}

.mini-list .mini-game li.dep1>a {
    background: #1a1a1a;
}

.mini-list .mini-game li.dep1 a span.txt {
    width: 60%;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    /* line-height: 1; */
    /* vertical-align: top; */
}

.mini-list .mini-game li.dep1>a>span.txt, .mini-list .mini-game li.dep2>a>span.txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mini-list .mini-game li.dep1 a span.quick {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 10px;
    width: 15px;
    height: 14px;
    border-radius: 10px;
    color: #fff;
    background: url(../images/icon-mini-quick.png) 0 0 no-repeat;
    line-height: 1;
}

.mini-list .mini-game li.dep1 a span.time {
    display: inline-block;
    margin: -2px 5px 0 0;
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    background: #3d3d3d;
    font-size: 12px;
    vertical-align: top;
}

.mini-list .mini-game li.dep1 a img {
    display: inline-block;
    height: 15px;
    padding-right: 5px;
    vertical-align: top;
}

.mini-list .mini-game li.dep2 {
    border-top: 1px solid #191c30;
}

.mini-list .mini-game li.dep2 a {
    padding: 10px 10px 9px 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.mini-list .mini-game li.dep2>a {
    background: #1d2b3b url(../images/line-mini-dep.png) 17px 9px no-repeat;
}

.mini-list .mini-game li.dep2 img {
    width: 20px;
}

.mini-list .mini-game li.dep3 {
    margin-top: -1px;
}

.mini-list .mini-game li.dep3 a {
    padding: 10px 10px 9px 43px;
    border: 1px solid #2c4058;
    background: url(../images/line-mini-dep.png) 30px 8px no-repeat;
    background-color: rgba( 0, 13, 15, 0.50);
}

.mini-list .mini-game li.dep3 img {
    width: 20px;
}

.mini-list .mini-game li.dep3 a span.txt {
    color: #c5c5c5;
    font-weight: normal;
    line-height: 120%;
}

.mini-list .mini-game li.dep3 a span.num {
    top: 20%;
    background: none;
}

.game-set {
    border: 1px solid #333;
    background: #080a09;
}

.game-set:after {
    display: block;
    clear: both;
    content: "";
}

.game-set a {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding-top: 44px;
    padding-bottom: 10px;
    text-align: center;
    color: #c5c5c5;
    font-size: 12px;
}

.game-set a.active, .game-set a:hover {
    color: #ea443d;
    font-weight: bold;
}

.game-set .game1 {
    background: url(../images/gameset-icon1.png) center top no-repeat;
}

.game-set .game2 {
    background: url(../images/gameset-icon2.png) center top no-repeat;
}

.game-set .game3 {
    background: url(../images/gameset-icon3.png) center top no-repeat;
}

.game-set .game4 {
    background: url(../images/gameset-icon4.png) center top no-repeat;
}

.game-set .game1.active, .game-set .game1:hover, .game-set .game1:focus {
    background: url(../images/gameset-icon1-on.png) center top no-repeat;
}

.game-set .game2.active, .game-set .game2:hover, .game-set .game2:focus {
    background: url(../images/gameset-icon2-on.png) center top no-repeat;
}

.game-set .game3.active, .game-set .game3:hover, .game-set .game3:focus {
    background: url(../images/gameset-icon3-on.png) center top no-repeat;
}

.game-set .game4.active, .game-set .game4:hover, .game-set .game4:focus {
    background: url(../images/gameset-icon4-on.png) center top no-repeat;
}

#content-betslot {}

#content-r {}

#content-r .bet-tit {
    position: relative;
    /* margin: -1px; */
    padding: 11px 13px;
    border-radius: 6px 6px 0 0;
    background: #182037;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

#content-r .bet-form {
    padding: 10px;
    background: #67696f;
}

#content-r .bet-form .betmoney {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
}

#content-r .bet-form .bet-money {
    position: relative;
    padding: 10px 0 0;
    color: #fff;
}

#content-r .bet-form .bet-money span {
    position: absolute;
    top: 10px;
    right: 0;
}

#content-r .mybet {
    position: relative;
    padding: 7px 6px;
    border: 1px solid #333333;
    border-top: 1px solid #222;
}

#content-r .mybet.change {
    background: #2a4b90;
}

#content-r .mybet .tit-g {}

#content-r .mybet .tit-g img {
    float: left;
    vertical-align: top;
}

#content-r .mybet .tit-g span.tit {
    float: left;
    width: 90%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#content-r .mybet .txt-g {
    clear: both;
}

#content-r .mybet .txt-g p {
    padding: 5px 0;
    color: #c5c5c5;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
}

#content-r .mybet .txt-g div {
    position: relative;
    font-size: 13px;
}

#content-r .mybet .txt-g div.ellipsis {
    display: block;
}

#content-r .mybet .txt-g .ellipsis span.ell {
    display: inline-block;
    padding: 5px 0;
    max-width: 42%;
    color: #c5c5c5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    font-size: 14px;
}

#content-r .mybet .txt-g .ellipsis span.vs {
    display: inline-block;
    padding: 5px 0;
    color: #ffd302;
    vertical-align: top;
    line-height: 1;
    font-size: 14px;
}

#content-r .mybet .txt-g span.games {
    display: inline-block;
    width: 80%;
    color: #cc9846;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#content-r .mybet .txt-g span.my {
    display: inline-block;
    margin-right: 4px;
    padding: 5px 0 0;
    border-radius: 2px;
    /* background: #5d5d5d; */
    color: #ff333c;
    font-family: "돋움";
    font-weight: bold;
    letter-spacing: -0.040em;
}

#content-r .mybet .txt-g span.participants {
    position: absolute;
    top: 5px;
    right: 0;
    color: #ffcf4d;
    font-weight: bold;
}

#content-r .mybet a.close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

#content-r .paslipbox {
    border: 1px solid #182037;
	border-radius: 7px 7px 0 0;
}

#content-r .slipbox {
    margin-top: -1px;
    margin-left: 0px;
    border-radius: 7px 7px 0 0;
    background: #fff;
    /* border: 1px solid #182037; */
    border-bottom: 0;
    /* box-shadow: 1px 1px 3px rgba(0,0,0,0.1); */
}

#content-r .slipbox div:after {
    display: block;
    clear: both;
    content: "";
}

#content-r .slipbox .inputbox {
    padding: 5px 11px 0;
}

#content-r .slipbox .inputbox dd>input[type="text"] {
    display: inline-block;
    width: 140px;
    height: 28px;
    margin-right: 7px;
    padding: 0 10px;
    border: 1px solid #d6d8d9;
    border-radius: 15px;
    background: #e7e9eb;
    color: #272d36;
    text-align: right;
    letter-spacing: 0;
}

#content-r .slipbox .inputbox dl {
    padding: 13px 0;
    border-top: 1px dashed #76a7e6;
}

#content-r .slipbox .inputbox dl:first-child {
    border-top: 0;
}

#content-r .slipbox .inputbox dl:after {
    display: block;
    clear: both;
    content: "";
}

#content-r .slipbox .inputbox dl dt {
    float: left;
    color: #ffffff;
    font-weight: bold;
}

#content-r .slipbox .inputbox dl dd {
    float: right;
    color: #fff;
}

#content-r .slipbox .btn {
    display: block;
    width: auto;
    padding: 7px 7px 2px;
}

#content-r .slipbox .btn div {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#content-r .slipbox .btn a {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
}

#content-r .slipbox .btn a.btn {
    width: 47.2%;
    margin: 0 1%;
    padding: 8px 0;
    border: 1px solid #c53c4b;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
}

#content-r .slipbox .btn.btn3line a {
    width: 33.33%;
}

#content-r .slipbox .btn a.btn.active {
    /* padding: 7px 0; */
    border: 1px solid #40080d;
    background: #9a202e;
    box-shadow: 3px 3px 5px 0px #50050e inset;
    color: #ffe367;
}

#content-r .slipbox .btn a span {
    margin: 3px;
    padding: 10px 0;
    display: block;
    border: 1px solid #262932;
    border-radius: 5px;
    background: #262932;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.060em;
}

#content-r .slipbox .btn .btn-blue span {
    border: 1px solid #f28e00;
    background: #f28e00;
}

#content-r .slipbox .btn .btn-red span {
    border: 1px solid #c53c4b;
    background: #c53c4b;
    color: #fff;
}

#content-r .slipbox .btn a:hover span {
    /* border: 1px solid #35763a; */
    /* background: #35763a; */
    /* color: #fff; */
}

#content-r .slipbox .txt {
    clear: both;
    position: relative;
    padding: 9px;
}

#content-r .slipbox .txt span {
    color: #cdcdcd;
    font-size: 13px;
    font-weight: 600;
}

#content-r .slipbox .txt span.txt-r {
    position: absolute;
    top: 9px;
    right: 10px;
    color: #fff;
}

#content-r .slipbox .board {
    margin: 10px 10px 0;
    padding: 0 0 10px;
}

#content-r .slipbox .board table {}

#content-r .slipbox .board table th, #content-r .slipbox .board table td {
    /* min-height: 10px; */
    padding: 5px;
    font-size: 12px;
}

#content-r .bet-btn {
    margin: 0 11px;
    padding: 0 0 12px;
}

#content-r .bet-btn a.bet {
    display: block;
    /* float: right; */
    /* width: 100%; */
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 3px;
    background: #1a6ee2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f5567+0,47505f+100 */
    /* background: #4f5567; */
    /* Old browsers */
    background: -moz-linear-gradient(left, #4f5567 0%, #47505f 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(left,#4f5567 0%,#47505f 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right,#4f5567 0%,#47505f 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5567', endColorstr='#47505f', GradientType=1);
    /* IE6-9 */
    /* text-shadow: -1px 0 #9b6d34, 0 1px #9b6d34, 1px 0 #9b6d34, 0 -1px #9b6d34; */
}

#content-r .bet-btn.renew-on a.renew {
    display: inline-block;
    float: left;
    width: 49%;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #5f6873;
    text-shadow: -1px 0 #374e69, 0 1px #374e69, 1px 0 #374e69, 0 -1px #374e69;
}

#content-r .bet-btn.renew-on a.bet {
    display: inline-block;
    float: right;
    width: 49%;
    padding: 8px 0;
    text-align: center;
    color: #ffff;
    font-size: 15px;
    font-weight: bold;
    background: #bd8949;
    text-shadow: -1px 0 #9b6d34, 0 1px #9b6d34, 1px 0 #9b6d34, 0 -1px #9b6d34;
}

#content-r .bet-info {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 5px;
    padding: 8px 0;
    border-radius: 3px;
    background: #6c6c6c;
}

#content-r .bet-info p {
    padding: 2px 8px;
    color: #d5d5d5;
    font-size: 13px;
    font-weight: bold;
}

#content-r .bet-info p span.money {
    display: inline-block;
    float: right;
    color: #ffffff;
}

#content-r div.domain {
    /* clear: both; */
    /* float: left; */
    width: auto;
    /* margin-top: 10px; */
    /* padding: 12px 12px 12px 63px; */
    border-radius: 0 0 7px 7px;
    /* border: 1px solid #182037; */
    border-top: 1px solid #e1e1e1;
    background: #5083c6 url(./../images/ico-domain.png) 15px center no-repeat;
}

#content-r .domain p {
    /* padding: 2px 8px; */
    padding: 20px 20px 20px 90px;
    color: #252a34;
    /* font-weight: bold; */
    /* font-family: 'Noto Sans Korean'; */
    font-size: 15px;
    font-weight: 600;
}

#content-r .domain p a {
    display: block;
    color: #252a34;
    font-size: 14px;
    /* font-weight: 600; */
}

#content-r .domain p a:hover, #content-r .domain p a:focus {
    text-decoration: underline;
}

#content-r div.bixolon {
    /* clear: both; */
    /* float: left; */
    /* width: auto; */
    margin-top: 10px;
    /* padding: 18px 20px; */
    border-radius: 7px;
    /* border: 1px solid #76a7e6; */
    /* border-radius: 0 0 15px 15px; */
    background: #5083c6 url(./../images/ico-bixolon.png) 20px 18px no-repeat;
}

#content-r .bixolon p {
    /* padding: 2px 8px; */
    padding: 23px 0 0;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Noto Sans Korean';
    font-size: 13px;
    font-weight: 400;
}

#content-r .bixolon p a {
    display: block;
    color: #fe5700;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

#content-r .bixolon p a:hover, #content-r .bixolon p a:focus {
    text-decoration: underline;
}

/*#content-r div.check{clear: both;float: left;width: 100%;margin-top: 5px;}
*/

#content-r div.check a {
    display: block;
    padding: 8px 0;
    background: #ffd302;
    color: #1e1e1e;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
}

#content-r .slipbox .inputbox .divide dt {
    line-height: 22px;
}

#content-r span.tit {
    margin: 0 12px 0 0;
    padding: 4px 6px;
    border: 1px solid #fff;
    border-radius: 15px;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    min-width: 12px;
    text-align: center;
}

#content-r span.tit+.tit {
    margin-left: -8px;
}

#content-r span.tit.blue {
    border: 1px solid #042b82;
    background: #042b82;
    color: #fff;
}

#content-r span.tit.red {
    border: 1px solid #a91414;
    background: #a91414;
    color: #fff;
}

#content-r span.tit.green {
    border: 1px solid #407700;
    background: #407700;
    color: #fff;
}

#content-r span.tit.blue-line {
    border: 1px solid #042b82;
    color: #042b82;
    background: #fff;
}

#content-r span.tit.red-line {
    border: 1px solid #a91414;
    color: #a91414;
    background: #fff;
}

#content-r span.tit.green-line {
    border: 1px solid #407700;
    color: #407700;
    background: #fff;
}

#content-r span.tit.green-slash {
    border: 1px solid #72aa00;
    background: #80bf00;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #c5d46f 0%, #a1c747 50%, #80bf00 51%, #aad837 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #c5d46f 0%, #a1c747 50%, #80bf00 51%, #aad837 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #c5d46f 0%, #a1c747 50%, #80bf00 51%, #aad837 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    font-weight: bold;
}

#content-r span.l {
    margin: 0 12px 0 -8px;
    padding: 5px 0;
    /* border:1px solid #fff; */
    color: #30333f;
    /* border-radius: 15px; */
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}

#content-r span.l.fl {
    margin-right: 4px;
    padding: 4px 6px;
    border: 1px solid #ce8500;
    border-radius: 15px;
    background: #ffa500;
    color: #fff;
}

#content-r .slipbox .inputbox dl.bet-money {
    position: relative;
}

#content-r .slipbox .inputbox dl.bet-money div {
    display: none;
    position: absolute;
    right: -1px;
    top: 10px;
    width: 257px;
    padding: 16px 10px;
    border: 1px solid #d6d8d9;
    border-radius: 7px;
    background: #fff;
}

#content-r .slipbox .inputbox dl.bet-money div.manual {
    display: none;
}

#content-r .slipbox .inputbox dl.bet-money div p {
    color: #5083c6;
    font-size: 12px;
    font-weight: bold;
}

#content-r .slipbox .inputbox dl.bet-money div input {
    display: block;
    width: 100%;
    margin: 5px 0 10px;
    padding: 5px;
    border-bottom: 1px solid #d6d8d9;
    text-align: right;
    font-size: 16px;
}

#content-r .slipbox .inputbox dl.bet-money div a {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0 auto;
    color: #5888c8;
    text-align: center;
}

#content-r .casino-btn {
    margin-top: 10px;
}

#content-r .casino-btn a.getCasino {
    display: inline-block;
    float: right;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
    background: #f02129;
    /* text-shadow: -1px 0 #9b6d34, 0 1px #9b6d34, 1px 0 #9b6d34, 0 -1px #9b6d34; */
}

.banner-info {
    overflow-y: auto;
    height: 72px;
    vertical-align: middle;
    background: url(../images/banner_info.png) left top no-repeat;
}

.banner-r {
    clear: both;
    float: none;
}

.banner-r div {
    padding: 5px 0 0;
}

.banner-r div img {
    width: 100%;
}

.banner-r .title {
    margin-top: 8px;
    margin-left: 120px;
    border-bottom: 1px solid #4b4b4b;
    color: yellow;
    font-size: 13px;
}

.banner-r .txt {
    margin-top: 2px;
    margin-left: 120px;
    color: #fff;
    font-size: 13px;
}

.deleteall {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 110px;
    padding: 0 5px;
    font-size: 13px;
    height: 18px;
    border-radius: 9px;
    /* background: #e61a23; */
    line-height: 18px;
}

.deleteall img {
    margin-top: -2px
}

.bet-slider {
    position: absolute;
    top: 9px;
    right: 13px;
}

.bet-slider>span {
    padding-right: 2px;
    font-size: 13px;
}

.banner-telegram {
    overflow-y: auto;
    height: 72px;
    background: url(../images/banner_tel.png) left top no-repeat;
}

.cb-switch {
    position: relative;
    display: inline-block;
    width: 32px;
    width: 31px;
    height: 23px;
    margin: 8px;
}

.cb-switch input {
    position: absolute;
    top: 5px;
}

.games-margin-reset {
    margin: 0!important;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -2px;
    right: 0;
    bottom: 0;
    background-color: #ff4f26;
    /*#4d6686;*/
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round {
    border-radius: 34px;
}

input:checked+.slider {
    background-color: #30333f;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    top: 6px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round:before {
    border-radius: 50%;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(26px);
    transform: translateX(13px);
}

.list-g {
    position: relative;
}

.board-g.wait:after {
    display: block;
    content: "-----대기중-----";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: rgba( 255, 255, 255, 0.6);
    color: #c53c4b;
    line-height: 9;
}

table.list tr.wait td {
    background-color: #fff1f1;
    color: #c53c4b;
}

/**footer**/

footer>div>div {
    border-top: 1px solid #3c3e41;
    /* border-top: 0; */
    /*border-bottom: 0;*/
    background-color: rgb(238, 242, 245);
}

footer .payment {
    /*padding: 25px 25px 0;*/
    padding: 0 0;
    text-align: center;
}

footer .payment p {
    color: #c5c5c5;
}

footer .payment div {
    margin: 20px 0;
}

footer .payment span {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 0 20px;
}

footer .copyright {
    padding: 0 0 25px;
    border-top: 1px solid #eef2f5;
    color: #15161a;
    font-size: 13px;
}

/**/

.alert {
    position: fixed;
    left: 0;
    top: 0;
    /* width: 100%; */
    /* height: 100%; */
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
}

.display-none {
    display: none;
}

.alert>div {
    /* position: absolute; */
    /* left: 30%; */
    /* top: 116px; */
    /* height: 620px; */
    /* width: 620px; */
    /* max-width: 620px; */
    background-color: rgba( 0, 0, 0, 0.8);
    border-radius: 10px;
    /* overflow: auto; */
    padding-top: 20px;
    display: flex;
    justify-content: center;
    width: 620px;
    margin: 30px auto;
}

.alert>div h4 {
    display: block;
    color: #fff;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    background-color: #36289D;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.alert>div .cont {
    padding: 10px 20px 10px;
    font-size: 13px;
    line-height: 18px;
}

.alert-txt {
    width: auto;
    margin: 10px 0 0;
    padding: 10px;
    border: 1px dashed #c53c4b;
    border-radius: 5px;
    background: #9c313d;
    color: #fff;
}

.alert-txt-ok {
    width: auto;
    margin: 10px;
    padding: 10px;
    border: 1px dashed #53e1b3;
    background: #285746;
}

.alert-rt {
    position: fixed;
    top: 116px;
    right: 10px;
    width: 400px;
}

.alert-sm {
    padding: 15px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #f9f9f9;
    background-color: #a94442;
    border-color: #9e636c;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

nav#tab:after, nav#tab ul:after {
    display: block;
    clear: both;
    content: "";
}

nav#tab {
    margin-top: 5px;
    margin-bottom: 5px;
}

nav#tab ul {
    border-bottom: 2px solid #730400;
}

nav#tab ul li {
    display: inline-block;
    float: left;
    margin: 0 0 0 1px;
}

nav#tab ul li:first-child {
    margin: 0;
}

nav#tab ul li.active {}

nav#tab ul li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,434343+100 */
    display: block;
    padding: 12px 17px;
    /* border-radius: 7px 7px 0 0; */
    background: #494b4d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #434343 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top,#2c4058 0%,#1d2b3b 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom,#2c4058 0%,#1d2b3b 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#434343', GradientType=0);
    /* IE6-9 */
    color: #c9c9c9;
    font-size: 14px;
    font-weight: bold;
}

nav#tab ul li.active a, nav#tab ul li a:hover, nav#tab ul li a:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e22e2e+0,9a1919+100 */
    background: #e61a23;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e61a23 0%, #730400 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e61a23 0%, #730400 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e61a23 0%, #730400 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61a23 ', endColorstr='#730400 ', GradientType=0);
    /* IE6-9 */
    color: #fff;
}

.modal-alert:after {
    display: block;
    clear: both;
    content: "";
}

#modal_calender .modal-content {
    padding: 15px;
    background: #e7e7e7;
}

#modal_calender .modal-content table {
    /* border:1px solid #333; */
    /* border-left: 0; */
    border-radius: 15px;
    background: none;
}

#modal_calender .modal-content table th, #modal_calender .modal-content table td {
    border: 1px solid #ccc;
}

#modal_calender .modal-content table th {
    height: 45px;
    border: 1px solid #666;
    border-top: 0;
    background: #3c3c3c;
    color: #fff;
    font-size: 16px;
}

#modal_calender .modal-content table th:first-child {
    border-radius: 20px 0 0 0;
    border-left: 0;
    border-top: 0;
}

#modal_calender .modal-content table th:last-child {
    border-radius: 0 20px 0 0;
    border-right: 0;
    border-top: 0;
}

#modal_calender .modal-content table td {
    height: 35px;
    padding: 5px;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    vertical-align: top;
}

#modal_calender .modal-content table td a.check {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    /* background:url(../images/Check.png) 0 0 no-repeat; */
    /* background-size: 100%; */
}

#modal_calender .modal-content table td a.check img {
    display: block;
    width: 100%;
    height: 100%;
}

#modal_calender .modal-content p.tit {
    padding: 10px 10px 10px 150px;
    text-align: left;
}

#modal_calender .modal-content p.tit img {
    width: 100%;
    max-width: 328px;
}

#modal_calender .modal-content p.txt {
    padding: 0 0 20px 150px;
    color: #333;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.020em;
}

#modal_calender .modal-content div.txt-group {
    margin: -15px -15px 0;
    padding: 15px 15px 0;
    border-bottom: 1px solid#bbbbbb;
    background: #cbcbcb url(../images/Check_bg.png) 20px 15px no-repeat;
    /* box-shadow: 0 5px 6px 0 #d2d2d2; */
}

#modal_calender .modal-content div.check-group {
    position: relative;
    padding: 15px;
}

#modal_calender .modal-content div.date {
    position: relative;
    width: 80px;
    margin: 0 auto;
    padding: 2px 35px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#modal_calender .modal-content div.date a.prev {
    position: absolute;
    top: 0;
    left: 0;
}

#modal_calender .modal-content div.date a.next {
    position: absolute;
    top: 0;
    right: 0;
}

#modal_calender .modal-content div.check-group a.btn {
    position: absolute;
    top: 13px;
    right: 0;
    padding: 7px 12px;
    /* border: 1px solid #818181; */
    /* border-left: 1px solid #818181; */
    /* border-right: 3px solid #818181; */
    /* border-bottom: 3px solid #818181; */
    border-radius: 6px;
    background: #3c3c3c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;	 
}

.pop-layer .pop-container {
    padding: 20px 25px;
}

.pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 410px;
    height: auto;
    background-color: #fff;
    border: 5px solid #3571B5;
    z-index: 10;
}

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
    display: block;
}

a.btn-layerClose {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #304a8a;
    background-color: #3f5a9d;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

a.btn-layerClose:hover {
    border: 1px solid #091940;
    background-color: #1f326a;
    color: #fff;
}

.layer-message {
    position: fixed;
    top: 33%;
    left: 0;
    z-index: 1200;
    margin: 0 auto;
    width: 100%;
    /* padding: 80px 0; */
    /* border: 3px solid green; */
    /* padding: 10px; */
    background: #feac13;
}

.layer-message a {
    display: block;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.layer-message img {
    display: block;
    /* margin-bottom: 20px; */
    text-align: center;
    margin: 0 auto 20px;
    width: 120px;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal .modal-page {
    min-width: 1320px;
    background: url(../images/visual.jpg) 0 0 no-repeat;
    background-size: cover;
}

/* Modal Content/Box */

.modal .modal-content {
    background-color: #fff;
    margin: 15% auto;
    /* 15% from the top and centered */
    /* padding: 30px 20px; */
    /* border: 1px solid #888; */
    width: 450px;
    /* Could be more or less, depending on screen size */
}

.modal .modal-content p.tit {
    padding-bottom: 20px;
    font-size: 22px;
    text-align: center;
}

.modal .modal-content p.tit span {
    color: #bd5549;
    font-size: 28px;
    font-weight: bold;
}

.modal .modal-content p.txt {
    font-size: 16px;
    text-align: center;
    line-height: 150%;
}

.modal .modal-content p.date {
    margin: 8px 35px;
    padding: 7px;
    background: #f5e8d7;
    color: #bd5549;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.modal .modal-content .board-g p.tit {
    font-size: 14px;
    padding: 12px;
}

#pop_board1 .modal-content p.tit, #pop_board2 .modal-content p.tit {
    padding-bottom: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.modal .modal-header {
    position: relative;
    padding: 12px;
    background: #30333f;
}

.modal .modal-header img {
    display: block;
    width: 90px;
    margin: 0 auto;
    text-align: center;
}

.modal .modal-header .close {
    position: absolute;
    top: 14px;
    right: 8px;
    width: 30px;
    background: none;
    color: #fff;
    font-size: 27px;
}

.modal .modal-header .close span {
    /* background: none; */
}

.modal .modal-body {
    padding: 15px;
}

.modal .modal-body dl {
    padding: 5px 0;
}

.modal .modal-body dl:after {
    display: block;
    clear: both;
    content: "";
}

.modal .modal-body dt {
    position: absolute;
    width: 80px;
    color: #5083c6;
    font-weight: bold;
}

.modal.modal-point .modal-body dt {
    width: 110px;
}

.modal .modal-body dl.input-tit dt {
    line-height: 36px;
}

.modal .modal-body dd {
    position: relative;
    margin-left: 100px;
    color: #222;
    text-align: left;
}

.modal.modal-point .modal-body dd {
    margin-left: 130px;
}

.modal .modal-body dd input {
    display: inline-block;
    width: 100%;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #d6d8d9;
    border-radius: 25px;
    background: #e7e9eb;
    color: #272d36;
    text-align: right;
    letter-spacing: 0;
}

.modal .modal-body dd money {
    display: inline-block;
    width: 100%;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #d6d8d9;
    border-radius: 25px;
    background: #e7e9eb;
    color: #272d36;
    text-align: right;
    letter-spacing: 0;
}

.modal .modal-body dd strong {
    padding-right: 10px;
}

.modal .modal-body dd span {
    padding-left: 10px;
    color: #407700;
    font-weight: bold;
}

.modal .modal-body .btn {
    padding: 5px 0;
}

.modal .modal-body .btn div:after {
    display: block;
    clear: both;
    content: "";
}

.modal .modal-body .btn a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}

.modal .modal-body .btn a span {
    display: block;
    margin: 0 2px;
    padding: 8px 0;
    border: 1px solid #5083c6;
    border-radius: 25px;
    background: #5083c6;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.020em;
    line-height: 1;
}

.modal .modal-body .alertMsg {
    display: none;
    margin: 0 2px 10px;
    padding: 8px 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #f74f4f;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.020em;
    line-height: 1;
    text-align: center;
}

.modal .modal-body .successMsg {
    display: none;
    margin: 0 2px 10px;
    padding: 8px 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #4fa6f0;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.020em;
    line-height: 1;
    text-align: center;
}

.modal .modal-body .won {
    margin-top: 5px;
    padding: 15px;
    border: 1px dashed #b1cff7;
    background: #eff6ff;
    text-align: center;
    color: #222;
}

.modal .modal-body .won span {
    padding-left: 30px;
    color: #c53c4b;
    font-weight: bold;
}

.modal .modal-foorer.btn-group2 {
    padding: 3px 10px;
}

.modal .modal-foorer {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #d6d8d9;
    text-align: center;
}

.modal .modal-foorer>div {
    display: inline-block;
}

.modal .modal-foorer.btn-group2>div {
    display: block;
}

.modal .modal-foorer .check {}

.modal .modal-foorer .close {}

.modal .modal-foorer.btn-group2 .close {
    position: absolute;
    top: 6px;
    right: 10px;
}

.modal .modal-foorer.btn-group2 .close .btn {
    height: 28px;
    padding: 0 15px;
    line-height: 28px;
    font-size: 14px;
}

.modal .modal-foorer .day1close {
    vertical-align: top;
    padding: 9px 0;
    line-height: 1;
    text-align: left;
}

.modal .modal-foorer .day1close input {
    display: inline-block;
    margin: 2px 0 0;
}

.modal .modal-foorer .day1close label {}

.modal .modal-alert {
    position: relative;
    width: 500px;
    margin: 19% auto;
    border-radius: 15px;
    background: #004bb3;
    color: #fff;
}

.modal .modal-alert div.close, .modal .modal-alert div.check, .modal .modal-alert div.ok {
    /* float: left; */
    width: 38%;
    margin: 20px auto 0;
    cursor: pointer;
    background-color: #c53c4b;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.modal .modal-alert div.check {
    background-color: #ffffff;
    color: #333;
}

.modal .modal-alert.modal-content.sport p {
    text-align: left;
}

.modal .modal-alert div.check, .modal .modal-alert div.check+.close {
    float: left;
    margin: 30px 10px 0;
}

.modal-alert.sport {
    width: 350px;
    padding: 30px;
}

.modal-alert.soldout {
    width: 350px;
    padding: 30px;
}

.popup01 {
    z-index: 1100;
    width: 100%;
    max-width: 360px;
    padding: 0;
    border-radius: 15px;
    background: #252a34;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 126px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffea61+0,eb8f1f+100 */
    /* background: #ffea61; */
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffea61 0%, #eb8f1f 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(-45deg,  #ffea61 0%,#eb8f1f 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg,  #ffea61 0%,#eb8f1f 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea61', endColorstr='#eb8f1f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}

.popup02 {
    z-index: 1100;
    width: 100%;
    max-width: 360px;
    padding: 0;
    border-radius: 15px;
    background: #c53c4b;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -340px;
    top: 126px;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffea61+0,eb8f1f+100 */
    /* background: #ffea61; */
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffea61 0%, #eb8f1f 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(-45deg,  #ffea61 0%,#eb8f1f 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg,  #ffea61 0%,#eb8f1f 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea61', endColorstr='#eb8f1f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.popup03 {
    z-index: 1100;
    width: 100%;
    max-width: 360px;
    padding: 0;
    border-radius: 15px;
    background: #252a34;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: 20px;
    top: 126px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffea61+0,eb8f1f+100 */
    /* background: #ffea61; */
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffea61 0%, #eb8f1f 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(-45deg,  #ffea61 0%,#eb8f1f 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg,  #ffea61 0%,#eb8f1f 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea61', endColorstr='#eb8f1f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}

.popup04 {
    z-index: 1100;
    width: 100%;
    max-width: 360px;
    padding: 0;
    border-radius: 15px;
    background: #c53c4b;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: 380px;
    top: 126px;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffea61+0,eb8f1f+100 */
    /* background: #ffea61; */
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffea61 0%, #eb8f1f 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(-45deg,  #ffea61 0%,#eb8f1f 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg,  #ffea61 0%,#eb8f1f 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea61', endColorstr='#eb8f1f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.popup01 .tit {
    margin-top: 12px;
    font-weight: bold;
    font-size: 20px;
}

.popup02 .tit {
    margin-top: 7px;
    font-weight: bold;
    font-size: 20px;
}
.popup03 .tit {
    margin-top: 7px;
    font-weight: bold;
    font-size: 20px;
}
.popup04 .tit {
    margin-top: 7px;
    font-weight: bold;
    font-size: 20px;
}

.popup01 .notice, 
.popup02 .notice,
.popup03 .notice,
.popup04 .notice {
    clear: both;
    padding: 10px;
    /* width: 86%; */
    height: 490px;
    min-height: 335px;
    margin: 10px;
    background: #fff;
    color: #313131;
    border-radius: 2px;
    font-weight: normal;
    overflow: hidden;
}

.popup01>div, 
.popup02>div,
.popup03>div
.popup04>div {
    /* height: 560px; */
    /* margin-bottom: 10px; */
}

.popup01 .notice div, 
.popup02 .notice div,
.popup03 .notice div,
.popup04 .notice div div {
    line-height: 130%;
}

.betmoney {
    display: inline-block;
    /* display: block; */
    width: 140px;
    height: 26px;
    margin-right: 7px;
    padding: 0 10px;
    /* border: 1px solid #d6d8d9; */
    border-radius: 15px !important;
    background: #e7e9eb;
    color: #272d36;
    text-align: center;
    letter-spacing: 0;
}

.amount {
    display: inline-block;
    /* display: block; */
    width: auto;
    height: 35px;
    margin-right: 7px;
    padding: 0 10px;
    /* border: 1px solid #d6d8d9; */
    border-radius: 3px !important;
    background: #e7e9eb;
    color: #272d36;
    text-align: center;
    letter-spacing: 0;
}

.alertMsg {
    display: none;
    margin: 0 2px 10px;
    padding: 13px 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #f74f4f;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.020em;
    line-height: 1;
    text-align: center;
}

.successMsg {
    display: none;
    margin: 0 2px 10px;
    padding: 13px 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #4fa6f0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.020em;
    line-height: 1;
    text-align: center;
}

.con-ul-tabs {}

.con-ul-tabs:after, .ul-tabs:after {
    display: block;
    clear: both;
    content: "";
}

.ul-tabs {
    border-radius: 15px 15px 0 0;
    background: #fff;
}

.ul-tabs li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    border-radius: 15px 15px 0 0;
    background: #f6e161;
}

.ul-tabs li.active {
    background: #fff;
}

.ul-tabs li:first-child {
    border-radius: 7px 0 0 0;
}

.ul-tabs li:last-child {
    border-radius: 0 7px 0 0;
}

.ul-tabs li.active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    /* background: #ff4f26; */
}

.ul-tabs li button {
    display: inline-block;
    /* margin: 0 auto; */
    /* width: 50%; */
    padding: 20px 0;
    background: none;
}

.ul-tabs li button span {
    font-size: 17px;
    color: #333;
    font-weight: 600;
}

.ul-tabs li button+a {
    display: inline-block;
    margin-left: 10px;
    padding: 7px 15px;
    /* border: 1px solid #666; */
    border-radius: 23px;
    background: #383838;
    color: #fff;
    vertical-align: middle;
    /* left: 0; */
}

/* 21.06.09 */

.slot-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0 30px;
}

.slot-container>p.text {
    padding: 50px 20px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 180%;
}

.slot-btn {
    width: 190px;
    float: left;
    position: relative;
    margin: 4px 6px;
    z-index: 7;
}

/* elijah start*/
.slot-btn.disabled{
    pointer-events: none;
}
.slot-btn.disabled .name-btn{
    background-color: gray;
    border-color: gray;
}
.slot-btn.disabled img{
    filter: grayscale(100%);

}
/* elijah end*/

.slot-container2 .slot-btn {
    width: 290px;
    float: left;
    position: relative;
    margin: 30px 20px;
    z-index: 7;
}

.slot-btn .sb-inner {
    width: 100%;
    position: relative;
    perspective: 900px;
    transform-style: preserve-3d;
}

.slot-btn .main-cont {
    width: 100%;
    border-radius: 10px 10px 18px 18px;
    background-image: linear-gradient(#5d5d5d, #1a1a1a);
    padding: 3px;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    z-index: 1;
    transition: 0.3s;
    box-shadow: 0 0 0 rgba(40, 218, 252, 0);
}

.slot-btn:hover .main-cont {
    border-radius: 50%;
    padding: 0;
    transform: translateY(-15px);
    box-shadow: 0 0 6px rgba(40, 218, 252, 0.5);
    background-image: none;
}

.slot-btn .main-cont:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 0;
    border: solid 2px #1bb0fd;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
}

.slot-btn:hover .main-cont:before {
    opacity: 1;
}

.slot-btn .main-cont .inner {
    width: calc(100% - 2px);
    border-radius: 10px 10px 18px 18px;
    border: 1px solid rgba(22, 22, 22, 1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s;
}

.slot-btn:hover .main-cont .inner {
    border-radius: 50%;
    border: 1px solid rgba(22, 22, 22, 0);
    padding: 3px;
}

.slot-btn .main-cont .inner:before {
    content: '';
    width: 100%;
    width: 100%;
    height: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-top: solid 1px #75d0ff;
    background-image: linear-gradient(rgba(27, 176, 253, 0.5), rgba(53, 129, 186, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0;
}

.slot-btn:hover .main-cont .inner:before {
    opacity: 1;
}

.slot-btn .main-cont .inner .main-img {
    width: calc(100% - 6px);
    margin-left: -3px;
    transition: 0.3s;
    opacity: 1;
}

.slot-btn:hover .main-cont .inner .main-img {
    border-radius: 50%;
}

.slot-btn .main-cont .inner .start-text {
    color: #46e1ff;
    width: 80px;
    height: 26px;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    z-index: 1;
}

.slot-btn:hover .main-cont .inner .start-text {
    opacity: 1;
    transform: scale(1);
}

.slot-btn .name-btn {
    width: 150px;
    height: 30px;
    margin: 0 auto 0 auto;
    background-color: #e61a23;
    border-radius: 5px;
    border: solid 1px #670000;
    color: #ffffff;
    font-size: 14px;
    font-family: SCDream6;
    box-shadow: 0 2px 2px #000;
    position: absolute;
    transition: 0.3s;
    bottom: -10px;
    z-index: 1;
    left: 50%;
    margin-left: -75px;
}

.slot-btn:hover .name-btn {
    bottom: -15px;
    background-color: rgba(5, 45, 125, 0.5);
    border: solid 1px #1bb0fd;
    box-shadow: 0 0 6px rgba(40, 218, 252, 0.5), inset 0 0 3px rgba(40, 218, 252, 0.5);
}

.slot-btn .name-btn:before {
    content: '';
    width: 100%;
    width: calc(100% - 4px);
    height: 100%;
    height: calc(100% - 4px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-top: solid 1px #00a8ff;
    background-image: linear-gradient(rgba(27, 176, 253, 0.5), rgba(53, 129, 186, 0.5), rgba(9, 43, 68, 0.2));
    border-radius: 2px;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.slot-btn:hover .name-btn:before {
    opacity: 1;
}

.slot-btn .plate {
    width: 99.55%;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    position: absolute;
    z-index: 0;
    transition: 0.3s;
    opacity: 1;
    transform-origin: center;
}

.slot-btn:hover .plate {
    transform: translateY(0) rotate(10deg);
    opacity: 0.6;
}

.slot-btn .icon-cont {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.close-btn {
    position: absolute;
    display: block;
    /* position:fixed; */
    top: 10px;
    right: 10px;
    z-index: 10000;
    width: 40px;
    height: 40px;
    background: #040811;
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.3s cubic-bezier(0.47, 0, 0.75, 0.72);
}

.close-btn .line {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #040811;
    border-radius: 5px;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.close-btn.active .line {
    background-color: #50c9e0;
}

.close-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4) {
    opacity: 0;
}

.close-btn.active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

.close-btn.active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

.modal .modal-casino {
    width: 880px;
    margin: 113px auto;
    padding: 0;
    /* border: 0; */
    background: transparent;
    border: solid 2px #50c9e0;
    background-color: rgba(3, 7, 20, 0.9);
    position: relative;
}

.modal .modal-casino div.close {
    display: table;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    left: 0;
    bottom: 0;
    /* width: 180px; */
    margin: 0 auto 30px;
    padding: 10px 45px;
    text-align: center;
    border-radius: 4px;
    background: #50c9e0;
    color: #050918;
    cursor: pointer;
}

.modal .modal-casino p.tit {
    display: block;
    margin: 0 auto;
    padding: 20px 0 0;
    z-index: 999;
    color: #fff;
    text-align: center;
}

.modal .modal-casino .nav-mdl {
    width: 100%;
    width: calc(100% - 24px);
    height: 150px;
    float: left;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
    z-index: 1;
}

.modal .modal-casino .nav-mdl:before {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: -150px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(to top, rgba(167, 223, 255, 0.1), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.modal .modal-casino .nav-mdl {
    /* height:100px; */
}

.modal .modal-casino .nav-mdl:before {
    top: -192px;
}

.modal .modal-casino .nav-mdl .nav-cont {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -60px;
}

.modal .modal-casino .nav-mdl .nav-btn {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.modal .modal-casino .nav-mdl .nav-btn button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    color: #16a1e6;
    font-size: 14px;
    margin: 0 auto;
    background-color: transparent;
    border: solid 1px #1bb0fd;
    transition: 0.3s;
    box-shadow: 0 0 6px rgba(40, 218, 252, 0.5), inset 0 0 3px rgba(40, 218, 252, 0.5);
}

.modal .modal-casino .nav-mdl .nav-btn button:hover {
    color: #fff;
    border: solid 1px #62c7fb;
}

.modal .modal-casino .nav-mdl .nav-btn.active button {
    color: #fff;
    border: solid 1px #62c7fb;
}

.modal .modal-casino .nav-mdl .nav-btn button i {
    font-size: 22px;
}

.modal .modal-casino .nav-mdl .nav-btn button:before {
    content: '';
    width: 100%;
    width: calc(100% - 12px);
    height: 100%;
    height: calc(100% - 12px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: rgba(1, 36, 53, 0.5);
    border-top: solid 1px #00a8ff;
    background-image: linear-gradient(rgba(27, 176, 253, 0.5), rgba(53, 129, 186, 0.5), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
    border-radius: 50%;
    transition: 0.3s;
    z-index: -1;
}

.modal .modal-casino .nav-mdl .nav-btn button:after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    border: solid 1px #62c7fb;
    border-radius: 50%;
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
}

.modal .modal-casino .nav-mdl .nav-btn button:hover:before {
    background-image: linear-gradient(rgba(27, 176, 253, 0.8), rgba(53, 129, 186, 0.6), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
}

.modal .modal-casino .nav-mdl .nav-btn.active button:before {
    background-image: linear-gradient(rgba(27, 176, 253, 0.8), rgba(53, 129, 186, 0.6), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
}

.modal .modal-casino .nav-mdl .nav-btn.active button:before {
    width: 100%;
    height: 100%;
}

.modal .modal-casino .nav-mdl .nav-btn.active button:after {
    opacity: 1;
}

.modal .modal-casino .nav-mdl .nav-btn:nth-child(2) button {
    bottom: -40px;
}

.modal .modal-casino .nav-mdl .nav-btn:nth-child(3) button {
    /* bottom:-40px; */
}

.modal .modal-casino .nav-mdl.three .nav-btn:nth-child(3) button {
    bottom: 0;
}

.modal .modal-casino .nav-mdl.five .nav-btn:nth-child(2) button {
    bottom: -30px;
}

.modal .modal-casino .nav-mdl.five .nav-btn:nth-child(3) button {
    bottom: -30px;
}

.modal .modal-casino .nav-mdl.five .nav-btn:nth-child(4) button {
    /* bottom:-30px; */
}

/* -- Gamelist -- */

.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.gamelistModal {
    overflow: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-open .gamelistModal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.gamelistModal.fade.in {
    opacity: 1;
}

/* CHANGED PADDING (hannah 09-27-21) */
.game-modal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    /* padding: 10px 10px 30px 10px; */
    overflow-y: scroll;
    position: relative;
  }

.game-modal::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.game-modal p {
    margin: 0;
}

.game-modal button {
    padding: 0;
}

/* CHANGED TOP RIGHT (hannah 09-27-21) */
.mdl-close-btn {
    width: 140px;
    height: 40px;
    top: 22px;
    right: 21px;
    position: absolute;
    transition: 0.3s;
    border: none;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background-color: transparent;
    border-left: solid 1px #00ffff;
    border-right: solid 1px #00ffff;
    background-image: linear-gradient(
      to right,
      rgba(61, 89, 137, 0.5),
      rgba(61, 89, 137, 0.2),
      rgba(9, 43, 68, 0),
      rgba(9, 43, 68, 0),
      rgba(61, 89, 137, 0.2),
      rgba(61, 89, 137, 0.5)
    );
  }

/* REMOVED HOVER EFFECT FOR THE CLOSE BTN (hannah 09-27-21) */
/* .mdl-close-btn:hover {
  width: 160px;
  color: #6dcfff;
  background-image: linear-gradient(
    to right,
    rgba(61, 89, 137, 0.6),
    rgba(61, 89, 137, 0.3),
    rgba(9, 43, 68, 0),
    rgba(9, 43, 68, 0),
    rgba(61, 89, 137, 0.3),
    rgba(61, 89, 137, 0.6)
  );
} */

/* CHANGED (hannah 09-24-21) */
.bsm-inner {
    width: 100%;
    float: left;
    border-top: solid 1px #008a98;
    background-color: #000a10;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

.bsm-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/modal-bg.jpg);
    background-size: cover;
    opacity: 0.6;
    z-index: -1;
}

.bsm-inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(2, 15, 21, 0.8);
    /*background-image:url(../images/pattern.png);*/
    z-index: -1;
}

/* CHANGED (hannah 09-27-21) */
.nav-mdl {
    width: 100%;
    width: calc(100% - 24px);
    float: left;
    margin: 0 auto;
    top: 12px;
    z-index: 1;
  }

/* CHANGED (hannah 09-27-21) */
.nav-mdl:before {
    content: "";
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(
      to top,
      rgba(167, 223, 255, 0.1),
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    );
  }

.gamelistModal .bsm-cont {
    width: 1200px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    border-radius: 15px;
    border: solid 2px #008a98;
    box-shadow: 0 0 10px rgb(40 218 252 / 30%), inset 0 0 10px rgb(40 218 252 / 30%);
    padding: 10px;
    z-index: 2;
}

.gamelist-cont {
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px;
}

/* CHANGED HEIGHT (hannah 09-27-21) */
.gamelist-cont .gl-scroll {
    width: 100%;
    height: 100vh;
    float: left;
    overflow-y: scroll;
  }

.gamelist-cont .gl-scroll::-webkit-scrollbar {
    width: 10px;
    background: #313131;
    border-radius: 5px;
}

.gamelist-cont .gl-scroll::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 5px;
    border: solid 1px #313131;
}

.gl-inner {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.game-btn {
    width: 16.9%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px 1.4%;
    border: solid 1px #000;
    transition: 0.3s;
}

.game-btn:hover {
    border: solid 1px #1cbfba;
}

.game-btn:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-image: linear-gradient(#089eaf, #05b866);
    transform: skew(2deg, 2deg);
    box-shadow: 0 0 10px rgba(8, 158, 175, 0.4);
    transition: 0.3s;
    z-index: -1;
}

.game-btn:hover:before {
    transform: skew(0deg, 0deg);
    box-shadow: 0 0 0 rgba(8, 158, 175, 0);
}

.game-btn .inner {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 1;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}

.game-btn:hover .inner {
    background-color: rgb(3, 33, 35);
}

.game-btn .img-cont {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-btn .img-cont .main-img {
    width: 100%;
    transition: 0.3s;
    opacity: 1;
}

.game-btn .info-cont {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.game-btn .info-cont .game-name {
    color: #fff;
    font-size: 14px;
}

.game-btn .start-btn {
    width: 120px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px #969696;
    margin-top: 10px;
    color: #ccc;
    font-size: 12px;
    transition: 0.3s;
}

.game-btn .start-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* CHANGED STYLE (hannah 09-27-21) */
.nav-mdl {
    width: 100%;
    width: calc(100% - 24px);
    margin: 0 auto;
    z-index: 1;
  }

  /* CHANGED (hannah 09-27-21) */
  .nav-mdl:before {
    content: "";
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(
      to top,
      rgba(167, 223, 255, 0.1),
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    );
  }

.joinModal .nav-mdl {
    height: 100px;
}

.joinModal .nav-mdl:before {
    top: -200px;
}

.loginModal .nav-mdl {
    height: 100px;
}

.loginModal .nav-mdl:before {
    top: -200px;
}

/* Changed (hannah 09-27-21) */
.nav-mdl .nav-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0 20px;
}
/* Changed (hannah 09-24-21) */
.nav-mdl .nav-btn {
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin: 0 auto;
  }
  /* Changed (hannah 09-24-21) */
  .nav-mdl .nav-btn button {
    height: 45px;
    border-radius: 15px;
    bottom: 10px;
    color: #16a1e6;
    font-size: 14px;
    margin: 0 auto;
    background-color: transparent;
    border: solid 1px #1bb0fd;
    transition: 0.3s;
    box-shadow: 0 0 6px rgba(40, 218, 252, 0.5),
      inset 0 0 3px rgba(40, 218, 252, 0.5);
      min-width: 165px;
      max-width: 165px;
      padding: 18px 15px;
      line-height: 0;
  }

.nav-mdl .nav-btn button:hover {
    color: #fff;
    border: solid 1px #62c7fb;
}

.nav-mdl .nav-btn.active button {
    color: #fff;
    border: solid 1px #62c7fb;
}

.nav-mdl .nav-btn button i {
    font-size: 22px;
}

/* CHANGED BORDER RADIUS (hannah 09-27-21) */
.nav-mdl .nav-btn button:before {
    content: "";
    width: 100%;
    width: calc(100% - 12px);
    height: 100%;
    height: calc(100% - 12px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: rgba(1, 36, 53, 0.5);
    border-top: solid 1px #00a8ff;
    background-image: linear-gradient(
      rgba(27, 176, 253, 0.5),
      rgba(53, 129, 186, 0.5),
      rgba(9, 43, 68, 0),
      rgba(9, 43, 68, 0),
      rgba(9, 43, 68, 0)
    );
    border-radius: 15px;
    transition: 0.3s;
    z-index: -1;
}


/* REMOVED STYLE (hannah 09-27-21) */
/* .nav-mdl .nav-btn button:after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  border: solid 1px #62c7fb;
  border-radius: 50%;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
} */

.nav-mdl .nav-btn button:hover:before {
    background-image: linear-gradient(rgba(27, 176, 253, 0.8), rgba(53, 129, 186, 0.6), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
}

.nav-mdl .nav-btn.active button:before {
    background-image: linear-gradient(rgba(27, 176, 253, 0.8), rgba(53, 129, 186, 0.6), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
}

.nav-mdl .nav-btn.active button:before {
    width: 100%;
    height: 100%;
}

.nav-mdl .nav-btn.active button:after {
    opacity: 1;
}

.nav-mdl .nav-btn:nth-child(2) button {
    bottom: -40px;
}

.nav-mdl .nav-btn:nth-child(3) button {
    bottom: -40px;
}

.nav-mdl.three .nav-btn:nth-child(3) button {
    bottom: 0;
}

.nav-mdl.five .nav-btn:nth-child(2) button {
    bottom: -30px;
}

.nav-mdl.five .nav-btn:nth-child(3) button {
    bottom: -30px;
}

.nav-mdl.five .nav-btn:nth-child(4) button {
    bottom: -30px;
}

.nav-mdl.six .nav-btn:nth-child(2) button {
    bottom: -30px;
}

.nav-mdl.six .nav-btn:nth-child(3) button {
    bottom: -45px;
}

.nav-mdl.six .nav-btn:nth-child(4) button {
    bottom: -45px;
}

.nav-mdl.six .nav-btn:nth-child(5) button {
    bottom: -30px;
}

/* Modal Head */
/* REMOVED POSITION ABSOLUTE (hannah 09-27-21) */
.mdl-head {
    width: calc(100% - 20px);
    float: left;
    top: 0;
    left: 0;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    padding: 0 10px;
    flex-direction: column;
  }

.mdl-head .mdl-title {
    width: 100%;
    float: left;
    text-align: center;
}

.mdl-head .mdl-title div {
    width: auto;
    display: inline-block;
    vertical-align: top;
    animation: mdlTitleAnim 0.8s ease 1;
    display: none;
}

@keyframes mdlTitleAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.mdl-head .mdl-title .active {
    display: block;
}

.mdl-head .mdl-title div .en {
    color: #ffffff;
    font-size: 22px;
    /* margin-bottom:-5px; */
}

.mdl-head .mdl-title div .kr {
    color: #ffe846;
    font-size: 30px;
    font-family: SCDream6;
}

/* Modal Body */

/* REMOVED MARGIN TOP (hannah 09-27-21) */
.game-modal .modal-body {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    border-left: none;
    padding: 0;
  }

 /* CHANGED (hannah 09-27-21) */
 .game-modal .modal-body .tab-mdl {
    height: 100vh;
    float: left;
    padding: 20px 0 40px;
    position: relative;
    z-index: 1;
    display: none;
  }

.game-modal .modal-body .tab-mdl {
    /* min-height:680px; */
}

@keyframes modalTabAnim {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.game-modal .modal-body .tab-mdl:before, .game-modal .modal-body .tab-mdl:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.game-modal .modal-body .tab-mdl.deposit {
    padding-bottom: 90px;
}

.game-modal .modal-body .tab-mdl.active {
    display: block;
    animation: modalTabAnim 0.8s 0s ease 1 backwards;
}
/* ADDEDD CSS (hannah 09-27-21) */
/* ADDED CSS */
.flex{
    display: flex!important;
    justify-content: center;
}
.game_title{
    /* margin-top: 75px; */
}
.game_title_navs{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.game_btn{
    background-color: #08171D;
    color: #ffffff;
    padding: 7px 0!important;
    border: solid 1px #1bb0fd;
    border-radius: 15px;
    background-image: linear-gradient( to right, rgba(61, 89, 137, 0.5), rgba(61, 89, 137, 0.2), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(61, 89, 137, 0.2), rgba(61, 89, 137, 0.5) );
    min-width: 125px;
    max-width: 125px;
    margin: 3px 4.9px;
    flex: 0 0 calc(16.66% - 20px);
}
.game_btn::before{
    background-image: linear-gradient( rgba(27, 176, 253, 0.5), rgba(53, 129, 186, 0.5), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0) );
    border: solid 1px #1bb0fd;
}
.game_btn:nth-last-child(){
    display: flex;
    justify-content: center;
}
.game_title_navs .active{
    color: #ffe846!important;
    background-color: #010E13;
}
.backBtn{
  width: 40px;
  height: 40px;
  top: 22px;
  left: 21px;
  position: absolute;
  transition: 0.3s;
  border: none;
  z-index: 3;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  background-color: transparent;
  border-left: solid 1px #00ffff;
  border-right: solid 1px #00ffff;
  background-image: linear-gradient( to right, rgba(61, 89, 137, 0.5), rgba(61, 89, 137, 0.2), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(61, 89, 137, 0.2), rgba(61, 89, 137, 0.5) );
  display: none;
}
.game_list{
  border-top: 1px solid #c8c9c5;
  border-bottom: 1px solid #c8c9c5;
  padding: 12px 15px;
  width: 500px;
  color: #ffffff;
  text-align: center;
  box-shadow: 4px 5px 5px 0px rgb(0 0 0 / 75%);
  font-weight: 800;
  font-size: 23px;
  margin: 35px auto 0;
  letter-spacing: 2px;
}
.game_list_comp{
  display: none;
  margin-top: 5px;
  height: 40px;
  padding: 12px 15px;
  width: 200px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 75%);
  font-weight: 800;
  font-size: 15px;
  margin: 10px auto;
  letter-spacing: 2px;
  background-image: linear-gradient(90.29deg, #62c7fb 25.99%, #000000 120.16%);
  border: 1px solid #ffffff;
  border-radius: 20px;
}
@media(max-width: 1440px){
  /*  ADDED */
  .mdl-close-btn{
    width: 90px;
  }
}

@media (max-width: 1023px) {

    /* ADDED (hannah 09-27-21) */
    .game_btn{
        margin: 3px 4px;
    }
    .nav-mdl .nav-btn{
        width: unset;
    }
    .nav-mdl .nav-btn button{
        min-width: 155px;
        max-width: 155px;
        padding: 0 15px;
    }
    /* ----------- */
    body * {
        /* font-size: 12px !important; */
    }
    #wrap {
        min-width: auto;
        margin-bottom: 345px;
    }
    #wrap.wide {
        margin-bottom: 0;
    }
    #h-top {
        position: relative;
        height: 75px;
        background: #1b2029;
    }
    footer {
        /* padding-bottom: 20px; */
    }
    footer .copyright {
        padding: 20px 10px;
    }
    footer .payment {
        border-top: 0;
    }
    .container {
        width: 100%;
        margin: 0;
    }
    h1#logo {
        /* position: absolute; */
        /* width: 100%; */
        /* top: 35px; */
        /* left: 0; */
        /* padding: 5px 0; */
        /* text-align: center; */
        /* z-index: 0; */
        /* background: #30333f; */
    }
    h1#logo img {
        width: 118px;
    }
    #h-top ul {
        position: absolute;
        top: 0;
        width: 100%;
        height: 34px;
        line-height: 34px;
        border-bottom: 1px solid #010102;
    }
    #h-top:after, #h-top ul:after {
        display: block;
        clear: both;
        content: "";
    }
    #h-top ul li {
        display: inline-block;
        float: left;
        width: 25%;
        padding: 0;
        text-align: center;
    }
    #h-top ul li:after {
        top: 0;
        height: 34px;
        background: #010102;
    }
    #h-top ul li, #h-top ul li a {
        font-size: 12px;
    }
    #h-top ul li img {
        float: none;
    }
    nav#gnb {
        height: auto;
        border: 0;
        /* border-top: 1px solid #010102; */
    }
    nav#gnb>.container {
        position: relative;
        z-index: 1;
        font-size: 0;
        line-height: 0;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    nav#gnb div>ul {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        min-width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        vertical-align: top;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    nav#gnb div>ul>li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
    nav#gnb div>ul>li.col3 {
        width: 33.33%;
    }
    nav#gnb div>ul>li>a {
        padding: 25px 15px;
        font-size: 14px;
    }
    #content {
        padding: 0;
    }
    #content-center {
        float: none;
        width: auto;
        margin: 0;
        padding: 12px;
        border: 0;
        border-radius: 0;
    }
    #content-center.wide {
        width: auto;
    }
    #content-only-center {
        float: none;
        width: 100%;
        margin: 0;
    }
    .m-btn-lip {
        position: absolute;
        top: 11px;
        left: 10px;
    }
    .m-btn-lip a {
        display: block;
        z-index: 999;
        cursor: pointer;
    }
    .m-btn-mybet {
        position: absolute;
        top: 11px;
        right: 10px;
    }
    .m-btn-mybet a {
        display: block;
        z-index: 999;
        cursor: pointer;
    }
    .m-btn-join {
        position: absolute;
        top: 11px;
        right: 10px;
    }
    .m-btn-join {
        display: block;
        z-index: 999;
        cursor: pointer;
    }
    .m-btn-log {
        position: absolute;
        top: 11px;
        right: 45px;
    }
    .m-btn-log a {
        display: block;
        z-index: 999;
        cursor: pointer;
    }
    .m-btn-mycart {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
    }
    .m-btn-mycart a {
        position: relative;
        display: block;
        cursor: pointer;
        /* width: 100%; */
        padding: 10px 0;
        background: #e61a23;
        font-size: 13px !important;
        color: #fff;
        text-align: center;
    }
    .m-btn-mycart a span {
        position: absolute;
        top: 0px;
        left: 15px;
        min-width: 26px;
        color: #000;
        border-radius: 40%;
        background-color: rgba(246, 116, 81, 0.8);
        font-weight: bold;
        font-size: 14px !important;
        text-align: center;
        letter-spacing: -0.080em;
    }
    .m-content-l {
        z-index: 1011;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0,0,0,0.3); */
        -webkit-transition-property: left;
        -webkit-transition-duration: 0.4s;
        transition-property: left;
        transition-duration: 0.4s;
        transform: translateY(0px);
    }
    .m-content-r {
        z-index: 1011;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0,0,0,0.3); */
        -webkit-transition-property: right;
        -webkit-transition-duration: 0.4s;
        transition-property: right;
        transition-duration: 0.4s;
        transform: translateY(0px);
    }
    #content-l {
        z-index: 999;
        position: fixed;
        top: 0;
        float: left;
        background-color: #fff;
        width: 100%;
        height: 100%;
        max-width: 274px;
        padding: 0;
        background: #080a09;
        box-sizing: border-box;
    }
    #content-r {
        z-index: 999;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0px;
        width: 100%;
        /* background-color: #fff; */
        /* margin-top: -550px; */
        /* height: 100%; */
        /* max-width: 266px; */
        padding: 0;
        /* background: #16181f; */
        box-sizing: border-box;
    }
    #content-r .slipbox {
        border-radius: 0;
    }
    #content-r .slipbox .txt {
        padding: 10px;
    }
    .m-content-l.active, .m-content-l.active #content-l {
        left: 0;
    }
    .m-content-l.active {
        overflow-y: auto;
        background: url(../images/mobile/bg-content-l.png) left top repeat-y;
    }
    .m-content-r.active, .m-content-r.active #content-r {
        right: 0%;
    }
    .m-content-r.active {
        overflow-y: auto;
        background: url(../images/mobile/bg-content-r.png) right top repeat-y;
    }
    .lip-off {
        position: absolute;
        top: 0;
        left: 274px;
        width: 33px;
        height: 33px;
        margin: 0;
        cursor: pointer;
    }
    .mybet-off {
        position: absolute;
        top: -1px;
        right: 266px;
        width: 33px;
        height: 33px;
        margin: 0;
        cursor: pointer;
    }
    .live-list .live {
        width: 266px;
        margin-left: 4px;
    }
    .modal-content {
        max-width: 450px;
        width: 95% !important;
        margin: 0 auto;
    }
    #modal_calender .modal-content {
        width: 85% !important;
    }
    .modal-join div.group {
        float: none;
        width: 100%;
    }
    .modal-join div.close {
        position: relative;
        right: 0;
        bottom: 0;
        width: auto;
        /* margin: 5px 20px; */
    }
    .modal-join div.check {
        width: auto;
        /* margin: 5px 20px; */
    }
    .alert-rt {
        width: 60%;
        z-index: 2000;
    }
    .modal-page {
        min-width: auto;
    }
    .modal-alert div.close, .modal-alert div.check, .modal-alert div.ok {
        float: none !important;
        width: 30%;
        margin: 10px auto 0 !important;
        padding: 5px;
    }
    #modal_calender .modal-content div.check-group a.btn {
        top: 15px;
    }
    #modal_calender .modal-content div.date {
        margin-left: -15px;
        font-size: 16px !important;
    }
    .modal .modal-body .btn a span {
        font-size: 12px;
    }
    .modal .modal-body, .modal .modal-footer {
        padding: 7px;
    }
    .modal .modal-body dt {
        width: 70px;
    }
    .modal .modal-body dd {
        margin-left: 80px;
    }
    .table-respon {
        overflow-x: auto;
    }
    .board.table-respon table.list {
        white-space: nowrap;
        table-layout: auto;
    }
    #content-r .slipbox .inputbox dl.bet-money div {
        width: 96%;
        padding: 16px 2%;
    }
    #content-r .bet-tit {
        display: none;
        padding: 7px;
    }
    #content-r .slipbox .inputbox {
        padding: 5px 7px 0;
    }
    #content-r .slipbox .inputbox dl {
        padding: 5px 0;
    }
    #content-r .slipbox .btn {
        padding: 5px 5px 0;
    }
    #content-r .slipbox .btn div {
        margin-bottom: 5px;
    }
    #content-r .slipbox .btn a span {
        padding: 10px 0;
        font-size: 12px;
    }
    #content-r .slipbox .btn a.btn {
        padding: 4px 0;
    }
    #content-r .bet-btn {
        /* margin: 0 10px 5px; */
    }
    #content-r .bet-btn a.bet {
        padding: 8px 0;
        font-size: 13px;
    }
    .popup01 {
        top: 20px;
        max-width: 320px;
        margin-left: -160px;
    }
    .popup02 {
        margin-left: -180px;
        top: 461px;
        max-width: 320px;
        margin-left: -160px;
    }
	.popup03 {
        top: 20px;
        max-width: 320px;
        margin-left: -160px;
    }
	.popup04 {
        margin-left: -180px;
        top: 461px;
        max-width: 320px;
        margin-left: -160px;
    }
    .popup01 .notice, 
	.popup02 .notice,
	.popup03 .notice,
	.popup04 .notice {
        height: auto;
        font-size: 12px;
    }
    .popup01 .tit, 
	.popup02 .tit,
	.popup03 .tit,
	.popup04 .tit {
        font-size: 16px;
    }
    .deleteall {
        top: 10px;
    }
    .bet-slider {
        top: 6px;
    }
    .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }
    .float-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    .float-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    #h-top span {
        display: inline-block;
        line-height: 35px;
        color: #ddd;
    }
    #h-top .now-bet {
        margin-right: .25rem!important;
        color: #59c9ff;
    }
    #h-top .money {
        display: inline-block;
        min-width: 70px;
        text-align: right;
        color: #4dc9ff;
    }
    #h-top .now-balance {
        margin-right: .5rem!important;
        color: #ffea6b;
    }
    #h-top .now-balance .money {
        color: #ffea6b;
    }
    .logo-wrap {
        height: 125px;
        border-top: 1px solid #22252f;
        border-bottom: 1px solid #22252f;
        background: #30333f;
    }
    .logo-wrap h1#logo {
        display: block;
        text-align: center;
        /* line-height: 68px; */
    }
    .logo-wrap h1#logo a {
        display: inline-block;
        z-index: 998;
        color: #fff;
        font-size: 35px;
    }
    .logo-wrap .top-menu {
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        height: auto;
        line-height: normal;
        text-align: center;
    }
    .logo-wrap .top-menu a {
        margin-left: 15px;
        color: #fff;
    }
    .logo-wrap .top-menu a:first-child, .logo-wrap .top-menu a:nth-child(5) {
        margin-left: 0;
    }
    .logo-wrap .top-menu a.getCasino {
        display: inline-block;
        margin-top: 5px;
        padding: 3px 8px;
        border-radius: 5px;
        background: #000;
        color: #f6e161;
    }
    .ul-tabs li button span {
        font-size: 14px;
    }
    .ul-tabs li button+a {
        margin-left: 5px;
        padding: 5px 10px;
        font-size: 12px;
    }
    #content-r .bet-form .bet-amount {
        font-size: 13px;
    }
    #content-r .bet-form .bet-money, #content-r .bet-form .bet-money span {
        font-size: 13px;
    }
    /* 21.06.09 */
    .game-modal {
        /* width:auto; */
    }
    .game-modal .bsm-cont {
        padding: 5px;
    }
    .game-modal .mdl-head .mdl-title div .en {
        font-size: 18px;
    }
    .game-modal .mdl-head .mdl-title div .kr {
        font-size: 24px;
    }
    .game-modal .nav-mdl {
        width: 100%;
        height: auto;
        position: relative;
    }
     /* REMOVED MARGINTOP (hannah 09-27-21) */
  .game-modal .nav-mdl .nav-cont {
    height: auto;
    flex-wrap: wrap;
  }
    /* CHANGED (hannah 09-24-21) */
    .game-modal .nav-mdl .nav-btn {
        height: auto;
        float: left;
    }
    /* CHANGED (hannah 09-27-21) */
    .game-modal .nav-mdl .nav-btn {
        height: auto;
        float: left;
    }
       /* CHANGED (hannah 09-24-21) */
  .game-modal .nav-mdl .nav-btn button {
        height: 45px;
        position: relative;
        bottom: 0 !important;
        font-size: 10px;
        margin: 5px 5px;
        white-space: nowrap;
  }
    .game-modal .nav-mdl .nav-btn button i {
        font-size: 18px;
    }
    .game-modal .modal-body {
        margin-top: 0;
    }
    .game-modal .modal-body .tab-mdl {
        padding: 20px;
    }
    .game-modal .modal-body .tab-mdl {
        width: calc(100% - 10px);
        padding: 20px 5px;
    }
    .game-modal .gamelist-cont .gl-scroll {
        /* width: 100%; */
        /* height: auto; */
        /* float: left; */
        /* overflow-y: auto; */
    }
    .game-modal .game-btn .start-btn {
        width: 100%;
    }
    .game-modal .gl-inner {
        /* top: -10px; */
        /* left:0; */
    }
    .game-modal .game-btn {
        width: 45%;
    }
}
@media(max-width: 900px){
    /* ADDED and CHANGED (hannah 09-24-21) */
    .game_btn{
        margin: 3px 4.9px;
    }
    .game_title{
      padding: 20px 0 0;
    }
    .game_title_navs{
      margin-top: 0;
    }
    .mdl-close-btn{
      width: 70px;
    }
    .gamelistModal .bsm-cont{
      width: 720px;
    }
}
@media (max-width: 499px) {
/* ADDED and CHANGED (hannah 09-24-21) */
.backBtn{
    display: block;
  }
  .game_title{
    display: none;
  }
  .game_title{
      margin-top: 0;
  }
  .game-modal {
    width: auto;
  }
  .game-modal .nav-mdl .nav-btn button {
    width: 40px;
    height: 40px;
    position: relative;
    bottom: 0!important;
    font-size: 10px;
    margin: 5px 2px;
    white-space: nowrap;
    /* min-width: 150px; */
  }
  .flexCol{
    display: flex;
    flex-direction: column;
  }
  .mdl-close-btn{
    width: 40px;
  }
  .game_list_comp{
    display: block;
  }
  .game_list{
    font-size: 22px;
    margin-top: 5px;
    width: 300px;
  }
  
  .game-modal {
    width: auto;
  }
  .game-modal .nav-mdl .nav-btn button {
    width: 50px;
    height: 50px;
    position: relative;
    bottom: 0 !important;
    font-size: 10px;
    margin: 5px 2px;
    white-space: nowrap;
  }
/* ---------- */
      /* CHANGED (hannah 09-27-21) */
    .slot-btn{
        width: 150px;
    }
    /* CHANGED (hannah 09-27-21) */
    .slot-btn .name-btn{
        left: 52%;
    }
}

@media (max-width: 420px) {
    /* CHANGED ADDED (hannah 09-27-21) */
    .game_btn{
        font-size: 10px;
        min-width: 123px;
        max-width: 123px;
    }
    .nav-mdl .nav-btn button{
        min-width: 125px;
        max-width: 125px;
    }
    /* ---------- */
    #content-r .slipbox .txt {
        padding: 11px;
    }
    .deleteall {
        top: 9px;
    }
    .bet-slider {
        top: 11px;
    }
    .slider:before {
        top: 2px;
    }
    .modal .modal-body dd {
        margin-left: 80px;
    }
    .table-respon {
        overflow-x: auto;
    }
    .board.table-respon table.list {
        white-space: nowrap;
        table-layout: auto;
    }
    #content-r .slipbox .inputbox dl.bet-money div {
        width: 96%;
        padding: 16px 2%;
    }
    #content-r .bet-tit {
        padding: 7px;
    }
    #content-r .slipbox .inputbox {
        padding: 5px 7px 0;
    }
    #content-r .slipbox .inputbox dl {
        padding: 5px 0;
    }
    #content-r .slipbox .btn {
        /* padding: 5px 5px 0; */
    }
    #content-r .slipbox .btn div {
        margin-bottom: 5px;
    }
    #content-r .slipbox .btn a span {
        padding: 7px 0;
    }
    #content-r .slipbox .btn a.btn {
        padding: 4px 0;
    }
    #content-r .bet-btn {
        /* margin: 0 10px 5px; */
    }
    #content-r .bet-btn a.bet {
        padding: 15px 0;
        font-size: 18px;
    }
    #content-r .slipbox .btn.btn4line a span {
        padding: 10px 0;
    }
    canvas#captcha {
        /* height: 39px; */
    }
    .ul-tabs li button {
        display: block;
        padding: 5px 0 2px;
        margin: 0 auto;
    }
    .ul-tabs li button+a {
        margin: 0 0 5px;
    }
    .ul-tabs li button span {
        font-size: 14px;
    }
}
/* ADDED (hannah 09-24-21) */
@media(max-width: 350px){
    .game_title_navs{
        padding: 0 5px;
    }
    .game_list{
      width: 200px;
    }
    .game-modal .mdl-head .mdl-title div .kr{
      font-size: 15px;
    }
    .game-modal .mdl-head .mdl-title div .en{
      font-size: 15px;
    }
    .mdl-head .mdl-title div{
      line-height: 1.5;
    }
    .game-modal .nav-mdl .nav-btn button{
      min-width: 130px;
    }
    .slot-btn{
      width: 140px;
    }
    .slot-btn .name-btn{
        left: 55%;
        width: 140px;
    }
}

body,
html {
    height: 100%;
    margin: 0;
}

#wrap {
    position: relative;
    min-width: 1680px;
    min-height: 100%;
    background: #eef2f5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header {
    position: relative;
}

#content {
    padding: 20px;
    margin-top: 80px;
    /* padding-bottom: 13px; */
}

footer {
    /* margin-top: 10px; */
    /* border: 1px solid #2c4058; */
    /* border-left: 0; */
    /* border-right: 0; */
    /* background-color: rgba( 0, 13, 15, 0.90 ); */
}

.container {
    position: relative;
    width: 1195px;
    margin: 0 auto;
}

.container:after {
    display: block;
    clear: both;
    content: "";
}

/**header**/

#h-top {
    height: 45px;
    background: #252a34;
    /* line-height: 45px; */
}

#h-top p.clock {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 9px;
    border: 1px solid #3f444e;
    border-radius: 15px;
    color: #ffffff;
    background: #15161a;
    font-size: 12px;
}

#h-top marquee {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 165px;
    width: 400px;
    padding: 3px 10px;
    /* border: 1px solid #848384; */
    /* border-radius: 15px; */
    color: #ffffff;
    font-size: 13px;
}

#h-top ul {
    position: absolute;
    top: 13px;
    right: 0;
}

#h-top ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 10px;
    /* background: url(../images/line-h-top.png) 0 2px no-repeat; */
}

#h-top ul li:first-child {
    background: none;
}

#h-top ul li:after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
    width: 1px;
    height: 11px;
    background: #fff3;
}

#h-top ul li:first-child:after {
    display: none;
}

#h-top ul li img {
    float: left;
    padding: 3px 0;
}

#h-top ul li,
#h-top ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

#h-top ul li span,
#h-top ul li a span {
    color: #01ffa7;
    font-weight: bold;
}

#h-top ul li a.btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbb5+0,eb8f1f+100 */
    display: inline-block;
    margin: -2px 0 0 3px;
    padding: 3px 5px;
    border-radius: 2px;
    background: #fffbb5;
    /* Old browsers */
    background: -moz-linear-gradient( -45deg, #fffbb5 0%, #eb8f1f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( -45deg, #fffbb5 0%, #eb8f1f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( 135deg, #fffbb5 0%, #eb8f1f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbb5', endColorstr='#eb8f1f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #0a111c;
    font-family: "?��?";
    font-size: 11px;
    font-weight: bold;
}

#h-top ul li a:hover span.blank,
#h-top ul li a:focus span.blank {
    display: block;
}

#h-top ul li a span.blank {
    display: none;
    position: absolute;
    top: 21px;
    left: 234px;
    width: 119px;
    padding: 3px 5px;
    border-radius: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f56060+0,cd1212+100 */
    background: #f56060;
    /* Old browsers */
    background: -moz-linear-gradient( -45deg, #f56060 0%, #cd1212 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( -45deg, #f56060 0%, #cd1212 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( 135deg, #f56060 0%, #cd1212 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56060', endColorstr='#cd1212', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    font-size: 13px;
}

#h-top ul li a span.blank span {
    color: #fff;
}

#h-top ul li.info span {
    color: #fff;
    font-weight: normal;
}

#h-top ul li.info>span {
    /* padding-right: 10px; */
    color: #79b2ff;
}

#h-top ul li.info>span strong {
    display: inline-block;
    padding-left: 3px;
}

#h-top a.banner {
    position: absolute;
    top: 56px;
    right: 20px;
    z-index: 998;
}

#h-top a.banner img {
    height: 44px;
}

nav#gnb {
    background: #2c7ff2;
}

nav#gnb div>ul {
    /* position: relative; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

nav#gnb ::-webkit-scrollbar {
    width: 3px;
}
nav#gnb ::-webkit-scrollbar-thumb {
    background: #4c505d;
}
nav#gnb ::-webkit-scrollbar:horizontal {
    height: 10px;
}

nav#gnb div>ul:after {
    display: block;
    clear: both;
    content: "";
}

nav#gnb div>ul>li {
    /* position: relative; */
    display: inline-block;
    float: left;
    /* width: 14.28%; */
}

nav#gnb div>ul>li:first-child {
    margin-left: 0;
}

nav#gnb div>ul>li>a {
    display: block;
    /* min-width: 100px; */
    /*119px;*/
    padding: 12px 15px;
    /* background: #e61a23; */
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

nav#gnb div>ul>li.active>a,
nav#gnb div>ul>li:hover>a {
    background: #1a6ee2;
    /* border-radius: 5px; */
    /* font-size: 14px; */
}

nav#gnb div>ul>li ul {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    width: auto;
    padding: 7px 0;
    border-radius: 0px;
    background: #2a2a2a;
    z-index: 999;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

nav#gnb div>ul>li.active ul {
    display: block;
}

nav#gnb div>ul>li ul li {
    display: inline-block;
    float: left;
    /* width: 112px; */
    /*122px;*/
    height: 25px;
    padding: 0 10px;
    /* border-right: 1px solid #505256; */
    text-align: center;
}

nav#gnb div>ul>li ul li:first-child {
    /* margin-left: 255px; */
}

nav#gnb div>ul>li ul li a {
    display: block;
    position: relative;
    padding: 4px 0;
    background: url(../images/bg-gnb2.png) center center no-repeat;
    color: #fff;
    font-size: 15px;
    text-shadow: -1px 0 #031434, 0 1px #031434, 1px 0 #031434, 0 -1px #031434;
}

nav#gnb div>ul>li ul li a:after {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: 8px;
    left: -10px;
    width: 1px;
    height: 11px;
    background: #6c6c6c;
}

nav#gnb div>ul>li ul li:first-child a:after {
    display: none;
}

nav#gnb div>ul>li ul li a:hover,
nav#gnb div>ul>li ul li a:focus,
nav#gnb div>ul>li ul li.active a {
    background: url(../images/bg-gnb2-on.png) center center no-repeat;
    text-shadow: -1px 0 #2c7ff2, 0 1px #2c7ff2, 1px 0 #2c7ff2, 0 -1px #2c7ff2;
}

/* Hide Dropdowns by Default */
nav#gnb ul ul {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
    background-color: #2C7FF2;
}
	
/* Display Dropdowns on Hover */
nav#gnb ul li:hover > ul {
	display:inherit;
    display: flex;
    flex-direction: column;
}
	
/* Fisrt Tier Dropdown */
nav#gnb ul ul li {
	width:auto;
	float:none;
	display:list-item;
	position: relative;
    text-align: left !important;
}


#line-notice {
    height: 50px;
    background: #cd1212;
}

#line-notice p {
    padding: 14px 0;
    color: #fff;
}

#line-notice span.tag {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282b30+0,0a111c+100 */
    display: inline-block;
    margin-right: 5px;
    padding: 4px 5px;
    border-radius: 3px;
    background: #282b30;
    /* Old browsers */
    background: -moz-linear-gradient( -45deg, #282b30 0%, #0a111c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( -45deg, #282b30 0%, #0a111c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( 135deg, #282b30 0%, #0a111c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282b30', endColorstr='#0a111c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    font-family: "?��?";
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

#h-top span {
    display: inline-block;
    line-height: 45px;
    color: #ddd;
}

#h-top span.align-middle {
    margin-right: 5px;
}

#h-top .now-bet {
    margin-right: 0.25rem !important;
    color: #59c9ff;
}

#h-top .money {
    display: inline-block;
    min-width: 70px;
    text-align: right;
    color: #4dc9ff;
}

#h-top .now-balance {
    margin-right: 0.5rem !important;
    color: #ffea6b;
}

#h-top .now-balance .money {
    color: #ffea6b;
}

.logo-wrap {
    height: 66px;
    border-top: 1px solid #22252f;
    border-bottom: 1px solid #22252f;
    background: #30333f;
}

.logo-wrap h1#logo {
    z-index: 998;
    margin: 0;
    line-height: 60px;
}

.logo-wrap h1#logo a {
    display: inline-block;
    z-index: 998;
    /* padding: 12px 0 11px; */
    color: #fff;
    font-size: 35px;
}

.logo-wrap marquee {
    position: absolute;
    top: 50%;
    left: 145px;
    width: 750px;
    margin-top: -10px;
    color: #fff;
}

.logo-wrap .top-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 68px;
    line-height: 68px;
}

.logo-wrap .top-menu a {
    margin-left: 15px;
    color: #fff;
}

/**content**/

/* main */

/* sub */

#content-l:after,
#content-r:after,
#content-center:after {
    display: block;
    clear: both;
    content: "";
}

#content-l {
    float: left;
    width: 266px;
}

#content-center {
    float: left;
    width: 900px;
    /* padding: 15px; */
    /* margin: 0 4px; */
    /* border: 1px solid #d6d8d9; */
    /* border-radius: 4px; */
    /* background: #fff; */
    /* box-shadow: 1px 1px 3px rgba(0,0,0,0.1); */
}

#content-center.wide {
    float: none;
    width: 1154px;
}

#content-only-center {
    width: 1024px;
    margin: 0 auto;
}

#content-r {
    float: right;
    width: 300px;
}

#content-r.fixed {
    position: absolute;
    top: 0px;
    right: 0px;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.live-list>.tit {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82a2cb+0,496280+100 */
    float: left;
    width: 100%;
    position: relative;
    padding: 8px 0 9px;
    background: #585858;
    background: -moz-linear-gradient(top, #585858 0%, #303030 100%);
    background: -webkit-linear-gradient(top, #575c63 0%, #303030 100%);
    background: linear-gradient(to bottom, #585858 0%, #303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#303030', GradientType=0);
}

.live-list>.tit:after,
.live-list>.live:after {
    display: block;
    clear: both;
    content: "";
}

.live-list>.tit img {
    display: inline-block;
    float: left;
    padding: 1px 0 0 10px;
}

.live-list .tit span.txt {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /* text-shadow: -1px 0 #506988, 0 1px #506988, 1px 0 #506988, 0 -1px #506988; */
    line-height: 1;
}

.live-list .tit span.num {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    background: #5d5d5d;
    line-height: 1;
}

.live-list .live {
    clear: both;
    float: left;
    width: 100%;
    height: 65px;
    margin-top: 4px;
    background: url(../images/bg-live.png) 0 0 no-repeat;
    /* border: 1px solid #333; */
    /* background: #1a1a1a; */
}

.live-list .live a {
    display: block;
}

.live-list .live .tit-g {
    position: relative;
    height: 35px;
    /* border-bottom: 1px solid #414345; */
}

.live-list .live .tit-g img {
    display: inline-block;
    width: auto;
    height: 17px;
    padding: 11px 3px 0 10px;
    vertical-align: top;
}

.live-list .live .tit-g span.tit {
    display: inline-block;
    width: 65%;
    padding: 12px 0 11px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.live-list .live .tit-g span.time {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #c5c5c5;
    font-size: 13px;
    font-weight: normal;
}

.live-list .live .txt-g {
    height: 30px;
    /* background: #242424; */
}

.live-list .live .txt-g span.vs {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 6px 0;
    color: #c5c5c5;
    font-size: 13px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.live-list .live .txt-g span.score {
    display: inline-block;
    float: left;
    width: 20%;
    margin: 5px 0;
    padding: 2px 0 3px;
    border-radius: 2px;
    background: #3d3d3d;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.sport-list {}

.sport-list .sport {
    margin-top: -1px;
}

.sport-list .sport li.dep1 {
    margin-top: -1px;
}

.sport-list .sport li.dep1 a {
    border: 1px solid #333;
    position: relative;
    display: block;
    padding: 10px 10px 9px;
}

.sport-list .sport li.dep1>a {
    background: #1a1a1a;
}

.sport-list .sport li.dep1 a span.txt {
    width: 70%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.sport-list .sport li.dep1>a>span.txt,
.sport-list .sport li.dep2>a>span.txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sport-list .sport li.dep1 a span.num {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    background: #5d5d5d;
    line-height: 1;
}

.sport-list .sport li.dep1 a img {
    display: inline-block;
    height: 15px;
    padding-right: 5px;
    vertical-align: top;
}

.sport-list .sport li.dep2 {
    /* border-top: 1px solid #222529; */
    margin-top: -1px;
}

.sport-list .sport li.dep2 a {
    padding: 10px 10px 9px 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.sport-list .sport li.dep2>a {
    background: #2a2a2a url(../images/line-sport-dep.png) 17px 9px no-repeat;
}

.sport-list .sport li.dep2 img {
    width: 20px;
}

.sport-list .sport li.dep3 {
    margin-top: -1px;
}

.sport-list .sport li.dep3 a {
    padding: 10px 10px 9px 43px;
    border: 1px solid #333;
    background: url(../images/line-sport-dep.png) 30px 8px no-repeat;
    background-color: rgba(10, 10, 10, 0.9);
}

.sport-list .sport li.dep3 img {
    width: 20px;
}

.sport-list .sport li.dep3 a span.txt {
    color: #c5c5c5;
    font-weight: normal;
    line-height: 120%;
}

.sport-list .sport li.dep3 a span.num {
    top: 20%;
    background: #e61a23;
}

.sport-sp-list {}

.sport-sp-list .sport {
    margin-top: -1px;
}

.sport-sp-list .sport li.dep1 {
    margin-top: 1px;
}

.sport-sp-list .sport li.dep1 a {
    position: relative;
    display: block;
    padding: 10px 10px 9px;
}

.sport-sp-list .sport li.dep1>a {
    background: #222529;
}

.sport-sp-list .sport li.dep1 a span.txt {
    width: 70%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.sport-sp-list .sport li.dep1>a>span.txt,
.sport-sp-list .sport li.dep2>a>span.txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sport-sp-list .sport li.dep1 a span.num {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    background: #4f545b;
    line-height: 1;
}

.sport-sp-list .sport li.dep1 a img {
    display: inline-block;
    height: 15px;
    padding-right: 5px;
    vertical-align: top;
}

.sport-sp-list .sport li.dep2 {
    border-top: 1px solid #222529;
}

.sport-sp-list .sport li.dep2 a {
    padding: 10px 10px 9px 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.sport-sp-list .sport li.dep2>a {
    background: #3c4146 url(../images/line-sport-dep.png) 17px 9px no-repeat;
}

.sport-sp-list .sport li.dep2 img {
    width: 20px;
}

.sport-sp-list .sport li.dep3 {
    margin-top: -1px;
}

.sport-sp-list .sport li.dep3 a {
    padding: 10px 10px 9px 43px;
    border: 1px solid #3d4146;
    background: url(../images/line-sport-dep.png) 30px 8px no-repeat;
    background-color: rgba(10, 10, 10, 0.5);
}

.sport-sp-list .sport li.dep3 img {
    width: 20px;
}

.sport-sp-list .sport li.dep3 a span.txt {
    color: #c5c5c5;
    font-weight: normal;
    line-height: 120%;
}

.sport-sp-list .sport li.dep3 a span.num {
    top: 20%;
    background: none;
}

.casino-list {}

.casino-list .casino {
    margin-top: -1px;
}

.casino-list .casino li.dep1 {
    margin-top: 1px;
}

.casino-list .casino li.dep1 a {
    position: relative;
    display: block;
    padding: 14px 10px;
}

.casino-list .casino li.dep1>a {
    background: #222529;
}

.casino-list .casino li.dep1 a span.txt {
    width: 70%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.casino-list .casino li.dep1>a>span.txt,
.casino-list .casino li.dep2>a>span.txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.casino-list .casino li.dep1 a span.num {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    background: #1d2b3b;
    line-height: 1;
}

.casino-list .casino li.dep1 a img {
    display: inline-block;
    height: 15px;
    padding-right: 5px;
    vertical-align: top;
}

.casino-list .casino li.dep1 a span.quick {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 15px;
    height: 14px;
    border-radius: 10px;
    color: #fff;
    background: url(../images/icon-mini-quick.png) 0 0 no-repeat;
    line-height: 1;
}

.mini-list {}

.mini-list .mini-game {
    margin-top: -1px;
}

.mini-list .mini-game li.dep1 {
    margin-top: -1px;
    border: 1px solid #333;
}

.mini-list .mini-game li.dep1 a {
    position: relative;
    display: block;
    padding: 10px 10px 9px;
}

.mini-list .mini-game li.dep1>a {
    background: #1a1a1a;
}

.mini-list .mini-game li.dep1 a span.txt {
    width: 60%;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    /* line-height: 1; */
    /* vertical-align: top; */
}

.mini-list .mini-game li.dep1>a>span.txt,
.mini-list .mini-game li.dep2>a>span.txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mini-list .mini-game li.dep1 a span.quick {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 10px;
    width: 15px;
    height: 14px;
    border-radius: 10px;
    color: #fff;
    background: url(../images/icon-mini-quick.png) 0 0 no-repeat;
    line-height: 1;
}

.mini-list .mini-game li.dep1 a span.time {
    display: inline-block;
    margin: -2px 5px 0 0;
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    background: #3d3d3d;
    font-size: 12px;
    vertical-align: top;
}

.mini-list .mini-game li.dep1 a img {
    display: inline-block;
    height: 15px;
    padding-right: 5px;
    vertical-align: top;
}

.mini-list .mini-game li.dep2 {
    border-top: 1px solid #191c30;
}

.mini-list .mini-game li.dep2 a {
    padding: 10px 10px 9px 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.mini-list .mini-game li.dep2>a {
    background: #1d2b3b url(../images/line-mini-dep.png) 17px 9px no-repeat;
}

.mini-list .mini-game li.dep2 img {
    width: 20px;
}

.mini-list .mini-game li.dep3 {
    margin-top: -1px;
}

.mini-list .mini-game li.dep3 a {
    padding: 10px 10px 9px 43px;
    border: 1px solid #2c4058;
    background: url(../images/line-mini-dep.png) 30px 8px no-repeat;
    background-color: rgba(0, 13, 15, 0.5);
}

.mini-list .mini-game li.dep3 img {
    width: 20px;
}

.mini-list .mini-game li.dep3 a span.txt {
    color: #c5c5c5;
    font-weight: normal;
    line-height: 120%;
}

.mini-list .mini-game li.dep3 a span.num {
    top: 20%;
    background: none;
}

.game-set {
    border: 1px solid #333;
    background: #080a09;
}

.game-set:after {
    display: block;
    clear: both;
    content: "";
}

.game-set a {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding-top: 44px;
    padding-bottom: 10px;
    text-align: center;
    color: #c5c5c5;
    font-size: 12px;
}

.game-set a.active,
.game-set a:hover {
    color: #ea443d;
    font-weight: bold;
}

.game-set .game1 {
    background: url(../images/gameset-icon1.png) center top no-repeat;
}

.game-set .game2 {
    background: url(../images/gameset-icon2.png) center top no-repeat;
}

.game-set .game3 {
    background: url(../images/gameset-icon3.png) center top no-repeat;
}

.game-set .game4 {
    background: url(../images/gameset-icon4.png) center top no-repeat;
}

.game-set .game1.active,
.game-set .game1:hover,
.game-set .game1:focus {
    background: url(../images/gameset-icon1-on.png) center top no-repeat;
}

.game-set .game2.active,
.game-set .game2:hover,
.game-set .game2:focus {
    background: url(../images/gameset-icon2-on.png) center top no-repeat;
}

.game-set .game3.active,
.game-set .game3:hover,
.game-set .game3:focus {
    background: url(../images/gameset-icon3-on.png) center top no-repeat;
}

.game-set .game4.active,
.game-set .game4:hover,
.game-set .game4:focus {
    background: url(../images/gameset-icon4-on.png) center top no-repeat;
}


.banner-info {
    overflow-y: auto;
    height: 72px;
    vertical-align: middle;
    background: url(../images/banner_info.png) left top no-repeat;
}

.banner-r {
    clear: both;
    float: none;
}

.banner-r div {
    padding: 5px 0 0;
}

.banner-r div img {
    width: 100%;
}

.banner-r .title {
    margin-top: 8px;
    margin-left: 120px;
    border-bottom: 1px solid #4b4b4b;
    color: yellow;
    font-size: 13px;
}

.banner-r .txt {
    margin-top: 2px;
    margin-left: 120px;
    color: #fff;
    font-size: 13px;
}

.deleteall {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 110px;
    padding: 0 5px;
    font-size: 13px;
    height: 18px;
    border-radius: 9px;
    /* background: #e61a23; */
    line-height: 18px;
}

.deleteall img {
    margin-top: -2px;
}

.bet-slider {
    position: absolute;
    top: 9px;
    right: 13px;
}

.bet-slider>span {
    padding-right: 2px;
    font-size: 13px;
}

.banner-telegram {
    overflow-y: auto;
    height: 72px;
    background: url(../images/banner_tel.png) left top no-repeat;
}

.cb-switch {
    position: relative;
    display: inline-block;
    width: 32px;
    width: 31px;
    height: 23px;
    margin: 8px;
}

.cb-switch input {
    position: absolute;
    top: 5px;
}

.games-margin-reset {
    margin: 0 !important;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -2px;
    right: 0;
    bottom: 0;
    background-color: #ff4f26;
    /*#4d6686;*/
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider.round {
    border-radius: 34px;
}

input:checked+.slider {
    background-color: #30333f;
}

.slider:before {
    position: absolute !important;
    content: "" !important;
    height: 15px !important;
    width: 15px !important;
    left: 4px !important;
    top: 2px !important;
    bottom: 4px !important;
    background-color: #ffffff !important;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
}

.slider.round:before {
    border-radius: 50%;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px) !important;
    -ms-transform: translateX(26px) !important;
    transform: translateX(13px) !important;
}

.list-g {
    position: relative;
}

.board-g.wait:after {
    display: block;
    content: "-----대기중-----";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    color: #c53c4b;
    line-height: 9;
}

table.list tr.wait td {
    background-color: #fff1f1;
    color: #c53c4b;
}

/**footer**/

footer>div>div {
    border-top: 1px solid #3c3e41;
    /* border-top: 0; */
    /*border-bottom: 0;*/
    background-color: rgb(238, 242, 245);
}

footer .payment {
    /*padding: 25px 25px 0;*/
    padding: 0 0;
    text-align: center;
}

footer .payment p {
    color: #c5c5c5;
}

footer .payment div {
    margin: 20px 0;
}

footer .payment span {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 0 20px;
}

footer .copyright {
    padding: 0 0 25px;
    border-top: 1px solid #eef2f5;
    color: #15161a;
    font-size: 13px;
}

/**/

.alert {
    position: fixed;
    left: 0;
    top: 0;
    /* width: 100%; */
    /* height: 100%; */
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
}

.display-none {
    display: none;
}

.alert>div {
    /* position: absolute; */
    /* left: 30%; */
    /* top: 116px; */
    /* height: 620px; */
    /* width: 620px; */
    /* max-width: 620px; */
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    /* overflow: auto; */
    padding-top: 20px;
    display: flex;
    justify-content: center;
    width: 620px;
    margin: 30px auto;
}

.alert>div h4 {
    display: block;
    color: #fff;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    background-color: #36289d;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.alert>div .cont {
    padding: 10px 20px 10px;
    font-size: 13px;
    line-height: 18px;
}

.alert-txt {
    width: auto;
    margin: 10px 0 0;
    padding: 10px;
    border: 1px dashed #c53c4b;
    border-radius: 5px;
    background: #9c313d;
    color: #fff;
}

.alert-txt-ok {
    width: auto;
    margin: 10px;
    padding: 10px;
    border: 1px dashed #53e1b3;
    background: #285746;
}

.alert-rt {
    position: fixed;
    top: 116px;
    right: 10px;
    width: 400px;
}

.alert-sm {
    padding: 15px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #f9f9f9;
    background-color: #a94442;
    border-color: #9e636c;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

nav#tab:after,
nav#tab ul:after {
    display: block;
    clear: both;
    content: "";
}

nav#tab {
    margin-top: 5px;
    margin-bottom: 5px;
}

nav#tab ul {
    border-bottom: 2px solid #730400;
}

nav#tab ul li {
    display: inline-block;
    float: left;
    margin: 0 0 0 1px;
}

nav#tab ul li:first-child {
    margin: 0;
}

nav#tab ul li.active {}

nav#tab ul li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,434343+100 */
    display: block;
    padding: 12px 17px;
    /* border-radius: 7px 7px 0 0; */
    background: #494b4d;
    /* Old browsers */
    background: -moz-linear-gradient( top, #666666 0%, #434343 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top,#2c4058 0%,#1d2b3b 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom,#2c4058 0%,#1d2b3b 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#434343', GradientType=0);
    /* IE6-9 */
    color: #c9c9c9;
    font-size: 14px;
    font-weight: bold;
}

nav#tab ul li.active a,
nav#tab ul li a:hover,
nav#tab ul li a:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e22e2e+0,9a1919+100 */
    background: #e61a23;
    /* Old browsers */
    background: -moz-linear-gradient( top, #e61a23 0%, #730400 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, #e61a23 0%, #730400 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #e61a23 0%, #730400 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61a23 ', endColorstr='#730400 ', GradientType=0);
    /* IE6-9 */
    color: #fff;
}

.modal-alert:after {
    display: block;
    clear: both;
    content: "";
}

#modal_calender .modal-content {
    padding: 15px;
    background: #e7e7e7;
}

#modal_calender .modal-content table {
    /* border:1px solid #333; */
    /* border-left: 0; */
    border-radius: 15px;
    background: none;
}

#modal_calender .modal-content table th,
#modal_calender .modal-content table td {
    border: 1px solid #ccc;
}

#modal_calender .modal-content table th {
    height: 45px;
    border: 1px solid #666;
    border-top: 0;
    background: #3c3c3c;
    color: #fff;
    font-size: 16px;
}

#modal_calender .modal-content table th:first-child {
    border-radius: 20px 0 0 0;
    border-left: 0;
    border-top: 0;
}

#modal_calender .modal-content table th:last-child {
    border-radius: 0 20px 0 0;
    border-right: 0;
    border-top: 0;
}

#modal_calender .modal-content table td {
    height: 35px;
    padding: 5px;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    vertical-align: top;
}

#modal_calender .modal-content table td a.check {
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    /* background:url(../images/Check.png) 0 0 no-repeat; */
    /* background-size: 100%; */
}

#modal_calender .modal-content table td a.check img {
    display: block;
    width: 100%;
    height: 100%;
}

#modal_calender .modal-content p.tit {
    padding: 10px 10px 10px 150px;
    text-align: left;
}

#modal_calender .modal-content p.tit img {
    width: 100%;
    max-width: 328px;
}

#modal_calender .modal-content p.txt {
    padding: 0 0 20px 150px;
    color: #333;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

#modal_calender .modal-content div.txt-group {
    margin: -15px -15px 0;
    padding: 15px 15px 0;
    border-bottom: 1px solid#bbbbbb;
    background: #cbcbcb url(../images/Check_bg.png) 20px 15px no-repeat;
    /* box-shadow: 0 5px 6px 0 #d2d2d2; */
}

#modal_calender .modal-content div.check-group {
    position: relative;
    padding: 15px;
}

#modal_calender .modal-content div.date {
    position: relative;
    width: 80px;
    margin: 0 auto;
    padding: 2px 35px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#modal_calender .modal-content div.date a.prev {
    position: absolute;
    top: 0;
    left: 0;
}

#modal_calender .modal-content div.date a.next {
    position: absolute;
    top: 0;
    right: 0;
}

#modal_calender .modal-content div.check-group a.btn {
    position: absolute;
    top: 13px;
    right: 0;
    padding: 7px 12px;
    /* border: 1px solid #818181; */
    /* border-left: 1px solid #818181; */
    /* border-right: 3px solid #818181; */
    /* border-bottom: 3px solid #818181; */
    border-radius: 6px;
    background: #3c3c3c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.sticky {
    position: sticky;
    top: 80px;
    width: 100%;
}

.pop-layer .pop-container {
    padding: 20px 25px;
}

.pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    text-align: right;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 410px;
    height: auto;
    background-color: #fff;
    border: 5px solid #3571b5;
    z-index: 10;
}

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
    display: block;
}

a.btn-layerClose {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #304a8a;
    background-color: #3f5a9d;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

a.btn-layerClose:hover {
    border: 1px solid #091940;
    background-color: #1f326a;
    color: #fff;
}

.layer-message {
    position: fixed;
    top: 33%;
    left: 0;
    z-index: 1200;
    margin: 0 auto;
    width: 100%;
    /* padding: 80px 0; */
    /* border: 3px solid green; */
    /* padding: 10px; */
    background: #004bb3;
}

.layer-message a {
    display: block;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.layer-message img {
    display: block;
    /* margin-bottom: 20px; */
    text-align: center;
    margin: 0 auto 20px;
    width: 120px;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal .modal-page {
    min-width: 1320px;
    background: url(../images/visual.jpg) 0 0 no-repeat;
    background-size: cover;
}

/* Modal Content/Box */

.modal .modal-content {
    background-color: #fff;
    margin: 15% auto;
    /* 15% from the top and centered */
    /* padding: 30px 20px; */
    /* border: 1px solid #888; */
    width: 450px;
    /* Could be more or less, depending on screen size */
}

.modal .modal-content p.tit {
    padding-bottom: 20px;
    font-size: 22px;
    text-align: center;
}

.modal .modal-content p.tit span {
    color: #bd5549;
    font-size: 28px;
    font-weight: bold;
}

.modal .modal-content p.txt {
    font-size: 16px;
    text-align: center;
    line-height: 150%;
}

.modal .modal-content p.date {
    margin: 8px 35px;
    padding: 7px;
    background: #f5e8d7;
    color: #bd5549;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.modal .modal-content .board-g p.tit {
    font-size: 14px;
    padding: 12px;
}

#pop_board1 .modal-content p.tit,
#pop_board2 .modal-content p.tit {
    padding-bottom: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.modal .modal-header {
    position: relative;
    padding: 12px;
    background: #30333f;
}

.modal .modal-header img {
    display: block;
    width: 90px;
    margin: 0 auto;
    text-align: center;
}

.modal .modal-header .close {
    position: absolute;
    top: 14px;
    right: 8px;
    width: 30px;
    background: none;
    color: #fff;
    font-size: 27px;
}

.modal .modal-header .close span {
    /* background: none; */
}

.modal .modal-body {
    padding: 15px;
}

.modal .modal-body dl {
    padding: 5px 0;
}

.modal .modal-body dl:after {
    display: block;
    clear: both;
    content: "";
}

.modal .modal-body dt {
    position: absolute;
    width: 80px;
    color: #5083c6;
    font-weight: bold;
}

.modal.modal-point .modal-body dt {
    width: 110px;
}

.modal .modal-body dl.input-tit dt {
    line-height: 36px;
}

.modal .modal-body dd {
    position: relative;
    margin-left: 100px;
    color: #222;
    text-align: left;
}

.modal.modal-point .modal-body dd {
    margin-left: 130px;
}

.modal .modal-body dd input {
    display: inline-block;
    width: 100%;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #d6d8d9;
    border-radius: 25px;
    background: #e7e9eb;
    color: #272d36;
    text-align: right;
    letter-spacing: 0;
}

.modal .modal-body dd money {
    display: inline-block;
    width: 100%;
    height: 37px;
    padding: 0 10px;
    border: 1px solid #d6d8d9;
    border-radius: 25px;
    background: #e7e9eb;
    color: #272d36;
    text-align: right;
    letter-spacing: 0;
}

.modal .modal-body dd strong {
    padding-right: 10px;
}

.modal .modal-body dd span {
    padding-left: 10px;
    color: #407700;
    font-weight: bold;
}

.modal .modal-body .btn {
    padding: 5px 0;
}

.modal .modal-body .btn div:after {
    display: block;
    clear: both;
    content: "";
}

.modal .modal-body .btn a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}

.modal .modal-body .btn a span {
    display: block;
    margin: 0 2px;
    padding: 8px 0;
    border: 1px solid #5083c6;
    border-radius: 25px;
    background: #5083c6;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1;
}

.modal .modal-body .alertMsg {
    display: none;
    margin: 0 2px 10px;
    padding: 8px 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #f74f4f;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
}

.modal .modal-body .successMsg {
    display: none;
    margin: 0 2px 10px;
    padding: 8px 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #4fa6f0;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
}

.modal .modal-body .won {
    margin-top: 5px;
    padding: 15px;
    border: 1px dashed #b1cff7;
    background: #eff6ff;
    text-align: center;
    color: #222;
}

.modal .modal-body .won span {
    padding-left: 30px;
    color: #c53c4b;
    font-weight: bold;
}

.modal .modal-foorer.btn-group2 {
    padding: 3px 10px;
}

.modal .modal-foorer {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #d6d8d9;
    text-align: center;
}

.modal .modal-foorer>div {
    display: inline-block;
}

.modal .modal-foorer.btn-group2>div {
    display: block;
}

.modal .modal-foorer .check {}

.modal .modal-foorer .close {}

.modal .modal-foorer.btn-group2 .close {
    position: absolute;
    top: 6px;
    right: 10px;
}

.modal .modal-foorer.btn-group2 .close .btn {
    height: 28px;
    padding: 0 15px;
    line-height: 28px;
    font-size: 14px;
}

.modal .modal-foorer .day1close {
    vertical-align: top;
    padding: 9px 0;
    line-height: 1;
    text-align: left;
}

.modal .modal-foorer .day1close input {
    display: inline-block;
    margin: 2px 0 0;
}

.modal .modal-foorer .day1close label {}

.modal .modal-alert {
    position: relative;
    width: 500px;
    margin: 19% auto;
    background: #004bb3;
    color: #fff;
}

.modal .modal-alert div.close,
.modal .modal-alert div.check,
.modal .modal-alert div.ok {
    /* float: left; */
    width: 38%;
    margin: 20px auto 0;
    cursor: pointer;
    background-color: #ff6655;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.modal .modal-alert div.check {
    background-color: #ffffff;
    color: #333;
}

.modal .modal-alert.modal-content.sport p {
    text-align: left;
}

.modal .modal-alert div.check,
.modal .modal-alert div.check+.close {
    float: left;
    margin: 30px 10px 0;
}

.modal-alert.sport {
    width: 350px;
    padding: 30px;
}

.modal-alert.soldout {
    width: 350px;
    padding: 30px;
}

.popup01 {
    z-index: 1100;
    width: 100%;
    max-width: 360px;
    padding: 0;
    border-radius: 2px;
    background: #30333f;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 126px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffea61+0,eb8f1f+100 */
    /* background: #ffea61; */
    /* Old browsers */
    background: -moz-linear-gradient( -45deg, #ffea61 0%, #eb8f1f 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(-45deg,  #ffea61 0%,#eb8f1f 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg,  #ffea61 0%,#eb8f1f 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea61', endColorstr='#eb8f1f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}

.popup02 {
    z-index: 1100;
    width: 100%;
    max-width: 360px;
    padding: 0;
    border-radius: 2px;
    background: #2c7ff2;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -340px;
    top: 126px;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffea61+0,eb8f1f+100 */
    /* background: #ffea61; */
    /* Old browsers */
    background: -moz-linear-gradient( -45deg, #ffea61 0%, #eb8f1f 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(-45deg,  #ffea61 0%,#eb8f1f 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg,  #ffea61 0%,#eb8f1f 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea61', endColorstr='#eb8f1f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.popup03 {
    z-index: 1100;
    width: 100%;
    max-width: 360px;
    padding: 0;
    border-radius: 2px;
    background: #30333f;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: 20px;
    top: 126px;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffea61+0,eb8f1f+100 */
    /* background: #ffea61; */
    /* Old browsers */
    background: -moz-linear-gradient( -45deg, #ffea61 0%, #eb8f1f 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(-45deg,  #ffea61 0%,#eb8f1f 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg,  #ffea61 0%,#eb8f1f 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea61', endColorstr='#eb8f1f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}

.popup04 {
    z-index: 1100;
    width: 100%;
    max-width: 360px;
    padding: 0;
    border-radius: 2px;
    background: #2c7ff2;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: 380px;
    top: 126px;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffea61+0,eb8f1f+100 */
    /* background: #ffea61; */
    /* Old browsers */
    background: -moz-linear-gradient( -45deg, #ffea61 0%, #eb8f1f 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(-45deg,  #ffea61 0%,#eb8f1f 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(135deg,  #ffea61 0%,#eb8f1f 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea61', endColorstr='#eb8f1f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.popup01 .tit {
    margin-top: 12px;
    font-weight: bold;
    font-size: 20px;
}

.popup02 .tit {
    margin-top: 7px;
    font-weight: bold;
    font-size: 20px;
}

.popup03 .tit {
    margin-top: 7px;
    font-weight: bold;
    font-size: 20px;
}
.popup04 .tit {
    margin-top: 7px;
    font-weight: bold;
    font-size: 20px;
}

.popup01 .notice,
.popup02 .notice,
.popup03 .notice,
.popup04 .notice {
    clear: both;
    padding: 10px;
    /* width: 86%; */
    height: 490px;
    min-height: 335px;
    margin: 10px;
    background: #fff;
    color: #313131;
    border-radius: 2px;
    font-weight: normal;
    overflow: hidden;
}

.popup01>div,
.popup02>div,
.popup03>div,
.popup04>div {
    /* height: 560px; */
    /* margin-bottom: 10px; */109
}

.popup01 .notice div,
.popup02 .notice div,
.popup03 .notice div,
.popup04 .notice div div {
    line-height: 130%;
}

/* .betmoney {
    display: inline-block !important;
    display: block;
    width: 140px !important;
    height: 26px !important;
    margin-right: 7px !important;
    padding: 0 10px !important;
    border: 1px solid #d6d8d9;
    border-radius: 15px !important;
    background: #e7e9eb !important;
    color: #272d36 !important;
    text-align: center !important;
    letter-spacing: 0 !important;
} */

.amount {
    display: inline-block;
    /* display: block; */
    width: auto;
    height: 35px;
    margin-right: 7px;
    padding: 0 10px;
    /* border: 1px solid #d6d8d9; */
    border-radius: 3px !important;
    background: #e7e9eb;
    color: #272d36;
    text-align: center;
    letter-spacing: 0;
}

.alertMsg {
    display: none;
    margin: 0 2px 10px;
    padding: 13px 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #f74f4f;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
}

.successMsg {
    display: none;
    margin: 0 2px 10px;
    padding: 13px 0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background: #4fa6f0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
}

.con-ul-tabs {}

.con-ul-tabs:after,
.ul-tabs:after {
    display: block;
    clear: both;
    content: "";
}

.ul-tabs {
    border-radius: 15px 15px 0 0;
    background: #fff;
}

.ul-tabs li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    border-radius: 15px 15px 0 0;
    background: #c7c7c7;
}

.ul-tabs li.active {
    background: #f6e161;

}

.ul-tabs li:first-child {
    border-radius: 15px 0 0 0;
}

.ul-tabs li:last-child {
    border-radius: 0 15px 0 0;
}

.ul-tabs li.active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    /* background: #ff4f26; */
}

.ul-tabs li button {
    display: inline-block;
    /* margin: 0 auto; */
    /* width: 50%; */
    padding: 20px 0;
    background: none;
}

.ul-tabs li button span {
    font-size: 17px;
    color: #333;
    font-weight: 600;
}

.ul-tabs li button+a {
    display: inline-block;
    margin-left: 10px;
    padding: 7px 15px;
    /* border: 1px solid #666; */
    border-radius: 23px;
    background: #383838;
    color: #fff;
    vertical-align: middle;
    /* left: 0; */
}

.ul-tabs2 li {
    float: none;
    width: calc(100% - 2px);
    border: 1px solid #d6d8d9;
    border-bottom: 0;
    border-radius: 15px 15px 0 0 !important;
}

.ul-tabs2 li.active:after {
    display: none;
}

/* 21.06.02 */

.slot-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0 30px;
}

.slot-container>p.text {
    padding: 50px 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 180%;
}

.slot-btn {
    width: 190px;
    float: left;
    position: relative;
    margin: 4px 6px;
    z-index: 7;
}

.slot-container2 .slot-btn {
    width: 290px;
    float: left;
    position: relative;
    margin: 30px 20px;
    z-index: 7;
}

.slot-btn .sb-inner {
    width: 100%;
    position: relative;
    perspective: 900px;
    transform-style: preserve-3d;
}

.slot-btn .main-cont {
    width: 100%;
    border-radius: 10px 10px 18px 18px;
    background-image: linear-gradient(#5d5d5d, #1a1a1a);
    padding: 3px;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    z-index: 1;
    transition: 0.3s;
    box-shadow: 0 0 0 rgba(40, 218, 252, 0);
}

.slot-btn:hover .main-cont {
    border-radius: 50%;
    padding: 0;
    transform: translateY(-15px);
    box-shadow: 0 0 6px rgba(40, 218, 252, 0.5);
    background-image: none;
}

.slot-btn .main-cont:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    border: solid 2px #1bb0fd;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
}

.slot-btn:hover .main-cont:before {
    opacity: 1;
}

.slot-btn .main-cont .inner {
    width: calc(100% - 2px);
    border-radius: 10px 10px 18px 18px;
    border: 1px solid rgba(22, 22, 22, 1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s;
}

.slot-btn:hover .main-cont .inner {
    border-radius: 50%;
    border: 1px solid rgba(22, 22, 22, 0);
    padding: 3px;
}

.slot-btn .main-cont .inner:before {
    content: "";
    width: 100%;
    width: 100%;
    height: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-top: solid 1px #75d0ff;
    background-image: linear-gradient( rgba(27, 176, 253, 0.5), rgba(53, 129, 186, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0;
}

.slot-btn:hover .main-cont .inner:before {
    opacity: 1;
}

.slot-btn .main-cont .inner .main-img {
    width: calc(100% - 6px);
    margin-left: -3px;
    transition: 0.3s;
    opacity: 1;
}

.slot-btn:hover .main-cont .inner .main-img {
    border-radius: 50%;
}

.slot-btn .main-cont .inner .start-text {
    color: #46e1ff;
    width: 80px;
    height: 26px;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    z-index: 1;
}

.slot-btn:hover .main-cont .inner .start-text {
    opacity: 1;
    transform: scale(1);
}

.slot-btn .name-btn {
    width: 150px;
    height: 30px;
    margin: 0 auto 0 auto;
    background-color: #e61a23;
    border-radius: 5px;
    border: solid 1px #670000;
    color: #ffffff;
    font-size: 14px;
    font-family: SCDream6;
    box-shadow: 0 2px 2px #000;
    position: absolute;
    transition: 0.3s;
    bottom: -10px;
    z-index: 1;
    left: 35%;
    margin-left: -35px;
}

.slot-btn:hover .name-btn {
    bottom: -15px;
    background-color: rgba(5, 45, 125, 0.5);
    border: solid 1px #1bb0fd;
    box-shadow: 0 0 6px rgba(40, 218, 252, 0.5), inset 0 0 3px rgba(40, 218, 252, 0.5);
}

.slot-btn .name-btn:before {
    content: "";
    width: 100%;
    width: calc(100% - 4px);
    height: 100%;
    height: calc(100% - 4px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-top: solid 1px #00a8ff;
    background-image: linear-gradient( rgba(27, 176, 253, 0.5), rgba(53, 129, 186, 0.5), rgba(9, 43, 68, 0.2));
    border-radius: 2px;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.slot-btn:hover .name-btn:before {
    opacity: 1;
}

.slot-btn .plate {
    width: 99.55%;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    position: absolute;
    z-index: 0;
    transition: 0.3s;
    opacity: 1;
    transform-origin: center;
}

.slot-btn:hover .plate {
    transform: translateY(0) rotate(10deg);
    opacity: 0.6;
}

.slot-btn .icon-cont {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.close-btn {
    position: absolute;
    display: block;
    /* position:fixed; */
    top: 10px;
    right: 10px;
    z-index: 10000;
    width: 40px;
    height: 40px;
    background: #040811;
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.3s cubic-bezier(0.47, 0, 0.75, 0.72);
}

.close-btn .line {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #040811;
    border-radius: 5px;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.close-btn.active .line {
    background-color: #50c9e0;
}

.close-btn.active .line:nth-child(2),
.nav-open-btn.active .line:nth-child(4) {
    opacity: 0;
}

.close-btn.active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

.close-btn.active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}

.modal .modal-casino {
    width: 880px;
    margin: 113px auto;
    padding: 0;
    /* border: 0; */
    background: transparent;
    border: solid 2px #50c9e0;
    background-color: rgba(3, 7, 20, 0.9);
    position: relative;
}

.modal .modal-casino div.close {
    display: table;
    position: relative;
    /* top: 0; */
    /* left: 0; */
    left: 0;
    bottom: 0;
    /* width: 180px; */
    margin: 0 auto 30px;
    padding: 10px 45px;
    text-align: center;
    border-radius: 4px;
    background: #50c9e0;
    color: #050918;
    cursor: pointer;
}

.modal .modal-casino p.tit {
    display: block;
    margin: 0 auto;
    padding: 20px 0 0;
    z-index: 999;
    color: #fff;
    text-align: center;
}

.modal .modal-casino .nav-mdl {
    width: 100%;
    width: calc(100% - 24px);
    height: 150px;
    float: left;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
    z-index: 1;
}

.modal .modal-casino .nav-mdl:before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: -150px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient( to top, rgba(167, 223, 255, 0.1), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.modal .modal-casino .nav-mdl {
    /* height:100px; */
}

.modal .modal-casino .nav-mdl:before {
    top: -192px;
}

.modal .modal-casino .nav-mdl .nav-cont {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -60px;
}

.modal .modal-casino .nav-mdl .nav-btn {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.modal .modal-casino .nav-mdl .nav-btn button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    color: #16a1e6;
    font-size: 14px;
    margin: 0 auto;
    background-color: transparent;
    border: solid 1px #1bb0fd;
    transition: 0.3s;
    box-shadow: 0 0 6px rgba(40, 218, 252, 0.5), inset 0 0 3px rgba(40, 218, 252, 0.5);
}

.modal .modal-casino .nav-mdl .nav-btn button:hover {
    color: #fff;
    border: solid 1px #62c7fb;
}

.modal .modal-casino .nav-mdl .nav-btn.active button {
    color: #fff;
    border: solid 1px #62c7fb;
}

.modal .modal-casino .nav-mdl .nav-btn button i {
    font-size: 22px;
}

.modal .modal-casino .nav-mdl .nav-btn button:before {
    content: "";
    width: 100%;
    width: calc(100% - 12px);
    height: 100%;
    height: calc(100% - 12px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: rgba(1, 36, 53, 0.5);
    border-top: solid 1px #00a8ff;
    background-image: linear-gradient( rgba(27, 176, 253, 0.5), rgba(53, 129, 186, 0.5), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
    border-radius: 50%;
    transition: 0.3s;
    z-index: -1;
}

.modal .modal-casino .nav-mdl .nav-btn button:after {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    border: solid 1px #62c7fb;
    border-radius: 50%;
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
}

.modal .modal-casino .nav-mdl .nav-btn button:hover:before {
    background-image: linear-gradient( rgba(27, 176, 253, 0.8), rgba(53, 129, 186, 0.6), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
}

.modal .modal-casino .nav-mdl .nav-btn.active button:before {
    background-image: linear-gradient( rgba(27, 176, 253, 0.8), rgba(53, 129, 186, 0.6), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
}

.modal .modal-casino .nav-mdl .nav-btn.active button:before {
    width: 100%;
    height: 100%;
}

.modal .modal-casino .nav-mdl .nav-btn.active button:after {
    opacity: 1;
}

.modal .modal-casino .nav-mdl .nav-btn:nth-child(2) button {
    bottom: -40px;
}

.modal .modal-casino .nav-mdl .nav-btn:nth-child(3) button {
    /* bottom:-40px; */
}

.modal .modal-casino .nav-mdl.three .nav-btn:nth-child(3) button {
    bottom: 0;
}

.modal .modal-casino .nav-mdl.five .nav-btn:nth-child(2) button {
    bottom: -30px;
}

.modal .modal-casino .nav-mdl.five .nav-btn:nth-child(3) button {
    bottom: -30px;
}

.modal .modal-casino .nav-mdl.five .nav-btn:nth-child(4) button {
    /* bottom:-30px; */
}

/* -- Gamelist -- */

.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.gamelistModal {
    overflow: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-open .gamelistModal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.gamelistModal.fade.in {
    opacity: 1;
}

/* CHANGED PADDING (hannah 09-24-21) */

.game-modal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    /* padding: 10px 10px 30px 10px; */
    overflow-y: scroll;
    position: relative;
}

.game-modal::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.game-modal p {
    margin: 0;
}

.game-modal button {
    padding: 0;
}

/* CHANGED TO RIGHT (hannah 09-24-21) */

.mdl-close-btn {
    width: 140px;
    height: 40px;
    top: 22px;
    right: 21px;
    position: absolute;
    transition: 0.3s;
    border: none;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background-color: transparent;
    border-left: solid 1px #00ffff;
    border-right: solid 1px #00ffff;
    background-image: linear-gradient( to right, rgba(61, 89, 137, 0.5), rgba(61, 89, 137, 0.2), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(61, 89, 137, 0.2), rgba(61, 89, 137, 0.5));
}

/* REMOVED HOVER EFFECT FOR THE CLOSE BTN (hannah 09-27-21) */

/* .mdl-close-btn:hover {
  width: 160px;
  color: #6dcfff;
  background-image: linear-gradient(
    to right,
    rgba(61, 89, 137, 0.6),
    rgba(61, 89, 137, 0.3),
    rgba(9, 43, 68, 0),
    rgba(9, 43, 68, 0),
    rgba(61, 89, 137, 0.3),
    rgba(61, 89, 137, 0.6)
  );
} */

/* CHANGED (hannah 09-24-21) */

.bsm-inner {
    width: 100%;
    float: left;
    border-top: solid 1px #008a98;
    background-color: #000a10;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bsm-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/modal-bg.jpg);
    background-size: cover;
    opacity: 0.6;
    z-index: -1;
}

.bsm-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(2, 15, 21, 0.8);
    /*background-image:url(../images/pattern.png);*/
    z-index: -1;
}

/* CHANGED (hannah 09-24-21) */

.nav-mdl {
    width: 100%;
    width: calc(100% - 24px);
    /* height: 150px; */
    float: left;
    /* position: absolute;
  left: 0;
  right: 0; */
    margin: 0 auto;
    top: 12px;
    z-index: 1;
}

/* CHANGED (hannah 09-24-21) */

.nav-mdl:before {
    content: "";
    width: 100%;
    /* height: 300px;
  position: absolute;
  left: 0;
  top: -150px; */
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient( to top, rgba(167, 223, 255, 0.1), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.gamelistModal .bsm-cont {
    width: 1200px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    border-radius: 15px;
    border: solid 2px #008a98;
    box-shadow: 0 0 10px rgb(40 218 252 / 30%), inset 0 0 10px rgb(40 218 252 / 30%);
    padding: 10px;
    z-index: 2;
}

.gamelist-cont {
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px;
}

/* CHANGED HEIGHT (hannah 09-24-21) */

.gamelist-cont .gl-scroll {
    width: 100%;
    height: 100vh;
    float: left;
    overflow-y: scroll;
}

.gamelist-cont .gl-scroll::-webkit-scrollbar {
    width: 10px;
    background: #313131;
    border-radius: 5px;
}

.gamelist-cont .gl-scroll::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 5px;
    border: solid 1px #313131;
}

.gl-inner {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.game-btn {
    width: 17%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px 1.4%;
    border: solid 1px #000;
    transition: 0.3s;
}

.game-btn:hover {
    border: solid 1px #1cbfba;
}

.game-btn:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-image: linear-gradient(#089eaf, #05b866);
    transform: skew(2deg, 2deg);
    box-shadow: 0 0 10px rgba(8, 158, 175, 0.4);
    transition: 0.3s;
    z-index: -1;
}

.game-btn:hover:before {
    transform: skew(0deg, 0deg);
    box-shadow: 0 0 0 rgba(8, 158, 175, 0);
}

.game-btn .inner {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 1;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}

.game-btn:hover .inner {
    background-color: rgb(3, 33, 35);
}

.game-btn .img-cont {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-btn .img-cont .main-img {
    width: 100%;
    transition: 0.3s;
    opacity: 1;
}

.game-btn .info-cont {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.game-btn .info-cont .game-name {
    color: #fff;
    font-size: 14px;
}

.game-btn .start-btn {
    width: 120px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px #969696;
    margin-top: 10px;
    color: #ccc;
    font-size: 12px;
    transition: 0.3s;
}

.game-btn .start-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* CHANGED STYLE (hannah 09-24-21) */

.nav-mdl {
    width: 100%;
    width: calc(100% - 24px);
    /* height: 150px;
  float: left;
  position: absolute;
  left: 0;
  right: 0; */
    margin: 0 auto;
    /* top: 12px; */
    z-index: 1;
}

/* CHANGED (hannah 09-24-21) */

.nav-mdl:before {
    content: "";
    width: 100%;
    /* height: 300px;
  position: absolute;
  left: 0;
  top: -150px; */
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient( to top, rgba(167, 223, 255, 0.1), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.joinModal .nav-mdl {
    height: 100px;
}

.joinModal .nav-mdl:before {
    top: -200px;
}

.loginModal .nav-mdl {
    height: 100px;
}

.loginModal .nav-mdl:before {
    top: -200px;
}

/* Changed (hannah 09-24-21) */

.nav-mdl .nav-cont {
    /* width: 100%;
  height: fit-content;
  float: left;
  position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 410px; */
    padding: 25px 0 20px;
}

/* Changed (hannah 09-24-21) */

.nav-mdl .nav-btn {
    /* width: 100%; */
    height: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

/* Changed (hannah 09-24-21) */

.nav-mdl .nav-btn button {
    /* width: 80px; */
    height: 45px;
    border-radius: 15px;
    /* position: absolute;
  left: 0;
  right: 0; */
    bottom: 10px;
    color: #16a1e6;
    font-size: 14px;
    margin: 0 auto;
    background-color: transparent;
    border: solid 1px #1bb0fd;
    transition: 0.3s;
    box-shadow: 0 0 6px rgba(40, 218, 252, 0.5), inset 0 0 3px rgba(40, 218, 252, 0.5);
    min-width: 165px;
    max-width: 165px;
    padding: 18px 15px;
    line-height: 0;
}

.nav-mdl .nav-btn button:hover {
    color: #fff;
    border: solid 1px #62c7fb;
}

.nav-mdl .nav-btn.active button {
    color: #fff;
    border: solid 1px #62c7fb;
}

.nav-mdl .nav-btn button i {
    font-size: 22px;
}

/* CHANGED (hannah 09-24-21) */

.nav-mdl .nav-btn button:before {
    content: "";
    width: 100%;
    width: calc(100% - 12px);
    height: 100%;
    height: calc(100% - 12px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: rgba(1, 36, 53, 0.5);
    border-top: solid 1px #00a8ff;
    background-image: linear-gradient( rgba(27, 176, 253, 0.5), rgba(53, 129, 186, 0.5), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
    border-radius: 15px;
    transition: 0.3s;
    z-index: -1;
}

/* REMOVED STYLE (hannah 09-24-21) */

/* .nav-mdl .nav-btn button:after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  border: solid 1px #62c7fb;
  border-radius: 50%;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
} */

.nav-mdl .nav-btn button:hover:before {
    background-image: linear-gradient( rgba(27, 176, 253, 0.8), rgba(53, 129, 186, 0.6), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
}

.nav-mdl .nav-btn.active button:before {
    background-image: linear-gradient( rgba(27, 176, 253, 0.8), rgba(53, 129, 186, 0.6), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
}

.nav-mdl .nav-btn.active button:before {
    width: 100%;
    height: 100%;
}

.nav-mdl .nav-btn.active button:after {
    opacity: 1;
}

.nav-mdl .nav-btn:nth-child(2) button {
    bottom: -40px;
}

.nav-mdl .nav-btn:nth-child(3) button {
    bottom: -40px;
}

.nav-mdl.three .nav-btn:nth-child(3) button {
    bottom: 0;
}

/* CHANGED bottom (hannah 09-24-21) */

.nav-mdl.five .nav-btn:nth-child(1) button {
    bottom: 0;
}

/* CHANGED bottom (hannah 09-24-21) */

.nav-mdl.five .nav-btn:nth-child(2) button {
    bottom: 0;
}

/* CHANGED bottom (hannah 09-24-21) */

.nav-mdl.five .nav-btn:nth-child(3) button {
    bottom: 0;
}

/* CHANGED bottom (hannah 09-24-21) */

.nav-mdl.five .nav-btn:nth-child(4) button {
    bottom: 0;
}

.nav-mdl.six .nav-btn:nth-child(2) button {
    bottom: -30px;
}

.nav-mdl.six .nav-btn:nth-child(3) button {
    bottom: -45px;
}

.nav-mdl.six .nav-btn:nth-child(4) button {
    bottom: -45px;
}

.nav-mdl.six .nav-btn:nth-child(5) button {
    bottom: -30px;
}

/* Modal Head */

/* CHANGED (hannah 09-24-21) */

.mdl-head {
    width: calc(100% - 20px);
    float: left;
    top: 0;
    left: 0;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    padding: 0 10px;
    flex-direction: column;
}

.mdl-head .mdl-title {
    width: 100%;
    float: left;
    text-align: center;
}

.mdl-head .mdl-title div {
    width: auto;
    display: inline-block;
    vertical-align: top;
    animation: mdlTitleAnim 0.8s ease 1;
    display: none;
    line-height: 40px;
}

@keyframes mdlTitleAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.mdl-head .mdl-title .active {
    display: block;
}

.mdl-head .mdl-title div .en {
    color: #ffffff;
    font-size: 22px;
    /* margin-bottom:-5px; */
}

/* CHANGEDD (hannah 09-24-21) */

.mdl-head .mdl-title div .kr {
    color: #ffe846;
    font-size: 25px;
    font-family: SCDream6;
}

/* Modal Body */

/* REMOVED MARGIN TOP (hannah 09-24-21) */

.game-modal .modal-body {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    border-left: none;
    padding: 0;
    /* margin-top: 128px; */
    /* margin-bottom: -60px; */
}

/* CHANGEDD (hannah 09-24-21) */

.game-m odal .modal-body .tab-mdl {
    /* width: calc(100% - 80px); */
    height: 100vh;
    float: left;
    padding: 20px 0 40px;
    position: relative;
    z-index: 1;
    display: none;
}

.game-modal .modal-body .tab-mdl {
    /* min-height:680px; */
}

@keyframes modalTabAnim {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.game-modal .modal-body .tab-mdl:before,
.game-modal .modal-body .tab-mdl:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.game-modal .modal-body .tab-mdl.deposit {
    padding-bottom: 90px;
}

.game-modal .modal-body .tab-mdl.active {
    display: block;
    animation: modalTabAnim 0.8s 0s ease 1 backwards;
}

/* ADDED CSS */

.flex {
    display: flex !important;
    justify-content: center;
}

.game_title {
    /* margin-top: 75px; */
}

.game_title_navs {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.game_btn {
    background-color: #08171D;
    color: #ffffff;
    padding: 7px 0 !important;
    border: solid 1px #1bb0fd;
    border-radius: 15px;
    background-image: linear-gradient( to right, rgba(61, 89, 137, 0.5), rgba(61, 89, 137, 0.2), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(61, 89, 137, 0.2), rgba(61, 89, 137, 0.5));
    min-width: 125px;
    max-width: 125px;
    margin: 3px 4.9px;
    flex: 0 0 calc(16.66% - 20px);
}

.game_btn::before {
    background-image: linear-gradient( rgba(27, 176, 253, 0.5), rgba(53, 129, 186, 0.5), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0));
    border: solid 1px #1bb0fd;
}

.game_btn:nth-last-child() {
    display: flex;
    justify-content: center;
}

.game_title_navs .active {
    color: #ffe846 !important;
    background-color: #010E13;
}

.backBtn {
    width: 40px;
    height: 40px;
    top: 22px;
    left: 21px;
    position: absolute;
    transition: 0.3s;
    border: none;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background-color: transparent;
    border-left: solid 1px #00ffff;
    border-right: solid 1px #00ffff;
    background-image: linear-gradient( to right, rgba(61, 89, 137, 0.5), rgba(61, 89, 137, 0.2), rgba(9, 43, 68, 0), rgba(9, 43, 68, 0), rgba(61, 89, 137, 0.2), rgba(61, 89, 137, 0.5));
    display: none;
}

.game_list {
    border-top: 1px solid #c8c9c5;
    border-bottom: 1px solid #c8c9c5;
    padding: 12px 15px;
    width: 500px;
    color: #ffffff;
    text-align: center;
    box-shadow: 4px 5px 5px 0px rgb(0 0 0 / 75%);
    font-weight: 800;
    font-size: 23px;
    margin: 35px auto 0;
    letter-spacing: 2px;
}

.game_list_comp {
    display: none;
    margin-top: 5px;
    height: 40px;
    padding: 12px 15px;
    width: 200px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 75%);
    font-weight: 800;
    font-size: 15px;
    margin: 10px auto;
    letter-spacing: 2px;
    background-image: linear-gradient(90.29deg, #62c7fb 25.99%, #000000 120.16%);
    border: 1px solid #ffffff;
    border-radius: 20px;
}

.show-mobile{
    display: none !important;
}

@media(max-width: 1440px) {
    /*  ADDED */
    .mdl-close-btn {
        width: 90px;
    }
}

@media (max-width: 1024px) {
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: inline-block !important;
    }

    /* ADDED (hannah 09-24-21) */
    .game_btn {
        margin: 3px 4px;
    }
    .nav-mdl .nav-btn {
        width: unset;
    }
    .nav-mdl .nav-btn button {
        min-width: 155px;
        max-width: 155px;
        padding: 0 15px;
    }
    /* ----------- */
    body * {
        /* font-size: 12px !important; */
    }
    #wrap {
        min-width: auto;
        margin-bottom: 345px;
    }
    #wrap.wide {
        margin-bottom: 0;
    }
    #h-top {
        position: relative;
        height: 75px;
        background: #1b2029;
    }
    footer {
        /* padding-bottom: 20px; */
    }
    footer .copyright {
        padding: 20px 10px;
    }
    footer .payment {
        border-top: 0;
    }
    .container {
        width: 100%;
        margin: 0;
    }
    #h-top ul {
        position: absolute;
        top: 0;
        width: 100%;
        height: 34px;
        line-height: 34px;
        border-bottom: 1px solid #010102;
    }
    #h-top:after,
    #h-top ul:after {
        display: block;
        clear: both;
        content: "";
    }
    #h-top ul li {
        display: inline-block;
        float: left;
        width: 25%;
        padding: 0;
        text-align: center;
    }
    #h-top ul li:after {
        top: 0;
        height: 34px;
        background: #010102;
    }
    #h-top ul li,
    #h-top ul li a {
        font-size: 12px;
    }
    #h-top ul li img {
        float: none;
    }
    nav#gnb {
        height: auto;
        border: 0;
        /* border-top: 1px solid #010102; */
    }
    nav#gnb>.container {
        position: relative;
        z-index: 1;
        font-size: 0;
        line-height: 0;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    nav#gnb div>ul {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        min-width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        vertical-align: top;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    nav#gnb div>ul>li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
    nav#gnb div>ul>li.col3 {
        width: 33.33%;
    }
    nav#gnb div>ul>li>a {
        padding: 25px 15px;
        font-size: 14px;
    }
    /* 모바일에서 스크롤 항상 보이게 */
    nav#gnb ::-webkit-scrollbar {
        width: 3px;
    }
    nav#gnb ::-webkit-scrollbar-thumb {
        background: #4c505d;
    }
    nav#gnb ::-webkit-scrollbar:horizontal {
        height: 10px;
    }
    #content {
        padding: 0;
    }
    #content-center {
        float: none;
        width: auto;
        margin: 0;
        padding: 12px;
        border: 0;
        border-radius: 0;
    }
    #content-center.wide {
        width: auto;
    }
    #content-only-center {
        float: none;
        width: 100%;
        margin: 0;
    }
    .m-btn-lip {
        position: absolute;
        top: 11px;
        left: 10px;
    }
    .m-btn-lip a {
        display: block;
        z-index: 999;
        cursor: pointer;
    }
    .m-btn-mybet {
        position: absolute;
        top: 11px;
        right: 10px;
    }
    .m-btn-mybet a {
        display: block;
        z-index: 999;
        cursor: pointer;
    }
    .m-btn-join {
        position: absolute;
        top: 11px;
        right: 10px;
    }
    .m-btn-join {
        display: block;
        z-index: 999;
        cursor: pointer;
    }
    .m-btn-log {
        position: absolute;
        top: 11px;
        right: 45px;
    }
    .m-btn-log a {
        display: block;
        z-index: 999;
        cursor: pointer;
    }
    .m-btn-mycart {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
    }
    .m-btn-mycart a {
        position: relative;
        display: block;
        cursor: pointer;
        /* width: 100%; */
        padding: 10px 0;
        background: #e61a23;
        font-size: 13px !important;
        color: #fff;
        text-align: center;
    }
    .m-btn-mycart a span {
        position: absolute;
        top: 0px;
        left: 15px;
        min-width: 26px;
        color: #000;
        border-radius: 40%;
        background-color: rgba(246, 116, 81, 0.8);
        font-weight: bold;
        font-size: 14px !important;
        text-align: center;
        letter-spacing: -0.08em;
    }
    .m-content-l {
        z-index: 1011;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0,0,0,0.3); */
        -webkit-transition-property: left;
        -webkit-transition-duration: 0.4s;
        transition-property: left;
        transition-duration: 0.4s;
        transform: translateY(0px);
    }
    .m-content-r {
        z-index: 1011;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0,0,0,0.3); */
        -webkit-transition-property: right;
        -webkit-transition-duration: 0.4s;
        transition-property: right;
        transition-duration: 0.4s;
        transform: translateY(0px);
    }
    #content-l {
        z-index: 999;
        position: fixed;
        top: 0;
        float: left;
        background-color: #fff;
        width: 100%;
        height: 100%;
        max-width: 274px;
        padding: 0;
        background: #080a09;
        box-sizing: border-box;
    }
    #content-r {
        z-index: 999;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0px;
        width: 100%;
        /* background-color: #fff; */
        /* margin-top: -550px; */
        /* height: 100%; */
        /* max-width: 266px; */
        padding: 0;
        /* background: #16181f; */
        box-sizing: border-box;
    }
    #content-r .slipbox {
        border-radius: 0;
        margin-bottom: 145px;
        margin-bottom: 0%;
    padding-left: 16px;
    margin-right: 16px;
    }
    #content-r .slipbox .txt {
        padding: 10px;
    }
    .m-content-l.active,
    .m-content-l.active #content-l {
        left: 0;
    }
    .m-content-l.active {
        overflow-y: auto;
        background: url(../images/mobile/bg-content-l.png) left top repeat-y;
    }
    .m-content-r.active,
    .m-content-r.active #content-r {
        right: 0%;
    }
    .m-content-r.active {
        overflow-y: auto;
        background: url(../images/mobile/bg-content-r.png) right top repeat-y;
    }
    .lip-off {
        position: absolute;
        top: 0;
        left: 274px;
        width: 33px;
        height: 33px;
        margin: 0;
        cursor: pointer;
    }
    .mybet-off {
        position: absolute;
        top: -1px;
        right: 266px;
        width: 33px;
        height: 33px;
        margin: 0;
        cursor: pointer;
    }
    .live-list .live {
        width: 266px;
        margin-left: 4px;
    }
    .modal-content {
        max-width: 450px;
        width: 95% !important;
        margin: 0 auto;
    }
    #modal_calender .modal-content {
        width: 85% !important;
    }
    .modal-join div.group {
        float: none;
        width: 100%;
    }
    .modal-join div.close {
        position: relative;
        right: 0;
        bottom: 0;
        width: auto;
        /* margin: 5px 20px; */
    }
    .modal-join div.check {
        width: auto;
        /* margin: 5px 20px; */
    }
    .alert-rt {
        width: 60%;
        z-index: 2000;
    }
    .modal-page {
        min-width: auto;
    }
    .modal-alert div.close,
    .modal-alert div.check,
    .modal-alert div.ok {
        float: none !important;
        width: 30%;
        margin: 10px auto 0 !important;
        padding: 5px;
    }
    #modal_calender .modal-content div.check-group a.btn {
        top: 15px;
    }
    #modal_calender .modal-content div.date {
        margin-left: -15px;
        font-size: 16px !important;
    }
    .modal .modal-body .btn a span {
        font-size: 12px;
    }
    .modal .modal-body,
    .modal .modal-footer {
        /* padding: 7px; */
    }
    .modal .modal-body dt {
        width: 70px;
    }
    .modal .modal-body dd {
        margin-left: 80px;
    }
    .table-respon {
        overflow-x: auto;
    }
    .board.table-respon table.list {
        white-space: nowrap;
        table-layout: auto;
    }
    #content-r .slipbox .inputbox dl.bet-money div {
        width: 96%;
        padding: 16px 2%;
    }
    #content-r .bet-tit {
        padding: 7px;
    }
    #content-r .slipbox .inputbox {
        padding: 5px 7px 0;
    }
    #content-r .slipbox .inputbox dl {
        padding: 5px 0;
    }
    #content-r .slipbox .btn1 {
        display: block;
        padding: 0 5px;
    }
    #content-r .slipbox .btn1 div {
        margin-bottom: 5px;
    }
    #content-r .slipbox .btn1 a span {
        padding: 7px 0;
    }
    #content-r .slipbox .btn1 a.btn {
        padding: 4px 0;
    }
    #content-r .bet-btn {
        /* margin: 0 10px 5px; */
    }
    #content-r .bet-btn a.bet {
        padding: 15px 0;
        font-size: 18px;
    }
    .popup01 {
        top: 20px;
        max-width: 320px;
        margin-left: -160px;
    }
    .popup02 {
        margin-left: -180px;
        top: 461px;
        max-width: 320px;
        margin-left: -160px;
    }
	.popup03 {
        top: 20px;
        max-width: 320px;
        margin-left: -160px;
    }
    .popup04 {
        margin-left: -180px;
        top: 461px;
        max-width: 320px;
        margin-left: -160px;
    }
    .popup01 .notice,
    .popup02 .notice,
	.popup03 .notice,
	.popup04 .notice {
        height: auto;
        font-size: 12px;
    }
    .popup01 .tit,
    .popup02 .tit, 
	.popup03 .tit,
	.popup04 .tit {
        font-size: 16px;
    }
    .deleteall {
        top: 10px;
    }
    .bet-slider {
        top: 6px;
    }
    .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }
    .float-left {
        float: none;
        width: 100%;
        text-align: center;
    }
    .float-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    #h-top span {
        display: inline-block;
        line-height: 35px;
        color: #ddd;
    }
    #h-top .now-bet {
        margin-right: 0.25rem !important;
        color: #59c9ff;
    }
    #h-top .money {
        display: inline-block;
        min-width: 70px;
        text-align: right;
        color: #4dc9ff;
    }
    #h-top .now-balance {
        margin-right: 0.5rem !important;
        color: #ffea6b;
    }
    #h-top .now-balance .money {
        color: #ffea6b;
    }
    .logo-wrap {
        height: 125px;
        border-top: 1px solid #22252f;
        border-bottom: 1px solid #22252f;
        background: #30333f;
    }
    .logo-wrap h1#logo {
        display: block;
        text-align: center;
        /* line-height: 68px; */
    }
    .logo-wrap h1#logo a {
        display: inline-block;
        z-index: 998;
        color: #fff;
        font-size: 35px;
    }
    .logo-wrap .top-menu {
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        height: auto;
        line-height: normal;
        text-align: center;
    }
    .logo-wrap .top-menu a {
        margin-left: 15px;
        color: #fff;
    }
    .logo-wrap .top-menu a:first-child,
    .logo-wrap .top-menu a:nth-child(5) {
        margin-left: 0;
    }
    .logo-wrap .top-menu a.getCasino {
        display: inline-block;
        margin-top: 5px;
        padding: 3px 8px;
        border-radius: 5px;
        background: #000;
        color: #f6e161;
    }
    .ul-tabs li button span {
        font-size: 12px;
    }
    .ul-tabs li button+a {
        margin-left: 5px;
        padding: 5px 11px;
        font-size: 13px;
    }
    #content-r .bet-form .bet-amount {
        font-size: 13px;
    }
    #content-r .bet-form .bet-money,
    #content-r .bet-form .bet-money span {
        font-size: 13px;
    }
    .game-modal {
        /* width:auto; */
    }
    .game-modal .bsm-cont {
        padding: 5px;
    }
    .game-modal .mdl-head .mdl-title div .en {
        font-size: 18px;
    }
    .game-modal .mdl-head .mdl-title div .kr {
        font-size: 24px;
    }
    .game-modal .nav-mdl {
        width: 100%;
        height: auto;
        position: relative;
    }
    .game-modal .nav-mdl .nav-cont {
        height: auto;
        flex-wrap: wrap;
    }
    /* CHANGED (hannah 09-24-21) */
    .game-modal .nav-mdl .nav-btn {
        /* width: 20%; */
        height: auto;
        float: left;
    }
    /* CHANGED (hannah 09-24-21) */
    .game-modal .nav-mdl .nav-btn button {
        /* width: 70px; */
        height: 45px;
        position: relative;
        bottom: 0 !important;
        font-size: 10px;
        margin: 5px 5px;
        white-space: nowrap;
        /* min-width: 130px; */
    }
    .game-modal .nav-mdl .nav-btn button i {
        font-size: 18px;
    }
    .game-modal .modal-body .tab-mdl {
        padding: 20px;
    }
    .game-modal .modal-body .tab-mdl {
        width: calc(100% - 10px);
        padding: 20px 5px;
    }
    .game-modal .game-btn .start-btn {
        width: 100%;
    }
    .game-modal .game-btn {
        width: 45%;
    }
}

@media(max-width: 900px) {
    /* ADDED and CHANGED (hannah 09-24-21) */
    .game_btn {
        margin: 3px 4.9px;
    }
    .game_title {
        padding: 20px 0 0;
    }
    .game_title_navs {
        margin-top: 0;
    }
    .mdl-close-btn {
        width: 70px;
    }
    .gamelistModal .bsm-cont {
        width: 720px;
    }
}

@media (max-width: 499px) {
    /* ADDED and CHANGED (hannah 09-24-21) */
    .backBtn {
        display: block;
    }
    .game_title {
        display: none;
    }
    .game_title {
        margin-top: 0;
    }
    .game-modal {
        width: auto;
    }
    .game-modal .nav-mdl .nav-btn button {
        width: 40px;
        height: 40px;
        position: relative;
        bottom: 0;
        font-size: 10px;
        margin: 5px 2px;
        white-space: nowrap;
        min-width: 150px;
    }
    .flexCol {
        display: flex;
        flex-direction: column;
    }
    .mdl-close-btn {
        width: 40px;
    }
    .game_list_comp {
        display: block;
    }
    .game_list {
        font-size: 22px;
        margin-top: 5px;
        width: 300px;
    }
    .game-modal {
        width: auto;
    }
    .game-modal .nav-mdl .nav-btn button {
        width: 50px;
        height: 50px;
        position: relative;
        bottom: 0 !important;
        font-size: 10px;
        margin: 5px 2px;
        white-space: nowrap;
    }
    /* CHANGED (hannah 09-24-21) */
    .slot-btn {
        width: 150px;
    }
    /* CHANGED (hannah 09-24-21) */
    .slot-btn .name-btn {
        left: 26%;
    }
}

/* ADDED (hannah 09-24-21) */

@media(max-width: 400px) {
    .game_btn {
        font-size: 10px;
        min-width: 123px;
        max-width: 123px;
    }
    .nav-mdl .nav-btn button {
        min-width: 125px;
        max-width: 125px;
    }
}

/* ADDED (hannah 09-24-21) */

@media(max-width: 350px) {
    .game_title_navs {
        padding: 0 5px;
    }
    .game_list {
        width: 200px;
    }
    .game-modal .mdl-head .mdl-title div .kr {
        font-size: 15px;
    }
    .game-modal .mdl-head .mdl-title div .en {
        font-size: 15px;
    }
    .mdl-head .mdl-title div {
        line-height: 1.5;
    }
    .game-modal .nav-mdl .nav-btn button {
        min-width: 130px;
    }
    .slot-btn {
        width: 140px;
    }
    .slot-btn .name-btn {
        left: 26%;
        width: 140px;
    }
}

.popupModal {

    width: 100% !important; 
    /* Full width */
    max-height: 100% !important;
    /* Full height */
    overflow: auto !important;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4) !important;
    /* Black w/ opacity */
}
#content-betslot {}

#content-r {}

#content-r .bet-tit {
    position: relative;
    margin: -1px;
    padding: 11px 13px;
    /* border-bottom: 1px solid #d6d8d9; */
    /* background: #2c7ff2; */
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    /* text-align: center; */
}

#content-r .mybet {
    position: relative;
    padding: 7px 6px;
    border: 1px solid #333333;
    border-top: 1px solid #222;
}

#content-r .mybet.change {
    background: #2a4b90;
}

#content-r .mybet .tit-g {}

#content-r .mybet .tit-g img {
    float: left;
    vertical-align: top;
}

#content-r .mybet .tit-g span.tit {
    float: left;
    width: 90%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#content-r .mybet .txt-g {
    clear: both;
}

#content-r .mybet .txt-g p {
    padding: 5px 0;
    color: #c5c5c5;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
}

#content-r .mybet .txt-g div {
    position: relative;
    font-size: 13px;
}

#content-r .mybet .txt-g div.ellipsis {
    display: block;
}

#content-r .mybet .txt-g .ellipsis span.ell {
    display: inline-block;
    padding: 5px 0;
    max-width: 42%;
    color: #c5c5c5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    font-size: 14px;
}

#content-r .mybet .txt-g .ellipsis span.vs {
    display: inline-block;
    padding: 5px 0;
    color: #ffd302;
    vertical-align: top;
    line-height: 1;
    font-size: 14px;
}

#content-r .mybet .txt-g span.games {
    display: inline-block;
    width: 80%;
    color: #cc9846;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#content-r .mybet .txt-g span.my {
    display: inline-block;
    margin-right: 4px;
    padding: 5px 0 0;
    border-radius: 2px;
    /* background: #5d5d5d; */
    color: #ff333c;
    font-family: "?��?";
    font-weight: bold;
    letter-spacing: -0.04em;
}

#content-r .mybet .txt-g span.participants {
    position: absolute;
    top: 5px;
    right: 0;
    color: #ffcf4d;
    font-weight: bold;
}

#content-r .mybet a.close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

#content-r .slipbox {

    margin-top: -1px;

    border-radius: 15px 15px 0 15px;

}

#content-r .slipbox div:after {
    display: block;
    clear: both;
    content: "";
}

#content-r .slipbox .inputbox {
    padding: 5px 11px 0;
}

#content-r .slipbox .inputbox dd>input[type="text"] {
    display: inline-block;
    width: 140px;
    height: 28px;
    margin-right: 7px;
    padding: 0 10px;
    border: 1px solid #d6d8d9;
    border-radius: 15px;
    background: #e7e9eb;
    color: #272d36;
    text-align: right;
    letter-spacing: 0;
}

#content-r .slipbox .inputbox dl {
    padding: 13px 0;
    border-top: 1px dashed #76a7e6;
}

#content-r .slipbox .inputbox dl:first-child {
    border-top: 0;
}

#content-r .slipbox .inputbox dl:after {
    display: block;
    clear: both;
    content: "";
}

#content-r .slipbox .inputbox dl dt {
    float: left;
    color: #ffffff;
    font-weight: bold;
}

#content-r .slipbox .inputbox dl dd {
    float: right;
    color: #fff;
}

#content-r .slipbox .btn1 {
    padding: 0 8px;
}

#content-r .slipbox .btn1 div {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

#content-r .slipbox .btn1 a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
}

#content-r .slipbox .btn1 a.btn {
    width: 47.2%;
    margin: 0 1%;
    padding: 8px 0;
    border: 1px solid #c53c4b;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
}

#content-r .slipbox .btn1.btn3line a {
    width: 33.33%;
}

#content-r .slipbox .btn1 a.btn.active {
    /* padding: 7px 0; */
    border: 1px solid #40080d;
    background: #9a202e;
    box-shadow: 3px 3px 5px 0px #50050e inset;
    color: #ffe367;
}

#content-r .slipbox .btn1 a span {
    margin: 0 2px;
    padding: 5px 0;
    display: block;
    border: 1px solid #f6e161;
    border-radius: 5px;
    background: #f6e161;
    color: #383838;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.06em;
}

#content-r .slipbox .btn1 .btn-blue span {
    border: 1px solid #f28e00;
    background: #f28e00;
}

#content-r .slipbox .btn1 .btn-red span {
    border: 1px solid #c53c4b;
    background: #c53c4b;
    color: #fff;
}

#content-r .slipbox .btn1 a:hover span {
    /* border: 1px solid #35763a; */
    /* background: #35763a; */
    /* color: #fff; */
}

#content-r .slipbox .txt {
    clear: both;
    position: relative;
    padding: 9px;
}

#content-r .slipbox .txt span {
    color: #cdcdcd;
    font-size: 13px;
    font-weight: 600;
}

#content-r .slipbox .txt span.txt-r {
    position: absolute;
    top: 9px;
    right: 10px;
    color: #fff;
}

#content-r .slipbox .board {
    margin: 10px 10px 0;
    padding: 0 0 10px;
}

#content-r .slipbox .board table {}

#content-r .slipbox .board table th,
#content-r .slipbox .board table td {
    /* min-height: 10px; */
    padding: 5px;
    font-size: 12px;
}

#content-r .bet-btn {
    margin: 0 11px;
    padding: 0 0 12px;
}

#content-r .bet-btn a.bet {
    display: block;
    /* float: right; */
    /* width: 100%; */
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    background: #30333f;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f5567+0,47505f+100 */
    /* background: #4f5567; */
    /* Old browsers */
    background: -moz-linear-gradient( left, #4f5567 0%, #47505f 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(left,#4f5567 0%,#47505f 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right,#4f5567 0%,#47505f 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5567', endColorstr='#47505f', GradientType=1);
    /* IE6-9 */
    /* text-shadow: -1px 0 #9b6d34, 0 1px #9b6d34, 1px 0 #9b6d34, 0 -1px #9b6d34; */
}

#content-r .bet-btn.renew-on a.renew {
    display: inline-block;
    float: left;
    width: 49%;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #5f6873;
    text-shadow: -1px 0 #374e69, 0 1px #374e69, 1px 0 #374e69, 0 -1px #374e69;
}

#content-r .bet-btn.renew-on a.bet {
    display: inline-block;
    float: right;
    width: 49%;
    padding: 8px 0;
    text-align: center;
    color: #ffff;
    font-size: 15px;
    font-weight: bold;
    background: #bd8949;
    text-shadow: -1px 0 #9b6d34, 0 1px #9b6d34, 1px 0 #9b6d34, 0 -1px #9b6d34;
}

#content-r .bet-info {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 5px;
    padding: 8px 0;
    border-radius: 3px;
    background: #6c6c6c;
}

#content-r .bet-info p {
    padding: 2px 8px;
    color: #d5d5d5;
    font-size: 13px;
    font-weight: bold;
}

#content-r .bet-info p span.money {
    display: inline-block;
    float: right;
    color: #ffffff;
}

#content-r div.domain {
    /* clear: both; */
    /* float: left; */
    width: auto;
    margin-top: -1px;
    /* padding: 12px 12px 12px 63px; */
    /* border-radius: 4px; */
    /* border-top: 1px solid #76a7e6; */
    /* background: #5083c6  15px center no-repeat; */
}

#content-r .domain p {
    /* padding: 2px 8px; */
    padding: 20px 20px 20px 80px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Noto Sans Korean";
    font-size: 13px;
    font-weight: 400;
}

#content-r .domain p a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

#content-r .domain p a:hover,
#content-r .domain p a:focus {
    text-decoration: underline;
}

#content-r div.bixolon {
    /* clear: both; */
    /* float: left; */
    width: auto;
    margin-top: -1px;
    /* padding: 12px 12px 12px 63px; */
    /* border-radius: 4px; */
    border: 1px solid #76a7e6;
    border-radius: 0 0 15px 15px;
    /* background: #5083c6  15px center no-repeat; */
}

#content-r .bixolon p {
    /* padding: 2px 8px; */
    padding: 20px 20px 20px 80px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Noto Sans Korean";
    font-size: 13px;
    font-weight: 400;
}

#content-r .bixolon p a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

#content-r .bixolon p a:hover,
#content-r .bixolon p a:focus {
    text-decoration: underline;
}

/*#content-r div.check{clear: both;float: left;width: 100%;margin-top: 5px;}
*/

#content-r div.check a {
    display: block;
    padding: 8px 0;
    background: #ffd302;
    color: #1e1e1e;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
}

#content-r .slipbox .inputbox .divide dt {
    line-height: 22px;
}

#content-r span.tit {
    margin: 0 12px 0 0;
    padding: 4px 6px;
    border: 1px solid #fff;
    border-radius: 15px;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    min-width: 12px;
    text-align: center;
}

#content-r span.tit+.tit {
    margin-left: -8px;
}

#content-r span.tit.blue {
    border: 1px solid #042b82;
    background: #042b82;
    color: #fff;
}

#content-r span.tit.red {
    border: 1px solid #a91414;
    background: #a91414;
    color: #fff;
}

#content-r span.tit.green {
    border: 1px solid #407700;
    background: #407700;
    color: #fff;
}

#content-r span.tit.blue-line {
    border: 1px solid #042b82;
    color: #042b82;
    background: #fff;
}

#content-r span.tit.red-line {
    border: 1px solid #a91414;
    color: #a91414;
    background: #fff;
}

#content-r span.tit.green-line {
    border: 1px solid #407700;
    color: #407700;
    background: #fff;
}

#content-r span.tit.green-slash {
    border: 1px solid #72aa00;
    background: #80bf00;
    /* Old browsers */
    background: -moz-linear-gradient( -45deg, #c5d46f 0%, #a1c747 50%, #80bf00 51%, #aad837 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( -45deg, #c5d46f 0%, #a1c747 50%, #80bf00 51%, #aad837 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( 135deg, #c5d46f 0%, #a1c747 50%, #80bf00 51%, #aad837 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    font-weight: bold;
}

#content-r span.l {
    margin: 0 12px 0 -8px;
    padding: 5px 0;
    /* border:1px solid #fff; */
    color: #30333f;
    /* border-radius: 15px; */
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
}

#content-r span.l.fl {
    margin-right: 4px;
    padding: 4px 6px;
    border: 1px solid #ce8500;
    border-radius: 15px;
    background: #ffa500;
    color: #fff;
}

#content-r .slipbox .inputbox dl.bet-money {
    position: relative;
}

#content-r .slipbox .inputbox dl.bet-money div {
    display: none;
    position: absolute;
    right: -1px;
    top: 10px;
    width: 257px;
    padding: 16px 10px;
    border: 1px solid #d6d8d9;
    border-radius: 7px;
    background: #fff;
}

#content-r .slipbox .inputbox dl.bet-money div.manual {
    display: none;
}

#content-r .slipbox .inputbox dl.bet-money div p {
    color: #5083c6;
    font-size: 12px;
    font-weight: bold;
}

#content-r .slipbox .inputbox dl.bet-money div input {
    display: block;
    width: 100%;
    margin: 5px 0 10px;
    padding: 5px;
    border-bottom: 1px solid #d6d8d9;
    text-align: right;
    font-size: 16px;
}

#content-r .slipbox .inputbox dl.bet-money div a {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0 auto;
    color: #5888c8;
    text-align: center;
}

#content-r .casino-btn {
    margin-top: 10px;
}

#content-r .casino-btn a.getCasino {
    display: inline-block;
    float: right;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
    background: #30333f;
    /* text-shadow: -1px 0 #9b6d34, 0 1px #9b6d34, 1px 0 #9b6d34, 0 -1px #9b6d34; */
}


.btn1{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
}

.slipboxChild{
        margin-top: -1px;

        border-radius: 15px 15px 15px 15px;
        background: #5083c6;
}


.sub-content{
    margin-top: 0px !important;
}

@media (min-width:641px) {
    .sub-content{
        /* margin-top: 80px !important; */
    }     
}