﻿
@charset "utf-8";
/* @import url(game.css); */
@import url(btn.css);
@import url(fonts.css);
@import url(table.css);
@import url(reset.css);
@import url(global.css);
@import url(index.css);

body{
	position: relative;
	background: #000000 url('../img/bg.jpg') center top fixed;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #ccc;
}

a{text-decoration:none;selector-dummy : expression(this.hideFocus=true);}
a:link,
a:visited{color:#ccc}
a:hover,
a:active{}

input,1e1400
button {
	font-family: 'Noto Sans KR', sans-serif;
}
element.style {
	font-family: 'Noto Sans KR', sans-serif;
}

#container {
	width: 1430px;
	overflow: visible;
	margin: 0px auto;
	background: #1d1d1d;
}
#content {
	overflow: hidden;
	margin: 20px 25px;
}
#content.default {
/*	display: flex;
	justify-content: space-between;*/
}
#body{
	display: inline;
	float: left;
	overflow: hidden;
	width: 1010px; 
	min-height: 900px;
	padding-bottom: 40px;
}
*html #body{
	height:702px;height:expression(this.scrollHeight<701?"700px":"auto");
}
#wrap_body.wide #body{
	width:100%
}

#subbody{
	display: inline;
	float: right;	
	width: 318px;
	min-height:700px;
}
*html #subbody{
	height:702px;height:expression(this.scrollHeight<701?"700px":"auto");
}

h3.page-title {
	display: flex;
	align-items: center;
	height: 30px;
	padding-left: 26px;
	margin: 10px 0 10px 0;
	background:url('../img//page-title-icon.png') left 48% no-repeat;
	background-size: 25px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}
h3.page-title span {
	margin-left: 5px;
	font-size: 18px;
	font-weight: 200;
	color: #666;
}

#footer{
	clear:both;
	width:100%;height:88px;
	overflow:hidden;
	margin:0 auto;
	text-align:center
}

span.info {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	margin: 0 2px 0 4px;
	border-radius: 50%;
	font-weight: bold;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 12px;
	color: #000 !important;
}
span.info.c {
	background: #ffdd00;
	color: #000;	
}
span.info.m {
	background: #f69024;
	color: #000;	
}
span.info.p {
	background: #00fed2;
	color: #000;	
}

#header{
	overflow: visible;
	width: 100%;
	margin: 0 auto;
	border: 1px solid transparent;
	background:url('../img//menu/bg.jpg') top center no-repeat;
}

#header div.container {
	position: relative;	
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 1360px;
	padding-top: 20px;
	margin: 0 auto;
}
#header h1 {
	display: inline-flex;
	margin-right: 10px
}


.main-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow:visible;
	padding: 0px 35px;
	margin: 15px auto 0;
	background: url('../img//menu/bg-line.gif') left top repeat-x;
	z-index:99;
}
.main-menu > li{
	position:relative;
	overflow:visible;
	display:inline;
	float:left;
	padding: 18px 0 4px 0;
}
.main-menu > li > a{
	display:block;height:39px;
}

.main-menu > li:hover ul,
.main-menu > li.on ul{
	display:block !important;
	-webkit-transition:1s ease;
	-moz-transition:1s ease;
	-o-transition:1s ease;
	-ms-transition:1s ease;
	transition:1s ease;		
	-webkit-animation: fade 1s forwards;
	-moz-animation: fade 1s forwards;
	-o-animation: fade 1s forwards;
	animation: fade 1s forwards;
	animation-iteration-count:1;
	animation-fill-mode:backwards;		
}

.main-menu li ul{
	display:none;
	overflow:hidden;
	position:absolute;
	top: 50px;left:-40px;
	width:141px;
	border-radius: 5px;
	background: #000000;
	border: 1px solid #333;
	box-shadow: inset 0 0 3px #333;
	z-index:99999;
}
.main-menu li.soccer ul{
	left:-15px
}
.main-menu ul li{
	display:block;
	overflow:hidden;
	width:98%;
	margin:0 auto;padding:8px 0;
	border-bottom:1px solid #000;border-top:1px solid #222;
	text-align:center;
	cursor:pointer;
	z-index:99999;
}
.main-menu ul li a,
.main-menu ul li span{
	display: block;
	line-height: 24px;
	font-size: 15px;
	font-family: 'Noto Sans KR', sans-serif;
}
.main-menu ul li span.new{
	background:url('../img//icon/new.png') 92% 42% no-repeat;
}
.main-menu ul li:first-child{
	border-top:0px
}
.main-menu ul li:last-child{
	border-bottom:0px
}
.main-menu ul li:hover{
	background:rgba(0,0,0,0.5);
}
.main-menu ul li:hover span{
	color: #f15922 !important;
}

