﻿.lucky-wrap {
	background-image: url(../images/premium/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1198px;
}
.premium-devider {
	height: 100%;
	width: 5px;
	background-image: url(../images/premium/divider.png);
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	margin-left: 50%;
	margin-right: 50%;
}
#goldCount, 
#silverCount,
#ticketCount {
	position: absolute;
	color: #00ffff;
	width: 76px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.premium-tnc-box {
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #080808;
	color: #cccccc;
	font-size: 12px;
	line-height: 14px;
	padding: 15px 10px 5px;
	margin: 10px 0 20px;
}
.stike-lock {
	width: 100px;
	height: 100px;
	top: 125px;
	overflow: hidden;
	position: absolute;
}
.reel-num {
	width: 94px;
	height: 140px;
	top: 125px;
	overflow: hidden;
	position: absolute;
}
.reel-num img{
	margin-left: -27px;
}