body{
	background-color: #333;
}

body, button, input{
	font-family: "Malgun Gothic", dotum, sans-serif;
	font-size: 14px;
	background-color: #333;
	color: #b1b1b1;
}

/*css reset*/
body, p, h1, h2, h3, h4, h5, h6, ol, ul{
	margin: 0;
}
ol, ul{
	list-style-type: none;
	padding: 0;
}
button, input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.ladder{
	background: url("../images/bg.png") center center;
	width: 830px;
	height: 667px;
	padding-top: 1px;
}
.ladder * {color:#b1b1b1 !important;}
.header{
	text-align: center;
	height: 75px;
}
.sound{
	width: 36px;
	height: 31px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	background: url(../images/sound-on.png) no-repeat;
	cursor: pointer;
}
.sound.off{
	background: url(../images/sound-off.png) no-repeat;
}
.game-title{
	margin-top: 15px;
}


.recent-list{
	float: left;
	width: 200px;
	margin-left: 20px;
}
.recent-list * {color:#b1b1b1 !important;}
.recent-list h3{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #b1b1b1;
	color:#999;
	padding: 6px 0;
	font-weight: normal;
	margin-bottom: 10px;
}
.recent-list .btn-stat{
	font-size: 11px;
	border: 1px solid #b1b1b1;
	background-color: transparent;
	padding: 0 5px;
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
}
.recent-list .btn-stat:hover{
	background-color: rgba(0, 180, 255, 0.2);
	color: #fff;
}
.list-container{
	height: 320px;
}
.stat-list{
	/*height: 320px;*/
	/*overflow: auto;*/
}
.stat-list li{
	height: 36px;
	line-height: 36px;
	padding: 2px 0;
}
.stat-list .result-item{
	float: right;
	height: 36px;
}
.stat-list .result-item li{
	float: left;
	width: 42px;
}


.game-play{
	float: right;
	width: 570px;
	padding-top: 20px;
}
.game-play > .inner{
	width: 280px;
	height: 300px;
	margin: 35px 0 0 50px;
}
.game-play .current-time{
	text-align: center;
	height: 30px;
}
.game-play .current-time > em{
	font-style: normal;
	color: #fff;
}
.game-play .ladder-line{
	position: absolute;
}
.game-play .slot-frame{
	position: relative;
	height: 270px;
}
.game-play .slot{
	position: absolute;
	z-index: 2;
}
.game-play .slot-left{
	left: 10px;
	top: 10px;
}
.game-play .slot-right{
	right: 10px;
	top: 10px;
}
.game-play .slot-odd{
	left: 10px;
	bottom: 10px;
}
.game-play .slot-even{
	right: 10px;
	bottom: 10px;
}

.game-play .ladder-line{
	height: 100px;
	width: 190px;
	margin: 83px 45px 0 45px;
}
.game-play .ladder-line .v-line{
	width: 10px;
	background-color: #000;
	height: 30px;
}
.game-play .ladder-line .left-line{
	float: left;
}
.game-play .ladder-line .right-line{
	float: right;
}


.paths{
	width: 100%;
	height: 100px;
	margin-top: -45px;
	position: relative;
	z-index: 1;
	font-size: 0;
	display: none;
}
.paths .bar{
	background-color: #fc0;
}
.paths .v-path{
	background-color: #222;
	width: 10px;
	height: 30px;
	position: absolute;
}
.paths .v-path > .bar{
	width: 10px;
	height: 0;
}
#p1{
	z-index: 10;
	top: 0;
}
#p3{
	z-index: 8;
	top: 20px;
}
#p5{
	z-index: 6;
	top: 40px;
}
#p7{
	z-index: 4;
	top: 60px;
}
#p9{
	z-index: 2;
	top: 80px;
}
.paths.num4 #p1,
.paths.num4 #p9{
	height: 20px;
}
.paths.num4 #p3{
	top: 10px;
}
.paths.num4 #p5{
	top: 30px;
}
.paths.num4 #p7{
	top: 50px;
}
.paths.num4 #p9{
	top: 70px;
}

.paths.right #p1,
.paths.left #p3,
.paths.right #p5,
.paths.left #p7,
.paths.right #p9{
	right: 0;
}

.paths .h-path{
	background-color: #222;
	width: 100%;
	height: 10px;
	/*margin-bottom: 10px;*/
	position: absolute;
	/*left: 10px;*/
}
.paths .h-path > .bar{
	width: 0;
	height: 10px;
}
#p2{
	z-index: 9;
	top: 10px;
}
#p4{
	z-index: 7;
	top: 30px;
}
#p6{
	z-index: 5;
	top: 50px;
}
#p8{
	z-index: 3;
	top: 70px;
}
.paths.num3 .h-paths{
	position: relative;
	top: 10px;
}
.paths.num3 #p8,
.paths.num3 #p9{
	display: none;
}
.paths.right .h-path#p2 > .bar,
.paths.left .h-path#p4 > .bar,
.paths.right .h-path#p6 > .bar,
.paths.left .h-path#p8 > .bar{
	margin-right: 0;
	margin-left: auto;
}



.game-play .ladder-line .next-game-info{
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	white-space: nowrap;
	clear: both;
	position: relative;
	width: 280px;
	margin-left: -45px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	color: #fff;
}



.orbit-deco{
	width: 380px;
	height: 380px;
	position: absolute;
	/*background-color: rgba(255,0,0,0.3);*/
	background: url("../images/circle.png") center center no-repeat;
	/*background:
			url("../images/circle1.png") center center no-repeat,
			url("../images/circle2.png") center -2px no-repeat,
			url("../images/circle3.png") 2px 4px no-repeat,
			url("../images/circle4.png") center 2px no-repeat;*/
}
.orbit-line{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	/*border: 1px dashed #fff;*/
	position: relative;
	transition: transform 1s;
	animation: orbit 60s linear infinite;
}
@keyframes orbit {
	100%{
		transform: rotate(360deg);
	}
}

.twinkle{
	width: 5px;
	height: 5px;
	background-color: #f60;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-left: 7px;
	transition: transform 1s;
}
.twinkle > img{
	animation: spin-ccw 5s linear infinite;
}
@keyframes spin-ccw {
	100%{
		transform: rotate(-360deg);
	}
}


.twinkle.t2{
	transform: translate(330px, 100px);
}
.twinkle.t3{
	transform: translate(130px, -170px);
}
.twinkle.t4{
	transform: translate(280px, -150px);
}
.twinkle.t5{
	transform: translate(200px, 180px);
}

.twinkle.t1 > img,
.twinkle.t2 > img{
	width: 50px;
	margin-top: -25px;
	margin-left: -25px;
}
.twinkle.t3 > img,
.twinkle.t4 > img,
.twinkle.t5 > img{
	width: 30px;
	margin-top: -15px;
	margin-left: -15px;
}


.orbit-line.game-on{
	animation-duration: 10s;
}
.orbit-line.game-on > .twinkle{
	animation-duration: 6s;
}
.orbit-line.game-on > .glow{
	animation-duration: 20s;
}

.glow{
	width: 0;
	height: 0;
	background-color: #0cf;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.8;
	animation: spin-ccw 120s linear infinite;
}
.glow > img{
	margin-top: -220px;
	margin-left: -212px;
}
@keyframes spin-ccw {
	100%{
		transform: rotate(-360deg);
	}
}





.footer{
	text-align: center;
	clear: both;
	padding-top: 50px;
}
.footer .info{
	margin-bottom: 20px;
	color: #fff;
}