@font-face {
    font-family: 'DINWeb-Bold';
    src: url('../fonts/DINWeb-Bold.eot');
    src: local('DINWeb-Bold'), url('../fonts/DINWeb-Bold.woff') format('woff');
}
@font-face {
	font-family: scdream6;
	src: url('../fonts/SCDream6.woff2') format('woff2');
	font-style: normal
}

@font-face {
	font-family: scdream8;
	src: url('../fonts/SCDream8.woff2') format('woff2');
	font-style: normal
}

@font-face {
    font-family: scdream1;
    src: url("../fonts/SCDream1.woff") format("woff");
    font-style: normal;
}

@font-face {
    font-family: scdream4;
    src: url("../fonts/SCDream4.woff") format("woff");
    font-style: normal;
}
@font-face {
     font-family: 'icomoon';
     src: url('../fonts/icomoon.woff?4uh3wn') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: block;
}
 [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
     font-family: 'icomoon' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
    /* Better Font Rendering =========== */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
.icon-play:before {
  content: "\eb02";
}.icon-del:before {
    content: "\e98d";
}.icon-arrow-up:before {
    content: "\ea3a";
}

@keyframes opacity {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes opacity {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
    color: #ddd;
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
/*    background:#121219;*/
    background-image: linear-gradient(-45deg, #094e34 0%, #056943 25%, #073523 51%, #0f754e 100%);
/*    font-family: "Malgun Gothic", san-serif;*/
    font-family: "scdream5";
    min-width:1446px;
}

button, input[type="button"] {
    outline: none;
    cursor: pointer;
    font-size: 14px;
}

a {
    text-decoration: none
}
#header {
	z-index: 2;
	width:100%;
	    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

#header > div {
	
	/* border-bottom: solid 1px #141416; */
}

.mainWrap {
   
}
.mainWrap.intro {
	}
.contentWrap {
	 min-height: 500px;
}

.contentWrap:after {
}

.title-bar {
	min-width:1446px;
	background: #26674e;
	position: absolute;
	top: 205px;
	left: 0;
	width:100%;
	margin:0 auto;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	border-bottom: solid 1px #8b7c43;
}
.emptyNotice .title-bar {
	top: 143px;
}
.casino-category.title-bar {
    top: 211px;
}
.title-bar .main-name {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 30px;
    min-width: 110px;
    position: relative;
    height:100%;
    text-align: center;
    background: #139dae;
    color: #fff;

}
.title-bar .main-name:after {
    content: "";
    display: inline-block;
    width: 1px;
    background: #bcbcbc;
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
}

.title-bar .sub-name {
    font-size: 12px;
    position: relative;
    vertical-align: bottom;
    cursor: pointer;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:relative;
    margin: 0 15px;
    color: #e0ae75;
    font-size:14px;
}
.title-bar .sub-name i{
}
.title-bar .sub-name:not(.no-link):hover:after {
    left: 0;
    right: 0;
}
.title-bar .sub-name:after {
	position: absolute;
	display: block;
	height: 2px;
	background: #f2d977;
	content: "";
	bottom: 0;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	left: 51%;
	right: 50%;
}
.title-bar .sub-name em {
	font-weight:bold;
}
.title-bar .sub-name:not(.no-link):hover em {
	color: #fff;
}
.title-bar .sub-name.on {
	font-weight:bold;
	color: #f2d977;
}
.title-bar .sub-name.on:after {
	position: absolute;
	display: block;
	height: 2px;
	/* background: #6cfff4; */
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
}
.title-bar .sub-name.on i {
	opacity :1;
}

.title-bar .sub-name i, .title-bar .sub-name em  {
	display :block;
	font-style:normal;
	    font-size: 12px;
}
.title-bar .sub-name.no-link em {
	color: #f05f25;
}
.title-bar .sub-name i {
	display: inline-block;
    background: url(/static/images/web/res2.png) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    margin: 0 5px;
    cursor: pointer;
    background-size:1100%;
}.title-bar .sub-name.on i, .title-bar .sub-name.no-link i  {
	 background: url(/static/images/web/res2_on.png) 0 0 no-repeat;
	background-size:1100%;
}
.title-bar .sub-name i.cross {
	background-position: 80% 10%;
}
.title-bar .sub-name i.wol {
	background-position: 0 0;
}
.title-bar .sub-name i.uoh {
	background-position: 30% 20%;
}
.title-bar .sub-name i.special {
	background-position: 80% 50%;
}
.title-bar .sub-name i.sadari {
	background-position: 50% 0;
}
.title-bar .sub-name i.dari {
	background-position:20% 20%;
}
.title-bar .sub-name i.dal {
	background-position:0 20%;
}
.title-bar .sub-name i.powerball {
	background-position:0 10%;
}

.title-bar .sub-name i.panty {
	background-position:30% 70%;
}
.title-bar .sub-name i.boobs {
	background-position:0% 70%;
}
.title-bar .sub-name i.bra {
	background-position:10% 70%;
}
.title-bar .sub-name i.robin {
	background-position:20% 70%;
}


.title-bar .sub-name i.power-sadari {
	background-position:10% 10%;
}
.title-bar .sub-name i.kino-sadari {
	background-position:20% 10%;
}
.title-bar .sub-name i.mgm-oe {
	background-position:30% 10%;
}
.title-bar .sub-name i.mgm-baccarat {
	background-position:40% 10%;
}
.title-bar .sub-name i.bet365-soccer {
	background-position:50% 10%;
}
.title-bar .sub-name i.seven {
	background-position:30% 20%;
}
.title-bar .sub-name i.event {
	background-position:0 30%;
}
.title-bar .sub-name i.roulette {
	background-position:10% 30%;
}
.title-bar .sub-name i.qna {
	background-position:20% 30%;
}
.title-bar .sub-name i.message {
	background-position:30% 30%;
}.title-bar .sub-name i.eventNotice {
	background-position:80% 40%;
}
.title-bar .sub-name i.bbs {
	background-position: 40% 30%;
}
.title-bar .sub-name i.withdraw {
	background-position:50% 30%;
}
.title-bar .sub-name i.deposit {
	background-position:40% 40%;
}
.title-bar .sub-name i.point {
	background-position:0 40%;
}
.title-bar .sub-name i.recommender {
	background-position:10% 40%;
}
.title-bar .sub-name i.modInfo {
	background-position:20% 40%;
}
.title-bar .sub-name i.bet365-dog {
	background-position:50% 50%;
}.title-bar .sub-name i.bet365-horse {
	background-position:40% 50%;
}.title-bar .sub-name i.beteast-soccer {
	background-position:10% 20%;
}.title-bar .sub-name i.beteast-base {
	background-position:30% 0;
}.title-bar .sub-name i.beteast-basket {
	background-position:20% 0;
}.title-bar .sub-name i.beteast-cricket {
	background-position:10% 0;
}.title-bar .sub-name i.beteast-dice {
	background-position:40% 0;
}.title-bar .sub-name i.m-baseball {
	background-position:30% 50%;
}.title-bar .sub-name i.rgb {
	background-position:90% 10%;
}.title-bar .sub-name i.highlow1 {
	background-position:90% 20%;
}.title-bar .sub-name i.highlow2 {
	background-position:90% 30%;
}.title-bar .sub-name i.highlow3 {
	background-position:90% 40%;
}.title-bar .sub-name i.nine {
	background-position:20% 50%;
}.title-bar .sub-name i.choice {
	background-position:50% 20%;
}.title-bar .sub-name i.parao {
	background-position:0 50%;
}.title-bar .sub-name i.m-roulette {
	background-position:10% 50%;
}.title-bar .sub-name i.graph {
	background-position:40% 20%;
}.title-bar .sub-name i.c-roulette {
	background-position:60% 0;
}.title-bar .sub-name i.c-money-wheel {
	background-position:60% 10%;
}.title-bar .sub-name i.c-baccarat {
	background-position:60% 20%;
}.title-bar .sub-name i.c-blackjack {
	background-position:60% 30%;
}.title-bar .sub-name i.c-holdem {
	background-position:60% 40%;
}.title-bar .sub-name i.c-yong {
	background-position:60% 50%;
}.title-bar .sub-name i.c-top {
	background-position:70% 0;
}.title-bar .sub-name i.c-csp {
	background-position:70% 10%;
}.title-bar .sub-name i.c-trp {
	background-position:70% 20%;
}.title-bar .sub-name i.c-eth {
	background-position:70% 30%;
}.title-bar .sub-name i.ntry {
	background-position:70% 40%;
}.title-bar .sub-name i.mgm {
	background-position:70% 50%;
}.title-bar .sub-name i.bet365 {
	background-position:80% 0;
}.title-bar .sub-name i.multi {
	background-position:80% 10%;
}.title-bar .sub-name i.beteast {
	background-position:80% 20%;
}.title-bar .sub-name i.etc {
	background-position:80% 30%;
}.title-bar .sub-name i.smarc {
	background-position:90% 0;
}
.title-bar.pt .sub-name i.all {
	background-position:0 60%;
}.title-bar.pt .sub-name i.new {
	background-position:10% 60%;
}.title-bar.pt .sub-name i.gameshow {
	background-position:20% 60%;
}.title-bar.pt .sub-name i.roulette {
	background-position:30% 60%;
}.title-bar.pt .sub-name i.blackjack {
	background-position:40% 60%;
}.title-bar.pt .sub-name i.baccarat {
	background-position:50% 60%;
}.title-bar.pt .sub-name i.poker {
	background-position:60% 60%;
}

.title-bar .sub-name.nolink:hover {
    background: transparent;
}

.title-bar-sub {
	
    display: flex;
        justify-content: center;
        padding:6px 0 10px 0;
}
.title-bar-sub > span {
	font-size: 14px;
	padding: 12px 18px;
	cursor:pointer;
	position: relative;
	background: #fff;
    border: solid #484848;
    border-width: 1px 0 1px 1px;
    color: #090e14;
    
}
.title-bar-sub > span:first-child {
	border-radius : 4px 0 0 4px;
}
.title-bar-sub > span:last-child {
	border-width: 1px;
	border-radius : 0 4px 4px 0;
}
.title-bar-sub > span:hover {
	background: #e4f4ff;
}
.title-bar-sub > span.on {
	font-weight:bold;
	background: #f9af19;
	color: #fff;
}


.content-sub-title {
	background: #26674e;
    color: #e0ae75;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0 6px 12px;
    border: solid #323232;
    border-width: 1px 1px 0 1px;
    border-color: #323232;
    margin-top: 10px;
    border-radius: 4px 4px 0 0;
}

.category-bar {
	text-align:center;
	font-size:0;
	padding-bottom:20px;
}
.category-bar .sub-name {
	padding: 10px;
	
	border-width: 1px 0 1px 1px;
	border: solid 1px #07465d;
    background: #212634;
	font-size:14px;
	width: 160px;
	display: inline-block;
	cursor:pointer;
	color: #fff;
}
.category-bar .sub-name:first-child {
	border-radius : 5px 0 0 5px;
	}
.category-bar .sub-name:last-child {
	border-width: 1px;
	border-radius : 0 5px 5px 0;
}
.category-bar .sub-name.on {
	background: #f1d978;
	color: #000;
	border-color: #f1d978;
}
#logo {
 	background: url(/static/images/web/gato_logo.png) no-repeat center;
 	background-size: cover;
 	width: 270px;
    height: calc(110px * 205 / 242);
    cursor:pointer;
    position: absolute;
    left: calc(50% - 135px);
    margin-bottom: 15px;
}
#logo em:after {
    content: "";
    position: absolute;
    -webkit-transition-property: left, right;
    transition-property:  left, right;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    left: 50%;
    right: 50%;
    height: 2px;
    bottom: -7px;
    background: #f05f24;
}
/* #logo:hover em:after{

    left: 0;
    right: -3px;
} */

