@charset "UTF-8";
body {
    margin: 0;
	color:#ccc !important;
	background:#000 !important;

}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a { color: #fff; text-decoration: none; }

a:visited {}
a:hover { color: #222; }

a:focus { text-decoration: none;  }
a:hover, a:active { text-decoration: none;  }






input[type="text"],input[type="password"],input[type="tel"],input[type="number"] {
    /* Size and position */
    padding: 5px 5px;
    

    /* Styles */
    background: linear-gradient(#1f2124, #27292c);    
    border: 1px solid #000;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.1);
    border-radius: 3px;

    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;

}
input[type="text"]:hover ,input[type="password"]:hover, input[type="tel"]:hover{
background: #27292c;}

input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus {
    box-shadow: inset 0 0 2px #000;
    background: #494d54;
    border-color: #51cbee;
    outline: none; /* Remove Chrome outline */
}


.sel_list {
    background: linear-gradient(#1f2124, #27292c);    
    border: 1px solid #000;
	width : 150px;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.1);
    border-radius: 3px;
	padding: 5px 5px;
    overflow: hidden;
}

.sel_list:focus {
    box-shadow: inset 0 0 2px #000;
    background: #494d54;
    border-color: #51cbee;
    outline: none; /* Remove Chrome outline */
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }



@media screen and (min-width:1025px) {
	#container {width:100%;	background-image:url(/images/bgbody.png); background-repeat: repeat;}

}


@media screen and (max-width:1024px) {
	#container {width:100%;background-image:url(/images/bgbody.png); background-repeat: repeat;}
	
}
@media screen and (max-width:800px) {
	#container {width:100%;background-image:url(/images/bgbody.png); background-repeat: repeat;}
	
}
@media screen and (max-width:480px) {
	#container {width:100%; float:none;background-image:url(/images/bgbody.png); background-repeat: repeat;}

}


ul {padding:0px; margin:0px; list-style:none; clear:both; overflow:hidden;}
li {list-style:none;}
h4,h5 {padding-left:5px;}

header {text-align:center; height:72px; border-bottom:1px solid #212121; 

    background-color: #000;
    background-image: linear-gradient(#444, #111); 

}

header #topbar { padding-left:3px; padding-right:5px; background-color: #202934;}

header #topbar a{ color:#fff; }

header #topbar li {
    display: inline;
    line-height: 38px;
}

header #topbar .menu-btn{
	color: #FFF;
	cursor: pointer;
	float:left;
	font-size:.85em;
}

header #topbar .logo{
	font-size: 25px;
	font-weight: bold;
	margin-left:-15px;
}

header #topbar .slideInRight{
	float: right;
    font-size: .85em;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(/images/mobile/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}






/*상단로그인*/
#login-container {font-size:.9em; padding:10px 5px 6px 5px; overflow:hidden;
background:#202934; border-bottom:#1a1a1a;
    -moz-box-shadow:    inset  0  8px 8px -8px rgba(0,0,0,0.75), 
                        inset  0 -8px 8px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.75), 
                        inset  0 -8px 8px -8px rgba(0,0,0,0.75);
     box-shadow:        inset  0  8px 8px -8px rgba(0,0,0,0.75), 
                        inset  0 -8px 8px -8px rgba(0,0,0,0.75);
}
#login-container .idbox { float:right; height: 22px; line-height: 22px;}
#login-container  li {float:left; padding:0 3px;}
#login-container li:nth-child(1) img { max-height:15px; max-width:15px;}
#login-container .idinfo { float:right; clear:both; padding-top:6px; /*padding-right:10px;*/  display: flex; align-items: flex-end;}






/*메인*/

.dynamicTile .col-sm-2.col-xs-4{
    padding:5px;
}

.dynamicTile .col-sm-4.col-xs-8{
    padding:5px;
}

#tile1{
    background: rgb(0,172,238);
}

#tile2{
    background: rgb(243,243,243);
}

#tile3{
    background: rgb(71,193,228);
}

#tile4{
    background-image: url('https://handsontek.net/demoimages/tiles/facebook.png');
    background-size: cover;
}

#tile5{
    background: rgb(175,26,63);
}

#tile6{
    background: rgb(62,157,215);
}

#tile7{
    background: white;
}

#tile8{
    background: rgb(209,70,37);
}

#tile9{
    background: rgb(0,142,0);
}

#tile10{
    background: rgb(0,93,233);
}

.tilecaption{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    margin:0!important;
    text-align: center;
    color:white;
    font-family: Segoe UI;
    font-weight: lighter;
}







/* 경기/베팅내역/경기결과 */
#betcart-box {font-size:.85em; background:#1b1b1b; width:90%; margin:0 auto;}
#betcart-box ul {display:block; overflow:hidden; width:100%; border-bottom:1px solid #000; border-top:1px solid #2d2d2d; }
#betcart-box li {float:left; padding:7px;}
#betcart-box li:last-child {float:right;}
#betcart-box dl {float:left; margin:0px; padding:0px;}
#chkd {background:#FFF;}
#chkd .cartlist {font-size:0.85em;}
#chkd .cartlist ul {margin:0px; padding:0px; border:0px;}
#chkd .cartlist li {float:left; padding:2px; color:#222;}
#chkd .cartlist li:last-child {float:right;}

#chkd2 {background:#FFF;}
#chkd2 .cartlist {font-size:0.85em;}
#chkd2 .cartlist ul {margin:0px; padding:0px; border:0px;}
#chkd2 .cartlist li {float:left; padding:2px; color:#222;}
#chkd2 .cartlist li:last-child {float:right;}



#bet-container {width:100%; margin:15px auto; -webkit-font-smoothing: antialiased; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); }

