@charset "UTF-8";

@font-face { font-family: NanumGothic; src: url(../fonts/NanumGothic.ttf);}
@font-face { font-family: NanumGothic; src: url(../fonts/NanumGothic.eot);}
@font-face { font-family: NanumGothic;  src: url(../fonts/NanumGothic.woff);}
@font-face { font-family: NanumGothic; src: url(../fonts/NanumGothic.ttf);}
@font-face { font-family: NanumGothicBold; src: url(../fonts/NanumGothicBold.otf);}
@font-face { font-family: NanumGothicBold; src: url(../fonts/NanumGothicBold.eot);}
@font-face { font-family: NanumGothicBold; src: url(../fonts/NanumGothicBold.woff);}
@font-face { font-family: NanumGothicExtraBold; src: url(../fonts/NanumGothicExtraBold.otf);}

body {
	background-color:#212121;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position: center 0px;
	background-attachment:local;
	height:100%;
	}
body#index{
	background-color:#212121;
}
input, button, select, a{
	outline:none;
}

.padding-0{
	padding-left:0;
	padding-right:0;
}

/* INDEX */
.index_bg{
	width:100%;
	height:838px;
	background-image:url(../images/index_bg.png);
	background-repeat:no-repeat;
	background-position: center 25px;
	background-size:100% 100%;
}
.index_main{
	width:1237px;
}
.login{
	width:331px;
	height:554px;
	float:left;
	margin-top:151px;
}
#blg_img{
	position:fixed;
	top:170px;
	margin-left:-110px;
}
#login_title{
	margin-top:1px;
	margin-left:2px;
}