.list-footer {
	display: flex;
	position: relative;
	min-height: 50px;
}
.paging {
	font-size: 0;
	text-align: center;
	margin: 10px 0;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.betListInContWrap .paging {
	border-width:0;
	}
.paging a, .paging a:visited, .paging a:active {
		font-size: 14px;
		color: #e1e1e1;
		text-decoration: none;
		margin: 0;
		display: inline-block;
		width: 37px;
		height: 36px;
		line-height: 36px;
		border: solid 1px #232d46;
		margin-left: -1px;
}

.paging a:hover {background: #444d66;}

.paging a.cur {
    font-weight: bold;
    color: #000;
    background: #f2d977;
    /* border: solid #eee; */
}

.blink {
    -moz-animation: opacity 1s ease-in-out 0s infinite normal;
    -o-animation: opacity 1s ease-in-out 0s infinite normal;
    -webkit-animation: opacity 1s ease-in-out 0s infinite normal;
    animation: opacity 1s ease-in-out 0s infinite normal;
}
.blink3 {
    -moz-animation: opacity .5s linear 0s 1 normal;
    -o-animation: opacity .5s linear 0s 1 normal;
    -webkit-animation: opacity .5s linear 0s 1 normal;
    animation: opacity .5s linear 0s 1 normal;
}
.loaderAllBg {
	z-index:3;
	background:rgba(0,0,0,0.32);
	width:100%;
	height:100%;
	position:fixed;
	top:0; left:0;
}
.loaderAll {
	 margin: 450px auto;
	 font-size: 12px;
	 width: 1em;
	 height: 1em;
	 border-radius: 50%;
	 position: relative;
	 text-indent: -9999em;
	 -webkit-animation: load5 1.1s infinite ease;
	 animation: load5 1.1s infinite ease;
	 -webkit-transform: translateZ(0);
	 -ms-transform: translateZ(0);
	 transform: translateZ(0);
	 
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}


.CallCenter {
	    background: #a2a2a2;
}

.CallCenter .title {

}
.CallCenter .item {
	display:flex;
	flex-wrap: nowrap;
	padding-left: 8px;
	margin-bottom:6px;
}
.callCenterWrap {
	display:flex;
}
.CallCenter .idCont {
	padding: 0 0 0 3px;
}
.CallCenter .idCont i, .CallCenter .idCont em{
	font-style:normal;
	
}
.CallCenter .idCont i{
	

}
.CallCenter .idCont em{
	font-size:13px;
}

.CallCenter .icon {
	flex: 0 0 21px;
	display:inline-block;
	background: url(/static/images/web/sns_icon.png) no-repeat;
	width:21px;
	height:21px;
}.CallCenter .icon.skype {
	background-position: 0 0;
}.CallCenter .icon.twitter {
	background-position: -21px 0;
}.CallCenter .icon.kakao {
	background-position: -42px 0;
}.CallCenter .icon.telegram {
	background-position: -63px 0;
}.CallCenter .icon.wechat {
	background-position: -84px 0;
}.CallCenter .icon.mail {
	background-position: -105px 0;
}.CallCenter .icon.tel {
	background-position: -126px 0;
}

#top {
	display: block;
	position: absolute;
	border: solid 1px #454f6c;
	background: #111622;
	top: 400px;
	left: calc(50% + 730px);
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	padding: 4px;
	cursor: pointer;
	width:43px;
}
#top:hover {
	color: #ffffff;
	background: #22293c;
}
	
