html{
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll !important;
}
body {
	background-color:#141313;
	height:100%;
  	padding-right:0 !important;
}
input, button, select, a, p{
	outline:none !important;
	font-family:NotoSansKr-Regular, Fallback, sans-serif;
}

pre{
	background-color: #666666;
	border:0px solid #666666;
}
.modal-open {
  padding-right:0 !important;
}
.wrapper{
	width: 100%;
    min-height:100%;
    float: left;
    overflow-x:hidden;
    position:relative;
}
.wrapper p{
	margin:0 0 0;
}
.wrapper ul{
	list-style:none;
	margin-bottom:0;
	width:auto;
	display:table;
	height:100%;
	padding:0;
}
.wrapper li{
	list-style:none;
	width:auto;
	height:auto;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}

/* -- NAV MAIN -- */

.nav-main{
	width:100%;
	height:91px;
	float:left;
	text-align:center;
	position:absolute;
	z-index:1;
	background-color:rgba(0, 0, 0, 0.62);
}
@media(max-width:1100px){
	.nav-main{
		position:relative;
	}
}
.nav-main .nav-center{
	width:1283px;
	height:100%;
	display:inline-block;
	position:relative;
}
.m-menu-btn{
	width:40px;
	height:40px;
	background-color:transparent;
	border:none;
	color:#2e7cbb;
	font-size:30px;
	float:left;
	margin-top:19px;
	display:none;
	position:relative;
	z-index:1;
}
.nav-main .nav-center .logo{
	float:left;
	margin-left:-60px;
	margin-top:0px;
	margin-right:0px;
}

.nav-main .nav-center .logo img{
	width: 250px;
}


@media(max-width:550px){
	.nav-main .nav-center .logo img{
		width: 150px;
	}
}


.nav-main .nav-center ul{
	float:left;
}
.nav-main .nav-center ul .logo a{
	position:relative;
	top:-2px;
}
.nav-main .nav-center ul .logo a:before{
	display:none;
}
.nav-main .nav-center ul li{
	padding:0 0px;
	position:relative;
}
.nav-main .nav-center ul li:last-child{
	padding:0 0;
}
.nav-main .nav-center ul li a{
	text-decoration:none;
	color:#cccccc;
	font-size:18px;
	font-family:NotoSansKr-Bold;
	transition:0.3s;
	position:relative;
}
.nav-main .nav-center ul li a p{
	text-decoration:none;
	color:#cccccc;
	font-size:18px;
	font-family:NotoSansKr-Bold;
	transition:0.3s;
	position:relative;
	display:inline-block;
}
.nav-main .nav-center ul li a:hover p{
	color:#a2e1e5;
}
.nav-main .nav-center ul li a p:before{
	content : "";
  	position: absolute;
  	left    : 0;
  	right    : 0;
  	bottom  : 0;
  	margin:auto;
  	height  : 1px;
  	width   : 0;
  	background-color: #a2e1e5;
  	transition:0.3s;
}
.nav-main .nav-center ul li a:hover p:before{
	width:100%;
}
.nav-main .nav-center ul li a span{
	color:#145e8d;
	margin-right:5px;
}
.nav-main .nav-center .btn-grp{
	width:auto;
	float:right;
	display:block;
	margin-top:20px;
}
.nav-main .nav-center .btn-grp .bg-cont.ll{
	width:auto;
	float:right;
}
.nav-main .nav-center .btn-grp .bg-btn{
	float:left;
	width:auto;
	height:50px;
	padding:0 25px;
	margin:0 3px;
	border:none;
	transition:0.5s;
	color:#fff;
	font-size:14px;
	font-family:NotoSansKr-Bold;
	background-color:#1b5c90;
}
.nav-main .nav-center .btn-grp .bg-btn:hover{
	background-color:#3169a2;
}
.nav-main .nav-center .btn-grp .bg-btn:last-child{
	background-color:#4c4d46;
}
.nav-main .nav-center .btn-grp .bg-btn:last-child:hover{
	background-color: #2e9192;
}
.nav-main .nav-center .btn-grp .bg-cont.al{
	/*display:none;*/
}
.nav-main .nav-center .btn-grp div.al-btn{
	position:relative;
	padding-top:16px;
	cursor:pointer;
}

@media(min-width:1223px){
	.nav-main .nav-center ul{
		width:770px;
		padding-right:130px;
	}
}

