@charset "utf-8";
.wrap{
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background: #000714;
}


#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;
	}
} */

@font-face{
	font-family: 'Gmarket';
	src: url(../font/GmarketSansBold.otf);
}
body::-webkit-scrollbar {display:none;}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
	outline: none;
}
a{
	color:#f9f9f9; 
	text-decoration:none;
	display: block;
}
ul,li {
	margin:0; 
	list-style:none;
}

.disBlock{
	display: none;
}



/* 1. 상단메뉴 */
.header{
	position: relative;
	width: 100%;
	background: #081122;
	border-bottom: 1px solid #202B45;
	height: 90px;
}
.hearderr{
	position: relative;
	margin: 0 auto;
	width: 1550px;
}
.hearderr > .logo{
	float: left;
	font-size: 30px;
	line-height: 90px;
	font-weight: bolder;
	color: #0FE6F8;
}
.logo a{
	display: block;
	width: 200px;
	height: 90px;
	padding-top: 4px;
}
.logo a img{
	object-fit: cover;
	width: 100%;
	display: block;
}
.klogin{
	position: relative;
	float: right;	
}
.login{
	position: relative;
	line-height: 90px;
}
.klogin > .login button:first-child{
	height: 40px;
	width: 78px;
	border: 1px solid #0FE6F8;
	border-radius: 8px;
	color: #0FE6F8;
	cursor: pointer;
	background: none;
	margin-right: 10px;
}
.klogin > .login button:last-child{
	height: 40px;
	width: 78px;
	border: none;
	border-radius: 8px;
	color: #000;
	cursor: pointer;
	background: #0FE6F8;
}

.hearderr::after{
	content: '';
	display: block;
	clear: both;
}

/* 로그인후 */
.afterlogin {
	display: none;
	position: relative;
	width: 100%; /* Show this when logged in using JavaScript */
}

.afterlogin .user_info {
	display: flex;
	gap: 20px;
	padding: 16px 0;	
	margin-top: 7px;
	align-items: center;
	border-radius: 5px;
}
.nickname_info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;	
	padding: 5px 0;	
}

.nickname_info .label {
	color: #888;
	font-size: 12px;
}

.nickname_info .name {
	color: #fff;
	font-weight: bold;
}
.money_info, .point_info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.money_info .label, .point_info .label {
	font-size: 12px;
	color: #888;
	margin-bottom: -5px;
}

.money_info .amount, .point_info .amount {
	font-size: 21px;
	color: #fff;
	font-weight: bold;
}

.money_info .amount {
	color: #00c087;
}

.point_info .amount {
	color: #ffd700;
}

@media screen and (max-width: 768px) {
	.afterlogin .user_info {
			gap: 10px;
			justify-content: center;
			padding: 8px;
			margin-top: 0;
	}
	
	.money_info .amount, .point_info .amount {
			font-size: 22px;
	}
	.money_info,
	.point_info{
		width: 100%;
		align-items: center;
	}
}

/* 콘텐츠 */
.contents{
	position: relative;
}
/* 좌측메뉴리스트 */
.sMenulist{
	position:relative;
	float: left;
	line-height: 90px;
}
/* 검색 */
.ser{
	position: relative;
	margin-bottom: 10px;
}
.ser input{
	width: 100%;
	background: #151E2F;
	font-size: 16px;
	height: 46px;
	border: none;	
	border-radius: 10px;
	padding: 10px;
	padding-left: 40px;
	color: white;
}
.ser::before{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 13px;
	left: 12px;	
	background-image: url(../images/ser_icon.svg);
}
.ser input::placeholder{
	color: #B6BECD;
}

