
html{
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll !important;
}
body {
	background-color:#000;
	height:100%;
	background-image:url(../images/bg/body.png);
	background-position: center center;
	background-attachment:local;
	padding-right: 0 !important;
}

body::-webkit-scrollbar {
	width: 0px;
	background: transparent !important;
}
body::-webkit-scrollbar-thumb {
	background: #FF0000;
}

input, button, select, a, p{
	outline:none !important;
	font-family:Noto Sans KR, Fallback, sans-serif !important;
}
.modal-open {
	padding-right: 0 !important;
}
.wrapper{
	float:left;
	width:100%;
	height:auto;
	position:relative;
	overflow-x:hidden;
}

/* -- MAIN NAV -- */

.main_nav{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	z-index:100;
}
.main_nav .top{
	width:100%;
	height:82px;
	float:left;
	background-color:#000;
}
.mnt_cont{
	width:100%;
	height:112px;
	background-image:url(../images/bg/nav_main.png);
	background-position:center center;
	margin:0 auto;
	position:relative;
}
/*logo*/
.logo{
	width:250px;
	height:154px;
	background-image:url(../images/logo/bg.png);
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:3px;
}
.logo .light{
	position:absolute;
	left:-242px;
	top:-2px;
	width:734px;
	height:12px;
	z-index:0;
}
.logo .light img{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	width:0;
	transition:0.5s;
	animation:logo_light_anim 9s linear infinite;
	opacity:0;
}
@keyframes logo_light_anim{
	0%   {width:0;opacity:0}
	15%  {width:0;opacity:0}
	20%  {width:100%;opacity:1}
	90%  {width:100%;opacity:1}
	100% {opacity:0}
}

.logo_cont{
	width:70%;
	height:85.50%;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	z-index:1;
	text-align:center;
}
.logo_cont img{
	position:absolute;
}
.logo_cont img.card{
	width:58.50%;
	left:-5px;
	right:0;
	top:0;
	margin:auto;
	animation:logo_card_anim 6s linear infinite;
	opacity:1;
	position:absolute;
}
.logo_cont .c-c{
	position:relative;
	z-index:-1 !important;
	top:-9%;
}
@keyframes logo_card_anim{
	0%{transform:rotateX(-360deg);opacity:1;}
	40%{opacity:1;}
	100%{transform:rotateX(0deg);opacity:1;}
}
.logo_cont img.circle{
	width:68%;
	left:0;
	right:0;
	top:0;
	margin:auto;
	opacity:1;
	position:absolute;
}
.logo_cont img.ol{
	width:100%;
	top:53%;
	left:0;
	z-index:1;
}
.logo_cont img.ol.on{
	animation:logo_g_anim 2s linear infinite;
	z-index:2;
}
@keyframes logo_g_anim{
	0% {opacity:0}
	50% {opacity:1}
	100% {opacity:0}
}
.logo_cont img.casino{
	width:64%;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
}