.rotate180 {
	transform: rotate(180deg);
	transform-origin: 50%;
}

.titleInCont {
    font-size: 14px;
    color: #f1d976;
    font-weight: bold;
    background: #212634;
    padding: 8px;
    border-bottom: solid 1px #2c3652;
}

.common-title {
	background: url(/static/images/web/res_title.png) 0 0 no-repeat;
	margin: 30px auto 20px auto;
	background-size:300% 500%;
	width:calc(54px * 343 / 70);
	height:54px;
}
.common-title.roulette {
	background-position:50% 0;
}
.common-title.event {
	background-position:100% 25%;
}
.common-title.qna {
	background-position:50% 25%;
}
.common-title.bbs2 {
	background-position:50% 50%;
}
.common-title.message {
	background-position:50% 75%;
}
.common-title.betList {
	background-position:0 0;
}
.common-title.result {
	background-position:100% 0;
}
.common-title.deposit {
	background-position:0 25%;
}
.common-title.withdrawal {
	background-position:0 50%;
}
.common-title.myPoint {
	background-position:0 75%;
}
.common-title.recommender {
	background-position:0 100%;
}
.common-title.casino {
	background-position:100% 50%;
}
.common-title.live {
	background-position:100% 75%;
	    position: relative;
    left: 144px;
}