.login_panel{
	width:292px;
	height:186px;
	background-image:url(../images/login_pan.png);
	margin-top:28px;
	margin-left:16px;
	position:relative;
	z-index:999;
}
#user_field{
	width:237px;
	height:45px;
	background-color:white;
	border-radius:8px;
	position:absolute;
	margin-left:27px;
	margin-top:15px;
}
#user_field img{
	margin-left:16px;
	margin-top:7px;
	float:left;
}
#user_field input{
	width:180px;
	height:29px;
	background-color:white;
	float:left;
	margin-left:50px;
	margin-top:-29px;
	border:none;
}
#pass_field{
	width:237px;
	height:45px;
	background-color:white;
	border-radius:8px;
	position:absolute;
	margin-left:27px;
	margin-top:68px;
}
#pass_field img{
	margin-left:16px;
	margin-top:7px;
	float:left;
}
#pass_field input{
	width:180px;
	height:29px;
	background-color:white;
	float:left;
	margin-left:50px;
	margin-top:-29px;
	border:none;
}
#login_btn, #btn-signin {
	width:115px;
	height:47px;
	border-radius:5px;
	border:none;
	background-color:#41c223;
	transition:0.5s;
	padding:0;
	color:white;
	font-size:14px;
	font-family:NanumGothic;
	margin-top:120px;
	margin-left:28px;
}
#login_btn span, #btn-signin span {
	font-size:10px;
	padding-right:4px;
}
#login_btn:hover, #btn-signin:hover {
	background-color:#333333;
	color:white;
}
#join_btn{
	width:115px;
	height:47px;
	border-radius:5px;
	border:none;
	background-color:#9a9c99;
	transition:0.5s;
	padding:0;
	color:white;
	font-size:14px;
	font-family:NanumGothic;
	margin-left:3px;
}
#join_btn img{
	margin-right:4px;
}
#join_btn:hover{
	background-color:#333333;
	color:white;
}
#login_footer_text{
	color:#ffffff;
	font-size:11px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
	padding-left:23px;
	padding-top:28px;
}
#login_footer_img{
	margin-left:7px;
	padding-top:40px;
}
.index_footer{
	width:332px;
	height:50px;
	margin-top:50px;
}
.index_footer p{
	color:#999999;
	font-size:10px;
	font-family:NanumGothic;
}
#joinModal .modal-dialog{
	width:461px;
	height:656px;
	background-size:100% 100%;
	background-image:url(../images/join_modals.png);
	border:none;
	margin-top:100px;
}
#joinModal .modal-dialog .modal-content{
	background:transparent;
	box-shadow: none;
	height:100%;
	border:none;
}
.join_head{
	width:434px;
	height:80px;
	float:left;
	margin-top:10px;
	margin-left:13px;
}
.join_head img{
	margin-left:89px;
	margin-top:30px;
}
#modal_closebtn_join{
	float:right;
	margin-top:14px;
	margin-right:11px;
}
.join_row1{
	width:353px;
	height:33px;
	float:left;
	margin-left:50px;
	margin-top:28px;
}
.join_row1 p{
	color:#999999;
	font-size:12px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
	float:left;
	padding-top:8px;
}
.join_row1 input{
	width:238px;
	height:33px;
	border:none;
	border-radius:5px;
	background-color:#a0a0a0;
	padding-left:10px;
	float:right;
}
.join_row{
	width:353px;
	height:33px;
	float:left;
	margin-left:50px;
	margin-top:10px;
}
.join_row p{
	color:#999999;
	font-size:12px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
	float:left;
	padding-top:8px;
}
.join_row input{
	width:238px;
	height:33px;
	border:none;
	border-radius:5px;
	background-color:#a0a0a0;
	padding-left:10px;
	float:right;
}
.join_row select{
	width:238px;
	height:33px;
	border:none;
	border-radius:5px;
	background-color:#a0a0a0;
	padding-left:5px;
	padding-right:5px;
	float:right;
	font-size:12px;
}
#signup_btn, #btn-signup {
	width:115px;
	height:47px;
	border-radius:5px;
	border:none;
	background-color:#41c223;
	transition:0.5s;
	padding:0;
	color:white;
	font-size:14px;
	font-family:NanumGothic;
	margin-top:30px;
	margin-left:167px;
}
#signup_btn span, #btn-signup span {
	font-size:10px;
	padding-right:4px;
}
#signup_btn:hover, #btn-signup:hover {
	background-color:#c6a82e;
	color:white;
}
#signupc_btn{
	width:115px;
	height:47px;
	border-radius:5px;
	border:none;
	background-color:#9a9c99;
	transition:0.5s;
	padding:0;
	color:white;
	font-size:14px;
	font-family:NanumGothic;
	margin-left:3px;
}
#signupc_btn:hover{
	background-color:#333;
	color:white;
}
/* NAVBAR */
.mgm_navbar{
	width:100%;
	height:199px;
}
.mgm_navbar img{
	position:relative;
	top:19px;
	z-index:6;
}
.mgm_navbar .navbar{
	width:100%;
	height:56px;
	position:absolute;
	top:139px;
	background-image:url(../images/navbar.png);
}
.navbar_container{
	width:1146px;
	height:56px;
}
.navbar_left{
	width:50%;
	height:56px;
	float:left;
	position:relative;
	z-index:10;
}
#kakao_btn{
	width:21px;
	height:21px;
	background:transparent;
	background-image:url(../images/icon/kakao_icon.png);
	border:none;
	float:left;
	margin-top:17px;
	margin-left:94px;
}
#wechat_btn{
	width:21px;
	height:21px;
	background:transparent;
	background-image:url(../images/icon/wechat_icon.png);
	border:none;
	float:left;
	margin-top:17px;
	margin-left:2px;
}
#tele_btn{
	width:21px;
	height:21px;
	background:transparent;
	background-image:url(../images/icon/tele_icon.png);
	border:none;
	float:left;
	margin-top:17px;
	margin-left:2px;
}
#left_text{
	color:#e0dcdc;
	font-size:13px;
	font-weight:bold;
	font-family:NanumGothic;
	float:left;
	margin-top:19px;
	margin-left:7px;
	text-shadow:0px 2px 2px black;
}
#left_text2{
	color:#999999;
	font-size:13px;
	font-weight:bold;
	font-family:NanumGothic;
	float:left;
	margin-top:19px;
	margin-left:7px;
	text-shadow:0px 2px 2px black;
}
.navbar_right{
	width:50%;
	height:56px;
	float:left;
	position:relative;
	z-index:10;
}
.navbar_right img{
	float:left;
	margin-left:180px;
}
.navbar_right a{
	color:#cccccc;
	font-size:13px;
	font-weight:bold;
	font-family:NanumGothic;
	float:left;
	margin-left:33px;
	margin-top:19px;
	text-shadow:0px 2px 2px black;
	transition:0.5s;
}
.navbar_right a:hover{
	color:#ff9900;
	text-decoration:none;
}
#nav_firstlink, #request-cashin {
	margin-left:7px;
}
/* INFO BOX */
.info_container{
	width:1146px;
	height:39px;
}
.info_box{
	width:490px;
	height:39px;
	border-radius:17px;
	background-color:#151414;
	margin-top:12px;
	margin-left:324px;
}
#user_icon{
	float:left;
	margin-top:12px;
	margin-left:18px;
}
#user_info{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-family:NanumGothic;
	float:left;
	margin-top:11px;
	margin-left:9px;
}
#user_info2{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	font-family:NanumGothic;
	float:left;
	margin-top:11px;
	margin-left:4px;
}
#coins_icon{
	float:left;
	margin-top:11px;
	margin-left:22px;
}
#coins_info{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	font-family:NanumGothic;
	float:left;
	margin-top:11px;
	margin-left:7px;
}
#coins_info2{
	color:#ff9900;
	font-size:12px;
	font-weight:bold;
	font-family:NanumGothic;
	float:left;
	margin-top:11px;
	margin-left:8px;
}
#message_btn{
	width:15px;
	height:11px;
	background:transparent;
	background-image:url(../images/icon/message_icon.png);
	border:none;
	float:left;
	margin-top:14px;
	margin-left:15px;
	transition:1s;
}
#message_btn:hover{
	background-image:url(../images/icon/message_hover.png);
}
.settings_link{
	cursor:pointer;
	width:60px;
	height:14;
	float:left;
	margin-top:5px;
	margin-left:8px;
}
.settings_link p{
	color:#999999;
	font-size:10.67px;
	font-weight:bold;
	font-family:NanumGothic;
	float:left;
	margin-left:2px;
	margin-top:6px;
}
.settings_link:hover p{
	color:#49c12a;
}
.settings_link:hover #settings_btn,
.settings_link:hover #btn-profile-settings {
	background-image:url(../images/icon/settings_hover.png);
}
#settings_btn,
#btn-profile-settings {
	width:14px;
	height:14px;
	background:transparent;
	background-image:url(../images/icon/settings_icon.png);
	border:none;
	float:left;
	margin-top:7px;
	margin-left:2;
}
.logout_link{
	cursor:pointer;
	width:60px;
	height:14;
	float:left;
	margin-top:5px;
	margin-left:6px;
}
.logout_link:hover #logout_btn,
.logout_link:hover #btn-logout {
	background-image:url(../images/icon/lock_hover.png);
}
.logout_link:hover #logout_text{
	color:#49c12a;
}
#logout_btn,
#btn-logout {
	width:9px;
	height:11px;
	background:transparent;
	background-image:url(../images/icon/lock_icon.png);
	background-repeat:no-repeat;
	border:none;
	float:left;
	margin-top:7px;
	margin-left:0px;
}
#logout_text{
	color:#cb8d50;
	font-size:10.67px;
	font-weight:bold;
	font-family:NanumGothic;
	float:left;
	margin-left:2px;
	margin-top:6px;
}
/* MAIN */
.main_container{
	width:1146px;
	height:455px;
	margin-top:26px;
}
.menu1{
	width:312px;
	height:466px;
	background-image:url(../images/menu1.png);
	float:left;
	margin-left:0px;
	margin-top:-48px;
	animation:1;
	animation-name:menu1;
	animation-duration:1s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
	animation-delay:0s;
	opacity:0;
	transition:1s;
}
.menu2{
	width:252px;
	height:418px;
	background-image:url(../images/menu5.png);
	float:left;
	margin-left:8px;
	animation:1;
	animation-name:menus;
	animation-duration:1s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
	animation-delay:0.3s;
	opacity:0;
	transition:1s;
}
.menu3{
	width:252px;
	height:418px;
	background-image:url(../images/menu3.png);
	float:left;
	margin-left:8px;
	animation:1;
	animation-name:menus;
	animation-duration:1s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
	animation-delay:0.6s;
	opacity:0;
	transition:1s;
}
.menu4{
	width:252px;
	height:418px;
	background-image:url(../images/menu4.png);
	float:left;
	margin-left:8px;
	animation:1;
	animation-name:menus;
	animation-duration:1s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
	animation-delay:0.9s;
	opacity:0;
	transition:1s;
}
.menu5{
	width:312px;
	height:466px;
	background-image:url(../images/menu5.png);
	float:left;
	margin-left:0px;
	margin-top:-48px;
	animation:1;
	animation-name:menu1;
	animation-duration:1s;
	animation-timing-function: linear;
	animation-fill-mode:forwards;
	animation-delay:0s;
	opacity:0;
	transition:1s;
}
@keyframes menu1 {
	0% { 
		margin-top:-200px;
		opacity:0;
	}
	50%{ 	
		margin-top:-48px;
		opacity:1;
	}
	75%{ 	
		margin-top:-78px;
		opacity:1;
	}
	100%{ 	
		opacity:1;
		margin-top:-48px;
	}
}

