
.ie8andbelow{
	position:fixed;
	background-image:url(/img/dot80b.png);
	width:100%;
	left:0;
	top:0;
	text-align:center;
	z-index:9999;
	color:#fff;
}

.ie8andbelow-content{
	width:680px;
	height:880px;
	top:10%;
	position:relative;
	margin:0px auto;
	text-align:center
}
.ie8andbelow-content ul li{
	display:inline-block;
	float:left;
	width:160px
}
.browser-list li div{
	background-image:url(/img/browsehappy-sprite.png);
	width:125px;height:130px;
	margin:8px auto
}
.up-icons-firefox{background-position:-125px 0}
.up-icons-safari{background-position:-375px 0}
.up-icons-ie{background-position:-500px 0}
.ie8andbelow-close{
	font-size:2em;
	font-weight:bolder;
	background-color:#333;
	padding:10px 20px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-30px;
	cursor:pointer;
	color:#fff;
}

html, body {
	font-family: 'Roboto','Noto Sans KR', sans-serif;
	background-color:#fff;
	_height:100%;
	color:#111;
}
div {
	box-sizing: border-box;
}

.wrap {
	width:100%;
	height:100%;
	min-width:500px;

}


@media ( max-width:1600px) {

	.left-menu-box {
		width:80px;
	}
	.left-menu-box:hover {
		width:250px;
	}

	.right-box {
		padding-left:80px;
	}

	.menu_big {
		display:none;
	}
	.menu_small {
		display:block;
	}
	.right-box-top {
		padding-left:80px;
	}
}
@media ( min-width:1600px) {

	.left-menu-box {
		width:250px;
	}

	.right-box {
		padding-left:250px;
	}

	.menu_small {
		display:none;
	}
	.menu_big {
		display:block;
	}
	.right-box-top {
		padding-left:250px;
	}
}
.left-menu-box {
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	z-index:3;
	padding:20px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.5);
	background:#fefefe;
	transition:width 0.1s, height 0.1s, background-color 0.1s, transform 0.1s;
}
.left-menu-box:hover {
	width:250px;
}
.left-menu-box:hover > .menu_small {
	display:none;
}
.left-menu-box:hover > .menu_big {
	display:block;
}
.right-box {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:0;
}
.top_logo {
	width:100%;
}


.menu_small {
	width:100%;
	text-align:center;
}
.icon1 {
	background-image:url(/img/megaimg/icon1.png);
}
.icon2 {
	background-image:url(/img/megaimg/icon2.png);
}
.icon3 {
	background-image:url(/img/megaimg/icon3.png);
}
.icon4 {
	background-image:url(/img/megaimg/icon4.png);
}
.icon5 {
	background-image:url(/img/megaimg/icon5.png);
}
.icon6 {
	background-image:url(/img/megaimg/icon6.png);
}
.icon7 {
	background-image:url(/img/megaimg/icon7.png);
}
.icon8 {
	background-image:url(/img/megaimg/icon8.png);
}
.icon9 {
	background-image:url(/img/megaimg/icon9.png);
}
.icon10 {
	background-image:url(/img/megaimg/icon10.png);
}
.icon11 {
	background-image:url(/img/megaimg/icon11.png);
}
.icon12 {
	background-image:url(/img/megaimg/icon12.png);
}
.icon13 {
	background-image:url(/img/megaimg/icon13.png);
}
.icon14 {
	background-image:url(/img/megaimg/icon14.png);
}
.icon15 {
	background-image:url(/img/megaimg/icon15.png);
}
.icon1:hover {
	background-image:url(/img/megaimg/icon1_on.png);
}
.icon2:hover{
	background-image:url(/img/megaimg/icon2_on.png);
}
.icon3:hover {
	background-image:url(/img/megaimg/icon3_on.png);
}
.icon4:hover {
	background-image:url(/img/megaimg/icon4_on.png);
}
.icon5:hover {
	background-image:url(/img/megaimg/icon5_on.png);
}
.icon6:hover {
	background-image:url(/img/megaimg/icon6_on.png);
}
.icon7:hover {
	background-image:url(/img/megaimg/icon7_on.png);
}
.icon8:hover {
	background-image:url(/img/megaimg/icon8_on.png);
}
.icon9:hover {
	background-image:url(/img/megaimg/icon9_on.png);
}
.icon10:hover {
	background-image:url(/img/megaimg/icon10_on.png);
}
.icon11:hover {
	background-image:url(/img/megaimg/icon11_on.png);
}
.icon12:hover {
	background-image:url(/img/megaimg/icon12_on.png);
}
.icon13:hover {
	background-image:url(/img/megaimg/icon13_on.png);
}
.icon14:hover {
	background-image:url(/img/megaimg/icon14_on.png);
}
.icon15:hover {
	background-image:url(/img/megaimg/icon15_on.png);
}