.common-title.bbs {
	background-position:50% 50%;
}
.common-title.modInfo {
	background-position:50% 100%;
}.common-title.multi {
	
}.common-title.eventNotice {
	background-position:100% 100%;
}
.sports-icon {
	background:url('/static/images/web/res_icon_sports.png') no-repeat;
	width:40px;
	height:40px;
	background-position:0 0;
	background-size:500% 300%;
	display:block;
	vertical-align: bottom;
}
.sports-icon.small {
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align: bottom;
}
.sports-icon.no1 {
	background-position:25% 0;
}
.sports-icon.no2 {
	background-position:50% 0;
}
.sports-icon.no3 {
	background-position:75% 0;
}
.sports-icon.no4 {
	background-position:100% 0;
}
.sports-icon.no5 {
	background-position:0 50%;
}
.sports-icon.no6 {
	background-position:25% 50%;
}
.sports-icon.no23 {
	background-position:75% 50%;
}

.sports-icon.no12 {
	background-position:100% 50%;
}

.sports-icon.no16{
	background-position:50% 50%;
}
.sports-icon.no25{
	background-position:25% 100%;
}
.sports-icon.no27{
	background-position:0% 100%;
}
#menuAll {
	width:100%;
	height:100%;
	position:fixed;
	background: rgba(0,0,0,.5);
	display:none;
	z-index:9;
	
}
#menuAll .top {
	background: #fab017;
	color:#404144;
	font-size:16px;
	padding:8px;
	font-weight:bold;
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-radius:4px 4px  0 0;
}
#btnCloseMenuAll {
	background:url('/static/images/web/res.png') -40px -577px;
	width:16px;
	height:16px;
	cursor:pointer;
}
#menuAll .wrap {
	