/* 선물이벤트&슬롯플레이 */
.StwobNer{
	position: relative;
	margin-bottom: 10px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.SbNer{
	position: relative;
}
.Sb_text{
	padding: 10px;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
}
.Sb_text span:first-child{
	font-size: 20px;
	font-weight: bolder;
}


/* 1. 메뉴 */
.Slistmenu{
	position: relative;
	width: 100%;	
}
.Sli_ul{
	/* line-height: 90px; */
	display: flex;
}
.Sli_ul li{	
	padding: 0 6px;
}


.Sli_ul li a{
	width: 100%;
	padding: 0 4px 0;
	display: flex;
	/* border-radius: 8px; */
	align-items: center;
}
.Sli_ul li a:hover{
	color: #0FE6F8;
	transition: all 0.3s;
}
.Sli_ul li a img{
	margin-right: 6px;
}
.me_sns{
	border-radius: 50%;
	background: #0FE6F8;
	height: 26px;
	width: 26px;
	line-height: 26px;
	text-align: center;
	margin-left: 10px;
	font-weight: 600;
	color: black;
}
/* 언어선택 */
.lang_menu{
	position: relative;
	float: right;
}
.sleted_lang{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	height: 40px;
	margin-top: 27px;
	padding: 0 10px;
	cursor: pointer;
	color: #A3ADC0;
	border: 1px solid #A3ADC0;
	border-radius: 8px;
}
.lang_menu:hover ul{
	display: block;
}
.sleted_lang img{
	margin-right: 6px;
}
.lang_menu ul{
	right: 0;
	display: none;
	position: absolute;
	border: 1px solid #646a75;
	z-index: 100;
	border-radius: 8px;
	padding: 0;
	background: #081122;
}
.lang_menu ul li a{
	width: 100px;
	display: flex;
	align-items: center;	
	padding: 8px 10px;
}
.lang_menu ul li a img{
	margin-right: 6px;
}
.lang_menu ul li a:hover{
	background: #202B45;
	border-radius: 8px;
	transition: 0.3s all;
}


/* 우측콘텐츠 */
.Rcontents{
	position: relative;
	margin: 0 auto;
	width: 1400px;
	margin-top: 10px;
	background: #000714;
}
/* 1.메인배너 */
.Rbanner{
	position: relative;
	width: 100%;
	height: 274px;
}
.RbnText{
	position: absolute;	
	color: white;
	font-family: 'Gmarket';
	top: 70px;
	left: 100px;
}
.RbnText h1{
	color: #ffd70d;
}
.RbnText h4{
	animation:bannerText01 5s ease infinite forwards;
	font-size: 40px;
}
@keyframes bannerText01{
	0% {
    opacity: 0;
    transform: translateX(-25%);
	}
	15% {
			opacity: 1;
			transform: translateX(0);
	}
	81% {
			opacity: 1;
			transform: translateX(0);
	}
	96% {
			opacity: 0;
			transform: translateX(20%);
	}
	100% {
			opacity: 0;
			transform: translateX(20%);
	}
}
.RbnText h1{
	animation:bannerText02 5s ease infinite forwards;
	font-size: 40px;
}
@keyframes bannerText02{
	0% {
    opacity: 0;
    transform: translateX(-25%);
	}
	2% {
			opacity: 0;
			transform: translateX(-25%);
	}
	17% {
			opacity: 1;
			transform: translateX(0);
	}
	83% {
			opacity: 1;
			transform: translateX(0);
	}
	98% {
			opacity: 0;
			transform: translateX(20%);
	}
	100% {
			opacity: 0;
			transform: translateX(20%);
	}
}
.RbnText h3{
	animation:bannerText03 5s ease infinite forwards;
	font-size: 30px;
	color: #bdc1c9;
}
@keyframes bannerText03{
	0% {
    opacity: 0;
    transform: translateX(-25%);
	}
	4% {
			opacity: 0;
			transform: translateX(-25%);
	}
	19% {
			opacity: 1;
			transform: translateX(0);
	}
	85% {
			opacity: 1;
			transform: translateX(0);
	}	
	100% {
			opacity: 0;
			transform: translateX(20%);
	}
}

.Rbjb{
	position: absolute;
	right: 284px;
	top: -3px;	
}
.Rbjb img{
	z-index: 10;
	width: 100%;
	animation: bannerD01 12s ease infinite;
}
@keyframes bannerD01{
	0% {
    opacity: 0;
    transform: translateY(10%);
	}
	10% {
			opacity: 1;
			transform: translateY(0);
	}
	96% {
			opacity: 1;
			transform: translateY(0);
	}
	100% {
			opacity: 0;
			transform: translateY(0);
	}
}

.Rbgldo{
	position: absolute;
	right: 575px;
	top: 50px;
}
.Rbgldo{	
	animation: bannerD02 6s ease infinite;
}
@keyframes bannerD02{
	0% {
    transform: translateY(0%);
	}
	50% {			
			transform: translateY(10%);
	}	
	100% {			
			transform: translateY(0);
	}
}
.Rbgldo img{
	width: 100%;
	animation: bannerD02_1 12s ease infinite;
}
@keyframes bannerD02_1{
	0% {
    opacity: 0;
		transform: translateX(30%);
	}
	3% {
			opacity: 0;
			transform: translateX(30%);
	}
	13% {
			opacity: 1;
			transform: translateX(0);
	}
	96% {
			opacity: 1;
			transform: translateX(0);
	}
	100% {
			opacity: 0;
			transform: translateX(0);
	}
}
.Rbslt{
	position: absolute;
	top: 54px;
	right: 242px;
}
.Rbslt{
	animation: bannerD03 6s ease infinite;
}
@keyframes bannerD03{
	0% {
    transform: translateY(0%);
	}
	50% {			
			transform: translateY(-10%);
	}	
	100% {			
			transform: translateY(0);
	}
}
.Rbslt img{
	width: 100%;
	animation: bannerD03_1 12s ease infinite;
}
@keyframes bannerD03_1{
	0% {
    opacity: 0;
		transform: translateX(-30%);
	}
	3% {
			opacity: 0;
			transform: translateX(-30%);
	}
	13% {
			opacity: 1;
			transform: translateX(0);
	}
	96% {
			opacity: 1;
			transform: translateX(0);
	}
	100% {
			opacity: 0;
			transform: translateX(0);
	}
}
.Rbbg{
	position: absolute;
	top: 10px;
	left: 97px;
}
.Rbbg img{
	z-index: 10;
	width: 100%;
	animation: bannerD04 12s ease infinite;
}
@keyframes bannerD04{
	0% {
    opacity: 0;
	}
	20% {
			opacity: 1;
	}
	80% {
			opacity: 1;
	}
	100% {
			opacity: 0;
	}
}

.Rbanner > .main_bg img,
.Rbjb img,
.Rbgldo img,
.Rbslt img,
.Rbbg img{
	display: block;
	width: 100%;
}


/* Mobile Menu Styles */
.mobile_menu_btn {
	display: none;
	width: 30px;
	height: 24px;
	position: relative;
	cursor: pointer;
	z-index: 1000;
}

.mobile_menu_btn span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #0FE6F8;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.mobile_menu_btn span:nth-child(1) { top: 0; }
.mobile_menu_btn span:nth-child(2) { top: 10px; }
.mobile_menu_btn span:nth-child(3) { top: 20px; }

.mobile_menu_btn.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
}

.mobile_menu_btn.active span:nth-child(2) {
	opacity: 0;
}

.mobile_menu_btn.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 10px;
}

.mobile_menu_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