.menubox {
	background:#fff;
	border-radius:10px;
	margin-top:20px;
	_border:1px solid #c3d1ff;
	padding:20px 5px 20px 5px;
}

.menubox_big {
	background:#fff;
	border-radius:10px;
	margin-top:20px;
	padding:20px 20px 20px 20px;
	border:1px solid #b6bfde;
	box-shadow:0 0 3px #b6bfde;
}


.menu_icon {
	width:100%;
	height:40px;
	background-repeat:no-repeat;	
	color:#363c50;
	text-align:left;
	background-position:center center;
	transition:width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s, background-image 0.3s, color 0.3s;

	cursor:pointer;
}
.menu_icon:hover{
	color:#f90;
	transition:width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s, background-image 0.3s, color 0.3s;

}

.menu_icon_big {
	width:100%;
	height:40px;
	background-repeat:no-repeat;	
	color:#363c50;
	text-align:left;
	background-position:0 center;
	padding-left:40px;
	padding-top:10px;
	border-bottom:1px solid #fc0;
	transition:width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s, background-image 0.3s, color 0.3s, background-size 0.3s;
	cursor:pointer;
}
.menu_icon_big:hover{
	color:#f90;
	background-size:35px;
	transition:width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s, background-image 0.3s, color 0.3s;
}



.right-box-top {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
}