width: 750px;
	
height: 491px;
	
margin: auto;
	
top: 0;
	
bottom: 0;
	
position: absolute;
	
left: 0;
	
right: 0;
	
overflow:hidden;
}
#menuAll .cont {
	display:flex;
	background:#fff;
	border-radius:0 0 4px 4px;
	
}
#menuAll .cont > div {
	flex:1;
	border-right:solid 1px #eee;
	padding: 10px;
}
#menuAll .cont > div:last-child {
	border:none;
}
#menuAll li {
	list-style :none;
	padding:4px 4px 4px 10px;
	cursor:pointer;
	color: #404144;
}
#menuAll li:hover {
	text-decoration:underline;
}
#menuAll ul {
	margin-bottom:10px;
}

#menuAll ul li:first-child {
	background: #404144;
	padding:4px;
	font-weight:bold;
	border-bottom: solid 1px #f9af19;
	color: #fff;
}
.bntToggle {
	background:url(/static/images/web/res.png) 0 -608px;
	width:30px;
	height:30px;
	display:inline-block;
	vertical-align: bottom;
}

.bntToggle.minus {
	background-position: -30px -608px
}

.bet-type-ico {
	background:url(/static/images/web/res.png);
	width:10px;
	height:9px;
	display:inline-block;
}
.bet-type-ico.over {
	background-position:-63px -611px;
}
.bet-type-ico.under {
	background-position:-79px -611px;
}

.admin-icon {
	background:url(/static/images/web/res.png) -92px -465px;
	width:17px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right:4px;
}

.user-betting-info {
	list-style : none;
	
	
}
.user-betting-info li {
	display: flex;
	justify-content:space-between;
	padding:6px 8px;
	border: solid;
	border-width: 0 1px 0 1px;
	border-color: #ddd  #2c3652  #a7a7a7  #2c3652;
	color: #b1b1b1;
	background: #121725;
}
.user-betting-info li:nth-child(2n+3) {
	background: #1a2134;
}
.user-betting-info li:first-child {
	background: #212634;
	color: #f1d976;
	font-weight:bold;
	border: solid #2c3652;
	border-width: 1px 1px 0 1px;
	padding:8px;
	font-size:16px;
	border-radius:3px 3px 0 0;
}
.user-betting-info li:last-child {
	border-width: 0 1px 1px 1px;
	border-color: #ddd  #06465d  #06465d  #06465d;
	border-radius:0 0 3px 3px;
}
.user-betting-info li i {
	font-style:normal;
	font-weight:normal;
}
.user-betting-info li em {
	font-style:normal;
	font-weight:bold;
	color: #f1d976;
}
.column-for-user-betting-info {
	display: flex;
    flex-direction: row;
}
.column-for-user-betting-info .left {
    flex: 0 0 280px;
    margin-right: 8px;
}