@keyframes menu5 {
	0% { 
		margin-top:-200px;
		opacity:0;
	}
	50%{ 	
		margin-top:-48px;
		opacity:1;
	}
	75%{ 	
		margin-top:-78px;
		opacity:1;
	}
	100%{ 	
		opacity:1;
		margin-top:-48px;
	}
}

@keyframes menus {
	0% { 
		margin-top:-152px;
		opacity:0;
	}
	50%{ 	
		margin-top:0px;
		opacity:1;
	}
	75%{ 	
		margin-top:-20px;
		opacity:1;
	}
	100%{ 	
		opacity:1;
		margin-top:0px;
	}
}

.menu1:hover{
	background-image:url(../images/menu1_hover.png);
}
.menu1:hover p{
	color:white;
	margin-top:362px;
}
.menu1:hover button{
	border:solid 1px #165007;
	background-color:#276718;
	color:white;
}
.menu2:hover{
	background-image:url(../images/menu5_hover.png);
}
.menu2:hover p{
	color:white;
	margin-top:312px;
}
.menu2:hover button{
	border:solid 1px #165007;
	background-color:#276718;
	color:white;
}
.menu3:hover{
	background-image:url(../images/menu3_hover.png);
}
.menu3:hover p{
	color:white;
	margin-top:312px;
}
.menu3:hover button{
	border:solid 1px #165007;
	background-color:#276718;
	color:white;
}
.menu4:hover{
	background-image:url(../images/menu4_hover.png);
}
.menu4:hover p{
	color:white;
	margin-top:312px;
}
.menu4:hover button{
	border:solid 1px #165007;
	background-color:#276718;
	color:white;
}
.menu5:hover{
	background-image:url(../images/menu5_hover.png);
}
.menu5:hover p{
	color:white;
	margin-top:362px;
}
.menu5:hover button{
	border:solid 1px #165007;
	background-color:#276718;
	color:white;
}
.menu1 p{
	color:#999999;
	font-size:16px;
	font-weight:bold;
	font-family:NanumGothic;
	margin-top:19px;
	text-shadow:0px 2px 2px black;
	margin-left:138px;
	margin-top:365px;
	transition:0.5s;
}
.menu1 button{
	width:79px;
	height:28px;
	border:solid 1px #666666;
	border-radius:5px;
	background-color:#333333;
	padding:0;
	color:#ff9933;
	font-size:11px;
	font-family:NanumGothic;
	margin-left:143px;
	transition:1s;
}
.menu2 p{
	color:#999999;
	font-size:16px;
	font-weight:bold;
	font-family:NanumGothic;
	margin-top:19px;
	text-shadow:0px 2px 2px black;
	margin-top:315px;
	transition:0.5s;
}
.menu2 button{
	width:79px;
	height:28px;
	border:solid 1px #666666;
	border-radius:5px;
	background-color:#333333;
	padding:0;
	color:#ff9933;
	font-size:11px;
	font-family:NanumGothic;
	transition:1s;
}
.menu3 p{
	color:#999999;
	font-size:16px;
	font-weight:bold;
	font-family:NanumGothic;
	margin-top:19px;
	text-shadow:0px 2px 2px black;
	margin-top:315px;
	transition:0.5s;
}
.menu3 button{
	width:79px;
	height:28px;
	border:solid 1px #666666;
	border-radius:5px;
	background-color:#333333;
	padding:0;
	color:#ff9933;
	font-size:11px;
	font-family:NanumGothic;
	transition:1s;
}
.menu4 p{
	color:#999999;
	font-size:16px;
	font-weight:bold;
	font-family:NanumGothic;
	margin-top:19px;
	text-shadow:0px 2px 2px black;
	margin-top:315px;
	transition:0.5s;
}
.menu4 button{
	width:79px;
	height:28px;
	border:solid 1px #666666;
	border-radius:5px;
	background-color:#333333;
	padding:0;
	color:#ff9933;
	font-size:11px;
	font-family:NanumGothic;
	transition:1s;
}
.menu5 p{
	color:#999999;
	font-size:16px;
	font-weight:bold;
	font-family:NanumGothic;
	margin-top:19px;
	text-shadow:0px 2px 2px black;
	margin-left:138px;
	margin-top:365px;
	transition:0.5s;
}
.menu5 button{
	width:79px;
	height:28px;
	border:solid 1px #666666;
	border-radius:5px;
	background-color:#333333;
	padding:0;
	color:#ff9933;
	font-size:11px;
	font-family:NanumGothic;
	margin-left:143px;
	transition:1s;
}
/* MARQUEE */
.marquee_center{
	width:1146px;
	padding-left:0px;
}