.main-menu > li:nth-child(6) ul {
	left: -25px;
}
.main-menu > li:nth-child(9) ul,
.main-menu > li:nth-child(11) ul {
	left: -30px;
}

ul.sub-menu,
ul.global-menu {
	display: flex;
	flex: 0 0 auto;
	overflow: hidden;
}
ul.sub-menu li,
ul.global-menu li {
	overflow: hidden;
	margin: 0 2px;
	cursor: pointer;
}

#header ul.sub-menu {
	margin-left: auto;
}
#header div.global-menu {
	display: flex;
	align-items: center;
	overflow: hidden;
	position: absolute;
	min-width: 500px;
	top: 0px;
	right: 0px;
	font: normal 11px 'Dutum','돋움';
}
#header div.container.global-menu .global-menu {
	display: inline-flex;
}

#header ul.sub-menu {
	margin-top: 15px
}
ul.sub-menu li {
	margin-left: 18px;
}

ul.global-menu li {
	font: normal 11px 'Dutum','돋움';
}
ul.global-menu li a {
	color: #a8a8a8;
}


div.balance {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-start;
	min-width: 180px;
	height: 30px;
	padding: 6px 10px;
	margin: 0 5px;
	background: #1d1d1d;
	border-radius: 50px;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
}
div.balance img {
	margin-right: 5px;
}
div.balance button {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;		
	width: 20px;
	height: 20px;
	border: 0px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 16px;
}
div.balance span {
	margin: 0 5px;
	font-size: 16px;
}
div.balance span i {
	font-style: normal;
}
div.balance.money span {
	color: #f69024;
}
div.balance.money button {
	background: #f69024;
}
div.balance.point span {
	color: #00fed2;
}
div.balance.point button {
	background: #00fed2;
}

.account-info{
	display: inline-flex;
	height: 36px;
	overflow: hidden;
	color: #fff;
	z-index: 9;
}
.account-info{
	overflow:hidden;
	display: flex;
	align-items: center;
}
.account-info li{
	display: inline-block;
	overflow:hidden;
	margin-right:10px;
	line-height: 26px;
	font-size:12px;
	font-weight:normal;
	color:#faebd4;
}
.account-info li i {
	margin-right: 5px;
}
.account-info .name span{
	font-weight:bold
}
.account-info .name b{
	margin:0 0 0 4px;
	color:#ffdd00;
}
.account-info .name img{
	vertical-align:middle;
	width:25px;height:auto;
}
.account-info .memo{
}
.account-info .memo a,
.account-info .coupon a{
	color:#ffdd00;
}

.account-info .money,
.account-info .point {
	display: none;
}

.account-info .money-game span{
	color: #ff6620;	
}
.account-info .point{
	padding-right:5px;
}

.account-info .point button.style3{
	position:relative;
	top:-2px;left:5px;
	line-height:16px;
	color:#fff;
}
.account-info .point button.style3:hover{
	color:#ffdd00
}

.account-info button.style1.type3.hidden{
	display:none;
	float:right;
	padding:0px 20px 4px 26px;
	-moz-box-shadow:inset 0px 0px 0px 0px #727272;
	-webkit-box-shadow:inset 0px 0px 0px 0px #727272;
	box-shadow:inset 0px 0px 0px 0px #727272;
	box-shadow:0px;
	font-size:18px;
	line-height:36px;
}
.account-info button.style1.type3.hidden:hover{
	color:#ffdd00;
}

#header #btn{
	clear:both;
	display:inline;
	float:left;
	margin:0px 0 0 0px; 
}

