
html{
	height:100%;
	overflow-y:scroll !important;
}
body {
	background-color:#000000;
	height:100%;
  	padding-right: 0 !important;
}
body.active{
	overflow:hidden;
}
input, button, select, a, p{
	outline:none !important;
	font-family:Jua;
}
.btn-over{
	position:relative;
	overflow:hidden;
}
.btn-over:after{
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transition: -webkit-transform 800ms;
    transition: transform 800ms;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-over:hover:after {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -130%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -130%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
}

.modal-open {
  padding-right: 0 !important;
}
.modal-open .modal::-webkit-scrollbar {
    width: 0px;
    background: transparent !important;
}
.modal-open .modal::-webkit-scrollbar-thumb {
    background:transparent;
}
.wrapper{
	width:100%;
	min-height:100%;
	float:left;
	position:relative;
	overflow-x:hidden;
}
.wrapper p{
	margin:0;
}
.wrapper ul{
	list-style:none;
	margin-bottom:0;
	width:auto;
	display:table;
	height:100%;
	padding:0;
}
.wrapper .li-link{
	list-style:none;
	width:auto;
	height:auto;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}

/* -- TOP -- */

.top-main{
	width:100%;
	height:29px;
	float:left;
	background-image:url(../images/bg/top.png);
	background-repeat:repeat-x;
	background-position:center;
}

/* -- NAV MAIN -- */

.nav-main{
	width:100%;
	height:110px;
	float:left;
	background-image:url(../images/bg/nav_main.png);
	background-repeat:repeat-x;
	background-position:center;
	box-shadow:0px 10px 40px rgba(0,0,0,0.78);
	position:relative;
	z-index:3;
}
.nav-main .center{
	width:1300px;
	height:100%;
	margin:0 auto;
}
.logo-cont{
	width:auto;
	height:100%;
	float:left;
	z-index:999;
	position:relative;
}
.ps-logo{
	width:163px;
	height:165px;
	display:inline-block;
	background-image:url(../images/logo/bg.png);
	background-size:100% 100%;
	position:relative;
	top:-16px;
	text-decoration:none;
	animation:logo_bg_anim 10s linear infinite;
	float:left;
}
@keyframes logo_bg_anim{
	0% {opacity:0;transform:rotate(90deg);}
	10% {opacity:1;transform:rotate(0deg);}
	95% {opacity:1;transform:rotate(0deg);}
	100% {opacity:0;transform:rotate(0deg);}
}
.ps-logo .pink{
	position:absolute;
	width:178.78%;
	left:-30%;
	top:20%;
	opacity:0;
	animation:pink_lg_anim 10s linear infinite;
}
@keyframes pink_lg_anim{
	0% {transform: perspective(400px) rotate3d(0, 1, 0, 90deg);opacity: 0;}
	10% {transform: perspective(400px) rotate3d(0, 1, 0, 90deg);opacity: 0;}
	15% {transform: perspective(400px) rotate3d(0, 1, 0, -20deg);}
	20% {transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}
	25% {transform: perspective(400px) rotate3d(0, 1, 0, -5deg);opacity: 1;}
	95% {transform: perspective(400px) rotate3d(0, 1, 0, -5deg);opacity: 1;}
	100% {transform: perspective(400px);opacity:0;}
}
.ps-logo .slot{
	position:absolute;
	width:49.70%;
	bottom:3%;
	left:19.50%;
	opacity:0;
	animation:slot_lg_anim 10s linear infinite;
}
@keyframes slot_lg_anim{
	0% {opacity:0;margin-left:-20px;}
	25% {opacity:0;margin-left:-20px;}
	27% {opacity:1;margin-left:0;}
	95% {opacity:1;margin-left:0;}
	100% {opacity:0;margin-left:0;}
}
.ps-logo .diamond{
	position:absolute;
	width:31.29%;
	right:0.50%;
	bottom:3%;
	opacity:0;
	animation:diamond_lg_anim 10s linear infinite;
}
@keyframes diamond_lg_anim{
	0% {opacity:0;transform:rotateY(0deg);}
	25% {opacity:0;transform:rotateY(0deg);}
	30% {opacity:1;transform:rotateY(0deg);}
	85% {opacity:1;transform:rotateY(360deg);}
	95% {opacity:1;transform:rotateY(360deg);}
	100% {opacity:0;transform:rotate(0deg);}
}
.ps-trademark{
	width:47px;
	height:31px;
	display:inline-block;
	float:left;
	position:relative;
	margin-left:8px;
	margin-top:38px;
}
.ps-trademark img{
	position:absolute;
}
.ps-trademark .arrow-up{
	top:0;
	left:0;
	right:0;
	margin:auto;
	animation:arow_up_anim 10s linear infinite;
}
@keyframes arow_up_anim{
	0% {opacity:0;transform:scale(2);}
	35% {opacity:0;transform:scale(2);}
	36% {opacity:1;transform:scale(1);}
	95% {opacity:1;transform:scale(1);}
	100% {opacity:0;transform:scale(1);}
}
.ps-trademark .arrow-down{
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	animation:arow_down_anim 10s linear infinite;
}
@keyframes arow_down_anim{
	0% {opacity:0;transform:scale(2);}
	41% {opacity:0;transform:scale(2);}
	42% {opacity:1;transform:scale(1);}
	95% {opacity:1;transform:scale(1);}
	100% {opacity:0;transform:scale(1);}
}
.ps-trademark .arrow-left{
	bottom:0;
	left:0;
	animation:arow_left_anim 10s linear infinite;
}
@keyframes arow_left_anim{
	0% {opacity:0;transform:scale(2);}
	37% {opacity:0;transform:scale(2);}
	38% {opacity:1;transform:scale(1);}
	95% {opacity:1;transform:scale(1);}
	100% {opacity:0;transform:scale(1);}
}
.ps-trademark .arrow-right{
	bottom:0;
	right:0;
	animation:arow_right_anim 10s linear infinite;
}
@keyframes arow_right_anim{
	0% {opacity:0;transform:scale(2);}
	39% {opacity:0;transform:scale(2);}
	40% {opacity:1;transform:scale(1);}
	95% {opacity:1;transform:scale(1);}
	100% {opacity:0;transform:scale(1);}
}
.sound-btn{
	float:left;
	width:31px;
	height:31px;
	border-radius:50%;
	border:none;
	background-color:#eb2084;
	color:#000;
	padding:5px 0;
	font-size:18px;
	margin-top:39px;
	margin-left:8px;
}
.sidenav{
	height:100%;
}
.sn-inner{
	height:100%;
}
.nav-links{
	float:left;
	margin-left:27px;
}
.nav-links .li-link{
	padding:0 19px;
	position:relative;
}
.nav-links .li-link .link-cont{
	text-decoration:none;
}
.nav-links .li-link .link-cont span{
	display:block;
	transition:0.3s;
}
.nav-links .li-link .link-cont span i{
	color:#eb2084;
	font-size:16px;
	position:relative;
	top:-1px;
}
.nav-links .li-link .link-cont .kr{
	color:#ffffff;
	font-size:20px;
	text-shadow:0px 0px 6px #cccccc;
}
.nav-links .li-link .link-cont .en{
	color:#5e606e;
	font-size:12px;
	text-shadow:0px 2px 2px #000;
}
.nav-links .li-link .link-cont:hover .kr{
	color:#eb2084;
	text-shadow:0px 0px 6px #d05692;
}
.nav-links .li-link .link-cont:hover .en{
	color:#bdbfca;
}
.nav-links .depth-cont{
	position:absolute;
	top:90px;
	left:50%;
	transform:translateX(-50%);
	width:260px;
	height:auto;
	display:inline-block;
	transition:0.5s;
	opacity:0;
	pointer-events:none;
}
.nav-links .depth-cont.small{
	width:200px;
}
.nav-links .depth-cont.active{
	top:90px;
	opacity:1;
	pointer-events:auto;
}
.nav-links .depth-cont .depth{
	width:100%;
	height:auto;
	float:left;
	background-color:#333333;
	padding:4px 3px;
}
.nav-links .depth-cont .depth a{
	width:100%;
	height:50px;
	float:left;
	background-color:#121118;
	border:solid 1px #121118;
	margin-bottom:3px;
	transition:0.3s;
}
.nav-links .depth-cont .depth a:last-child{
	margin-bottom:0;
}
.nav-links .depth-cont .depth a:hover{
	background-color:#eb2084;
	border:solid 1px #9b5678;
	box-shadow:inset 0px 3px 46px rgba(0,0,0,0.82);
}
.nav-links .depth-cont .depth a .img-cont{
	width:72px;
	height:100%;
	float:left;
	text-align:center;
	display:table;
}
.nav-links .depth-cont .depth a .img-cont span{
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}
.nav-links .depth-cont .depth a .text-cont{
	width:auto;
	height:100%;
	float:left;
	text-align:center;
	display:table;
}
.nav-links .depth-cont .depth a .text-cont p{
	color:#ffffff;
	font-size:17px;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
  	padding-left:12px;
}
.l-al-container{
	width:auto;
	height:100%;
	float:right;
	display:table;
}
.l-al-container .login-form{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.l-al-container .login-form2{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.l-al-container .login-form button{
	width:100px;
	height:36px;
	border:none;
	border-radius:18px;
	background-color:#eb2084;
	float:left;
	margin:0 3px;
	color:#ffffff;
	font-size:17px;
	padding:0;
	padding-top:2px !important;
	white-space:nowrap;
}
.l-al-container .after-login{
  	text-align: center;
  	vertical-align: middle;
}
.l-al-container .after-login .al-form{
	display:inline-block;
  	width:277px;
  	height:auto;
  	background-color:rgba(0,0,0,0.57);
  	border-radius:7px;
  	padding:8px;
  	position:relative;
  	top:3px;
}
.l-al-container .after-login .al-row{
  	width:100%;
  	height:auto;
  	float:left;
}
.l-al-container .after-login .al-row:last-child{
  	margin-top:2px;
}
.l-al-container .after-login .al-row .id-cont{
  	width:auto;
  	height:auto;
  	float:left;
  	color:#ffffff;
  	font-size:17px;
  	font-family:Jua;
  	text-shadow:0px 2px 2px #000;
  	cursor:pointer;
}
.l-al-container .after-login .al-row .id-cont span{
  	color:#eb2084;
  	font-size:13px;
  	margin-left:8px;
}
.l-al-container .after-login .al-row .logout-btn{
  	width:56px;
  	height:24px;
  	float:left;
  	padding:0;
  	white-space:nowrap;
  	border:none;
  	background-color:transparent;
  	background-image:url(../images/icon/logout_btn.png);
  	color:#f0bbbc;
  	font-size:13px;
  	text-shadow:0px 2px 2px #000;
  	box-shadow:0px 2px 5px #000;
  	float:right;
  	transition:0.3s;
  	padding-top:2px !important
}
.l-al-container .after-login .al-row .logout-btn:hover{
	color:#6adaa0;
  	background-image:url(../images/icon/logout_btn_on.png);
}
.l-al-container .after-login .al-row .money-info{
  	width:85px;
  	height:40px;
  	float:left;
  	border-radius:3px;
  	margin-right:3px;
  	padding:5px;
}
.l-al-container .after-login .al-row .money-info:nth-child(1){
	background-image:linear-gradient(#e9659b, #da386c);
}
.l-al-container .after-login .al-row .money-info:nth-child(2){
	background-image:linear-gradient(#298da3, #166c7f);
}
.l-al-container .after-login .al-row .money-info:nth-child(3){
	background-color:#eb7120;
	margin-right:0;
}
.l-al-container .after-login .al-row .money-info .labels{
	text-align:left;
  	font-size:13px;

}
.l-al-container .after-login .al-row .money-info:nth-child(1) .labels{
	color:#560827;
}
.l-al-container .after-login .al-row .money-info:nth-child(2) .labels{
	color:#8eddee;
}
.l-al-container .after-login .al-row .money-info:nth-child(3) .labels{
	color:#f7f1b4;
}
.l-al-container .after-login .al-row .money-info .amount{
  	color:#ffffff;
  	font-size:15px;
  	text-shadow:0px 1px 1px #000;
  	text-align:left;
  	position:relative;
  	top:-3px;
}

/* -- BANNER MAIN -- */

.banner-main{
	float:left;
	width:100%;
	height:auto;
	position:relative;
/*	background-color:#e83a86;*/
	background-color:#e83a86;
	border-top:solid 1px #0b050e;
}
.banner-main .banner-img{
	width:1920px;
	height:auto;
	margin:0 auto;
	position:relative;
}
.banner-main .banner-img .bg-img{
	width:100%;
}
.banner-main .banner-img .sep-img{
	position:absolute;
}
.banner-main .banner-img .panda{
	bottom:0%;
	left:10.50%;
	width:32.03%;
	animation:panda_anim 10s ease infinite;
}
@keyframes panda_anim {
	0% {margin-bottom:-10%;opacity:0;}
	10%{margin-bottom:0;opacity:1;}
	90%{margin-bottom:0;opacity:1;}
	100%{margin-bottom:0;opacity:0;}
}
.banner-main .banner-img .panda-coin{
	top:-4%;
	left:1.50%;
	width:40.62%;
	z-index:1;
	animation:coin_anim 10s ease infinite;
}
@keyframes coin_anim {
	0% {opacity:0;transform:scale(0);}
	20% {opacity:0;transform:scale(0);}
	25%{opacity:1;transform:scale(1);}
	90%{opacity:1;transform:scale(1);}
	100%{opacity:0;transform:scale(1);}
}
.banner-main .banner-img .frog{
	bottom:-9.50%;
	left:13.40%;
	width:6.88%;
	z-index:2;
	animation:fog_anim 10s ease infinite;
}
@keyframes fog_anim {
	0% {margin-bottom:-10%;opacity:0;}
	16% {margin-bottom:-10%;opacity:0;}
	21%{margin-bottom:0;opacity:1;}
	90%{margin-bottom:0;opacity:1;}
	100%{margin-bottom:0;opacity:0;}
}
.banner-main .banner-img .fairy{
	bottom:0;
	left:27.50%;
	width:13.62%;
	z-index:0;
	animation:fairy_anim 10s ease infinite;
}
@keyframes fairy_anim {
	0% {margin-left:-10%;opacity:0;}
	10% {margin-left:-10%;opacity:0;}
	20%{margin-left:0;opacity:1;}
	90%{margin-left:0;opacity:1;}
	100%{margin-left:0;opacity:0;}
}
.banner-main .banner-img .girl{
	bottom:-2.50%;
	right:14.50%;
	width:18.02%;
	z-index:1;
	animation:girl_anim 10s ease infinite;
}
@keyframes girl_anim {
	0% {margin-bottom:-10%;opacity:0;}
	3% {margin-bottom:-10%;opacity:0;}
	13%{margin-bottom:0;opacity:1;}
	90%{margin-bottom:0;opacity:1;}
	100%{margin-bottom:0;opacity:0;}
}
.banner-main .banner-img .girl-coin{
	bottom:-11.50%;
	right:14.50%;
	width:23.65%;
	animation:coin_anim 10s ease infinite;
}
.banner-main .banner-img .candy{
	bottom:-43%;
	right:18%;
	width:25.84%;
	animation:candy_anim 10s ease infinite;
}
@keyframes candy_anim {
	0% {margin-right:-10%;opacity:0;}
	10% {margin-right:-10%;opacity:0;}
	20%{margin-right:0;opacity:1;}
	90%{margin-right:0;opacity:1;}
	100%{margin-right:0;opacity:0;}
}
.banner-main .banner-img .cat{
	top:-1%;
	right:0;
	left:27%;
	margin:auto;
	width:5.53%;
	animation:cat_anim 10s ease infinite;
}
@keyframes cat_anim {
	0% {margin-top:-10%;opacity:0;}
	16% {margin-top:-10%;opacity:0;}
	21%{margin-top:0;opacity:1;}
	90%{margin-top:0;opacity:1;}
	100%{margin-top:0;opacity:0;}
}
.banner-main .banner-text{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.banner-main .banner-text .carousel{
	height:100%;
}
.banner-main .banner-text .carousel .carousel-inner{
	height:100%;
}
.banner-main .banner-text .carousel .carousel-inner .item{
	height:100%;
	text-align:center;
}
.banner-main .banner-text .text-cont{
	width:auto;
	display:inline-block;
	text-align:left;
	position:relative;
	top:30%;
/*	transform:translateY(-50%);*/
	animation:car_text_anim 3.5s ease 1;
	opacity:0;
}
@keyframes car_text_anim {
	0% {opacity:0;}
	25%{opacity:1;}
	75%{opacity:1;}
	100%{opacity:0;}
}
.banner-main .banner-text .text-cont .info{
	color:#f5d605;
	font-size:34px;
	text-shadow:0px 2px 2px #000;
}
.banner-main .banner-text .text-cont .title{
	color:#ffffff;
	font-size:48px;
	text-shadow:0px 3px 3px #000;
	margin-top:-5px;
}
.banner-main .banner-text .text-cont .sub{
	color:#ffffff;
	font-size:28px;
	text-shadow:0px 2px 2px #000;
	margin-top:-13px;
}
.banner-main .banner-text .text-cont .yellow{
    color:#f5d605;
}
.banner-main .banner-text .text-cont .blue{
    color:#3ee4e6;
}
/* -- JACKPOT CONTAINER -- */

.jackpot-container{
	width:100%;
	height:100px;
	float:left;
	background-color:#050507;
	border-bottom:solid 1px #272736;
	box-shadow:0px 1px 2px #0d0d15;
	position:relative;
	z-index:1;
	text-align:center;
}
.jackpot-container .center{
	width:auto;
	height:100%;
	display:inline-block;
	position:relative;
}
.jackpot-container .jackpot-div{
	width:auto;
	height:100%;
	float:left;
	padding:0 60px;
	position:relative;
}
.jackpot-container .jackpot-div:before{
	content : "";
  	position: absolute;
  	right   : 0;
  	top  : 0;
  	bottom  : 0;
  	margin:auto;
  	height  : 45%;
  	width   : 1px;
  	background-color:#50253a;
}
.jackpot-container .jackpot-div:last-child:before{
  	width   : 0;
}
.jackpot-container .jackpot-div .labels{
	width:auto;
	height:100%;
	float:left;
	display:table;
}
.jackpot-container .jackpot-div .labels .label-cent{
	display:table-cell;
  	text-align:left;
  	vertical-align: middle;
}
.jackpot-container .jackpot-div .labels .label-cent p{
	/*line-height:;*/
}
.jackpot-container .jackpot-div .labels .label-cent .stars{
	color:#999999;
	font-size:16px;
}
.jackpot-container .jackpot-div .labels .label-cent .stars .active{
	animation:j_star_anim 1s ease infinite;
}
@keyframes j_star_anim {
	0% {color:#999999;}
	50% {color:#eb2084;}
	100% {color:#999999;}
}
.jackpot-container .jackpot-div .labels .label-cent .category{
	color:#fff;
	font-size:34px;
	text-shadow:0px 0px 6px #cccccc;
	margin-top:-5px;
}
.jackpot-container .jackpot-div .labels .label-cent .jackpot{
	color:#eb2084;
	font-size:14px;
	margin-top:-10px;
}
.jackpot-container .jackpot-div .amount{
	width:auto;
	height:100%;
	float:left;
	display:table;
}
.jackpot-container .jackpot-div .amount p{
	color:#eb2084;
	font-size:50px;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
  	padding-left:25px;
  	position:relative;
  	top:4px;
}

/* -- BODY MAIN -- */

.body-main{
	width:100%;
	height:auto;
	float:left;
	background-image:url(../images/bg/body.png);
	text-align:center;
	border-bottom:solid 1px #272736;
}
.body-main .center{
	width:1300px;
	height:auto;
	display:inline-block;
	position:relative;
}
.body-main .bg-img-left{
	position:absolute;
	left:-306px;
	top:194px;
	z-index:0;
	pointer-events:none;
}
.body-main .bg-img-right{
	position:absolute;
	right:-307px;
	top:160px;
	z-index:0;
	pointer-events:none;
}
.hot-game-cont{
	width:100%;
	height:auto;
	display:inline-block;
	background-color:#211e1f;
	margin-top:28px;
	position:relative;
	z-index:1;
	border-radius:10px;
	padding:4px;
}
.hot-game-cont:after{
	content : "";
  	position: absolute;
  	left    : 0;
  	top  : 0;
  	height  : 100%;
  	width   : 100%;
	animation:hg_anim 1.3s linear infinite;
	border:solid 4px #f279b5;
	border-radius:10px;
	pointer-events:none;
}
@keyframes hg_anim {
	0% {box-shadow:0px 0px 20px transparent, inset 0px 0px 20px transparent;}
	40% {box-shadow:0px 0px 20px #d45091, inset 0px 0px 20px #d45091;}
	60% {box-shadow:0px 0px 20px #d45091, inset 0px 0px 20px #d45091;}
	100% {box-shadow:0px 0px 20px transparent, inset 0px 0px 20px transparent;}
}
.hot-game-cont .head{
	width:100%;
	height:63px;
	float:left;
	display:table;
	background-image:url(../images/bg/hg_head.png);
	box-shadow:0px 7px 18px #000;
	border-radius:9px 9px 0px 0px;
}
.hot-game-cont .head p{
	color:#8f0606;
	font-size:42px;
	text-shadow:0px 0px 16px #eb2084;
	-webkit-text-stroke: 3px #f279b5;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.hot-game-cont .head p i{
	font-size:20px;
	position:relative;
	top:-6px;
}
.hot-game-cont .head p .hot{
	animation:hgh_hot_anim 3s linear infinite;
}
@keyframes hgh_hot_anim {
	0% {text-shadow:0px 0px 16px #eb2084;}
	10% {text-shadow:0px 0px 16px #eb2084;}
	12% {text-shadow:0px 0px 16px transparent;}
	14% {text-shadow:0px 0px 16px #eb2084;}
	16% {text-shadow:0px 0px 16px transparent;}
	18% {text-shadow:0px 0px 16px #eb2084;}
	100% {text-shadow:0px 0px 16px #eb2084;}
}
.hot-game-cont .head p .games{
	color:#fff;
	-webkit-text-stroke: 0px #f279b5;
	text-shadow:0px 0px 6px #fff;
	animation:hgh_games_anim 3s linear infinite;
}
@keyframes hgh_games_anim {
	0% {text-shadow:0px 0px 6px #fff;}
	20% {text-shadow:0px 0px 6px #fff;}
	22% {text-shadow:0px 0px 6px transparent;}
	24% {text-shadow:0px 0px 6px #fff;}
	26% {text-shadow:0px 0px 6px transparent;}
	28% {text-shadow:0px 0px 6px #fff;}
	100% {text-shadow:0px 0px 6px #fff;}
}
.hot-game-cont .head .bg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	pointer-events:none;
}
.hot-game-cont .body{
	width:100%;
	height:auto;
	float:left;
	background-image:url(../images/bg/hg_body.png);
	padding:15px 1.50%;
	position:relative;
    display:flex;
    flex-wrap: wrap;
    justify-content:flex-start;
}
.hg-game-btn{
	width:15.15%;
	height:auto;
	display:inline-block;
	position:relative;
	border-radius:10px;
	border:solid 1px #383637;
	box-shadow:0px 6px 1px #000;
	overflow:hidden;
	margin:11px 0.75%;
	position:relative;
	background-color:#000;
	transition:0.5s;
	top:0;
}
@media(max-width:1200px){
    .hg-game-btn{
        width:18.5%;
    }
}
@media(max-width:1000px){
    .hg-game-btn{
        width:23.5%;
    }
}
.hg-game-btn:hover{
	border:solid 1px #eb2084;
}
.hg-game-btn:before{
	content : "";
  	position: absolute;
  	left    : 0;
  	top  : 0;
  	width   : 0;
  	height  : 0;
  	border-top:3px solid #eb61a5;
  	border-right:3px solid #eb61a5;
  	z-index:1;
  	border-radius:9px;
  	opacity:0;
}
.hg-game-btn:after{
	content : "";
  	position: absolute;
  	right    : 0;
  	bottom  : 0;
  	width   : 0;
  	height  : 0;
  	border-bottom:3px solid #eb61a5;
  	border-left:3px solid #eb61a5;
  	z-index:1;
  	border-radius:9px;
  	opacity:0;
}
.hg-game-btn:hover:before{
  	animation:game_over_anim 1s ease 1 forwards;
}
.hg-game-btn:hover:after{
  	animation:game_over_anim 1s ease 1 forwards;
}
@keyframes game_over_anim{
	0% {width:0;height:3px;opacity:0;}
	50% {width:100%;height:3px;opacity:1;}
	100% {width:100%;height:100%;opacity:1;}
}
.hg-game-btn img{
	width:100%;
    height:100%;
	transition:0.5s;
}
.hg-game-btn:hover img{
	transform:scale(1.1);
}
.hg-game-btn .overlay{
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	opacity:0;
	transition:0.5s;
}
.hg-game-btn:hover .overlay{
	opacity:1;
}
.hg-game-btn .overlay:after{
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transition: -webkit-transform 800ms;
    transition: transform 800ms;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hg-game-btn .overlay:hover:after {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -130%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -130%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
}
.hg-game-btn .overlay div{
	width:100%;
	height:100%;
	float:left;
	display:table;
}
.hg-game-btn .overlay div span{
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}
.hg-game-btn .overlay button{
	width:40px;
	height:40px;
	border-radius:50%;
	border:none;
	background-color:#eb2084;
	padding:6px 13px;
	color:#fff;
	font-size:22px;
}
.hg-game-btn .overlay p{
	color:#fff;
	font-size:16px;
	margin-top:5px;
}
.hg-game-btn .footer{
	width:100%;
	height:40px;
	background-color:rgba(0,0,0,0.84);
	position:absolute;
	left:0;
	bottom:0;
	display:table;
	transition:0.5s;
}
.hg-game-btn:hover .footer{
	opacity:0;
}
.hg-game-btn .footer p{
	color:#ffffff;
  	font-size:18px;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}

/* -- GAME COMPANY -- */

.game-company-cont{
	width:100%;
	height:auto;
	float:left;
	margin-top:32px;
	position:relative;
	z-index:1;
}
.game-company-cont .head{
	width:100%;
	height:66px;
	float:left;
	background-color:#211e1f;
	background-image:url(../images/bg/owl_head.png);
	border-radius:10px;
	border:solid 3px #cc49e4;
	box-shadow:0px 0px 14px #d153c7, inset 0px 0px 8px #0e0d0d;
	display:table;
	padding:0 15px;
}
.game-company-cont .head p{
	color:#fff;
	font-size:30px;
	text-shadow:0px 0px 6px #fff;
	display: table-cell;
  	text-align:left;
  	vertical-align: middle;
}
.game-company-cont .head p i{
	color:#300f56;
	font-size:18px;
	text-shadow:0px 0px 13px #d153c7;
	-webkit-text-stroke: 2px #d55beb;
	position:relative;
	top:-4px;
	margin-right:5px;
}
.game-company-cont .head .btn-grp{
	display: table-cell;
  	text-align:right;
  	vertical-align: middle;
  	padding-top:5px;
  	padding-right:8px;
}
.game-company-cont .head .btn-grp button{
	background-color:transparent;
	border:none;
	width:46px;
	height:46px;
	padding:0;
	background-image:url(../images/icon/owl_nav.png);
	background-repeat:no-repeat;
	transition:0.3s;
	margin:0 -8px;
}
.game-company-cont .head .btn-grp .gc-nav-right{
	transform:rotate(180deg);
}
.game-company-cont .head .btn-grp button:hover{
	background-image:url(../images/icon/owl_nav_on.png);
}
.game-company-cont .body{
	width:100%;
	height:auto;
	float:left;
	margin-top:15px;
	margin-bottom:17px;
}
.gc-owl .owl-stage-outer{
	padding:10px 0;
}
.comp-game-btn{
	width:94% !important;
	height:auto;
	display:inline-block;
	border-radius:10px;
	border:solid 1px #26262e;
	box-shadow:0px 0px 7px #fb79f8, 0px 9px 0px #0b0a0b;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	top:0;
}
.comp-game-btn:hover{
	top:-10px;
}
.comp-game-btn:before{
	content : "";
  	position: absolute;
  	left    : 0;
  	top  : 0;
  	width   : 0;
  	height  : 0;
  	border-top:3px solid #eb61a5;
  	border-right:3px solid #eb61a5;
  	z-index:1;
  	border-radius:9px;
  	opacity:0;
}
.comp-game-btn:after{
	content : "";
  	position: absolute;
  	right    : 0;
  	bottom  : 0;
  	width   : 0;
  	height  : 0;
  	border-bottom:3px solid #eb61a5;
  	border-left:3px solid #eb61a5;
  	z-index:1;
  	border-radius:9px;
  	opacity:0;
}
.comp-game-btn:hover:before{
  	animation:game_over_anim 1s ease 1 forwards;
}
.comp-game-btn:hover:after{
  	animation:game_over_anim 1s ease 1 forwards;
}
@keyframes game_over_anim{
	0% {width:0;height:3px;opacity:0;}
	50% {width:100%;height:3px;opacity:1;}
	100% {width:100%;height:100%;opacity:1;}
}
.comp-game-btn .overlay{
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	opacity:0;
	transition:0.5s;
}
.comp-game-btn:hover .overlay{
	opacity:1;
}
.comp-game-btn .overlay:after{
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transition: -webkit-transform 800ms;
    transition: transform 800ms;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comp-game-btn .overlay:hover:after {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -130%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -130%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
}
.comp-game-btn .overlay div{
	width:100%;
	height:100%;
	float:left;
	display:table;
}
.comp-game-btn .overlay div span{
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}
.comp-game-btn .overlay button{
	width:auto;
	height:40px;
	border-radius:10px;
	border:none;
	background-color:#eb2084;
	padding:0 15px;
	color:#fff;
	font-size:18px;
	white-space:nowrap;
}
.comp-game-btn .overlay p{
	color:#fff;
	font-size:16px;
	margin-top:5px;
}
.comp-game-btn .main-img{
	width:100%;
}
.comp-game-btn .footer{
	width:100%;
	height:42px;
	position:absolute;
	background-color:rgba(0,0,0,0.75);
	bottom:13px;
	left:0;
}
.comp-game-btn .footer img{
	position:absolute;
	top:0;
	bottom:0;
	left:10px;
	margin:auto;
}
.comp-game-btn .footer p{
	position:relative;
/*	float:right;*/
	right:4px;
	top:50%;
	transform:translateY(-45%);
	color:#eb2084;
	font-size:25px;
	text-align:center;
}
.owl-stage .item{
	transition:linear !important;
}
/*
.owl-stage .item{
	position:relative;
 	transform:translateX(0);
 	animation: example1 30s linear infinite;
}
@keyframes example1 {
	 0%   {
	 transform: translateX(0);
	 }
	 100% {
	 transform: translateX(-1210%);
	 }
}
*/

/* -- BOARD MAIN -- */

.board-main{
	width:100%;
	height:auto;
	float:left;
	background-color:#000;
	text-align:center;
	padding-top:47px;
	padding-bottom:40px;
	position:relative;
	border-top:solid 1px #0d0d14;
}
.board-main:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:center bottom 1px;
	background-image:url(../images/bg/board.png);
	background-repeat:no-repeat;
	z-index:0;
}
.board-main:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:center bottom 1px;
	background-image:url(../images/bg/board.png);
	background-repeat:no-repeat;
	transform:rotateX(180deg);
	z-index:1;
}
.board-main .board-cont{
	width:auto;
	height:auto;
	display:inline-block;
	z-index:2;
	position:relative;
	vertical-align:top;
	margin:0 14px;
}
.board-main .board-cont td{
	font-family:Jua;
}
.board-main .board-cont.not-eve{
	width:500px;
}
.not-eve-board{
	width:100%;
	height:auto;
	float:left;
}
.not-eve-board .head{
	width:100%;
	height:54px;
	border-radius:10px;
	border:solid 1px #26262e;
	background-color:rgba(38,38,46,0.38);
	position:relative;
	display:table;
	padding-left:94px;
}
.not-eve-board .head .icon{
	position:absolute;
	left:16px;
	bottom:0;
}
.not-eve-board .head .icon{
	position:absolute;
	left:16px;
	bottom:0;
}
.not-eve-board .head .title{
	color:#f43b98;
	font-size:21px;
	text-shadow:0px 0px 7px #cf5994;
	display: table-cell;
  	text-align:left;
  	vertical-align: middle;
}
.not-eve-board .head .more-link{
	color:#cccccc;
	font-size:13px;
	text-shadow: 0px 0px 7px transparent;
	display: table-cell;
  	text-align:right;
  	vertical-align: middle;
  	padding-right:15px;
  	transition:0.3s;
  	text-decoration:none;
}
.not-eve-board .head .more-link:hover{
	text-decoration:none;
	text-shadow: 0px 0px 7px #fff;
}
.not-eve-board .body{
	width:100%;
	height:auto;
}
.not-eve-board .body table{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0;
}
.not-eve-board .body table tr{
	height:33px;
	text-align:center;
}
.not-eve-board .body table tr td{
	color:#ffffff;
	font-size:13px;
}
.not-eve-board .body table tr td:nth-child(2){
	text-align:left;
}
.not-eve-board .body table tr td a{
	color:#ffffff;
	font-size:15px;
}
.not-eve-board .body table tr td a:hover{
	color:#eb2084;
}
.new-btn{
	width:34px;
	height:16px;
	padding:0;
	white-space:nowrap;
	border-radius:3px;
	border:none;
	background-color:#eb2084;
	color:#ffffff;
	font-size:10px;
}
.board-main .board-cont.withdrawal{
	width:450px;
}
.withdrawal-board{
	width:100%;
	height:auto;
	float:left;
	border-radius:10px;
	border:solid 3px #171719;
	background-color:rgba(38,38,46,0.25);
}
.withdrawal-board .head{
	width:100%;
	height:51px;
	float:left;
	background-color:rgba(0,0,0,0.25);
	border-radius:9px 9px 0px 0px;
	position:relative;
}
.withdrawal-board .head span{
	width:auto;
	height:100%;
	position:relative;
	display:table;
	margin:0 auto;
}
.withdrawal-board .head span img{
	position:absolute;
	bottom:2px;
	left:0;
}
.withdrawal-board .head span p{
	color:#f0ebeb;
	font-size:24px;
	text-shadow:0px 0px 7px #ffffff;
	padding-left:76px;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}
.withdrawal-board .body{
	width:100%;
	height:auto;
	float:left;
	padding:0 20px;
}
.withdrawal-board .body table{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}
.withdrawal-board .body table tr{
	height:55px;
	border-bottom:solid 1px #1d1b1d;
	transition:0.3s;
	cursor:pointer;
}
.withdrawal-board .body table tr:hover{
	background-color:rgba(0,0,0,0.50);
}
.withdrawal-board .body table tr .user{
	color:#cccccc;
	font-size:16px;
	text-align:left;
}
.withdrawal-board .body table tr .amount{
	color:#eb2084;
	font-size:18px;
}
.withdrawal-board .body table tr .date{
	color:#cccccc;
	font-size:14px;
	text-align:right;
}
.carousel-dep-wit{
	width:100%;
}
.carousel-dep-wit .carousel-inner .item .list{
	width:100%;
	margin-top: 0px;
	animation:1;
	animation-name:deposit_list;
	animation-duration:0.3s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
	opacity:0;
	cursor:pointer;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(1){
	animation-delay: 0.1s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(2){
	animation-delay: 0.2s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(3){
	animation-delay: 0.3s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(4){
	animation-delay: 0.4s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(5){
	animation-delay: 0.5s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(6){
	animation-delay: 0.6s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(7){
	animation-delay: 0.8s;
}
.carousel-dep-wit .carousel-inner .item .list:nth-child(8){
	animation-delay: 1s;
}
@keyframes deposit_list {
	0% { transform: translateY(-15px); opacity:0;}
	100%{ transform: translateY(0px); opacity:1;}
}
.board-main .board-cont.gameguide{
	width:262px;
}
.gameguide-board{
	width:100%;
	height:auto;
	float:left;
}
.gameguide-board .head{
	width:100%;
	height:54px;
	float:left;
	border-radius:10px;
	border:solid 1px #26262e;
	background-color:rgba(38,38,46,0.38);
	display:table;
}
.gameguide-board .head p{
	color:#cccccc;
	font-size:21px;
	text-shadow:0px 1px 1px #000;
	display: table-cell;
  	text-align:left;
  	vertical-align: middle;
  	padding-left:18px;
}
.gameguide-board .head p i{
	color:#eb2084;
	font-size:20px;
	margin-right:8px;
}
.gameguide-board .body{
	width:100%;
	height:auto;
	float:left;
	margin-top:8px;
}
.gameguide-btn{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin:20px 0;
	text-decoration:none !important;
	position:relative;
	left:0;
	transition:0.5s;
}
.gameguide-btn:hover{
	left:10px;
}
.gameguide-btn .img-cont{
	width:67px;
	height:100%;
	display:inline-block;
	vertical-align:top;
}
.gameguide-btn .img-cont img{
	position:relative;
	top:0;
}
.gameguide-btn:hover .img-cont img{
	position:relative;
	top:0;
	animation:gameguide_anim 1s ease infinite;
}
@keyframes gameguide_anim {
	0% {top:0;}
	50%{top:5px;}
	100%{top:0;}
}
.gameguide-btn .text-cont{
	width:164px;
	height:100%;
	display:inline-block;
	padding-top:5px;
	vertical-align:top;
}
.gameguide-btn .text-cont .name{
	color:#cccccc;
	font-size:22px;
}
.gameguide-btn .text-cont .download{
	color:#eb2084;
	font-size:12px;
}
.gameguide-btn:hover .text-cont .name{
	text-shadow:0px 0px 7px #ccc;
}

/* -- FOOTER COMPANY -- */

.footer-company{
	width:100%;
	height:auto;
	float:left;
	border-top:solid 3px #1d1d26;
	background-color:#1e1e31;
	text-align:center;
	padding:20px 0;
	position:relative;
	z-index:1;
}
.footer-company img{
	display:inline-block;
	margin:0 10px;
}

/* -- FOOTER MAIN -- */

.footer-main{
	width:100%;
	height:auto;
	float:left;
	background-color:#1d1d26;
	text-align:center;
	padding:26px 0;
	position:relative;
	z-index:1;
}
.footer-main p{
	color:#cccccc;
	font-size:9px;
	font-family:Noto Sans KR;
	margin-top:20px;
}

/* -- GO TO TOP -- */

.gtb_cont{
	width:100%;
	min-width:1540px;
	height:auto;
	position:fixed;
	bottom:30px;
	z-index:999;
	pointer-events:none;
}
.gtb_cont button{
    float:right;
    border:none;
    margin-right:30px;
    background: #eb2084;
    width:51px;
    height:51px;
    color: #fff;
    font-size:24px;
    text-align: center;
    cursor: pointer;
    z-index:999 !important;
    pointer-events:auto;
    transition:0.5S;
    border-radius:50%;
}

/* GAMES SUB PAGE */

.body-main.sub-pg{
	padding-bottom:30px;
}
.gamelist-btn-grp{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:30px;
	position:relative;
	z-index:1;
}
.gamelist-btn-grp div{
	width:96%;
	height:auto;
	display:inline-block;
}
.gamelist-btn-grp button{
	width:19.2%;
	height:45px;
	float:left;
	margin-bottom:5px;
	margin-left:0.25%;
	margin-right:0.25%;
	font-size:20px;
	font-weight:900;
	padding:0;
	white-space:nowrap;
}
.gamelist-btn-grp button.w-txt{
	padding-top:5px;
}
.gamelist-btn-grp button:hover{
	background-image: linear-gradient(#fdd661, #fdbd4c);
	border:solid 0 #e3c4cf;
}
.gamelist-btn-grp button.w-txt img{
	position:relative;
	top:-2px;
	height:30px;
}
.gamelist-btn-grp button.active{
	color:#fff !important;
	border:solid 2px #e3c4cf;
	background-image: linear-gradient(#e8689c, #da3a6e);
}
.gamelist-btn-grp button.active img{
	filter:invert(100%);
	height:30px;
}


/* --  * * * * * * * * * * * * * * * * * * *  * -- */

	/* --         P I N K S L O T M O D A L S        -- */

/* --  * * * * * * * * * * * * * * * * * * *  * -- */


.pinks-modal{
	height:auto;
	position:absolute;
	top:10%;
	right:0;
	left:0;
	margin:auto;
	background-color: #27262e;
	box-shadow:0px 2px 5px #000, inset 0px 3px 10px #000;
	padding:8px 7px;
	margin-bottom:20px;
	border-radius:16px;
	z-index:1000;
}
.pinks-modal.sub-pg{
	position:relative;
	top:0;
	display:inline-block;
	margin-top:10px;
	margin-bottom:0;
	z-index:997;
}

/* Header */

.pinks-modal .header{
	width:100%;
	height:42px;
	float:left;
	border:solid 1px #5e3449;
	background-color:#e41d7f;
	background-image:url(../images/bg/modal_head.png);
	background-repeat:no-repeat;
	background-position:left 1px top 1px;
	border-radius:15px;
}
.pinks-modal .header .mdl-title{
	float:left;
	color:#fff;
	font-size:21px;
	font-family:Jua;
	text-shadow:0px 1px 1px #000;
	margin-top:7px;
	margin-left:16px;
}
.pinks-modal .header .mdl-title img{
	position:relative;
	top:-1px;
	margin-right:2px;
}
.pinks-modal .header .close-btn{
	float:right;
	width:30px;
	height:30px;
	background-color:#5b1a3a;
	background-image:url(../images/icon/modal_close.png);
	background-repeat:no-repeat;
	background-position:center;
	border:none;
	margin-top:0px;
	transition:0.5s;
	padding:0;
	line-height:0;
	border-radius:15px;
	margin-top:4px;
	margin-right:2px;
}
.pinks-modal .header .close-btn:hover{
	background-color:#ded0d7;
	background-image:url(../images/icon/modal_close_on.png);
}



.modal_body{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
    padding:0 1px;
    background-image:url(../images/bg/modal_body.png);
    border-radius:15px;
    margin-top:5px;
    border:solid 1px #201f25;
    box-shadow:0px 2px 5px #000;
}
.modal_body .form-group{
	width:auto;
	height:auto;
	display:inline-block;
	margin-bottom: 15px;
}
.modal_body .form-group.all-text{
	margin-bottom:15px;
}
.modal_body .form-group:first-child{
	margin-top:14px;
}
.modal_body .form-group div{
	height:auto;
	float:left;
}
.modal_body .form-group div:first-child{
	width:97px;
}
.modal_body .form-group div:first-child p{
	float:left;
	color:#ffffff;
	font-size:16px;
	margin-top:9px;
	margin-bottom:0;
}
.modal_body .form-group div:first-child p.yellow{
	color:#e6e04b;
}
.modal_body .form-group div:first-child p svg{
	color:red;
	font-size:5px;
	position:relative;
	top:-3px;
	text-shadow:none;
	margin-right:5px;
}
.modal_body .form-group div:last-child{
	width:280px;
}
.modal_body .form-group div:last-child p{
	float:right;
	color:#e51d80;
	font-size:30px;
	text-shadow:0px 2px 2px #000;
	margin:0;
}
.modal_body .form-group div:last-child p.small{
	float:left;
	color:#fff;
	font-size:20px;
	text-shadow:none;
	margin-top:5px;
}
.modal_body .form-group div:last-child .info{
	float:left;
	color:#f9cde3;
	font-size:16px;
	margin:0;
	margin-top:5px;
	text-shadow:none;
}
.modal_body .form-group div:last-child input{
	width:100%;
	height:40px;
	float:left;
	background-color:#ffffff;
	border:none;
	padding-left:18px;
	color:#3c1427;
	font-size:16px;
	border-radius:5px;
}
.modal_body .form-group div.w-btn input{
	width:75%;
}
.modal_body .form-group div.w-btn button{
	width:24%;
	height:40px;
	border:none;
	padding:0;
	white-space:nowrap;
	background-color:#f5de5d;
	margin-left:1%;
	border-radius:5px;
	color:#3c1427;
	font-size:16px;
}
.modal_body .form-group div:last-child input::-webkit-input-placeholder {
	color:gray;
	font-size:15px;
}
.modal_body .form-group div:last-child select{
	width:100%;
	height:40px;
	float:left;
	background-color:#fff;
	border:none;
	padding-left:10px;
	color:#3c1427;
	font-size:16px;
	border-radius:5px;
	position:relative;
}
.modal_body .form-group div:last-child label{
	position:relative;
	width:100%;
	height:40px;
	float:left;
}
.modal_body .form-group div:last-child label i{
	position:absolute;
	right:3px;
	top:5px;
	color:#e01b7c;
	font-size:32px;
	pointer-events:none;
}
/* Modal Footer */
.modal-btn-grp{
	width:100%;
	height:auto;
	float:left;
	margin-top:5px;
	margin-bottom:30px;
}
.modal-btn-grp.center button{
	float:none;
	display:inline-block;
}
.modal-btn-grp button{
	width:115px;
	height:40px;
	display:inline-block;
	color:#ffffff;
	font-size:18px;
	text-shadow:0px 1px 1px #000;
	transition:0.5s;
	border:none;
	background-image:linear-gradient(#ef88b2, #da396d);
	border-radius:5px;
	box-shadow:0px 2px 5px #000;
	padding:0;
	padding-top:5px;
	margin:0 2px;
}
.modal-btn-grp button.pink{
	background-image:linear-gradient(#ef88b2, #da396d);
}
.modal-btn-grp button.gray{
	background-image:linear-gradient(#8f8e8e, #333333);
}
.modal-btn-grp button:hover{
}

/* Login Join */

.login-join-modal{
	width:450px;
	background-color:#e01b7c;
	border:solid 2px #f45ca7;
	padding:0 19px;
	box-shadow:none;
}
.login-join-modal .header{
	width:100%;
	height:auto;
	float:left;
	border:none;
	border-bottom:solid 1px #f262a9;
	background-image:none;
	border-radius:0;
	margin-top:6px;
	padding:10px 13px;
	position:relative;
}
.login-join-modal .header .title-cont{
	width:auto;
	height:auto;
	float:left;
}
.login-join-modal .header .title-cont p{
	margin:0;
}
.login-join-modal .header .title-cont .title{
	color:#ffffff;
	font-size:27px;
}
.login-join-modal .header .title-cont .sub{
	color:#3c1427;
	font-size:16px;
	margin-top:-5px;
}
.login-join-modal .header .close-btn{
	position:absolute;
	top:0;
	right:-10px;
	margin:0;
}
.login-join-modal .modal_body{
	background-image:none;
	border-radius:0;
    margin-top:0;
    border:none;
    box-shadow:none;
}
.modal-btn-grp.login{
	width:auto;
	margin-left:110px;
}

/* Money Modal */

.money-modal{
	width:526px;
}
.pink-mdl-tab{
	width:100%;
	height:auto;
	float:left;
	margin-top:13px;
}
.pink-mdl-tab a{
	width:auto;
	height:40px;
	display:inline-block;
	margin:0 1px;
	border-radius:17px;
	border:solid 2px #666666;
	background-color:rgba(0,0,0,0.55);
	color:#cccccc;
	font-size:17px;
	white-space:nowrap;
	transition:0.3s;
	padding:7px 20px;
	text-decoration:none;
}
.pink-mdl-tab a.active{
	background-color:#cc2c7b;
	border:solid 2px #e284b3;
	color:#ffffff;
	text-decoration:none;
}
.pink-mdl-notice{
	width:100%;
	height:auto;
	float:left;
	margin-top:22px;
	border-radius:5px;
	background-color:#171721;
	position:relative;
}
.pink-mdl-notice .img-cont{
	width:24%;
	height:100%;
	left:0;
	position:absolute;
}
.pink-mdl-notice .img-cont img{
	position:absolute;
	right:0;
	bottom:1px;
}
.pink-mdl-notice .text-cont{
	width:76%;
	height:100%;
	float:right;
	text-align:left;
	padding:15px;
}
.pink-mdl-notice .text-cont p{
	margin:0;
	color:#ffffff;
	font-size:15px;
}
.pink-mdl-notice .text-cont p span{
	color:#e01b7c;
}
.money-modal .deposit-btn{
	width:390px;
	height:50px;
	display:inline-block;
	margin-top:11px;
	border-radius:20px;
	background-color:#e31c7e;
	border:none;
	color:#ffffff;
	font-size:36px;
	padding:2px 0;
	white-space:nowrap;
}
.money-modal .deposit-btn img{
	position:relative;
	top:-5px;
	margin-right:8px;
}
.pink-mdl-form{
	width:100%;
	height:auto;
	float:left;
	margin-top:22px;
}
.modal_body .pink-mdl-form .form-group div:last-child input{
	color:#000000;
	font-size:16px;
}
.modal_body .pink-mdl-form .form-group:first-child {
    margin-top:0;
}
.modal-btn-grp.money{
	width:auto;
	margin-left:160px;
}
/* Transfer */
.pink-mdl-notice.transfer{
	margin-top:33px;
}
.money-modal .transfer-form{
	width:100%;
	height:auto;
	float:left;
	padding:0 5px;
	margin-top:7px;
}
.money-modal .transfer-form .trans-cont{
	width:100%;
	height:96px;
	float:left;
	margin-bottom:7px;
	border-radius:5px;
}
.money-modal .transfer-form .trans-cont:nth-child(3){
    background-color:#de1a7b;
}
.money-modal .transfer-form .trans-cont:nth-child(4){
    background-color:#166c7f;
}
.money-modal .transfer-form .trans-cont:nth-child(5){
    background-color:#eb7120;
}
.money-modal .transfer-form .tf-row{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.money-modal .transfer-form .tf-row:first-child{
	margin:5px 0;
}
.money-modal .transfer-form .tf-row p{
	color:#ffffff;
	font-size:25px;
	margin:0;
}
.money-modal .transfer-form .tf-row input{
	width:300px;
	height:40px;
	border-radius:5px;
	border:none;
	padding:0 10px;
	color:#000000;
	font-size:16px;
}
.money-modal .transfer-form .tf-row button{
	width:150px;
	height:40px;
	border-radius:5px;
	border:none;
	padding:0;
	white-space:nowrap;
	color:#ffffff;
	font-size:15px;
	background-image:linear-gradient(#686464, #333333);
	box-shadow:0px 2px 2px #000000;
	margin-left:5px;
}
.money-modal .transfer-form .tf-row button span{
	color:#f7ea1f;
}

/* My Page Modal */

.mypage-modal{
	width:526px;
}
.mypage-modal .pink-mdl-tab a{
	float:left;
	margin-left:46px;
}
.mypage-modal .modal_body .form-group div:first-child{
	width:97px;
}
.mypage-modal .modal_body .form-group div:first-child{
	width:130px;
}
.mypage-modal .modal_body .form-group div:last-child{
	width:260px;
}
.modal-btn-grp.mypage{
	width:auto;
	margin-left:188px;
}

/* Notice Event Modal */

.not-eve-modal{
	width:715px;
}
.not-eve-modal .pink-mdl-tab{
	padding:0 7px;
}
.not-eve-modal .pink-mdl-tab a{
	float:left;
	margin:0;
	width:49.50%;
	height:34px;
	padding:5px 14px;
}
.not-eve-modal .pink-mdl-tab a:last-child{
	margin-left:1%;
}
.not-eve-tbl{
	width:100%;
	height:auto;
	float:left;
	margin:10px 0;
	padding:0 7px;
}
.not-eve-tbl table{
	width:100%;
	height:auto;
	float:left;
}
.not-eve-tbl table tr{
	cursor:pointer
}
.not-eve-tbl table th{
	height:35px;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-family:Jua;
	background-color:#171721;
}
.not-eve-tbl table th:first-child{
	border-radius:5px 0 0 5px;
}
.not-eve-tbl table th:last-child{
	border-radius:0 5px 5px 0;
}
.not-eve-tbl table td{
	text-align:center;
	color:#fff;
	font-size:14px;
	font-family:Jua;
	height:38px;
}
.not-eve-tbl table td:nth-child(1){
	width:15%
}
.not-eve-tbl table td:nth-child(2){
	text-align:left;
	width:50%
}
.not-eve-tbl table td:nth-child(3){
	width:20%
}
.not-eve-tbl table td:nth-child(4){
	width:15%
}
.not-eve-tbl table td a{
	color:#fff;
	transition:0.3s;
	font-size:14px;
}
.not-eve-tbl table tr:hover td a{
	color:#eb2084;
	transition:0.3s;
	text-decoration:underline;
}
.not-eve-content{
	width:100%;
	height:325px;
	padding:1%;
	float:left;
	background-color:#181717;
	margin-top:5px;
}
.not-eve-content .detail-cont
{
	width:100%;
	height:100%;
	float:left;
	overflow-y:scroll;
	text-align:left;
	padding:10px;
    color:#fff;
    font-size:14px;
}
.not-eve-content .detail-cont::-webkit-scrollbar {
    width: 10px;
    background:#2c2929;
}
.not-eve-content .detail-cont::-webkit-scrollbar-thumb {
    background:#333;
}
.not-eve-content .detail-cont p{
	color:#fff;
	font-size:14px;
}
.not-eve-content .detail-cont table{
    width:100% !IMPORTANT;
}
.not-eve-content .detail-cont table td{
    text-align:left;
}
/* -- PAGINATION -- */

.pagination{
	margin:20px auto;
	margin-bottom:30px;
	display:inline-block !important;
}
.pagination>li>a{
    color:#fff;
    font-size:12px;
    font-family:Jua;
    text-decoration: none;
    background-color:#b3a9a6;
    border:none;
    border-radius:0 !important;
    width:23px;
    height:23px;
    padding:3px 0;
    margin:0 2px;
}
.pagination li.turn-pg a{
	color:#fff;
    background-color:#171721;
}
.pagination li.space-r a{
	margin-right:7px;
}
.pagination li.space-l a{
	margin-left:7px;
}
.pagination .active{
	color:#fff;
    background-color:#e41d7f;
}
.pagination>li>a:hover{
	color:#fff;
    background-color:#e41d7f;
}

/* Customer Service Modal */

.service-modal{
	width:715px;
}
.pink-mdl-notice.service{
	margin-top:33px;
}
.pink-mdl-notice.service .img-cont{
	width:33%;
}
.pink-mdl-notice.service .text-cont{
	width:67%;
	padding-left:0;
}
.pink-mdl-notice.service .text-cont p{
	margin:0;
	color:#ffffff;
	font-size:15px;
}
.service-tbl{
	width:100%;
	height:auto;
	float:left;
	margin-top:7px;
	margin-bottom:12px;
	padding:0 13px;
}
.service-tbl table{
	width:100%;
	height:auto;
	float:left;
	cursor:pointer;
}
.service-tbl table tr{
	text-align:center;
}
.service-tbl table th{
	height:40px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-family:Jua;
	text-shadow:0px 1px 1px #000;
	background-color:#181717;
	border-bottom:solid 1px #3b3b3b;
}
.service-tbl table th:nth-child(1){
	border-radius:5px 0 0 5px;
	width:12%;
}
.service-tbl table th:nth-child(2){
	width:68%
}
.service-tbl table th:nth-child(3){
	border-radius:0 5px 5px 0;
	width:20%
}
.service-tbl .st-body{
	width:100%;
	height:auto;
	float:left;
	border-radius:5px;
	overflow:hidden;
}
.service-tbl table td{
	height:40px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-family:Jua;
	background-color:#2c2929;
	border-bottom:solid 1px #333333;
}
.service-tbl table td:nth-child(1){
	width:12%;
}
.service-tbl table td:nth-child(2){
	width:68%;
	text-align:left;
}
.service-tbl table td:nth-child(3){
	width:15%;
}
.service-tbl table td:nth-child(4){
	width:5%;
	text-align:left;
}
.service-tbl .check-btn{
	width:60px;
	height:20px;
	border-radius:3px;
	border:none;
	background-color:#de1a7a;
	padding:0;
	white-space:nowrap;
	color:#ffffff;
	font-size:12px;
	font-family:Noto Sans KR;
}
.service-tbl .check-btn.gray{
	background-color:#666666;
}
.service-tbl .admin-btn{
	width:60px;
	height:20px;
	border-radius:3px;
	border:none;
	background-color:#e6e04b;
	padding:0;
	white-space:nowrap;
	color:#000;
	font-size:12px;
	font-family:Noto Sans KR;
	margin-right:5px;
}
.service-tbl .delete-btn{
	width:auto;
	height:auto;
	border:none;
	background-color:transparent;
	padding:0;
	white-space:nowrap;
	color:#df1a7b;
	font-size:20px;
}
.service-tbl .cs-mess-content{
	width:100%;
    height:auto;
    min-height:76px;
	overflow-y:scroll;
	background-color:#181717;
	padding:22px;
	text-align:left;
	display:none;
}
.service-tbl .cs-mess-content::-webkit-scrollbar {
    width:0px;
    background:transparent !important;
}
.service-tbl .cs-mess-content::-webkit-scrollbar-thumb {
    background:transparent;
}
.service-tbl .cs-mess-content p{
	color:#ffffff;
	font-size:14px;
}
.service-tbl .pagination{
	margin-bottom:14px !important;
}
.service-tbl .pagination>li>a{
    border-radius:11.5px !important;
    width:23px;
    height:23px;
    padding:4px 0;
}
.service-tbl textarea{
	width:100%;
	height:150px;
	border-radius:5px;
	border:none;
	outline:none;
	resize:none;
	background-color:#181717;
	padding:24px 29px;
	color:#ffffff;
	font-size:14px;
	font-family:Jua;
}
.service-tbl textarea::-webkit-input-placeholder{
	color:#ffffff;
	font-size:14px;
	font-family:Jua;
}

/* --  * * * * * * * * * * * * * * * * * * *  * -- */

	/* --         P I N K S L O T M O B I L E        -- */

/* --  * * * * * * * * * * * * * * * * * * *  * -- */

.menu-btn{
	width:auto;
	height:auto;
	float:left;
	background-color:transparent;
	border:none;
	color:#e41d7f;
	font-size:38px;
	margin-top:15px;
	display:none;
}
.sn-overlay{
	width:100%;
	height:100%;
	position:fixed;
	z-index:997;
	background-color:rgba(0,0,0,0.5);
	top:96px;
	left:0;
	pointer-events:none;
	opacity:0;
	transition:0.3s;
	z-index: 2;
}
.sn-overlay.active{
	opacity:1;
	pointer-events:auto;
}
.jp-more-btn{
	width:35px;
	height:35px;
	background-color:transparent;
	border:none;
	background-image:url(../images/icon/more.png);
	background-size:100% 100%;
	position:absolute;
	right:1%;
	top:22px;
	display:none;
	z-index:1;
}
@media(max-width:1920px){
	.banner-main .banner-img{
		width:120%;
		left:-10%;
	}
}
@media(max-width:1380px){
	.jackpot-container .center{
		width:100%;
		float:left;
	}
	.jackpot-container .jackpot-div{
		width:33.33%;
		padding:0 0;
	}
	.jackpot-container .jackpot-div .labels{
		width:auto;
		height:auto;
		float:none;
		display:inline-block;
		position:relative;
		top:51%;
		transform:translateY(-50%);
		vertical-align:top;
	}
	.jackpot-container .jackpot-div .labels .label-cent .category{
		font-size:2.5vw;
		margin-top:-6%;
	}
	.jackpot-container .jackpot-div .labels .label-cent .jackpot{
		margin-top:-10%;
	}
	.jackpot-container .jackpot-div .amount{
		width:auto;
		height:auto;
		float:none;
		display:inline-block;
		position:relative;
		top:50%;
		transform:translateY(-50%);
		vertical-align:top;
	}
	.jackpot-container .jackpot-div .amount p{
	  	padding-left:10px;
		font-size:3.8vw;
		top:0;
	}
}
@media(max-width:1360px){
	.nav-main .center{
		width:100%;
		padding-right:1%;
		padding-left:2%;
	}
	.ps-logo{
		width:140px;
		height:141px;
		top:-12px;
	}
	.nav-links{
		margin-left:5px;
	}
	.nav-links .li-link{
		padding:0 15px;
	}
}
@media(max-width:1300px){
	.body-main .center{
		width:98%;
	}
	.board-main .board-cont {
		padding:0 1%;
	    margin: 0 0;
	    margin-bottom:20px;
	}
	.board-main .board-cont.not-eve{
		width:100%;
		float:left;
	}
	.gamelist-btn-grp div{
		width:100%;
	}
}
@media(max-width:1230px){
	.nav-main{
		height:80px;
		background-size:1920px 100%;
	}
	.nav-main .center{
		text-align:center;
	}
	.menu-btn{
		display:block;
	}
	.logo-cont{
		display:inline-block;
		float:none;
	}
	.ps-logo{
		width:90px;
		height:90px;
		top:0px;
	}
	.ps-trademark{
		margin-top:24px;
	}
	.sound-btn{
		float:right;
		margin-top:26px;
		margin-left:0;
	}
	.sidenav{
		width:70%;
		height:100%;
		position:fixed;
		top:109px;
		left:-100%;
		background-color:rgba(0,0,0,0.96);
		z-index:998;
		overflow-y:scroll;
		transition:0.5s;
	}
	.sidenav.active{
		left:0;
	}
	.sidenav .sn-inner{
		width:100%;
		height:auto;
		display:flex;
		flex-wrap: wrap;
		float:left;
	}
	.sidenav::-webkit-scrollbar {
	    width: 0px;
	    background: transparent !important;
	}
	.sidenav::-webkit-scrollbar-thumb {
	    background: #FF0000;
	}
	.sidenav .nav-links{
		margin-left:0;
		width:100%;
		display:inline-block;
		height:auto;
		-webkit-order:2;
		order:2;
		margin-bottom:150px;
	}
	.nav-links .li-link{
		padding:0 0;
		float:left;
		width:100%;
		height:auto;
	}
	.nav-links .li-link .link-cont{
		width:100%;
		height:45px;
		float:left;
		border-bottom:solid 1px #333;
		padding-top:11px;
		padding-left:15px;
	}
	.nav-links .li-link .link-cont span{
		float:left;
	}
	.nav-links .li-link .link-cont .en{
		margin-left:10px;
		margin-top:5px;
	}
	.nav-links .depth-cont{
		position:relative;
		top:0;
		left:0;
		transform:translateX(0);
		width:100%;
		height:auto;
		float:left;
		opacity:1;
	}
	.nav-links .depth-cont.small{
		width:100%;
	}
	.nav-links .depth-cont.active{
		top:0;
		opacity:1;
		pointer-events:auto;
	}
	.nav-links .depth-cont .depth{
	    padding:1px 1px;
	    display:none;
	}
	.nav-links .depth-cont .depth a {
	    margin-bottom:1px;
	}
	.l-al-container{
		width:100%;
		height:auto;
		float:left;
		display:block;
		-webkit-order:1;
		order:1;
		margin-top:40px;
		padding-bottom:20px;
		border-bottom:solid 1px #e21c7d;
	}
	.l-al-container .login-form{
		width:100%;
		height:auto;
		display:block;
		float:left;
		padding:0 4%;
	}
	.l-al-container .login-form button{
		width:100%;
		margin:5px 0;
	}
	.l-al-container .after-login{
		width:100%;
		float:left;
	}
	.l-al-container .after-login .al-form{
	  	width:100%;
	}
	.l-al-container .after-login .al-row .money-info{
	  	width:32.33333333333333%;
	  	margin-left:0.50%;
	  	margin-right:0.50%;
	}
	.l-al-container .after-login .al-row .money-info:nth-child(3){
	  	margin-right:0.50%;
	}
}
@media(max-width:1024px){
	.banner-main .banner-img{
		width:160%;
		left:-30%;
	}
	.gamelist-btn-grp button{
		width:24.5%;
	}
}
@media(max-width:812px){
	.hot-game-cont .body{
		padding:15px 1%;
	}
	.hg-game-btn{
		float:left;
		width:32.33333333333333%;
		margin:11px 0.50%;
	}
	.gamelist-btn-grp button{
		width:32.83333333333333%;
		font-size:12px;
	}
}
@media(max-width:767px){
	.banner-main .banner-text .text-cont .info{
		font-size:2.5vw;
	}
	.banner-main .banner-text .text-cont .title{
		font-size:6vw;
	}
	.banner-main .banner-text .text-cont .sub{
		font-size:3.5vw;
		margin-top:-2%;
	}
	.jackpot-container{
		height:80px;
	}
	.jackpot-container .jackpot-div .labels .label-cent .stars{
		font-size:12px;
	}
	.board-main .board-cont.withdrawal {
	    width:100%;
	}
	.board-main .board-cont.gameguide {
	    width: 100%;
	    margin-bottom:0;
	}
	.gameguide-btn{
		width:50%;
		margin-bottom:0;
	}
	.footer-company img{
		margin:10px 10px;
	}
	.not-eve-modal{
		width:98%;
	}
	.not-eve-tbl table td{
		font-size:12px;
	}
	.not-eve-tbl table td a{
		font-size:12px;
	}
	.service-modal{
		width:98%;
	}
	.pink-mdl-notice.service .img-cont{
	    pointer-events:none;
	    z-index:0;
	}
	.pink-mdl-notice.service .img-cont img{
	    right:0;
	    left:1px;
	}
	.pink-mdl-notice.service .text-cont{
	    z-index:1;
	    position:relative;
	}
	.service-tbl {
	    padding: 0 1%;
	}
	.service-tbl .check-btn {
	    width:auto;
	    padding:0 5px;
	    font-size:8px;
	}
	.service-tbl table td{
	    font-size:12px;
	}
	.modal-btn-grp.three button{
		width:31.33333333333333%;
		float:left;
		font-size:16px;
		margin:0 1%;
	}
}
@media(max-width:600px){
	.l-al-container .after-login .al-form {
	    padding:0 8px;
	}
	.l-al-container .after-login .al-row .money-info{
	  	width:100%;
	  	height:auto;
	  	margin:2px 0;
	  	margin-left:0;
	  	margin-right:0;
	}
	.l-al-container .after-login .al-row .money-info .labels{
	  	font-size:14px;
	  	margin-top:0;
	}
	.l-al-container .after-login .al-row .money-info .amount{
	  	font-size:18px;
	  	margin-bottom:-3px;
	}
	.jackpot-container{
		overflow:hidden;
		transition:0.3s;
		height:80px;
	}
	.jackpot-container.active{
		height:240px;
	}
	.jp-more-btn{
		display:block;
	}
	.jackpot-container .jackpot-div{
		width:100%;
		height:80px;
		border-bottom:solid 1px #333;
	}
	.jackpot-container .jackpot-div:before{
	  	width   : 0;
	}
	.jackpot-container .jackpot-div .labels{
		width:20%;
	}
	.jackpot-container .jackpot-div .labels .label-cent .category{
		font-size:5vw;
	}
	.jackpot-container .jackpot-div .amount{
		width:40%;
	}
	.jackpot-container .jackpot-div .amount p{
		font-size:7vw;
	}
	.gameguide-btn{
		height:60px;
	}
	.gameguide-btn .img-cont{
		width:50px;
		height:100%;
	}
	.gameguide-btn .img-cont img{
		width:50px;
	}
	.gameguide-btn .text-cont{
		width:120px;
		padding-top:5px;
	}
	.gameguide-btn .text-cont .name{
		font-size:18px;
	}
	.gamelist-btn-grp{
	    margin-top:15px;
	    margin-bottom:-15px;
	}
	.pink-mdl-notice.service{
	    margin-top:10px;
	}
}
@media(max-width:556px){
	.money-modal{
		width:98%;
	}
	.money-modal .deposit-btn{
		width:90%;
	}
	.modal-btn-grp.money{
		width:100%;
		margin-left:0;
	}
	.money-modal .transfer-form .trans-cont{
		height:auto;
		padding:0 1.50%;
		padding-bottom:10px;
	}
	.money-modal .transfer-form .tf-row p{
		font-size:24px;
	}
	.money-modal .transfer-form .tf-row input{
		width:70%;
		float:left;
	}
	.money-modal .transfer-form .tf-row button{
		width:29%;
		float:left;
		margin-left:1%;
		font-size:12px;
	}
	.mypage-modal{
		width:98%;
	}
	.mypage-modal .pink-mdl-tab a{
		float:left;
		margin-left:1%;
	}
	.mypage-modal .modal_body .form-group div:first-child{
		width:100%;
	}
	.mypage-modal .modal_body .form-group div:last-child{
		width:100%;
	}
	.modal-btn-grp.mypage{
		width:100%;
		margin-left:auto;
	}
	.pink-mdl-form {
		margin-bottom:20px;
	    margin-top:10px;
	}
	.modal_body .form-group{
		width:100%;
		float:left;
		margin-bottom:10px;
		padding:0 2%;
	}
	.modal_body .form-group div:first-child{
		width:100%;
		margin-bottom:10px;
	}
	.modal_body .form-group div:last-child{
		width:100%;
	}
	.modal_body .form-group div:last-child p{
		float:none;
	}
	.modal_body .form-group div:last-child .info{
		width: 100%;
	}

	.ps-logo .pink{
		position:absolute;
		width:180.78%;
		left:-40%;
		top:20%;
		opacity:0;
		animation:pink_lg_anim 10s linear infinite;
	}

	.banner-main .banner-text .text-cont{
		top:10%;
	}		
}
@media(max-width:480px){
	.login-join-modal{
		width:96%;
	}
	.modal-btn-grp.login{
		width:100%;
		margin-left:0;
	}
}
@media(max-width:414px){
	.banner-main .banner-img{
		width:180%;
		left:-40%;
	}
	.banner-text .carousel-indicators{
	    bottom:-5px;
	}
	.jackpot-container .jackpot-div .labels{
		width:20%;
	}
	.jackpot-container .jackpot-div .labels .label-cent .category{
		font-size:6vw;
	}
	.jackpot-container .jackpot-div .amount p{
		font-size:8vw;
		padding-left:0;
	}
	.hot-game-cont {
	    margin-top:15px;
	}
	.hot-game-cont .body{
		padding:15px 1%;
		padding-top:0;
	}
	.hg-game-btn{
		float:left;
		width:49%;
		margin:11px 0.50%;
	}
	.game-company-cont {
	    margin-top:20px;
	}
	.game-company-cont .head p{
	    font-size:20px;
	}
	.board-main{
	    padding-top:30px;
	    padding-bottom:20px;
	}
	.gamelist-btn-grp button{
		font-size:10px;
	}
}

/* Slot Modal */

.slot_modal{
	width:1180px;
	height:auto;
	background-color: #27262e;
	box-shadow:0px 2px 5px #000, inset 0px 3px 10px #000;
	border-radius:16px;
	padding:8px;
	overflow:hidden;
}
.slot_modal .header{
	width:100%;
	height:42px;
	float:left;
	border:solid 1px #5e3449;
	background-color:#e41d7f;
	background-image:url(../images/bg/modal_head.png);
	background-repeat:no-repeat;
	background-position:left 1px top 1px;
	border-radius:15px;
	display:table;
}
.slot_modal .header p{
	display: table-cell;
  	vertical-align: middle;
  	text-shadow:0px 2px 2px #370705;
}
.slot_modal .header p:nth-child(1){
	text-align:left;
	color:#fff;
	font-size:13px;
	font-weight:900;
	padding-left:23px;
}
.slot_modal .header p:nth-child(2){
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:900;
	position:relative;
	top:2px;
}
.slot_modal .header p:nth-child(3){
	text-align:right;
	color:#fff;
	font-size:14px;
	font-weight:700;
}
.slot_modal .header .close-btn{
	float:right;
	width:30px;
	height:30px;
	background-color:#5b1a3a;
	background-image:url(../images/icon/modal_close.png);
	background-repeat:no-repeat;
	background-position:center;
	border:none;
	margin-top:0px;
	transition:0.5s;
	padding:0;
	line-height:0;
	border-radius:15px;
	margin-top:6px;
	margin-right:5px;
}
.slot_modal .header .close-btn:hover{
	background-color:#ded0d7;
	background-image:url(../images/icon/modal_close_on.png);
}
.slot_modal .modal_body{
	padding:8px;
}
/**/
.sm_scroll{
	width:100%;
	height:760px;
	overflow-y:scroll;
	float:left;
	padding:10px 8px;
}
.sm_scroll::-webkit-scrollbar {
	background-color:rgba(0,0,0,0.4);
	border:solid 1px #3d302b;
	background-clip: content-box;
}
.sm_scroll::-webkit-scrollbar-thumb {
	background-color:rgba(132,124,122,0.7);
	height:100px !important;
	width:10px;
}
.sm_cont{
	margin-top:1px;
}
/**/
.slot_machine{
	width:175px;
	height:240px;
	cursor:pointer;
	position:relative;
	display:inline-block;
	margin:0 2px;
	margin-bottom:10px;
	text-align:center;
	transition:0.5s;
	border-radius:15px;
	overflow:hidden;
}
.slot_machine .playing{
	width:80%;
}
.slot_machine img:first-child{
	width:76.61%;
	margin-left:5%;
	margin-top:3px;
	position:relative;
	transition:0.5s;
	top:0;
}
/**/
.slot_machine.ingame{
	border:solid 2px #e41d7f;
	background-color:rgba(250,247,246,0.1);
}
.slot_machine.entry{
	border:solid 2px #f4edeb;
	background-color:rgba(250,247,246,0.2);
}
.slot_machine.entry:hover{
	border:solid 2px #f6f5e9;
	background-color:rgba(228,18,124,0.8);
	box-shadow:inset 0px 2px 20px rgba(160,57,12,0.8);
}
.slot_machine.entry:hover img{
	top:3px;
}
.slot_machine.reserve{
	border:solid 2px #e41d7f;
	background-color:rgba(250,247,246,0.1);
	cursor:auto;
}
.slot_machine img:nth-child(2){
	width:78px;
	position: absolute;
	top:92px;
	margin-left: auto;
	margin-right: auto;
	left:-8px;
	right: 0;
}

/**/
.slot_machine .category{
	width:70px;
	height:25px;
	border:none;
	border-radius:3px;
	box-shadow:0px 2px 5px #000;
	font-size:14px;
	font-family:Noto Sans KR, sans-serif;
	font-weight:900;
	position:absolute;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom:10px;
	transition:0.5s;
}
.slot_machine.ingame .category{
	background-image:linear-gradient(#fac604, #e27500);
	color:#150503;
}
.slot_machine.entry .category{
	background-image:linear-gradient(#f2f2f2, #acacac);
	color:#322524 ;
}
.slot_machine.entry:hover .category{
	background-image:url(../images/icon/sm_btn.png);
	color:#0c0c38;
	bottom:7px;
}
.slot_machine.reserve .category{
	background-image:linear-gradient(#ec5ba5, #e41d7f);
	color:#fff;
}
/**/
.slot_machine .overlay{
	width:100%;
	height:100%;
	background-color:rgba(16,15,14,0.7);
	position:absolute;
	top:0;
	left:0;
}
.slot_machine .overlay .lock_btn{
	width:64px;
	height:64px;
	background-color:#e41d7f;
  	position: absolute;
	margin: auto;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	border-radius:50%;
  	border:none;
  	color:#fff;
  	font-size:40px;
}

@media(max-width:1220px){
	.slotModal{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.slot_modal{
		width:100%;
		height:auto;
		float:left;
		margin-left:0;
		margin-top:0;
		position:relative;
	}
	.sm_scroll{
		width:100%;
		height:auto;
		margin-left:0;
		overflow-y:auto;
	}
	.slot_machine{
		width:175px;
		height:auto;
		float:none;
		display:inline-block;
	}
	.slot_machine img{
		margin-bottom:5px;
	}
}
@media(max-width:690px){
	.slot_modal .header p:nth-child(1){
		display:none;
	}
	.slot_modal .header p:nth-child(2){
		text-align:left;
		padding-left:20px;
	}
	.slot_modal .header p:nth-child(3){
		display:none;
	}
}
@media(max-width:420px){
	.slot_modal .header p:nth-child(2){
		font-size:20px;
	}
	.sm_scroll{
		width:100%;
		margin-left:0;
	}
	.slot_machine{
		width:48.50%;
		height:auto;
		float:left;
		margin-left:0.75%;
		margin-right:0.75%;
		display:block;
	}
	.slot_machine img{
		margin-bottom:15px;
	}
	.slot_machine img:nth-child(2) {
	    width:48%;
	    position: absolute;
	    top:37%;
	    left:-6.50%;
	    right:0;
	    margin:auto;
	}
	.sm_scroll{
		padding:10px 0;
	}
}

/* KAKAO POPUP */

.kakao-popup{
	width:1826px;
	height:0;
	position:fixed;
	left:0;
	right:0;
	margin:auto;
	top:150px;
	text-align:center;
	z-index:999;
}
.kakao-popup .cont{
	width:260px;
	height:276px;
	border-radius:10px;
	background-color:#ffeb33;
	float:right;
	box-shadow:0px 2px 5px #aaaaaa;
}
.kakao-popup .cont img{
	margin-top:16px;
}
.kakao-popup .cont div{
	width:223px;
	height:158px;
	background-color:#f6f6f6;
	margin:13px auto;
	border:solid 1px #e5d32e;
	border-radius:3px;
	font-size:20px;
	text-align:left;
	font-weight:900;
	color:#423630;
	padding-left:17px;
	line-height:17px;
}
.kakao-popup .cont div p:first-child{
	margin-top:30px;
}

@media(max-width:1840px){
	.kakao-popup{
		width:96%;
	}
}
@media(max-width:768px){
	.kakao-popup{
		width:98%;
		height:auto;
		position:relative;
		top:0;
		float:left;
		margin-left:1%;
		margin-top:20px;
		z-index:1;
	}
	.kakao-popup .cont{
		width:100%;
		height:155px;
	}
	.winslot_bottom{
		margin-top:10px;
	}
	.kakao-popup .cont img{
		float:left;
		margin-left:20px;
		margin-top:45px;
	}
	.kakao-popup .cont div{
		width:65%;
		height:130px;
		float:left;
		margin-left:20px;
	}
	.kakao-popup .cont div p:first-child{
		margin-top:14px;
	}
}

/* -- WinSlot Coupon -- */

.ws_coupon{
	width:300px;
	height:374px;
	position:fixed;
	right:20px;
	top:400px;
	z-index:2;
}
.ws_coupon .explode_img{
	position:absolute;
	margin: auto;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	opacity:0;
  	animation:infinite;
	animation-duration:8s;
	animation-timing-function:linear;
	animation-fill-mode:forwards;
}

.ws_coupon .explode_img:nth-child(1){
	width:26.67%;
	animation-name:explode_anim1;
}
.ws_coupon .explode_img:nth-child(2){
	width:66.20%;
	animation-name:explode_anim2;
}
.ws_coupon .explode_img:nth-child(3){
	width:64.29%;
	animation-name:explode_anim3;
}
.ws_coupon .explode_img:nth-child(4){
	width:100%;
	animation-name:explode_anim4;
}
.ws_coupon .explode_img:nth-child(5){
	width:91.50%;
	animation-name:explode_anim5;
}
.ws_coupon .explode_img:nth-child(6){
	width:74.30%;
	animation-name:explode_anim6;
}

@keyframes explode_anim1{
	0%{opacity:0}
	1%{opacity:0}
	2%{opacity:1}
	2.5%{opacity:0}
	100%{opacity:0}
}
@keyframes explode_anim2{
	0%{opacity:0}
	2.5%{opacity:0}
	3.5%{opacity:1}
	4%{opacity:0}
	100%{opacity:0}
}
@keyframes explode_anim3{
	0%{opacity:0}
	3.5%{opacity:0}
	4.5%{opacity:1}
	5%{opacity:0}
	100%{opacity:0}
}
@keyframes explode_anim4{
	0%{opacity:0}
	4.5%{opacity:0}
	5.5%{opacity:1}
	6%{opacity:0}
	100%{opacity:0}
}
@keyframes explode_anim5{
	0%{opacity:0}
	4.5%{opacity:0}
	5.5%{opacity:1}
	6%{opacity:0}
	100%{opacity:0}
}
@keyframes explode_anim6{
	0%{opacity:0}
	5.5%{opacity:0}
	6.5%{opacity:1}
	7%{opacity:0}
	100%{opacity:0}
}

.ws_coupon .coupon_img{
	position:absolute;
	margin: auto;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	opacity:0;
  	width:86.68%;
  	animation:infinite;
  	animation-name:coupon_anim;
	animation-duration:8s;
	animation-timing-function:linear;
	animation-fill-mode:forwards;
}
.ws_coupon .coupon_img img{
	width:100%;
	position:absolute;
	margin: auto;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
}
.ws_coupon .coupon_img button{
	position:absolute;
	width:43.96%;
	height:14%;
	left:13%;
	bottom:24%;
	background-image:url(../images/coupon/btn.png);
	border:none;
	background-color:transparent;
	background-size:100% 100%;
	transition:0.5s;
}
.ws_coupon .coupon_img button:hover{
	background-image:url(../images/coupon/btn_on.png);
}

@keyframes coupon_anim{
	0%{opacity:0}
	7%{opacity:0}
	20%{opacity:1; transform:rotate(0deg);}
	21.5%{transform:rotate(-20deg);}
	23.5%{transform:rotate(20deg);}
	25.5%{transform:rotate(-20deg);}
	27.5%{transform:rotate(20deg);}
	29.5%{transform:rotate(0deg);}

	32%{transform:rotate(0deg);}

	33.5%{transform:rotate(-20deg);}
	35.5%{transform:rotate(20deg);}
	37.5%{transform:rotate(20deg);}
	100%{opacity:1}
}

/* -- WS JACKPOT -- */

.wsjackpot_modal{
	width:607px !important;
	height:432px;
	position:fixed !important;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto !important;
}
.wsj_bg{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.wsj_close_btn{
	width:47px;
	height:47px;
	border:none;
	background-color:transparent;
	background-image:url(../images/coupon/jp_close.png);
	transition:0.5s;
	float:right;
	position:relative;
	z-index:1;
	margin-right:20px;
	margin-top:25px;
}
.wsj_close_btn:hover{
	background-image:url(../images/coupon/jp_close_on.png);
}
.wsj_cont{
	width:auto;
	height:auto;
	float:left;
	text-align:center;
	position:relative;
	z-index:1;
	margin-top:153px;
	margin-left:39px;
}
.wsj_cont input{
	display:block;
	background-color:rgba(0,0,0,0.97);
	margin:auto;
	text-align:center;
	font-weight:700;
}
.wsj_cont input:first-child{
	width:280px;
	height:51px;
	border-radius:25.5px;
	border:solid 1px #eaad26;
	color:#fab83a;
	font-size:24px;
}
.wsj_cont input:last-child{
	width:340px;
	height:75px;
	border-radius:37.5px;
	border:solid 1px #d2a816;
	margin-top:7px;
	color:#ff3333;
	font-size:36px;
}

@media(max-width:640px){
	.wsjackpot_modal{
		width:96% !important;
	}
	.wsj_cont{
		margin-top:24vw;
		margin-left:3vw;
	}
	.wsj_cont input:first-child{
		width:44vw;
		height:8vw;
		font-size:4vw;
	}
	.wsj_cont input:last-child{
		width:54vw;
		height:12vw;
		font-size:6vw;
	}
}
@media(max-width:600px){
	.wsj_close_btn{
		margin-right:0px;
		margin-top:0px;
	}
}


.service-modal.message .modal_body textarea{
    min-height:500px;
}



/********************************* 기존 디자인에서 온 style *******************************************/
.tbox{position:absolute;display:none;padding:14px 17px;z-index:900}
.tinner{font-size:11.5px;}
.tmask{position:absolute;display:none;top:0px;left:0px;height:100%;width:100%;background:#000;z-index:800}
#tinymask{background:#000}
.tclose{ position:absolute;top:40px;right:90px;width:40px;height:40px;cursor:pointer;/*background:url(/images/close_btn.png) no-repeat*/; border:0px solid red;}
.tclose:hover{background-position:30 -30px}


.slot-item {
	width:20%;
}
.m-menu1 {
	margin-left:150px;
}
.m-menu2 {
	margin-left:20px;
}

.m-menu3 {
	margin-left:50px;
}

@media(max-width:768px){

	.slot-item {
		width:33%;
	}
	.m-menu1 {
		margin-left:0;
	}
	.m-menu2 {
		margin-left:0;
	}
	.m-menu3 {
		margin-left:0;
	}
}


.hs-logo-sub .one {
	width:180px;
}