#marquee_container{
	margin-top:-28px;
	margin-left:263px;
	width: 700px;
    height:20px;
    overflow:hidden;
}

#sound{
	position:relative;
	left:265px;
	top:-12px;
}

.myMarquee{
	position:relative;
	left:25px;
	top:0px;
	animation-name:sliderm;
	animation-duration:10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count:infinite;
}

.myMarquee:hover{
	animation-play-state:paused;
}

@keyframes sliderm {
	0% { transform: translateY(0); }
	20% { transform: translateY(0); }
	25% { transform: translateY(-28px); }
	45% { transform: translateY(-28px); }
	50% { transform: translateY(-56px); }
	70% { transform: translateY(-56px); }
	75% { transform: translateY(-84px); }
	95% { transform: translateY(-84px); }
	100% { transform: translateY(-108px);  }
}

#new_label2{
	color:#999999;
	font-size:12px;
	font-family:NanumGothic;
}
#event_label1{
	color:#cccccc;
	font-size:12px;
	font-family:NanumGothic;
}
#event_label2{
	color:#ff6666;
	font-size:12px;
	font-family:NanumGothic;
}
#event_label3{
	color:#999999;
	font-size:12px;
	font-family:NanumGothic;
}
/* FOOTER */
#footer_text{
	color:#696864;
	font-size:10px;
	font-family:NanumGothic;
	margin-top:204px;
}

/* MODALS POPUP */

#tableModal .modal-dialog, 
#bet-modal .modal-dialog {
	width:1141px;
	height:515px;
	background:transparent;
	background-image:url(../images/modal.png);
	margin-top:7%;
}
#tableModal .modal-dialog .modal-content,
#bet-modal .modal-dialog .modal-content {
	background:transparent;
}
.tableModalHead{
	width:1133px;
	height:47px;
}
.tableModalHead img{
	float:left;
	margin-left:23px;
	margin-top:18px;
}
.tableModalHead p{
	float:left;
	margin-left:10px;
	margin-top:17px;
	color:#999999;
	font-size:16px;
	font-family:NanumGothic;
	font-weight:bold;
}
#modal_closebtn{
	float:right;
	margin-top:13px;
	margin-right:15px;
}
#tableModal .modal-dialog .modal-content table,
#bet-modal .modal-dialog .modal-content table {
	width:1101px;
	margin-left:20px;
}
#tableModal .modal-dialog .modal-content #title,
#bet-modal .modal-dialog .modal-content #title {
	width:1101px;
	height:34px;
	background-color:#333333;
}
#tableModal .modal-dialog .modal-content #title #first_th,
#bet-modal .modal-dialog .modal-content #title #first_th {
	padding-left:6px;
}
#tableModal .modal-dialog .modal-content,
#bet-modal .modal-dialog .modal-content {
	box-shadow: none;
	height:100%;
}
.tableModalBody{
	width:1101px;
	height:357px;
	margin-top:10px;
	margin-left:10px;
	overflow:hidden;
}
#tableModal .modal-dialog .modal-content th,
#bet-modal .modal-dialog .modal-content th {
	color:white;
	font-size:12px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
}
#tableModal .modal-dialog .modal-content #row,
#bet-modal .modal-dialog .modal-content #row {
	width:1101px;
	height:46px;
	border-bottom:solid 1px #494848;
}
#tableModal .modal-dialog .modal-content td,
#bet-modal .modal-dialog .modal-content td {
	color:#cccccc;
	font-size:12px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
	font-weight:bold;
}
#tableModal .modal-dialog .modal-content #cb,
#bet-modal .modal-dialog .modal-content #cb {
	float:left;
	margin-left:6px;
	margin-top:13px;
}
#tableModal .modal-dialog .modal-content #number,
#bet-modal .modal-dialog .modal-content #number {
	font-size:12px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
	color:#66cc00;
	margin-top:10px;
}
#tableModal .modal-dialog .modal-content #blue,
#bet-modal .modal-dialog .modal-content #blue {
	color:#3300ff;
}
#tableModal .modal-dialog .modal-content #yellow,
#bet-modal .modal-dialog .modal-content #yellow {
	color:#ffff00;
}
#tableModal .modal-dialog .modal-content #brown,
#bet-modal .modal-dialog .modal-content #brown {
	color:#996666;
}
#tableModal .modal-dialog .modal-content #orange,
#bet-modal .modal-dialog .modal-content #orange {
	color:#ff9933;
}
#tableModal .modal-dialog .modal-content #red,
#bet-modal .modal-dialog .modal-content #red {
	color:#ff0000;
}
#tableModal .modal-dialog .modal-content #light_blue,
#bet-modal .modal-dialog .modal-content #light_blue {
	color:#40a7fe;
}
#tableModal .modal-dialog .modal-content .btngrp,
#bet-modal .modal-dialog .modal-content .btngrp {
	width:236px;
	height:40px;
	float:right;
	margin-top:-12px;
	margin-right:20px;
}
#tableModal .modal-dialog .modal-content .btngrp button,
#bet-modal .modal-dialog .modal-content .btngrp button {
	width:115px;
	height:40px;
	border-radius:5px;
	border:none;
	background-color:white;
	transition:0.5s;
	padding:0;
	color:#333333;
	font-size:14px;
	font-family:NanumGothic;
}
#tableModal .modal-dialog .modal-content .btngrp button:hover,
#bet-modal .modal-dialog .modal-content .btngrp button:hover {
	background-color:#666666;
	color:white;
}
#deletehistory_btn{
	color:#e49805;
}