#header .notice {
	display: flex;
	overflow: hidden;
	height: 47px;
	padding: 0px 30px 0 35px;
	margin-left: -1px;
	border: 0px;
	background:url('../img/notice-bg.gif') left top repeat-x;
}
#information {
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: space-between;
	margin: 0 30px 0 0;
}
#information h2{
	width: 22px;
	height: 22px;
	background:url('../img/notice-icon.png') left top no-repeat;
	font-size: 0px;
}
#information marquee{
	height: 34px;
	margin-left: 10px;
	line-height: 27px;
	color: #ffdd00;
}
#header .jackpot {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	width: 312px;
	height: 43px;
	margin-top: 0px;
	margin-left: auto;
	cursor: pointer;
	background:url('../img/lotto.gif') left top no-repeat;
	border-radius: 3px;
}
#header .jackpot img {
	margin-left: 10px;
}
#header .jackpot span {
	margin: -5px 10px 0 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 16px
}


section.messenger{
}

div.kakaotalk,
div.wechat{
	overflow:hidden;
	height:60px;
}
div.kakaotalk{
	margin-bottom:5px;
	background:#e4e4e4 url('../img//icon/kakao.jpg') 98% bottom no-repeat;
}
div.wechat{
	background:#e4e4e4 url('../img//icon/wechat.jpg') 98% bottom no-repeat;
}
div.kakaotalk p, div.wechat p{
	width:74%;
	margin:10px 0 0 10px;padding:10px 0;
	background:#484848;
	text-align:center;color:#fff;font-size:14px;
}
div.kakaotalk p b, div.wechat p b{
	color:#ffdd00;font-size:16px
}

div.cs div.kakaotalk,
div.cs div.wechat{
	width:94%;
	margin:0 auto 5px;
}
div.cs div.kakaotalk p,
div.cs div.wechat p{
	width:64%;
	margin:6px 0 0 6px;padding:7px 0;
	font-size:12px
}
div.cs div.kakaotalk p b,
div.cs div.wechat p b{
	display:block;
}

.wrap_btn,
.wrap.btn{
	width:100%;
	text-align:center;
	margin:5px auto;padding:5px 0 5px 0;
	overflow:hidden;
}
.wrap.btn p{
	width:40%;
	float:left;display:inline;
	text-align:left;
}
.wrap.btn .right{
	width:40%;
	float:right;display:inline;
	text-align:right;
}
.wrap.btn img, 
.wrap.btn input,
.wrap.btn button{
	margin:0 1px 0 1px
}
.wrap.btn img:hover,
.wrap.btn input:hover{
	cursor:pointer
}
.wrap.btn .left img,
.wrap.btn .left input,
.wrap.btn .left button{
	margin:0 2px 0 0
}
.wrap.btn .right img,
.wrap.btn .right input,
.wrap.btn .right button{
	margin:0 0px 0 2px
}
.wrap.btn input
{vertical-align:middle}

.wrap.btn.ar{
	text-align:right
}

#subtab{
	overflow:hidden;
	margin-bottom:5px;
	color:#666;
	font-size:16px;
	text-shadow:0 0 1px #000
}
#subtab ul{
}
#subtab li{
	width:145px; height:42px;
	overflow:hidden;
	margin:0 1px 0 0;
	float:left;display:inline;
	-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-o-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;
	-moz-box-shadow:inset 0px 0px 0px 1px #292929;
	-webkit-box-shadow:inset 0px 0px 0px 1px #292929;
	box-shadow:inset 0px 0px 0px 1px #292929;
	background:rgba(0,0,0,0.25);
	border-radius: 25px;
	line-height:42px;
	text-align:center;font-weight:normal;color:#999;
}
#subtab li a{
	color:#999;
}
#subtab .on{
	background: #f15922;
	text-align:center;
	font-weight:normal;
	color: #fff;
}
#subtab .on span ,
#subtab .on:hover span {
	color: #000;
}
#subtab li:hover span{
	color: #ccc;
}

#subtab .wrap.btn
{overflow:hidden;width:20%;float:right;display:inline;margin:0;padding:0;
text-align:right;}
#subtab .wrap.btn img
{margin:4px 4px 0 0}


div.search{
	width: 97.8%;overflow:hidden;margin:0 auto;color:#ccc;
	padding: 1.5% 1%;
	background: rgba(0,0,0,0.1);
	box-shadow: inset 0 0 3px #555;
	border: 1px solid #000;
	border-radius: 5px;
	color: #999;

}
div.search label{
	width: 98%;
	display:block;
	overflow:hidden;
	margin: 0px auto 10px;
	padding: 0 0 6px 0;
	border-bottom:1px solid #000;
	color: #ccc;
}