/*menu top*/
.mnt_cont .menu{
	width:1150px;
	margin:0 auto;
}
/*left*/
.mnt_cont .menu .left{
	width:auto;
	float:left;
	margin-top:31px;
}
.mobile_menu{
	float:left;
	padding:0;
	font-size:34px;
	background-color:transparent;
	border:none;
	color:#fec73d;
	text-shadow:0px 3px 5px #000;
	display:none;
	margin-top:-1px;
}
.mobile_support{
	float:left;
	margin-top:6px;
	margin-right:46px;
}
.mnt_cont .menu .sc_btns{
	width:auto;
	float:left;
}
.mnt_cont .menu .sc_btns button{
	width:auto;
	float:left;
	position:relative;
	padding:0;
	border:none;
	background-color:transparent;
}
.mnt_cont .menu .sc_btns button img:first-child{
	position:absolute;
	left:0;
	top:0;
	transition:0.5s;
	z-index:0;
}
.mnt_cont .menu .sc_btns button img:last-child{
	left:0;
	margin-top:-20px;
	transition:0.5s;
	position:relative;
	z-index:1;
	opacity:0;
}
.mnt_cont .menu .sc_btns button:last-child{
	margin-left:37px;
}
.mnt_cont .menu .sc_btns button:hover img:last-child{
	opacity:1;
	margin-top:0;
}
/*right*/
.mnt_cont .menu .right{
	width:auto;
	float:right;
	position:relative;
	z-index:2;
	margin-top:43px;
	margin-right:0;
}
.after_login{
	display:inline-block;
	position:relative;
	padding-bottom:15px;
	top:-10px;
}
.progressbar{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.progressbar i{
	color: #fb7979;
	float: left;
	margin:0 8px 0 0;
	text-shadow: 0px 2px 2px #000;
}
.progressbar p{
	float: left;
	margin:0 7px 0 0;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	position:relative;
	text-shadow: 0px 2px 2px #000;
}
.progressbar .meter{
	float: left;
	margin-top:0 !important;
}
.progressbar .percent-text{
	float: left;
	color: #e18e2b;
	font-size:12px;
	font-weight:bold;
	font-family: Noto Sans KR;
	text-shadow: 0px 2px 2px #000;
	margin-left:10px;
	position:relative;
}
.after_login .user_cont{
	width:auto;
	float:left;
	cursor:pointer;
}
.after_login .user_cont img{
	float:left;
}
.after_login .user_cont p{
	float:left;
	color:#e8e62e;
	/*font-size:12px;*/
	font-size:14px;
	font-weight:bold;
	margin-left:6px;
	text-shadow:0px 2px 2px #000;
}
.after_login .user_cont span{
	color:#fff;
	float:left;
	margin-left:2px;
	margin-top:1px;
	/*font-size:12px;*/
	font-size:14px;
	text-shadow:0px 2px 2px #000;
}

.after_login .coins_cont{
	width:auto;
	float:left;
	margin-left:13px;
}
.after_login .coins_cont p{
	float:left;
	/*font-size:12px;*/
	font-size:14px;
	font-weight:bold;
	text-shadow:0px 2px 2px #000;
}
.after_login .coins_cont p:first-child{
	color:#fff;
}
.after_login .coins_cont p:last-child{
	color:#e18e2b;
	font-size:14px;
	margin-left:5px;
	/*margin-top:-2px;*/
}

.after_login .message_cont{
	width:auto;
	float:left;
	margin-left:8px;
}
.after_login .message_cont p{
	float:left;
	font-size:14px;
	font-weight:bold;
	text-shadow:0px 2px 2px #000;
}
.after_login .message_cont p:first-child{
	color:#fff;
}
.after_login .message_cont p:last-child{
	color:#e18e2b;
	margin-left:6px;
	animation:infinite;
	animation-name:info_message_anim;
	animation-duration:1s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
	animation-delay:0s;
	opacity:1;
	cursor:pointer;
}
@keyframes info_message_anim{
	0% {opacity:1;}
	25% {opacity:1;}
	50% {opacity:0;}
	75% {opacity:1;}
	100%{opacity:1;}
}

.after_login button{
	width:auto;
	float:left;
	margin-left:20px;
	margin-top:0px;
	background-color:transparent;
	border:none;
	padding:0;
	/*font-size:12px;*/
	font-size:14px;
	font-weight:bold;
	color:#d9ad1b;
	text-decoration:none;
	text-shadow:0px 2px 2px #000;
}
.after_login button:hover{
	color:#f60606;
}
.after_login .logout_btn img{
	float:left;
}
/*login pan*/
.login_pan{
	display:block;
	margin-top:-12px;
}
.login_pan input{
	float:left;
	width:140px;
	height:35px;
	border-radius:3px;
	border:solid 2px #775915;
	background-color:rgba(5,5,5,0.97);
	box-shadow:0px 3px 5px #000;
	color:#ccc;
	font-size:12px;
	font-weight:700;
	padding-left:14px;
	margin-left:6px;
}
.login_pan input::-webkit-input-placeholder{
	color:#ccc;
	font-size:12px;
	font-weight:700;
}
.login_pan button{
	float:left;
	/*width:60px;*/
	height:35px;
	margin-left:4px;
	border-radius:3px;
	box-shadow:0px 3px 5px #000;
	font-size:14px;
	transition:0.5s;
	font-weight:700;
}

/*.login_pan button:nth-child(3){
	border:solid 1px #eaad26;
	background-color:#fec73d;
	color:#1b1313;
	margin-left:6px;
}
.login_pan button:nth-child(4){
	border:solid 1px #215b88 ;
	background-color:#2fa3e6;
	color:#04151e;
	width:75px;
}*/

.login_pan button:hover{
	border:solid 2px #9c1512;
	background-color:#e12d29;
	color:#fff;
}

/**/
.login_pan_mobile{
	display:none;
	float:right;
}
.login_pan_mobile div{
	float:left;
}
.login_pan_mobile button{
	float:left;
	width:70px;
	height:35px;
	margin-left:4px;
	border-radius:3px;
	box-shadow:0px 3px 5px #000;
	font-size:8pt;
	transition:0.5s;
	font-weight:700;
	margin-top:28px;
}
.login_pan_mobile div button:nth-child(1){
	border:solid 1px #eaad26;
	background-color:#fec73d;
	color:#1b1313;
	margin-left:6px;
}
.login_pan_mobile div button:nth-child(2){
	border:solid 1px #215b88 ;
	background-color:#2fa3e6;
	color:#04151e;
}
.login_pan_mobile button:hover{
	border:solid 1px #9c1512;
	background-color:#e12d29;
	color:#fff;
}
.login_pan_mobile .logout_btn{
	border:solid 1px #9c1512;
	background-color:#e12d29;
	color:#fff;
	/*display:none;*/
}
.login_pan_mobile .logout_btn:hover{
	border:solid 1px #215b88 ;
	background-color:#2fa3e6;
	color:#04151e;
}

@media(max-width:1200px){
	.mnt_cont .menu{
		width:96%;
	}
	.mnt_cont .menu .left{
		margin-top:29px;
	}
	.mobile_support{
		display:none;
	}
	.mnt_cont .menu .right{
		width:100%;
		float:none;
		position:absolute;
		margin-top:0;
		left:0;
		top:160px;
		text-align:center;
	}
	.after_login{
		width:auto;
	}
	.after_login button{
		display:none;
	}
	.login_pan{
		display:none;
	}
	.login_pan_mobile{
		display:block;
	}
}
@media(max-width:1140px){
	.mobile_support{
		margin-right:15px;
	}
}
@media(max-width:840px){
	.mobile_menu{
		display:block;
	}
	.mnt_cont .menu .sc_btns{
		display:none;
	}
}
@media(max-width:800px){
	/*logo*/
	.logo{
		width:200px;
		height:121px;
		background-size:100% 100%;
	}
}
@media(max-width:620px){
	.login_pan_mobile{
		width:80px;
	}
	.login_pan_mobile div button:nth-child(1){
		width:100%;
		height:30px;
		margin-left:0;
		margin-top:17px;
		font-size: 8pt;
	}
	.login_pan_mobile div button:nth-child(2){
		width:100%;
		height:30px;
		margin-top:5px;
		margin-left:0;
		font-size: 8pt;
	}
	.login_pan_mobile .logout_btn{
		width:100%;
		height:30px;
		margin-top:38px;
	}
}
@media(max-width:414px){
	.login_pan_mobile{
		width:70px;
	}
	.login_pan_mobile div button{
		font-size:13px;
	}
}
/*main nav bottom*/
.main_nav .bottom{
	width:100%;
	height:87px;
	float:left;
	margin-top:-15px;
}
.mnb_cont{
	width:862px;
	height:87px;
	background-image:url(../images/bg/nav_sub.png);
	background-position:center center;
	background-size:100% 100%;
	margin:0 auto;
}
.nav_deco{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:20px;
	width:1544px;
	height:104px;
	background-image:url(../images/bg/nav_bottom.png);
	background-position:center center;
	z-index:-1;
}
.mnb_cont div{
	width:auto;
	height:auto;
	margin-top:38px;
}
.mnb_cont div:first-child{
	float:left;
	margin-left:60px;
}
.mnb_cont div:last-child{
	float:right;
	margin-right:60px;
}
.mnb_cont div button{
	width:112px;
	height:32px;
	border:none;
	float:left;
	margin-top:1px;
	background-color:transparent;
	transition:0.5s;
	background-image:none;
	position:relative;
}
.mnb_cont div button img{
	transition:0.5s;
	opacity:1;
}
.mnb_cont div button img:last-child{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
}
.mnb_cont div:first-child button:nth-child(3){
	margin-left:5px;
}
.mnb_cont div:last-child button{
	margin-left:5px;
}
.mnb_cont div button:hover{
	background-image:url(../images/btn/mnb_on.png);
}
.mnb_cont div button:hover img{
	opacity:0;
}
.mnb_cont div button:hover img:last-child{
	opacity:1;
}
.mnb_border{
	float:left;
	margin-left:5px;
}

@media(max-width:1544px){
	.nav_deco{
		width:100%;
	}
}
@media(max-width:870px){
	.mnb_cont{
		width:100%;
		height:87px;
		background-image:url(../images/bg/nav_sub.png);
		background-position:center center;
		background-size:100% 100%;
		margin:0 auto;
	}
}
@media(max-width:620px){
	.main_nav .bottom{
		margin-top:-10px;
	}
	.mnb_cont div{
		width:48%;
	}
	.mnb_cont div:first-child{
		float:left;
		margin-left:2%;
	}
	.mnb_cont div:last-child{
		float:left;
		margin-right:0;
	}
	.mnb_cont div button{
		width:50%;
		position:relative;
		z-index:9999 !important;
	}
	.mnb_cont div:first-child button:nth-child(3){
		margin-left:0;
	}
	.mnb_cont div:last-child button{
		margin-left:0;
	}
	.mnb_cont div button:hover{
		background-image:none;
	}
	.mnb_border{
		float:left;
		margin-left:0;
		position:absolute;
	}
	.mnb_cont div:first-child .mnb_border:nth-child(4){
		display:none;
	}
	.mnb_cont div:last-child .mnb_border:nth-child(1){
		display:none;
	}
}
@media(max-width:470px){
	.mnb_cont{
		width:104%;
		margin-left:-2%;
	}
}

/* -- MAIN BANNER -- */

.main_banner{
	width:100%;
	height:347px;
	float:left;
	margin-top:-71px;
	background-color:#000;
	background-image:url(../images/bg/main_banner.png);
	background-position:center 0;
	background-repeat:no-repeat;
	position:relative;
}
.mbanner_cont{
	width:1853px;
	height:347px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.mbanner_cont .center{
	width:1599px;
	height:100%;
	margin:0 auto;
	position:relative;
	text-align:center;
	display: table;
}
.mbanner_cont .center img{
	position:absolute;
	animation:infinite;
	animation-duration:10s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
	margin-bottom:-350px;
	opacity:1;
}
.mbanner_cont .center img:nth-child(1){
	left:0;
	bottom:34px;
	animation-name:banner_img_anim1;
}
.mbanner_cont .center img:nth-child(2){
	left:339px;
	bottom:-41px;
	animation-name:banner_img_anim2;
}
.mbanner_cont .center img:nth-child(4){
	right:95px;
	bottom:-110px;
	animation-name:banner_img_anim3;
}
.mbanner_cont .center img:nth-child(5){
	right:-65px;
	bottom:0px;
	animation-name:banner_img_anim4;
}
@keyframes banner_img_anim1{
	0% {margin-bottom:-350px;opacity:1;}
	5% {margin-bottom:-350px;opacity:1;}
	13%{margin-bottom:0;opacity:1;}
	15%{margin-bottom:20px;opacity:1;}
	20%{margin-bottom:0;opacity:1;}
	95%{margin-bottom:0;opacity:1;}
	100%{margin-bottom:0;opacity:0;}
}
@keyframes banner_img_anim2{
	0% {margin-bottom:-350px;opacity:1;}
	10% {margin-bottom:-350px;opacity:1;}
	18%{margin-bottom:0;opacity:1;}
	20%{margin-bottom:20px;opacity:1;}
	25%{margin-bottom:0;opacity:1;}
	95%{margin-bottom:0;opacity:1;}
	100%{margin-bottom:0;opacity:0;}
}
@keyframes banner_img_anim3{
	0% {margin-bottom:-350px;opacity:1;}
	15% {margin-bottom:-350px;opacity:1;}
	23%{margin-bottom:0;opacity:1;}
	25%{margin-bottom:20px;opacity:1;}
	30%{margin-bottom:0;opacity:1;}
	95%{margin-bottom:0;opacity:1;}
	100%{margin-bottom:0;opacity:0;}
}
@keyframes banner_img_anim4{
	0% {margin-bottom:-350px;opacity:1;}
	20% {margin-bottom:-350px;opacity:1;}
	28%{margin-bottom:0;opacity:1;}
	30%{margin-bottom:20px;opacity:1;}
	35%{margin-bottom:0;opacity:1;}
	95%{margin-bottom:0;opacity:1;}
	100%{margin-bottom:0;opacity:0;}
}

/*main banner carousel*/
.mb_carousel{
	width:auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position:relative;
	z-index:1;
}
.carousel-indicators{
	position:relative;
	z-index:99;
	top:10px;
}
.mb_carousel .item{
	position:relative;
	top:50px;
	animation:1;
	animation-name:banner_text_anim;
	animation-duration:3s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
}
@keyframes banner_text_anim {
	0% {top:-50px;}
	10%{top:0;}
	90%{top:0;}
	100%{top:50px;}
}
.mb_carousel p{
	width:auto !important;
	color:#fff;
	font-size:40px;
	font-weight:700;
	text-shadow:0px 0px 10px #000,0px 5px 10px #000,0px 5px 20px #000,0px 5px 20px #000;
}
.mbanner_cont .coins{
	position:absolute;
	left:0;
	right:0;
	bottom:-37px;
	margin:auto;
}
.main_banner .curtain{
	position:absolute;
	left:0;
	bottom:-3px;
	width:100%;
	height:185px;
	background-image:url(../images/bg/banner_curtain.png);
	background-position:center center;
}


@media(max-width:1853px){
	.mbanner_cont{
		width:100%;
	}
	.mbanner_cont .center{
		width:98%;
	}
}
@media(max-width:1480px){
	.mbanner_cont .center img:nth-child(1){
		width:34.28%;
	}
	.mbanner_cont .center img:nth-child(2){
		width:20.49%;
		left:24%;
	}
	.mbanner_cont .center img:nth-child(4){
		width:36.14%;
		right:6.70%;
	}
	.mbanner_cont .center img:nth-child(5){
		width:32.29%;
		right:-4.70%;
	}
	.mbanner_cont .coins{
		width:20.16%;
	}
}
@media(max-width:1370px){
	.mbanner_cont .center img:nth-child(4){
		bottom:-20%;
	}
}
@media(max-width:1024px){
	.main_banner{
		height:300px;
	}
	.mbanner_cont{
		height:300px;
	}
	.mb_carousel{
		top:0px;
	}
}
@media(max-width:880px){
	.main_banner{
		height:270px;
	}
	.mbanner_cont{
		height:270px;
	}
}
@media(max-width:640px){
	.main_banner{
		height:200px;
	}
	.mbanner_cont{
		height:200px;
	}
	.mb_carousel p{
		font-size:6vw;
	}
}
@media(max-width:414px){
	.mbanner_cont .center img:nth-child(1){
		bottom:34px;
	}
	.mbanner_cont .center img:nth-child(2){
		bottom:0px;
	}
	.mbanner_cont .center img:nth-child(4){
		bottom:0px;
	}
	.mbanner_cont .center img:nth-child(5){
		bottom:15px;
	}
}

/* -- MAIN SC BTN -- */

.main_sc_btn{
	width:100%;
	height:auto;
	float:left;
	margin-top:-178px;
	position:relative;
	z-index:1;
}
.main_sc_btn .cont{
	width:1205px;
	margin:0 auto;
}
.main_sc_btn .cont div:first-child{
	float:left;
	text-align:center;
}
.main_sc_btn .cont div:last-child{
	float:right;
	text-align:center;
}
.main_sc_btn .cont button{
	padding:0;
	border:none;
	background-color:transparent;
	animation:1;
	animation-name:main_sc_btn_anim;
	animation-duration:1s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
	opacity:0;
	animation-delay:3s;
	position:relative;
}
@keyframes main_sc_btn_anim{
	0% {opacity:0;}
	100%{opacity:1;}
}
.main_sc_btn .cont button img:nth-child(2){
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition:0.5s;
}
.main_sc_btn .cont button.active img:nth-child(2){
	opacity:1;
}
.main_sc_btn .cont button img:nth-child(3){
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition:0.5s;
	opacity:0;
}
.main_sc_btn .cont button:hover img:nth-child(3){
	opacity:1;
}
@media(max-width:1205px){
	.main_sc_btn .cont{
		width:96%;
		margin:0 auto;
	}
}
@media(max-width:1024px){
	.main_sc_btn{
		margin-top:-70px;
	}
	.main_sc_btn .cont{
		width:100%;
		margin:0 auto;
	}
	.main_sc_btn .cont div:first-child{
		width:50%;
	}
	.main_sc_btn .cont div:last-child{
		width:50%;
	}
	.main_sc_btn .cont button{
		width:150px;
	}
	.main_sc_btn .cont button img{
		width:100%;
	}
}
@media(max-width:640px){
	.main_sc_btn{
		margin-top:-50px;
	}
	.main_sc_btn .cont button{
		width:120px;
	}
}

/* -- MAIN BODY -- */

.main_body{
	width:100%;
	height:auto;
	float:left;
	margin-top:5px;
}
.sc_game{
	cursor:pointer;
}
/*CASINO*/
.main_casino_cont{
	width:1340px;
	margin:0 auto;
	text-align:center;
}
.casino_game{
	width:244px;
	height:auto;
	display:inline-block;
	overflow:hidden;
	border:solid 1px #332a22;
	border-radius:16px;
	box-shadow:0px 5px 10px #000;
	position:relative;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:20px;
}
.casino_game:hover{
	background-image:url(../images/bg/sc_game_on.gif);
	background-size:100% 100%;
}
.casino_game:hover img{
	opacity:0;
}
.sc_game:hover img{
	filter:blur(2px);
}
.sc_game span{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height:85px;
}
.sc_game p{
	position:relative;
	z-index:1;
	font-size:24px;
	color:#fff;
	font-weight:700;
	text-shadow:0px 2px 1px #000;
	transition:0.5s;
	opacity:0;
	top:-20px;
}
.sc_game:hover p{
	opacity:1;
	top:0px;
}
.sc_game button{
	width:60%;
	height:40px;
	border-radius:16px;
	background-color:#db971b;
	color:#000;
	font-size:16px;
	border:none;
	transition:0.5s;
	opacity:0;
	bottom:-20px;
	font-weight:700;
	position:relative;
}
.sc_game:hover button{
	opacity:1;
	bottom:0px;
}

/*SLOT*/
.main_slot_cont{
	width:1286px;
	margin:0 auto;
	text-align:center;
	display:none;
}
.slot_game{
	width:206px;
	height:auto;
	display:inline-block;
	overflow:hidden;
	border:solid 1px #362c24;
	border-radius:16px;
	box-shadow:0px 5px 10px #000;
	position:relative;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:20px;
}
.slot_game:hover{
	background-image:url(../images/bg/sc_game_on.gif);
	background-size:100% 100%;
}
.slot_game:hover img{
	opacity:0;
}

@media(max-width:1300px){
	.main_casino_cont{
		width:98%;
	}
	.main_slot_cont{
		width:98%;
	}
}
@media(max-width:660px){
	.main_slot_cont{
		width:96%;
	}
	.slot_game{
		width:48%;
		margin-left:0.5%;
		margin-right:0.5%;
		margin-bottom:20px;
		border-radius:26px;
	}
	.slot_game img{
		width:100%;
	}
}
@media(max-width:540px){
	.main_casino_cont{
		width:96%;
	}
	.casino_game{
		width:48%;
		margin-left:0.5%;
		margin-right:0.5%;
		margin-bottom:20px;
	}
	.sc_game img{
		width:100%;
	}
}

/* -- MAIN BOARD -- */

.main_board{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:2px;
}
.main_board .mb_cont{
	width:auto;
	height:auto;
	display:inline-block;
}
.main_board .not_eve_cont{
	width:450px;
	height:242px;
	background-color:#000;
	border-radius:16px;
	float:left;
	box-shadow:0px 5px 15px #000;
	border:solid 1px #362c24;
	margin-right:6px;
}
.main_board .not_eve_cont .head{
	width:435px;
	height:40px;
	border-radius:16px;
	background-color:#333333;
	margin:7px auto;
}
.main_board .not_eve_cont .head span{
	float:left;
	color:#a49081;
	font-size:16px;
	/*font-size:700;*/
	margin-top:6px;
	margin-left:29px;
	font-weight:700;
}
.main_board .not_eve_cont .head span img{
	position:relative;
	top:-2px;
}
.main_board .not_eve_cont .head button{
	float:right;
	background-color:transparent;
	border:none;
	font-size:11px;
	color:#c0ac9c;
	padding:0;
	margin-top:13px;
	margin-right:18px;
}
.main_board .not_eve_cont .head button img{
	position:relative;
	top:-2px;
	margin-left:3px;
}
.main_board .not_eve_cont .head button:hover{
	color:#b65c0d;
}
/*table*/
.main_board .not_eve_cont table{
	width:425px;
	height:40px;
	margin:20px auto;
}
.main_board .not_eve_cont table tr{
	height:31px;
	cursor:pointer;
	font-size:12px;
	color:#fff;
}
.main_board .not_eve_cont table td:nth-child(1){
	width:34px;
}
.main_board .not_eve_cont table td:nth-child(2){
	text-align:left;
	padding-left:10px;
}
.main_board .not_eve_cont table tr:hover td:nth-child(2){
	text-decoration:underline;
	color:#f67914;
}
.main_board .not_eve_cont table button{
	width:34px;
	height:14px;
	padding:0;
	border-radius:3px;
	font-size:9px;
	color:#fff;
	border:none;
	background-color:#b65c0d;
}
/*bank*/
.bank_cont{
	width:343px;
	height:242px;
	float:left;
	background-color:rgba(175,122,32,0.65);
	border-radius:16px;
	box-shadow:0px 5px 15px #000;
	border:solid 1px #362c24;
}
.bank_cont .header{
	width:330px;
	height:40px;
	margin:8px auto;
	border-radius:16px;
	background-color:#0e0d0d;
}
.bank_cont .header span{
	float:left;
	color:#a49081;
	font-size:16px;
	/*font-size:700;*/
	margin-top:6px;
	margin-left:21px;
}
.bank_cont .header span img{
	position:relative;
	top:-2px;
}
.bank_cont .header div{
	float:right;
	margin-right:15px;
	margin-top:9px;
}
.bank_cont .header button{
	width:auto;
	float:left;
	background-color:transparent;
	border:none;
	color:#6c6969;
	font-size:15px;
	transition:0.5s;
	font-weight:700;
	padding:0;
	margin-left:14px;
}
.bank_cont .header button.active{
	color:#fff;
}
.bank_cont .header button:hover{
	transform:scale(1.1);
}
.bank_cont .header button.active:hover{
	transform:scale(1);
}
/**/
.bank_tab{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
	margin-left:1px;
	animation:1;
	animation-name:over_sideward_anim;
	animation-duration:0.5s;
	animation-timing-function:ease-in;
	animation-fill-mode:forwards;
}
.bank_tab:nth-child(3){
	display:none;
}
.bank_cont table{
	width:310px;
	margin:0 auto;
	text-align:center;
}
.bank_cont table tr{
	height:30px;
	/*cursor:pointer;*/
	font-size:12px;
	color:#000;
}
.bank_cont table td:nth-child(1){
	text-align:left;
	width:40%;
}
.bank_cont table td:nth-child(2){
	width:30%;
}
.bank_cont table td:nth-child(3){
	width:30%;
	text-align:right;
}
.bank_cont table td img{
	margin-right:8px;
	position:relative;
	top:-1px;
}
.deposit_carousel{
	width:100%;
}
.deposit_carousel .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;
}
.deposit_carousel .carousel-inner .item .list:nth-child(1){
	animation-delay: 0.1s;
}
.deposit_carousel .carousel-inner .item .list:nth-child(2){
	animation-delay: 0.2s;
}
.deposit_carousel .carousel-inner .item .list:nth-child(3){
	animation-delay: 0.3s;
}
.deposit_carousel .carousel-inner .item .list:nth-child(4){
	animation-delay: 0.4s;
}
.deposit_carousel .carousel-inner .item .list:nth-child(5){
	animation-delay: 0.5s;
}
@keyframes deposit_list {
	0% { transform: translateY(-15px); opacity:0;}
	100%{ transform: translateY(0px); opacity:1;}
}

@media(max-width:1300px){
	.main_board .mb_cont{
		width:916px;
		text-align:center;
	}
	.main_board .not_eve_cont{
		float:none;
		display:inline-block;
	}
	.bank_cont{
		float:none;
		display:inline-block;
	}
}
@media(max-width:1000px){
	.main_board .mb_cont{
		width:450px;
		text-align:center;
	}
	.main_board .not_eve_cont{
		margin-bottom:10px;
	}
	.bank_cont{
		width:100%;
		margin-bottom:0px;
	}
	.bank_cont .header{
		width:96%;
	}
	.bank_cont table{
		width:96%;
		margin:0 auto;
		text-align:center;
	}
}
@media(max-width:560px){
	.main_board .mb_cont{
		width:94%;
	}
	.main_board .not_eve_cont{
		width:100%;
	}
	.main_board .not_eve_cont .head{
		width:97.5%;
	}
	/*table*/
	.main_board .not_eve_cont table{
		width:96%;
		height:40px;
		margin:20px auto;
	}
	.deposit-notice-right{
		display: none;
	}
}

/* -- MAIN FOOTER -- */

.main_footer{
	width:100%;
	height:auto;
	float:left;
	margin-top:13px;
	margin-bottom:50px;
}
.main_footer .mf_cont{
	width:1260px;
	height:70px;
	margin:0 auto;
	background-color:#000;
	border:solid 1px #362c24;
	border-radius:16px;
	box-shadow:0px 5px 15px #000;
	position:relative;
	display:table;
}
.footer_deco{
	position:absolute;
	right:40px;
	bottom:0;
}
.main_footer .mf_cont .contact{
	width:435px;
	height:50px;
	border-radius:16px;
	float:left;
	background-color:#333333;
	margin-left:7px;
	margin-top:9px;
}
.main_footer .mf_cont .contact div{
	width:50%;
	height:100%;
	float:left;
	text-align:center;
	display:table;
}
.main_footer .mf_cont .contact div img{
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	margin-top:8px;
}
.main_footer .mf_cont .contact div p{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	color:#fff;
	font-size:15px;
	font-weight:700;
	left:5px;
	position:relative;
}
.main_footer .mf_cont .contact div p span{
	color:#a49081;
}
.footer_text{
	color:#7c7984;
	font-size:13px;
	float:left;
	margin-top:24px;
	margin-left:45px;
}
.footer_text span{
	color:#ffffff;
	font-size:14px;
	font-weight:700;
}
@media(max-width:1300px){
	.main_footer .mf_cont{
		width:96%;
		height:220px;
	}
	.footer_deco{
		position:absolute;
		right:0;
		left:0;
		bottom:0;
		margin:auto;
	}
	.main_footer .mf_cont .contact{
		width:435px;
		height:50px;
		border-radius:16px;
		float:none;
		background-color:#333333;
		margin-left:0;
		margin:9px auto;
	}
	.footer_text{
		text-align:center;
		float:none;
		margin-left:0;
		margin-bottom:10px;
		padding-left:10px;
		padding-right:10px;
	}
}
@media(max-width:480px){
	.main_footer .mf_cont .contact{
		width:96%;
	}
}
@media(max-width:460px){
	.main_footer .mf_cont{
		height:250px;
	}
	.main_footer .mf_cont .contact{
		height:80px;
	}
	.main_footer .mf_cont .contact div{
		width:100%;
		height:40px;
	}
	.main_footer .mf_cont .contact div p{
		text-align:center;
	}
}











/* -- REVOLUTION CASINO MODALS -- */

.rev_modal{
	border-radius:16px;
	box-shadow:inset 0 0 10px #000000, 0px 3px 5px #000;
	background-color:rgba(30,29,34,0.97);
}

/* Header */

.rev_modal .header{
	width:98%;
	height:42px;
	border-radius:16px;
	background-color:#b07813;
	float:left;
	margin-left:1%;
	margin-top:8px;
	box-shadow:inset 0 0 1px #000000, 0px 2px 5px #000;
}
.rev_modal .header p{
	font-size:16px;
	color:#fff;
	font-weight:700;
	float:left;
	margin-top:8px;
	margin-left:15px;
}
.rev_modal .header p img{
	margin-right:8px;
	position:relative;
	top:-2px;
}
.rev_modal .header button{
	float:right;
	width:30px;
	height:30px;
	background-color:transparent;
	border:none;
	background-image:url(../images/btn/modal_close.png);
	margin-top:6px;
	margin-right:5px;
	transition:0.5s;
}
.rev_modal .header button:hover{
	background-image:url(../images/btn/modal_close_on.png);
}

.modal_body{
	width:98%;
	height:auto;
	float:left;
	text-align:center;
	border-radius:16px;
	box-shadow:inset 0 0 10px #000000, 0px 3px 5px #000;
	background-color:rgba(37,43,57,0.97);
	margin-left:1%;
	margin-top:6px;
}

/* Deposit Withdraw */

.dep_with_modal{
	width:590px;
	height:510px;
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.modal_body .form-group{
	width:auto;
	height:auto;
	display:inline-block;
	margin-bottom:0px;
	margin-top:16px;
}
.modal_body .form-group:first-child{
	margin-top:25px;
}
.modal_body .form-group div{
	height:auto;
	float:left;
}
.modal_body .form-group div:first-child{
	width:129px;
}
.modal_body .form-group div:first-child p{
	float:left;
	color:#fff;
	font-size:14px;
	margin-top:9px;
	text-shadow:0px 1px 2px #000;
}
.modal_body .form-group div:first-child p.green{
	color:#b07813;
}
.modal_body .form-group div:first-child p i{
	color:#b07813;
	font-size:14px;
	position:relative;
	top:-1px;
	text-shadow:none;
	margin-right:5px;
}
.modal_body .form-group div:last-child{
	width:380px;
}
.modal_body .form-group div:last-child p{
	float:left;
	color:#b07813;
	font-size:24px;
}
.modal_body .form-group div:last-child p.white{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	position:relative;
	top:4px;
	margin-left:115px;
}
.modal_body .form-group div:last-child input{
	width:100%;
	height:35px;
	float:left;
	border-radius:1px;
	background-color:#ffffff;
	border:none;
	padding-left:10px;
	color:#333333;
	font-size:13px;
}
.modal_body .form-group div:last-child input::-webkit-input-placeholder {
	color:#333333;
	font-size:13px;
}
.modal_body .form-group .w_btn input{
	width:80% !important;
}
.modal_body .form-group .w_btn button{
	width:19%;
	height:35px;
	float:left;
	margin-left:1%;
	border:none;
	border-radius:1px;
	background-color:#30790f;
	color:#fff;
	font-size:8pt;
	transition:0.5s;
}
.modal_body .form-group .w_btn button:hover{
	background-color:#cccccc;
	color:#000;
}
.modal_body .form-group div:last-child select{
	width:100%;
	height:35px;
	float:left;
	border-radius:1px;
	background-color:#ffffff;
	border:none;
	padding-left:10px;
	color:#333333;
	font-size:13px;
}
.modal_body .form-group .btn_grp{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}
.modal_body .form-group .btn_grp button{
	width:55px;
	height:25px;
	float:left;
	border-radius:1px;
	border:none;
	transition:0.5s;
	color:#000;
	font-size:13px;
	background-color:#cccccc;
	margin-left:4px;
	margin-bottom:5px;
}
.modal_body .form-group .btn_grp button:first-child{
	margin-left:0px;
}
.modal_body .form-group .btn_grp button:last-child{
	width:65px;
	color:#fff;
	background-color:#960e0e;
}
.modal_body .form-group .btn_grp button:hover{
	background-color:#b07813;
	color:#fff;
}
.modal_body .form-group .btn_grp button:last-child:hover{
	background-color:#54b00a;
	color:#000;
}
/**/
.modal_btn_grp{
	width:auto;
	height:auto;
	float:left;
	margin-left:158px;
	margin-top:30px;
	margin-bottom:17px;
}
.modal_btn_grp.join{
	margin-top:20px;
}
.modal_btn_grp button{
	width:115px;
	height:47px;
	float:left;
	margin-left:7px;
	border:none;
	border-radius:5px;
	color:#fff;
	font-size:16px;
	transition:0.5s;
	font-weight:700;
}
.modal_btn_grp button:first-child{
	margin-left:0;
	background-color:#db971b;
}
.modal_btn_grp button:first-child:hover{
	background-color:#54b00a;
	color:#000000;
}
.modal_btn_grp button:last-child{
	background-color:#666666;
}
.modal_btn_grp button:last-child:hover{
	background-color:#37a7a8;
	color:#000000;
}
.modal_btn_grp button img{
	position:relative;
	top:-2px;
}

/* Board */

.board_modal{
	width:800px;
	height:662px;
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.board_head{
	width:98%;
	height:auto;
	float:left;
	margin-left:1%;
	margin-top:9px;
}
.board_head button{
	float:left;
	margin-left:4px;
	width:150px;
	height:48px;
	border:solid 2px #c5c6c6;
	border-radius:5px;
	color:#fff;
	font-size:20px;
	background-color:transparent;
}
.board_head button:nth-child(1){
	margin-left:0;
}
.board_head button:hover{
	background-color:#c5c6c6;
	color:#000;
}
.board_head button.active{
	color:#fff;
	background-color:#d4931c;
	border:solid 2px #d4931c;
}
.board_head button.active:hover{
	color:#fff;
	background-color:#d4931c;
	border:solid 2px #d4931c;
}
/**/
.board_event{
	width:98%;
	height:530px;
	position:relative;
	float:left;
	margin-left:1%;
	margin-top:7px;
}
.board_event_list{
	transition:0.5s;
}
.board_event_see{
	width:100%;
	height:40px;
	position:absolute;
	top:0;
	left:0;
	transition:0.5s;
	overflow:hidden;
}
.board_table{
	width:100%;
	text-align:center;
}
.board_table th{
	height:40px;
	background-color:#0e0d0d;
	color:#a49081;
	font-size:14px;
	text-align:center;
}
.board_table tbody tr{
	height:42px;
	background-color:rgba(41,100,127,0);
	color:#fff;
	font-size:12px;
	text-shadow:0px 1px 1px #000;
	border-bottom:solid 1px #333333;
	text-align:center;
	/*cursor:pointer;*/
}
.board_table tbody tr:hover td:nth-child(2){
	color:#f67914;
	text-decoration:underline;
}
.board_table tbody tr.active{
	border-bottom:none;
}
.board_table tbody tr.active td:nth-child(2){
	/*color:#f67914;*/
	/*text-decoration:underline;*/
}
.board_table td:nth-child(1){
	color:#cccccc;
}
.board_table td:nth-child(2){
	text-shadow:none;
}
.board_table td:nth-child(2) button{
	width: 34px;
	height: 14px;
	padding: 0;
	border-radius: 3px;
	font-size: 9px;
	color: #fff;
	border: none;
	background-color: #b65c0d;
}
.view_event{
	width:100%;
	height:370px;
	float:left;
	margin-top:1px;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
}
.view_event .scroll_cont{
	width:100%;
	height:364px;
	float:left;
	margin-top:2px;
	background-color:#333333;
}
.view_event .scroll_cont div{
	width:99%;
	height:360px;
	margin-top:2px;
	float:left;
	overflow-y:scroll;
	text-align:left;
}
.view_event .scroll_cont div::-webkit-scrollbar  {
	background-color:#000;
}
.view_event .scroll_cont div p{
	color:#fff;
	font-size:12px;
	padding-left:20px;
	padding-top:20px;
}

.board_btn_grp{
	width:357px;
	margin:0 auto;
}
.board_btn_grp button{
	width:115px;
	height:47px;
	margin-top:20px;
	float:left;
	margin-left:0;
	color:#fff;
	font-size:16px;
	border:none;
	border-radius:3px;
	transition:0.5s;
	background-color:#666666;
	font-weight:700;
}
.board_btn_grp button:nth-child(1){
	margin-left:0;
	background-color:#db971b;
}
.board_btn_grp button:nth-child(2){
	margin-left:7px;
}
.board_btn_grp button:nth-child(3){
	margin-left:5px;
}
.board_btn_grp button:nth-child(1):hover{
	background-color:#54b00a;
	color:#000;
}
.board_btn_grp button:hover{
	background-color:#37a7a8;
	color:#000;
}

/* MyPage Modal */

.my_page_modal{
	width:800px;
	/*height:900px;*/
	height:872px;
	transition:0.5s;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.my_page_menu{
	width:98%;
	height:auto;
	float:left;
	margin-left:1%;
	margin-top:9px;
}
.my_page_menu button{
	width:auto;
	height:48px;
	float:left;
	margin-left:3px;
	padding:0 6px;
	border:solid 2px #c5c6c6;
	border-radius:5px;
	color:#cccccc;
	font-size:16px;
	text-shadow:none;
	background-color:transparent;
}

.my_page_menu button.active{
	color:#fff;
	background-color:#d4931c;
	border:solid 2px #d4931c;
}
.my_page_menu button.active:hover{
	color:#fff;
	background-color:#d4931c;
	border:solid 2px #d4931c;
}
.my_page_menu button:hover{
	color:#000;
	background-color:#c5c6c6;
}
.my_page_menu button:first-child{
	margin-left:0;
}
/**/
.my_page_content .mp_cont{
	display:none;
	height: 585px;
}
.my_page_content .mp_cont.active{
	display:block
}
/**/
.my_info_notice{
	display:table;
	width:98%;
	height:40px;
	float:left;
	margin-left:1%;
	margin-top:10px;
	margin-bottom:30px;
	background-color:#333333;
	border-radius:16px;
}
.my_info_notice p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color:#db971b;
	font-size:14px;
}
/**/
.modal_body.my_page .form-group div:first-child{
	width:171px;
}
.my_page_bottom{
	width:100%;
	height:auto;
	float:left;
	/*margin-top:30px;*/
}
.my_page_bottom .modal_btn_grp{
	width:auto;
	height:auto;
	float:none;
	margin-left:0;
	margin-top:0;
	display:inline-block;
}
/* table */
.mp_table{
	width:98%;
	max-height:450px;
	float:left;
	margin-left:1%;
	margin-top:7px;
	text-align:center;
	overflow:hidden;
}
.mp_table th{
	height:40px;
	background-color:#333333;
	color:#f3ba1f;
	font-size:14px;
	text-align:center;
}
.mp_table tbody tr{
	height:42px;
	background-color:rgba(41,100,127,0);
	text-shadow:0px 1px 1px #000;
	border-bottom:solid 1px #333333;
	text-align:center;
	cursor:pointer;
}
.mp_table tbody tr:hover{
	background-color:rgba(243,186,31,0.4);
}
.mp_table tbody tr.active{
	background-color:rgba(243,186,31,0.4);
	border-bottom:none;
}
/**/
.mp_table td{
	color:#ffffff;
	font-size:14px;
}
.mp_table .d_btn{
	color:#fff;
	font-size:16px;
	border:none;
	background-color:#fc0101;
	border-radius:3px;
	padding:0 11px;
}
.mp_table .w_btn{
	color:#fff;
	font-size:16px;
	border:none;
	background-color:#0066cc;
	border-radius:3px;
	padding:0 11px;
}
.mp_table td.date{
	font-size:12px;
}
.mp_table td.yellow{
	color:#ffff00;
}
.mp_table td.red{
	color:#ff0000;
}
.mp_table td.pink{
	color:#ff66ff;
}
.pagination .active{
	background-color:#db971b;
	color:#fff;
}
/* 1:1 */
.inquiry_list{
	width:100%;
	height:325px;
	float:left;
	overflow:hidden;
}
.inquiry_table{
	width:98%;
	height:auto;
	float:left;
	margin-left:1%;
	margin-top:7px;
}
.inquiry_table .head{
	width:100%;
	height:40px;
	float:left;
	background-color:#333;
	color:#f3ba1f;
	font-size:14px;
	display:table;
}
.inquiry_table .head p{
	display: table-cell;
	vertical-align: middle;
}
.inquiry_table .head p:first-child{
	width:10%;
	text-align:center;
}
.inquiry_table .head p:last-child{
	width:90%;
	text-align:center;
}
/**/
.inquiry_table .row_tr{
	width:100%;
	max-height:40px;
	float:left;
	border-bottom:solid 1px #333333;
	cursor:pointer;
	transition:0.3s;
	overflow:hidden;
}
.inquiry_table .row_td{
	width:100%;
	height:40px;
	float:left;
	background-color:rgba(41,100,127,0);
	border-bottom:solid 1px #333333;
	text-align:center;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
}
.inquiry_table .row_td:hover p{
	color:#f67914;
	text-decoration:underline;
}
.inquiry_table .row_td:hover .note_btn{
	background-color:#666666;
}
.inquiry_table .row_td .note_btn.active{
	background-color:#666666;
}
.inquiry_table .row_td p.active{
	color:#f67914;
	text-decoration:underline;
}
/**/
.inquiry_table .row_td .td_btn{
	float:left;
	margin-left:7px;
	margin-top:7px;
	width:60px;
	height:25px;
	padding:0;
	border:none;
	border-radius:3px;
	background-color:#666666;
	color:#fff;
	font-size:12px;
}
.inquiry_table .row_td .arrow{
	float:left;
	margin-left:10.50%;
	margin-right:0px;
	margin-top:18px;
}
.inquiry_table .row_td .td_btn.red{
	background-color:#ff0000;
}
.inquiry_table .row_td p{
	float:left;
	margin-left:11px;
	margin-top:10px;
}
.inquiry_table .row_td p.date{
	font-size:12px;
	margin-left:0;
}
.inquiry_table .row_td div{
	width:20%;
	float:right;
	margin-right:12px;
}
.inquiry_table .row_td div .delete_btn{
	float:right;
	width:15px;
	height:13px;
	border:none;
	background-color:transparent;
	background-image:url(../images/icon/mess_delete.png);
	transition:0.3s;
	margin-top:13px;
}
.inquiry_table .row_td div .delete_btn:hover{
	background-image:url(../images/icon/mess_delete_on.png);
}
/**/
.td_view{
	width:100%;
	height:auto;
	float:left;
	background-color:#333333;
	margin-top:1px;
	margin-bottom:2px;
	color:#ffffff;
	font-size:14px;
	text-align:left;
	padding:20px 10px;
	overflow-y:scroll;
}
.td_view::-webkit-scrollbar{
	background-color:#333333;
}
.pagination.inquiry{
	margin:10px 0;
}
/**/
.inquiry_form{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:10px;
}
.inquiry_form input{
	width:600px;
	height:35px;
	border:none;
	background-color:#fff;
	color:#333333;
	font-size:14px;
	padding-left:20px;
}
.inquiry_form textarea{
	width:600px;
	height:250px;
	border:none;
	background-color:#fff;
	color:#333333;
	font-size:14px;
	padding:15px 20px;
	margin-top:10px;
}
.inquiry_form input::-webkit-input-placeholder{
	color:#333333;
	font-size:14px;
}
.inquiry_form textarea::-webkit-input-placeholder{
	color:#333333;
	font-size:14px;
}

/*note*/
.note_list{
	width:100%;
	height:457px;
	float:left;
	overflow:hidden;
	overflow-y: auto;
}
.inquiry_table .row_tr.note{
	height:40px;
}
.inquiry_table .row_td.note p{
	margin-left:5%;
}
.td_view.note{
	height:159px;
}

.inquiry_table .row_td.note div{
	width:auto;
	float:right;
	margin-right:12px;
}
.inquiry_table .row_td div .note_btn{
	float:left;
	width:40px;
	height:25px;
	border:none;
	border-radius:3px;
	background-color:#ff0000;
	transition:0s;
	margin-top:7px;
	color:#ffffff;
	font-size:12px;
	margin-right:12px;
}
.inquiry_table .row_td div .delete_btn:hover{
	background-image:url(../images/icon/mess_delete_on.png);
}

/* bet win */
.mp_table.bet_win td:first-child{
	text-align:left;
	width:25%;
	padding-left:7%;
}

/*coupon*/

.mp_table.coupon th:first-child{
	text-align:left;
	width:20%;
	padding-left:5%;
}
.mp_table.coupon td:first-child{
	text-align:left;
	width:20%;
	padding-left:5%;
}
.coupon_btn{
	width:60px;
	height:25px;
	background-color:#666666;
	border:none;
	border-radius:3px;
	color:#fff;
	font-size:12px;
}
.coupon_btn.red{
	width:60px;
	height:25px;
	background-color:#ff0000;
	border:none;
	border-radius:3px;
	color:#fff;
	font-size:12px;
}

/*level*/

.level_notice{
	width:98%;
	height:80px;
	float:left;
	margin-left:1%;
	margin-top:5px;
	margin-bottom:-2px;
	background-color:rgba(102,102,102,0.4);
	text-align:center;
}
.level_notice .center{
	width:auto;
	display:inline-block;
	margin-top:22px;
}
.level_notice span:nth-child(1){
	margin-right:68px;
}
.level_notice span:nth-child(2){
	margin-right:49px;
}
.level_notice span{
	width:35%;
	color:#f3ba1f;
	font-size:14px;
}
.level_notice span i{
	font-size:14px;
	text-shadow:none;
	position:relative;
	top:-1px;
}
.level_notice span button{
	width:auto;
	height:36px;
	color:#fff;
	font-size:14px;
	text-shadow:0px 1px 1px #000;
	position:relative;
	border:none;
	border-radius:3px;
	background-color:rgba(0,0,0,0.6);
	padding:0 15px;
	margin-left:8px;
}
.level_notice span button img{
	margin-right:5px;
}
.use_point_btn{
	width:100px;
	height:36px;
	color:#fff;
	font-size:14px;
	text-shadow:0px 2px 1px #000;
	position:relative;
	border:none;
	border-radius:3px;
	background-image:linear-gradient(#ff8916, #e3620e);
	transition:0.3s;
}
.use_point_btn i{
	text-shadow:none;
}
.use_point_btn:hover{
	background-image:linear-gradient(#ff9933, #ff9933);
	color:#000;
	text-shadow:none;
}
.level_table th:first-child{
	text-align:left;
	width:20%;
	padding-left:4%;
}
.level_table tbody tr{
	height:75px;
}
.level_table td:first-child{
	text-align:left;
	width:20%;
	padding-left:4%;
	color:#ff9999;
}
.level_table td:first-child img{
	margin-right:10px;
}

/* Join */

.join_modal{
	width:590px;
	height:750px;
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

/* -- SLOT SUB PAGE -- */

.slot_list_modal{
	width:1290px;
	height:649px;
	position:absolute;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	margin: auto;
}
.slot_subpg{
	width:100%;
	height:auto;
	float:left;
}
.slot_subpg .slot_view{
	width:100%;
	height:auto;
	float:left;
	background-color:#333333;
	border:none;
	margin-bottom:0px;
	transition:0.5s;
	border-radius:16px;
}
/**/
.slot_subpg .header{
	width:100%;
	height:80px;
	background-color:#1a1818;
	border-bottom:solid 1px #373535;
	float:left;
	display:table;
	position:relative;
	z-index:1;
	background-image:url(../images/bg/slot_sp_nav.png);
	background-repeat:no-repeat;
}
.slot_subpg .header p{
	color:#f3ba1f;
	font-size:35px;
	display: table-cell;
	text-align:left;
	vertical-align: middle;
	padding-left:29px;
	text-shadow:0px 2px 5px #000;
	font-weight:700;
}
.slot_subpg .header p img{
	margin-right:6px;
	position:relative;
	top:-2px;
}
.slot_subpg .header button{
	width:30px;
	height:30px;
	background-color:transparent;
	border:none;
	background-image:url(../images/btn/modal_close.png);
	float:right;
	margin-top:11px;
	margin-right:10px;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	z-index:2;
}
.slot_subpg .header button:hover{
	background-image:url(../images/btn/modal_close_on.png);
}
/**/
.slot_view .nav{
	width:100%;
	height:49px;
	background-color:#1a1818 ;
	float:left;
	position:relative;
}
.slot_view .nav button{
	height:46px;
	float:left;
	background-color:transparent;
	border:none;
	border-bottom:solid 2px #161616;
	color:#fff;
	font-size:16px;
	padding:0;
	margin-left:18px;
	margin-right:18px;
	transition:0.5s;
}
.slot_view .nav img{
	position:absolute;
	right:0;
	bottom:0;
	pointer-events:none;
	z-index:1;
	margin-right:22px;
}
.slot_view .nav button:hover{
	color:#ad0d31;
	border-bottom:solid 2px #ad0d31;
}
.slot_view .nav button.active{
	color:#ad0d31;
	border-bottom:solid 2px #ad0d31;
}
/**/
.slot_view .body{
	width:99.5%;
	height:485px;
	float:left;
	text-align:center;
	position:relative;
	z-index:0;
	margin-top:16px;
	margin-bottom:20px;
	overflow-y:scroll;
	padding-left: 5px;
}
.slot_view .body::-webkit-scrollbar {
	width:14px;
	background:#000;
}
.slot_view .body .center{
	width:auto;
	height:auto;
	display:inline-block;
}
.slot_sp_game{
	width:200px;
	height:150px;
	position:relative;
	border:solid 1px #000;
	background-color:transparent;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:13px;
	cursor:pointer;
	overflow:hidden;
	border-radius:16px;
}
.slot_sp_game .overlay{
	position:absolute;
	top: 0;
	left: 0;
	background-color:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	opacity:0;
	transition:0.5s;
}
.slot_sp_game button{
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width:70px;
	height:30px;
	font-weight:bold;
	border-radius:16px;
	border:none;
	background-color:#db971b;
	color:#000;
	transition:0.5s;
}
.slot_sp_game button:hover{
	background-color:#000;
	color:#fff;
}
.slot_sp_game:hover .overlay{
	opacity:1;
}
.slot_sp_game .foot{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:32px;
	background-color:#262626;
	display:table;
	transition:0.5s;
}
.slot_sp_game .foot p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color:#fff;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
}
@media(max-width:1330px){
	.slot_list_modal{
		width:98%;
	}
	.slot_subpg .header{
		height:auto;
		min-height:80px;
	}
	.slot_view .nav img{
		display:none;
	}
	.slot_view .nav{
		height:auto;
	}
	.slot_sp_game{
		display:inline-block;
		float:none;
		margin-bottom:10px;
	}
}
@media(max-width:750px){
	.slot_list_modal{
		height:100%;
		margin:1% auto;
	}
}
@media(max-width:500px){
	.slot_sp_game{
		width:48%;
		margin-left:1%;
		margin-right:1%;
		margin-bottom:10px;
		float:left;
	}
	.slot_sp_game img{
		width:100%;
	}
}

/* Login */

.login_modal{
	width:500px;
	height:300px;
	position:fixed;
	margin:auto;
	left: 0;
	right: 0;
	top:0;
	bottom:0;
}
.login_mobile{
	width:400px;
	margin:20px auto;
}
.login_mobile .input{
	float:left;
	width:100%;
	height:40px;
	border:solid 1px #484848;
	border-radius:3px;
	margin-left:5px;
	margin-top:10px;
}
.login_mobile .input div{
	width:32px;
	height:100%;
	float:left;
	border-right:solid 1px #484848;
	text-align:center;
	background-color:#333;
}
.login_mobile .input div i{
	position:relative;
	top:9px;
	color:#fff;
	font-size:14px;
}
.login_mobile .input input{
	border:none;
	float:left;
	width:80%;
	background-color:transparent;
	height:100%;
	color:#aaa;
	padding-left:10px;
}
.modal_btn_grp.login{
	width:100%;
	height:auto;
	float:left;
	margin-left:0;
	margin-top:47px;
	margin-bottom:20px;
}
.modal_btn_grp.login button{
	float:none;
	margin-left:5px;
	margin-top:0;
	display:inline-block;
}

/* -- Modal Responsive -- */
@media(max-width:640px){
	.dep_with_modal{
		width:98%;
		height:510px;
		position:relative;
		float:left;
		margin-left:1%;
		margin-top:2%;
	}
}
@media(max-width:560px){
	.dep_with_modal{
		width:98%;
		height:auto;
		position:relative;
		float:left;
		margin-left:1%;
		margin-top:2%;
	}
	.modal_body .form-group{
		width:94%;
		height:auto;
		display:block;
		float:left;
		margin-left:3%;
		margin-bottom:0px;
		margin-top:16px;
	}
	.modal_body .form-group div:first-child{
		width:100%;
		float:left;
	}
	.modal_body .form-group div:last-child{
		width:100%;
		text-align:center;
	}
	.modal_body .form-group div:last-child p{
		float:none;
	}
	.modal_body .form-group div:last-child p.white{
		float:none;
		margin-left:0;
	}
	.modal_btn_grp{
		width:100%;
		height:auto;
		float:left;
		margin-left:0;
		margin-top:47px;
		margin-bottom:20px;
	}
	.modal_btn_grp button{
		display:inline-block;
		float:none;
		margin-left:0;
		margin-left:5px;
	}
}
@media(max-width:1024px){
	.join_modal{
		position:relative;
		margin-top:2%;
	}
}
@media(max-width:620px){
	.join_modal{
		width:98%;
		height:auto;
		position:relative;
		float:left;
		margin-left:1%;
		margin-top:2%;
	}
}
@media(max-width:540px){
	.login_modal{
		width:96%;
		height:300px;
		position:fixed;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		top:4%;
	}
	.login_mobile{
		width:90%;
		margin:20px auto;
	}
}
@media(max-width:840px){
	.board_modal{
		width:98%;
		height:auto;
		position:relative;
		float:left;
		margin-left:1%;
		margin-top:2%;
	}
}
@media(max-width:840px){
	.my_page_modal{
		width:98%;
		height:auto;
		position:relative;
		float:left;
		margin-left:1%;
		margin-top:2%;
	}
	.my_page_menu button{
		margin-bottom:5px;
	}
	.inquiry_form input{
		width:90%;
	}
	.inquiry_form textarea{
		width:90%;
	}
}

@media(max-width:670px){
	.level_notice{
		width:98%;
		height:110px;
		margin-left:1%;
		position:relative;
	}
	.level_notice .center{
		width:100%;
		display:inline-block;
		margin-top:10px;
	}
	.level_notice span:nth-child(1){
		margin-right:0;
		margin-left:20px;
	}
	.level_notice span:nth-child(2){
		margin-right:0;
		position:absolute;
		left:20px;
		top:60px;
	}
	.level_notice span{
		width:auto;
		float:left;
	}
	.use_point_btn{
		margin-right:15px;
		float:right;
	}
	.use_point_btn i{
		text-shadow:none;
	}
}
@media(max-width:370px){
	.level_notice span:nth-child(1){
		margin-left:10px;
	}
	.level_notice span:nth-child(2){
		left:10px;
	}
	.use_point_btn{
		margin-right:5px;
		float:right;
	}
}
@media(max-height:700px){
	.dep_with_modal{
		width:98%;
		height:510px;
		position:relative;
		float:left;
		margin-left:1%;
		margin-top:2%;
	}
	.join_modal{
		position:relative;
		margin-top:2%;
	}
	.board_modal{
		width:98%;
		height:auto;
		position:relative;
		float:left;
		margin-left:1%;
		margin-top:2%;
	}
	.my_page_modal{
		width:98%;
		height:auto;
		position:relative;
		float:left;
		margin-left:1%;
		margin-top:2%;
	}
	.slot_list_modal{
		height:100%;
		margin:1% auto;
	}
}














































.dd_main{
	width:100%;
	min-height:0px;
	float:left;
	margin-top:0;
	background-color:#fff;
	border:solid 1px #000;
}
.dd_row{
	width:100%;
	height:38px;
	border-bottom:solid 1px #000;
	background-color:#333;
	float:left;
}
.dd_row:last-child{
	border-bottom:none;
}
.dd_row div:first-child{
	float:left;
	width:60px;
	height:100%;
	position:relative;
}
.dd_row div:first-child img{
	position:absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.dd_row div:last-child{
	float:left;
	width:153px;
	height:100%;
	display: table;
}
.dd_row div:last-child p{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
	font-size:12px;
	color:#fff;
	transition:0.3s;
	position:relative;
}
.sidenav_main .cont:nth-child(3){
	display:none;
}
.sidenav_main .cont:nth-child(4){
	display:none;
}
/*hover*/
.sidenav_main .cont:hover .dropdowns{
	opacity:1;
	top:70px;
	pointer-events:auto;
}
.sidenav_main span:hover a{
	color:#30790f;
	text-decoration:none;
}
.sidenav_main span:hover a i{
	transform:rotate(180deg);
	color:#30790f;
}
.sidenav_main span:hover p{
	color:#30790f;
}
.dd_row:hover div:last-child p{
	padding-left:15px;
	color:#efc414;
}
.sidenav_head{
	display:block;
	width:100%;
	height:40px;
	border-bottom:solid 1px #362c24;
}
.sidenav_head p{
	color:#fff;
	font-size:24px;
	float:left;
	margin-top:25px;
	margin-left:10px;
}
.sidenav_head button{
	color:#fff;
	font-size:20px;
	padding:0;
	float:right;
	margin-top:24px;
	margin-right:15px;
	width:35px;
	height:35px;
	background-color:transparent;
	border:solid 1px #fff;
}
.mobile_al{
	display:block;
	width:100%;
	height:auto;
	float:left;
	background-color:#0d0e11;
	border-bottom:solid 1px #362c24;
}
.mobile_al div{
	float:left;
	width:47%;
	height:28px;
	background: #7b581e;
	font-size: 12px;
	font-weight: 700;
	border-radius: 10px;
	margin-left:2%;
	margin-top:6px;
	cursor:pointer;
}
.mobile_al div:hover{
	color: #ffeb3b;
}
.mobile_al div span{
	float:left;
	margin-top:7px;
	margin-left:7px;
	margin-right:8px;
}
.mobile_al div i{
	float:left;
	margin-top:7px;
	margin-left:7px;
	margin-right:8px;
}
.mobile_al div .level{
	float:left;
	margin-top:4px;
	margin-left:7px;
	margin-right:5px;
	width:25px;
}
.mobile_al div:nth-child(1) i{
	color:#9ee24f;
}
.mobile_al div:nth-child(2) i{
	color:#e4a13c;
}
.mobile_al div:nth-child(3) i{
	color:#399ec6;
}
.mobile_al div:nth-child(4) span{
	color:#5db542;
	font-weight:900;
	font-size:15px;
	position:relative;
	top:-3px;
}
.mobile_al div:nth-child(5) i{
	color:#00b4a3;
}
.mobile_al div:nth-child(6) i{
	color:#aaa;
}
.mobile_al div:nth-child(7) i{
	color:#c146d6;
}
.mobile_al div p{
	float:left;
	margin-top:5px;
	margin-right:7px;
	color:#fff;
}


.mobile_al div:nth-child(7){
	width:96%;
	margin-left:2%;
	margin-bottom:6px;
}
.meter{
	width:67% !important;
	height:11px !important;
	position: relative;
	margin:0;
	margin-top:9px !important;
	background: #555 !important;
	border-radius: 25px;
	padding:0;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span{
	margin-top:0 !important;
	margin-left:0 !important;
	margin-right:0 !important;
	display: block;
	height: 100%;
	width:0%;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(43,194,83)),
			color-stop(1, rgb(84,240,84))
	);
	background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
	-webkit-box-shadow:
			inset 0 2px 9px  rgba(255,255,255,0.3),
			inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow:
			inset 0 2px 9px  rgba(255,255,255,0.3),
			inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow:
			inset 0 2px 9px  rgba(255,255,255,0.3),
			inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image:
			-webkit-gradient(linear, 0 0, 100% 100%,
			color-stop(.25, rgba(255, 255, 255, .2)),
			color-stop(.25, transparent), color-stop(.5, transparent),
			color-stop(.5, rgba(255, 255, 255, .2)),
			color-stop(.75, rgba(255, 255, 255, .2)),
			color-stop(.75, transparent), to(transparent)
			);
	background-image:
			-moz-linear-gradient(
					-45deg,
					rgba(255, 255, 255, .2) 25%,
					transparent 25%,
					transparent 50%,
					rgba(255, 255, 255, .2) 50%,
					rgba(255, 255, 255, .2) 75%,
					transparent 75%,
					transparent
			);
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.red > span {
	background-color: #f0a3a3;
	background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
	background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}

/*sidenav_main*/
.sidenav_main{
	width:100%;
	height:100% !important;
	float:none;
	margin-left:0;
	position:absolute;
	background-color:rgba(0,0,0,0.8);
	top:120px;
	left:-100%;
	z-index:99;
	transition:0.5s;
}
.sidenav_main_cont{
	width:80%;
	height:100%;
	float:left;
	margin-left:0;
	background-color:#000;
}
.sidenav_main .cont{
	width:100%;
	height:40px;
	float:left;
	text-align:left;
	margin-left:0;
	margin-top:0;
	padding-left:0;
	padding-top:0;
	padding-right:0;
	border-bottom:solid 1px #362c24;
	position:relative;
}
.mobile_dd_i{
	display:block;
	font-size:13px;
	transition:0.4s;
	position:absolute;
	right:15px;
	top:13px;
	color:#fff;
	transition:0.3s;
}
.mobile_dd_i.active{
	transform:rotate(180deg);
	color:#efc414;
}
.sidenav_main .cont span img{
	float:left;
	margin-top:13px;
	margin-left:25px;
}
.sidenav_main .cont span a{
	float:left;
	margin-top:9px;
	margin-left:25px;
	color:#fff;
}
.sidenav_main .cont span i{
	display:none;
}
.sidenav_main .cont span p{
	float:left;
	margin-top:10px;
	margin-left:10px;
	color:#7d8594;
}
.sidenav_main .cont .dropdowns{
	position:relative;
	width:100%;
	top:0;
	left:0;
	margin-top:0px;
	float:left;
	opacity:1;
}
.sidenav_main .cont:nth-child(3){
	height:auto;
	max-height:40px;
	overflow:hidden;
	transition:0.5s;
	display:block;
}
.sidenav_main .cont:nth-child(4){
	height:auto;
	max-height:40px;
	overflow:hidden;
	transition:0.5s;
	display:block;
}
/*hover*/
.sidenav_main .cont:hover .dropdowns{
	top:0px;
}

.coupon-list {
	margin-bottom: 130px;
}