/* PAGINATION */
/*
.pagination{
	font-style: normal;
	width:248px;
	margin-top:33px;
}

.pagination a{
	width:23px;
	height:23px;
	border-color:#b6b6b6;
	border-style:solid;
	border-width:1px;
	padding: 1px 8px;
	color:#858585;
	font-style: normal;
	float:left;
	transition:0.5s;
	background-color:white;
}

.pagination a:hover{
	border-style:solid;
	border-color:#4e9d02;
	color:white;
	background-color:#4e9d02;
	text-decoration:none;
	font-style: normal;
}

.pagination a.active{
	border-style:solid;
	border-color:#4e9d02;
	color:white;
	background-color:#4e9d02;
	text-decoration:none;
	font-style: normal;
}

.pagination .next{
	width:23px;
	height:23px;
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	padding: 3px 8px;
	color:#333333;
	font-style: normal;
}
*/
#pre{
	padding: 0px 8px;
}

#prepre{
	margin-left:2px;
	padding: -10px 0px;
}

#p1{
	margin-left:9px;
}

#p2{
	margin-left:4px;
}

#p3{
	margin-left:4px;
}

#p4{
	margin-left:4px;
}

#p5{
	margin-left:4px;
}

#nene{
	padding: 0px 8px;
	margin-left:9px;
}

#ne{
	padding: 0px 8px;
	margin-left:2px;
}

#prepre{
	margin-left:2px;
	padding: 1px 8px;
}

#askModal .modal-dialog,
#telegram-modal .modal-dialog {
	width:523px;
	height:295px;
	background:transparent;
	background-size:100% 100%;
	background-image:url(../images/modal.png);
	margin-top:15%;
}
#askModal .modal-dialog .modal-content,
#telegram-modal .modal-dialog .modal-content {
	background:transparent;
	box-shadow: none;
	height:100%;
}
#askModal .modal-dialog .modal-content .tableModalHead,
#telegram-modal .modal-dialog .modal-content .tableModalHead {
	width:513px;
	height:42px;
	background-image:url(../images/modal_header.png);
	margin-top:3px;
}
#askModal .modal-dialog .modal-content .tableModalHead img,
#telegram-modal .modal-dialog .modal-content .tableModalHead img {
	float:left;
	margin-left:23px;
	margin-top:11px;
}
#askModal .modal-dialog .modal-content .tableModalHead p,
#telegram-modal .modal-dialog .modal-content .tableModalHead p {
	float:left;
	margin-left:10px;
	margin-top:10px;
	color:#999999;
	font-size:16px;
	font-family:NanumGothic;
	font-weight:bold;
}
#modal_closebtn_ask,
#modal-close-telegram {
	float:right;
	margin-top:8px;
	margin-right:11px;
}
#ask_text{
	color:#999999;
	font-size:32px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
	padding-top:70px;
}
#ask_btn,
#telegram_btn {
	width:60px;
	height:47px;
	background-color:white;
	border-radius:5px;
	border:none;
	transition:0.5s;
	padding:0;
	color:#333333;
	font-size:14px;
	font-family:NanumGothic;
	margin-top:40px;
}
#ask_btn:hover,
#telegram_btn:hover {
	background-color:#666666;
	color:white;
}