@media screen and (max-width: 768px) {
	.mobile_menu_btn {
			display: block;
			position: absolute;
			left: 16px;
			top: 50%;
			transform: translateY(-50%);
	}

	.sMenulist {
			width: 100%;
			-webkit-overflow-scrolling: touch;
			position: fixed;
			left: -315px;
			top: 0;
			width: 280px;
			height: 100%;
			background: #081122;
			z-index: 999;
			transition: left 0.3s ease;
			overflow-y: auto;
	}

	.sMenulist.active {
			left: 0;
	}

	.Slistmenu {
			padding: 60px 0 20px;
			margin-left: 0;
			z-index: 999;
	}

	.Sli_ul {
			flex-direction: column;
	}

	.Sli_ul li {
			width: 100%;
			margin: 0;
			border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.Sli_ul li a {
			padding: 15px 20px;
			display: flex;
			align-items: center;
	}

	.Sli_ul li a img {
			width: 24px;
			height: 24px;
			margin-right: 15px;
	}

	
}




/* 2-두번쨰줄 배너 */
.RcontentsT{
	position: relative;
	width: 1400px;
	margin-bottom: 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;	
}
.R_Tbanner1,
.R_Tbanner2,
.R_Tbanner3,
.R_Tbanner4{
	position: relative;
	margin-right: 10px;
	width: 100%;
	height: 100%;
}
.R_Tbanner4{
	margin-right: 0 !important;
}
.Rt_img1 img{
	width: 100%;
	display: block;
}
.Rt_text1{
	position: absolute;
	padding: 20px;
	margin-top: 40px;
	top: 0;
	left: 0;
}
.Rt_text1 h4{
	font-size: 40px;
}
.Rt_text1 div{
	font-size: 18px;
	color: #0FE6F8;
}





/* 이용약관 */
.rule{
	position: relative;
	margin-bottom: 40px;	
}
.ruleW{
	position: relative;
	width: 1400px;
	margin: 0 auto;
}
.ruleC{
	margin-top: 20px;	
}
.ruleTt{
	position: relative;
	line-height: 58px;	
	background: #00393E;
	border-radius: 18px 18px 0 0;
}
.ruleTt h3{
	position: relative;
	color: white;
	padding-left: 40px;
}
.ruleTt h3::after{
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/yi.svg) no-repeat center;
	position: absolute;
	left: 12px;
	top: 20px;
}
.ruleMenu{
	background: #142035;
	line-height: 50px;	
}
.ruleMenu > .list{
	display: flex;
	/* margin-left: 10px; */
	padding: 6px 0 6px 10px;
}
.ruleMenu ul li a{
	padding: 0 30px !important;
	position: relative;
	display: block;	
}

.y_menu .list li.is_on .btn {
	border: 1px solid #0FE6F8;
	transition: all 0.3s;
	color: #0FE6F8;
}


.events_section_content{
	position: relative;
	margin-top: 1px;
	background: #081122;
}
.text-page{
	position: relative;
	color: white !important;
	padding: 20px;
	line-height: 24px;
}
.text-page * {
	overflow-wrap: break-word;
}
.text-page h2 {
	color: white;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin: 13px 0;
}
.text-page ul {
	counter-reset: new;
	margin: 15px 0 15px 15px;
	padding: 0 0 0 15px;
	list-style: none;
}
.text-page ul li {
	counter-increment: new;
	position: relative;
	padding-left: 0;
	font-size: 14px;
	font-weight: 400;
}
.text-page p+p {
	margin-top: 15px;
}
.text-page p {
	color: white;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.text-page p:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.text-page ul li:before {
	content: "";
	font-weight: 700;
	color: #202538;
	position: absolute;
	left: -5px;
}

.text-page ul li:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #4da533;
	position: absolute;
	display: block;
	left: -20px;
	top: 7px;
}
.text-page ol {
	margin: 15px 0;
	padding: 0 0 0 15px;
	list-style: none;
	counter-reset: start;
}
.text-page ol li:before {
	content: counter(start) ".";
	font-weight: 700;
	color: white;
	position: absolute;
	left: 0;
}
.text-page ol li+li {
	margin-top: 10px;
}
.text-page ol li{
	position: relative;
    counter-increment: start;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px 0 23px;
}


