body{
	background-color: #000;
	color: #969696;
	font-family: "Malgun Gothic", dotum, sans-serif;
	font-size: 14px;
	overflow: hidden;
}

/*css reset*/
body, p, h1, h2, h3, h4, h5, h6, ol, ul{
	margin: 0;
}
ol, ul{
	list-style-type: none;
	padding: 0;
}

html, body, .wrapper{
	height: 100%;
}

.wrapper{
	min-width: 700px;
	height: 600px;
	margin: auto;
	position: relative;
	overflow: hidden;
}


.baccarat{
	background: #000 url("../images/bg.png ") center top;
	background-size: cover;
}
.header{
	height: 33px;
	line-height: 33px;
	background-color: rgba(0, 0, 0, 0.8);
}
.header > h1{
	text-align: center;
}
.header > .title-info{
	float: left;
	margin-left: 10px;
}
.header .remain-sec{
	background-color: #0f7dbe;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
}
.header > .game-info{
	float: right;
	color: #fff;
	margin-right: 10px;
}
.header .next-game-seq{
	color: #86d9ff;
}
.card-img{
	padding-top: 30px;
	text-align: center;
}


.stage{
	margin-right: 50px;
	min-width: 600px;
	height: 570px;
	transition: margin-right 0.3s;
	position: relative;
}

.stage.list-show .game-play{
	/*padding: 0 10px;*/
}
.stage .game-play{
	padding: 0 20px;
	position: relative;
	transition: padding 0.3s;
}

@media (min-width: 800px) {
	.stage{
		margin-right: 50px;
	}
	.stage.list-show{
		margin-right: 170px;
	}
	.stage .game-play{
		padding: 0 10%;
	}
	.stage.list-show .game-play{
		padding: 0 10px;
	}
}
@media (min-width: 900px) {
	.stage .game-play{
		padding: 0 10%;
	}
	.stage.list-show .game-play{
		padding: 0 7%;
	}
}

.game-play > .player{
	float: left;
	width: 290px;
	margin-right: 2%;
}
.game-play > .banker{
	float: right;
	width: 290px;
}
.game-play .side-title{
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	height: 40px;
}
.title-player{
	color: #d69f9f;
}
.title-banker{
	color: #6cb6bd;
}
.game-play .cards{
	height: 130px;
}
.slot{
	width: 90px;
	height: 130px;
	float: left;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.4);
	background: url(../images/cards_view.png) 0 -560px;
}
.slot:not(:last-child){
	margin-right: 10px;
}

.slot.k1{
	background-position-y: 0;
}
.slot.k2{
	background-position-y: -140px;
}
.slot.k3{
	background-position-y: -280px;
}
.slot.k4{
	background-position-y: -420px;
}

.slot.n01{
	background-position-x: 0;
}
.slot.n02{
	background-position-x: -100px;
}
.slot.n03{
	background-position-x: -200px;
}
.slot.n04{
	background-position-x: -300px;
}
.slot.n05{
	background-position-x: -400px;
}
.slot.n06{
	background-position-x: -500px;
}
.slot.n07{
	background-position-x: -600px;
}
.slot.n08{
	background-position-x: -700px;
}
.slot.n09{
	background-position-x: -800px;
}
.slot.n10{
	background-position-x: -900px;
}
.slot.n11{
	background-position-x: -1000px;
}
.slot.n12{
	background-position-x: -1100px;
}
.slot.n13{
	background-position-x: -1200px;
}

.game-play .msg{
	display: none;
	background-color: rgba(0, 15, 37, 0.8);
	color: #e5cbab;
	white-space: nowrap;
	width: 400px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 86px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
	border-radius: 5px;
}


.game-play .sum{
	transition: all 0.3s;
	width: 38px;
	height: 38px;
	line-height: 35px;
	background-color: transparent;
	border-radius: 20px;
	text-align: center;
	margin: 10px auto;
	font-size: 20px;
	font-weight: 100;
}
.game-play .sum.on1{
	background-color: #001129;
	color: #917f77;
}
.game-play .sum.on1.on2{
	background-color: #000000;
	color: #e98a2e;
}


.recent-list{
	width: 170px;
	height: 540px;
	position: absolute;
	top: 33px;
	right: -120px;
	z-index: 1;
	transition: right 0.3s;
	cursor: pointer;
}
.recent-list.list-show{
	right: 0;
}
.recent-list > .recent-header{
	height: 30px;
	background-color: #0d1129;
	line-height: 25px;
	text-align: center;
}
.recent-list > .recent-header > .recent-title{
	width: 24px;
	height: 60px;
	background-color: #0d1129;
	color: #09a;
	position: absolute;
	top: 1px;
	left: -24px;
	line-height: 1em;
	border-radius: 6px 0 0 6px;
	padding: 10px 0;
}
.recent-list > .recent-header > div{
	float: left;
	width: 53px;
}
.recent-list > .recent-header > .title-seq{
	width: 28px;
}
.recent-list > .recent-header > .title-result{
	width: 28px;
}
.list-container{
	height: 100%;
}
.recent-list .list-view{
	background-color: rgba(0, 41, 54, 0.85);
	height: 100%;
	/*padding: 1px;*/
}
.recent-list .list-view > li{
	/*float: left;*/
	/*width: 160px;*/
	height: 20px;
	line-height: 20px;
	/*border-radius: 5px;*/
	/*background-color: #666;*/
	margin-right: 1px;
	margin-bottom: 1px;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.recent-list .list-view > li > div{
	float: left;
}
.recent-list .list-view .game-seq{
	width: 30px;
	font-size: 10px;
	color: #09a;
	text-align: center;
}
.recent-list .list-view .result{
	width: 20px;
	text-align: center;
}
.recent-list .list-view .score{
	width: 59px;
	padding-left: 5px;
	box-sizing: border-box;
}
.recent-list .list-view .score:last-child{
	border-left: 1px dashed rgba(0, 123, 161, 0.6);
}

.win-p{
	background-color: #d6616a;
}
.win-b{
	background-color: #3e92bd;
}

.pattern-list{
	width: 100%;
	height: 143px;
	background-color: rgba(4, 0, 36, 0.21);
	position: absolute;
	bottom: -112px;
	z-index: 1;
	transition: bottom 0.2s;
	cursor: pointer;
}
.pattern-list > .list-container{
	height: 125px;
}
.pattern-list.list-show{
	bottom: 0;
}
.pattern-list ul{
	height: 125px;
}
.pattern-list ul > li{
	margin-right: 1px;
	float: right;
	width: 30px;
	height: 125px;
}
.pattern-list ul > li > span{
	display: inline-block;
	width: 30px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
.pattern-list ul > li:first-child > span:first-child{
	border: 1px transparent solid;
	box-sizing: border-box;
	line-height: 18px;
	animation: blink 0.6s 30 alternate;
}
@keyframes blink {
	to{
		border-color: rgba(255, 255, 255, 0.6);
	}
}
.pattern-list ul > li:first-child{
	margin-right: 10px;
	/*animation: insert 0.6s;*/
}
.pattern-list ul > li.new-group{
	animation: insert 0.6s;
}
@keyframes insert {
	from{
		width: 0;
	}
	to{
		width: 30px;
	}
}
.pattern-list .pattern-list-title{
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	color: #e98a2e;
	/*text-align: center;*/
}
.pattern-list .pattern-list-title > .stat-text{
	color: #d1c2a6;
}
.pattern-list .pattern-list-title > .stat-text > em{
	color: #ffffff;
	font-style: normal;
	padding: 0 5px;
}