div.search p{
	overflow:hidden;float:left;
	display: inline-flex;
	align-items: center;
	margin: 2px 10px 0 5px;
	font-size:12px;
	color:#fff;
	font-weight: 200
}
div.search p input {
	margin: 0 2px 0 5px
}
div.search p input.style1.search{
	width: 688px;
}
div.search p.block {
	margin: 5px 0 0 0;
}

#qmenu
{width:228px;overflow:hidden;margin:0 auto;margin-top:4px;color:#ccc;}
#qmenu h3
{position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent:-9999px;overflow:hidden;visibility:hidden;}
#qmenu li
{width:100%;overflow:hidden;margin-bottom:2px;}
#qmenu a
{height:39px;line-height:34px;display:block;padding:0 0 0 16px;
color:#ccc;text-decoration:none;
background:url(../img//qm_bg.png) left top no-repeat}
#qmenu a:hover
{color:#fff;text-decoration:none;background-position:0px -39px;
background-position:0px -39px;}




 /* 게임 */

.game-sort{
	width:100%;
	overflow:hidden;
	margin: 0 auto 10px;
}
.game-sort h3{
	display:none
}
.game-sort ul{
	overflow:hidden;;
}
.game-sort li{
	overflow:hidden;
	float:left;display:inline;
	padding: 11px 22px 11px 35px;
	margin-right: 1px;
	box-shadow: 0px 0px 3px #000;
	border-radius: 1px;
	background: rgba(0,0,0,0.1);
	border: 1px solid #2e2e2e;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	color: #ccc;
	cursor:pointer;
}
.game-sort .on {
	position:relative;
	top:0px;
	border-color: #55392e;
	text-align:center;font-weight:bold;
	font-weight:700;
	color: #f05922;

}
.game-sort .on span{
	font-weight:bold;
}
.game-sort li:hover{
	color:#f05922;
}
.game-sort li:first-child{
	border-left-width:1px
}
.game-sort li:last-child{
	margin-right:0px !important;
}
.game-sort li input{
	margin:0 30px 0 6px;
}
.game-sort li img{
	margin-right:4px;
}

.game-sort .btn{
	width:99.8%;
	overflow:hidden;
	margin:0 auto !important;padding:2px 0 !important;
	text-align:right;
}

.game-sort label{
	overflow:hidden;
	float:left;display:inline;
	margin:5px 0 0 5px;padding:0 0 0 16px;
	font-weight:bold;
}
.game-sort p {
	overflow:hidden;
	float:left;display:inline;
	margin:5px 0 0 10px;
	font-size:11px;
}

.game-sort li.all{
	background:url('../img//game/game-sort-all.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.soccer{
	background:url('../img//game/game-sort-soccer.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.baseb{
	background:url('../img//game/game-sort-baseball.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.valleyb{
	background:url('../img//game/game-sort-volleyball.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.basketb{
	background:url('../img//game/game-sort-basketball.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.hockey{
	background:url('../img//game/game-sort-hockey.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.egame{
	background:url('../img//game/game-sort-game.png') 10px 13px no-repeat;
	background-size: 18px;
}
.game-sort li.etc{
	background:url('../img//game/game-sort-fav.png') 10px 13px no-repeat;
	background-size: 15px;
}
.game-sort li {
	background-size: 15px;
}

#subbody div.cs{
	overflow: hidden;
	width: 99.3%;
	padding: 10px 0;
	margin: 10px auto;
	background: rgba(0,0,0,0.1);
	box-shadow: inset 0 0 3px #555;
	border: 1px solid #000;
	border-radius: 5px;
}
#subbody div.cs p{
	overflow:hidden;
	width: 85%;
	padding: 0 0 10px 0;
	margin: 0 auto;
	border-bottom: 1px solid #292929;
	color: #999;
	text-align: center;
	font-weight: 200
}
#subbody div.cs div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 85%;
	margin: 10px auto;
}
#subbody div.cs div span {
	flex: 1 1 auto;
	padding: 10px;
	margin-left: 10px;
	border-radius: 25px;
	background: #0b0b0b;
	font-size: 16px;
	text-align: center;
	color: #fee600;
}



#wrap_betslip .quick_banner{
	width:240px;
	overflow:hidden;
	margin:20px auto 0;
	text-align:center
}
#wrap_betslip .quick_banner li{
	width:238px;
	margin-bottom:5px;
	text-align:left;
}
#wrap_betslip .quick_banner li.charge span{
	display:block;
	margin:16px 0 0 100px;
	font-size:18px;
}
#wrap_betslip .quick_banner li.exchange span{
	display:block;
	margin:16px 0 0 20px;
	font-size:18px;
}

#wrap_betslip .quick_banner li.vod1 span{
	display:block;
	margin:10px 0 0 110px;
	font-size:14px;font-weight:normal;
}
#wrap_betslip .quick_banner li.vod2 span{
	display:block;
	margin:10px 0 0 20px;
	font-size:14px;font-weight:normal;
}
#wrap_betslip .quick_banner li.vod1 b,
#wrap_betslip .quick_banner li.vod2 b{
	display:block;
	font-size:18px
}