/* 카지노 배너 */
.livecasino{
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.cont_area{
	position: relative;
}
.cont_area::after{
	content: '';
	display: block;
	clear: both;
}
.Casiheader,
.slotheader,
.R_slotbNer,
.comheader{
	position: relative;
	width: 1400px;
	margin-bottom: 10px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.Casiheader,
.slotheader,
.comheader{
	padding: 10px 0 10px;
	border-top: 1px solid #202b45;
	display: flex;
	align-items: center;
}

.Casiheader h1,
.slotheader h1,
.comheader h1{
	position: relative;
	color: white;
	font-size: 22px;
	padding-left: 40px;
}
.Casiheader h1::after{
	 content: '';
	 position: absolute;
	 width: 26px;
	 height: 26px;
	 background-image: url(../images/hotG.svg);
	 background-repeat: no-repeat;
	 left: 0;
	 top: 5px;
}
.favorite h1::after{
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	background-image: url(../images/favorite.svg);
	background-repeat: no-repeat;
	left: 0;
	top: 5px;
}
.ca_svg h1::after{
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	background-image: url(../images/casino.svg);
	background-repeat: no-repeat;
	left: 0;
	top: 5px;
}
.Casiheader a,
.slotheader a{
	display: block;
	background: #101a2d;
	padding: 12px 20px;
	color: #0FE6F8;
	border-radius: 46px;
}
.R_cbNer{
	position: relative;
}
.R_cbNer a img{
	width: 100%;
	display: block;
}
.R_cabNer{
	position: relative;
}
.R_cabNert > .R_cbNer:last-child{
	margin-right: 0;
}
.R_cabNert ul{
	position: relative;
	/* display: flex; */
	margin-bottom: 10px;
	width: 100%;
}
.R_ani_o{
	position: relative;
}
.R_cbNer{
	float: left;
	width: 20%;
	padding: 6px;
}
.R_ani_o::after{
	content: '';
	display: block;
	clear: both;
}


/* 카지노 슬롯 메뉴 */
.cs_menu{
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.cs_menu > .list{
	display: flex;
	justify-content: center;
}
.list{
	position: relative;
}
.mmlist li{	
	margin: 0 4px !important;
}
.mymoney,
.mypoint{
	padding: 20px;
	position: relative;
	display: flex;
	margin: 0 auto;		
	width: 400px;
	align-items: center;
}
.mymoney div{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mymoney span:first-child,
.mypoint span:first-child{
	color: white;	
	width: 100%;
	line-height: 50px;
	display: flex;
	align-items: flex-start;
	padding: 0 10px;
	border-radius: 10px 0 0 10px;
	background-color: #00393E;
}
.mymoney span:last-child,
.mypoint span:last-child{
	color: yellow;	
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 0 10px;
	line-height: 50px;
	border-radius: 0 10px   10px 0;
	font-size: 20px;
	background: #081122;
	width: 100%;
}
.popup_inow > .my_menu > .mmlist li a{
	padding: 0 16px !important;
	margin: 0;
}
.list li a{
	display: block;
	border: 1px solid #202b45;
	padding:0 40px;
	margin: 0 10px;
	line-height: 50px;
	border-radius: 60px;
}
.list li:last-child a{
	padding:0 48px;
}
.tab_menu .list li.is_on .btn{
	border: 1px solid #0FE6F8;
	transition: all 0.3s;
	color: #0FE6F8;
}

/* 슬롯 */
.slotlist{
	position: relative;
	width: 100%;
	display: none;	
	margin-top: 20px;
}

.slotheader h1::after{
	content: '';
	position: absolute;
	width: 32px;
	height: 23px;
	background-image: url(../images/slot_icon.png);
	left: 0;
	top: 6px;
}
.R_sbNer{
	position: relative;
	margin-right: 10px;
}
.R_sbNer a img{
	width: 100%;
	display: block;
}

/* 제공업체 */
.gamecompy{
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.comheader h1::after{
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	background-image: url(../images/tigong.svg);
	background-repeat: no-repeat;
	left: 0;
	top: 5px;
}
.dkfj{
	position: relative;
	margin-bottom: 10px;
	display: flex;	
}
.dkfjj{
	margin-right: 0 !important;
}

.R_cmNer{
	position: relative;
	padding: 10px 30px;
	display: flex;
	justify-items: center;
	width: 100%;
	align-items: center;
	background: #081122;
	border-radius: 10px;
	margin-right: 8px;
}
.R_combNer a{
	display: block;
}
.R_combNer a img{
	display: block;
	width: 100%;
}


/* 푸터 */
.footer{
	position: sticky;
	top: 100vh;
	background: #081122;
	padding: 0px;
	padding-bottom: 40px;
}
.fote_cont{
	margin: 0 auto;
	color: white;
	width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid #151e2f;
}
.ftelog img{
	width: 20%;
	color: #0FE6F8;
}




/* ---------------입금팝업창 NEW style---------------*/
/* Deposit Popup Styles */

.popup_in{
	opacity: 1;
	position: relative;
	vertical-align: top;
	visibility: visible;
	margin-top: 160px;
}
.crypto_options{
	padding: 0 20px 20px 20px;
}
.popup_ino{
	margin: 0 auto;
	width: 600px; /* Changed from 1400px */
	background-color: #000714;
	border: 2px solid #00393E;
	border-radius: 20px;
	overflow: hidden;
}
.depositW{
	width: 480px !important;
}
.deposit_menu .list {
	border-bottom: 1px solid #2c2c2c;
	margin-bottom: 20px;
}
.deposit_menu .list li a{
	border: none !important;
	margin: 0 !important;
}
.deposit_form{
	position: relative;
	background: #1b2328;
	padding: 10px;
	border-radius: 10px;
}
.form_container{
	display: flex;
	margin-top: 10px;
	align-items: center;
	justify-content: space-between;
}
.form_container div:first-child{
	margin-right: 10px;
}

.crypto_list {
	display: flex;	
	color: white;
}



.deposit_notice {
	color: #999;
	display: flex;	
	align-items: start;
	margin: 15px 0;
	font-size: 14px;
}

.deposit_notice a {
	color: #00c087;
	text-decoration: none;
}

.form_group {
	margin-bottom: 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.form_group label {
	display: block;
	color: #fff;
	margin-bottom: 8px;
}

.form_group select,
.form_group input{
	width: 100%;
	padding: 12px;
	background: #141414;
	border: 1px solid #3c3c3c;
	border-radius: 5px;
	color: #fff;
}

.deposit_bonus {
	background: rgba(0, 192, 135, 0.1);
	border: 1px solid #00c087;
	padding: 15px;
	border-radius: 5px;
	margin: 20px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.deposit_bonus span{
	font-size: 14px;
	font-weight: bold;
	color: white;
}
.deposit_address {
	box-sizing: border-box;
	position: relative;	
	display: flex;
	align-items: center;	
	border-radius: 10px;
	margin-top: 20px;
}

.qr_code {
	text-align: center;	
}

.qr_code img {
	width: 150px;
	height: 150px;
}
.address_text{
	margin-left: 10px;
}
.address_text p {
	display: flex;
	align-items: start;
	color: #999;
	margin-bottom: 10px;
}

.address_copy {
	display: flex;
	gap: 10px;
	align-items: start;
	flex-direction: column;
	width: 100%;
}

.address_copy span {
	text-align: start;
	flex: 1;
	word-break: break-all;
	align-items: start;	
	background: #1c1c1c;
	padding: 12px;
	border-radius: 5px;
	color: #00c087;
	font-size: 14px;
}

.copy_btn {
	width: 100%;
	padding: 12px 20px;
	background: #00c087;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.deposit_warning {
	margin-top: 20px;	
	color: #999;
	font-size: 14px;
}
.deposit_submit {
	margin-top: 20px;
	text-align: center;
}

.deposit_submit .submit-btn {
	background: #0FE6F8;
	color: black;
	border: none;
	width: 100%;
	border-radius: 5px;
	padding: 12px 40px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.deposit_submit .submit-btn:hover {
	opacity: 0.6;
}

/* ---------------입금팝업창 ---------------*/

.popupO{
	display: none;
}
.popupO1{
	position: relative;
}
.d_content{
	padding: 20px;
	background: #000;
	text-align: start;
	color: white;
	list-style: 60px;
}
.disBlock{
	display: block;
}

.d_c_b {
	justify-content: center !important;
}
.d_c_b button{
	background: #E63BFF !important;
	color: #000 !important;
}
.d_c_b button:last-child{
	background: #821717 !important;
	color: white !important;
}
.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: 100px;
}
.popup_ino{
	margin: 0 auto;
	width: 1400px;
	background-color: #000714;
	border: 2px solid #00393E;
	border-radius: 20px;
	overflow: hidden;
}

.popup_inow{
	width: 1000px !important;
}


.popup_ino::after{
	clear: both;
	display: block;
	content: '';
}

.intitle{
	position: relative;
	height: 58px;
	background-image: -moz-linear-gradient( 90deg, #000714 0%, #02272A 100% 100%);
  background-image: -webkit-linear-gradient( 90deg, #000714 0%, #02272A 100%);
  background-image: -ms-linear-gradient( 90deg, #000714 0%, #02272A 100% 100%);
}
.intitle h1{	
	color: white;
	font-size: 24px;
	line-height: 58px;
}
.intitle h1 span{
	color: #000;
}
.intitle h1 img{
	padding: 0 20px;
}
.pupimg1{
	transform: scaleX(-1);
}
.intitle a{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.inmenu{
	position: relative;	
}


.moneypup{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.moneypup > .inTextO{
	margin-right: 0;
}
.moneypup > .inTextO span{
	width: 20%;
}
.moneypup > .inTextO input{
	width: 80%;
	margin-right: 10px;
}
.moneypup button{
	width: 20%;
	border-radius: 8px;
	background: #E63BFF;
	outline: none;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	border: none;
}
.money_btn{
	background: #000 !important;
	color: #E63BFF !important;
	border: 1px solid #E63BFF !important;
}
.mybtnt > .money_btn{
	background: #000 !important;
	color: #E63BFF !important;
	border: 1px solid #E63BFF !important;
}
.inmenu ul{
	display: flex;
	justify-content: center;
	align-items: center;	
	padding: 6px 0;
	background: #00393E;
}
.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%;	
}


.mo_menu .list li a,
.om_menu .list li a,
.my_menu .list li a,
.jj_menu .list li a{
	padding: 0 30px !important;
	border: 1px solid rgba(1, 23, 25, 0.7 );
}

.mo_menu .list li.is_on .btn,
.om_menu .list li.is_on .btn,
.my_menu .list li.is_on .btn,
.jj_menu .list li.is_on .btn{
	border: 1px solid #0FE6F8;
	transition: all 0.3s;
	color: #0FE6F8;
}
.mo_menu .list li,
.om_menu .list li,
.my_menu .list li,
.jj_menu .list li{
	padding: 0 !important;
}


.write{
	position: relative;
	border-radius: 10px;
	margin:  0 auto;
	float: left;
	/* display: none; */
	padding: 10px;
}
.new_width{
	position: relative;	
}
.new_width::after,
.write::after {
	content: '';
	display: block;
	clear: both;
}
.new_width > .write{
	width: 100%;
}

.writet{
	position: relative;	
}

.textS{
	padding-top: 10px;
	float: left;
	width: 100%;
}
.textS p{
	text-align: center;
	border: 1px solid #108383;
	background: #020C0D;
	border-radius: 10px;	
	padding: 10px;
	font-size: 13px;
	color: #13CEC1;
}
.inText{
	position: relative;
	width: 100%;
	background: #000;
	border: 1px solid #00393E;
	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;	
	margin-bottom: 2px;
	width: 100%;
	display: flex;
	margin-right: 6px;
}

.inTextO span{
	width: 220px;
	background: #0C4449;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px 0 0 4px;
}
.inTextO input{
	background: #000714;
	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;
}
.moneybtnt button{
	margin-right: 12px !important;
}
.intpas input{
	border-radius: 4px !important;
	/* margin-right: 6px; */
	padding: 10px;
}
.intt input{
	margin-right: 6px;
}
.inTextO a{
	color: #0FE6F8;
	border: 1px solid #0FE6F8;
	border-radius: 4px;
	display: block;
	width: 100%;
}
.inmoney{
	width: 100% !important;
	background: #000714 !important;
	text-align: end !important;
	padding-right: 10px !important;
	color: #FFD900 !important;
	font-size: 18px !important;
	border-radius: 0 4px 4px 0;
}
.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: 100%;	
	outline: none;
	color: white;
	border: none;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	background: #2F323D;	
	margin-right: 2px;
	box-shadow:inset 0px 1px #525769;
}
.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: #0FE6F8;
	border-radius: 4px;
	border: none;
	font-size: 20px;
	color: #000;
	outline: none;
	font-weight: bolder;
}

.mybtnt button{
	
	cursor: pointer;	
	margin-right: 3px;
	border-radius: 4px;
	border: none;
	font-size: 24px;
	color: #000 !important;
	outline: none;
	font-weight: bolder;
}

.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;
}

/* 로그아웃 */
.logout_btn {
	display: block;	
	padding: 8px;	
	background-color: #ff4444;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.logout_btn:hover {
	background-color: #ff0000;
}




/* 입금내역 */
.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: #151921;
	height: 40px;
	font-size: 16px;
	color: #f9f9f9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inmList span:nth-child(1),
.inmList span:nth-child(3){
	color: white !important;
}
.inmList span:nth-child(2){
	color: #FFD900 !important;
}
.inmListR{
	color: #00FF01 !important;
}
.inmListx{
	color: #ff0000 !important;
}

.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 #0FE6F8;
	color: #0FE6F8;
	background: #000;
}
.coustmer_icons button:nth-child(2){	
	color: #000000;
	background: #0FE6F8;
}
.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_te span:nth-child(2){
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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;
}

/* 스크롤바 */
.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;
}

/* 라이브카지노 */
.casino_height{
	width: 1400px !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{
	position: relative;
	/* display: flex; */
	padding: 0 17px;
}
.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 a img{
	display: block;
	width: 100%;
}
.casino_list li:nth-child(5n){
	margin: 0;
}




/* 슬롯 */
.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%;
	height: 50px;
	background: #131313;
	padding: 10px;
	color: white;
	border-radius: 0 4px 4px 0;
}
.so_tit input{
	height: 50px;
	width: 100%;
	background: #131313;
	outline: none;
	border: none;
	text-align: end;
	padding: 10px;
	color: white;
	border-radius: 0 4px 4px 0;
}
.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: #0FE6F8;
}

.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{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;	
  background-image: -webkit-linear-gradient( 155deg, rgb(13,120,203) 0%, rgb(95,197,131) 100%); 
	border-radius: 20px 0 0 20px;
}
.leftimg img{
	width: 60%;	
	
}
.rightctt{
	position: relative;
	padding: 10px;
	background: #000714;
	border-radius: 0 20px 20px 0;
	border: 1px solid #00393E;
}
.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: #0FE6F8;
	padding: 0 20px;
	font-family: 'GmarketSansMedium';
	font-size: 30px;
}
.right_c_ttt{
	position: relative;
	font-size: 14px;
	width: 100%;
}

.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: #121925;
	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: #0FE6F8;
	cursor: pointer;
	color: #000;
	height: 50px;
	font-size: 20px;
	font-weight: bolder;
	font-family: 'GmarketSansMedium';
}



/* 회원가입 */


.psone select option {
	display: flex;
	align-items: center;
	padding: 5px;
}

.psone select option img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
}

.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;
}
.pcode{
	margin-right: 0 !important;
}
.idtit div{
	justify-content: center;
	width: 100%;
	position: relative;
	display: flex;
}
.idtit p,
.idinpt p{
	text-align: start;
	margin-bottom: 4px;
	color: white;
}
.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: #0FE6F8;
	background: #000;
	border: 1px solid #0FE6F8;
}
.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%;
}
.pstwo{
	margin-bottom: 10px;
}