.bet-table {margin:10px 0; table-layout:fixed; }
.bet-table th {text-align:center;
border: 1px solid #222;
background-color: #111;
background-image: linear-gradient(#444, #111);
line-height:130%; padding:7px 0;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
color:#FC0;
font-size:.8em; font-weight:normal;
}


.bet-table .basic td {cursor:pointer;
border: 1px solid black;
border-radius: 5px;
-moz-border-radius: 5px;
padding: 5px;
vertical-align:top;
}

.bet-table .cat {font-size:.72em}
.bet-table .selected {background:#fdb14d; color:#1f1f1f;}
.bet-table .normal {background:#2b2b2b; color:#ffffff;}
.bet-table .notbet {background:#000;}
.bet-table table td {font-size:.85em; vertical-align:top; 
border: 0px solid black !important;
border-radius: 0px !important;
-moz-border-radius: 0px !important;
padding: 0px !important;
}


.bet-table .leaguename { background:#2f0405 ;border-top: 1px solid #2a2a2a; background:#282828;}
.bet-table .leaguename td { line-height:100%; padding:7px 5px 2px 5px; font-size:.9em;  }
.bet-table .leaguename td img { max-height:15px; border:0px; vertical-align:text-bottom;}




.bet-table .dateview {
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
background:#2d4c7f;
border-bottom:1px solid #264374;
padding:5px 5px 2px 10px;
font-size:.85em;
}

.resultbox { font-size:.9em; background:#2b2b2b; padding:10px; border-radius:7px; color:#fff;}
.resultbox li {float:left; padding:0 5px;}


.powerballbox div { overflow:hidden; clear:both; font-size:1.5em; text-align:center; padding-top:20px;}
.powerballbox table {margin:10px auto 20px auto;}
.powerballbox table td img {width:90%;}





/* 충전 */
.boxwrap { position:relative;  display:block; }
.boxwrap dl {padding:10px 0; display:block; clear:both;}
.boxwrap dt { font-weight:bold; font-size:1.3em; padding-left:7px;}
.boxwrap dd { padding:10px; display:block;  font-size:.9em; }
.boxwrap span {font-family:Arial, Helvetica, sans-serif; font-weight:800;  font-size:1.5em; padding-right:5px; display:block; position: absolute; margin-top:-5px; }
.boxwrap  p {padding-left:30px; padding-bottom:10px; }
.rule span {font-size:1.2em !important;  margin-top:0px !important; }
.rule p {padding-left:25px; padding-top:3px; padding-bottom:0px !important;}
.boxwrap label {font-weight:normal;}

.submenu { direction:block; clear:both; overflow:hidden; margin-top:-30px; margin-bottom:20px; }
.submenu li {float:left; padding-right:5px;}

.search-box {font-size:.85em;}
.search-box ul {margin-bottom:5px;}
.search-box li {float:left; padding-right:10px; vertical-align:middle;}




/*게시판*/
.tablebox {}
.tablebox th { padding:7px 3px 5px 3px;
text-align:center;
border-bottom:1px solid #000; border-top:1px solid #2d2d2d; background:#1b1b1b;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
color:#fff;
font-weight:normal;
font-size:.85em;
}

.tablebox .tdA td {padding:7px 3px 5px 3px; font-size:.85em; text-align:center; }

summary {
  background: #333;
  color: #FFF;
  padding: 5px 10px;
  outline: none;
  border-radius:5px;
  border-bottom:3px solid #000;
  border-top:3px solid #000;
  font-size:.9em;
}

/* Style the summary when details box is open */
details[open] summary {
  background: #2fadde;
  color: #fff;
}



.boardbox { table-layout:fixed;}
.boardbox th { padding:7px 3px 5px 3px;
text-align:center;
border-bottom:1px solid #000; border-top:1px solid #2d2d2d; background:#1b1b1b;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
color:#fff;
font-weight:normal;
font-size:.85em;
}
.boardbox .rule td { padding:7px 7px 7px 7px;
border-bottom:1px solid #1b1b1b; border-top:1px solid #2d2d2d; background:#101010;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
color:#fff;
font-size:.85em;
}


.memoview td{
  background: #2fadde;
  color: #FFF;
  padding: 10px;
  outline: none;
  border-radius:5px;
  border-bottom:3px solid #000;
  border-top:3px solid #000;
  font-size:.9em;
}

.boardbox .notice td {
  background: #2d4c7f;
  color: #FFF;
  padding: 5px 10px;
  outline: none;
  border-radius:5px;
  border-bottom:3px solid #000;
  border-top:3px solid #000;
  font-size:.9em;
}

.boardbox .normal td {
  background: #333;
  color: #ccc;
  padding: 5px 10px;
  outline: none;
  border-radius:5px;
  border-bottom:3px solid #000;
  border-top:3px solid #000;
  font-size:.9em;
}
.boardbox .normal td a {color:#ccc;}


.boardbox div ul {padding:3px 0;}

.boardbox ol {padding:0 0 5px 0;}

.idimg img {max-height:15px; max-width:15px;}


.boardbox .rp td {background:#212121; border-bottom:1px solid #121212; border-top:1px solid #121212; font-size:.95em; padding:5px 7px 0px 7px;
-webkit-border-radius: 7px 7px 0px 0px;-moz-border-radius: 7px 7px 0px 0px;border-radius: 7px 7px 0px 0px;}

.boardbox .rpview td {background:#313131; border-bottom:1px solid #212121; border-top:1px solid #121212; font-size:.95em; padding:10px;
-webkit-border-radius:0px 0px 7px 7px;-moz-border-radius: 0px 0px 7px 7px; border-radius: 0px 0px 7px 7px; }

.dont-break-outA {
  display:block; width:75%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }




/*footer*/
footer{
	background-color: #202020;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 20px;
	margin-top: 110px;
}



footer .footer-copy{
	color:  #8f9296;
	font-size:11px;
	margin: 0;
	text-align: center;
}

footer .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}

footer .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 800px) {

footer{
		padding: 35px;
	}


footer .footer-copy{
	font-size:.75em;
	text-align: center;
}

footer .footer-links{
		font-size:.85em;
		padding: 25px 0 20px;
	}

footer .footer-links a{
		line-height: 1.8;
	}
}

/*bet name*/
.bet-td {font-size:11px;}
.bet-tr td{padding:2px 0 0px 0;}
.bet-box{vertical-align: middle;
    font-family: dotum;
    color: #ffffff;
    padding: 4px 3px;
    border-radius: 5px;
    border: solid 1px #222;
    text-shadow: 1px 1px #000;
    background: #333333;
    /*
	background: rgb(96,108,136); 
	background: -moz-linear-gradient(top,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
	background: linear-gradient(to bottom,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );
	*/
}
.Selected { font-family:dotum; 
	vertical-align: middle; 
	color: #dd0000 !important; 
	text-shadow: none;  
	border-radius:5px;  
	border:solid 1px #;
	padding: 4px 3px;
	background: rgb(252,240,128);
    background: -moz-linear-gradient(top, rgba(252,240,128,1) 0%, rgba(241,218,54,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,240,128,1) 0%, rgba(241,218,54,1) 100%);
    background: linear-gradient(to bottom, rgba(252,240,128,1) 0%, rgba(241,218,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf080', endColorstr='#f1da36', GradientType=0 );
}
.trEndGame3 { 
	border-radius: 5px;
	padding: 4px 3px;
    border: solid 1px #222;
	color: gray; background: #000; 
}

/*color*/

.Bold {font-weight:bold;}

.Red {color:#ff0000;}
.Red a {color:#ff0000;}
.Red a:hover{color:#fd575c;}

.Sky {color:#00eaff;}
.Sky a {color:#00eaff;}
.Sky a:hover{color:#68e6f1;}
.Orange {color:#FE7200;}
.Orange a {color:#FE7200;}
.Orange a:hover{color:#ff9641;}
.Yellow {color:#FC0;}
.Yellow a {color:#FC0;}
.Yellow a:hover{color:#f8dd70;}
.Green {color:#5cb85c;}
.Green a {color:#5cb85c;}
.Green a:hover{color:#5cb85c;}
.Pink {color:#ff00b4;}
.Pink a {color:#ff00b4;}
.Pink a:hover {color:#ff5dcf;}
.Blue {color:#007AD8;}
.Blue a {color:#007AD8;}
.Blue a:hover {color:#005ca3;}
.White {color:#FFF;}
.White a {color:#FFF;}
.White a:hover {color:#e8f9ff;}
.Black {color:#000;}
.Black a {color:#000;}
.Black a:hover {color:#222;}

.text-yellow{color:#FFA604;}

.Green1 {color: #90ff00;}
.Gray {color: #ddd;}

.Left {float:left;}
.Right {float:right;}

.F10 {font-size:1em;}
.F12 {font-size:1.2em;}
.F14 {font-size:1.4em;}

.LeftT {text-align:left;}
.RightT {text-align:right;}
.Center {text-align:center;}


.btnbox { padding:20px 10px;}
.btnbox li {float:left;}



/*버튼들*/

.btn-xxs {padding:2px 2px 0px 2px;font-size:.5em;line-height:130%; border-radius:2px}

.btn-inverse {

  background-color: #202934;
  color: rgba(75, 140, 250, 1);
  font-weight:bold;
  font-size:.85em;
  border-radius:0px;
  

}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: rgba(235, 235, 235, 1);
	
    background-color: #1f3147;
}

.btn-inverse:active,
.btn-inverse.active {
    color: rgba(75, 140, 250, 1);
    background-color: #1f3147;
}

.btn-inverse:active,
.btn-inverse.active {
    color: rgba(75, 140, 250, 1);
    background-color: rgba(41, 41, 41, 1);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(41, 41, 41, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(41, 41, 41, 1) 100%);
}


@media screen and (max-width:1024px) {
#clock-box {position:absolute; margin:70px 0 0 0;   z-index:10; }
.clock-table {clear:both; overflow:hidden; display:block;}

	
}


@media screen and (max-width:800px) {
#clock-box {position:absolute; margin:200px 0 0 0;  width:100%; z-index:10; text-align:center; }
.clock-table {clear:both; overflow:hidden; display:block;}

	
}


@media screen and (max-width:480px) {
#clock-box {position:absolute; margin:180px 0 0 0;  width:100%; z-index:10; text-align:center; }
.clock-table {clear:both; overflow:hidden; display:block;}

}



.iframebox { width: 100%;  padding: 0;  overflow: hidden; margin-bottom:10px; }
.sadari, .named, .powerball, .aladin, .daridari, .powerSadari, .pinball, .kenoSadari, .marble, .miniBacara, .lotusBacara, .lotusBacara2, .lotusHoldem, .lotusRoulette, .lotusRoulette2, .power, .fiveBet{margin:0 auto 10px;}

@media (min-width: 768px){
	
	.sadari, .named, .powerball, .aladin, .daridari, .powerSadari, .pinball, .kenoSadari, .marble, .power , .fiveBet{width:830px;}
	
	.sadari {height:560px;}
	.sadari .viewPort { margin:-70px 0 0 0px; 
	-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }
	
	.named {height:430px;}
	.named .viewPort { margin:-120px 0 0 0px; 
	-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }
	
	.powerball .viewPort{ 
	 width:830px; height:439px;
	-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }
	.powerball .viewPortWrap1{overflow:hidden; width:830px; height:616px; margin:0 auto;}
	.powerball .viewPortWrap1 .viewPort{top: 0px; left: 0px;}
	
	
	.aladin {height:560px;}
	.aladin .viewPort { margin:-155px 0 0 -41px; 
	-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }
	
	.daridari {height:530px;}
	.daridari .viewPort { margin:-70px 0 0 0px; 
	-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }
	
	
	.powerSadari .viewPort{ 
	 width:830px; height:439px;
	-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }
	.powerSadari .viewPortWrap1{overflow:hidden; width:830px; height:616px; margin:0 auto;}
	.powerSadari .viewPortWrap1 .viewPort{top: 0px; left: 0px;}
	
	.kenoSadari .viewPort{ 
	 width:830px; height:439px;
	-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }
	.kenoSadari .viewPortWrap1{overflow:hidden; width:830px; height:616px; margin:0 auto;}
	.kenoSadari .viewPortWrap1 .viewPort{top: 0px; left: 0px;}
	
	.marble .viewPort{ 
	 width:830px; height:830px;
	-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }
	.marble .viewPortWrap1{overflow:hidden; width:830px; height:830px; margin:0 auto;}
	.marble .viewPortWrap1 .viewPort{top: 0px; left: 0px;}
	
	.fiveBet .viewPort{ 
	 width:830px; height:439px;
	-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }
	.fiveBet .viewPortWrap1{overflow:hidden; width:830px; height:616px; margin:0 auto;}
	.fiveBet .viewPortWrap1 .viewPort{top: 0px; left: 0px;}

	.pinball .viewPort{
	-webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }
	.pinball .viewPortWrap1{overflow:hidden; height:600px; margin:0 auto;}
	.pinball .viewPortWrap1 .viewPort{top:-217px; left:-34px;}
	
	.power { height:745px; }
	.power .viewPort{ -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);  -webkit-transform-origin: 0 0; }

}

@media (min-width: 481px) and (max-width:767px){
	
	.sadari, .named, .powerball, .aladin, .daridari, .powerSadari, .pinball, .kenoSadari, .marble, .power, .fiveBet {width:480px;}
	
	.sadari { height:300px;}
	.sadari .viewPort {margin:-70px 0 0 -2px; 
	-webkit-transform: scale(.6); -o-transform: scale(.6); -ms-transform: scale(.6); -moz-transform: scale(.6);  -webkit-transform-origin: 0 0; }
	
	.named { height:250px;}
	.named .viewPort {margin:-70px 0 0 -15px; 
	-webkit-transform: scale(.6); -o-transform: scale(.6); -ms-transform: scale(.6); -moz-transform: scale(.6);  -webkit-transform-origin: 0 0; }
	
	.powerball .viewPort{ 
	-webkit-transform: scale(.58); -o-transform: scale(.58); -ms-transform: scale(.58); -moz-transform: scale(.58);  -webkit-transform-origin: 0 0; }
	.powerball .viewPortWrap1{overflow:hidden; height:358px; margin:0 auto;}
	.powerball .viewPortWrap1 .viewPort{top:-228px; left:-439px;}
	
	.aladin { height:335px;}
	.aladin .viewPort { margin:-95px 0 0 -30px; 
	-webkit-transform: scale(.61); -o-transform: scale(.61); -ms-transform: scale(.61); -moz-transform: scale(.61);  -webkit-transform-origin: 0 0;}
	
	.daridari { height:260px;}
	.daridari .viewPort {margin:-100px 0 0 -10px; 
	-webkit-transform: scale(.6); -o-transform: scale(.6); -ms-transform: scale(.6); -moz-transform: scale(.6);  -webkit-transform-origin: 0 0; }
	
	.powerSadari .viewPort{ 
	-webkit-transform: scale(.58); -o-transform: scale(.58); -ms-transform: scale(.58); -moz-transform: scale(.58);  -webkit-transform-origin: 0 0; }
	.powerSadari .viewPortWrap1{overflow:hidden; height:358px; margin:0 auto;}
	.powerSadari .viewPortWrap1 .viewPort{top:-228px; left:-439px;}
	
	.kenoSadari .viewPort{ 
	-webkit-transform: scale(.58); -o-transform: scale(.58); -ms-transform: scale(.58); -moz-transform: scale(.58);  -webkit-transform-origin: 0 0; }
	.kenoSadari .viewPortWrap1{overflow:hidden; height:358px; margin:0 auto;}
	.kenoSadari .viewPortWrap1 .viewPort{top:-228px; left:-439px;}
	
	.marble .viewPort{ 
	-webkit-transform: scale(.58); -o-transform: scale(.58); -ms-transform: scale(.58); -moz-transform: scale(.58);  -webkit-transform-origin: 0 0; }
	.marble .viewPortWrap1{overflow:hidden; height:358px; margin:0 auto;}
	.marble .viewPortWrap1 .viewPort{top:-228px; left:-439px;}
	
	.fiveBet .viewPort{ 
	-webkit-transform: scale(.58); -o-transform: scale(.58); -ms-transform: scale(.58); -moz-transform: scale(.58);  -webkit-transform-origin: 0 0; }
	.fiveBet .viewPortWrap1{overflow:hidden; height:358px; margin:0 auto;}
	.fiveBet .viewPortWrap1 .viewPort{top:-228px; left:-439px;}
	

	.pinball .viewPort{
	-webkit-transform: scale(.58); -o-transform: scale(.58); -ms-transform: scale(.58); -moz-transform: scale(.58);  -webkit-transform-origin: 0 0;  }
	.pinball .viewPortWrap1{overflow:hidden; height:348px; margin:0 auto;}
	.pinball .viewPortWrap1 .viewPort{top:-126px; left:-16px;}
	
	.power { height:432px; }
	.power .viewPort{ -webkit-transform: scale(.58); -o-transform: scale(.58); -ms-transform: scale(.58); -moz-transform: scale(.58);  -webkit-transform-origin: 0 0; }

}

@media (max-width: 480px){
	
	.sadari, .named, .powerball, .aladin, .daridari, .powerSadari, .pinball, .kenoSadari, .marble, .power, .fiveBet{/*width:369px;*/ width:340px;}
	
	.sadari { height:220px;}
	.sadari .viewPort { margin:-80px 0 0 -30px; 
	-webkit-transform: scale(.48); -o-transform: scale(.48); -ms-transform: scale(.48); -moz-transform: scale(.48);  -webkit-transform-origin: 0 0; }
	
	.named { height:180px;}
	.named .viewPort { margin:-50px 0 0 -13px; 
	-webkit-transform: scale(.43); -o-transform: scale(.43); -ms-transform: scale(.43); -moz-transform: scale(.43);  -webkit-transform-origin: 0 0; }
	
	.powerball .viewPort{ 
	-webkit-transform: scale(.41); -o-transform: scale(.41); -ms-transform: scale(.41); -moz-transform: scale(.41);  -webkit-transform-origin: 0 0; }
	.powerball .viewPortWrap1{overflow:hidden; height:262px;/*height:227px;*/ margin:0 auto;}
	.powerball .viewPortWrap1 .viewPort{/*top:-161px; left:-310px;*/}
	
	.aladin { height:240px;}
	.aladin .viewPort { margin:-62px 0 0 -20px; 
	-webkit-transform: scale(.42); -o-transform: scale(.42); -ms-transform: scale(.42); -moz-transform: scale(.42);  -webkit-transform-origin: 0 0; }
	
	.daridari { height:185px;}
	.daridari .viewPort { margin:-75px 0 0 -13px; 
	-webkit-transform: scale(.44); -o-transform: scale(.44); -ms-transform: scale(.44); -moz-transform: scale(.44);  -webkit-transform-origin: 0 0; }
	
	.powerSadari .viewPort{ 
	-webkit-transform: scale(.41); -o-transform: scale(.41); -ms-transform: scale(.41); -moz-transform: scale(.41);  -webkit-transform-origin: 0 0; }
	.powerSadari .viewPortWrap1{overflow:hidden; height:262px; margin:0 auto;}
	.powerSadari .viewPortWrap1 .viewPort{/*top:-161px; left:-310px;*/}

	.kenoSadari .viewPort{ 
	-webkit-transform: scale(.41); -o-transform: scale(.41); -ms-transform: scale(.41); -moz-transform: scale(.41);  -webkit-transform-origin: 0 0; }
	.kenoSadari .viewPortWrap1{overflow:hidden; height:262px; margin:0 auto;}
	.kenoSadari .viewPortWrap1 .viewPort{/*top:-161px; left:-310px;*/}

	.marble .viewPort{ 
	-webkit-transform: scale(.41); -o-transform: scale(.41); -ms-transform: scale(.41); -moz-transform: scale(.41);  -webkit-transform-origin: 0 0; }
	.marble .viewPortWrap1{overflow:hidden; height:341px; margin:0 auto;}
	.marble .viewPortWrap1 .viewPort{/*top:-161px; left:-310px;*/}
	
	.fiveBet .viewPort{ 
	-webkit-transform: scale(.45); -o-transform: scale(.45); -ms-transform: scale(.45); -moz-transform: scale(.45);  -webkit-transform-origin: 0 0; }
	.fiveBet .viewPortWrap1{overflow:hidden; height:280px; margin:0 auto; margin: -10px 0 0 -17px;}
	
	.pinball .viewPort{
	-webkit-transform: scale(.41); -o-transform: scale(.41); -ms-transform: scale(.41); -moz-transform: scale(.41);  -webkit-transform-origin: 0 0; }
	.pinball .viewPortWrap1{overflow:hidden; height:255px; margin:0 auto;}
	.pinball .viewPortWrap1 .viewPort{top:-89px; left:-14px;}

	.power { height:306px; }
	.power .viewPort{ -webkit-transform: scale(.41); -o-transform: scale(.41); -ms-transform: scale(.41); -moz-transform: scale(.41);  -webkit-transform-origin: 0 0; }

}




/*sc 추가*/
li, ul, ol, dt, dl, dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

input, button {
    margin: 0;
    padding: 0;
    font-family: dotum;
    font-size: 1em;
    border: 0;
}

/*사다리게임*/
.ladder_cnt{clear:both;display:block; color:#000;}
.ladder_cnt:after{clear:both;display:block;content:'';}
.ladder_cnt>div:after{clear:both;display:block;content:'';}


/*sc 추가*/
.ladder_cnt{clear:both;display:block;}
.ladder_cnt:after{clear:both;display:block;content:'';}
.ladder_cnt>div:after{clear:both;display:block;content:'';}

.ladder_cnt .ladder_choice{background:url('/img_kan/bett_img/bg_dari.png') no-repeat;margin:0 auto;width:905px;height:200px;overflow:hidden;}
.ladder_cnt .ladder_choice .bet_disable{position:absolute;/*top:0;bottom:0;left:0;right:0;*/padding-top:80px;font-size:30px;text-align:center;color:white;background:rgba(0,0,0,0.7);display:none; width:100%; height:100%; margin-top: -69px;}

.ladder_cnt .ladder_choice input{outline:0;cursor:pointer;display:block; /*background:url('/img_kan/sp_dari.png') no-repeat; */font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;font-weight:bold;font-size:14px;overflow:hidden;width:47px;height:70px;padding-top:40px;color:#fff;text-indent:0 !important;margin:0 auto;}

.ladder_cnt .ladder_choice .b_odd{/*background-position:-299px -210px;*/ background:url('/img_kan/bett_img/d_odd.png') no-repeat; }
.ladder_cnt .ladder_choice .b_even{/*background-position:-349px -210px;*/ background:url('/img_kan/bett_img/d_even.png') no-repeat;}
.ladder_cnt .ladder_choice .b_lft{/*background-position:-199px -210px;*/ background:url('/img_kan/bett_img/d_lft.png') no-repeat;}
.ladder_cnt .ladder_choice .b_rgt{/*background-position:-249px -210px;*/ background:url('/img_kan/bett_img/d_rgt.png') no-repeat;}
.ladder_cnt .ladder_choice .b_3_odd{/*background-position:-399px -210px;*/ background:url('/img_kan/bett_img/d_3.png') no-repeat;}
.ladder_cnt .ladder_choice .b_4_even{/*background-position:-449px -210px;*/ background:url('/img_kan/bett_img/d_4.png') no-repeat;}

.ladder_cnt .ladder_choice .b_odd.focus{/*background-position:-299px -724px;*/ background:url('/img_kan/bett_img/d_odd_on.png') no-repeat;}
.ladder_cnt .ladder_choice .b_even.focus{/*background-position:-349px -724px;*/ background:url('/img_kan/bett_img/d_even_on.png') no-repeat;}
.ladder_cnt .ladder_choice .b_lft.focus{/*background-position:-199px -724px;*/ background:url('/img_kan/bett_img/d_lft_on.png') no-repeat;}
.ladder_cnt .ladder_choice .b_rgt.focus{/*background-position:-249px -724px;*/ background:url('/img_kan/bett_img/d_rgt_on.png') no-repeat;}
.ladder_cnt .ladder_choice .b_3_odd.focus{/*background-position:-399px -724px;*/ background:url('/img_kan/bett_img/d_3_on.png') no-repeat;}
.ladder_cnt .ladder_choice .b_4_even.focus{/*background-position:-449px -724px;*/ background:url('/img_kan/bett_img/d_4_on.png') no-repeat;}

.ladder_cnt .ladder_choice>div{/*float:left;padding:20px 15px;*/}
.ladder_cnt .ladder_choice>div ul{}
.ladder_cnt .ladder_choice>div li{float:left;width:50%;text-align:center;}
.ladder_cnt .ladder_choice .game_info{padding:40px 15px; float:left;width:200px !important;text-align:center;font-size:18px;margin-right:25px;}
.ladder_cnt .ladder_choice .game_info strong,.ladder_cnt .ladder_choice .game_info span,.ladder_cnt .ladder_choice .game_info em{font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.ladder_cnt .ladder_choice .game_info a.btn_refresh{margin:10px auto;background:url('/img_kan/ladder_img.png') -206px -79px no-repeat;width:94px;height:26px;display:block;text-indent:-999999px;}
.ladder_cnt .ladder_choice .game_info span{color:#fff;}
.ladder_cnt .ladder_choice .game_info strong.order{color:#ffce25;}
.ladder_cnt .ladder_choice .game_info em{display:block;font-style:normal;color:#fff;}
.ladder_cnt .ladder_choice .game_info strong.count{display:block;color:#fff0c7;font-size:45px;padding:10px 0 15px;line-height:35px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;border-bottom:1px solid #765e47;}
.ladder_cnt .ladder_choice .game_info .end_time{color: #fff;font-size:20px; font-weight:bold; margin-top:20px;}


.ladder_cnt .ladder_choice .ladder_1st h4,.ladder_cnt .ladder_choice .ladder_2nd h4,.ladder_cnt .ladder_choice .ladder_3rd h4{display:block;text-indent:-99999px;background:url('/img_kan/sp_dari.png') no-repeat;margin-bottom:10px;}
.ladder_cnt .ladder_choice .ladder_1st{/*width:130px;*/float:left; width:215px; height:200px; position:relative;}
.ladder_cnt .ladder_choice .ladder_2nd {/*width:205px*/float:left; width:215px; height:200px; position:relative;}
.ladder_cnt .ladder_choice .ladder_3rd{float:left; width:215px; height:200px; position:relative;}

.ladder_cnt .ladder_choice .ladder_1st h4{ margin:40px 0px 10px 65px;/*width:81px;height:20px; background-position:0 -414px;*/ background:url('/img_kan/bett_img/d_gtype1.png') no-repeat;}
.ladder_cnt .ladder_choice .ladder_2nd {border:1px solid #4a3b2d;border-top:none;border-bottom:none;/*height:160px*/ height:200px !important;}
.ladder_cnt .ladder_choice .ladder_2nd h4{ margin:40px 0px 10px 37px; /*width:137px;height:20px; background-position:0 -444px;*/ background:url('/img_kan/bett_img/d_gtype2.png') no-repeat;}
.ladder_cnt .ladder_choice .ladder_3rd h4{ margin:40px 0px 10px 31px; /*width:149px;height:20px; background-position:0 -472px;*/ background:url('/img_kan/bett_img/d_gtype3.png') no-repeat;}
.ladder_cnt .ladder_choice .ladder_1st li{/*clear:both;display:block;width:100%;*/}

.ladder_cnt .ladder_choice .ladder_1st h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.ladder_cnt .ladder_choice .ladder_2nd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.ladder_cnt .ladder_choice .ladder_3rd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}


@media (max-width: 767px) {
	
	.ladder_cnt .ladder_choice{ background:#755d47; height:140px; width:100%;}
	.ladder_cnt .ladder_choice .game_info{width:100% !important; background:#564434; text-align:left;font-size:1em; margin:0px; clear:both; padding:7px; }
	.ladder_cnt .ladder_choice .game_info strong.count {display:inline-block; font-size:1.2em; padding:0px; line-height:0px; border-bottom:none;}
	.ladder_cnt .ladder_choice .game_info em{display:inline-block;}
	.ladder_cnt .ladder_choice .game_info .end_time {float:right; font-size: 1em; font-weight: bold; margin:0;}

	.ladder_cnt .ladder_choice .ladder_1st{width:33%; height:100px; }
	.ladder_cnt .ladder_choice .ladder_2nd {width:33%; height:100px; }
	.ladder_cnt .ladder_choice .ladder_3rd {width:34%; height:100px; }

	.ladder_cnt .ladder_choice .ladder_1st h4, .ladder_cnt .ladder_choice .ladder_2nd h4, .ladder_cnt .ladder_choice .ladder_3rd h4{ margin:5px 0px 10px 5px;}
	.ladder_cnt .ladder_choice .ladder_1st h4 {background-size:54%;}
	.ladder_cnt .ladder_choice .ladder_2nd h4, .ladder_cnt .ladder_choice .ladder_3rd h4{background-size:54%;}

	.ladder_cnt .ladder_choice input {font-size:11px;}

	.ladder_cnt .ladder_choice .bet_disable{ padding-top:25px;font-size:35px; height:105px; margin-top: -105px;}	
}

@media (min-width: 768px) {
.hidden-768 {display:none;}
}

/*달팽이*/
.snail_cnt {width:33.3%;float:left;}
.snail_cnt .bet_disable{position:absolute;/*top:0;bottom:0;left:0;right:0;*/padding-top:60px;font-size:30px;text-align:center;color:white;background:rgba(0,0,0,0.7);display:none; width:100%; height:100%; margin-top: -196px;}

.snail_cnt .snail_choice{/*background:url('/img_kan/bg_snail_choice.png')0 0 no-repeat;width:100%;height:620px;*/background:url('/img_kan/bett_img/bg_snail.png') repeat-x;position:relative; margin: 5px;}
.snail_cnt .snail_choice:after{clear:both;display:block;content:'';}
.snail_cnt .snail_choice .per{background:url('/img_kan/bett_img/bg_per.png') no-repeat;display:block;clear:both;text-align:center;color:#fff;width:106px;height:27px;margin:0px auto; line-height:200%; }
.snail_cnt .snail_choice .per span{font-weight:bold;}

.snail_cnt .snail_choice .game_info{/* width:830px;position:absolute;left:62px;top:32px;font-size:14px; */font-size:14px;}

.snail_cnt .snail_choice .game_info:after{clear:both;display:block;content:'';}
.snail_cnt .snail_choice .game_info strong,.snail_cnt .snail_choice .game_info span,.snail_cnt .snail_choice .game_info em{font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.snail_cnt .snail_choice .game_info a.btn_refresh{display:block;position:absolute;right:0;top:0px;;background:url('/img_kan/ladder_img.png') -206px -79px no-repeat;width:94px;height:26px;text-indent:-999999px;}
.snail_cnt .snail_choice .game_info span{color:#444;}
.snail_cnt .snail_choice .game_info strong.order{color:#502c18;}
.snail_cnt .snail_choice .game_info em{display:block;font-style:normal;color:#fff;}

.snail_cnt .snail_choice .game_info strong.count{display:block;/*color:#fff0c7;*/color:#3b2b1a; font-size:25px;padding:0px 0 5px;line-height:35px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.snail_cnt .snail_choice .game_info #remaind_time{float:left;}
.snail_cnt .snail_choice .game_info .end_time{ margin: 5px 0 0 80px; color: #fff; font-size:20px; font-weight:bold;}


.snail_cnt .snail_choice input{outline:0;cursor:pointer;display:block;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;font-weight:bold;font-size:12px;overflow:hidden;display:block;margin:30px auto 11px auto;width:64px;height:60px;background:url('/img_kan/sp_race_player.png') no-repeat;text-indent:-999999px;}

.snail_cnt .snail_choice .btn_ne{/*background-position:-314px -0;*/background:url('/img_kan/bett_img/ne.png') no-repeat;}
.snail_cnt .snail_choice .btn_im{/*background-position:-404px -0;*/background:url('/img_kan/bett_img/im.png') no-repeat;}
.snail_cnt .snail_choice .btn_du{/*background-position:-494px -0;*/background:url('/img_kan/bett_img/du.png') no-repeat;}

.snail_cnt .snail_choice .btn_ne.focus{/*background:url('/img_kan/sp_race_player02.png') no-repeat -314px -0;*/background:url('/img_kan/bett_img/ne_on.png') no-repeat;}
.snail_cnt .snail_choice .btn_im.focus{/*background:url('/img_kan/sp_race_player02.png') no-repeat -404px -0;*/background:url('/img_kan/bett_img/im_on.png') no-repeat;}
.snail_cnt .snail_choice .btn_du.focus{/*background:url('/img_kan/sp_race_player02.png') no-repeat -494px -0;*/background:url('/img_kan/bett_img/du_on.png') no-repeat;}

.snail_cnt .snail_choice {/*width:830px;margin:100px auto 0; width:33.33%;*/}
.snail_cnt .snail_choice > div{/*loat:left;width:32%;*/}
.snail_cnt .snail_choice  ul{clear:both;margin-bottom:8px;}
.snail_cnt .snail_choice  li{float:left;width:33%;text-align:center;}
.snail_cnt .snail_choice .snail_2nd{margin:0 10px 0 20px;}
.snail_cnt .snail_choice .snail_4th{clear:both;display:block;width:100%;}
.snail_cnt .snail_choice .snail_4th ul{width:564px;margin:65px 0 20px -10px;}
.snail_cnt .snail_choice .snail_4th ul:after{clear:both;display:block;}
.snail_cnt .snail_choice .snail_4th li:first-child{border:none;}
.snail_cnt .snail_choice .snail_4th li{width:16.2% !important;border-left:1px solid #c9a472;padding:10px 0;}
.snail_cnt .snail_choice .snail_4th input{width:71px !important;height:202px !important;margin:0 auto;}
.snail_cnt .snail_choice .snail_4th .per{clear:both;margin:0 0 0 222px !important;padding-top:15px;}


@media (max-width: 767px) {
.snail_cnt {width:100%;}
.snail_cnt .snail_choice  li {/* clear:both; margin-left:15px; */}
.snail_cnt .snail_choice input {margin-top:0px;}
.snail_cnt .snail_choice > div {/*background:#e9d9c2;*/}
.snail_cnt .bet_disable { margin-top: -166px;}
}



/* 파워볼 */
.powerball_cnt .powerball_choice{/*background:url('/img_kan/bg_powerball_choice.png')0 0 no-repeat;width:100%;height:570px;position:relative;*/}
.powerball_cnt .powerball_choice:after{clear:both;display:block;content:'';}
.powerball_cnt .powerball_choice .per{display:block;clear:both;text-align:center;color:#fff;}
.powerball_cnt .powerball_choice .per span{font-weight:bold;font-size:14px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.powerball_cnt .powerball_choice h4{border-bottom:1px solid #454f82;display:block;width:94%;padding:6px 0 9px;margin:0 auto;font-size:16px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;color:#f49d05;}
.powerball_cnt .powerball_choice .game_info{width:100%;position:relative;}
.powerball_cnt .powerball_choice .game_info:after{clear:both;display:block;content:'';}
.powerball_cnt .powerball_choice .game_info strong,.powerball_cnt .powerball_choice .game_info span,.powerball_cnt .powerball_choice .game_info em{font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.powerball_cnt .powerball_choice .game_info a.btn_refresh{display:block;position:absolute;right:0;top:0px;;background:url('/img_kan/ladder_img.png') -206px -79px no-repeat;width:94px;height:26px;text-indent:-999999px;}
.powerball_cnt .powerball_choice .game_info span{color:#444;}
.powerball_cnt .powerball_choice .game_info strong.order{color:#502c18;}
.powerball_cnt .powerball_choice .game_info em{display:block;font-style:normal;color:#fff;}
.powerball_cnt .powerball_choice .game_info strong.count{display:block;color:#fff0c7;font-size:30px;padding:0px 0 5px;line-height:35px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.powerball_cnt .powerball_choice .game_info #remaind_time{float:left;}
/*.powerball_cnt .powerball_choice .game_info .end_time{ margin: 8px 0 0 90px; color:#fff; font-size:20px; font-weight:bold;}*/
.powerball_cnt .powerball_choice .game_info .end_time{ margin: 8px 0 0 20px; color:#fff; font-size:20px; font-weight:bold; float:left;}
.powerball_cnt .powerball_choice .game_info .play_num_view{     /* width: 160px; */
    margin: 1px 15px 0 5px;
    color: #fff;
    font-size: 1.2em;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    /* padding: 1px 0 0 10px; */
    float: left;}

.powerball_cnt .powerball_choice input{outline:0;cursor:pointer;display:block;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;font-weight:bold;font-size:12px;overflow:hidden;display:block;margin:10px auto 3px auto;width:85px;height:85px;background:url('/img_kan/bg_powerball_btn.png') no-repeat;text-indent:-999999px;}

.powerball_cnt .powerball_choice .btn_odd{/*background-position:0px -0;*/ background:url('/img_kan/bett_img/btn_odd.png') no-repeat;}	
.powerball_cnt .powerball_choice .btn_even{/*background-position:-95px 0;*/ background:url('/img_kan/bett_img/btn_even.png') no-repeat;}	

.powerball_cnt .powerball_choice .btn_sm{/*background-position:-189px 0;*/ background:url('/img_kan/bett_img/btn_sm.png') no-repeat;}
.powerball_cnt .powerball_choice .btn_md{/*background-position:-283px 0px;*/ background:url('/img_kan/bett_img/btn_md.png') no-repeat;}
.powerball_cnt .powerball_choice .btn_bi{/*background-position:-377px 0px;*/ background:url('/img_kan/bett_img/btn_bi.png') no-repeat;}

.powerball_cnt .powerball_choice .btn_U{/*background-position:-472px -0px;*/ background:url('/img_kan/bett_img/btn_4.5_under.png') no-repeat;}
.powerball_cnt .powerball_choice .btn_O{/*background-position:-566px -0px;*/ background:url('/img_kan/bett_img/btn_4.5_over.png') no-repeat;}		

.powerball_choice .bet_disable{position:absolute; z-index:100; padding-top:80px;font-size:30px;text-align:center;color:white;background:rgba(0,0,0,0.7);display:none; width:100%; height:320px; margin-left:-5px;}	
	
.powerball_cnt .powerball_choice .btn_odd.focus{/*background-position:0px -89px;*/ background:url('/img_kan/bett_img/btn_odd_on.png') no-repeat;}
.powerball_cnt .powerball_choice .btn_even.focus{/*background-position:-95px -89px;*/ background:url('/img_kan/bett_img/btn_even_on.png') no-repeat;}

.powerball_cnt .powerball_choice .btn_sm.focus{/*background-position:-189px -89px;*/ background:url('/img_kan/bett_img/btn_sm_on.png') no-repeat;}
.powerball_cnt .powerball_choice .btn_md.focus{/*background-position:-283px -89px;*/ background:url('/img_kan/bett_img/btn_md_on.png') no-repeat;}
.powerball_cnt .powerball_choice .btn_bi.focus{/*background-position:-377px -89px;*/ background:url('/img_kan/bett_img/btn_bi_on.png') no-repeat;}

.powerball_cnt .powerball_choice .btn_U.focus{/*background-position:-472px -0px;*/ background:url('/img_kan/bett_img/btn_4.5_under_on.png') no-repeat;}
.powerball_cnt .powerball_choice .btn_O.focus{/*background-position:-566px -0px;*/ background:url('/img_kan/bett_img/btn_4.5_over_on.png') no-repeat;}
   

.powerball_cnt .powerball_choice {/*width:900px;margin:37px auto 0;*/}
/* .powerball_cnt .powerball_choice >div{ float:left;text-align:center;height:170px;margin-bottom:5px; } */
.powerball_cnt .powerball_choice .powerball_1st{ float:left;text-align:center;height:170px; position: relative; 
background:url('/img_kan/bett_img/bg_powerball.png') no-repeat; /*width:260px;*/ width:30%;}
.powerball_cnt .powerball_choice .powerball_2nd{ float:left;text-align:center;height:170px; position: relative;
background:url('/img_kan/bett_img/bg_powerball.png') no-repeat; /*width:370px;*/width:38%; margin:0 1%;}
.powerball_cnt .powerball_choice .powerball_3rd{ float:left;text-align:center;height:170px; position: relative; 
background:url('/img_kan/bett_img/bg_powerball.png') no-repeat; /*width:260px;*/ width:30%;}
.powerball_cnt .powerball_choice >div li{float:left;width:50%;}
/* .powerball_cnt .powerball_choice >div>div{width:93% !important;margin:0 auto;clear:both;display:block;} */    	

.powerball_cnt .powerball_choice  .powerball_2nd ul{width:80% !important:margin:0 auto;}
.powerball_cnt .powerball_choice  .powerball_2nd li{width:33% !important;}

.powerball_cnt .powerball_choice .powerball_1st h5{font-size:12px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.powerball_cnt .powerball_choice .powerball_2nd h5{font-size:12px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.powerball_cnt .powerball_choice .powerball_3rd h5{font-size:12px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}


@media (max-width: 767px) {
	.powerball_cnt .powerball_choice{ height:100%; width:100%;}
	.powerball_cnt .powerball_choice .game_info{width:100%;text-align:left;font-size:1em; margin-top:0px; }
	.powerball_cnt .powerball_choice .game_info strong.count {display:inline-block; font-size:1.2em;}
	.powerball_cnt .powerball_choice .game_info em{display:inline-block;}
	
	.powerball_cnt .powerball_choice .game_info #remaind_time{/*float:none;*/}
	.powerball_cnt .powerball_choice .game_info .end_time{margin: 8px 5px 0 0; float:right; font-size:1em; font-weight:bold;}

	.powerball_cnt .powerball_choice .powerball_1st {height:100%;}
	.powerball_cnt .powerball_choice .powerball_1st{ width:38%; height:140px;}
	.powerball_cnt .powerball_choice .powerball_2nd{ width:60%; height:140px;}
	.powerball_cnt .powerball_choice .powerball_3rd{ width:38%; height:140px;}

    .powerball_cnt .powerball_choice .btn_odd,.powerball_cnt .powerball_choice .btn_even,.powerball_cnt .powerball_choice .btn_sm,.powerball_cnt .powerball_choice .btn_md,.powerball_cnt .powerball_choice .btn_bi,.powerball_cnt .powerball_choice .btn_U,.powerball_cnt .powerball_choice .btn_O,.powerball_cnt .powerball_choice .btn_odd:hover,.powerball_cnt .powerball_choice .btn_even:hover,.powerball_cnt .powerball_choice .btn_sm:hover,.powerball_cnt .powerball_choice .btn_md:hover,.powerball_cnt .powerball_choice .btn_bi:hover,.powerball_cnt .powerball_choice .btn_U:hover,.powerball_cnt .powerball_choice .btn_O:hover,.powerball_cnt .powerball_choice .btn_odd.focus,.powerball_cnt .powerball_choice .btn_even.focus,.powerball_cnt .powerball_choice .btn_sm.focus,.powerball_cnt .powerball_choice .btn_md.focus,.powerball_cnt .powerball_choice .btn_bi.focus,.powerball_cnt .powerball_choice .btn_U.focus,.powerball_cnt .powerball_choice .btn_O.focus{background-size:50px; width:50px; height:50px; margin-bottom:7px;}
	.powerball_cnt .powerball_choice h4, .powerball_cnt .powerball_choice .per span{font-size:1.0em; }

}

/* 룰렛 */
.roulette_cnt .roulette_choice{/*background:url('/img_kan/bg_powerball_choice.png')0 0 no-repeat;width:100%;height:570px;position:relative;*/}
.roulette_cnt .roulette_choice:after{clear:both;display:block;content:'';}
.roulette_cnt .roulette_choice .per{display:block;clear:both;text-align:center;color:#fff;}
.roulette_cnt .roulette_choice .per span{font-weight:bold;font-size:14px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.roulette_cnt .roulette_choice h4{border-bottom:1px solid #454f82;display:block;width:94%;padding:6px 0 9px;margin:0 auto;font-size:16px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;color:#f49d05;}
.roulette_cnt .roulette_choice .game_info{width:100%;position:relative;}
.roulette_cnt .roulette_choice .game_info:after{clear:both;display:block;content:'';}
.roulette_cnt .roulette_choice .game_info strong,.roulette_cnt .roulette_choice .game_info span,.roulette_cnt .roulette_choice .game_info em{font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.roulette_cnt .roulette_choice .game_info a.btn_refresh{display:block;position:absolute;right:0;top:0px;;background:url('/img_kan/ladder_img.png') -206px -79px no-repeat;width:94px;height:26px;text-indent:-999999px;}
.roulette_cnt .roulette_choice .game_info span{color:#444;}
.roulette_cnt .roulette_choice .game_info strong.order{color:#502c18;}
.roulette_cnt .roulette_choice .game_info em{display:block;font-style:normal;color:#fff;}
.roulette_cnt .roulette_choice .game_info strong.count{display:block;color:#fff0c7;font-size:30px;padding:0px 0 5px;line-height:35px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.roulette_cnt .roulette_choice .game_info #remaind_time{float:left;}
/*.powerball_cnt .powerball_choice .game_info .end_time{ margin: 8px 0 0 90px; color:#fff; font-size:20px; font-weight:bold;}*/
.roulette_cnt .roulette_choice .game_info .end_time{ margin: 8px 0 0 20px; color:#fff; font-size:20px; font-weight:bold; float:left;}
.roulette_cnt .roulette_choice .game_info .play_num_view{     /* width: 160px; */
    margin: 1px 15px 0 5px;
    color: #fff;
    font-size: 1.2em;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    /* padding: 1px 0 0 10px; */
    float: left;}

.roulette_cnt .roulette_choice input{outline:0;cursor:pointer;display:block;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;font-weight:bold;font-size:12px;overflow:hidden;display:block;margin:10px auto 3px auto;width:85px;height:85px;background:url('/img_kan/bg_powerball_btn.png') no-repeat;text-indent:-999999px;}

.roulette_cnt .roulette_choice .btn_odd{/*background-position:0px -0;*/ background:url('/img_kan/bett_img/btn_odd.png') no-repeat;}	
.roulette_cnt .roulette_choice .btn_even{/*background-position:-95px 0;*/ background:url('/img_kan/bett_img/btn_even.png') no-repeat;}	

.roulette_cnt .roulette_choice .btn_sm{/*background-position:-189px 0;*/ background:url('/img_kan/bett_img/s_1.png') no-repeat;}
.roulette_cnt .roulette_choice .btn_md{/*background-position:-283px 0px;*/ background:url('/img_kan/bett_img/m_1.png') no-repeat;}
.roulette_cnt .roulette_choice .btn_bi{/*background-position:-377px 0px;*/ background:url('/img_kan/bett_img/b_1.png') no-repeat;}

.roulette_cnt .roulette_choice .btn_U{/*background-position:-472px -0px;*/ background:url('/img_kan/bett_img/red_1.png') no-repeat;}
.roulette_cnt .roulette_choice .btn_O{/*background-position:-566px -0px;*/ background:url('/img_kan/bett_img/black_1.png') no-repeat;}		

.roulette_choice .bet_disable{position:absolute;/*top:0;bottom:0;left:0;right:0;*/padding-top:60px;font-size:30px;text-align:center;color:white;background:rgba(0,0,0,0.7);display:none; width:100%; height:100%; margin-top: -120px;}	
	
.roulette_cnt .roulette_choice .btn_odd.focus{/*background-position:0px -89px;*/ background:url('/img_kan/bett_img/btn_odd_on.png') no-repeat;}
.roulette_cnt .roulette_choice .btn_even.focus{/*background-position:-95px -89px;*/ background:url('/img_kan/bett_img/btn_even_on.png') no-repeat;}

.roulette_cnt .roulette_choice .btn_sm.focus{/*background-position:-189px -89px;*/ background:url('/img_kan/bett_img/s_2.png') no-repeat;}
.roulette_cnt .roulette_choice .btn_md.focus{/*background-position:-283px -89px;*/ background:url('/img_kan/bett_img/m_2.png') no-repeat;}
.roulette_cnt .roulette_choice .btn_bi.focus{/*background-position:-377px -89px;*/ background:url('/img_kan/bett_img/b_2.png') no-repeat;}

.roulette_cnt .roulette_choice .btn_U.focus{/*background-position:-472px -0px;*/ background:url('/img_kan/bett_img/red_2.png') no-repeat;}
.roulette_cnt .roulette_choice .btn_O.focus{/*background-position:-566px -0px;*/ background:url('/img_kan/bett_img/black_2.png') no-repeat;}
   

.roulette_cnt .roulette_choice {/*width:900px;margin:37px auto 0;*/}
/* .powerball_cnt .powerball_choice >div{ float:left;text-align:center;height:170px;margin-bottom:5px; } */
.roulette_cnt .roulette_choice .roulette_1st{ float:left;text-align:center;height:170px; position: relative; 
background:url('/img_kan/bett_img/bg_powerball.png') no-repeat; /*width:260px;*/ width:30%;}
.roulette_cnt .roulette_choice .roulette_2nd{ float:left;text-align:center;height:170px; position: relative;
background:url('/img_kan/bett_img/bg_powerball.png') no-repeat; /*width:370px;*/width:38%; margin:0 1%;}
.roulette_cnt .roulette_choice .roulette_3rd{ float:left;text-align:center;height:170px; position: relative; 
background:url('/img_kan/bett_img/bg_powerball.png') no-repeat; /*width:260px;*/ width:30%;}
.roulette_cnt .roulette_choice >div li{float:left;width:50%;}
/* .powerball_cnt .powerball_choice >div>div{width:93% !important;margin:0 auto;clear:both;display:block;} */    	

.roulette_cnt .roulette_choice  .roulette_2nd ul{width:80% !important:margin:0 auto;}
.roulette_cnt .roulette_choice  .roulette_2nd li{width:33% !important;}

.roulette_cnt .roulette_choice .roulette_1st h5{font-size:12px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.roulette_cnt .roulette_choice .roulette_2nd h5{font-size:12px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.roulette_cnt .roulette_choice .roulette_3rd h5{font-size:12px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}


@media (max-width: 767px) {
	.roulette_cnt .roulette_choice{ height:100%; width:100%;}
	.roulette_cnt .roulette_choice .game_info{width:100%;text-align:left;font-size:1em; margin-top:0px; }
	.roulette_cnt .roulette_choice .game_info strong.count {display:inline-block; font-size:1.2em;}
	.roulette_cnt .roulette_choice .game_info em{display:inline-block;}
	
	.roulette_cnt .roulette_choice .game_info #remaind_time{/*float:none;*/}
	.roulette_cnt .roulette_choice .game_info .end_time{margin: 8px 5px 0 0; float:right; font-size:1em; font-weight:bold;}

	.roulette_cnt .roulette_choice .roulette_1st {height:100%;}
	.roulette_cnt .roulette_choice .roulette_1st{ width:38%; height:140px;}
	.roulette_cnt .roulette_choice .roulette_2nd{ width:60%; height:140px;}
	.roulette_cnt .roulette_choice .roulette_3rd{ width:38%; height:140px;}

    .roulette_cnt .roulette_choice .btn_odd,.roulette_cnt .roulette_choice .btn_even,.roulette_cnt .roulette_choice .btn_sm,.roulette_cnt .roulette_choice .btn_md,.roulette_cnt .roulette_choice .btn_bi,.roulette_cnt .roulette_choice .btn_U,.roulette_cnt .roulette_choice .btn_O,.roulette_cnt .roulette_choice .btn_odd:hover,.roulette_cnt .roulette_choice .btn_even:hover,.roulette_cnt .roulette_choice .btn_sm:hover,.roulette_cnt .roulette_choice .btn_md:hover,.roulette_cnt .roulette_choice .btn_bi:hover,.roulette_cnt .roulette_choice .btn_U:hover,.roulette_cnt .roulette_choice .btn_O:hover,.roulette_cnt .roulette_choice .btn_odd.focus,.roulette_cnt .roulette_choice .btn_even.focus,.roulette_cnt .roulette_choice .btn_sm.focus,.roulette_cnt .roulette_choice .btn_md.focus,.roulette_cnt .roulette_choice .btn_bi.focus,.roulette_cnt .roulette_choice .btn_U.focus,.roulette_cnt .roulette_choice .btn_O.focus{background-size:50px; width:50px; height:50px; margin-bottom:7px;}
	.roulette_cnt .roulette_choice h4, .roulette_cnt .roulette_choice .per span{font-size:1.0em; }

}


/* 다리다리 */
.daridari_cnt{clear:both;display:block;}
.daridari_cnt:after{clear:both;display:block;content:'';}
.daridari_cnt>div:after{clear:both;display:block;content:'';}

.daridari_cnt .daridari_choice{background:url('/img_kan/bett_img/bg_dari.png') no-repeat;margin:0 auto;width:905px;height:200px;overflow:hidden;}
.daridari_cnt .daridari_choice .bet_disable{position:absolute;z-index:100; padding-top:80px;font-size:30px;text-align:center;color:white;background:rgba(0,0,0,0.7);display:none; width:100%; height:100%; }

.daridari_cnt .daridari_choice input{outline:0;cursor:pointer;display:block; /*background:url('/img_kan/sp_dari.png') no-repeat; */font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;font-weight:bold;font-size:14px;overflow:hidden;width:47px;height:70px;padding-top:40px;color:#fff;text-indent:0 !important;margin:0 auto;}

.daridari_cnt .daridari_choice .b_odd{/*background-position:-299px -210px;*/ background:url('/img_kan/bett_img/d_odd.png') no-repeat; }
.daridari_cnt .daridari_choice .b_even{/*background-position:-349px -210px;*/ background:url('/img_kan/bett_img/d_even.png') no-repeat;}
.daridari_cnt .daridari_choice .b_lft{/*background-position:-199px -210px;*/ background:url('/img_kan/bett_img/d_lft.png') no-repeat;}
.daridari_cnt .daridari_choice .b_rgt{/*background-position:-249px -210px;*/ background:url('/img_kan/bett_img/d_rgt.png') no-repeat;}
.daridari_cnt .daridari_choice .b_3_odd{/*background-position:-399px -210px;*/ background:url('/img_kan/bett_img/d_3.png') no-repeat;}
.daridari_cnt .daridari_choice .b_4_even{/*background-position:-449px -210px;*/ background:url('/img_kan/bett_img/d_4.png') no-repeat;}

.daridari_cnt .daridari_choice .b_odd.focus{/*background-position:-299px -724px;*/ background:url('/img_kan/bett_img/d_odd_on.png') no-repeat;}
.daridari_cnt .daridari_choice .b_even.focus{/*background-position:-349px -724px;*/ background:url('/img_kan/bett_img/d_even_on.png') no-repeat;}
.daridari_cnt .daridari_choice .b_lft.focus{/*background-position:-199px -724px;*/ background:url('/img_kan/bett_img/d_lft_on.png') no-repeat;}
.daridari_cnt .daridari_choice .b_rgt.focus{/*background-position:-249px -724px;*/ background:url('/img_kan/bett_img/d_rgt_on.png') no-repeat;}
.daridari_cnt .daridari_choice .b_3_odd.focus{/*background-position:-399px -724px;*/ background:url('/img_kan/bett_img/d_3_on.png') no-repeat;}
.daridari_cnt .daridari_choice .b_4_even.focus{/*background-position:-449px -724px;*/ background:url('/img_kan/bett_img/d_4_on.png') no-repeat;}

.daridari_cnt .daridari_choice>div{/*float:left;padding:20px 15px;*/}
.daridari_cnt .daridari_choice>div ul{}
.daridari_cnt .daridari_choice>div li{float:left;width:50%;text-align:center;}
.daridari_cnt .daridari_choice .game_info{padding:40px 15px; float:left;width:200px !important;text-align:center;font-size:18px;margin-right:25px;}
.daridari_cnt .daridari_choice .game_info strong,.daridari_cnt .daridari_choice .game_info span,.daridari_cnt .daridari_choice .game_info em{font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.daridari_cnt .daridari_choice .game_info a.btn_refresh{margin:10px auto;background:url('/img_kan/ladder_img.png') -206px -79px no-repeat;width:94px;height:26px;display:block;text-indent:-999999px;}
.daridari_cnt .daridari_choice .game_info span{color:#fff;}
.daridari_cnt .daridari_choice .game_info strong.order{color:#ffce25;}
.daridari_cnt .daridari_choice .game_info em{display:block;font-style:normal;color:#fff;}
.daridari_cnt .daridari_choice .game_info strong.count{display:block;color:#fff0c7;font-size:45px;padding:10px 0 15px;line-height:35px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;border-bottom:1px solid #765e47;}
.daridari_cnt .daridari_choice .game_info .end_time {color: #fff;font-size:20px; font-weight:bold; margin-top:20px;}

.daridari_cnt .daridari_choice .daridari_1st h4,.daridari_cnt .daridari_choice .daridari_2nd h4,.daridari_cnt .daridari_choice .daridari_3rd h4{display:block;text-indent:-99999px;background:url('/img_kan/sp_dari.png') no-repeat;margin-bottom:10px;}
.daridari_cnt .daridari_choice .daridari_1st{/*width:130px;*/float:left; width:215px; height:200px; position:relative;}
.daridari_cnt .daridari_choice .daridari_2nd {/*width:205px*/float:left; width:215px; height:200px; position:relative;}
.daridari_cnt .daridari_choice .daridari_3rd{float:left; width:215px; height:200px; position:relative;}

.daridari_cnt .daridari_choice .daridari_1st h4{ margin:40px 0px 10px 65px;/*width:81px;height:20px; background-position:0 -414px;*/ background:url('/img_kan/bett_img/d_gtype1.png') no-repeat;}
.daridari_cnt .daridari_choice .daridari_2nd {border:1px solid #4a3b2d;border-top:none;border-bottom:none;/*height:160px*/ height:200px !important;}
.daridari_cnt .daridari_choice .daridari_2nd h4{ margin:40px 0px 10px 37px; /*width:137px;height:20px; background-position:0 -444px;*/ background:url('/img_kan/bett_img/d_gtype2.png') no-repeat;}
.daridari_cnt .daridari_choice .daridari_3rd h4{ margin:40px 0px 10px 31px; /*width:149px;height:20px; background-position:0 -472px;*/ background:url('/img_kan/bett_img/d_gtype3.png') no-repeat;}
.daridari_cnt .daridari_choice .daridari_1st li{/*clear:both;display:block;width:100%;*/}

.daridari_cnt .daridari_choice .daridari_1st h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.daridari_cnt .daridari_choice .daridari_2nd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.daridari_cnt .daridari_choice .daridari_3rd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}


@media (max-width: 767px) {
	.daridari_cnt .daridari_choice{ background:#755d47; height:140px; width:100%;}
	.daridari_cnt .daridari_choice .game_info{width:100% !important; background:#564434; text-align:left;font-size:1em; margin:0px; clear:both; padding:7px; }
	.daridari_cnt .daridari_choice .game_info strong.count {display:inline-block; font-size:1.2em; padding:0px; line-height:0px; border-bottom:none;}
	.daridari_cnt .daridari_choice .game_info em{display:inline-block;}
	.daridari_cnt .daridari_choice .game_info .end_time {float:right; font-size: 1em; font-weight: bold; margin:0;}

	.daridari_cnt .daridari_choice .daridari_1st{width:33%; height:100px; }
	.daridari_cnt .daridari_choice .daridari_2nd {width:33%; height:100px; }
	.daridari_cnt .daridari_choice .daridari_3rd {width:34%; height:100px; }

	.daridari_cnt .daridari_choice .daridari_1st h4, .daridari_cnt .daridari_choice .daridari_2nd h4, .daridari_cnt .daridari_choice .daridari_3rd h4{ margin:5px 0px 10px 5px;}
	.daridari_cnt .daridari_choice .daridari_1st h4 {background-size:54%;}
	.daridari_cnt .daridari_choice .daridari_2nd h4, .daridari_cnt .daridari_choice .daridari_3rd h4{background-size:54%;}

	.daridari_cnt .daridari_choice input {font-size:11px;}

	.daridari_cnt .daridari_choice .bet_disable{ padding-top:5px;font-size:35px; height:140px; margin-left: -5px;}

}


/* 파워 프리킥, 홈런 */
.power_cnt{clear:both;display:block;}
.power_cnt:after{clear:both;display:block;content:'';}
.power_cnt>div:after{clear:both;display:block;content:'';}

.power_cnt .power_choice{background:url('/img_kan/bett_img/bg_dari.png') no-repeat;margin:0 auto;width:905px;height:200px;overflow:hidden;}
.power_cnt .power_choice .bet_disable{position:absolute;z-index:100; padding-top:80px;font-size:30px;text-align:center;color:white;background:rgba(0,0,0,0.7);display:none; width:100%; height:100%; }

.power_cnt .power_choice input{outline:0;cursor:pointer;display:block;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;font-weight:bold;font-size:14px;overflow:hidden;width:47px;height:70px;padding-top:40px;color:#fff;text-indent:0 !important;margin:0 auto;}

.power_cnt .power_choice .b_1{background:url('/img_kan/bett_img/pf_1.png') no-repeat; background-size:47px 47px;}
.power_cnt .power_choice .b_2{background:url('/img_kan/bett_img/pf_2.png') no-repeat; background-size:47px 47px;}
.power_cnt .power_choice .b_lft{background:url('/img_kan/bett_img/pf_l.png') no-repeat; background-size:47px 47px;}
.power_cnt .power_choice .b_rgt{background:url('/img_kan/bett_img/pf_r.png') no-repeat; background-size:47px 47px;}
.power_cnt .power_choice .b_goal{background:url('/img_kan/bett_img/pf_g.png') no-repeat; background-size:47px 47px;}
.power_cnt .power_choice .b_no{background:url('/img_kan/bett_img/pf_n.png') no-repeat; background-size:47px 47px;}
.power_cnt .power_choice .b_home{background:url('/img_kan/bett_img/sp_h.png') no-repeat; background-size:47px 47px;}
.power_cnt .power_choice .b_out{background:url('/img_kan/bett_img/sp_o.png') no-repeat; background-size:47px 47px;}

.power_cnt .power_choice .b_1.focus{background:url('/img_kan/bett_img/pf_1_on.png') no-repeat; background-size:47px 47px; }
.power_cnt .power_choice .b_2.focus{background:url('/img_kan/bett_img/pf_2_on.png') no-repeat; background-size:47px 47px; }
.power_cnt .power_choice .b_lft.focus{background:url('/img_kan/bett_img/pf_l_on.png') no-repeat; background-size:47px 47px; }
.power_cnt .power_choice .b_rgt.focus{background:url('/img_kan/bett_img/pf_r_on.png') no-repeat; background-size:47px 47px; }
.power_cnt .power_choice .b_goal.focus{background:url('/img_kan/bett_img/pf_g_on.png') no-repeat; background-size:47px 47px; }
.power_cnt .power_choice .b_no.focus{background:url('/img_kan/bett_img/pf_n_on.png') no-repeat; background-size:47px 47px; }
.power_cnt .power_choice .b_home.focus{background:url('/img_kan/bett_img/sp_h_on.png') no-repeat; background-size:47px 47px; }
.power_cnt .power_choice .b_out.focus{background:url('/img_kan/bett_img/sp_o_on.png') no-repeat; background-size:47px 47px; }

.power_cnt .power_choice>div li{float:left;width:50%;text-align:center;}
.power_cnt .power_choice .game_info{padding:40px 15px; float:left;width:200px !important;text-align:center;font-size:18px;margin-right:25px;}

.power_cnt .power_choice .game_info strong,
.power_cnt .power_choice .game_info span,
.power_cnt .power_choice .game_info em{font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}

.power_cnt .power_choice .game_info a.btn_refresh{margin:10px auto;background:url('/img_kan/ladder_img.png') -206px -79px no-repeat;width:94px;height:26px;display:block;text-indent:-999999px;}
.power_cnt .power_choice .game_info span{color:#fff;}
.power_cnt .power_choice .game_info strong.order{color:#ffce25;}
.power_cnt .power_choice .game_info em{display:block;font-style:normal;color:#fff;}
.power_cnt .power_choice .game_info strong.count{display:block;color:#fff0c7;font-size:45px;padding:10px 0 15px;line-height:35px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;border-bottom:1px solid #765e47;}
.power_cnt .power_choice .game_info .end_time {color: #fff;font-size:20px; font-weight:bold; margin-top:20px;}

.power_cnt .power_choice .power_1st h4,
.power_cnt .power_choice .power_2nd h4,
.power_cnt .power_choice .power_3rd h4{display:block;text-indent:-99999px;background:url('/img_kan/sp_dari.png') no-repeat;margin-bottom:10px;}

.power_cnt .power_choice .power_1st{float:left; width:215px; height:200px; position:relative;}
.power_cnt .power_choice .power_2nd{float:left; width:215px; height:200px; position:relative;position:relative; border-left:1px solid #4a3b2d}
.power_cnt .power_choice .power_3rd{float:left; width:215px; height:200px; position:relative;position:relative; border-left:1px solid #4a3b2d}

.power_cnt .power_choice .power_1st h4{margin:40px 0px 10px 65px; background:url('/img_kan/bett_img/d_gtype1.png') no-repeat;}
.power_cnt .power_choice .power_2nd h4{margin:40px 0px 10px 37px; background:url('/img_kan/bett_img/d_gtype2.png') no-repeat;}
.power_cnt .power_choice .power_3rd h4{margin:40px 0px 10px 31px; background:url('/img_kan/bett_img/d_gtype3.png') no-repeat;}

.power_cnt .power_choice .power_1st h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.power_cnt .power_choice .power_2nd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.power_cnt .power_choice .power_3rd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}


@media (max-width: 767px) {
	
	.power_cnt .power_choice{ background:#755d47; height:140px; width:100%;}
	.power_cnt .power_choice .game_info{width:100% !important; background:#564434; text-align:left;font-size:1em; margin:0px; clear:both; padding:7px; }
	.power_cnt .power_choice .game_info strong.count {display:inline-block; font-size:1.2em; padding:0px; line-height:0px; border-bottom:none;}
	.power_cnt .power_choice .game_info em{display:inline-block;}
	.power_cnt .power_choice .game_info .end_time {float:right; font-size: 1em; font-weight: bold; margin:0;}

	.power_cnt .power_choice .power_1st{width:33%; height:100px; }
	.power_cnt .power_choice .power_2nd {width:33%; height:100px; }
	.power_cnt .power_choice .power_3rd {width:34%; height:100px; }

	.power_cnt .power_choice .power_1st h4,
	.power_cnt .power_choice .power_2nd h4,
	.power_cnt .power_choice .power_3rd h4{ margin:5px 0px 10px 5px;background-size:54%;}
	
	.power_cnt .power_choice input {font-size:11px;}
	.power_cnt .power_choice .bet_disable{ padding-top:5px;font-size:35px; height:140px; margin-left: -5px;}

}



/* 스피드 키노 */
.speedkeno_cnt{clear:both;display:block;}
.speedkeno_cnt:after{clear:both;display:block;content:'';}
.speedkeno_cnt>div:after{clear:both;display:block;content:'';}

.speedkeno_cnt .speedkeno_choice{background:url('/img_kan/bett_img/bg_dari.png') no-repeat;margin:0 auto;width:905px;height:200px;overflow:hidden;}
.speedkeno_cnt .speedkeno_choice .bet_disable{position:absolute;/*top:0;bottom:0;left:0;right:0;*/padding-top:80px;font-size:30px;text-align:center;color:white;background:rgba(0,0,0,0.7);display:none; width:100%; height:100%; margin-top: -69px;}

.speedkeno_cnt .speedkeno_choice input{outline:0;cursor:pointer;display:block; /*background:url('/img_kan/sp_dari.png') no-repeat; */font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;font-weight:bold;font-size:14px;overflow:hidden;width:47px;height:70px;padding-top:40px;color:#fff;text-indent:0 !important;margin:0 auto;}

.speedkeno_cnt .speedkeno_choice>div{/*float:left;padding:20px 15px;*/}
.speedkeno_cnt .speedkeno_choice>div ul{}
.speedkeno_cnt .speedkeno_choice>div li{float:left;width:50%;text-align:center;}
.speedkeno_cnt .speedkeno_choice .game_info{padding:40px 15px; float:left;width:200px !important;text-align:center;font-size:18px;margin-right:25px;}
.speedkeno_cnt .speedkeno_choice .game_info strong,.speedkeno_cnt .speedkeno_choice .game_info span,.speedkeno_cnt .speedkeno_choice .game_info em{font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.speedkeno_cnt .speedkeno_choice .game_info a.btn_refresh{margin:10px auto;background:url('/img_kan/ladder_img.png') -206px -79px no-repeat;width:94px;height:26px;display:block;text-indent:-999999px;}
.speedkeno_cnt .speedkeno_choice .game_info span{color:#fff;}
.speedkeno_cnt .speedkeno_choice .game_info strong.order{color:#ffce25;}
.speedkeno_cnt .speedkeno_choice .game_info em{display:block;font-style:normal;color:#fff;}
.speedkeno_cnt .speedkeno_choice .game_info strong.count{display:block;color:#fff0c7;font-size:45px;padding:10px 0 15px;line-height:35px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;border-bottom:1px solid #765e47;}
.speedkeno_cnt .speedkeno_choice .game_info .end_time {color: #fff;font-size:20px; font-weight:bold; margin-top:20px;}


@media (max-width: 767px) {
	.speedkeno_cnt .speedkeno_choice{ background:#755d47; height:160px; width:100%;}
	.speedkeno_cnt .speedkeno_choice .game_info{width:100% !important; background:#564434; text-align:left;font-size:1em; margin:0px; clear:both; padding:7px; }
	.speedkeno_cnt .speedkeno_choice .game_info strong.count {display:inline-block; font-size:1.2em; padding:0px; line-height:0px; border-bottom:none;}
	.speedkeno_cnt .speedkeno_choice .game_info em{display:inline-block;}
	.speedkeno_cnt .speedkeno_choice .game_info .end_time {float:right; font-size: 1em; font-weight: bold; margin:0;}

	.speedkeno_cnt .speedkeno_choice input {font-size:11px;}
	.speedkeno_cnt .speedkeno_choice .bet_disable{ padding-top:25px;font-size:35px; height:105px; margin-top: -105px;}

}




/*알라딘*/
.ala_cnt{clear:both;display:block;}
.ala_cnt:after{clear:both;display:block;content:'';}
.ala_cnt>div:after{clear:both;display:block;content:'';}

.ala_cnt .ala_choice{background:url('/img_kan/bett_img/bg_dari.png') no-repeat; margin:0 auto;width:905px;height:200px;overflow:hidden;}
.ala_cnt .ala_choice .bet_disable{position:absolute;/*top:0;bottom:0;left:0;right:0;*/padding-top:80px;font-size:30px;text-align:center;color:white;background:rgba(0,0,0,0.7);display:none; width:100%; height:100%; margin-top: -69px;}

.ala_cnt .ala_choice input{outline:0;cursor:pointer;display:block; /*background:url('/img_kan/sp_dari.png') no-repeat; */font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;font-weight:bold;font-size:14px;overflow:hidden;width:47px;height:70px;padding-top:40px;color:#fff;text-indent:0 !important;margin:0 auto;}

.ala_cnt .ala_choice .b_odd{/*background-position:-299px -210px;*/ background:url('/img_kan/bett_img/d_odd.png') no-repeat; }
.ala_cnt .ala_choice .b_even{/*background-position:-349px -210px;*/ background:url('/img_kan/bett_img/d_even.png') no-repeat;}
.ala_cnt .ala_choice .b_lft{/*background-position:-199px -210px;*/ background:url('/img_kan/bett_img/d_lft.png') no-repeat;}
.ala_cnt .ala_choice .b_rgt{/*background-position:-249px -210px;*/ background:url('/img_kan/bett_img/d_rgt.png') no-repeat;}
.ala_cnt .ala_choice .b_3_odd{/*background-position:-399px -210px;*/ background:url('/img_kan/bett_img/d_3.png') no-repeat;}
.ala_cnt .ala_choice .b_4_even{/*background-position:-449px -210px;*/ background:url('/img_kan/bett_img/d_4.png') no-repeat;}

.ala_cnt .ala_choice .b_odd.focus{/*background-position:-299px -724px;*/ background:url('/img_kan/bett_img/d_odd_on.png') no-repeat;}
.ala_cnt .ala_choice .b_even.focus{/*background-position:-349px -724px;*/ background:url('/img_kan/bett_img/d_even_on.png') no-repeat;}
.ala_cnt .ala_choice .b_lft.focus{/*background-position:-199px -724px;*/ background:url('/img_kan/bett_img/d_lft_on.png') no-repeat;}
.ala_cnt .ala_choice .b_rgt.focus{/*background-position:-249px -724px;*/ background:url('/img_kan/bett_img/d_rgt_on.png') no-repeat;}
.ala_cnt .ala_choice .b_3_odd.focus{/*background-position:-399px -724px;*/ background:url('/img_kan/bett_img/d_3_on.png') no-repeat;}
.ala_cnt .ala_choice .b_4_even.focus{/*background-position:-449px -724px;*/ background:url('/img_kan/bett_img/d_4_on.png') no-repeat;}

.ala_cnt .ala_choice>div{/*float:left;padding:20px 15px;*/}
.ala_cnt .ala_choice>div ul{}
.ala_cnt .ala_choice>div li{float:left;width:50%;text-align:center;}
.ala_cnt .ala_choice .game_info{padding:40px 15px; float:left;width:200px !important;text-align:center;font-size:18px;margin-right:25px;}
.ala_cnt .ala_choice .game_info strong,.ala_cnt .ala_choice .game_info span,.ala_cnt .ala_choice .game_info em{font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.ala_cnt .ala_choice .game_info a.btn_refresh{margin:10px auto;background:url('/img_kan/ladder_img.png') -206px -79px no-repeat;width:94px;height:26px;display:block;text-indent:-999999px;}
.ala_cnt .ala_choice .game_info span{color:#fff;}
.ala_cnt .ala_choice .game_info strong.order{color:#ffce25;}
.ala_cnt .ala_choice .game_info em{display:block;font-style:normal;color:#fff;}
.ala_cnt .ala_choice .game_info strong.count{display:block;color:#fff0c7;font-size:45px;padding:10px 0 15px;line-height:35px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;border-bottom:1px solid #765e47;}
.ala_cnt .ala_choice .game_info .end_time {color: #fff;font-size:20px; font-weight:bold; margin-top:20px;}

.ala_cnt .ala_choice .ala_1st h4,.ala_cnt .ala_choice .ala_2nd h4,.ala_cnt .ala_choice .ala_3rd h4{display:block;text-indent:-99999px;background:url('/img_kan/sp_dari.png') no-repeat;margin-bottom:10px;}
.ala_cnt .ala_choice .ala_1st{/*width:130px;*/float:left; width:215px; height:200px; position:relative;}
.ala_cnt .ala_choice .ala_2nd {/*width:205px*/float:left; width:215px; height:200px; position:relative;}
.ala_cnt .ala_choice .ala_3rd{float:left; width:215px; height:200px; position:relative;}

.ala_cnt .ala_choice .ala_1st h4{ margin:40px 0px 10px 65px;/*width:81px;height:20px; background-position:0 -414px;*/ background:url('/img_kan/bett_img/d_gtype1.png') no-repeat;}
.ala_cnt .ala_choice .ala_2nd {border:1px solid #4a3b2d;border-top:none;border-bottom:none;/*height:160px*/ height:200px !important;}
.ala_cnt .ala_choice .ala_2nd h4{ margin:40px 0px 10px 37px; /*width:137px;height:20px; background-position:0 -444px;*/ background:url('/img_kan/bett_img/d_gtype2.png') no-repeat;}
.ala_cnt .ala_choice .ala_3rd h4{ margin:40px 0px 10px 31px; /*width:149px;height:20px; background-position:0 -472px;*/ background:url('/img_kan/bett_img/d_gtype3.png') no-repeat;}
.ala_cnt .ala_choice .ala_1st li{/*clear:both;display:block;width:100%;*/}

.ala_cnt .ala_choice .ala_1st h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.ala_cnt .ala_choice .ala_2nd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}
.ala_cnt .ala_choice .ala_3rd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; font-weight:700;}

@media (max-width: 767px) {
	.ala_cnt .ala_choice{ background:#755d47; height:140px; width:100%;}
	.ala_cnt .ala_choice .game_info{width:100% !important; background:#564434; text-align:left;font-size:1em; margin:0px; clear:both; padding:7px; }
	.ala_cnt .ala_choice .game_info strong.count {display:inline-block; font-size:1.2em; padding:0px; line-height:0px; border-bottom:none;}
	.ala_cnt .ala_choice .game_info em{display:inline-block;}
	.ala_cnt .ala_choice .game_info .end_time{float:right; font-size: 1em; font-weight: bold; margin:0;}

	.ala_cnt .ala_choice .ala_1st{width:33%; height:100px; }
	.ala_cnt .ala_choice .ala_2nd {width:33%; height:100px; }
	.ala_cnt .ala_choice .ala_3rd {width:34%; height:100px; }

	.ala_cnt .ala_choice .ala_1st h4, .ala_cnt .ala_choice .ala_2nd h4, .ala_cnt .ala_choice .ala_3rd h4{ margin:5px 0px 10px 5px;}
	.ala_cnt .ala_choice .ala_1st h4 {background-size:54%;}
	.ala_cnt .ala_choice .ala_2nd h4, .ala_cnt .ala_choice .ala_3rd h4{background-size:90%;}

	.ala_cnt .ala_choice input {font-size:11px;}

	.ala_cnt .ala_choice .bet_disable{ padding-top:25px;font-size:35px; height:105px; margin-top: -105px;}

}

/*미니 바카라*/
.bacara_cnt{clear:both;display:block;}
.bacara_cnt:after{clear:both;display:block;content:'';}
.bacara_cnt>div:after{clear:both;display:block;content:'';}

.bacara_cnt .bacara_choice{background-color:#282828; margin:0 auto;width:905px;height:200px;overflow:hidden; border-top:2px solid #7c7a54; border-bottom:2px solid #7c7a54;border-left:1px solid #4e4e4e;border-right:1px solid #4e4e4e;}
.bacara_cnt .bacara_choice .bet_disable{position:absolute;z-index:100; font-size:30px;text-align:center;color:white;background:rgba(0,0,0,0.7); display:none; width:100%;}

.bacara_cnt .bacara_choice input{outline:0;cursor:pointer;display:block; /*background:url('/img_kan/sp_dari.png') no-repeat; */font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;font-weight:bold;
font-size:14px;overflow:hidden; width:102px;height:110px; padding-top:47px;color:#fff;text-indent:0 !important;margin:0 auto;}

.bacara_cnt .bacara_choice .b_player{/*background-position:-299px -210px;*/ background:url('/img_kan/bett_img/btn_real_player.png') no-repeat; }
.bacara_cnt .bacara_choice .b_banker{/*background-position:-349px -210px;*/ background:url('/img_kan/bett_img/btn_real_banker.png') no-repeat;}
.bacara_cnt .bacara_choice .b_tie{/*background-position:-349px -210px;*/ background:url('/img_kan/bett_img/btn_bacara_tie.png') no-repeat;}

.bacara_cnt .bacara_choice .b_player.focus{/*background-position:-299px -724px;*/ background:url('/img_kan/bett_img/btn_real_player_on.png') no-repeat;}
.bacara_cnt .bacara_choice .b_banker.focus{/*background-position:-349px -724px;*/ background:url('/img_kan/bett_img/btn_real_banker_on.png') no-repeat;}
.bacara_cnt .bacara_choice .b_tie.focus{/*background-position:-349px -724px;*/ background:url('/img_kan/bett_img/btn_bacara_tie_on.png') no-repeat;}


/*드래곤 타이거*/
.bacara_cnt .bacara_choice .b_dragon{background:url('/img_kan/bett_img/btn_real_dragon.png') no-repeat; }
.bacara_cnt .bacara_choice .b_tiger{background:url('/img_kan/bett_img/btn_real_tiger.png') no-repeat;}

.bacara_cnt .bacara_choice .b_dragon.focus{background:url('/img_kan/bett_img/btn_real_dragon_on.png') no-repeat;}
.bacara_cnt .bacara_choice .b_tiger.focus{background:url('/img_kan/bett_img/btn_real_tiger_on.png') no-repeat;}


/*홀덤*/
.bacara_cnt .bacara_choice .b_gold{background:url('/img_kan/bett_img/btn_gold.png') no-repeat; }
.bacara_cnt .bacara_choice .b_silver{background:url('/img_kan/bett_img/btn_silver.png') no-repeat;}
.bacara_cnt .bacara_choice .b_bronze{background:url('/img_kan/bett_img/btn_bronze.png') no-repeat;}

.bacara_cnt .bacara_choice .b_gold.focus{background:url('/img_kan/bett_img/btn_gold_on.png') no-repeat;}
.bacara_cnt .bacara_choice .b_silver.focus{background:url('/img_kan/bett_img/btn_silver_on.png') no-repeat;}
.bacara_cnt .bacara_choice .b_bronze.focus{background:url('/img_kan/bett_img/btn_bronze_on.png') no-repeat;}

.bacara_cnt .bacara_choice .b_gold:hover{background:url('/img_kan/bett_img/btn_gold_on.png') no-repeat;}
.bacara_cnt .bacara_choice .b_silver:hover{background:url('/img_kan/bett_img/btn_silver_on.png') no-repeat;}
.bacara_cnt .bacara_choice .b_bronze:hover{background:url('/img_kan/bett_img/btn_bronze_on.png') no-repeat;}

/*
@media (min-width: 768px) {
.bacara_cnt .bacara_choice .b_player:hover{ background:url('/img_kan/bett_img/btn_real_player_on.png') no-repeat;}
.bacara_cnt .bacara_choice .b_banker:hover{ background:url('/img_kan/bett_img/btn_real_banker_on.png') no-repeat;}
.bacara_cnt .bacara_choice .b_tie:hover{ background:url('/img_kan/bett_img/btn_bacara_tie_on.png') no-repeat;}
}*/


.bacara_cnt .bacara_choice>div{/*float:left;padding:20px 15px;*/}
.bacara_cnt .bacara_choice>div ul{}
.bacara_cnt .bacara_choice>div li{float:left;width:33%;text-align:center;}
.bacara_cnt .bacara_choice .game_info{padding:40px 15px; float:left;width:200px !important;text-align:center;font-size:18px;margin-right:25px;}
.bacara_cnt .bacara_choice .game_info strong,.bacara_cnt .bacara_choice .game_info span,.bacara_cnt .bacara_choice .game_info em{font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.bacara_cnt .bacara_choice .game_info a.btn_refresh{margin:10px auto;background:url('/img_kan/ladder_img.png') -206px -79px no-repeat;width:94px;height:26px;display:block;text-indent:-999999px;}
.bacara_cnt .bacara_choice .game_info span{color:#fff;}
.bacara_cnt .bacara_choice .game_info strong.order{color:#ffce25;}
.bacara_cnt .bacara_choice .game_info em{display:block;font-style:normal;color:#fff;}
.bacara_cnt .bacara_choice .game_info strong.count{display:block;color:#fff0c7;font-size:45px;padding:10px 0 15px;line-height:35px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;border-bottom:1px solid #765e47;}
.bacara_cnt .bacara_choice .game_info .end_time{color: #fff;font-size:20px; font-weight:bold; margin-top:20px;}

.bacara_cnt .bacara_choice .bacara_1st h4,.bacara_cnt .bacara_choice .bacara_2nd h4,.bacara_cnt .bacara_choice .bacara_3rd h4{display:block;text-indent:-99999px;background:url('/img_kan/sp_dari.png') no-repeat;margin-bottom:10px;}
.bacara_cnt .bacara_choice .bacara_1st{/*width:130px;*/float:left; width:640px; height:200px; position:relative;}
.bacara_cnt .bacara_choice .bacara_2nd {/*width:205px*/float:left; width:215px; height:200px; position:relative;}
.bacara_cnt .bacara_choice .bacara_3rd{float:left; width:215px; height:200px; position:relative;}

.bacara_cnt .bacara_choice .bacara_1st h4{ margin:40px 0px 10px 65px;/*width:81px;height:20px; background-position:0 -414px;*/ background:url('/img_kan/bett_img/d_gtype1.png') no-repeat;}
.bacara_cnt .bacara_choice .bacara_2nd {border:1px solid #4a3b2d;border-top:none;border-bottom:none;/*height:160px*/ height:200px !important;}
.bacara_cnt .bacara_choice .bacara_2nd h4{ margin:40px 0px 10px 37px; /*width:137px;height:20px; background-position:0 -444px;*/ background:url('/img_kan/bett_img/d_gtype2.png') no-repeat;}
.bacara_cnt .bacara_choice .bacara_3rd h4{ margin:40px 0px 10px 31px; /*width:149px;height:20px; background-position:0 -472px;*/ background:url('/img_kan/bett_img/d_gtype3.png') no-repeat;}
.bacara_cnt .bacara_choice .bacara_1st li{/*clear:both;display:block;width:100%;*/}


.bacara_cnt .bacara_choice .bacara_1st h5{font-size:18px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:40px 0px 10px 0px; font-weight:700;}
.bacara_cnt .bacara_choice .bacara_2nd h5{font-size:18px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:40px 0px 10px 0px; font-weight:700;}
.bacara_cnt .bacara_choice .bacara_3rd h5{font-size:18px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:40px 0px 10px 0px; font-weight:700;}

@media (max-width: 767px) {
	
	.bacara_cnt .bacara_choice .b_player{ background:url('/img_kan/bett_img/btn_real_player.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_banker{ background:url('/img_kan/bett_img/btn_real_banker.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_tie{ background:url('/img_kan/bett_img/btn_bacara_tie.png') no-repeat; background-size:62px 70px;}

	.bacara_cnt .bacara_choice .b_player.focus{background:url('/img_kan/bett_img/btn_real_player_on.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_banker.focus{background:url('/img_kan/bett_img/btn_real_banker_on.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_tie.focus{background:url('/img_kan/bett_img/btn_bacara_tie_on.png') no-repeat; background-size:62px 70px;}


	/*드래곤 타이거*/
	.bacara_cnt .bacara_choice .b_dragon{background:url('/img_kan/bett_img/btn_real_dragon.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_tiger{background:url('/img_kan/bett_img/btn_real_tiger.png') no-repeat; background-size:62px 70px;}
	
	.bacara_cnt .bacara_choice .b_dragon.focus{background:url('/img_kan/bett_img/btn_real_dragon_on.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_tiger.focus{background:url('/img_kan/bett_img/btn_real_tiger_on.png') no-repeat; background-size:62px 70px;}
	
	 
	 /*홀덤*/
	.bacara_cnt .bacara_choice .b_gold{background:url('/img_kan/bett_img/btn_gold.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_silver{background:url('/img_kan/bett_img/btn_silver.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_bronze{background:url('/img_kan/bett_img/btn_bronze.png') no-repeat; background-size:62px 70px;}
	
	.bacara_cnt .bacara_choice .b_gold.focus{background:url('/img_kan/bett_img/btn_gold_on.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_silver.focus{background:url('/img_kan/bett_img/btn_silver_on.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_bronze.focus{background:url('/img_kan/bett_img/btn_bronze_on.png') no-repeat; background-size:62px 70px;}
	
	.bacara_cnt .bacara_choice .b_gold:hover{background:url('/img_kan/bett_img/btn_gold_on.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_silver:hover{background:url('/img_kan/bett_img/btn_silver_on.png') no-repeat; background-size:62px 70px;}
	.bacara_cnt .bacara_choice .b_bronze:hover{background:url('/img_kan/bett_img/btn_bronze_on.png') no-repeat; background-size:62px 70px;}
	 
	
	.bacara_cnt .bacara_choice{ background:#282828; height:140px; width:100%;}
	.bacara_cnt .bacara_choice .game_info{width:100% !important; background:#3e3e3e; text-align:left;font-size:1em; margin:0px; clear:both; padding:7px; }
	.bacara_cnt .bacara_choice .game_info strong.count {display:inline-block; font-size:1.2em; padding:0px; line-height:0px; border-bottom:none;}
	.bacara_cnt .bacara_choice .game_info em{display:inline-block;}
	.bacara_cnt .bacara_choice .game_info .end_time{float:right; font-size: 1em; font-weight: bold; margin:0;}

	.bacara_cnt .bacara_choice .bacara_1st{width:100%; height:100px; }
	.bacara_cnt .bacara_choice .bacara_2nd {width:33%; height:100px; }
	.bacara_cnt .bacara_choice .bacara_3rd {width:34%; height:100px; }

	.bacara_cnt .bacara_choice .bacara_1st h4, .bacara_cnt .bacara_choice .bacara_2nd h4, .bacara_cnt .bacara_choice .bacara_3rd h4{ margin:5px 0px 10px 5px;}
	.bacara_cnt .bacara_choice .bacara_1st h4 {background-size:54%;}
	.bacara_cnt .bacara_choice .bacara_2nd h4, .bacara_cnt .bacara_choice .bacara_3rd h4{background-size:90%;}

	.bacara_cnt .bacara_choice .bacara_1st h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:10px 0px; font-weight:700;}
	.bacara_cnt .bacara_choice .bacara_2nd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:10px 0px; font-weight:700;}
	.bacara_cnt .bacara_choice .bacara_3rd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:10px 0px; font-weight:700;}

	.bacara_cnt .bacara_choice input {font-size:11px; padding-top:28px; margin: 7px auto 0; width:62px;height:70px; }

	.bacara_cnt .bacara_choice .bet_disable{ padding-top:5px; font-size:35px; height:140px;  margin: -2px 0 0 -1px; }

}


/*로투스 홀짝*/
.bacara_cnt{clear:both;display:block;}
.bacara_cnt:after{clear:both;display:block;content:'';}
.bacara_cnt>div:after{clear:both;display:block;content:'';}

.bacara_cnt .bacara_choice2{background-color:#282828; margin:0 auto;width:905px;height:200px;overflow:hidden; border-top:2px solid #7c7a54; border-bottom:2px solid #7c7a54;border-left:1px solid #4e4e4e;border-right:1px solid #4e4e4e;}
.bacara_cnt .bacara_choice2 .bet_disable{position:absolute; z-index:100; padding-top:80px;font-size:30px;text-align:center;color:white;background:rgba(0,0,0,0.7);display:none; width:100%; height:100%;}

.bacara_cnt .bacara_choice2 input{outline:0;cursor:pointer;display:block; /*background:url('/img_kan/sp_dari.png') no-repeat; */font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;font-weight:bold;
font-size:14px;overflow:hidden; width:250px;height:110px; padding-top:47px;color:#fff;text-indent:0 !important;margin:0 auto;}

.bacara_cnt .bacara_choice2 .b_player{/*background-position:-299px -210px;*/ background:url('/img_kan/bett_img/btn_real_player2.png') no-repeat; }
.bacara_cnt .bacara_choice2 .b_banker{/*background-position:-349px -210px;*/ background:url('/img_kan/bett_img/btn_real_banker2.png') no-repeat;}

@media (min-width: 768px) {
.bacara_cnt .bacara_choice2 .b_player:hover{ background:url('/img_kan/bett_img/btn_real_player_on2.png') no-repeat;}
.bacara_cnt .bacara_choice2 .b_banker:hover{ background:url('/img_kan/bett_img/btn_real_banker_on2.png') no-repeat;}
}


.bacara_cnt .bacara_choice2 .b_player.focus{/*background-position:-299px -724px;*/ background:url('/img_kan/bett_img/btn_real_player_on2.png') no-repeat;}
.bacara_cnt .bacara_choice2 .b_banker.focus{/*background-position:-349px -724px;*/ background:url('/img_kan/bett_img/btn_real_banker_on2.png') no-repeat;}


.bacara_cnt .bacara_choice2>div{/*float:left;padding:20px 15px;*/}
.bacara_cnt .bacara_choice2>div ul{}
.bacara_cnt .bacara_choice2>div li{float:left;width:50%;text-align:center;}
.bacara_cnt .bacara_choice2 .game_info{padding:40px 15px; float:left;width:200px !important;text-align:center;font-size:18px;margin-right:25px;}
.bacara_cnt .bacara_choice2 .game_info strong,.bacara_cnt .bacara_choice2 .game_info span,.bacara_cnt .bacara_choice2 .game_info em{font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;}
.bacara_cnt .bacara_choice2 .game_info a.btn_refresh{margin:10px auto;background:url('/img_kan/ladder_img.png') -206px -79px no-repeat;width:94px;height:26px;display:block;text-indent:-999999px;}
.bacara_cnt .bacara_choice2 .game_info span{color:#fff;}
.bacara_cnt .bacara_choice2 .game_info strong.order{color:#ffce25;}
.bacara_cnt .bacara_choice2 .game_info em{display:block;font-style:normal;color:#fff;}
.bacara_cnt .bacara_choice2 .game_info strong.count{display:block;color:#fff0c7;font-size:45px;padding:10px 0 15px;line-height:35px;font-family:맑은 고딕,'Malgeun Gothic','맑은 고딕',dotum;border-bottom:1px solid #765e47;}
.bacara_cnt .bacara_choice2 .game_info .end_time{color: #fff;font-size:20px; font-weight:bold; margin-top:20px;}

.bacara_cnt .bacara_choice2 .bacara_1st h4,.bacara_cnt .bacara_choice2 .bacara_2nd h4,.bacara_cnt .bacara_choice2 .bacara_3rd h4{display:block;text-indent:-99999px;background:url('/img_kan/sp_dari.png') no-repeat;margin-bottom:10px;}
.bacara_cnt .bacara_choice2 .bacara_1st{/*width:130px;*/float:left; width:640px; height:200px; position:relative;}
.bacara_cnt .bacara_choice2 .bacara_2nd {/*width:205px*/float:left; width:215px; height:200px; position:relative;}
.bacara_cnt .bacara_choice2 .bacara_3rd{float:left; width:215px; height:200px; position:relative;}

.bacara_cnt .bacara_choice2 .bacara_1st h4{ margin:40px 0px 10px 65px;/*width:81px;height:20px; background-position:0 -414px;*/ background:url('/img_kan/bett_img/d_gtype1.png') no-repeat;}
.bacara_cnt .bacara_choice2 .bacara_2nd {border:1px solid #4a3b2d;border-top:none;border-bottom:none;/*height:160px*/ height:200px !important;}
.bacara_cnt .bacara_choice2 .bacara_2nd h4{ margin:40px 0px 10px 37px; /*width:137px;height:20px; background-position:0 -444px;*/ background:url('/img_kan/bett_img/d_gtype2.png') no-repeat;}
.bacara_cnt .bacara_choice2 .bacara_3rd h4{ margin:40px 0px 10px 31px; /*width:149px;height:20px; background-position:0 -472px;*/ background:url('/img_kan/bett_img/d_gtype3.png') no-repeat;}
.bacara_cnt .bacara_choice2 .bacara_1st li{/*clear:both;display:block;width:100%;*/}


.bacara_cnt .bacara_choice2 .bacara_1st h5{font-size:18px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:40px 0px 10px 0px; font-weight:700;}
.bacara_cnt .bacara_choice2 .bacara_2nd h5{font-size:18px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:40px 0px 10px 0px; font-weight:700;}
.bacara_cnt .bacara_choice2 .bacara_3rd h5{font-size:18px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:40px 0px 10px 0px; font-weight:700;}

@media (max-width: 767px) {
	
	.bacara_cnt .bacara_choice2 .b_player{ background:url('/img_kan/bett_img/btn_real_player2.png') no-repeat; background-size:150px 70px;}
	.bacara_cnt .bacara_choice2 .b_banker{ background:url('/img_kan/bett_img/btn_real_banker2.png') no-repeat; background-size:150px 70px;}
	
	.bacara_cnt .bacara_choice2 .b_player.focus{background:url('/img_kan/bett_img/btn_real_player_on2.png') no-repeat; background-size:150px 70px;}
	.bacara_cnt .bacara_choice2 .b_banker.focus{background:url('/img_kan/bett_img/btn_real_banker_on2.png') no-repeat; background-size:150px 70px;}
	
	
	.bacara_cnt .bacara_choice2{ background:#282828; height:140px; width:100%;}
	.bacara_cnt .bacara_choice2 .game_info{width:100% !important; background:#3e3e3e; text-align:left;font-size:1em; margin:0px; clear:both; padding:7px; }
	.bacara_cnt .bacara_choice2 .game_info strong.count {display:inline-block; font-size:1.2em; padding:0px; line-height:0px; border-bottom:none;}
	.bacara_cnt .bacara_choice2 .game_info em{display:inline-block;}
	.bacara_cnt .bacara_choice2 .game_info .end_time{float:right; font-size: 1em; font-weight: bold; margin:0;}

	.bacara_cnt .bacara_choice2 .bacara_1st{width:100%; height:100px; }
	.bacara_cnt .bacara_choice2 .bacara_2nd {width:33%; height:100px; }
	.bacara_cnt .bacara_choice2 .bacara_3rd {width:34%; height:100px; }

	.bacara_cnt .bacara_choice2 .bacara_1st h4, .bacara_cnt .bacara_choice2 .bacara_2nd h4, .bacara_cnt .bacara_choice2 .bacara_3rd h4{ margin:5px 0px 10px 5px;}
	.bacara_cnt .bacara_choice2 .bacara_1st h4 {background-size:54%;}
	.bacara_cnt .bacara_choice2 .bacara_2nd h4, .bacara_cnt .bacara_choice2 .bacara_3rd h4{background-size:90%;}

	.bacara_cnt .bacara_choice2 .bacara_1st h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:10px 0px; font-weight:700;}
	.bacara_cnt .bacara_choice2 .bacara_2nd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:10px 0px; font-weight:700;}
	.bacara_cnt .bacara_choice2 .bacara_3rd h5{font-size:14px; color:#00eaff; width:100%; text-align:center; padding-left:0px; margin:10px 0px; font-weight:700;}

	.bacara_cnt .bacara_choice2 input {font-size:11px; padding-top:28px; margin: 7px auto 0; width:150px;height:70px; }

	.bacara_cnt .bacara_choice2 .bet_disable{ padding-top:5px;font-size:35px; height:140px; margin:-2px 0 0 -1px;}

}


/*모바일 카트2*/
/* General styles for all menus */
.cbp-spmenu {
	position: fixed;
}

.cbp-spmenu .last {float:right;}
.cbp-cartbox-head {top:-23px; right:10px; float:right; position:relative;}


.cbp-spmenu ul { list-style:none; clear:both; overflow:hidden; padding:0px; margin:0px;   }

.cbp-cartbox {width:100%;}
.cbp-cartbox ul{border-bottom:1px solid #383f46; }
.cbp-cartbox li {float:left; padding:2px 7px; color:#9fa2a8;}
.cbp-cartbox .last {width:60%; text-align:right;}
.cbp-cartbox .form-control { height:20px; padding:5px 5px; line-height:0px; color: #00eaff; text-align:right; font-weight:bold; font-size:1em;}
.cbp-cartbox .input-group-addon {padding:5px 5px; line-height:0px;  color: #555;}


.cbp-spmenu .cbp-btnbox {position:relative; left:0px; top:0px; background:#204d74;}

.cbp-spmenu .cart-title {transform-origin: left top 0; font-size:15px; font-weight:600; 
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
   /* IE8 */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.cbp-spmenu-open .cart-title {transform: none; transform-origin: left top 0;filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);  }
.ie8 .cbp-spmenu .cart-title {position:relative; left:-30px; }
.ie8 .cbp-spmenu-open .cart-title {position:relative; left:0px;}


/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
@media (min-width: 768px){
	.cbp-spmenu-vertical {
		width: 240px;
		height: 579px;
		top: 0;
		z-index: 1000;
	}
}
@media (min-width: 481px) and (max-width:767px){
	.cbp-spmenu-vertical {
		width: 240px;
		height: 130px;
		top: 0;
		z-index: 1000;
	}
}
@media (max-width: 480px){
	.cbp-spmenu-vertical {
		width: 240px;
		height: 130px;
		top: 0;
		z-index: 1000;
	}
}
.cbp-spmenu-horizontal { z-index: 1000; }


.cbp-spmenu-right {
	right: -240px;
	top:210px;
}


.cbp-spmenu-right.cbp-spmenu-open {
	right: 80px;
}

/* Horizontal menu that slides from the top or bottom */


.cbp-spmenu-bottom {
	bottom: -150px;

}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
}


@media (max-width: 1023px) {
	/*.content {margin-bottom:150px;}*/
	
	.btn-scroll-to-top {display:none !important;}
	
	
	
	.cbp-spmenu ul {padding:0px; margin:0px; list-style:none;}
	
	.cbp-spmenu {
		width: 100%;
		position: fixed;
		top: auto;
		bottom: -2px;
		left: 0;
		right: 0;
	}
	
	
	.cbp-cart { display:block !important; height: 128px; box-sizing:border-box; border-top:1px solid #4c545a; bottom:0px; }
	.cbp-cartbox { float:left;  width:75%;}
	
	
	.cbp-cartlist {position: absolute;margin: 0 0 0 0px; height:auto; bottom:129px; width:100%; display:none;
		-webkit-transition:all 0.3s ease-out;
		-moz-transition:all 0.3s ease-out;
		-o-transition:all 0.3s ease-out;
		transition:all 0.3s ease-out;
	}
	
	
	.cbp-btn-list {
		position: relative; cursor:pointer; padding-top:5px;
		background:#000; width:30px; height:25px; text-align:center; margin-left:2px;
		border-top-right-radius:5px; border-top-left-radius:5px; box-sizing:border-box; border:1px solid transparent;}
	
	
	.cbp-btn-list .icon{overflow:hidden;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	}
	.cbp-cartlist-up .cbp-btn-list .icon  {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	}
	
	
	.cbp-cartlist-up. cbp-btn-list:hover .icon  {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	}
	
	.cbp-cartlist-up {
		height:25px;
		-webkit-transition:all 0.3s ease-out;
		-moz-transition:all 0.3s ease-out;
		-o-transition:all 0.3s ease-out;
		transition:all 0.3s ease-out;
		z-index:-100;
	}
	
	.cbp-listview { max-height:300px; background:#6c7275; color:#FFF;}
	.cbp-listbox {/*max-height:200px;*/max-height:58px; background:#6c7275; overflow:scroll; width:87%; float:left;}
	
	
	.cbp-cartbox-foot {float:right;width:25%;}
	.btn-bet {height:127px; width:100%; border-radius:0px; font-size:85%; box-sizing:border-box; text-align:Center;  padding-top:48px;}

}


.cartCbtn { display:none; }

@media (min-width: 1024px) {
	.sticky-fixed { position:fixed; top:0px;}
	.sticky-static { position:static; top:0px;}
	
	.cbp-listbox {max-height:300px; padding:3px 0px; background:#6c7275; margin-bottom:15px; width:87%; float:left;}
	
	.btn-bet { box-sizing:border-box; text-align:Center; width:230px; margin:10px 5px; }
	#stickyheader { background:#6c7275; width: 240px;}
	
	.cartCbtn { 
		display:block;
		width: 57px;
		height: 25px;
		margin:0 0 3px 0;
	}
}

.cbp-cart { background:#2d353c;}

.cbp-listview { max-height:500px; background:#6c7275; color:#FFF; padding:7px; box-sizing:border-box;}
.cbp-listview ul { border-bottom:1px solid #797e81; overflow:hidden;}

.cbp-listview li {float:left; line-height:2em; padding-top:2px; }

.label-away {background:#727cb6; }


/**
 * ================================
 * slideThree
 * ================================
 */

.CartBoxTop{float:right; padding-top: 21px;}

.bet_slip{
	color:#FC0; 
	font-weight:bold;    
	line-height: 30px;
    float: left;
    font-size: 16px;
	padding-right:4px;
}

.slideThree > section input[type="checkbox"] {
    visibility: hidden;
}

.slideThree > section {
    width: 82px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}                               

.ANIMATE {
    width: 80px;
    height: 26px;
    background: #333;
    border-radius: 50px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.4);
}
.ANIMATE:before,
.ANIMATE:after {
    position: absolute;
    z-index: 0;
    font:bold 12px/26px Arial, sans-serif;
    color: #000;
}
.ANIMATE:before {
    content: 'ON';
    color: #27ae60;
    position: absolute;
    left: 10px;
}
.ANIMATE:after {
    content: "OFF";
    right: 10px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .15);
}
.ANIMATE label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1;
    background: #fcfff4;
    border-radius: 50px;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    box-shadow: inset 0 -2px 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.ANIMATE input[type="checkbox"]:checked + label {
    left: 43px;
}

.updown_btn{
	width:100%; height:29px;border:1px solid #9c9c9c;border-top:none;
}

.league_name{
	
	max-width: 58%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: unset;
    display: inline-flex;
	
}

.TextCancle {
	text-decoration: line-through; color: red !important;
}


/*모바일 네비*/
.sport-nav{
	float: left;
	width: 100%;
	height:54px;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	transform: translateZ(0);
	margin-bottom: 12px;
}

.sport-nav > a{
	position: relative;
	padding:0 12px;
	display: inline-block;
	text-align: center;
	font-size:12px;
	vertical-align: top;	
	color:#fff;
}

.sport-nav img{
	width: 28px;
	height: 28px;
	margin-top: 7px;
}

.games-count {
	position: absolute;
	font-size: 8px;
	top: 0px;
	left: 46px;
	line-height: 12px;
	font-style: normal;
}	