#withdrawModal .modal-dialog,
#cashout-modal .modal-dialog {
	width:523px;
	height:435px;
	background:transparent;
	background-size:100% 100%;
	background-image:url(../images/modal.png);
	margin-top:10%;
}
#withdrawModal .modal-dialog .modal-content,
#cashout-modal .modal-dialog .modal-content {
	background:transparent;
	box-shadow: none;
	height:100%;
}
#withdrawModal .modal-dialog .modal-content .tableModalHead,
#cashout-modal .modal-dialog .modal-content .tableModalHead {
	width:513px;
	height:42px;
	background-image:url(../images/modal_header.png);
	margin-top:3px;
}
#withdrawModal .modal-dialog .modal-content .tableModalHead img,
#cashout-modal .modal-dialog .modal-content .tableModalHead img {
	float:left;
	margin-left:23px;
	margin-top:11px;
}
#withdrawModal .modal-dialog .modal-content .tableModalHead p,
#cashout-modal .modal-dialog .modal-content .tableModalHead p {
	float:left;
	margin-left:10px;
	margin-top:10px;
	color:#999999;
	font-size:16px;
	font-family:NanumGothic;
	font-weight:bold;
}
#modal_closebtn_withdraw{
	float:right;
	margin-top:8px;
	margin-right:11px;
}
#w_row{
	float:left;
	width:100%;
	margin-left:69px;
	margin-top:40px;
}
#w_row2{
	float:left;
	width:100%;
	margin-left:69px;
	margin-top:35px;
}
#w_row3{
	float:left;
	width:100%;
	margin-left:69px;
	margin-top:25px;
}
#withdraw_label1{
	float:left;
	color:#999999;
	margin-top:10px;
	font-size:12px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
}
#withdraw_label{
	float:left;
	color:#999999;
	margin-top:10px;
	font-size:12px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
}
#withdraw_amount, #current_balance {
	float:left;
	padding-left:60px;
	color:#e27615;
	font-size:24px;
	font-family:NanumGothic;
}
#withdraw_input1, #cashout_amount {
	float:left;
	width:270px;
	height:33px;
	border:none;
	border-radius:5px;
	background-color:#a4a4a4;
	padding-left:10px;
	color:#333333;
	font-size:12px;
	margin-left:41px;
}
#withdraw_input1::-webkit-input-placeholder, #cashout_amount::-webkit-input-placeholder {
  color:#333333;
}
#withdraw_input2, #cashout_pin {
	float:left;
	width:270px;
	height:33px;
	border:none;
	border-radius:5px;
	background-color:#a4a4a4;
	padding-left:10px;
	color:#333333;
	font-size:12px;
	margin-left:67px;
}
#withdrawModal .modal-dialog .modal-content .btngrp,
#cashout-modal .modal-dialog .modal-content .btngrp {
	width:236;
	height:47px;
	float:left;
	margin-left:180px;
	margin-top:70px;
}
#w_btn, #btn-cashout-proceed {
	width:115px;
	height:40px;
	border-radius:5px;
	border:none;
	background-color:white;
	transition:0.5s;
	padding:0;
	color:#333333;
	font-size:14px;
	font-family:NanumGothic;
}
#w_btn:hover, #btn-cashout-proceed:hover {
	background-color:#666666;
	color:white;
}
#wcancel_btn{
	width:115px;
	height:40px;
	border-radius:5px;
	border:none;
	background-color:white;
	transition:0.5s;
	padding:0;
	color:#e49805;
	font-size:14px;
	font-family:NanumGothic;
	margin-left:3px;
}
#wcancel_btn:hover{
	background-color:#666666;
	color:white;
}

#depositModal .modal-dialog, 
#cashin-modal .modal-dialog {
	width:523px;
	height:435px;
	background:transparent;
	background-size:100% 100%;
	background-image:url(../images/modal.png);
	margin-top:10%;
}
#depositModal .modal-dialog .modal-content, 
#cashin-modal .modal-dialog .modal-content {
	background:transparent;
	box-shadow: none;
	height:100%;
}
#depositModal .modal-dialog .modal-content .tableModalHead, 
#cashin-modal .modal-dialog .modal-content .tableModalHead {
	width:513px;
	height:42px;
	background-image:url(../images/modal_header.png);
	margin-top:3px;
}
#depositModal .modal-dialog .modal-content .tableModalHead img, 
#cashin-modal .modal-dialog .modal-content .tableModalHead img {
	float:left;
	margin-left:23px;
	margin-top:11px;
}
#depositModal .modal-dialog .modal-content .tableModalHead p, 
#cashin-modal .modal-dialog .modal-content .tableModalHead p {
	float:left;
	margin-left:10px;
	margin-top:10px;
	color:#999999;
	font-size:16px;
	font-family:NanumGothic;
	font-weight:bold;
}
#modal_closebtn_deposit{
	float:right;
	margin-top:8px;
	margin-right:11px;
}
.dep_tip{
	width:454px;
	height:99px;
	border-radius:5px;
	background-color:#171616;
	margin-top:23px;
}
.tip_left{
	width:105px;
	height:99px;
	float:left;
}
.tip_left img{
	padding-top:17px;
	padding-left:39px;
}
.tip_left p{
	padding-top:14px;
	padding-left:39px;
	color:#ff9900;
	font-size:12px;
	font-family:NanumGothic;
}
.tip_right{
	width:349px;
	height:99px;
	float:right;
}
.tip_right p{
	padding-top:26px;
	padding-left:12px;
	color:#cccccc;
	font-size:12px;
	font-family:NanumGothic;
}
#deposit_label{
	float:left;
	color:#999999;
	padding-left:63px;
	margin-top:56px;
	font-size:12px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
}
#deposit_input, #cash_amount {
	float:left;
	width:270px;
	height:33px;
	border:none;
	border-radius:5px;
	background-color:#a4a4a4;
	padding-left:10px;
	color:#333333;
	font-size:12px;
	margin-left:54px;
	margin-top:45px;
}
#deposit_input::-webkit-input-placeholder, #cash_amount::-webkit-input-placeholder {
  color:#333333;
}
#depositModal .modal-dialog .modal-content .btngrp, 
#cashin-modal .modal-dialog .modal-content .btngrp {
	width:236;
	height:47px;
	float:left;
	margin-left:53px;
	margin-top:70px;
}
#d_btn, 
#btn-cashin-proceed,
#btn-teamviewer-download2 {
	width:115px;
	height:40px;
	border-radius:5px;
	border:none;
	background-color:white;
	transition:0.5s;
	padding:0;
	color:#333333;
	font-size:14px;
	font-family:NanumGothic;
}
#d_btn:hover, 
#btn-cashin-proceed:hover,
#btn-teamviewer-download2:hover {
	background-color:#666666;
	color:white;
}
#dcancel_btn{
	width:115px;
	height:40px;
	border-radius:5px;
	border:none;
	background-color:white;
	transition:0.5s;
	padding:0;
	color:#e49805;
	font-size:14px;
	font-family:NanumGothic;
	margin-left:3px;
}
#dcancel_btn:hover{
	background-color:#666666;
	color:white;
}