.psone p,
.pstwo p{
	margin-bottom: 4px;
	text-align: start;
	color: white;
}
.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;
}
.so_conte{
	margin-top: 10px;
}
.so_conte span{
	color: white;	
}
.immenuicon,
.imclose{
	display: none;	
}
.immenuicon a{
	display: block;
}
.inmobile > .imneeee > .imenuli{
	display: block;
}
.imneeee > .loginafter{
	display: none;
}
.phone_input_group {
	display: flex;
	gap: 8px;
	align-items: center;
}

.phone_input_group .country_code {
	width: 80px;
	height: 40px;
	/* border: 1px solid #ddd; */
	border-radius: 5px;
	color: white;
	background: #242424;
	padding: 0 8px;
}

.phone_input_group input {
	/* flex: 1; */
}

@media screen and (max-width: 768px) {
	.phone_input_group .country_code {
			width: 70px;
			height: 36px;
	}
}



/* 보너스 페이지 스타일 */
.bonus {
	padding: 20px 0;
	margin-top: 20px;
}

.bonusW {
	max-width: 1400px;
	margin: 0 auto;
}

.bonusTt {
	text-align: center;
	margin-bottom: 40px;
}

.bonusTt h3 {
	color: white;
	font-size: 32px;
	position: relative;
	display: inline-block;
}