.score-link {
	width: 99.4%;
	overflow:hidden;
	margin: 10px auto;
	background: rgba(0,0,0,0.1);
	box-shadow: inset 0 0 3px #555;
	border: 1px solid #000;
	border-radius: 5px;
	text-align:center;
}
.score-link h3{
	display:none;
	width:100%;height:48px;
	overflow:hidden;
	font-size:0px;
}
.score-link ul{
	overflow: hidden;
	padding: 10px 0;
	margin: 0 auto;
	text-align:center;
}
.score-link li{
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 70px;
	margin: 2px 2px;
	-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	background:rgba(0,0,0,0.25);
	border:1px solid #201b01;
}
.score-link li:hover{
	border:1px solid #524307;
}
.score-link li a{
	width:100%;height:65px;
	overflow:hidden;
	display:block;
}
.score-link li span{
	position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent:-9999px;overflow:hidden;visibility:hidden;
}
.score-link .named a {
	background:url("../img//banner/sport02.png") center top no-repeat;
}
.score-link .naver a {
	background:url("../img//banner/sport01.png") center top no-repeat;
}

.score-link .nba a {
	background:url("../img//banner/sport08.png") center top no-repeat;
}
.score-link .kbl a {
	background:url("../img//banner/sport10.png") center top no-repeat;
}
.score-link .wkbl a {
	background:url("../img//banner/sport11.png") center top no-repeat;
}
.score-link .mlb a {
	background:url("../img//banner/sport06.png") center top no-repeat;
}
.score-link .kovo a {
	background:url("../img//banner/sport12.png") center top no-repeat;
}
.score-link .sevenm a {
	background:url("../img//banner/sport03.png") center top no-repeat;
}
.score-link .flash a {
	background:url("../img//banner/sport04.png") center top no-repeat;
}
.score-link .kbo a {
	background:url("../img//banner/sport07.png") center top no-repeat;
}
.score-link .uefa a {
	background:url("../img//banner/sport05.png") center top no-repeat;
}
.score-link .nhl a {
	background:url("../img//banner/sport09.png") center top no-repeat;
}
.score-link .kb a {
	background:url("../img//banner/sport07.png") center top no-repeat;
}

div.bank{
	width:99.4%;
	overflow:hidden;
	padding-top: 10px;
	margin:10px 0 20px 0;
	border:1px solid #000;
	-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 0 3px #333;
	text-align:center;
}
div.bank h3{
	width:100%;
	overflow:hidden;
	padding:12px 0 10px 0;
}
div.bank h3 p{
	overflow: hidden;
	width: 86%;
	padding: 6px 10px;
	margin: 5px auto;
	border-radius: 25px;
	background: #000;
	text-align: center;
}
div.bank h3 span {
	font-size: 12px;
	font-weight: 200
}

div.bank ul{
	overflow:hidden;
	width:80%;
	margin:8px auto;
}
div.bank li{
	overflow:hidden;
	width:100%;line-height:30px;
	font-size:13px;
}
div.bank li span{
	display:inline;
	float:right;
	overflow:hidden;
	width:60%;;line-height:30px;
	font-size:13px;
}
div.bank li img{
	margin-right:4px;
}

/* 베팅내역 게시판 */