#noticeModal .modal-dialog,
#midas-modal .modal-dialog,
#cod-modal .modal-dialog,
#cagayan-modal .modal-dialog,
#teamviewer-modal .modal-dialog {
	width:573px;
	height:500px;
	background:transparent;
	background-size:100% 100%;
	background-image:url(../images/modal.png);
	margin-top:7%;
}
#noticeModal .modal-dialog .modal-content,
#midas-modal .modal-dialog .modal-content,
#cod-modal .modal-dialog .modal-content,
#cagayan-modal .modal-dialog .modal-content,
#teamviewer-modal .modal-dialog .modal-content {
	background:transparent;
	box-shadow: none;
	height:100%;
}
#noticeModal .modal-dialog .modal-content .tableModalHead,
#midas-modal .modal-dialog .modal-content .tableModalHead,
#cod-modal .modal-dialog .modal-content .tableModalHead,
#cagayan-modal .modal-dialog .modal-content .tableModalHead,
#teamviewer-modal .modal-dialog .modal-content .tableModalHead {
	width:563px;
	height:42px;
	background-image:url(../images/modal_header.png);
	margin-top:3px;
}
#noticeModal .modal-dialog .modal-content .tableModalHead img,
#midas-modal .modal-dialog .modal-content .tableModalHead img,
#cod-modal .modal-dialog .modal-content .tableModalHead img,
#cagayan-modal .modal-dialog .modal-content .tableModalHead img,
#teamviewer-modal .modal-dialog .modal-content .tableModalHead img {
	float:left;
	margin-left:23px;
	margin-top:11px;
}
#noticeModal .modal-dialog .modal-content .tableModalHead p,
#midas-modal .modal-dialog .modal-content .tableModalHead p,
#cod-modal .modal-dialog .modal-content .tableModalHead p,
#cagayan-modal .modal-dialog .modal-content .tableModalHead p,
#teamviewer-modal .modal-dialog .modal-content .tableModalHead p {
	float:left;
	margin-left:10px;
	margin-top:10px;
	color:#999999;
	font-size:16px;
	font-family:NanumGothic;
	font-weight:bold;
}
#modal_closebtn_notice{
	float:right;
	margin-top:8px;
	margin-right:11px;
}
.notice_body{
	width:539px;
	height:411px;
	overflow-y:scroll;
	margin-top:16px;
	margin-left:16px;
}
.notice_body div {
	color: #cccccc;
    font-size: 18.67px;
    font-family: NanumGothic;
    padding-left: 24px;
}
.notice_body::-webkit-scrollbar{
	background-color:black;
}
.notice_body::-webkit-scrollbar-thumb{
	background-color:#212020;
	border: 3px solid transparent;
	background-clip: content-box;
}
.notice_body::-webkit-scrollbar-button{
	background-color:#black;
	height:20px;
}
.notice_body #title{
	color:#ff9900;
	font-size:24px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
	padding-top:18px;
}
#notice_text{
	color:#cccccc;
	font-size:18.67px;
	font-family:NanumGothic;
	padding-left:24px;
}
.notice_body #title2{
	color:#ff9900;
	font-size:24px;
	font-family:NanumGothic;
	text-shadow:1px 1px 2px black;
	text-decoration:underline;
	margin-top:50px;
}
#notice_text1{
	color:#cccccc;
	font-size:18.67px;
	font-family:NanumGothic;
	display:inline;
}
#notice_text_green{
	color:#66cc00;
	font-size:18.67px;
	font-family:NanumGothic;
	display:inline;
}