.bonusTt h3:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #0FE6F8;
}

.bonus_banner_list ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.bonus_banner_list li {
	width: calc(25% - 15px);
}

.bonus_item {
	background: #081122;
	border: 1px solid #00393E;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.bonus_item:hover {
	transform: translateY(-5px);
}

.bonus_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.bonus_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bonus_info {
	padding: 20px;
	text-align: center;
}

.bonus_info h4 {
	color: white;
	font-size: 20px;	
}

.bonus_amount {
	color: #0FE6F8;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.bonus_btn {
	background: #0FE6F8;
	color: black;
	border: none;
	padding: 10px 30px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: background 0.3s ease;
}

.bonus_btn:hover {
	background: #108383;
}


.country_select {
	position: relative;
	width: 100%;
	background: #242424;
	border-radius: 6px;
	cursor: pointer;
}

.selected_country {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 10px;
	color: #fff;
}

.selected_country img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.country_list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #242424;
	border-radius: 0 0 6px 6px;
	z-index: 1000;
	max-height: 200px;
	overflow-y: auto;
}

.country_select.active .country_list {
	display: block;
}

.country_list li {
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 10px;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s;
}

.country_list li:hover {
	background: #2f2f2f;
}

.country_list img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}


.selected_country::before{
	content: '';
	position: absolute;
	background-image: url(../images/V_icon.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	right: 10px;
	top: 18px;
}




/* 모바일 */
@media (max-width:780px) {
	.popup1{
		height: 100vh;
	}
	.ftetext{
		width: 100%;
		text-align: end;
	}
	.logout_btn{
		position: absolute;
		top: -62px;
		right: 10px;
	}
	.fote_cont{
		width: 100%;
		padding: 10px;
	}
	.fote_cont img{
		width: 50%;
	}
	.leftbtn,
	.menuleft,
	.menuright,
	.banner{
		display: none;
	}	
	.nav{
		height: auto;
		margin-top: 30px;
	}
	.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;
	}	
	.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;
	}	
	.igji{
		width: 100%;
	}
	.content3{
		position: relative;
		box-sizing: border-box;
		width: 100%;
		flex-direction: column;
		margin-top: 20px;
	}
	.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;
	}
	
	.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%;		
		margin: 0;
	}
	.casino_list ul li a img{
		width: 100%;
	}
	.write{
		width: 100%;
		padding: 0;
	}
	.inmenu ul li{
		margin: 0 4px;
		font-size: 14px;
	}
	.my_menu > .list li a{
		margin: 0;
		padding: 0 24px !important;
	}
	.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%;
		border-radius: 20px;
	}
	.right_c_tit span img{
		display: none;
	}	
	.d_d_e {
		padding: 0 10px;
	}
	.d_d_e span{
		width: auto !important;
	}
	.moneypup button{
		width: 100%;
		padding: 10px;
	}
	.moneypup > .inTextO{
		margin-bottom: 10px;
	}
	.moneypup > .inTextO input{
		margin-right: 0;
		padding: 0 10px;
	}
	.m_menu{
		position: fixed;
		height: 100vh;
		padding-top: 6px;
		z-index: 1002;
		background: #020D02;
		width: 300px;
	}
	.m_menu > .m_close{
		display: block;
		position: absolute;
		right: 10px;
	}
	.menuleft{
		margin-top: -78px;
	}
	.menuleft,
	.menuright{
		line-height: 54px;
		float: none;
		margin-left: 21px;
		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;
		left: 20px;
		display: none;
		bottom: -580px;
		width: 100%;
		height: 100vh;
		z-index: 1004;
		top: auto;
	}
	.moneypup > .linehe{
		line-height: 30px;
	}
	
	.rightLogin{
		float: none;
	}
	.klogin{
		position: relative;
		float: right;
	}
	.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{
		padding: 0 10px;
	}
	.intpas input{
		margin-right: 0;
	}
	.inTextO input{
		padding-right: 0;
	}
	.inTextO{
		margin-right: 0;
		justify-content: space-between;
	}
	.intpas input{
		padding: 0;
	}
	.so_name{
		margin-top: 10px;
	}

}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
	.header {
			position: relative;
			display: flex;
			align-items: center;
	}
	.mymoney,