@media(max-width:1323px){
	.nav-main .nav-center{
		width:96%;
	}
}
@media(max-width:1140px){
	.nav-main .nav-center .logo{
		margin-right:0px;
	}
}
@media(max-width:1100px){
	.nav-main{
		height:80px;
	}
	.nav-main.active{
/*		position:fixed;
		top:0;
		left:0;
		z-index:999;*/
	}
	.nav-main .nav-center{
		width:98%;
	}
	.m-menu-btn{
		display:block;
	}
	.nav-main .nav-center .logo{
		margin-right:0px;
		position:absolute;
		left:0;
		right:0;
		margin-left:auto;
		margin-top:16px;
		z-index:0;
	}
	.nav-main .nav-center ul{
		float:left;
		display:block;
		position:fixed;
		left:-100%;
		top:80px;
		width:80%;
		height:100%;
		overflow-y:auto !important;
		background-color: #141313;
		z-index:99;
		transition:0.5s;
		border-top:solid 1px #ddd;
	}
	.nav-main .nav-center ul.active{
		left:0;
	}
	.nav-main .nav-center ul li{
		padding:10px 20px;
		display:block;
		width:100%;
		height:40px;
		text-align:left;
		border-bottom:solid 1px #354d94;
	}
	.nav-main .nav-center ul li:last-child{
		padding:10px 20px;
	}
	.nav-main .nav-center .btn-grp{
		margin-top:18px;
		z-index:1;
		position:relative;
	}
	.nav-main .nav-center .btn-grp .bg-btn{
		width:46px;
		height:auto;
		padding:5px 0;
	}
	.nav-main .nav-center .btn-grp div.al-btn{
		padding-left:4px;
		padding-right:4px;
		padding-top:5px;
		width:auto;
	}
	.nav-main .nav-center .btn-grp .bg-btn svg{
		display:inline-block;
		font-size:18px;
	}
	.nav-main .nav-center .btn-grp .bg-btn span{
		display:block;
		font-size:10px;
	}

	.banner-main{
		margin-top:0px;
	}
}
@media(max-width:550px){
	.nav-main{
		height:91px !important;
	}
	.nav-main .nav-center{
		width:100%;
	}
	.nav-main .nav-center ul{
		top:132px;
	}
	.nav-main .nav-center .logo{
		position:relative;
		margin-top:0;
		display:block;
		width:100%;
		height:80px;
		float:left;
		border-bottom: solid 1px #363c3c;
		padding-top:2px;
	}
	.m-menu-btn{
		margin-top:2px;
		margin-left:3px;
	}
	.nav-main .nav-center .btn-grp{
		margin-top:10px;
		margin-bottom:4px;
		z-index:1;
		position:relative;
		margin-right:5px;
	}
	.nav-main .nav-center .btn-grp .bg-btn{
		width:auto;
		height:30px;
		padding:0 10px;
		padding-bottom:1px;
	}
	.nav-main .nav-center .btn-grp .bg-btn svg{
		display:inline;
		font-size:12px;
	}
	.nav-main .nav-center .btn-grp .bg-btn span{
		display:inline;
		font-size:12px;
	}
	.nav-main .nav-center .btn-grp div.al-btn{
		padding-top:4px;
	}
}
.after-login{
	width:auto;
	height:auto;
	position:absolute;
	right:0;
	top:50px;
	z-index:2;
	transition:0.5s;
	transform:scale(0);
	transform-origin:right top;
}
.after-login .al-cont{
	width:300px;
	height:auto;
	display:inline-block;
	padding:15px;
	margin-top:10px;
	background-color:#5fb8bb;
}
.al-head{
	width:100%;
	height:40px;
	float:left;
	border-bottom:solid 1px #22595a;
	margin-bottom:10px;
	display:none;
}
.al-head p{
	float:left;
	font-size:16px;
	margin-top:3px;
}
.al-head p svg{
	font-size:18px !important;
}
.al-close-btn{
	float:right;
	margin-top:0;
	width:auto;
	height:auto;
	padding:0;
	border:none;
	background-color:transparent;
}
.al-close-btn svg{
	font-size:26px !important;
}
.after-login .my-account{
	width:100%;
	height:auto;
	float:left;
}
.after-login .my-account .level{
	width:30%;
	height:94px;
	float:left;
	background-color:#0e9597;
	padding:7px 8px;
}
.after-login .my-account .level .icon-cont{
	width:48px;
	height:48px;
	display:inline-block;
	background-color:#fff;
	border-radius:50%;
	border:solid 1px #ddd;
}
.after-login .my-account .level .icon-cont div{
	width:100%;
	height:100%;
	float:left;
	display:table;
}
.after-login .my-account .level .icon-cont span{
	display:table-cell;
  	text-align:center;
  	vertical-align:middle;
}
.after-login .my-account .level .info{
	width:100%;
	height:auto;
	float:left;
	background-color:#22595a;
	border-radius:2px;
	margin-top:5px;
}
.after-login .my-account .level .info label{
	margin-bottom:0;
	color:#ffffff;
	font-size:13px;
	font-family:NotoSansKr-Bold;
	font-weight:normal;
	padding:2px 0;
}
.after-login .my-account .level .info label:first-child{
	width:22px;
	height:100%;
	float:left;
	background-color:#30b3b5;
}
/* Money */
.after-login .my-account .money{
	width:69%;
	height:89px;
	float:left;
	margin-left:1%;
}
.after-login .my-account .money a{
	width:100%;
	height:30px;
	float:left;
	background-color:#8cdbdd;
	border:solid 1px #8cdbdd;
	display:table;
	margin-bottom:2px;
	text-decoration:none;
}
.after-login .my-account .money a:last-child{
	margin-bottom:0;
}
.after-login .my-account .money a p{
	display: table-cell;
  	vertical-align: middle;
  	color:#22595a;
	font-size:13px;
	font-family:NotoSansKr-Bold;
	font-weight:normal;
	padding:0;
}
.after-login .my-account .money a button{
  	color:#22595a;
	font-size:10px;
	font-family:NotoSansKr-Bold;
	font-weight:normal;
	padding:3px 7px;
	background-color:#fff;
	border:none;
	position:relative;
	top:2px;
	transition:0.5s;
	pointer-events:none;
}
.after-login .my-account .money a:hover button{
  	color:#fff;
	background-color:#0e9597;
}
.after-login .my-account .money a p.label{
  	text-align:left;
  	padding-left:5px;
}
.after-login .my-account .money a p.label i{
  	font-style:normal;
  	color:#22595a;
}
.after-login .my-account .money a p.amount{
  	text-align:right;
  	padding-right:5px;
}
.after-login .my-account .money a span.yellow{
  	color:#0e9597;
}
.after-login .my-account .money a span.blue{
  	color:#2d8e0f;
}
/* Progress Bar */
.after-login .my-progress{
	width:100%;
	height:30px;
	float:left;
	border:solid 1px #0e9597;
	background-color:#0e9597;
	margin-top:10px;
	display:table;
	position:relative;
}
.after-login .my-progress *{
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
  	padding:0 4px;
}
.after-login .my-progress .label{
	color:#ffffff;
	font-size:12px;
	font-family:NotoSansKr-Regular;
	font-weight:normal;
}
.after-login .my-progress .percent{
	color:#fff;
	font-size:12px;
	font-family:NotoSansKr-Regular;
	font-weight:normal;
}
.progbar-cont{
	width:142px;
	height:12px;
	background-color:#8cdbdd;
	border-radius:5px;
	position:relative;
}
.progbar-cont div{
	width:80%;
	height:12px;
	position:absolute;
	top:0;
	left:0;
	background-color:#0e3f41;
	border-radius:5px;
}

/* Progress Bar */
.after-login .shortcut-links{
	width:100%;
	height:35px;
	float:left;
	border-radius:2px;
	border:solid 1px #5fb8bb;
	background-color:#5fb8bb;
	margin-top:10px;
}
.after-login .shortcut-links a{
	width:20%;
	height:100%;
	float:left;
	border:solid 1px #0e3f41;
	border-left:solid 1px #0e9597;
	background-color:#0e3f41;
	padding:0;
	color:#ffffff;
	font-size:12px;
	font-family:NotoSansKr-Bold;
	font-weight:normal;
	transition:0.5s;
	padding-top:7px;
	text-decoration:none;
}
.after-login .shortcut-links a:first-child{
	border-left:none;
}
.after-login .shortcut-links a svg{
	margin-right:3px;
	color:#5fb8bb;
	transition:0.5s;
}
.after-login .shortcut-links a:hover{
	background-color:#4caeae;
	border:solid 1px #22595a;
	color:#22595a;
}
.after-login .shortcut-links a:hover svg{
	color:#22595a;
}
.lgt-btn{
	width:20% !important;
	background-color:#0e9597 !important;
	background-size:100% 100%;
}

@media(max-width:500px){
	.after-login{
		width:100%;
		height:100%;
		position:fixed;
		transform:scale(1);
		right:0;
		top:100%;
		z-index:999 !important;
	}
	.after-login .al-cont{
		width:100%;
		height:260px;
		padding:15px;
		margin-top:0;
		position:absolute;
		left:0;
		bottom:0;
	}
	.al-head{
		display:block;
	}
}

/* -- BANNER MAIN -- */

