@charset "utf-8";
.wrap{
	width:100%; 
	min-height:100vh; 
	overflow:hidden; 
	background:#000000 url(../images/bg.png) center top no-repeat;}
#wrap::-webkit-scrollbar {display:none;}
@media screen and (min-width:2560px) 
	{
    .wrap{
		background-size:cover;
	}
}
@media screen and (min-width:1920px) 
	{
    .wrap{
		background-size:cover;
	}
}

body::-webkit-scrollbar {display:none;}

*{
	margin: 0;
	padding: 0;
	font-family: 'EsaManru';
	box-sizing: border-box;
}
a{
	color:#f9f9f9; 
	text-decoration:none;
}
ul,li {
	margin:0; 
	list-style:none;
}


.lec_ric{
	position: relative;
	width: 943px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header_wrap{
	position: relative;
	float:left; 
	width:100%;	
}
.header_wrap::after{
	content: ""; 
	display: block;	
	clear: both; 
}
.top_smallbar{
	background-color:rgba(18, 17, 17, 0.75);
	height: 40px;
	width:100%;
}
.loginNew{
	position: relative;
	width: 100%;
	background-image: url(../images/loginbg.png);
	height: 50px;
}
.loginall{
	margin: 0 auto;
	width: 934px;
	height: 100%;
}
.loginall input{
	border-radius: 2px;
	background-color: #131313;
	height: 38px;
	margin-top: 5px;
	border: none;
	color: #987542;
	padding-left: 10px;
	margin-bottom: 6px;
}
.smallbar_two{	
	position: relative;	
	width:934px; 
	margin:0 auto;
	font-size: 13px;	
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}
.smallbar_text{
	color: #f9f9f9;
}
.smallbar_text span:last-child{
	color: #887c77;		
}
/* .smallbar_a{
	margin-right: 267px;
} */
.smallbar_a a{
	padding: 0 4px;
}
.top_box{
	position: relative;
	display:flex;
	align-items:center;
}
.Llogo{
	position: absolute;
	top: -10px;
	left: 0;
}
.mobilemenu,
.mobileLog {
	display: none;
}
.mobileLog a{
	color: #6F6248;
}
.mobilemenu a,
.mobileLog a{
	display: block;
}

.Llogo a{
	display: block;
}
/* .Llogo a img{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
} */
.right_login{		
	/* display: none; */
	position: relative;
	width: 100%;
	height: 50px;	
	background-image: url(../images/loginbg.png);		  
}
.right_login:after{
	content: ""; 
	display: block;	
	clear: both; 	
}
.loginL{
	position: relative;
	margin: 0 auto;
	width: 934px;
	/* margin-top: 60px; */
}
.loginp{
	position: relative;
	display: flex;		
	justify-content: end;
}
.loginT{
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'EsaManru';
	color: #f9f9f9;
}
.login_inputtt{
	position: relative;	
	margin-right: 10px;
}
.login_inputtt li{
	float: left;
	margin-left: 10px;
}
.login_inputtt li::after{
	content: '';
	display: block;
	clear: both;
}
.login_inputt{	
	border-radius: 2px;
	background-color: rgb(13, 13, 13);		
	width: 100%;
	border: none;
	height: 38px;
	color: #987542;
	padding-left: 10px;
	margin-top: 6px;	
}
.login_btn{
	position: relative;	
}
.logclose{
	position: relative;	
	display: none;
}
.logclose a{
	position: absolute;
	right: 17px;
	top: -85px;
	display: block;
}
.login_btn li{
	float: left;	
}
.login_btn li:first-child{
	margin-right: 10px;
}
.login_btn li::after{
	content: '';
	display: block;
	clear: both;
}
.login_btn li a{
	width: 100%;
	border: 1px solid #ffeaa3;
	margin-top: 6px;
	height: 38px;
	padding: 0 14px;
	background-color: #0d0d0d;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 18px;
	font-family: 'EsaManru';
}
.login_next{
	position: relative;		
	margin-top: 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.lo_n_img{
	margin-bottom: 10px;
}
.lo_n_text{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #b49270;
	padding-top: 10px;
	font-size: 14px;
}
.top_banner{
	position: relative;
	float: left;
	margin-top: 10px;
}
.b_lefttext{
	position: relative;	
	background: url(../images/top_banner.png)center no-repeat;
	width: 1170px;
	height: 664px;
	margin-left: -179px;
	margin-top: -35px;
	margin-bottom: -55px;
}
.b_lefttext a{	
	position: absolute;
	bottom: 243px;
	left: 289px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 226px;
	height: 48px;
	font-family: 'EsaManru';
	font-size: 16px;
	border-radius: 48px;
	z-index: 47;
	background: url(../images/topBtn.png) no-repeat;	
}
.b_lefttext img{
	display: none;
}
.second_banner{
	position: relative;
	float: left;	
}
.second_banner::after{
	content: '';
	display: block;
	clear: both;
}
.second_banner li{
	float: left;
	margin-right: 14px;
}
.second_banner li:last-child{
	margin: 0;
}

.second_banner::after{
	content: '';
	display: block;
	clear: both;
}


.third_banner{
	position: relative;	
	float: left;
	width: 100%;
	margin-top: 14px;
}
.third_banner::after{
	content: '';
	display: block;
	clear: both;
}
.thrid_bg{
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/JACKpot.png) no-repeat;
	height: 187px;
	width: 942px;	  
}
/* textgradient */
.thrid_text{
	background:linear-gradient(0deg, rgb(255,178,44) 0%, rgb(255,240,159) 65%);
	color: transparent;
	-webkit-background-clip: text;
	font-size: 48px;
	font-family: 'EsaManru';
	padding-top: 90px;
	font-weight: 700;
}

.mainboard{
	position: relative;
	margin-top: 14px;
	float: left;
	width: 100%;
	display: flex;
}
.mainboard::after{
	content: '';
	display: block;
	clear: both;
}
.board_box{
	float: left;		
	margin-right: 14px;
}
.board_box::after{
	content: '';
	display: block;
	clear: both;
}
.board_box h1{
	display: flex;
	align-items: center;		
	background: url(../images/board_bg.png);
	width: 304px;
	height: 48px;
	font-size: 18px;
}

  
.board_box h1 span{
	padding-left: 16px;
	background:linear-gradient(0deg, rgb(255,178,44) 0%, rgb(255,240,159) 42%, rgb(255,178,44) 100%);
	color: transparent;
	-webkit-background-clip: text;	
}
.board_box ul{
	position: relative;
	font-size: 12px;
	background-color: #222;
	padding: 6px 10px;
}
.board_box ul li{
	line-height: 32px;
}
.board_box ul li a{
	display: flex; 
	align-items: center;
	justify-content: space-between;
}
.board_box ul li a span:first-child{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 190px;

}
.board_box ul li a span:last-child{
	color: #887c77;
}

.telegram_btn{
	position: relative;
	margin-top: 14px;
	float: left;
	background: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 942px;
	padding: 20px 0;
}
.telegram_btn span{
	color: #f9f9f9;
	padding-right: 10px;
}
.telegram_btn span span{
	color: #ffb22c;
}
.telegram_btn a{	
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 48px;
	font-family: 'EsaManru';
	font-size: 16px;
	border-radius: 48px;
	z-index: 47;
	background: linear-gradient(#b38a4d 0%, #574028 58%);
}






.gnb{
	float:left; 
	width:100%; 
	height:100%;
}
.gnb::after{
	clear: both;
	display: block;
	content: '';
}
.gnb ul{
	width:100%; 
	height:100%; 
	display:flex; 
	align-items:center;
	margin-left: 180px;
	margin-top: 30px;
}
.gnb ul::after{
	background: url(../images/menuBg.png) no-repeat;
	width: 774px;
	height: 58px;
	content: '';
	z-index: 0;
	position: absolute;	
}
.gnb ul li{
	display:flex; 
	align-items:center; 
	justify-content:center; 
	margin:0 10px;
	padding: 10px 0;
	z-index: 1;
}
.gnb ul li:first-child{
	margin-left: 80px;
}
.gnb ul li a{
	display:flex; 
	flex-direction: column; 
	align-items: center;
	min-width:80px; 
	padding:0 20px; 
	font-family: 'EsaManru'; 
	font-weight:300; 
	font-size:18px; 
	color:#ffffff; 
	transition:all 0.3s;}
.gnb ul li a span{
	font-size:10px; 
	color:#91746f;
}
.gnb ul li a:hover{
	color:#ffd92a;
}
.gnb ul li a:hover span{
	color:#999999;
}

.mbmenulist{
	position: absolute;
	right: 88px;
	top: 27px;
}
.mbmenulist a{
	display: none;
}
/* bottom logos */
.bottom_logos{
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
.bt_lg{
	margin-top: 30px;
}
.bt_logoo{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}
.bt_logoo a{
	background: #0b0b0b;
	margin-right: 8px;
	width: 144px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;	
	float: left;
}
.bt_logoo a::after{
	content: '';
	clear: both;
	display: block;
}

.bt_logoo a:hover{
	background: #222;
}


.foter{
	position: relative;
	width: 100%;
	margin-top: 40px;
}
.fo_text{
	margin: 0 auto;
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #797979;
	font-size: 18px;
	padding: 40px 0;
}





/* 팝업메뉴 */
.pp_bg{
	display: none;
}





.pp_bg{
	position: fixed;	
	background: rgba(0, 0, 0, 0.75);
	z-index: 999;
	inset: 0px;
}
.pup_content{
	position: relative;
	margin-top: 100px;
}
.pup_ctt{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
	border: 3px solid #A69575;
	background: #222;
}
.pup_ctt::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, rgba(255, 245, 227, 0.00) 0%, #FFF5E3 52.08%, rgba(255, 245, 227, 0.00) 100%);
	top: -3px;
}
.pup_logo{
	position: relative;
	display: flex;	
	justify-content: center;
	height: 60px;
}
.pup_logo h1{
	position: absolute;
	top: -80px;
	z-index: 999;
}
.pup_logo span{
	position: absolute;
	right: 0;
	cursor: pointer;
}


.pup_menu{
	position: relative;
	width: 100%;
	/* padding: 20px; */
	background: #131313;
}
.pup_menu::after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	background: #BCAA88;
	top: 0;
	left: 0;
}
.soput_height{
	position: relative;
	min-height: 30vh;
	max-height: 60vh;
	overflow-y: auto;	
	width: 100%;
}
.so_pup{
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.so_pup h1{	
	font-weight: 300;
	color: #f9f9f9;
	margin-left: 20px;
	font-size: 16px;
	line-height: 40px;
}
textarea{
	margin-top: 20px;
	background: #131313;
	width: 100%;
	border: none;
	padding: 10px;
	color: wheat;
}
.so_pup h1::after{
	content: '';
	height: 40px;
	width: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #efb664;
}
.so_btn{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.so_btn a:first-child{
	margin: 0 20px;
	color: #303030;
	height: 50px;
	justify-content: center;
	display: flex;
	align-items: center;
	width: 106px;
	border-radius: 50px;
	background: linear-gradient(0deg, #9B9589 0%, #837E76 40.77%, #F8F1E3 100%);
}
.so_btn a:last-child{
	margin: 0 20px;
	color: #131313;
	height: 50px;
	justify-content: center;
	display: flex;
	align-items: center;
	width: 106px;
	border-radius: 50px;
	background: linear-gradient(0deg, #997F50 0%, #7F6C47 40.77%, #FFE7BB 100%);
}
.pup_menu ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pup_menu li{
	position: relative;	
	box-sizing: border-box;
}
.pup_menu li a{
	height: 60px;
	position: relative;
	display: block;	
	margin: 0 20px;
	color: #7A7A7A;
	padding: 20px 10px;
}
.pup_menu li a:hover{
	color: #FFEAC2;
	border-bottom: 2px solid #FFEAC2;
	transition: 0.3s all;
}
.pup_menu li.active a{
	color: #FFEAC2;
	border-bottom: 2px solid #FFEAC2;
	transition: 0.3s all;
}




/* 입금신청 */
.pup_sd{
	position: relative;
	margin-top: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.sd_text{
	position: relative;
	width: 550px;
	margin: 0 auto;
	font-size: 13px;
	color: #7A7A7A;
	line-height: 18px;
}
.sd_mo{
	position: relative;
	width: 550px;
	margin: 0 auto;	
}
.sd_mo_mo{
	position: relative;	
	margin-top: 10px;
}
.sd_mo_mo li{
	width: 100%;
	padding: 6px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sd_mo_mo li span{
	font-size: 20px;
	padding-right: 10px;
	color: #7A7A7A;
}
.sd_mo_mo li input{
	width: 420px;
	height: 50px;
	padding: 0 10px;
	font-size: 18px;
	text-align: end;
	background: #131313;
	border: none;
	outline: none;	
	color: #FFD073;
}
input::placeholder{
	color: #FFD073;
}

.sd_btn{
	position: relative;
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.sd_btn a{
	margin-right: 10px;
	display: block;	
	color: #131313;
	text-align: center;
	line-height: 40px;	
	height: 40px;
	width: 80px;
	border-radius: 50px;
	background: var(--1, linear-gradient(0deg, #997F50 0%, #7F6C47 40.77%, #FFE7BB 100%));
}
.sd_btn a:last-child{	
	color: white;
	background: linear-gradient(180deg, #FFA2A2 0%, #AE3838 52.23%, #DD4D4D 100%);
}
.me_send{
	position: relative;
	text-align: center;	
	margin: 20px 0;
}
.me_send p{
	font-size: 12px;
	padding: 10px 0;
	color: #f9f9f9;
}
.me_send p span{
	color: #ffb22c;
}
.me_se_btn{
	position: relative;
	display: flex;
	margin: 10px 0;
	justify-content: center;
}
.me_se_btn a{	
	width: 336px;
	color: #FFCF73;	
	font-size: 20px;
	font-weight: 500;
	line-height: 50px;
	height: 50px;
	display: block;	
	border-radius: 50px;
	border: 1px solid #A69575;
	background: #000;
}




/* 입금내역 */
.pup_sd{
	position: relative;
	width: 100%;	
}
.mo_re_tt,
.mo_re_te{
	width: 100%;
	background: #303030;
	height: 40px;
	font-size: 16px;
	color: #f9f9f9;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.event,
.eventt{
	display: flex;
	justify-content: space-between;
}
.event span:first-child{
	padding-right: 60px;
	
}
.mo_re_te{
	background: none;
	font-size: 13px !important;
	border-bottom: 1px solid #303030;
}
.mo_re_tt span,
.mo_re_te span{
	width: 25%;
	text-align: center;
	line-height: 40px;
}
.eve_T{
	color: #28F5D0 !important;
}
.mo_re_tt span:first-child,
.mo_re_te span:first-child{
	padding-right: 60px;
}
.eventt span:first-child{
	padding-right: 0 !important;
}
.mo_re_tt span:last-child,
.mo_re_te span:last-child{
	padding-left: 60px;
}
.mo_re_te span:first-child{
	color: #FFCF73;
}
.money{
	padding-right: 0 !important;
}
.mo_finish{
	color: #31E6A4;
}
.mo_cancel{
	color: #E63131;
}

.pup_sd{
	display: none;
}

.pup_sd.active{
	display: block;
}




/* 다음페이지 */
.next_page{
	position: relative;
	margin: 10px 0;	
}
.next_page ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.next_page ul li button{	
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #303030;
	background: #131313;
	color: #7A7A7A;
}
.next_page ul li button:hover{
	border: 1px solid #FFEAC2;
	background: #303030;
	color: #FFEAC2;
}
.next_page svg{
	margin-top: 12px;
}

.menuEight{
	display: block !important;
}


/* 답변 */
.answera{
	display: block !important;
}
.answer{
	width: 100%;
	position: relative;	
	border: 2px solid #B4A381;
	background: #131313;
	margin-top: 20px;
	padding: 20px;
}
.answer p{
	color: #31E6A4;
}





/* 게임가이드 */
.game_gd{
	position: relative;
	width: 100%;
	background-color: #050505;	
}
.game_gd ul{	
	display: flex;
	align-items: center;
	justify-content: center;
}
.game_gd li{
	padding: 10px 0;
}
.game_gd li a{
	display: block;
	color: #7A7A7A;
	height: 40px;
	width: 104px;
	margin: 0 10px;
	text-align: center;
	line-height: 40px;
}
.game_gd li a:hover{
	height: 40px;
	width: 104px;
	color: #131313;
	margin: 0 10px;
	border-radius: 50px;
	background:linear-gradient(0deg, #997F50 0%, #7F6C47 40.77%, #FFE7BB 100%);
}
.game_gd li.active a{
	height: 40px;
	width: 104px;
	color: #131313;
	margin: 0 10px;
	border-radius: 50px;
	background:linear-gradient(0deg, #997F50 0%, #7F6C47 40.77%, #FFE7BB 100%);
}

/* 바카라 내용 */
.baccart_list{
	position: relative;
	width: 100%;
	min-height: 30vh;
	max-height: 60vh;
	overflow: hidden;
	overflow-y: auto;	
}

.baccart_list::-webkit-scrollbar,
.black_list::-webkit-scrollbar,
.roulet_list::-webkit-scrollbar,
.slout_list::-webkit-scrollbar,
.soput_height::-webkit-scrollbar{
	width: 10px;
}
.baccart_list::-webkit-scrollbar-track,
.black_list::-webkit-scrollbar-track,
.roulet_list::-webkit-scrollbar-track,
.slout_list::-webkit-scrollbar-track,
.soput_height::-webkit-scrollbar-track{
	background: #000;
}
.baccart_list::-webkit-scrollbar-thumb,
.black_list::-webkit-scrollbar-thumb,
.roulet_list::-webkit-scrollbar-thumb,
.slout_list::-webkit-scrollbar-thumb,
.soput_height::-webkit-scrollbar-thumb{
	background: #303030;
}
.ge_gd_on,
.ge_gd_tw,
.ge_gd_tr{
	margin-top: 20px;
	background: #131313;
	padding: 30px;
}
.ge_gd_on h3,
.ge_gd_tw h3,
.ge_gd_tr h3,
.ge_gd_tt h3{	
	color: #FFEAC2;	
}
.ge_gd_on p,
.ge_gd_tw p,
.ge_gd_tr p{
	color: #f9f9f9;
	font-size: 14px;
	font-weight: 300;
	padding: 20px 0;
}





.bac_li{
	position: relative;
	width: 100%;
	padding: 20px;
	background: #131313;
	margin-top: 20px;
	overflow-x: auto;
}
.bac_li h3{
	color: #FFEAC2;
	margin-bottom: 20px;
}
.bac_li p{
	font-size: 14px;
	color: #f9f9f9;
	margin-bottom: 20px;
}
.bac_li table{
	width: 100%;
	table-layout: fixed;	
}
.bac_li tr{	
	font-size: 14px;
	text-align: center;
}
.bac_li td:nth-child(1){
	background: #BCAA88;
	width: 25%;	
	padding: 10px;
} 
.bac_li td:nth-child(2){
	width: 75%;	
	padding: 10px;
	background: #BCAA88;
}
.bank_title td:nth-child(1){
	background: #BCAA88;
	width: 25%;	
	padding: 10px;
}
.bank_title td:nth-child(2){
	background: #BCAA88;
	width: 38%;	
	padding: 10px;
}
.bank_title td:nth-child(3){
	background: #BCAA88;
	width: 38%;	
	padding: 10px;
}
.roulet_title td:nth-child(1){
	background: #BCAA88;
	width: 30%;
	padding: 10px;
}
.roulet_title td:nth-child(2){
	background: #BCAA88;
	width: 50%;	
	padding: 10px;
}
.roulet_title td:nth-child(3){
	background: #BCAA88;
	width: 20%;	
	padding: 10px;
}
.bc_list{
	position: relative;
	color: #f9f9f9;
}
.bc_list td{
	background: #222222 !important;
	padding: 10px;
}
.bc_list td font,
.bc_list td span{
	color: #FFB930;
}
.bc_li_wi{
	width: 75% !important;
}


/* 블랙잭내용 */
.black_list{
	position: relative;
	width: 100%;
	min-height: 30vh;
	max-height: 60vh;
	overflow: hidden;
	overflow-y: auto;	
	display: none;
}



/* 룰렛 */
.roulet_list{
	position: relative;
	width: 100%;
	min-height: 30vh;
	max-height: 60vh;
	display: none;
	overflow: hidden;
	overflow-y: auto;	
}
.roulet_tt td:first-child{
	width: 30% !important;
	position: relative;
	padding-left: 40px;
	text-align: start;
}
.roulet_tt td:nth-child(2){
	width: 50% !important
}
.roulet_tt td:nth-child(3){
	width: 20% !important
}
.roulet_nu{
	margin-right: 10px;
	display: inline-block;
	width: 28px;
	text-align: center;
	line-height: 28px;
	background: #BCAA88;
	height: 28px;
	border-radius: 28px;
	color: #131313;	
}
.roulet_tt td:first-child span{
	margin-right: 20px;
	color: #131313;
}




/* 슬롯 */
.slout_list{
	position: relative;
	width: 100%;
	min-height: 30vh;
	max-height: 60vh;
	overflow: hidden;
	overflow-y: auto;	
	display: none;
}
.slout_list img{
	margin-bottom: 20px;
}
.slou_text{
	position: relative;
	color: #f9f9f9;
	margin-top: 20px;
	font-size: 13px;
}
.slou_text div{
	margin-bottom: 10px;
}
.slou_text span{
	display: inline-block;
	margin-right: 10px;
	height: 28px;
	width: 28px;
	background: #BCAA88;
	text-align: center;
	border-radius: 28px;
	color: #222;
	line-height: 28px;
}






/* 라이브카지노 */
.Live_casino{
	position: relative;
}
.casino_list{
	position: relative;
	width: 100%;
	margin-top: 20px;
	min-height: 30vh;
	max-height: 60vh;
	overflow-y: auto;
}
.casino_list li{
	float: left;
	margin: 0 14px 14px 0;
}
.casino_list li::after{
	content: '';
	display: block;
	clear: both;
}
.casino_list li a{
	display: block;
}
.casino_list li:nth-child(5),
.casino_list li:nth-child(10){
	margin: 0;
}




/* 마이페이지 */
.id_sett{
	position: relative;
	padding: 20px;
	background-color: #131313;
}
.id_width{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
.id_width span:first-child{
	display: block;
	width: 20%;
	color: #f9f9f9;
}
.id_width span:last-child{
	width: 80%;
	display: block;
	color: #FFEAC2;
}


.menuNine{
	display: block !important;
}

/* 로그인후 */
.log_after{
	position: relative;	
	display: none;
}
.lo_af_h{
	position: relative;
	margin: 0 auto;
	width: 934px;
	display: flex;
	align-items: center;
	justify-content: end;
}
.lo_af_h h3{
	font-weight: 300;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	font-size: 16px;	
}
.lo_af_m{	
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	margin-right: 10px;
	margin-top: 3px;
	background-color: rgb(13, 13, 13);	
}
.lo_af_t{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
	line-height: 30px;
	border-bottom: 1px solid #a89777;
}
.lo_af_t span:first-child{
	color: #f9f9f9;
	margin-right: 10px;
}
.lo_af_t span:last-child{
	color: #FFB930;
}
.lo_af_t span:last-child font{
	color: #828282;
}
.lo_color{
	color: #32ffb4 !important;
}
.mes_color{
	cursor: pointer;
	color: #dd4d98 !important;
}

.logout a{
	display: block;
	color: #efb664;
	padding: 10px 10px;
	background-color: rgb(13, 13, 13);
	border: 1px solid #a89777;
	text-align: center;
}



/* 모바일 조정 */
@media (max-width:780px) 
	{
    .wrap{
		background-size:cover;
	}
	.logout{
		margin-top: 10px;
	}
	.header_wrap,	
	.lec_ric,
	.top_box{
		position: relative;
		width: 100%;
	}
	.top_box::after{
		content: '';
		background: linear-gradient(90deg, rgba(255, 245, 227, 0.00) 0%, #FFF5E3 52.08%, rgba(255, 245, 227, 0.00) 100%);
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.b_lefttext img{
		padding:  0 10px 10px 10px;
		width: 100%;
		margin-top: 20px;
		display: block;
	}
	.top_box{
		justify-content: space-between;
		background: rgba(0, 0, 0, 0.5);
	}
	.gnb,
	.smallbar_two,
	.right_login,
	.top_smallbar{
		display: none;		
	}
	.gnb{
		position: fixed;		
		height: 100vh;
		z-index: 100;
		inset: 0;
		background: rgba(0, 0, 0, 0.75);
	}
	.gnb ul{
		display: block;
		width: 80%;
		/* height: 100%; */
		background: #222;
		margin-right: 20px;
		margin-left: 0;
		padding-top: 80px;
		margin-top: 0;
	}
	.gnb ul li{		
		display: block;
		background: #131313;
		padding: 10px 0;
		border: 1px solid #BCAA88;
		margin-bottom: 10px;
	}
	.gnb ul li a{
		color: #FFEAC2;
	}
	.logclose{
		display: block;		
	}
	.b_lefttext{
		width: 100%;
		margin-bottom: 10px;
	}
	.b_lefttext a{
		bottom: 0;
		left: 84px;
	}
	.Llogo{
		position: relative;
	}
	.Llogo a img{
		height: 60%;
		width: 60%;
		padding: 10px;
	}
	.Llogo a{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.second_banner,
	.second_banner li,
	.second_banner li a img{
		width: 100%;
	}
	.second_banner li{
		margin: 0;
		margin-bottom: 10px;
	}
	
	.second_banner li a{
		display: block;
	}
	.second_banner,
	.third_banner{
		padding: 0 10px;		
	}	
	.thrid_bg{
		position: relative;
		width: 100%;
		height: 100%;
		background: #222222;
		border: 1px solid #ffd57b;
	}
	.thrid_text{
		text-align: center;
		font-size: 38px;
		padding: 30px 0;
	}	
	.mainboard{
		padding: 0 10px;
		margin-top: 0;
	}
	.mainboard,
	.board_box,
	.board_box h1,
	.board_box ul{
		display: block;
		position: relative;
		width: 100%;
		margin-right: 0;
	}
	.board_box{
		margin-top: 20px;
	}
	.board_box h1{
		display: flex;
		align-items: center;
		background: #131313;
		border: 1px solid #ffd57b;
	}
	.telegram_btn{
		width: 100%;
		padding: 10px;
		font-size: 14px;
	}
	.telegram_btn a{
		font-size: 12px;
		padding: 0 15px;
	}
	.bottom_logos{
		padding: 10px;
	}
	.bt_logoo,
	.bt_lg,
	.bottom_logos{
		width: 100%;
	}
	.bt_logoo a{		
		width: 50%;
		margin-right: 0;
		
	}
	.bt_logoo{
		display: block;
		margin-top: 0;
		
	}
	.foter,
	.fo_text{
		width: 100%;
	}
	.mobilemenu,
	.mobileLog {
		margin: 0 10px 0 10px;		
		display: block;
		z-index: 110;
	}
	.mobileLog{
		z-index: 1;
	}
	.mobileLog a:last-child{
		display: none;
	}
	.b_lefttext{
		background: none;
		height: 100%;
		margin-left: -2px;
	}
	/* .pp_bg{
		display: block;
	} */
	.pup_content,
	.pup_ctt{
		width: 100%;
	}
	.pup_ctt{
		font-size: 14px;
	}
	.mo_re_tt span{
		padding: 0;
		float: left;
	}
	.mo_re_tt span::after{
		content: '';
		display: block;
		clear: both;
	}
	
	.mo_re_tt span:first-child,
	.mo_re_tt span:last-child,
	.mo_re_te span:first-child,
	.mo_re_te span:last-child{
		padding-right: 0;
		padding-left: 0;
	}
	.mo_re_te span:first-child{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 95px;
	}
	/* .id_width{
		width: 100%;
		display: block;
	} */
	.id_width span:first-child{
		width: 40%;
	}
	.id_width span:last-child{
		width: 60%;
	}
	.pup_menu li a{
		margin: 0;
	}
	.casino_list{
		width: 100%;
	}
	.casino_list li{		
		float: left;
		margin: 0;
		width: 50%;
	}	
	.casino_list li a{
		margin-bottom: 6px;
	}
	.casino_list li a img{
		width: 95%;
	}
	.game_gd ul{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.game_gd ul li{
		padding: 0;
		width: 25%;
	}
	.game_gd ul li a,
	.game_gd li.active a{
		width: 100%;
		margin: 0;
		
	}
	.game_gd li a:hover{
		width: 100%;
		margin: 0;
	}
	.ge_gd_on,
	.ge_gd_tw,
	.ge_gd_tr{
		padding: 14px;		
	}
	.ge_gd_on img{
		width: 100%;
	}
	.bac_li table{
		table-layout: auto;		
	}	
	.sd_text,
	.sd_mo{
		width: 100%;
	}
	.sd_btn{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
    	flex-wrap: wrap;
	}
	
	.sd_btn a{		
		width: 45%;			
		display: inline-block;	
		margin-bottom: 10px;		
		margin-right: 6px;	
	}
	.sd_mo_mo li{
		display: block;
	}	
	.sd_mo_mo li span{
		font-size: 16px;
	}
	.sd_mo_mo ul{
		width: 100%;
	}
	.sd_mo_mo li input{
		width: 100%;
	}
	.mbmenulist a{
		display: block;
	}
	.gnb ul::after{
		background: none;
	}
	.gnb ul li:first-child{
		margin-left: 10px;
	}
	
	.loginL{		
		position: relative;
		width: 100%;
		/* position: fixed; */
		/* height: 100vh; */
		z-index: 100;
		/* inset: 0;		 */
	}
	.loginp{				
		/* width: 80%;		 */		
		background: #222;		
		/* margin-left: 80px; */
		height: 100%;
		position: relative;		
		margin-top: 80px;
		padding-left: 8px;
	}
	.login_inputtt{
		width: 100%;
	}
	.login_inputt{
		margin-top: 6px;
		width: 100%;
	}
	
	.login_inputtt li{
		width: 100%;
		margin: 0;
	}
	.login_btn{
		position: relative;
		margin-right: 10px;
	}
	.login_btn li{
		width: 100%;
	}
	.log_after{
		margin-top: 88px;		
		display: block;
		width: 100%;
		
	}
	.lo_af_h,
	.lo_af_m,
	.lo_af_t{
		display: block;
	}
	.lo_af_h h3{
		color: white;
	}
	.right_login{
		background-image: none;
		position: relative;
		padding: 10px;
		background: #222;
		height: 100vh;
	}
	.logclose a{
		right: 0;
		left: 6px;
		top: 26px;
	}
	.lo_af_h{
		width: 100%;
	}
	.lo_af_m{
		margin-right: 0;
	}
}



.mouseover1:hover{
	animation-name: mouseover1;
	-webkit-animation-name: mouseover1;	

	animation-duration: 0.2s;	
	-webkit-animation-duration: 0.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes mouseover1 {
	0% {
		transform: scale(1.05);
	}		
	100% {
		transform: scale(1);
	}			
}


/* mouseover2 */
.mouseover2:hover{
	animation-name: mouseover2;
	-webkit-animation-name: mouseover2;	

	animation-duration: 0.5s;	
	-webkit-animation-duration: 0.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes mouseover2 {
	0% {
		transform: scale(1.05); opacity:0.1;
	}		
	100% {
		transform: scale(1); opacity:1.0;
	}			
}
