@charset "utf-8";
.wrap{
	width:100%; 
	min-height:100vh; 
	overflow:hidden; 
	background-color: #070707;
	/* 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;
	box-sizing: border-box;	
}
a{
	color:#f9f9f9; 
	text-decoration:none;
}
ul,li {
	margin:0; 
	list-style:none;
}

/* 상단로그인 */
.header{
	position: relative;
	width: 100%;
	background-color: #070707;
}
.headerT{
	position: relative;
	height: 60px;
	line-height: 63px;
	border-bottom: 1px solid #00FF01;
}
.headerA{
	margin: 0 auto;
	width: 1290px;
}
.leftbtn{		
	float: left;
}
.leftbtn a{
	display: flex;
}
.leftbtn a img{
	margin-right: 10px;
}
.rightLogin{
 float: right;
}
.headerA::after{
	content: '';
	clear: both;
	display: block;
}
.login{
	position: relative;
	display: flex;	
	align-items: center;
}
.Ticon{
	position: absolute;
	top: 8px;
	right: 220px;
}
.Ticon a{
	margin-right: 20px;
	display: flex;	
}
.joinLL{
	position: absolute;
	right: 0;
	top: -71px;
}
.joinL a:first-child,
.joinLL a:first-child{
	padding: 10px 20px;
	margin-right: 10px;
	color: #00FF01;
	border-radius: 8px;
	border: 1px solid #00FF01;
}
.joinL a:last-child,
.joinLL a:last-child{
	padding: 10px 20px;
	background-color: #00FF01;
	border-radius: 8px;
	color: #000;
}
.headMenu{
	position: relative;
	height: 80px;
	background-color: #000;
}
.headMenu::after{
	content: '';
	display: block;
	clear: both;	
}
.menuB{
	position: relative;
	margin: 0 auto;
	font-size: 18px;
	line-height: 80px;	
	width: 1290px;
	background: url(../images/menu_background3.png);	
	background-repeat: no-repeat;
	font-family: 'GmarketSansMedium';	
	color: #F4F6F9;
	z-index: 999;
}
.m_menu{
	width: 100%;
	float: left;
}
.m_menu > .m_close{
	display: none;
}
.m_menu::after{
	clear: both;
	display: block;
	content: '';
}
.m_menu_icon{
	display: none;
}
.m_all{
	position: relative;
	width: 100%;
}
.m_all > .m_close{
	display: none;
}

.menuleft{
	float: left;
	display: flex;
}
.menuleft li{
	padding-right: 30px;
	/* width: 60%; */
}

.menuleft li a,
.menuright li a{
	display: flex;
}

.menuleft li a,
.menuright li a{
	/* filter: grayscale(0);
	opacity: 1;
	color: #00FF01; */
	/* display: block; */
	
}
.menuleft li a:hover,
.menuright li a:hover{
	filter: grayscale(100%); 
	transition: all 0.3s;
	opacity: 0.6;
}
.menuleft li a img,
.menuright li a img{
	margin-right: 8px;
	margin-bottom: 5px;
}
.logo{	
	float: left;
	margin-left: 146px;
	padding-top: 16px;
	z-index: 0;
}
.logo a img{
	width: 114px;
}
.rightLogin::after{
	content: '';
	clear: both;
	display: block;
}
.menuright{
	float: right;
	display: flex;
}
.menuright li{
	padding-left: 30px;
}
.menuB::after{
	content: '';
	clear: both;
	display: block;
}

/* 배너 */
.nav{
	position: relative;
	margin: 0 auto;
	width: 1290px;
	height: 412px;
}
.banner{
	position: absolute;
	z-index: 1;
	top: 0;
}
.m_banner{
	display: none;
}

/* 콘텐츠1 */
.content1{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	height: 327px;
	z-index: 1;
	width: 1290px;
	background: url(../images/content1_bg.png);
	background-repeat: no-repeat;
}
.leftbanner,
.rightbanner{
	float: left;
	padding: 0 20px;
}
.content1::after{
	content: '';
	display: block;
	clear: both;	
}

.leftbanner:hover img,
.rightbanner:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/* 콘텐츠2 */
.content2{	
	width: 100%;
  position: relative;
	margin-top: 7px;
}
.jackpot{
	width: 1290px;
  margin: 0 auto;
	height: 159px;
	background: url(../images/C2_banner.png) center top no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jackpot p{
	padding-top: 60px;
	font-size: 56px;
	color: #FFF200;
	font-family: 'Gangwon';
}

/* 콘텐츠3 */
.content3{
	position: relative;
	margin: 0 auto;
	width: 1290px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.leftlist{
	width: 590px;
	margin-top: 40px;
	margin-right: 10px;
	padding: 10px 20px;
	border-radius: 20px;
	background: #000;
}

.title{		
	padding: 4px 0;
	line-height: 60px;
	height: 60px;
	display: flex;
	justify-content: space-between;
}
.title a{
	position: relative;
}
.title a::after{
	content: '';	
	top: 21px;
	left: -29px;
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(../images/more_icon.svg);
	background-repeat: no-repeat;
}
.title h1{
	font-size: 20px;
	color: white;
}
.c4Llist a{
	display: flex;
	line-height: 40px;
	justify-content: space-between;
}
.c4Llist a:hover{
	background: #343333;
	transition: all 0.3s;
}
.c4Llist a span:last-child{
	color: #6F7076;
}
.rightlist{
	width: 590px;
	margin-top: 40px;
	margin-left: 10px;
	padding: 10px 20px;
	border-radius: 20px;
	background: #000;
	/* float: left; */
}


/* footer */
.footer{
	margin-top: 40px;
	position: relative;
	width: 100%;
	background: #000;
}
.footerw{
	margin: 0 auto;
	width: 1290px;
	height: 156px;
}
.footericons{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footericons a{
	padding: 0 6px;
	margin-top: 46px;
	filter: grayscale(100%); 
	transition: all 0.3s;
	opacity: 0.6;
}
.footericons a:hover{
	filter: grayscale(0);
	opacity: 1;
	color: #00FF01;
}

/* 입금팝업창 */
.popupO{
	display: none;
}
.pupup1B{
  opacity: 0.8;
  visibility: visible;
  background-color: rgb(0, 0, 0);
  position: fixed;
  inset: 0px;
  z-index: 1000;
  transition: 0.3s;
}
.popup1{
		opacity: 1;
    position: fixed;
    overflow: auto;
    z-index: 10001;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    display: block;
	}
.popup_in{
	opacity: 1;
	position: relative;
	vertical-align: top;
	visibility: visible;
	margin-top: 160px;
}
.popup_ino{
	margin: 0 auto;
	width: 1000px;
	background-color: #070707;
	border: 2px solid #00FF01;
	border-radius: 20px;
	/* height: 600px; */
	overflow: hidden;
}
.popup_ino::after{
	clear: both;
	display: block;
	content: '';
}

.intitle{
	position: relative;
	height: 58px;
}
.intitle h1{	
	color: white;
	font-size: 24px;
	line-height: 58px;
}
.intitle h1 span{
	color: #00FF01;
}
.intitle h1 span img{
	padding: 0 20px;
}
.pupimg1{
	transform: scaleX(-1);
}
.intitle a{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}
.inmenu{
	position: relative;
	background: #000;
	height: 54px;
	/* margin-bottom: 10px; */
}
.tab_menu .list li.is_on .btn,
.tab_gmenu .list li.is_on .btn,
.tab_cmenu .list li.is_on .btn,
.tab_mmenu .list li.is_on .btn{
	/* font-weight:bold; */
	/* color:green; */
	color: #00FF01;
	transition: all 0.3s;	
	border-bottom: 2px solid #00FF01;
}
.inmenu ul{
	display: flex;
	justify-content: center;
	align-items: center;	
}
.inmenu ul li{
	box-sizing: border-box;
	display: inline-block;
	line-height: 52px;
	margin: 0 10px;
	font-size: 18px;
	padding: 0 20px;
}
.inmenu li a{	
	display: block;
	width: 100%;	
	height: 54px;
}
.inmenu li.active a{	
	color: #00FF01;
	transition: all 0.3s;	
	border-bottom: 2px solid #00FF01;
}
.inmenu li a:hover{
	color: #00FF01;
	transition: all 0.3s;	
	border-bottom: 2px solid #00FF01;
}

/* 입력창 */
.write{
	position: relative;
	/* background: #000; */
	border-radius: 10px;
	margin:  0 auto;
	float: left;
	/* display: none; */
	padding: 10px;
}
.new_width{
	position: relative;
	margin: 0 20px;
}
.new_width::after,
.write::after {
	content: '';
	display: block;
	clear: both;
}
.new_width > .write{
	width: 100%;
}

.writet{
	position: relative;	
}
/* .in_top{
	margin-top: 20px;
} */
.textS{
	padding-top: 10px;
	float: left;
	width: 100%;
}
.textS p{
	text-align: center;
	border: 1px solid #165816;
	background: #020D02;
	border-radius: 10px;	
	padding: 10px;
	font-size: 13px;
	color: #3BA13C;
}
.inText{
	position: relative;
	width: 100%;
	background: #000;
	border-radius: 10px;
	margin-top: 10px;
	float: left;
	padding: 20px;
}
.intextn{
	position: relative;
	display: flex;
	height: 50px;
	margin-bottom: 10px;
	justify-content: space-between;
}

.intextnn{
	margin-bottom: 0 !important;
}
.newinText{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inTextO{
	line-height: 50px;
	border-radius: 4px;
	/* background: #131313; */
	margin-bottom: 2px;
	width: 100%;
	display: flex;
	margin-right: 6px;
}

.inTextO span{
	width: 220px;
	background: #070707;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px 0 0 4px;
}
.inTextO input{
	background: #131313;
	color: #FFD900;
	width: 100%;
	border-radius: 0 4px 4px 0;
	padding-right: 10px;
	border: none;
	text-align: end;
	font-size: 20px;
}
.inTextO input::placeholder{
	color: #FFD900;
	font-size: 20px;
}
.intpas{
	margin-right: 0 !important;
}
.intpas > .intwidth{
	border-radius: 0 4px 4px 0 !important;
}
.intpas > .intwidthm{
	border-radius: 0 4px 4px 0 !important;
}
.intpas > .intwidthm::placeholder,
.intpas > .intwidth::placeholder{
	text-align: end;
	color: #FFD900;
}

.intpas input{
	border-radius: 4px !important;
	margin-right: 6px;
	padding: 10px;
}
.inTextO a{
	color: #00FF01;
	border: 1px solid #00FF01;
	border-radius: 4px;
	display: block;
	width: 100%;
}
.intpas input::placeholder{
	color: #414141;
	text-align: start;
	font-size: 16px;
}

.in_btn{
	position: relative;
	width: 100%;
	display: flex;
}
.in_btn button{
	height: 50px;
	width: 72px;	
	outline: none;
	color: white;
	border: none;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	background: #262626;	
	margin-right: 2px;
	box-shadow:inset 0px 1px #393939;
}
.in_btn button:last-child{
	margin-right: 0;	
	background: #821717;
}
.in_btnt{
	position: relative;
	display: flex;
	height: 52px;
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	justify-content: center;	
}
.in_btnt button{
	width: 300px;
	cursor: pointer;	
	margin-right: 3px;
	background: #00FF01;
	border-radius: 4px;
	border: none;
	font-size: 20px;
	color: #000;
	outline: none;
	font-weight: bolder;
}
/* .in_btnt button:last-child{
	color: white;
	background: #262626;
} */
.mybtnt button{
	/* width: 100% !important; */
	cursor: pointer;	
	margin-right: 3px;
	background: #00FF01 !important;
	border-radius: 4px;
	border: none;
	font-size: 24px;
	color: #000 !important;
	outline: none;
	font-weight: bolder;
}
/* .in_btnt button:last-child{
	background: #821717;
	width: 86px;
	cursor: pointer;	
	outline: none;	
	font-weight: bold;
	border-radius: 4px;
	border: none;
	color: white;
} */
.in_text{
	position: relative;
	display: flex;
	width: 100%;
	float: left;
	justify-content: center;
	padding: 26px;
}
.in_text p{
	color: white;
	font-size: 14px;
}
.in_text p span{
	color: #FFA800;
}

/* 입금내역 */
.pup_sd{
	position: relative;
	width: 100%;
	display: none;
	min-height: 30vh;
	max-height: 44vh;
	float: left;
	overflow: hidden;
	overflow-y: auto;
}
.pevent{
	display: block !important;
}
.mo_re_tt span{
	color: #7A7A7A;
}
.mo_re_tt, .mo_re_te {
	width: 100%;
	background: #131313;
	height: 40px;
	font-size: 16px;
	color: #f9f9f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coustmer_icons{
	display: flex;
	justify-content: center;
}
.coustmer_icons button{
	margin: 10px 4px 10px;
	padding: 10px 20px;
	border-radius: 4px;
	outline: none;
	border: none;
}
.coustmer_icons button:nth-child(1),
.coustmer_icons button:nth-child(3){
	border: 1px solid #00FF01;
	color: #00FF01;
	background: #000;
}
.coustmer_icons button:nth-child(2){	
	color: #000000;
	background: #00FF01;
}
.coustemre_delet{
	display: flex;
	justify-content: end;	
}
.coustemre_delet button{
	padding: 10px 20px;
	margin-right: 20px;
	border-radius: 4px;
	outline: none;
	border: none;
	color: white;
	background: #821717;
	margin-bottom: 10px;
}
.mo_re_tt span, .mo_re_te span {
	width: 25%;
	text-align: center;
	line-height: 40px;
}
.mo_re_tt span:first-child{
	color: #7A7A7A !important;
}
.mo_re_tt span:first-child, .mo_re_te span:first-child {
	padding-right: 60px;
	color: #FFD900;
}
.mo_re_ttt{
	display: flex;
	justify-content: space-between;
}
.mo_re_te {
	background: none;
	display: flex;
	justify-content: space-between;
	font-size: 13px !important;
	border-bottom: 1px solid #131313;
}
.eventt span:first-child{
	color: white !important;
}
.mo_finish{
	color: #00FF01;
}
.mo_cancel{
	color: #E63131 !important;
}	


.mo_fi_btn{
	display: flex;
	justify-content: end;
	margin: 10px 0 10px;
}
.mo_fi_btn button{
	padding: 10px;
	color: white;
	cursor: pointer;
	margin-right: 10px;
	background: #821717;
	border-radius: 4px;
	outline: none;
	border: none;
	font-size: 16px;
}

/* 라이브카지노 */
.casino_height{
	height: 600px !important;
	width: 1200px !important;
}
.Live_casino{
	position: relative;
}
.casino_list{
	position: relative;
	width: 100%;
	margin-top: 20px;
	min-height: 30vh;
	max-height: 60vh;
	overflow: hidden;
	overflow-y: auto;	
}
.casino_list ul{
	padding: 20px;
}
.casino_list li{
	float: left;
	margin: 0 14px 14px 0;
}
.casino_list ul::after{
	content: '';
	display: block;
	clear: both;
}

.casino_list li a{
	display: block;
}
.casino_list li:nth-child(5n){
	margin: 0;
}

/* 바카라 */
.baccart_list{
	position: relative;
	/* display: block; */
	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,
.casino_list::-webkit-scrollbar,
.pup_sd::-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,
.casino_list::-webkit-scrollbar-track,
.pup_sd::-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,
.casino_list::-webkit-scrollbar-thumb,
.pup_sd::-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{	
	font-size: 24px;	
	color: #00FF01;
}
.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: #00FF01;
	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: #000;
	width: 25%;	
	color: #7A7A7A;
	padding: 10px;
} 
.bac_li td:nth-child(2){
	width: 75%;	
	padding: 10px;
	color: #7A7A7A;
	background: #000;
}
.bank_title td:nth-child(1){
	background: #000;
	width: 25%;	
	padding: 10px;
}
.bank_title td:nth-child(2){
	background: #000;
	width: 38%;	
	padding: 10px;
}
.bank_title td:nth-child(3){
	background: #000;
	width: 38%;	
	padding: 10px;
}
.roulet_title td:nth-child(1){
	background: #000;
	width: 30%;
	color: #7A7A7A;
	padding: 10px;
}
.roulet_title td:nth-child(2){
	background: #000;
	width: 50%;	
	color: #7A7A7A;
	padding: 10px;
}
.roulet_title td:nth-child(3){
	background: #000;
	width: 20%;	
	color: #7A7A7A;
	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: #00FF01;
	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: #00FF01;
	text-align: center;
	border-radius: 28px;
	color: #222;
	line-height: 28px;
}




/* 고객센터 */
.soput_height{
	position: relative;
	min-height: 30vh;
	max-height: 60vh;
	overflow-y: auto;	
	width: 100%;
}
.so_pup{
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
	margin-top: 20px;
}

.so_tt_wd{
	display: flex;
	justify-content: space-between;
	background: #000;
	padding: 10px;
}
.so_tit{
	margin-right: 10px;
}
.so_tit,
.so_name{
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	width: 100%;
}
.so_tit span{
	background: #070707;
	line-height: 50px;
	border-radius: 4px;
	width: 200px;
}
.so_name span:first-child{
	background: #070707;
	line-height: 50px;
	border-radius: 4px;
	width: 200px;
}
.so_name span:last-child{
	width: 100%;
	background: #131313;
	padding: 10px;
	color: white;
	border-radius: 4px;
}
.so_tit input{
	height: 50px;
	width: 100%;
	background: #131313;
	outline: none;
	border: none;
	text-align: end;
	padding: 10px;
	color: white;
	border-radius: 4px;
}
.so_tit input::placeholder {
	font-size: 18px;
	
}


textarea{
	margin-top: 20px;
	background: #131313;
	width: 100%;
	border: none;
	padding: 10px;
	font-size: 18px;
	color: wheat;
}

.so_btn{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 20px 0;
}
.so_btnn{
	position: relative;
	display: flex;
	justify-content: end;
	line-height: 50px;
	align-items: center;
	margin: 20px 0 20px 0;
}
.so_btnn button{
	position: relative;	
	background: #821717;
	border-radius: 4px;
	outline: none;
	border: none;
	color: white;
	font-size: 16px;
	line-height: 50px;
	padding:0 20px;
}
.so_btn a:first-child{
	margin: 0 20px;
	color: #000000;
	height: 50px;
	justify-content: center;
	display: flex;
	align-items: center;
	width: 106px;
	border-radius: 4px;
	background: #00FF01;
}
.so_btn a:last-child{
	margin: 0 20px;
	color: #ffffff;
	height: 50px;
	justify-content: center;
	display: flex;
	align-items: center;
	width: 106px;
	border-radius: 4px;
	background: #626262;
}
.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;
}
.soput_height::after{
	clear: both;
	display: block;
	content: '';
}

/* 다음페이지 */
.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 #00FF01;
	background: #303030;
	color: #00FF01;
}
.next_page svg{
	margin-top: 12px;
}

.menuEight{
	display: block !important;
}


/* 답변 */
.answera{
	display: block !important;
}
.answer{
	width: 100%;
	position: relative;	
	border: 2px solid #00FF01;
	background: #131313;
	margin-top: 20px;
	padding: 20px;
	float: left;
}
.answer p{
	color: #31E6A4;
}


/* --login-- */
.popup_int{
	margin: 0 auto;
	width: 756px;
	background-color: #070707;
	border: 1px solid #313131;
	border-radius: 20px;
	min-height: 560px;
	display: grid;
	grid-template-columns:284px 1fr;
}
.leftimg{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111111;
	border-radius: 20px 0 0 20px;
}
.rightctt{
	position: relative;
	padding: 10px;
}
.right_c_icon{
	display: flex;
	justify-content: end;
}
.right_c_icon a{
	cursor: pointer;
}
.right_c_int{
	position: relative;
}
.right_c_tit{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right_c_tit span{
	color: #00FF01;
	padding: 0 20px;
	font-family: 'GmarketSansMedium';
	font-size: 30px;
}
.right_c_ttt{
	position: relative;
	font-size: 14px;
}

.right_c_ttt dl{
	/* padding: 10px; */
	margin-top: 30px;
}
.right_c_ttt dl dt{
	margin-bottom: 10px;
	text-align: start;
	font-size: 14px;
	color: white;
}
.right_c_ttt dl dd input{
	background: #242424;
	height: 50px;
	padding: 8px;
	color: white;
	border-radius: 8px;
	border: none;
	width: 100%;
}
.rt_t_b{
	position: relative;
	margin-top: 20px;
}
.rt_t_b button{
	width: 100%;
	border-radius: 8px;
	border: none;
	outline: none;
	background: #00FF01;
	cursor: pointer;
	color: #000;
	height: 50px;
	font-size: 20px;
	font-weight: bolder;
	font-family: 'GmarketSansMedium';
}



/* 회원가입 */
.popup_intt{
	margin: 0 auto;
	width: 756px;
	background-color: #070707;
	border: 1px solid #313131;
	border-radius: 20px;
	/* min-height: 560px; */
	display: grid;
	grid-template-columns:284px 1fr;
}
.right_c_ttt{
	position: relative;
	padding: 10px;
}
.idwrt{
	position: relative;
	display: flex;
	justify-content: space-between;
	color: white;
	margin-bottom: 10px;
	font-size: 14px;
}
.idtit{
	position: relative;
	display: flex;
	width: 100%;
	margin-right: 10px;
	flex-direction: column;
	margin-bottom: 4px;
}
.idtit div{
	justify-content: center;
	width: 100%;
	position: relative;
	display: flex;
}
.idtit p,
.idinpt p{
	text-align: start;
	margin-bottom: 4px;
}
.idinpt{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.idtit div input{
	width: 70%;
	margin-right: 4px;
}
.idtit div button{
	width: 30%;
	border-radius: 6px;
	color: #00FF01;
	background: #000;
	border: 1px solid #00FF01;
}
.idinpt input,
.idtit input{
	border-radius: 6px;
	outline: none;	
	border: none;
	padding: 10px;
	background: #242424;
	color: white;
	height: 40px;
	width: 100%;
}
.idinpt button{
	width: 20%;
	cursor: pointer;
	border-radius: 10px;
	outline: none;
	border: 1px solid #00FF01;
	background: #020D02;
	color: #00FF01;	
	margin-left: 10px;
}
.pstit{
	position: relative;
	display: flex;
	justify-content: space-between;
	color: white;
	font-size: 14px;
	margin-bottom: 10px;
}
.psone{
	margin-right: 10px;
}
.psone,
.pstwo{
	width: 100%;
}

.psone p,
.pstwo p{
	margin-bottom: 4px;
	text-align: start;
}
.psone input,
.pstwo input{
	width: 100%;
	border-radius: 6px;
	outline: none;
	border: none;
	padding: 10px;
	background: #242424;
	color: white;
	height: 40px;
}
.pstwow input{
	margin-top: 24px;	
	text-align: end;
	font-size: 16px;
	font-weight: bold;
}
.psone select{
	width: 100%;
	border-radius: 6px;
	outline: none;
	border: none;
	padding: 10px;
	background: #242424;
	color: white;
	height: 40px;
}

.m_bc,
.jack_mimg{
	display: none;
}
.mmorete{
	padding: 0 10px;
}
.mmorete span:first-child{
	width: 60%;
	text-align: start;
	padding-left: 20px;
}
.logom{
	display: none;
}

/* 모바일 조정 */
@media (max-width:780px) 
	{
    .wrap{
		background-size:cover;
	}
	.m_bc{
		display: block;
		width: 100%;
	}
	.headerA,
	.menuB,
	.nav,
	.logo{
		width: 100%;
	}
	.headerT{
		border-bottom: none;
		height: auto;
	}
	/* .headerA > .rightLogin{
		position: absolute;
		z-index: 9999;
		right: 0;
	} */
	
	.Ticon{
		display: none;
	}
	.Ticon a{
		margin-right: 10px;
	}
	.menuB{
		background: none;
	}
	.menuB > .logo > .m_bc{
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.logo{
		float: none;
		margin: 0;
		display: none;
	}
	.logo a{
		width: 100%;
		display: flex;
		justify-content: center;
		margin-left: 7px;
	}
	.joinL{
		display: none;
	}
	.logom{
		position: relative;
		display: block;
		width: 100%;
		z-index: -1;
	}
	.logom a{
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.logom a img{
		width: 20%;
		position: absolute;
		top: 10px;
	}
	.logo a img{
		width: 20%;
		z-index: 1;
	}	
	.popup1{
		height: 100vh;
	}
	.leftbtn,
	.menuleft,
	.menuright,
	.banner{
		display: none;
	}
	
	.nav{
		height: auto;
		margin-top: -11px;
	}
	.m_banner{
		display: block;
		
	}
	.m_banner img{
		position: relative;
		width: 100%;
		z-index: 1;
	}
	.content1{
		width: 100%;
		display: flex;
		height: auto;
		flex-direction: column;
	}
	.leftbanner,
	.rightbanner{
		padding: 0 10px;
		float: none;
	}
	.casino_height{
		height: auto !important;
	}
	.leftbanner img,
	.rightbanner img{
		width: 100%;
	}
	.leftbanner a,
	.rightbanner a{
		display: block;
	}
	.content2{
		position: relative;
		width: 100%;
		margin-top: 30px;
	}
	.mo_cancell{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100px;
	}
	.jack_mimg{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		padding: 0 10px;
	}
	.jackpot{
		position: relative;
		height: auto;
		width: 100%;
		text-align: center;
		background: none;
	}
	.jackpot p{
		z-index: 1;
		padding-top: 40px;
		font-size: 30px;
	}
	.content3{
		position: relative;
		width: 100%;
		flex-direction: column;
	}
	.leftlist{
		position: relative;
		width: 100%;
		margin-right: 0;
	}
	.rightlist{
		width: 100%;
		margin-left: 0;
	}
	.c4Llist a span:first-child{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 260px;
	}
	.footerw{
		width: 100%;
		height: auto;
	}
	.footericons{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	}
	.footericons a{
		width: 100%;
		margin-top: 10px;
	}
	.footericons a img{
		width: 100%;
	}
	.popup_in{
		padding: 10px;
		margin-top: 60px;
	}
	.popup_ino{
		width: 100% !important;	
	}
	.intitle{
		width: 100%;
	}
	.intitle h1{
		font-size: 18px;
	}
	.intitle h1 span img{
		display: none;
	}
	/* .Live_casino{
		height: 100vh;
	} */
	.casino_list{
		min-height: auto;
		max-height: none;
	}
	.casino_list ul{
		height: 600px;
		float: left;
		padding: 10px;
		width: 100%;
		/* display: grid;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); */
	}
	.casino_list::after{
		clear: both;
		display: block;
		content: '';
	}
	.casino_list ul li{
		width: 50%;
		/* float: none; */
		padding: 10px;
		margin: 0;
	}
	.casino_list ul li a img{
		width: 100%;
	}
	.write{
		width: 100%;
		padding: 0;
	}
	.inmenu ul li{
		margin: 0;
		padding: 0 15px;
	}
	.mo_re_tt span:first-child,
	.mo_re_te span:first-child{
		padding-right: 10px;
	}
	.mo_re_te span:nth-child(2){
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 75px;
		white-space: nowrap;
	}
	.mmorete span:first-child{
		width: 100%;
		text-align: start;
		padding-left: 20px;
	}
	.answera > .mo_re_te span:first-child,
	.answera > .mo_re_tt span:first-child{
		padding: 0;
		width: 30%;
	}
	.answera > .mo_re_te span:last-child,
	.answera > .mo_re_tt span:last-child{
		width: 16%;
	}
	.popup_int,
	.popup_intt{
		width: 100%;
		display: flex;
	}
	.leftimg{
		display: none;
	}
	.rightctt{
		width: 100%;
	}
	.right_c_tit span img{
		display: none;
	}
	.m_back{
		position: fixed;
		background: #000;
		opacity: 0.7;
		z-index: 1001;
		width: 100%;
		height: 100%;
	}
	.m_menu{
		position: fixed;
		height: 100vh;
		padding-top: 20px;
		z-index: 1002;
		background: #020D02;
		width: 300px;
	}
	.m_menu > .m_close{
		display: block;
		position: absolute;
		right: 10px;
	}
	.menuleft{
		margin-top: 40px;
	}
	.menuleft,
	.menuright{
		line-height: 60px;
		float: none;
		margin-left: 30px;
		display: block !important;
	}
	.menuleft li{
		padding-right: 0;
		width: 60%;
	}
	.menuright li{
		padding-left: 0;
		width: 60%;
	}
	.so_tt_wd{
		flex-direction: column;
	}
	.right_c_ttt{
		padding: 0;
	}
	.idtit div input{
		margin-right: 0;
	}
	.joinLL{
		display: block;
		/* position: fixed; */
		left: 20px;
		bottom: -580px;
		width: 100%;
		height: 100vh;
		z-index: 1004;
		top: auto;
	}
	
	.rightLogin{
		float: none;
	}
	.m_all{
		position: fixed;
		height: 100vh;
		display: none;
	}
	.m_all > .m_close{
		display: block;
		position: absolute;
		z-index: 1006;
		right: 106px;
		top: 21px;
	}	
	.m_menu_icon{
		display: block;
		position: absolute;
		left: 10px;
		z-index: 0;
		top: 10px;
	}
	.inText{
		padding: 0;
	}
	.intextn{
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.in_btnt{
		margin-bottom: 30px;
	}
	.in_btnt button{
		width: 100%;
		margin-right: 0;
		
	}
	.pup_sd{
		max-height: 62vh;
	}
	.new_width{
		margin: 0 10px;
	}
	.intpas input{
		margin-right: 0;
	}
	.inTextO input{
		padding-right: 0;
	}
	.inTextO{
		margin-right: 0;
		justify-content: space-between;
	}
	.intpas input{
		padding: 0;
	}
}