#mypageModal .modal-dialog,
#mypage-modal .modal-dialog {
	width:523px;
	height:515px;
	background:transparent;
	background-size:100% 100%;
	background-image:url(../images/modal.png);
	margin-top:7%;
}
#mypageModal .modal-dialog .modal-content,
#mypage-modal .modal-dialog .modal-content {
	background:transparent;
	box-shadow: none;
	height:100%;
}
#mypageModal .modal-dialog .modal-content .tableModalHead,
#mypage-modal .modal-dialog .modal-content .tableModalHead {
	width:513px;
	height:42px;
	background-image:url(../images/modal_header.png);
	margin-top:3px;
}
#mypageModal .modal-dialog .modal-content .tableModalHead img,
#mypage-modal .modal-dialog .modal-content .tableModalHead img {
	float:left;
	margin-left:23px;
	margin-top:11px;
}
#mypageModal .modal-dialog .modal-content .tableModalHead p,
#mypage-modal .modal-dialog .modal-content .tableModalHead p {
	float:left;
	margin-left:10px;
	margin-top:10px;
	color:#999999;
	font-size:16px;
	font-family:NanumGothic;
	font-weight:bold;
}
#modal_closebtn_mypage{
	float:right;
	margin-top:8px;
	margin-right:11px;
}
.mypageBody{
	width:391px;
	height:229px;
	margin-left:69px;
	margin-top:28px;
}
.mypageHead{
	width:391px;
	height:36px;
	border-bottom:solid 1px #666666;
}
#all_btn{
	width:100px;
	height:35px;
	background-color:#666666;
	border:none;
	color:white;
	border-radius:5px 5px 0px 0px; 
	font-size:12px;
	font-family:NanumGothic;
}
#changepass_btn{
	width:100px;
	height:35px;
	background-color:#333333;
	border:none;
	border-radius:5px 5px 0px 0px; 
	color:#999999;
	font-size:12px;
	font-family:NanumGothic;
	margin-left:-3px;
}
.mypageContent1{
	width:391px;
	height:193px;
	display:none;
}
.mypageRow{
	width:100%;
	height:33px;
	float:left;
	margin-top:30px;
}
.mypageRow p{
	float:left;
	color:#999999;
	font-size:12px;
	font-family:NanumGothic;
	text-shadow:2px 2px 2px black;
	padding-top:8px;
}
.mypageRow input{
	float:right;
	width:270px;
	height:33px;
	border:none;
	background-color:#a4a3a3;
	border-radius:8px;
	padding-left:5px;
	color:black;
	font-size:12px;
	font-family:NanumGothic;
}
#update_btn, #btn-update-password {
	width:115px;
	height:40px;
	border-radius:5px;
	border:none;
	background-color:white;
	transition:0.5s;
	padding:0;
	color:#333333;
	font-size:14px;
	font-family:NanumGothic;
	margin-left:120px;
	margin-top:50px;
}
#update_btn:hover, #btn-update-password:hover {
	background-color:#666666;
	color:white;
}
#updatecancel_btn{
	width:115px;
	height:40px;
	border-radius:5px;
	border:none;
	background-color:white;
	transition:0.5s;
	padding:0;
	color:#e49805;
	font-size:14px;
	font-family:NanumGothic;
	margin-left:3px;
}
#updatecancel_btn:hover{
	background-color:#666666;
	color:white;
}
.mypageContent2{
	width:391px;
	height:193px;
	display:block;
}
.mypageRow .info{
	float:left;
	color:#e27615;
	font-size:24px;
	font-family:NanumGothic;
	margin-top:-8px;
	margin-left:110px;
}
.mypageRow .info2{
	float:left;
	color:white;
	font-size:12px;
	font-family:NanumGothic;
	margin-top:0px;
	margin-left:100px;
}
#phone{
	padding-left:18px;
	color:#000;
}
#phone::-webkit-input-placeholder{
	color:white;
}
#update_btn_all,
#btn-update-profile {
	width:115px;
	height:40px;
	border-radius:5px;
	border:none;
	background-color:white;
	transition:0.5s;
	padding:0;
	color:#333333;
	font-size:14px;
	font-family:NanumGothic;
	margin-left:120px;
	margin-top:50px;
}
#update_btn_all:hover,
#btn-update-profile:hover {
	background-color:#666666;
	color:white;
}
#updatecancel_btn_all{
	width:115px;
	height:40px;
	border-radius:5px;
	border:none;
	background-color:white;
	transition:0.5s;
	padding:0;
	color:#e49805;
	font-size:14px;
	font-family:NanumGothic;
	margin-left:3px;
}
#updatecancel_btn_all:hover{
	background-color:#666666;
	color:white;
}

.help-block {
    width: 100%;
    position: absolute;
    right: -470px;
    color: #ffbd00 !important;
}

.m-t-10-p {
	margin-top: 10%;
}

ul.bead {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.bead li {
    float: left;
}

ul.bead li a {
    display: block;
    color: white;
    text-align: center;
    padding: 3px;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.help-block {
		position: relative;
		width: auto;
		float: right;
		right: unset;
		font-size: 1rem;
	}

	.login_panel .help-block {
		display: none;
	}

	.join_row, .join_row1 {
		height: auto;
	}

	#joinModal .modal-dialog {
		width: 80%;
		height: auto;
		margin: auto;
		padding-bottom: 20px;
		text-align: center;
	}

	#signup_btn, #btn-signup {
		margin-top: 10px;
		margin-left: 0;
	}

	#blg_img {
		display: none;
	}

	.index_main {
		width: 100%;
	}

	.login {
		width: 90%;
		display: block;
		margin: 0 auto;
		float: unset;
		height: auto;
		padding: 10px;
		text-align: center;
	}

	.index_bg {
		height: 615px;
		background-position: center center;
	}

	#login_title {
		margin: 20px auto;
    	display: block;
    	max-width: 100%;
	}

	.login_panel {
		width: 100%;
		height: 200px;
		background-size: 100% 100%;
		margin-left: 0;
		padding: 10px;
		margin-top:10px;
	}

	#user_field, #pass_field {
		position: relative;
		margin-left: 0;
		width: 100%;
	}

	#pass_field {
		margin-top: 15px;
	}

	#user_field input, #pass_field input {
		position: absolute;
		width: 75%;
		top: 50%;
		transform: translateY(-50%);
		left: 50px;
		margin: 0;
	}

	#login_btn, #btn-signin {
		margin-left: 0;
		margin-top: 5px;
	}

	#login_footer_text {
		padding-left: 0;
   		padding-top: 10px;
	}

	.join_head {
		width: 100%;
		float: unset;
		margin: 0;
		text-align: center;
	}

	.join_head img {
		margin-left: 0;
		width: 50%;
	}

	#modal_closebtn_join {
		position: absolute;
		top: 20px;
		right: 20px;
		margin: 0;
	}

	.join_row1, .join_row {
		width: 100%;
		padding: 0 30px;
		margin-left: 0;
	}

	.join_row1 input, .join_row input {
		width: 70%;
	}

	#login_footer_img {
		max-width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}

	.index_footer {
		width: 100%;
		text-align: center;
	}

	.alert {
		margin-bottom: 10px;
	}

	#new_label2 {
		font-size: .9rem;
	}
}

@media screen and (max-width: 400px) {
	.join_row1 {
		margin-top: 0;
	}

	.join_row1 input, .join_row input {
		width: 100%;
	}

	#joinModal .modal-dialog {
		width: 100%;
	}
}