.wrap_bbsbet{
	width:98.6%;
	margin:10px auto;padding:0.5%;
	border:2px solid #3e3e3e;
}
.wrap_bbsbet fieldset{
	width:99%;
	margin:5px auto 5px;
}
.wrap_bbsbet .home,
.wrap_bbsbet .homewin,
.wrap_bbsbet .homewin_nopick,
.wrap_bbsbet .homepick,
.wrap_bbsbet .away,
.wrap_bbsbet .awaywin,
.wrap_bbsbet .awaywin_nopick,
.wrap_bbsbet .awaypick{
	width:25% !important;
}
.wrap_bbsbet .league{
	width:14% !important;
}

/* 게시판 */



/* 내역첨부 */
#bethistory_pop
{width:1200px;margin:0px;}
#bethistory_pop .tablestyle_gamelist
{width:1190px;border-top:2px solid #666666}
#bethistory_pop tbody td
{height:32px;line-height:32px;text-align:center;font-size:11px;color:#d4d4d4;
background:url(../img//table_td.gif) left top repeat-x;background-color:#3d3e43;
border-left:1px solid #4a4e4f;border-top:1px solid #4a4e4f;border-bottom:1px solid #17181a;border-right:1px solid #17181a;}
#bethistory_pop tbody .league
{text-align:left}

#bethistory_pop tfoot .input
{display:visible !important;margin:0 -20px 0 10px}
#bethistory_pop tfoot .info
{padding:0 0 0 18px}



/* 머니 */
ul.information{
	width:99%;
	overflow:hidden;
	margin:0 auto;
}
ul.information ul{
	width:100%;
	margin:10px auto;
}
ul.information li{
	width:100%;
	margin:5px auto 0;
	padding:0 0 0 0px;
	font-size:13px;color:#fff;letter-spacing:-1px;
	font-weight: 200;
	text-shadow: 0 0 3px #000
}
ul.information b{
	font-size:13px;color:#ffdd00;
	font-weight: 200;
}

.money p.money,
.money p.point{
	width:98.6%;
	overflow:hidden;
	margin:0px auto 10px;padding:0.8% 0 0.8% 1%;
	background:rgba(0,0,0,0.5);
	border:2px solid #f15922;
	border-radius: 25px;
	color:#faebd4	
}
.money p.money span,
.money p.point span{
	display:inline-block;
	margin:0 0 0 1%;padding:0px;
	line-height:22px;color:#ffdd00;
}
.money p.point span{
	color:#ffdd00;
}


.cs-bg {
	overflow: hidden;
	border-radius: 5px;
	background: url('../img//cs.jpg') left top no-repeat;
	background-size: 100%;
	padding: 10px;
	border: 1px solid #000;
}

.money div.flow{
	overflow:hidden;
	margin:10px auto;
	text-align:center;
}
.money div.flow li{
	display:inline-block;
	overflow:hidden;
	width:20.5%;min-height:50px;
	padding: 10px 0;
	border:1px solid #063940;
	background:rgba(0,0,0,0.5);
	border-radius: 15px;
	color:#ccc;
}
.money div.flow li:nth-child(2),
.money div.flow li:nth-child(4),
.money div.flow li:nth-child(6){
	position:relative;
	width:5%;min-height:40px;
	border:0px;background:transparent;
	color:#063940;font-size:26px;
}
.money div.flow li:nth-child(2) i,
.money div.flow li:nth-child(4) i,
.money div.flow li:nth-child(6) i{
	position:relative;
	top:50px;

}
.money div.flow li b{
	display:block;
	margin-bottom:5px;
	font-size:20px;
}


fieldset.money{
	width:99.8%;
	margin:15px auto;padding-bottom:30px;
	border:1px solid #393939;border-top-width:2px;
	background:rgba(0,0,0,0.5);
	border-radius: 5px;	
}
fieldset.money h4{
	width: 94%;
	margin: 10px auto;
	padding: 6px 2%;
	background: #292929;
	background: -moz-linear-gradient(top, #292929 0%, #212121 72%, #212121 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #292929), color-stop(72%, #212121), color-stop(100%, #212121));
	background: -webkit-linear-gradient(top, #292929 0%, #212121 72%, #212121 100%);
	background: -o-linear-gradient(top, #292929 0%, #212121 72%, #212121 100%);
	background: -ms-linear-gradient(top, #292929 0%, #212121 72%, #212121 100%);
	background: linear-gradient(to bottom, #292929 0%, #212121 72%, #212121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#212121', GradientType=0 );	
	border-bottom:1px solid #000;
	border-radius: 25px;
	box-shadow: inset 0 0 3px #555;
	color: #fff;
	font-weight: 400
}

dl.money{
	width:98%;
	overflow:hidden;
	margin: 10px auto 20px;
	line-height:33px;
	text-align:left;
}
dl.money dt{
	width: 100px;
	overflow:hidden;
	margin: 0 0px 4px 0;
	border-radius: 25px;
	background: #191919;
	font-size: 13px;
	padding:0 0 0 2%;text-align:left;
	color: #fff;
}
dl.money i{
	margin-right:6px
}
dl.money dd{
	width:99.8%;height:33px;line-height:33px;
	overflow:hidden;
	display:block;
	margin:0 0 4px 0;padding:0 0 20px 0;
	float:right;display:inline-block;
	font-size:12px;text-align:left;color:#fff;
}

dl.money .style1.pw{
	position:relative;
	top:3px;
	width:220px !important;
	border-color: #666;
	vertical-align:middle;
}
dl.money .style1.money{
	width:220px !important;height:30px !important;line-height:30px;
	overflow:hidden;
	background: transparent;;
	border:2px solid #f15922;
	font-size:14px;color:#ffdd00;font-weight:bold;
}
dl.money button.style2 {
	height: 34px
}
dl.money .danger {
	font-size:11px;color:#ff0000;font-family:"돋움"
}

dl.money .inputstyle_short
{margin-top:6px;}

.money-btn{
	width:100%;
	overflow:hidden;
	margin: 5px auto;
	text-align:left;
}
.money-btn input{
	width:88px;
	display: inline-block;
	padding: 5px 0 8px 0;
	margin-bottom: 2px;
	background: #282a36;
	background: -moz-linear-gradient(top, #282a36 0%, #030305 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #282a36), color-stop(100%, #030305));
	background: -webkit-linear-gradient(top, #282a36 0%, #030305 100%);
	background: -o-linear-gradient(top, #282a36 0%, #030305 100%);
	background: -ms-linear-gradient(top, #282a36 0%, #030305 100%);
	background: linear-gradient(to bottom, #282a36 0%, #030305 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282a36', endColorstr='#030305', GradientType=0 );
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: inset 0 0 3px #666;
	font-family: 'Noto Sans KR', sans-serif;
	color:#fff;
	text-align:center;
	font-weight: 400;
	text-shadow:0 0 5px #000;
	outline:none
}
.money-btn input:hover{
	cursor:pointer;
	color:#ffff00
}


.container-cs-register {
	margin: 10px auto;
	border:1px solid #333;
	border-top-width:2px;
	-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;
}
.container-cs-register h4{
	width:99%;
	padding: 6px 0;
	margin: 5px auto 0;
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #4c4c4c), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%, #2c2c2c 50%, #000000 51%, #131313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 12px;
	color: #ccc;
	text-shadow:0 0 1px #000;	
}
.container-cs-register table{
	width:99%;
	margin:10px auto;
}

ul.coupon{
	overflow:hidden;
	width:97.8%;
	margin:0% auto 2%;padding:2% 1%;
}
ul.coupon li{
	display:inline-block;
	margin:1%;
	text-align:center;vertical-align:top
}
div.c_type1,div.c_type2,div.c_type3,div.c_type4{
	width:277px;height:126px;
	margin-bottom:6px;
	border:1px solid #333;
	text-align:center;
}
div.c_type1 p,div.c_type2 p,div.c_type3 p,div.c_type4 p{
	padding:34px 0 8px 0;
	font:bold 30px 'nanumsquare','나눔스퀘어';
	text-shadow:0 0 5 #ffdd00
}
div.c_type1 span,div.c_type2 span,div.c_type3 span,div.c_type4 span{
	padding:3px 5px;
	-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	background:rgba(0,0,0,0.1);
}
div.c_type1{
	background:url('../img//c_type1.jpg') left top no-repeat;
}
div.c_type2{
	background:url('../img//c_type2.jpg') left top no-repeat;
}
div.c_type3{
	background:url('../img//c_type2.jpg') left top no-repeat;
}
div.c_type4{
	background:url('../img//c_type2.jpg') left top no-repeat;
}



/* 가이드 */

#gameguide{
	clear:both;
	width:100%;min-height:700px;
	overflow:hidden;
	margin:0 auto 20px;
	line-height:22px;
	color:#dbd2b9;text-shadow:0 0 1px #000
}

#gameguide dl{
	width:98%;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;line-height:18px
}
#gameguide dt{
	font-size: 16px;
	color: #f15922;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding:0 0 0 0px;
}
#gameguide dd{
	margin:0 0 5px 5px;
	font-weight: 200
}

#gameguide ul{
	overflow:hidden;
	margin:10px 0 0 10px;
}
#gameguide li{
	color:#b1aa95
}
#gameguide .example{
	overflow:hidden;
	margin:0px 0 10px 10px;
}
#gameguide .example li{
	font-size:12px;color:#ffdd00;
	font-weight: 200

}

/* 팝업 */
div.popup{
	overflow:hidden;
	position:absolute;
	background: #191919;
	padding-bottom: 96px;
	border:2px solid #f15922;
	border-radius: 5px;
	z-index:9999
}
div.popup .container{
}
div.popup .content{
	width:100%;height:100%;
	margin:0 auto;
}
div.popup .content img{
	width:100%;height:auto;
}

div.popup h2{
	width: 97%;
	padding: 1%;
	margin: 5px auto;
	border-radius: 25px;
	background: #000;
	border: 1px solid #3c1507;
	font-size: 14px;
	color:#fff;
	text-shadow:0 0 5px #000;
}

div.popup p{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 9px 0;
	background: #f15922;
	line-height: 24px;
	font-weight:normal;
	font-size: 12px;
	color: #fff;
}
div.popup p input{
	margin-left: 10px;
}
div.popup p a{
	float:right;
	padding:0px 8px;
	margin-right: 10px;
	color:#fff;
}

.paging,
.wrap.page{
	padding:10px 0;
	font-size:12px;text-align:center;
}
.paging a,
.wrap.page a{
	display:inline-block;
	min-width:14px;	
	margin:2px;padding:2px 4px;
	border:1px solid #333;
	border-radius: 5px;
	text-align:center;
	text-decoration:none;
	color:#ccc;
}
.paging a:last-child,
.wrap.page a:last-child{
}
.paging a:hover,
.wrap.page a:hover{
	color: #f15922;
	cursor:pointer;
}
.paging strong,
.wrap.page strong{
	display:inline-block;
	min-width:14px;
	padding:2px 4px;
	border: 1px solid #000;
	border-radius: 5px;
	background: #f15922;
	font-weight:bold;
	color: #000;
	text-align:center;
}
.paging strong:hover,
.wrap.page strong:hover{
	cursor:default;
}


.pop.shadow{
	display:block;
	position:absolute;
	top:0px;left:0px;
	width:100%;
	height:100%;;
	background:rgba(0,0,0,0.5);
	border-radius: 5px;
	border: 1px solid #000;
	z-index:99
}
.pop.graph{
	overflow:hidden;
	position:absolute;
	top:30%;left:50%;
	width:400px;height:220px;
	padding: 20px 0 0px 0;
	margin-left: -200px;
	background: rgba(0,0,0,0.75);
	border-radius: 5px;
	border:1px solid #333;
}
.pop.graph h3{
	display:block;
	width:90%;height:36px;
	margin: 0 auto;
	background: #191919;
	border:1px solid #000;
	border-radius: 5px;
	-moz-box-shadow:inset 0px 0px 0px 1px #3f3f3f;
	-webkit-box-shadow:inset 0px 0px 0px 1px #3f3f3f;
	box-shadow:inset 0px 0px 0px 1px #3f3f3f;
	line-height:36px;
	color: #fff;
	font-size:13px;
	text-align:center;
}
.pop.graph input.style1{
	background: #000000;
	border:1px solid #ccc;
	padding: 2px;
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:14px;
}

.pop.graph dl{
	overflow:hidden;
	width:90%;
	margin:5% auto
}
.pop.graph dt,.pop.graph dd{
	display:inline;
	float:left;
	height:34px;line-height:28px;
	color:#ccc;
}
.pop.graph dt{
	width:25%;
	font-weight:normal;
}
.pop.graph dd{
	width:75%;
}

.pop.graph dd img{
	margin-right:4px;
}


#footer {
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}