.banner-main{
	width:100%;
	height:auto;
	float:left;
	margin-top:90px;
	text-align:center;
}
.banner-main .banner-center{
	width:100%;
	height:100%;
	display:inline-block;
	position:relative;
}
.banner-main .carousel-bg{
	width:100%;
}
.cbg-img-cont{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.cbg-img-cont img{
	position:absolute;
}
.cbg-img-cont .b1-girl{
	left:7.50%;
	bottom:5%;
	width:25.42%;
	z-index:1;
	animation:b1_girl1_anim 6s ease infinite;
}
@keyframes b1_girl1_anim {
	0% {bottom:-13%;opacity:0;}
	5% {bottom:-13%;opacity:0;}
	15% {bottom:0;opacity:1;}
	20% {bottom:-6px;opacity:1;}
	95% {bottom:-6px;opacity:1;}
	100% {bottom:-6px;opacity:0;}
}
.cbg-img-cont .b1-confeti{
	left:5.10%;
	bottom:9%;
	width:58.39%;
	z-index:0;
	animation:b1_confeti_anim 6s ease infinite;
}
@keyframes b1_confeti_anim {
	0% {bottom:19%;opacity:0;}
	20% {bottom:19%;opacity:0;}
	40% {bottom:9%;opacity:1;}
	95% {bottom:9%;opacity:1;}
	100% {bottom:9%;opacity:0;}
}
.cbg-img-cont .b1-girl2{
	right:11%;
	bottom:0;
	width:22.33%;
	z-index:1;
	animation:b1_girl2_anim 6s ease infinite;
}
@keyframes b1_girl2_anim {
	0% {bottom:-10%;opacity:0;}
	10% {bottom:-10%;opacity:0;}
	20% {bottom:0;opacity:1;}
	25% {bottom:-27px;opacity:1;}
	95% {bottom:-27px;opacity:1;}
	100% {bottom:-27px;opacity:0;}
}
.cbg-img-cont .b1-casino{
	right:2.80%;
	bottom:0;
	width:21.81%;
	z-index:0;
	animation:b1_casino_anim 6s ease infinite;
}
@keyframes b1_casino_anim {
	0% {bottom:-10%;opacity:0;}
	25% {bottom:-10%;opacity:0;}
	45% {bottom:0;opacity:1;}
	95% {bottom:0;opacity:1;}
	100% {bottom:0;opacity:0;}
}

.cbg-img-cont .b2-curtain{
	left:0%;
	bottom:0;
	width:17.87%;
	z-index:1;
	animation:b2_curtain_anim 6s ease infinite;
}
@keyframes b2_curtain_anim {
	0% {left:-100%;opacity:0;}
	5% {left:-100%;opacity:0;}
	20% {left:0;opacity:1;}
	95% {left:0;opacity:1;}
	100% {left:0;opacity:0;}
}
.cbg-img-cont .b2-hipo{
	left:5.70%;
	bottom:0;
	width:35.63%;
	z-index:0;
	animation:b2_hipo_anim 6s ease infinite;
}
@keyframes b2_hipo_anim {
	0% {left:-100%;opacity:0;}
	10% {left:-100%;opacity:0;}
	30% {left:2.8%;opacity:1;}
	95% {left:2.8%;opacity:1;}
	100% {left:2.8%;opacity:0;}
}
.cbg-img-cont .b2-right{
	right:4%;
	bottom:-18px;
	width:36.68%;
	z-index:0;
	animation:b2_right_anim 6s ease infinite;
}
@keyframes b2_right_anim {
	0% {right:0%;opacity:0;}
	25% {right:0%;opacity:0;}
	45% {right:4%;opacity:1;}
	95% {right:4%;opacity:1;}
	100% {right:4%;opacity:0;}
}

.carousel-text-cont{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	text-align:center;
}
.ct-center{
	width:auto;
	height:auto;
	display:inline-block;
	position:relative;
	transform: translateY(-50%);
    top:59%;
}
.carousel-ct .item{
	animation:over_upward_anim 1s ease 1;
}
@keyframes over_upward_anim{
	0% {
	    transform: perspective(400px) rotate3d(1, 0, 0, 100deg);
	    opacity: 0;
	}
	40% {
	    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	    animation-timing-function: ease-in;
	}
	60% {
	    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	    opacity: 1;
	}
	80% {
	    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	    opacity: 1;
	}
	100% {
	    transform: perspective(400px);
	    opacity: 1;
	}
}
.carousel-ct .text-cont p{
	width:auto;
}
.carousel-ct .info{
	color:#fff;
	font-size:20px;
	font-family:NotoSansKr-Black;
	text-shadow: 3px 3px 3px black;
}

.carousel-ct .title2{
	color:#fff;
	font-size:48px;
	font-family:NotoSansKr-Black;
	text-shadow: 3px 3px 3px black;
	margin-bottom:60px;
}
.carousel-ct .title{
	color:#fff;
	font-size:48px;
	font-family:NotoSansKr-Black;
	position:relative;
}
.carousel-ct .title:before{
	content : "";
  	position: absolute;
  	left    : 0;
  	bottom  : 0;
  	height  : 1px;
  	width   : 100%;
  	background-color: #fff;
}
.carousel-ct .sub{
	color:#fff;
	font-size:30px;
	font-family:NotoSansKr-Bold;
}
.carousel-ct .text-cont button{
	color:#fff;
	font-size:16px;
	font-family:NotoSansKr-Bold;
	width:150px;
	height:46px;
	border-radius:3px;
	background-color:rgba(75,62,62,0.35);
	border:solid 2px #fff;
	margin-top:10px;
	transition:0.5s;
	position:relative;
}
.carousel-ct .text-cont button:before{
	content : "";
  	position: absolute;
  	left    : 0;
  	right   : 0;
  	top  : 0;
  	margin  : 0 auto;
  	height  : 100%;
  	width   : 0;
  	background-color:#fff;
  	transition:0.5s;
}
.carousel-ct .text-cont button:hover:before{
  	width   : 100%;
  	z-index:-1;
}
.carousel-ct .text-cont button:hover{
	color:#0e9597;
	background-color:transparent;
}
@media(max-width:1490px){
	.carousel-ct .title, .carousel-ct .title2{
		font-size:3vw;
	}
	.carousel-ct .sub{
		font-size:2vw;
	}
	.carousel-ct .text-cont button{
		font-size:14px;
		width:110px;
		height:35px;
	}
}
@media(max-width:1200px){
	.ct-center{
	    top:65%;
	}
}
@media(max-width:1100px){
	.ct-center{
	    top:50%;
	}
}
@media(max-width:560px){
	.carousel-ct .info{
		font-size:12px;
	}
	.carousel-ct .title, .carousel-ct .title2{
		font-size:16px;
	}
	.carousel-ct .title2{
		margin-bottom:10px;
	}
	.carousel-ct .sub{
		font-size:16px;
	}
	.carousel-ct .text-cont button{
		font-size:12px;
		width:100px;
		height:30px;
		margin-top:5px;
	}
	.banner-main {
		margin-top:30px !important;
	}
	.banner-main .carousel-bg{
		width:130%;
		margin-left:-15%;
	}
}
@media(max-width:414px){
	.carousel-ct .info{
		font-size:10px;
	}
	.carousel-ct .title, .carousel-ct .title2{
		font-size:16px;
	}
	.carousel-ct .title2{
		margin-bottom:10px;
	}
	.carousel-ct .sub{
		font-size:14px;
	}
	.carousel-ct .text-cont button{
		font-size:10px;
	}
}

/* -- CATEGORY MAIN -- */

.category-main{
	width:100%;
	height:50px;
	float:left;
	text-align:center;
	background-color:#282727;
	margin-top:-10px;
}
.category-main .category-center{
	width:900px;
	height:100%;
	display:inline-block;
}
.category-main .category-center a{
	width:50%;
	height:100%;
	float:left;
	display:inline-block;
	text-decoration:none;
	transition:0.5s;
	position:relative;
	border:solid 1px transparent;
	background-color:transparent;
	color:#ccc;
	font-size:14px;
	font-family:NotoSansKr-Bold;
	padding:14px 0;
}
.category-main .category-center a:before{
	content : "";
  	position: absolute;
  	right    : -1px;
  	top  : 0;
  	bottom  : 0;
  	margin:auto;
  	height  : 36px;
  	width   : 1px;
  	background-color: #3d3c3c;
}
.category-main .category-center a img{
	transition:0.5s;
	opacity:0;
	margin:0 4px;
}
.category-main .category-center a:hover{
	border: solid 1px #07416a;
    background-color: #071d2e;
    text-shadow: 0px 2px 2px #000;
}
.category-main .category-center a.active{
	border:solid 1px #003366;
	background-color:#071d2e;
	text-shadow:0px 2px 2px #000;
	background-position:0 center;
	background-image:url(/images/bg/category_bg.png);
	background-size:100% 100%;
}
.category-main .category-center a.active img{
	opacity:1;
}

@media(max-width:1200px){
	.category-main .category-center{
		width:100%;
	}
	.category-main .category-center a img{
		display:none;
	}
}
@media(max-width:414px){
	.category-main .category-center a{
		font-size:12px;
	}
}

/* -- BODY MAIN -- */

.body-main{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	background-image:url(/images/bg/main_bg.png);
	background-position:center 0;
	background-repeat:no-repeat;
}
.body-main .body-center{
	width:auto;
	height:auto;
	display:inline-block;
}
.cs-title{
	width:100%;
	height:auto;
	display:inline-block;
	margin-top:35px;
}
.cs-title p{
	width:auto;
	color:#ccc;
	font-size:20px;
	font-family:NotoSansKr-Bold;
	padding:14px 44px;
	border-bottom:solid 1px #24689b;
	display:none;
	position:relative;
}
.cs-title p:before{
	content : "";
  	position: absolute;
  	right    : 0;
  	left  : 0;
  	bottom  : -1px;
  	margin:auto;
  	height  : 1px;
  	width   : 32px;
  	background-color: #0f4974;
}
.cs-title p.active{
	display:inline-block;
}
.cs-container{
	width:auto;
	max-width:1400px;
	height:auto;
	display:inline-block;
	margin-top:34px;
}
.cs-casino-slot{
	display:none;
	animation:cs_anim 1s ease 1 forwards;
}
.cs-casino-slot.active{
	display: block;
}
@keyframes cs_anim{
	0% {transform:scale(0);opacity:0;}
	100% {transform:scale(1);opacity:1;}
}
.cs-container .cs-btn{
	width:214px;
	height:auto;
	display:inline-block;
	position:relative;
	text-decoration:none;
	margin: 0 28px;
	margin-bottom:40px;
}
.cs-container .cs-btn .circle{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.cs-container .cs-btn .circle .circle-img{
	width:100%;
}
.cs-container .cs-btn .circle .img-cont{
	position:absolute;
	top:7px;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
}
.cs-container .cs-btn .circle .img-cont .main-img{
	width:auto;
	height:auto;
	position:relative;
}
.cs-container .cs-btn .circle .img-cont .main-img img{
	position:relative;
	z-index:1;
	transition:0.5s;
	width:171px;
	top:0;
}
.cs-container .cs-btn .circle .img-cont .main-img img.on{
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:auto;
	z-index:0;
}
/* hotel */
.cs-container .hotel{
	padding-bottom:20px;
}
.cs-container .hotel .cs-btn{
	width:266px;
}
.cs-container .hotel .cs-btn .circle .img-cont .main-img img{
	width:216px;
}
.cs-container .hotel .cs-btn .circle .img-cont .text-cont:before{
    background-image: url(/images/bg/cs_btn_icon_bg2.png);
}
@media(max-width:540px){
	.cs-title{
		margin-top:10px;
	}
	.cs-container{
		width:100%;
		max-width:100%;
	}
	.cs-container .cs-btn{
		width:160px;
		margin: 0 10px;
		margin-bottom:20px;
	}
	.cs-container .cs-btn .circle .img-cont .main-img img{
		width:126px;
	}
	.cs-container .hotel .cs-btn{
		width:160px;
	}
	.cs-container .hotel .cs-btn .circle .img-cont .main-img img{
		width:126px;
	}
	.cs-container .hotel .cs-btn .circle .img-cont .text-cont img {
	    width:50%;
	}
	.cs-container .hotel .cs-btn .circle .img-cont .text-cont:before{
	    background-image: url(/images/bg/cs_btn_icon_bg.png);
	}
}
@media(max-width:414px){
	.cs-container .cs-btn{
		width:160px;
		margin: 0 3px;
		margin-bottom:20px;
	}
	.cs-container .cs-btn .circle .img-cont .main-img img{
		width:125px;
	}
}
.cs-container .cs-btn .circle .img-cont .text-cont{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:2;
}
.cs-container .cs-btn .circle .img-cont .text-cont:before{
	content : "";
	position: absolute;
	left    : 0;
	top  : 0;
	height  : 100%;
	width   : 100%;
	background-image:url(/images/bg/cs_btn_icon_bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	z-index:-1;
}
.cs-container .cs-btn .circle .img-cont .text-cont img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.cs-container .cs-btn:hover .circle .img-cont .main-img img{
	opacity:0.30;
	width:94%;
	top:-15px;
}
.cs-container .cs-btn:hover .circle .img-cont .main-img img.on{
	opacity:1;
}
.cs-container .cs-btn:hover .circle .img-cont .text-cont:before{
	animation:cs_icon_cont_anim 5s linear infinite;
}
@keyframes cs_icon_cont_anim {
	0% {transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
.cs-container .cs-btn .name{
	color:#ffffff;
	font-size:22px;
	font-family:NotoSansKr-Regular;
	margin-top:19px;
	float:left;
	width:100%;
	text-align:center;
}

/* -- SLOT SUB PAGE -- */

.slot-sub-pg{
	width:1200px;
	height:589px;
	margin-bottom:40px;
	background-color:#0e9597;
	position:relative;
}
.slot-sub-pg .menu-right{
	width:13.34%;
	height:100%;
	background-color:#30b3b5;
	padding:10px;
	float:left;
}
.slot-sub-pg .menu-right .head{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
	text-align:center;
	border-bottom:solid 1px #0e9597;
}
.slot-sub-pg .menu-right .head .title{
	color:#0a5a5b;
	font-size:14px;
	font-family:NotoSansKr-Regular;
	margin-top:10px;
	margin-bottom:14px;
}
.slot-sub-pg .menu-right .btn-grp{
	width:100%;
	height:auto;
	float:left;
	margin-top:23px;
}
.slot-sub-pg .menu-right .btn-grp button{
	width:100%;
	height:30px;
	float:left;
	color:#ffffff;
	font-size:14px;
	font-family:NotoSansKr-Regular;
	border:none;
	background-color:transparent;
	transition:0.5s;
	text-align:left;
	padding:0;
	padding-left:20px;
}
.slot-sub-pg .menu-right .btn-grp button.active{
	background-color:#22595a;
}
.slot-sub-pg .menu-right .btn-grp button span{
	color:#a2e1e5;
	margin-right:5px;
	transition:0.5s;
}
.slot-sub-pg .menu-right .btn-grp button:hover{
	color:#22595a;
}
.slot-sub-pg .menu-right .btn-grp button:hover span{
	color:#22595a;
}
.slot-sub-pg .menu-right .btn-grp button.active:hover{
	color:#ffffff;
}
.slot-sub-pg .menu-right .btn-grp button.active:hover span{
	color:#a2e1e5;
}
.slot-sub-pg .ssp-body{
	width:100%;
	height:100%;
	float:left;
}
.slot-sub-pg .ssp-body .head{
	width:100%;
	height:auto;
	float:left;
	margin:13px 0;
}

.slot-sub-pg .ssp-body .head .title{
	width:100%;
	height:auto;
	font-size: 30px;
	color: white;
	text-shadow: 2px 2px 2px black;
	float:right;
}

.slot-sub-pg .ssp-body .head .back-btn{
	width:180px;
	height:37px;
	position:absolute;
	left:10px; top:15px;
	border:none;
	background-color:#085455;
	color:#ffffff;
	font-size:14px;
	font-family:NotoSansKr-Bold;
	transition:0.5s;
	padding:0;
	margin-left:30px;
}
.slot-sub-pg .ssp-body .head .back-btn svg{
	font-size:22px;
	position:relative;
	margin-top:-2px;
	top:3px;
	margin-right:2px;
}
.slot-sub-pg .ssp-body .head .back-btn:hover{
	background-color:#297273;
}
.game-container{
	width:100%;
	height:503px;
	overflow-y:scroll;
}
.game-container::-webkit-scrollbar {
    width:20px;
    background:#0e6263 !important;
}
.game-container::-webkit-scrollbar-thumb {
    background: #0e6263;
}
.game-container .gc-btn{
	width:180px;
	height:auto;
	display:inline-block;
	position:relative;
	cursor:pointer;
	margin:0 5px;
	margin-bottom:10px;
	border:solid 1px #000;
}
.game-container .gc-btn .main-img{
	width:100%;
}
.game-container .gc-btn .foot{
	width:100%;
	height:28px;
	background-color:#373636;
	display:table;
}
.game-container .gc-btn .foot p{
	color:#ffffff;
	font-size:14px;
	font-family:NotoSansKr-Regular;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
}
.game-container .gc-btn .overlay{
	width:100%;
	height:100%;
	position:absolute;
	background-color:rgba(0,0,0,0.71);
	top:0;
	left:0;
	transition:0.5s;
	opacity:0;
}
.game-container .gc-btn .overlay:before{
	content : "";
  	position: absolute;
  	left    : 0;
  	right    : 0;
  	top    : 0;
  	bottom  : 0;
  	margin: auto;
  	height  : 80%;
  	width   : 80%;
  	border:1px solid #30b3b5;
}
.game-container .gc-btn .overlay a{
  	position:absolute;
  	left:0;
  	right:0;
  	top:0;
  	bottom:0;
  	margin:auto;
  	height:40px;
  	width:40px;
  	border-radius:50%;
  	background-color:#30b3b5;
  	text-decoration:none;
  	display:inline-block;
  	padding-top:10px;
  	color:#ffffff;
	font-size:14px;
	font-family:NotoSansKr-Regular;
}
.game-container .gc-btn:hover .overlay{
	opacity:1;
}
.game-container .gc-btn:hover .overlay a{
	animation:play_anim 1s ease 1 forwards;
}
@keyframes play_anim{
	0% {top:60px;opacity:0}
	100% {top:0;opacity:1}
}

@media(max-width:1240px){
	.slot-sub-pg{
		width:96%;
		margin-left:2%;
	}
}
@media(max-width:1120px){
	.slot-sub-pg .menu-right{
		width:18.34%;
		height:100%;
		background-color:#30b3b5;
		padding:10px;
		float:left;
	}
	.slot-sub-pg .ssp-body{
		width:80%;
		height:100%;
		float:left;
	}
}
@media(max-width:840px){
	.slot-sub-pg {
	    height: auto;
	    display:inline-block;
	}
	.slot-sub-pg .menu-right{
		width:100%;
		height:auto;
		float:left;
	}
	.slot-sub-pg .menu-right .head{
		width:auto;
		height:45px;
	}
	.slot-sub-pg .menu-right .head img{
		float:left;
	}
	.slot-sub-pg .menu-right .head .title{
		float:left;
		margin-left:10px;
		margin-top:5px;
	}
	.slot-sub-pg .menu-right .btn-grp{
		width:100%;
		margin-top:23px;
	}
	.slot-sub-pg .menu-right .btn-grp button{
		width:auto;
		text-align:center;
		padding:0 15px;
	}
	.slot-sub-pg .ssp-body{
		width:100%;
		height:auto;
		float:left;
		margin-bottom:10px;
	}
	.slot-sub-pg .ssp-body .head .back-btn{
		width:180px;
		height:37px;
		position:absolute;
		right:10px;
		top:20px;
		margin-left:0;
	}
	.game-container{
		padding:0 10px;
		width:100%;
		height:auto;
		overflow-y:auto;
	}
}
@media(max-width:440px){
	.game-container .gc-btn{
		width:48%;
		height:auto;
		display:inline-block;
		position:relative;
		cursor:pointer;
		margin:0 0.5%;
		margin-bottom:10px;
		border:solid 1px #000;
	}
}

/* -- BOARD MAIN -- */

.board-main{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	background-color:#131c37;
	z-index:0;
}
.board-main .bm-head{
	width:100%;
	height:55px;
	float:left;
	background-color:#152a66;
	background:linear-gradient(to bottom,#273c79,#152a66);
	box-shadow:0px 2px 2px rgba(0,0,0,0.41);
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.board-main .bm-body{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	position:relative;
	z-index:1;
}
.board-cont{
	width:400px;
	height:auto;
	display:inline-block;
	margin:0 22px;
	vertical-align:top;
	margin-bottom:33px;
}
.board-cont .head{
	width:100%;
	height:55px;
	float:left;
}
.board-cont .head .title{
	float:left;
}
.board-cont .head .title button{
	width:32px;
	height:36px;
	background-color:transparent;
	border:none;
	padding:0;
	background-image:url(/images/icon/board_diamond.png);
}
.board-cont .head .title button svg{
	color:#6689ee;
	font-size:16px;
}
.board-cont .head .title .text-grp{
	display:inline-block;
	width:auto;
	height:auto;
	text-align:left;
	position:relative;
	top:11px;
	margin-left:3px;
}
.board-cont .head .title .text-grp .name{
	color:#ffffff;
	font-size:16px;
	font-family:NotoSansKr-Bold;
}
.board-cont .head .title .text-grp .name span{
	color:#ffffff;
	font-size:11px;
	font-family:NotoSansKr-Regular;
}
.board-cont .head .title .text-grp .sub{
	color:#798abb;
	font-size:10px;
	font-family:NotoSansKr-Regular;
}
.board-cont .head .more-btn{
	float:right;
	margin-top:12px;
	margin-right:2px;
	width:auto;
	height:auto;
	padding:4px 7px;
	color:#ffffff;
	font-size:14px;
	font-family:NotoSansKr-Regular;
	border:none;
	background-color:#2d4485;
	transition:0.5s;
}
.board-cont .head .more-btn:hover{
	background-color:#1f3738;
}
.board-cont .body{
	width:100%;
	height:auto;
	float:left;
	margin-top:27px;
}
.board-cont.notice  .body table{
	border-collapse: collapse;
	border-collapse: separate;
    border-spacing:0 5px;
    width:100%;
}
.board-cont.notice  .body table tr{
	width:100%;
	height:35px;
	background-color:#152a66;
	transition:0.5s;
}
.board-cont.notice .body table td a{
	color:#ffffff;
	font-size:12px;
	font-family:NotoSansKr-Regular;
	padding-left:13px;
	text-decoration:none;
}
.board-cont.notice .body table td:first-child{
	text-align:left;
}
.board-cont.notice .body table td:last-child{
	color:#ffffff;
	font-size:11px;
	font-family:NotoSansKr-Regular;
	padding-right:13px;
}
.board-cont.notice .body table tr:hover{
	background-color:#354d94;
	border:solid 1px #354d94;
}
.board-cont.notice .body table tr:hover a{
	color:#000000;
}
.board-cont.notice .body table tr:hover td:last-child{
	color:#000000;
}

.board-cont .event-banner{
	display:inline-block;
	margin:0 0;
	margin-top:5px;
	cursor:pointer;
	background-color:#000;
	text-decoration:none;
}
.board-cont .event-banner:first-child{
	margin-left:0;
}
.board-cont .event-banner:last-child{
	margin-right:0;
}
.board-cont .event-banner img{
	transition:0.5s;
}
.board-cont .event-banner .foot{
	width:100%;
	height:30px;
	background-color:#1e2d59;
	display:table;
	transition:0.5s;
}
.board-cont .event-banner .foot p{
	color:#ffffff;
	font-size:12px;
	font-family:NotoSansKr-Bold;
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
  	transition:0.5s;
}
.board-cont .event-banner:hover img{
	opacity:0.5;
}
.board-cont .event-banner:hover .foot{
	background-color:#121b25;
}
.board-cont .event-banner:hover .foot p{
	color:#a0a0a0;
}
.board-cont.dep-wit {
	width:313px;
}
.board-cont.dep-wit .head .title{
	margin-top:9px;
}
.board-cont.dep-wit .head .title .text-grp{
	top:0;
}
.board-cont.dep-wit .head .btn-grp{
	float:right;
	margin-top:12px;
}
.board-cont.dep-wit .head .btn-grp button{
	width:40px;
	height:25px;
	float:left;
	margin:0 1px;
	background-color:#6c7171;
	border:none;
	color:#ffffff;
	font-size:14px;
	font-family:NotoSansKr-Regular;
	padding:0;
	transition:0.5s;
}
.board-cont.dep-wit .head .btn-grp button.active{
	background-color:#3e59a5;
}
.board-cont.dep-wit .head .btn-grp button:hover{
	background-color:#1f3738;
}
.board-cont.dep-wit .head .btn-grp button.active:hover{
	background-color:#3e59a5;
}
.bank-tab{
	width:100%;
	height:auto;
	float:left;
	margin-top:9px;
	animation:1;
	animation-name:over_sideward_anim;
	animation-duration:0.5s;
	animation-timing-function:ease-in;
	animation-fill-mode:forwards;
	display:none;
}
.bank-tab.active{
	display:block;
}
.bank-tab table{
	width:100%;
}
.bank-tab table tr{
	height:35px;
}
.bank-tab table td{
	color:#7d9aed;
	font-size:12px;
	font-family:NotoSansKr-Regular;
}
.bank-tab table td:first-child{
	text-align:left;
	padding-left:7px;
}
.bank-tab table td:last-child{
	color:#fff;
	text-align:right;
	padding-right:7px;
}
.bank-tab table button{
	width:30px;
	height:19px;
	margin-right:4px;
	border:none;
	color:#ffffff;
	font-size:10px;
	font-family:NotoSansKr-Regular;
	background-color:#3e59a5;
	padding:0;
}
.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;
}
@keyframes deposit_list {
	0% { transform: translateY(-15px); opacity:0;}
	100%{ transform: translateY(0px); opacity:1;}
}

@media(max-width:1252px){
	.board-main{
		background-color:transparent;
	}
	.board-main .bm-head{
		display:none;
	}
	.board-cont{
		width:440px;
		background-color:#131c37;
		margin:0 10px;
		margin-bottom:20px;
	}
	.board-cont.dep-wit {
		width:440px;
		margin-bottom:40px;
	}
	.board-cont .head{
		padding:0 20px;
		background-color:#152a66;
		box-shadow:0px 2px 2px rgba(14,59,61,0.41);
	}
	.board-cont .body{
		padding:0 20px;
		margin-top:10px;
		margin-bottom:10px;
	}
}
@media(max-width:480px){
	.board-cont{
		width:96%;
		margin:0 0;
		margin-bottom:15px;
	}
	.board-cont .head{
		padding:0 10px;
	}
	.board-cont .body{
		padding:0 10px;
	}
	.board-cont.notice .body table td a {
	    font-size: 11px;
	}
	.board-cont.notice .body table td a {
	    padding-left:5px;
	}
	.board-cont .event-banner{
		width:32.33%;
		float:left;
		margin-right:1.50%;
	}
	.board-cont .event-banner img{
		width:100%;
	}
	.board-cont .event-banner .foot p{
		font-size:10px;
	}
	.board-cont.dep-wit {
		width:96%;
		margin-bottom:40px;
	}
	.bank-tab{
		margin-top:0;
	}
}

/* -- FOOTER MAIN -- */

.footer-main{
	width:100%;
	height:auto;
	float:left;
	background-color:#0f0f0f;
	text-align:center;
}
.footer-main .center{
	width:1192px;
	height:auto;
	min-height:102px;
	display:inline-block;
	margin:0 auto;
	padding:10px 0 25px 0;
}
.footer-main .company-logo{
	width:100%;
	float:left;
	border-bottom:solid 1px #333;
	padding:20px 0;
	text-align:center;
}
.footer-main .company-logo img{
	display:inline-block;
	vertical-align:middle;
	margin:5px 7px;
	width:50px;
}
.footer-main .company-logo img.sm{
	width:70px;
}
.footer-main .center .logo{
	float:left;
	margin-top:40px;
}
.footer-main .center .logo *{
	display:inline-block;
	vertical-align:middle;
}
.footer-main .center .logo img{
	position:relative;
	top:-5px;
}
.footer-main .center .logo p{
	color:#999999;
	font-size:11px;
	font-family:NotoSansKr-Regular;
	margin-left:5px;
	position:relative;
	top:4px;
}
.footer-main .center .contacts{
	float:right;
	margin-top:30px;
}
.footer-main .center .contacts *{
	display:inline-block;
}
.footer-main .center .contacts p{
	color:#999999;
	font-size:12px;
	font-family:NotoSansKr-Regular;
	margin-right:8px;
}
.footer-main .center .contacts p span{
	color:#354d94;
}
.footer-main .center .contacts button{
	width:50px;
	height:50px;
	background-color:transparent;
	border:solid 2px #666666;
	border-radius:50%;
	padding:0;
	margin:0 2px;
}

@media(max-width:1212px){
	.footer-main .center{
		width:96%;
	}
}
@media(max-width:840px){
	.footer-main .center .logo{
		float:none;
		margin-top:40px;
		padding-top:50px;
	}

	.footer-main .center .logo img{
		padding-top:15px;
	}

	.footer-main .center .contacts{
		float:none;
		margin-top:20px;
		margin-bottom:30px;
	}
}


/* *** *** ***  --- ---  *** *** *** */

/* *** --- EVOLUTION MODALS --- *** */

/* *** *** ***  --- ---  *** *** *** */

.modal-open .modal::-webkit-scrollbar {
    width: 0px;
    background: transparent !important;
}
.modal-open .modal::-webkit-scrollbar-thumb {
    background:transparent;
}
.evolution_modal{
	height:auto;
    position:absolute;
    top:10%;
    right:0;
    left:0;
    margin:auto;
    border-radius:20px;
    margin-bottom:30px;
  	padding:25px 25px 30px 25px;
    background-color:#161616;
    background-image:url(/images/bg/mdl-bg.jpg);
    background-size:100% 169px;
    background-repeat:repeat-y;
	box-shadow:0 3px 7px rgba(0,0,0,0.92);
	text-align:center;
	overflow:hidden;
}
.evolution_modal:before{
	content:'';
	width:100%;
	height:14px;
	top:0;
	left:0;
	position:absolute;
	background-image:url(/images/bg/mdl-top.jpg);
    background-repeat:repeat-x;
    pointer-events:none;
}
.evolution_modal:after{
	content:'';
	width:100%;
	height:14px;
	bottom:0;
	left:0;
	position:absolute;
	background-image:url(/images/bg/mdl-bot.jpg);
    background-repeat:repeat-x;
    pointer-events:none;
}
.evolution_modal .modal-head{
	width:100%;
  	height:auto;
  	float:left;
  	margin-bottom:30px;
  	text-align:left;
}
.evolution_modal .modal-head .title{
	width:auto;
  	height:auto;
  	float:left;
}
.evolution_modal .modal-head .title p{
	color:#ffffff;
	font-size:24px;
	font-family:NotoSansKr-Regular;
	margin:0;
}
.evolution_modal .modal-head .title p span{
	color:#a2e1e5;
	font-size:14px;
	position:relative;
	top:-5px;
	margin-right:5px;
}
.evolution_modal .modal-head .title p .sm{
	color:#ffffff;
	font-size:18px;
	display:inline-block;
	vertical-align:bottom;
}
.evolution_modal .modal-head .title .sub{
	color:#3682bf;
	font-size:12px;
	font-family:NotoSansKr-Regular;
	margin-left:18px;
}
.evolution_modal .modal-head .close-btn{
  	float:right;
  	color:#fff;
  	font-size:30px;
}
.evolution_modal .modal-head .close-btn:hover{
  	color:#1b5c90;
}
.evolution_modal .modal_body .form-group{
	width:94%;
  	height:auto;
  	margin:0 auto;
  	position:relative;
  	margin-bottom:40px;
  	display:inline-block;
  	text-align:left;
}
.evolution_modal .modal_body .form-group:last-child{
  	margin-bottom:30px;
}
.evolution_modal .modal_body .form-group.w-ti-text{
  	margin-bottom:3px;
}
.evolution_modal .modal_body .form-group.w-btn-grp{
  	margin-bottom:10px;
}
.evolution_modal .modal_body .form-group{
  	margin-bottom:30px;
}
.evolution_modal .modal_body .form-group label{
	position:absolute;
	left:0;
	top:10px;
	color:#fffbfb;
	font-size:16px;
	font-family:NotoSansKr-Regular;
	transition:0.5s;
}
.evolution_modal .modal_body .form-group .info{
	color:#3682bf;
	font-size:24px;
	font-family:NotoSansKr-Regular;
	margin:5px 0;
}
.evolution_modal .modal_body .form-group input{
	width:100%;
  	height:44px;
  	float:left;
  	border:none;
  	background-color:transparent;
  	border-bottom:solid 1px #7b7b7b;
  	position:relative;
  	color:#fffbfb;
	font-size:16px;
	font-family:NotoSansKr-Regular;
}
.evolution_modal .modal_body .form-group.w-btn input{
	width:80%;
}
.evolution_modal .modal_body .form-group.w-btn button{
	width:19%;
  	height:44px;
  	float:left;
  	margin-left:1%;
  	border:none;
  	background-color:#0e9597;
  	position:relative;
  	border-radius:3px;
  	color:#fffbfb;
	font-size:16px;
	font-family:NotoSansKr-Regular;
	padding:0;
	transition:0.5s;
}
.evolution_modal .modal_body .form-group.w-btn button:hover{
  	background-color:#ccc;
  	color:#000;
}
.evolution_modal .modal_body .form-group select{
	width:100%;
  	height:44px;
  	float:left;
  	border:none;
  	background-color:transparent;
  	border-bottom:solid 1px #7b7b7b;
  	position:relative;
  	color:#fffbfb;
	font-size:16px;
	font-family:NotoSansKr-Regular;
}
.evolution_modal .modal_body .form-group select option{
	background-color:#333;
}
.evolution_modal .modal_body .form-group:after{
	content : "";
  	position: absolute;
  	left    : 0px;
  	right    : 0px;
  	bottom  : 0px;
  	margin  : auto;
  	width   : 0;
  	height  : 1px;
  	background-color:#3682bf;
  	transition:0.5s;
  	z-index:0;
}
.evolution_modal .modal_body .form-group.active:after{
  	width   : 100%;
}
.evolution_modal .modal_body .form-group.active label{
  	top:-20px;
  	font-size:14px;
  	color:#666666;
}
.fg-btn-grp{
	width:94%;
	height:auto;
	display:inline-block;
	margin-bottom:40px;
	margin-top:10px;
}
.fg-btn-grp button{
	width:16.25%;
	height:30px;
	float:left;
	margin-right:0.50%;
	border:none;
	background-color:#fff;
	color:#000;
	font-size:14px;
	font-family:NotoSansKr-Regular;
	transition:0.5s;
}
.fg-btn-grp button:last-child{
	margin-right:0;
	background-color:#436e6f;
	color:#fff;
}
.fg-btn-grp button:hover{
	background-color:#5fb8bb;
	color:#fff;
}
.evolution_modal .modal_body .modal_btn_grp{
	width:100%;
  	height:auto;
  	float:left;
  	position:relative;
  	padding:0 18px;
}
.evolution_modal .modal_body .modal_btn_grp button{
	width:130px;
  	height:55px;
  	float:left;
  	background-color:#1b5c90;
  	border:none;
  	border-radius:3px;
  	color:#fffbfb;
	font-size:15px;
	font-family:NotoSansKr-Bold;
	margin-right:8px;
	transition:0.5s;
}
.evolution_modal .modal_body .modal_btn_grp.center button{
	display:inline-block;
  	float:none;
	margin-right:0;
	margin:0 3px;
}
.evolution_modal .modal_body .modal_btn_grp button:last-child{
  	background-color:#333333;
  	border:solid 1px #454444;
}
.evolution_modal .modal_body .modal_btn_grp button:hover{
  	color:#fff;
  	background-color:#2d4485;
}
.evolution_modal .modal_body .modal_btn_grp button:last-child:hover{
  	color:#898989;
  	background-color:#221d1d;
}
.login_modal{
	width:600px;
}
.joinModal .evolution_modal{
    top:5%;
}

.guide_modal{
	width:100%;
	max-width:1100px;
}

@media screen and (max-width: 768px) {
	.info-pc { display: none !important; }
	.info-mobile {  }
}
@media screen and (min-width: 768px) {
	.info-pc {  }
	.info-mobile { display: none !important; }
}

.guide_modal .modal-head .title p svg{
	position:relative;
	top:1px;
	margin-right:5px;
}



.dep_wit_modal{
	width:600px;
}
.dep_wit_modal .modal-head .title p svg{
	position:relative;
	top:1px;
	margin-right:5px;
}
.not_eve_modal{
	width:650px;
}
.evol-modal-tbl{
	width:100%;
	text-align:center;
}
.evol-modal-tbl tr th{
	color:#fff;
    font-size:14px;
    font-family:NotoSansKr-Regular;
	background-color:#354d94;
	text-align:center;
	padding:0 5px;
	height:35px;
}
.evol-modal-tbl tr td{
	color:#fff;
    font-size:12px;
    font-family:NotoSansKr-Regular;
    height:40px;
	text-align:center;
	padding:0 5px;
	border-bottom:solid 1px #5fb8bb;
	cursor:pointer;
	transition:0.5s;
}
.evol-modal-tbl tr .d_btn{
	color:#fff;
    font-size:12px;
    font-family:NotoSansKr-Regular;
    background-color:#436e6f;
    border:none;
}
.evol-modal-tbl tr .w_btn{
	color:#fff;
    font-size:12px;
    font-family:NotoSansKr-Regular;
    background-color:#6c7171;
    border:none;
}
.not_eve_modal .evol-modal-tbl tr td:nth-child(2){
	text-align:left;
	padding-left:30px;
}
.evol-modal-tbl tr:hover td{
	background-color:#334d4e;
}
.pagination{
	margin-bottom:10px;
	display:inline-block !important;
}
.pagination>li>a{
    color:#000;
    font-size:12px;
    font-family:NotoSansKr-Regular;
}
.pagination .active{
	color:#fff;
    background-color:#354d94;
    border: 1px solid #354d94;
}
.pagination .active:hover{
	color:#fff;
    background-color:#354d94;
}
.pagination>li>a:hover{
	color:#2db6b8;
}
.notice-see{
	width:100%;
	height:335px;
	float:left;
	margin-top:2px;
	background-color:#666666;
	padding:5px;
	margin-bottom:40px;
}
.notice-see .scroll_cont{
	width:100%;
	height:100%;
	float:left;
	overflow-y:scroll;
	text-align:left;
	padding:10px;
}
.notice-see .scroll_cont::-webkit-scrollbar  {
    background-color:#262626;
}
.notice-see .scroll_cont p{
	color:#fff;
    font-size:12px;
    font-family:NotoSansKr-Regular;
}
.evolution_modal.sub-pg{
    position:relative;
    display:inline-block;
    margin:auto;
    margin-top:10px;
    margin-bottom:30px;
  	padding:22px 10px;
  	box-shadow:none;
}

/* MyPage Modal */

.mypage_modal{
	width:650px;
	top:1%;
}
.mypage_modal button{
	white-space:nowrap !important;
	background-repeat:no-repeat !important;
}
.mypage_modal .header{
	margin-bottom:15px;
}
.mypage_modal .header .btn-grp button{
	font-size:16px;
	padding:0 0;
	background-color:#5fb8bb;
	border:none;
	transition:0.5s;
	color:#0c5454;
    font-size:12px;
    font-family:NotoSansKr-Regular;
    padding:0 10px;
    width:auto;
    height:35px;
    display:inline-block;
    margin-bottom:5px;
}
.mypage_modal .header .btn-grp button.active{
	color:#fff;
	background-color:#0e9597;
}
.mypage_modal .header .btn-grp button:hover{
	background-color:#8cdbdd;
}

/**/
.mypage_content .mp_cont{
	display:none;
}
.mypage_content .mp_cont.active{
	display:block
}
/**/
.myinfo_notice{
	display:table;
	width:94%;
	height:auto;
	float:left;
	margin-top:10px;
	margin-bottom:30px;
	margin-left:3%;
	background-color:#0f4147;
	border-radius:1px;
	padding:5px;
}
.myinfo_notice p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ccc;
	font-size: 14px;
	font-family: NotoSansKr-Regular;
}
/**/
.modal_body.mypage .form-group div:first-child{
	width:171px;
}
.mypage_bottom{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
}
.mypage_bottom .modal_btn_grp{
	width:auto;
	height:auto;
	float:none;
	margin-left:0;
	margin-top:0;
	display:inline-block;
}
/* table */
.mp_table{
	width:100%;
	max-height:450px;
	float:left;
	margin-top:7px;
	text-align:center;
	overflow:hidden;
}
.mp_table th{
	height:40px;
	background-color: #0f4147;
	color: #ccc;
	font-size: 14px;
	font-family: NotoSansKr-Regular;
	text-align:center;
}
.mp_table tbody tr{
	height:40px;
	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-image:linear-gradient(#d23428, #e64611);
}
.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: 12px;
	border:none;
	background-color:#333;
	border-radius:3px;
	padding: 2px 7px;
}
.mp_table .w_btn{
	color:#fff;
	font-size: 12px;
	border:none;
	background-color:#0f4147;
	border-radius:3px;
	padding: 2px 7px;
}
.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;
}
/* 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{
	color:#fff;
    font-size:12px;
    font-family:NotoSansKr-Regular;
	background-color:#0e9597;
	text-align:center;
	padding:0 5px;
	height:35px;
	width:100%;
	float:left;
	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{
	border-bottom:solid 1px #5fb8bb;
	width:100%;
	max-height:40px;
	float:left;
	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:#fff;
    font-size:11px;
    font-family:NotoSansKr-Regular;
}
.inquiry_table .row_td:hover{
	background-color:#334d4e;
}
.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:#fff;
	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:#6c7171;
	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:#436e6f;
}
.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:30%;
	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);
	background-repeat:no-repeat !important;
	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;
}
.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:#0f4147;
	transition:0s;
	margin-top:7px;
	color:#ffffff;
	font-size:12px;
	margin-right:12px;
	padding:0;
}
.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;
	padding:0;
}
.coupon_btn.red{
	width:60px;
	height:25px;
	background-color:#0f4147;
	border:none;
	border-radius:3px;
	color:#fff;
}

/*level*/

.level_notice{
	width:100%;
	height:auto;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#8cdbdd;
	text-align:center;
}
.level_notice .center{
	width:100%;
	height:auto;
	float:left;
	margin:10px 0;
	position:relative;
}
.level_notice .ln-cont{
	width:25%;
	color:#22595a;
	font-size:14px;
	float:left;
	/*margin-left:20px;*/
}
.level_notice .ln-cont span{
	font-size:14px;
	text-shadow:none;
	position:relative;
	top:-1px;
}
.level_notice .ln-cont button{
	width:auto;
	height:36px;
	color:#fff;
	font-size:14px;
	position:relative;
	border:none;
	border-radius:3px;
	background-color:#4caeae;
	padding:0 15px;
	margin-left:8px;
}
.level_notice .ln-cont button img{
	margin-right:5px;
	margin-top:1px;
}
.use_point_btn{
	width:100px;
	height:36px;
	color:#fff;
	font-size:14px;
	position:relative;
	border:none;
	border-radius:3px;
	background-color:#436e6f;
	transition:0.3s;
	float:right;
	margin-right:20px;
}
.use_point_btn i{
	text-shadow:none;
}
.use_point_btn:hover{
	background-color:#0e9597;
}
.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:#8cdbdd;
}
.level_table td:first-child img{
	margin-right:0;
}
@media(max-width:690px){
	.level_notice .ln-cont{
		width:100%;
		margin-left:0;
		text-align:left;
		padding-left:10px;
		margin:3px 0;
	}
	.use_point_btn{
		position:absolute;
		top:3px;
		right:10px;
		margin-right:0;
	}
}

@media(max-width:690px){
	.body-main .body-center{
	    width:100%;
	}
	.evolution_modal{
	  	padding:22px 10px;
	}
	.login_modal{
		width:96%;
	}
	.dep_wit_modal{
		width:96%;
	}
	.not_eve_modal{
		width:96%;
	}
	.mypage_modal{
		width:96%;
	}
	.evolution_modal .modal-head{
		width:94%;
	  	margin-left:3%;
	}
	.evolution_modal .modal-head .close-btn{
	  	/*display:none;*/
	}
	.evolution_modal.login_modal .modal-head .close-btn{
	  	display:block;
	}
	.evolution_modal .modal-head .title p{
		font-size:18px;
	}
	.evolution_modal .modal-head .title .sub{
		margin-left:0;
		margin-top:5px;
	}
	.evolution_modal .modal_body .form-group.w-btn button {
	    padding:0;
	    font-size:12px;
	}
	.fg-btn-grp button{
		padding:0;
		font-size:12px;
	}
	.evol-modal-tbl tr td {
	    font-size: 12px;
	}
	.not_eve_modal .evol-modal-tbl tr td:nth-child(2){
		padding-left:0;
	}
	.evolution_modal .modal_body .modal_btn_grp{
	  	padding:0 0;
	}
	.evolution_modal .modal_body .modal_btn_grp button{
	  	float:none;
	  	display:inline-block;
		margin-right:0;
	}
	.evolution_modal .modal_body .modal_btn_grp.center button{
		font-size:14px;
		margin:0 0;
		width:100px;
	}
	.p-txt{
		display:none;
	}
	.slot-sub-pg .ssp-body .head .back-btn {
	    width: auto;
	    height: 37px;
	    font-size:10px;
	    padding:0 5px;
	}
	.slot-sub-pg .ssp-body .head .back-btn svg {
	    font-size:14px;
	    margin-top:0;
	    top:2px;
	}
}
@media(max-width:416px){
	.inquiry_table .row_td div .note_btn{
		font-size:10px;
	}
	.coupon_btn{
		font-size:10px;
	}
	.level_notice .ln-cont{
		font-size:12px;
	}
	.level_notice .ln-cont span{
		font-size:12px;
	}
	.level_notice .ln-cont button{
		font-size:12px;
	}
	.use_point_btn{
		font-size:12px;
		padding:0;
	}
	.level_table td:first-child{
		text-align:center;
	}
	.level_table td:first-child img{
		display:block;
		margin:0 auto;
	}
}



.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}



.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}




.video_bg { position: absolute; top: 0px; left:50%; margin-left:-960px; width: 1920px; height: 515px; overflow: hidden; z-index:999; }
.video_bg video {top: -240px; position: relative; opacity: 0.5; width: 1920px;}
.video_height {width: 100%; height: 370px;}

@media(max-width:690px){
	.video_bg { top: 0px; left:0%; margin-left:0px; width:100%; }
	.video_bg video {top: 0px; width:100%; }
	.video_height {height: auto;}

}




.cus_modal_btn_grp{
	width:100%;
	height:auto;
	float:right;
	position:relative;
	padding:0 0px;
	margin-top: 50px;
}
.cus_modal_btn_grp button{
	width:130px;
  	height:55px;
  	float:left;
  	background-color:#1b5c90;
  	border:none;
  	border-radius:3px;
  	color:#fffbfb;
	font-size:15px;
	font-family:NotoSansKr-Bold;
	margin-right:8px;
	transition:0.5s;
}
.cus_modal_btn_grp.center button{
	display:inline-block;
  	float:none;
	margin-right:0;
	margin:0 3px;
}
.cus_modal_btn_grp button:last-child{
  	background-color:#333333;
  	border:solid 1px #454444;
}
.cus_modal_btn_grp button:hover{
  	color:#fff;
  	background-color:#2d4485;
}
.cus_modal_btn_grp button:last-child:hover{
  	color:#898989;
  	background-color:#221d1d;
}






.slide-box {
	top:91px;
	width:100%;
	height:607px;
	background: #000;
	position: relative;
}

.slide_leftbox {
	position: absolute;
	top: -3px;
	left: -2px;
	z-index: 997;
	max-width: 400px;
	width: 25vw;
	}
.slide_rightbox {
	position: absolute;
	top: -7px;
	right: 0px;
	z-index: 997;
	max-width: 400px;
	width: 25vw;
	}
.slide_rightcurtain {
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 996;
	max-width: 650px;
	width: 45vw;
	}
.slide_rightcurtain img,
.slide_rightbox img,
.slide_leftbox img {width:100%;height: 100%;}



.main-visual.v1-slider .v_img_tx_tit {
	position: absolute;
	bottom: 7vw;
	right: 7vw;
	margin: 0 0;
	z-index: 999;
/*	filter: drop-shadow(2px 2px 10px #FFFFFF);*/
}
.main-visual.v1-slider .v_img_bg {
	margin: 0 auto;
	height: 40vw;
	width: auto;
	max-width: 1919px;
	max-height: 607px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.bg_shadow_dott {
	background: url(/images/banner2/main/bg_video_dott.png) top center;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}


.main-visual {
	position: relative;
	height: 607px;
	height: 40vw;
	max-height: 600px;
	margin-top: 0px;
	z-index: 1;
	overflow: hidden;
}