.mypoint{
	width: 100%;
}

	.hearderr {
			width: 100%;
	}

	.logo {			
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
	}
	.logo a{
		padding-top: 0;
		height: auto;
	}

	.logo img {
			width: 150px;
	}
	.klogin{
		position: absolute;
		width: 100%;
		top: 76px;
		height: auto;
		background: #000714;
	}

	
	.Sli_ul {
			display: flex;
			flex-wrap: nowrap;
			width: max-content;
			padding: 10px 0;
	}

	.Sli_ul li {
			margin: 0 10px;
	}

	.Sli_ul li a {
			font-size: 14px;
	}

	.Sli_ul li a img {
			width: 20px;
			height: 20px;
	}

	.lang_menu {
			position: absolute;
			display: none;
			top: -11px;
			right:-1px;
	}

	.login {
			width: 100%;
			padding: 10px 10px;
			display: flex;
			justify-content: center;
	}
	.bannnner{
		position: relative;
		width: 100%;
	}

	.cs_menu{
		width: 100%;
		position: relative;
	}

	.login button {
			width: 100% !important;
			font-size: 14px;
	}

	/* Main Banner Responsive */
	.contents{
		position: relative;
		width: 100%;
	}
	.Rbanner {			
		position: relative;
			width: 100%;
			height: 170px;
	}
	.bannnner{
		position: relative;
		width: 100%;
	}
	.Rcontents{
		width: 100%;
		margin-top: 58px;
	}

	.RbnText {
		position: absolute;
		left: 13px;
			text-align: center;
			padding: 20px 0;
			z-index: 100;			
			top: 35px;
	}
	.Rbjb{
		position: absolute;
		z-index: 101;
		right: 16px;
		left: 214px;
		top: 13px;
	}
	.Rbgldo{
		position: absolute;
		z-index: 102;
		left: 225px;		
		right: 130px;
	}
	.Rbslt{
		position: absolute;
		z-index: 103;
		left: 320px;
		right: 20px;
	}

	.RbnText h1 {
			font-size: 32px;
	}

	.RbnText h3 {
			font-size: 18px;
	}

	.RbnText h4 {
			font-size: 16px;
	}

	/* Banner Images */	
	.Rbbg{
		width: 100%;
		z-index: 104;
		position: absolute;
		left: 0;
		right: 0;
	}

	.main_bg {
			position: absolute;
			top: 0;
			left: -315px;
			/* width: 100%; */
			/* height: 62%; */
			z-index: 0;
			right: -180px;
	}

	.main_bg img {
			width: 100%;
			height: 100%;
			object-fit: cover;
	}
	/* Mobile Tab Menu Styles */
@media screen and (max-width: 768px) {
	.cs_menu .list {
			display: flex;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			scrollbar-width: none;
			-ms-overflow-style: none;
			white-space: nowrap;
			/* padding: 10px 0;
			gap: 10px;
			margin: 0 10px; */
	}

	.cs_menu .list::-webkit-scrollbar {
			display: none;
	}

	.cs_menu .list li {
			flex: 0 0 auto;
	}

	.cs_menu .list li a.btn {
			display: inline-block;
			padding: 10px 20px;
			font-size: 14px;
			color: #fff;			
			border: 1px solid #202b45;
			border-radius: 50px;
			white-space: nowrap;
			margin: 0 5px;
			transition: all 0.3s ease;
	}

	.cs_menu .list li.is_on a.btn,
	.cs_menu .list li a.btn:hover {
		border: 1px solid #0FE6F8;
		color: #0FE6F8;
			/* background: linear-gradient(90deg, #00c087 0%, #00a070 100%); */
			/* border-color: transparent; */
	}
	.Casiheader,
	.slotheader	{
		padding: 0 10px;
	}
	.comheader h1{
		margin-left: 10px;
	}
	.R_cabNer{
		padding:  0 10px;
		width: 100%;
		position: relative;
	}
	.R_cabNert{
		width: 100%;
	}
	.R_cbNer{
		/* padding: 10px; */
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.cs_menu .list li a.btn {
			padding: 0px 20px;
			font-size: 13px;

	}
}





}