.column-for-user-betting-info .right {
    flex: 1;
}

.common-rule {
	background: #212634;
	padding:3px 10px;
	border-radius: 3px;
	text-align:center;
	color:#b8c5e7;
	border: solid 1px #2c3652;
}
.common-rule dt {
	font-weight: bold;
	color: #1dcac8;
	padding: 8px 12px 0 12px;
	border-top: solid 1px #3e3e3f;
}
.common-rule dd {
	 padding: 4px 12px 8px 12px;
}
.common-rule dt:first-child {
	border-top: solid 0 #c6e2e8;
}
.common-rule .dia {
	color: #ff5f5f;
}
.top-deco {
	height:8px;
	background:#6cfff4;
}
.Intro {
	 margin: 11px auto 0 auto;
	 width: 1446px;

}
.Intro .banner {
	width:1446px;
	height: 350px;
	background: url('/static/images/web/main-banner.png') no-repeat;
	background-size: 100%;
	position: relative;
	margin-bottom: 10px;
}

.Intro .banner .banner-list{
	height: 100%;
    width: 45%;
}

.Intro .banner .carousel{
	height: 100%;
}

.Intro .banner .carousel-inner{
	height: 100%;
	display: flex;
	align-items: end;
}

.Intro .banner .carousel-item{
	width: 100%;
	text-align: center;
	font-family: scdream5;
    font-weight: bold;
    padding-bottom: 80px;
}

.Intro .banner .carousel-item .title{
	width: 100%;
	font-size: 35px;
    color: white;
    text-shadow: 5px -6px 4px #000;
    transform: skew(345deg);
}

.Intro .banner .carousel-item .content{
	margin-top: 10px;
	width: 100%;
	font-size: 30px;
	color: #f1bf85;
	text-shadow: 5px -6px 4px #000;
	transform: skew(345deg);
	
}

.Intro .banner .carousel-item button{
	margin-top: 20px;
	padding: 10px 20px;
	font-size: 20px;
	border: 1px solid #ffdf57;
	border-radius: 20px;
	color: #ffdf57;
}

.Intro .banner .carousel-item button:hover{
	background-color: #74610f;
	color: #fff;
}



.Intro .jackpot {
	width:100%;
	min-height: 154px;
	background: url('/static/images/web/y_jackpot_bg.jpg');
	background-size: 100% 100%;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	justify-content: end;
	align-items: center;
	padding-right: 45px;
	
}

.Intro .jackpot #jackpotCnt {
	font-size: 90px;
	color: #b58d50;
	font-family: fantasy;
}