.btn-gray {
    color: #fff;
    background-color: #999;
    border-color: #777;
}
.main_title {
	font-size:24px;
	font-weight:bold;
	color:#c9aa8d;
	_text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.main_casino {
	background-size:100%;
	background-position:center 10px;
	background-repeat:no-repeat;
	border:1px solid rgba(0,0,0,0.25);
	border-radius:10px;
	background: rgb(240,240,248);
	background: linear-gradient(0deg, rgba(240,240,248,1) 0%, rgba(254,254,255,1) 100%);
	box-shadow:2px 2px 2px rgba(0,0,0,0.25);
	cursor:pointer;
	transition:width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s, background-image 0.3s;
}

.main_casino:hover {
	background: rgb(203,171,142);
	background: linear-gradient(0deg, rgba(203,171,142,1) 0%, rgba(253,235,208,1) 100%);
	transition:width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s, background-image 0.3s;
}
.main_casino:hover > .casinotitle {
	color:#ffffff;
}
.main_casino .casinoimg {
	width:100%;
	padding-top:70%;
	background-size:cover;
	background-position:center 30px;
	background-repeat:no-repeat;	
	border-radius:10px;
}

.main_casino .casinologo {
	position:absolute;
	right:20px;
	top:20px;
	width:100%;
	padding-top:15%;
	max-width:100px;
	max-height:40px;
	text-align:right;
	background-repeat:no-repeat;
	background-position:right center;	
}
.main_casino .casinotitle {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	color:#ccac8e;

}



@media ( max-width:600px) {
	.main_casino .casinotitle {
		font-size:14px;
	}
	.main_casino .casinoimg {
		background-position:center 0px;

	}
}
@media ( min-width:600px) {
	.main_casino .casinotitle {
		font-size:24px;
	}
	.main_casino .casinoimg {
		background-position:center 30px;

	}
}

.main_casino .casinologo_evolution {
	background-image:url(/imgap/logos2/evolution.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.main_casino .casinologo_88 {
	background-image:url(/imgap/logos2/88.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.main_casino .casinologo_cagayan {
	background-image:url(/imgap/logos2/cagayan.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.main_casino .casinologo_bota {
	background-image:url(/imgap/logos2/bota.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.main_casino .casinologo_dream {
	background-image:url(/imgap/logos2/dream.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.main_casino .casinologo_biggaming {
	background-image:url(/imgap/logos2/biggaming.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.main_casino .casinologo_oriental {
	background-image:url(/imgap/logos2/oriental.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.main_casino .casinologo_dowinn {
	background-image:url(/imgap/logos2/dowinn.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.main_casino .casinologo_micro {
	background-image:url(/imgap/logos2/microgaming.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.main_casino .casinologo_asia {
	background-image:url(/imgap/logos2/ag.png);
	background-repeat: no-repeat; 
	background-size: contain;
}
.main_casino .casinologo_1 {
	background-image:url(/img/megaimg/casinoLogo_evolution.svg)
}

.main_casino:hover > .casinologo_1 {
	background-image:url(/img/megaimg/casinoLogo_evolution_h.svg)
}

.main_casino .casinologo_2 {
	background-image:url(/img/megaimg/casinoLogo_asia.svg)
}

.main_casino:hover > .casinologo_2 {
	background-image:url(/img/megaimg/casinoLogo_asia_h.svg)
}

.main_casino .casinologo_3 {
	background-image:url(/img/megaimg/casinoLogo_micro.svg)
}

.main_casino:hover > .casinologo_3 {
	background-image:url(/img/megaimg/casinoLogo_micro_h.svg)
}

.main_casino .casinologo_4 {
	background-image:url(/img/megaimg/casinoLogo_pragmatic.svg)
}

.main_casino:hover > .casinologo_4 {
	background-image:url(/img/megaimg/casinoLogo_pragmatic_h.svg)
}
.main_casino .casinologo_5 {
	background-image:url(/img/megaimg/casinoLogo_wm.svg)
}

.main_casino:hover > .casinologo_5 {
	background-image:url(/img/megaimg/casinoLogo_wm_h.svg)
}

.main_casino .casinologo_6 {
	background-image:url(/img/megaimg/casinoLogo_dream.svg)
}

.main_casino:hover > .casinologo_6 {
	background-image:url(/img/megaimg/casinoLogo_dream_h.svg)
}

.main_casino .casinologo_7 {
	background-image:url(/img/megaimg/casinoLogo_oriental.svg)
}

.main_casino:hover > .casinologo_7 {
	background-image:url(/img/megaimg/casinoLogo_oriental_h.svg)
}

.main_casino .casinologo_8 {
	background-image:url(/img/megaimg/casinoLogo_allbet.svg)
}

.main_casino:hover > .casinologo_8 {
	background-image:url(/img/megaimg/casinoLogo_allbet_h.svg)
}


.main_casino .casinologo_9 {
	background-image:url(/img/megaimg/casinoLogo_biggaming.svg)
}

.main_casino:hover > .casinologo_9 {
	background-image:url(/img/megaimg/casinoLogo_biggaming_h.svg)
}


.main_casino .casinologo_10 {
	background-image:url(/img/megaimg/casinoLogo_gameplay.svg)
}

.main_casino:hover > .casinologo_10 {
	background-image:url(/img/megaimg/casinoLogo_gameplay_h.svg)
}


.main_casino .casinologo_slot1 {
	background-color:rgba(0,0,0,0.2);
	background-image:url(/imgap/logos2/pragmatic.png);
	width:100%;
	border-radius:3px;
}
.main_casino .casinologo_slot2 {
	background-color:rgba(0,0,0,0.2);
	background-image:url(/imgap/logos2/microgaming.png);
	width:100%;
	border-radius:3px;
}
.main_casino .casinologo_slot3 {
	background-color:rgba(0,0,0,0.2);
	background-image:url(/imgap/logos2/habanero.png);
	width:100%;
	border-radius:3px;
}
.main_casino .casinologo_slot1 {
	background-color:rgba(0,0,0,0.2);
	background-image:url(/imgap/logos2/playngo.png);
	width:100%;
	border-radius:3px;
}


.main_slot_com {
	width:100%;
	padding-top:15%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:10px;
	border:1px solid rgba(0,0,0,0.3);
	background-color:#e6e6fb;
	transition:width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s, background-image 0.3s, color 0.3s, background-size 0.3s;
	cursor:pointer;
	box-shadow:2px 2px 2px rgba(0,0,0,0.25);
}

.main_slot_com_1 {
	background-image:url(/img/megaimg/ad_micro.png);
}

.main_slot_com_2 {
	background-image:url(/img/megaimg/ad_pp.png);
}

.main_slot_com_3 {
	background-image:url(/img/megaimg/ad_asia.png);
}

.main_slot_com_4 {
	background-image:url(/img/megaimg/ad_habanero.png);
}

.main_slot_com_5 {
	background-image:url(/img/megaimg/ad_pg.png);
}


.main_slot_com:hover {
	background-size:110%;
	transition:width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s, background-image 0.3s, color 0.3s, background-size 0.3s;
}


.main_slot_title {
	font-size:24px;
	color:#f95;
}

.main_slot_text {
	color:#445;
}


.btn-white {
    color: #555;
    background-color: #eee;
    border-color: #bbb;
}

.btn-white:hover {
    color: #444;
    background-color: #bbb;
    border-color: #aaa;
}





.main_slot_big {
	width:100%;
	padding-top:40%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:0 center;
	border-radius:10px;
	border:1px solid rgba(0,0,0,0.3);
	background-color:#e6e6fb;
	transition:width 0.3s, height 0.3s, background-color 0.3s, transform 0.3s, background-image 0.3s, color 0.3s, background-size 0.3s;
	cursor:pointer;
	box-shadow:2px 2px 2px rgba(0,0,0,0.25);
}

.main_slot_big_1 {
	background-image:url(/img/megaimg/ad_micro.png);
}

.main_slot_big_2 {
	background-image:url(/img/megaimg/ad_pp.png);
}

.main_slot_big_3 {
	background-image:url(/img/megaimg/ad_asia.png);
}

.main_slot_big_4 {
	background-image:url(/img/megaimg/ad_habanero.png);
}

.main_slot_big_5 {
	background-image:url(/img/megaimg/ad_pg.png);
}

.main_slot_big:hover {
	background-size:110%;
	background-position:-20px center;
}


.login_modal {
	background:none;
	background-color:#f3f3f3;
	background-image:url(/img/megaimg/popBg.png);
	background-repeat:no-repeat;
	background-size:cover;
	border:1px solid rgba(0,0,0,0.25);	
}

.latest_box {
	background:#fff;
	border-radius:10px;
	margin-top:20px;
	padding:20px 20px 20px 20px;
	border:1px solid #b6bfde;
	box-shadow:0 0 3px #b6bfde;
}






















.btn-custom {
    background-image: url(/img/shine.png);
    background-size: 120% 120%;
	background-position:center center;
    background-repeat: no-repeat;
}

textarea:focus {
  outline: none;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}

.top_first {
	background:#353942;
}
.top_second {
	background:#e6e6e6;
}

.top_second_content {
	color:#555;
}

.top_second_btn {
	background:none;
	border:none;
	color:#fff;
	width:100px;
	font-size:16px;
	_text-shadow:0px 0px 5px rgba(0,0,0,0.25);
	_text-shadow:0px 0px 5px rgba(255,255,255,1.0);
}
.top_second_btn:hover {
	color:#f90;
	text-shadow:0px 0px 10px #000;
	_text-shadow:0px 0px 5px rgba(255,255,255,1.0);
}

.ct_top_second_btn {
	background:none;
	border:none;
	color:#ffffff;
	width:100px;
	font-size:20px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
	_text-shadow:0px 0px 5px rgba(255,255,255,1.0);
}
.ct_top_second_btn:hover {

	color:#faae16;
}


.btn-bg-1 {
	background-image:url(/img/ct/btn1.jpg);
	background-size:cover;
}
.btn-bg-1:hover {
	background-image:url(/img/ct/btn1over.jpg);
}
.btn-bg-2 {
	background-image:url(/img/ct/btn2.jpg);
	background-size:cover;
}
.btn-bg-2:hover {
	background-image:url(/img/ct/btn2over.jpg);
}

.ct_subtitle {
	font-size:20px;
	font-weight:400;
	padding-top:10px;
	color:#d8c3ac;
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
}





.tpname {

	

}

.center_text {
	font-family: 'Black Han Sans', sans-serif;
}



.gamegroupbtn {
	background:none;
	border:none;
	color:#fff;
	font-size:14px;
	background:#334;
	_text-shadow:0px 0px 5px rgba(0,0,0,0.25);
	padding:5px 10px;
	border-radius:5px;
	margin-bottom:3px;
	border:1px solid rgba(0,0,0,0.2);
}
.gamegroupbtn:hover {
	color:#fff;
	background:#556;
	border:1px solid rgba(0,0,0,0.2);
}
.gamegroupbtn img {
	filter: grayscale(100%);
}
.gamegroupbtn2 {
	background:none;
	border:none;
	color:#fff;
	_width:180px;
	width:100%;
	height:100px;
	font-size:14px;
	background:#2e2924;
	text-shadow:0px 0px 5px rgba(0,0,0,0.25);
	padding:5px 10px;
	border-radius:5px;
	_margin-bottom:3px;
	border:3px solid #b19f8a;
}
.gamegroupbtn2:hover {
	color:#fff;
	background:rgba(0,0,0,1.0);;
	border:3px solid #f90;
}
.gamegroupbtn_on {
	color:#fff;
	background:#f90;
	border:1px solid rgba(0,0,0,0.0.2);
}
.gamegroupbtn_on img {
	filter: grayscale(0%);
}


.loadingbox {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	z-index:9999;
}
.loadingimg {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-75px;
	margin-left:-75px;
	width:150px;
	height:150px;
	border-radius:10px;
	background:#000;
	text-align:center;
	padding-top:20px;
}	

.gamebox { 
	position:relative;
	top:0;
	left:0px;
	width:100%;
	padding-bottom:60%;
	background:#353942;
	border-radius:5px;
	overflow:hidden;
	box-shadow:2px 2px 2px rgab(0,0,0,0.3);

}

.gameimg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:5px;
	background:#353942;
	border-radius:3px;
	overflow:hidden;
}

.gametitle {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:32px;
	font-size:14px;
	line-height:28px;
	background:#202427;
}
.body_content {

}
.gamebtncover {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(../img/gamebtncover2.png);
	background-size:cover;
	display:none;
	cursor:pointer;
}

.gamebtn {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-50px;
	width:100px;
	height:30px;
	background-color:#ff5722;
	text-align:center;
	line-height:30px;
	border-radius:30px;

}

.gamebox:hover .gamebtncover{
	display:block;
}

.gamemorebtn {
	background:none;
	border:none;
	background:#f90;
	font-size:20px;
	font-weight:bold;
	padding:0px 30px;
	color:#fff;
	border-radius:50px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	height:60px;
	width:250px;
	line-height:55px;
}

.moreloading {
	width:50px;
	height:50px;
	display:none;
}

.refresh {
	display:inline-block;
	background:#ff5722;
	text-align:center;
	width:20px;
	height:20px;
	padding-top:2px;
	border-radius:5px;
	font-size:12px;
}



.megagamebox {

	border:1px solid #000;
}












.newgamebox {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	padding:5px;
	border-radius:5%;
	overflow:hidden;
	cursor:pointer;
}
.newgamebox img{
	border-radius:5%;
	opacity:0;
}

.newgamebox .newgameimg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:70%;
	background-color:#333;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.newgamebox .newgametext {
	position:absolute;
	top:70%;
	left:0px;
	width:100%;
	height:30%;
	background-color:#222;
	color:#fff;
	font-size:14px;
	padding:5px;
	overflow:hidden;
}

.newgamebox .newgametext_sub {

	color:#ccc;
	font-size:0.8rem;

}







.newgamebox .newgamebtncover {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	_background-image:url(../img/gamebtncover2.png);
	background-size:cover;
	border-radius:5%;
	display:none;
	cursor:pointer;
}

.newgamebox .newgamebtn {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-50px;
	width:100px;
	height:30px;
	background-color:#f90;
	text-align:center;
	line-height:30px;
	border-radius:30px;
	color:#fff;

}

.newgamebox:hover .newgamebtncover{
	display:block;
}





/*
a { text-decoration: none;color:#fff;} 
a:link { text-decoration: none;color:#fff;} 
a:visited { text-decoration: none; } 
a:hover { text-decoration: none;color:#f00; }
a:active { text-decoration: none; }
*/


.topbox {
	background:rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.5);
	border-radius:0px 0px 10px 10px;
	margin-top:-1px;
	margin-bottom:10px;
}

.noticebox {
	background:rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.25);
	border-radius:5px;
}

.mbinfobox{
	background:rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.5);
	border-radius:5px;
}

.footer{
	background:rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.5);
	border-radius:10px 10px 0px 0px;
}

.body_content{
	background:rgba(0,0,0,0.6);
	_border:1px solid rgba(255,255,255,0.5);
	border-radius:10px 10px 10px 10px;
}










/*
.btn {
	font-family: 'Noto Sans KR', sans-serif;
	font-size:14px;
	background:none;
	font-weight:bold;
	font-weight:900;
    border: 1px solid transparent;
    text-align: center;
	margin:1px 1px 0px 1px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.25);
    color: #fff;
    cursor: pointer;
	line-height:28px;
    background-image: url(/img/shine.png);
    background-size: 100% 100%;
	background-position:-1px 0;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.btn.cta-main {
	height:40px;
	width:100%;
    background-color: #f90;
	color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
}
.btn.cta-main:hover {
    background-color: #fd3;
	transition-duration:0.5s;
}
.btn.cta-clear {
	height:40px;
	width:100%;
	color: #fff;
	background-color:rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.5);
	transition-duration:0.5s;
}
.btn.cta-clear:hover {
	background-color:rgba(255,255,255,0.5);
	transition-duration:0.5s;
}
.btn.btn-submit {
	height:30px;
	width:100%;
    background-color: #f90;
	color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
	margin:2px;
}
.btn.btn-submit:hover {
    background-color: #fd3;
	transition-duration:0.5s;
}
.btn.btn-gray {
	height:30px;
	width:100%;
    background-color: #555;
	color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
	line-height:28px;
}
.btn.btn-gray:hover {
    background-color: #999;
	transition-duration:0.5s;
}
.btn.btn-normal {
	height:30px;
	width:100%;
	color: #fff;
	background-color:rgba(255,255,255,0.1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
	margin:2px;
}
.btn.btn-normal:hover {
	background-color:rgba(255,255,255,0.5);
	transition-duration:0.5s;
}

.btn.btn-small {
	height:24px;
	font-size:12px;
}
.btn.btn-big {
	height:50px;
	font-size:16px;
	line-height:50px;
}

.btn.btn-giant {
	height:200px;
	width:100%;
	max-width:400px;
	font-size:50px;
	line-height:50px;
	padding:40px;
}
.btn.btn-alert {
	height:40px;
	width:100%;
	color: #fff;
	background-color:#555555;
	background-color:rgba(255,255,255,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
	font-size:20px;
	line-height:38px;

}
.btn.btn-alert:hover {
	background-color:#999999;
	background-color:rgba(255,255,255,0.5);
	transition-duration:0.5s;
}
*/
.game_btn {
	position:absolute;
	top:50%;
	left:50%;
	width:830px;
	transform:translate(-50%,-50%);
}
/*
.btn.btn-warning {
	height:30px;
	width:100%;
    background-color: #db8b0b;
	color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
	margin:2px;
}
.btn.btn-warning:hover {
    background-color: #f39c12;
	transition-duration:0.5s;
}
.btn.btn-danger {
	height:30px;
	width:100%;
    background-color: #d33724;
	color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
	margin:2px;
}
.btn.btn-danger:hover {
    background-color: #dd4b39;
	transition-duration:0.5s;
}
.btn.btn-gray {
	height:30px;
	width:100%;
    background-color: #b5bbc8;
	color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
	margin:2px;
}
.btn.btn-gray:hover {
    background-color: #d2d6de;
	transition-duration:0.5s;
}
.btn.btn-success {
	height:30px;
	width:100%;
    background-color: #008d4c;
	color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
	margin:2px;
}
.btn.btn-success:hover {
    background-color: #00a654;
	transition-duration:0.5s;
}
.btn.btn-info {
	height:30px;
	width:100%;
    background-color: #00a7d0;
	color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
	margin:2px;
}
.btn.btn-info:hover {
    background-color: #00c0ef;
	transition-duration:0.5s;
}
.btn.btn-primary {
	height:30px;
	width:100%;
    background-color: #357ca5;
	color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
	transition-duration:0.5s;
	margin:2px;
}
.btn.btn-primary:hover {
    background-color: #3c8dbc;
	transition-duration:0.5s;
}
*/

.basicbox {
	background:rgba(0,0,0,0.5);
	border-radius:10px;
	border:1px solid rgba(255,255,255,0.2);
}

.join_frm_box {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-250px;
	width:500px;

}
.join_frm_box .title {
	font-weight:bold;
	font-size:20px;
	padding:20px;
	color:#f90;
}
.join_frm_box .input_title {
	font-weight:bold;
	font-size:14px;
	padding:0px 10px;
}
.join_frm_box .input_filed {
	font-weight:bold;
	font-size:14px;
	padding:0 10px;
}
.join_frm_box .alarm_td {
	font-weight:normal;
	font-size:12px;
	padding:0 10px;
	height:20px;
	vertical-align:top;
	color:#999999;
}


.basicinput {
	width:100%;
	height:30px;
	background:none;
	background-color:rgba(0,0,0,0.3);
	margin: 2px 2px;
	box-sizing: border-box;
	border:1px solid rgba(255,255,255,0.25);
	padding:10px;
	font-size:14px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
}


.webmain .header {
	position:relative;
	top:0;
	left:0;
	width:1200px;
	height:200px;
	background:rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.5);
	border-radius:0px 0px 10px 10px;
}
.webmain .logo{
	position:absolute;
	top:0px;
	left:30px;
}
.webmain .mbinfobox{
	position:absolute;
	top:16px;
	left:480px;
	width:570px;
	height:40px;
	font-size:14px;
	padding:10px;
	_font-weight:bold;
	_font-weight:900;
	background:rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.5);
	border-radius:5px;
	text-align:right;
}

.webmain .logout{
	position:absolute;
	top:15px;
	right:10px;
	width:60px;
	height:40px;
	font-size:14px;
	line-height:38px;

}
.webmain .mypage{
	position:absolute;
	top:15px;
	right:80px;
	width:60px;
	height:40px;
	font-size:14px;
	line-height:38px;

}
.webmain .noticebox {
	position:absolute;
	top:65px;
	right:10px;
	width:708px;
	height:40px;
	font-size:14px;
	padding:10px;
	_font-weight:bold;
	_font-weight:900;
	background:rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.25);
	border-radius:5px;
	text-align:right;
}
.webmain .noticebox .noticeicon{
	position:absolute;
	top:10px;
	left:0;
	width:30px;
}
.webmain .noticebox .notice{
	position:absolute;
	top:10px;
	left:40px;
	width:650px;
}

.webmain .menubox{
	position:absolute;
	top:125px;
	left:10px;
	width:1180px;
	height:40px;

}

.webmain .menutable{
	width:1%;
	height:50px;
	padding:3px;
}

.webmain .menubtn{
	width:100%;
	height:100%;
	font-size:20px;
	color:#fff;
	padding:10px;
}

.webmain .body_content{
	position:relative;
	top:0;
	left:0;
	width:1200px;
	height:600px;
	background:rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.5);
	border-radius:10px 10px 10px 10px;
	margin-top:10px;

}
.webmain .footer{
	position:relative;
	top:0;
	left:0;
	width:1200px;
	height:200px;
	background:rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.5);
	border-radius:10px 10px 0px 0px;
	margin-top:10px;

}

.webmain .copy{
	position:absolute;
	top:40px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:16px;

}


.page {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	_background-image:url(../img/popupbg.png);
	background:rgba(0,0,0,0.5);
	display:none;
}
.page .pagebg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.page .contentbg {
	position:absolute;
	top:50%;
	left:50%;
	width:1000px;
	height:700px;
	background:rgba(0,0,0,0.8); 
	border:3px solid rgba(255,255,255,0.25);
	margin-top:-350px;
	margin-left:-500px;
	border-radius:15px;
	_border:1px solid;

}
.page .close {
	position:absolute;
	top:30px;
	right:30px;
	width:100px;
	height:50px;
	font-size:30px;
	font-weight:bold;
	font-weight:900;
	cursor:pointer;
	color:#ccc;
}
.page .close:hover {
	color:#fff;
}

.page .content {
	position:absolute;
	top:30px;
	left:30px;
	width:930px;
	height:580px;
	_border:1px solid;

}
.page .pagetitle {
	position:absolute;
	top:-5px;
	left:0px;
	width:100%;
	font-size:30px;
	font-weight:bold;
	font-weight:900;
}


.page .pagecontent {
	position:absolute;
	top:55px;
	left:0px;
	width:100%;
	height:480px;
	font-size:16px;
	font-weight:bold;
	font-weight:900;
	_border:1px solid;
}

.page .pagepagenate {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	font-size:14px;
	font-weight:bold;
	font-weight:900;
	_border:1px solid;
}
.page .pagelist {
	position:relative;
	width:100%;
	height:55px;
	background:rgba(0,0,0,0.25);
	margin-bottom:5px;
	border-radius:55px;
	border:1px solid rgba(255,255,255,0.5);

}

.page .listnum {
	float:left;
	width:100px;
	height:53px;
	line-height:50px;
	background:rgba(255,255,255,0.5);
	border-radius:55px;
	text-align:center;
	margin-right:10px;

}
.page .betteam {
	float:left;
	width:80px;
	height:100px;
	line-height:38px;
	background:rgba(255,255,0,0.5);
	border-radius:55px;
	text-align:center;
	margin-top:7px;
	margin-right:10px;
}
.page .gmtable {
	background:rgba(255,255,255,0.25);
}
.page .gmtable th {
	height:40px;
	background:rgba(0,0,0,0.5);
}
.page .gmtable td {
	height:40px;
	background:rgba(0,0,0,0.3);
	text-align:center;
}


.page .pagination {

}

.page .pagenum {
	float:left;
	margin:0px 5px 0px 5px;
	font-size:16px;
	border-radius:3px;
	width:40px;
	height:40px;
	line-height:38px;
	background:rgba(0,0,0,0.25);
	border:1px solid rgba(255,255,255,0.5);
	border-radius:5px;
	text-align:center;
	cursor:pointer;
}
.page .pagenum:hover {

	background:rgba(0,0,0,0.1);
	border:1px solid rgba(255,255,255,0.5);

}
.page .active {
	background:#f90;
}

.page .cardplayer {
	display:inline-block;
	border-radius:3px;
	width:28px;
	height:28px;
	line-height:27px;
	background:#f90;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:5px;
	text-align:center;	
}
.page .resultcard {
	display:inline-block;
	border-radius:3px;
	width:28px;
	height:28px;
	line-height:27px;
	background:#999;
	margin-bottom:2px;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:5px;
	text-align:center;	
}

.page .cardresult {
	display:inline-block;
	border-radius:3px;
	width:60px;
	height:28px;
	line-height:27px;
	background:#000;
	margin-bottom:2px;
	border:1px solid rgba(255,255,255,0.5);
	border-radius:5px;
	text-align:center;
}



.page .tablebox {
	background:rgba(0,0,0,0.25);
	border:1px solid rgba(255,255,255,0.5);
	border-radius:10px;
	text-align:center;
}


.ed {
	font-family: 'Noto Sans KR', sans-serif;
	width:100%;
	height:60px;
	background:none;
	background-color:rgba(0,0,0,0.3);
	box-sizing: border-box;
	border:1px solid rgba(255,255,255,0.25);
	padding:5px;
	font-size:30px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

textarea {
font-family: 'Noto Sans KR', sans-serif;
}
pre {
font-family: 'Noto Sans KR', sans-serif;
}



.color_change_disp {
	animation: color_change 1s infinite ;
}

@keyframes color_change {
	0% { color: #ff0; }
	20% { color: #f00; }
	40% { color: #0f0; }
	60% { color: #00f; }
	80% { color: #0ff; }
	100% { color: #ff0; }
}