@media screen and (max-width: 768px) {
	.R_combNer .dkfj {
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
			justify-content: flex-start;
			padding: 0 10px;
	}

	.R_combNer .R_cmNer {
			width: calc(20% - 8px);
			margin: 0;
	}

	.R_combNer .R_cmNer a {
			display: block;
			width: 100%;
	}

	.R_combNer .R_cmNer img {
			width: 100%;
			height: auto;
			object-fit: contain;
	}

	/* Hide the last item when it's alone in a row */
	.R_combNer .R_cmNer.dkfjj:last-child {
			margin-right: auto;
	}
}

@media screen and (max-width: 480px) {
	.R_combNer .dkfj {
			/* gap: 8px; */
			padding: 0 8px;
	}

	.R_combNer .R_cmNer {
			width: calc(50% - 6.4px);
	}
}

/* Small Mobile Devices */
@media screen and (max-width: 480px) {
	.RbnText h1 {
			font-size: 28px;
	}

	.RbnText h3 {
			font-size: 16px;
	}

	.RbnText h4 {
			font-size: 14px;
	}

	.login button {
			width: 100px;
			font-size: 12px;
			padding: 8px;
	}

	.Sli_ul li a span {
			font-size: 20px;
			line-height: 40px;
	}

	.Sli_ul li a img {
			width: 16px;
			height: 16px;
	}
}


/* 보너스 */
@media screen and (max-width: 768px) {
	.bonus {
			padding: 15px;
			margin-top: 60px;
	}
	.bonusTt{
		margin-bottom: 20px;
	}

	.bonusTt h3 {
			font-size: 20px;
			margin-bottom: 15px;
	}

	.bonus_banner_list {
			display: flex;
			flex-direction: column;
			gap: 15px;
	}

	.bonus_banner_list ul {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			/* gap: 10px; */
			padding: 0;
	}
	.bonus_banner_list li{
		width: 100%;
	}

	.bonus_item {
			width: 100%;
			background: rgba(8, 17, 34, 0.8);
			border: 1px solid #00393E;
			border-radius: 10px;
			overflow: hidden;
	}

	.bonus_img {
			width: 100%;
			height: auto;
	}

	.bonus_img img {
			width: 100%;
			height: auto;
			object-fit: cover;
	}

	.bonus_info {
			padding: 10px;
			text-align: center;
	}

	.bonus_info h4 {
			font-size: 14px;
			margin-bottom: 5px;
			color: #fff;
	}

	.bonus_amount {
			font-size: 16px;
			color: #00c087;
			margin-bottom: 8px;
	}

	.bonus_btn {
			width: 100%;
			padding: 8px;
			background: linear-gradient(90deg, #00c087 0%, #00a070 100%);
			border: none;
			border-radius: 5px;
			color: #fff;
			font-size: 14px;
			cursor: pointer;
	}
}

@media screen and (max-width: 480px) {
	.bonus {
			padding: 10px;
	}

	.bonus_banner_list ul {
			/* grid-template-columns: 1fr; */
			gap: 8px;
	}

	.bonus_info h4 {
			font-size: 13px;
	}

	.bonus_amount {
			font-size: 15px;
	}

	.bonus_btn {
			padding: 6px;
			font-size: 13px;
	}
}


/* 이용약관 */
@media screen and (max-width: 768px) {
	.rule {
			padding: 15px;
	}

	.ruleW {
			width: 100%;
	}

	

	.ruleTt h3 {
			font-size: 20px;
			/* margin-bottom: 20px; */
	}

	.ruleMenu .list {
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
			margin-bottom: 20px;
	}

	.ruleMenu .list li {
			width: 100%;
	}
	.ruleMenu ul li a{
		margin: 0;
	}
	.ruleMenu > .list{
		padding: 10px;
	}

	.ruleMenu .list li a {
			width: 100%;
			padding: 10px;
			font-size: 14px;
			text-align: center;
			white-space: nowrap;
	}

	.text-page {
			padding: 15px;
	}

	.text-page h2 {
			font-size: 18px;
			margin-bottom: 15px;
	}

	.text-page h3 {
			font-size: 16px;
			margin-bottom: 12px;
	}

	.text-page p, 
	.text-page li {
			font-size: 14px;
			line-height: 1.5;
			margin-bottom: 10px;
	}

	.text-page ul, 
	.text-page ol {
			padding-left: 20px;
			margin-bottom: 15px;
	}
	.inmenu ul{
		width: 100%;
		display: inline-block;
		position: relative;
	}
}

@media screen and (max-width: 480px) {
	.rule {
			padding: 10px;
			margin-top: 50px;
	}
	.ruleC{
		margin-top: 0;
	}

	

	.ruleTt h3 {
			font-size: 18px;
			margin-bottom: 1px;
	}

	.ruleMenu .list {
			gap: 5px;
	}

	.ruleMenu .list li a {
			padding: 8px;
			font-size: 13px;
	}

	.text-page {
			padding: 10px;
	}

	.text-page h2 {
			font-size: 16px;
	}

	.text-page h3 {
			font-size: 15px;
	}

	.text-page p, 
	.text-page li {
			font-size: 13px;
	}
}
@media screen and (max-width: 768px) {
	.my_menu .list {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 10px;
			padding: 10px;
	}

	.my_menu .list li {
			width: 100%;
			margin: 0;
	}

	.my_menu .list li a {
			width: 100%;
			padding: 12px 5px;
			text-align: center;
			/* background: linear-gradient(90deg, #00c087 0%, #00a070 100%); */
			border-radius: 50px;
			color: #fff;
			font-size: 14px;
			display: flex;
			align-items: center;
			justify-content: center;
	}

	
}

@media screen and (max-width: 480px) {
	.my_menu .list {
			gap: 8px;
			padding: 8px;
	}

	.my_menu .list li a {
			padding: 10px 5px;
			font-size: 13px;
	}
}