.odometer-formatting-mark, .odometer-digit-spacer, .odometer-value {
  background: linear-gradient(to top, #89755f 0%, #d1bb90, #fff3dc 70%) !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
}

.intro-container {
	width: 1446px;
	height: 220px;
	margin-bottom: 10px;
	display: flex;
    
}
.Intro .intro-btn-cont1 {
	display:flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.Intro .intro-btn-cont1 > i {
	display:block;
	width: 354px;
	height: 120px;
	background:url('/static/images/web/intro_btn1.png');
	background-size:500% 100%;
	cursor:pointer;
}.Intro .intro-btn-cont1 > i:hover {
	filter:brightness(130%);
}
.Intro .intro-btn-cont1 > i[data-id="withdraw"]  {
	background-position:25% 0;
	
}.Intro .intro-btn-cont1 > i[data-id="att_event"]  {
	background-position:75% 0;
	
}.Intro .intro-btn-cont1 > i[data-id="qna"]  {
	background-position:50% 0;
	
}

.Intro .banner > i {
	width: 229px;
    height: 59px;
    background: url(/static/images/web/banner-btn.png);
    cursor: pointer;
    font-style: normal;
    z-index: 1;
    position: absolute;
    top: 240px;
    left: 194px;
}

.Intro .banner > i:hover {
	filter:brightness(115%);
}

.Intro .intro-btn-cont2 {
	justify-content: space-between;
	/* margin: 0px 10px 0 0; */
	width: 1446px;
}
.Intro .intro-btn-cont2 .cont2-box-top,
.Intro .intro-btn-cont2 .cont2-box-bottom {
	width: 1446px;
    height: 217px;
    display: flex;
    justify-content: center;
}
.Intro .intro-btn-cont2 .cont2-box-top {
	margin-bottom: 10px;
}
.intro-btn-cont2 i {
/*	width: 100%;*/
	width: 475px;
/*	width: 715px;*/
	height: 217px;
	display: block;
/*	background: url(/static/images/web/intro_btn2.jpg);*/
	background: url(/static/images/web/intro_btn2.png);
    background-size: 600% 100%;
    cursor: pointer;
}
.intro-btn-cont2 i:nth-child(1),
.intro-btn-cont2 i:nth-child(2) {
	margin-right: 10px;
}

.intro-btn-cont3 {
	width: 355px;
    height: 445px;
    background: #08090e;
}
.cashlist-top, .incashlist-top {
	width: 353px;
    height: 68px;
    background: #1c1c1c;
}
.cashlist-top > .listtitle {
	width: 220px;
    height: 28px;
    display: inline-block;
    background: url(/static/images/web/list_title.png);
    background-size: 100%;
    margin: 20px 0 0 20px;
}
.incashlist-top > .inlisttitle {
	width: 220px;
    height: 28px;
    display: inline-block;
    background: url(/static/images/web/list_intitle.png);
    background-size: 100%;
    margin: 20px 0 0 20px;
}
.cashlist-container, .incashlist-container {
	padding:10px;
	overflow: hidden;
	height: 157px;
	 background: #08090e;
}
.cashlist-container {
	margin-bottom: 10px;
}
.cs-list, .incs-list {
	width: 333px;
    display: flex;
    justify-content: space-between;
}
.cs-list > i, .incs-list > i {
	font-style: normal;
	margin-bottom: 10px;
}

.cs-list > i:nth-child(1), .incs-list > i:nth-child(1) {
	flex: 0 0 45%;
}
.cs-list > i:nth-child(2), .incs-list > i:nth-child(2) {
	color: #ffd6a6;
	flex: 0 0 30%;
	text-align: end;
}
.cs-list > i:nth-child(3), .incs-list > i:nth-child(3) {
	flex: 0 0 25%;
	text-align: end;
}
.Intro .intro-btn-cont2 > i {
	display:block;
	width:280px;
	height:280px;
	background:url('/static/images/web/intro_btn2.jpg');
	background-size:500% 100%;
	cursor:pointer;
	font-style:normal;
}

.Intro .intro-btn-cont2 > i.no-link {
	cursor:default;
}
.Intro .intro-btn-cont2 i:not(.no-link):hover {
	filter:brightness(130%);
}
.Intro .intro-btn-cont2 i[data-id="evol"]  {
	background-position:20% 0%;
	
}
.Intro .intro-btn-cont2 i[data-id="hotel"]  {
	background-position:60% 0%;
	
}
.Intro .intro-btn-cont2 i[data-id="slotgame"]  {
	background-position:80% 0%;
}
.Intro .intro-btn-cont2 i[data-id="live"]  {
	background-position:0% 0%;
}
.Intro .intro-btn-cont2 i[data-id="slot"]  {
	background-position:40% 0%;	
}.Intro .intro-btn-cont2 i[data-id="bbs/3"]  {
	background-position:100% 0%;
	
}
.Intro .intro-btn-cont2 i[data-id="games/48"]  {
	background-position:0% 100%;	
}.Intro .intro-btn-cont2 i[data-id="games/4"]  {
	background-position:25% 100%;	
}.Intro .intro-btn-cont2 i[data-id="mybet"]  {
	background-position:50% 100%;	
}
.Intro .intro-btn-cont2 > i[data-id="eventNotice"]  {
	background-position:100% 0;
	position:relative;
	
}
.Intro .intro-btn-cont2 i[data-id="none"]  {
	background-position:0% 0;
	
}


/*.Intro .intro-btn-cont2 i[data-id="evolution"]  {
	background: url(/static/images/web/2row-evolution.png);
}
.Intro .intro-btn-cont2 i[data-id="live"]  {
	background: url(/static/images/web/2row-live.png);
	
}.Intro .intro-btn-cont2 i[data-id="hotel"]  {
	background: url(/static/images/web/2row-hotel.png);
	
}.Intro .intro-btn-cont2 i[data-id="slot"]  {
	background: url(/static/images/web/2row-slot.png);
	
}*/


.Intro .intro-btn-cont2 .btnMore {
	position:absolute;
	bottom:30px;
	right:30px;
	cursor:pointer;
	color:#fff;
}.Intro .intro-btn-cont2 .btnMore:hover {
	text-decoration:underline;
}
i[data-id="eventNotice"] > ul {
	margin: 90px 0 0 0px;
	width: 280px;
    height: 180px;
}

i[data-id="eventNotice"] > ul li {
	color:#fff;
	list-style: none;
	margin: 10px 10px 10px 10px;
	/* cursor:pointer; */
	position: relative;
}
/* i[data-id="eventNotice"] > ul li:hover {
	text-decoration: underline;
} */
/* i[data-id="eventNotice"] > ul li:not(:empty):before {
	position: absolute;
	display: block;
	height: 2px;
	width: 6px;
	background: #fffeff;
	content: "";
	left: -17px;
	top: 50%;
} */	

.mid-menu {
	min-width: 1446px;
	background: #111622;
	position: absolute;
	top: 228px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	border-bottom: solid 1px #252d42;
	color: #cdcfec;
}.mid-menu-name {
	cursor:pointer;
	display: flex;
	position: relative;
	height: 100%;
	justify-content: center;
	align-items: center;
	margin: 0 30px;
	font-weight: bold;
	font-size: 16px;
	padding: 0 5px 0 0;
	letter-spacing: -1px;
}
.mid-menu-name.on {
	color: #adbcff;
}
.mid-menu-name:after {
    position: absolute;
    display: block;
    height: 2px;
    background: #aada7a;
    content: "";
    bottom: 0;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    left: 50%;
    right: 50%;
}
.mid-menu-name.on:after {
    position: absolute;
    display: block;
    height: 2px;
    background: #aada7a;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
}.mid-menu-name:not(.no-link):hover:after {
    left: 0;
    right: 0;
}.mid-menu-name:not(.no-link):hover {
	color:#aada7a;
} .mid-menu-name em {
	font-style:normal;
}.mid-menu-name i {
	display: inline-block;
	background: url(/static/images/web/res2.png) 0 0 no-repeat;
	width: 32px;
	height: 32px;
	/* margin: 0 5px 0 0; */
	background-size: 1100%;
}.mid-menu-name.on i {
	/* background: url(/static/images/web/res2_on.png) 0 0 no-repeat; */
	background-size: 1100%;
}.mid-menu-name i.playtech {
	background-position: 100% 10%;
}.mid-menu-name i.evolution {
	background-position: 100% 0;
}
.block_tr {
	position:absolute;
	top:180px;
	left:22px;
	width : 227px;
	height:431px;
	background:#08102100;
	z-index:1;
	
}
.searchCont {
	display:flex;
	align-items:center;
	justify-content:center;
	height:50px;
	background:#000;
	background: linear-gradient(to bottom, #212634 0%,#131721 100%);
	border:1px solid #05475d;
	margin:0 0 10px 0;
	border-radius:4px;
	
}
.searchCont  > span {
	color:#fff;
}
.searchCont input {
	padding:4px;
	border-radius:4px;
	margin:0 4px;
}.searchCont button {
		padding:4px;
	border-radius:4px;
	border: 1px solid #05475d;
	background: #26aae1;
	color: #08090c;
	min-width:60px;
	margin:0 4px 0 0;
}.searchCont button:hover {
	background: #03051d;
	color: #fff;
}
	
.searchCont {
	display:flex;
	align-items:center;
	justify-content:center;
	height:50px;
	background:#000;
	background: linear-gradient(to bottom, #212634 0%,#131721 100%);
	border:1px solid #2d3653;
	margin:5px 4px 10px 4px;
	border-radius:4px;
    font-size: 14px;
	
}
.searchCont  > span {
	color:#fff;
}
.searchCont input {
	padding:4px;
	border-radius:4px;
	margin:0 4px;
}.searchCont button {
	padding:4px;
	border-radius:4px;
	border: 1px solid #05475d;
	background: #26aae1;
	color: #08090c;
	min-width:45px;
	margin:0 4px 0 0;
}.searchCont button:hover {
	background: #03051d;
	color: #fff;
}	
