@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');


:root	{
	--font-ff-body: "Pretendard", Noto Sans, Paperlogy, sans-serif;
	--font-ff-accent: "Gmarket Sans", "Paperlogy", Pretendard, sans-serif;
	--font-ff-mono: 'Roboto', Paperlogy, monospace;
	--font-ff-heading: "Paperlogy", Pretendard, sans-serif;
	--font-fw-heading: 600;
}

/*	------------------------------------------------------
	reset : 
*/
*	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	--webkit-box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section	{
	display: block;
}
dl, ul, ol, menu, li	{
	list-style: none;
}
blockquote, q	{
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after	{
	content: "";
	content: none;
}
table	{
	border-collapse: collapse;
	border-spacing: 0;
}
body, th, td, input, select, textarea	{
	font-family: var(--font-ff-body);
}
h1, h2, h3, h4, h5, h6, button, caption, table th	{
	font-family: var(--font-ff-heading);
}
body, html	{
	--webkit-text-size-adjust: none;
	font-size: 10px;
	letter-spacing: -0.5px;
}
body	{
	background: #15161b;
	line-height: 1.2;
	color: #fafafa;
	word-wrap: break-word;
	font-weight: 500;
}
fieldset, img	{
	border: 0 none;
}
img	{
	vertical-align: top;
}
a	{
	text-decoration: none;
	cursor: pointer;
	color: #fafafa;
	font-weight: 500;
}
a:active, a:hover	{
	text-decoration: none;
}
input, select, textarea, button	{
	vertical-align: top;
	cursor: pointer;
}
button	{
	color: #fafafa;
	border: 0 none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}
address, caption, cite, code, dfn, em, var	{
	font-style: normal;
	font-weight: normal;
}
legend, caption	{
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
}
textarea	{
	resize: none;
}
input	{
	outline: none;
}
input[type="text"]::-ms-clear	{
	display: none;
}
input[type="file"]	{
	--webkit-appearance: button;
	background: transparent;
	border-radius: 0;
	border: 0;
	cursor: pointer;
}
/* basic */
.hidden	{
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#wrap	{
	position: relative;
	width: 100%;
	overflow-x: hidden;
}


/*	------------------------------------------------------
	Scrollbar : WebKit
*/
::-webkit-scrollbar	{
	width: 8px;
}
::-webkit-scrollbar-track	{
	background: rgb(24 0 69);
}
::-webkit-scrollbar-thumb	{
	background: rgba(159, 0, 94, 0.8);
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover	{
	background: rgba(251, 0, 148, 0.9);
}
*	{	/* Firefox Scrollbar */
	scrollbar-width: thin;
	scrollbar-color: rgb(252 0 148) rgb(24 0 69);
}
body	{	/* iOS Safari Scrolling */
	-webkit-overflow-scrolling: touch;
}


/*	------------------------------------------------------
	sweetalert2 : Swal
*/
.swal2-popup	{
	font-size: clamp(12px, 1.22vw, 16px) !important;
}
.swal2-title	{
	font-family: var(--font-ff-heading) !important;
	font-weight: var(--font-fw-heading) !important;
}




/*	------------------------------------------------------
	header : 
*/
.header	{
	z-index: 998;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 115px;
	background-image: url(../assets/images/content/bg_header.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: transform 0.3s ease;
    transform: translateY(0);
}
.header.hidden	{
	transform: translateY(-100%);
}
.header .header_container	{
	position: relative;
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
}
.header.slide-up	{
    transform: translateY(-112%); /* 로고의 아래 튀어나오는 부분을 처리하기 위해 100%에서 좀 더 더해진 값 */
}


/*	------------------------------------------------------
	gnb : layout
*/
.head_top	{
	height: 40px;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.head_top strong	{
	font-weight: 600;
}
.nav	{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 75px;
}
/* logo */
.site_logo	{
	position: absolute;
	z-index: 2001;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	width: 18%;
	height: auto;
	min-height: fit-content;
	/* margin-left: 0; */
	/* background: aqua; */
}
.site_logo a	{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.site_logo a img	{
	display: block;
	width: 100%;
	height: auto;
	object-fit: scale-down;
}

/* header menu */
.nav_menu	{
	display: flex;
	flex-direction: row;
	row-gap: 4px;
	column-gap: 10px;
	width: 40%;
	 /* 항목들 사이에 공간 추가 */
	position: relative;
	flex-wrap: wrap;
}
.nav_menu .nav_item	{
	width: fit-content;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_menu .nav_item a	{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.nav_menu .nav_item span	{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-family: var(--font-ff-heading);
	font-weight: 500;
	color: rgb(255, 255, 255);
	padding: 5px 10px;
	border: 1px solid rgba(180, 155, 210, 0.5);
	transition: color 0.3s, border-color 0.3s;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	word-break: keep-all;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.799);
	gap: 6px;
}
.nav_menu .nav_item span::before	{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.nav_menu .nav_item.nav_01 span::before	{
	background-image: url(../assets/images/content/icon_livecasino.png); 
}
.nav_menu .nav_item.nav_02 span::before	{
	background-image: url(../assets/images/content/icon_slotgame.png); 
}
.nav_menu .nav_item.nav_03 span::before	{
	background-image: url(../assets/images/content/icon_minigame.png); 
}
.nav_menu .nav_item.nav_04 span::before	{
	background-image: url(../assets/images/content/icon_sports.png); 
}
.nav_menu .nav_item.nav_05 span::before	{
	background-image: url(../assets/images/content/icon_holdem.png); 
}
.nav_menu .nav_item:hover span	{
	background-color: #fb00923f;
	border-color: #fb0094; 
}
.nav_menu_sec	{
	width: 40%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
}
.nav_menu_sec .nav_btn	{
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 32px;
	padding: 0 8px;
	padding-left: clamp(6px, 1.25vw, 16px);
	padding-right: clamp(6px, 1.25vw, 16px);
	background: #fb0094;
	border: 1px solid #fb0094;
	border-radius: 5px;
	font-family: var(--font-ff-heading);
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.045rem;
	word-break: keep-all;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	transition: background-color 0.3s ease, border-color 0.3s ease;
}
.nav_menu_sec .nav_btn:hover	{
	background: transparent;
	border-color: #fb0094;
}
.nav_menu_sec .nav_btn::before	{
	/* 빛 효과 */
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	opacity: 0;
}
.nav_menu_sec .nav_btn:hover::before	{
	animation: shine 0.75s;
}
.before_login,
.after_login	{
	display: inline-flex;
	gap: 3rem;
	gap: clamp(8px, 4vw, 40px);
}
.before_login .btn,
.after_login .btn	{
	display: inline-block;
	font-size: 1.4rem;
}
.after_login .btn:hover	{
	position: relative;
	color: #fb0094;
	transition: color 0.3s ease;
	text-decoration: none;
}
.after_login .btn:hover::after	{
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 110%;
	height: 2px;
	background-color: #fb0094;
	transition: background-color 0.3s ease, height 0.3s ease;
}
.head_top .user_name	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem;
	font-size: 1.3rem;
	letter-spacing: 0.025rem;
	font-weight: 400;
	font-family: var(--font-ff-heading);
}
.head_top .user_name .btn	{
	border-bottom: 1px solid;
}
.before-signin .head_top .user_name	{
	gap: 0.25rem;
}
.head_top .cashpoint	{
	display: flex;
	align-items: center;
	gap: 1rem;
}
.head_top .cashpoint > span	{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 1.3rem;
	padding: 4px 6px;
	border-radius: 6px;
}
.head_top .cashpoint > span i	{
	display: flex;
	align-items: center;
	gap: 5px;
	line-height: 1;
}
.cashpoint	{
	font-family: var(--font-ff-heading);
}
.all_my_cash	{
	background-color: rgba(251, 0, 148, 0.6);
}
.all_my_point	{
	background-color: rgba(0, 116, 255, 0.6);
}
.cashpoint.mobile-fixed	{
	display: none;
}

/* gnb_menu */
.site_gnb	{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	padding-left: 1rem;
	padding-right: 1rem;
}
.gnb_menu	{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.panel	{
	width: 100%;
}

@media screen and (max-width: 1190px)	{
	.site_logo	{
		width: 20%;
		height: auto;
	}
	.nav_menu .nav_item span	{
		font-size: 1.3rem;
		white-space: nowrap;
	}
}

@media screen and (max-width: 767px)	{
	.site_gnb	{
		padding-left: 0;
		align-items: center;
		justify-content: center;
	}
	.site_logo	{
		z-index: 2001;
		width: 125px;
		height: 75px;
	}
	.header	{
		width: 100%;
		height: 60px;
		background: rgba(0, 0, 0, 0.6);
		background-image: none;
	}
	.header .header_container	{
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}
	.panel	{
		z-index: 1999;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		max-height: 0;
		background-color: #000000d1;
		overflow: hidden;
		transition: max-height 0.3s ease-in-out;
	}
	.panel.open	{
		top: 60px;
		max-height: 100vh;
		max-height: 100dvh;
	}
	.panel .btn_panel_toggle	{
		z-index: 2;
		display: inline-block;
		position: fixed;
		top: 7px;
		right: 0;
		width: 48px;
		height: 48px;
		margin: 0;
		background-color: transparent;
		border: none;
	}
	.panel .btn_panel_toggle span,
	.panel .btn_panel_toggle span::before,
	.panel .btn_panel_toggle span::after	{
		width: 18px;
		height: 2px;
		background-color: #fff;
		transition: all 0.3s ease-in-out;
	}
	.panel .btn_panel_toggle span	{
		display: inline-block;
		position: relative;
		margin: 22px 0 0 15px;
	}
	.panel .btn_panel_toggle span::before,
	.panel .btn_panel_toggle span::after	{
		content: "";
		position: absolute;
		left: 0;
	}
	.panel .btn_panel_toggle span::before	{
		top: -7px;
	}
	.panel .btn_panel_toggle span::after	{
		top: 7px;
	}
	.panel .btn_panel_toggle.active span	{
		background-color: transparent;
	}
	.panel .btn_panel_toggle.active span::before,
	.panel .btn_panel_toggle.active span::after	{
		top: 0;
	}
	.panel .btn_panel_toggle.active span::before	{
		transform: rotate(-135deg);
	}
	.panel .btn_panel_toggle.active span::after	{
		transform: rotate(135deg);
	}
	.nav	{
		flex-direction: column;
		height: auto;
		position: relative;
	}
	.nav_menu,
	.nav_menu_sec	{
		width: 100%;
		padding: 0 10px;
		top: 20px;
		gap: 0.75rem;
	}
	.nav_menu_sec .nav_btn	{
		width: 23%;
		flex: 1 1 0;
	}
	.gnb_menu	{
		flex-direction: column;
		height: fit-content;
		padding: 24px 0 16px;
	}
	.head_top	{
		flex-direction: column;
		justify-content: space-between;
		height: auto;
		padding-bottom: 10px;
		border-bottom: 1px solid transparent;
		border-image: linear-gradient(180deg, #ff00fb, #80006c) 1;
	}
	.head_top .user_name	{
		font-size: 1.3rem;
		margin-bottom: 1rem;
		row-gap: 1rem;
		column-gap: 1rem;
		flex-direction: column;
		align-items: center;
	}
	.before-signin .head_top .user_name	{
		flex-direction: row;
	}
	.after_login	{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
	}
	.before_login	{
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
		padding: 0 10px;
		gap: 0.75rem;
	}
	.before_login .btn	{
		font-size: 1.4rem;
	}
	.after_login .btn{
		font-size: 1.3rem;
	}
	.nav_menu .nav_item	{
		width: fit-content;
		height: 40px;
		flex: 1 1 30%;
	}
	.nav_menu .nav_item span	{
		/* font-size: 1.4rem; */
		height: 100%;
	}
	.nav_menu .nav_item.active a::after	{
		display: none;
	}
	.nav_menu_sec	{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		padding-top: 30px;
	}
	.nav_menu .nav_item span::before	{
		display: none;
	}
}

/* main_section */
.section	{
	position: relative;
	padding: 115px 0 0;
	width: 100%;
}
.section.content-box::after	{
	content: "";
	position: absolute;
	z-index: -1;
	opacity: 0.35;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../assets/images/content/bg_all.webp);
	background-repeat: repeat-y;
	background-size: cover;
	background-position: center bottom;
}
.section_inner	{
	max-width: 1310px;
	padding: 50px 0;
	margin: 0 auto;
	border-top: 15px solid transparent;
	border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 10%, #fb00948a 50%, rgba(0, 0, 0, 0) 90%) 1;
}

@media screen and (max-width: 1310px)	{
	.header .header_container	{
		max-width: 100%;
	}
	.section_inner	{
		max-width: 100%;
	}
}

@media screen and (max-width: 1190px)	{
	.section	{
		padding: 115px 0 0;
	}
	.section_inner	{
		max-width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px)	{
	.section	{
		padding: 60px 0 0;
	}
	.section_inner	{
		padding: 20px 0;
	}
	.cashpoint.mobile-fixed	{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	.cashpoint	{
		position: inherit;
		top: 60px;
		background: rgba(0, 0, 0, 0.75);
		width: 100%;
		height: fit-content;
	}
	.cashpoint dd	{
		width: 100%;
		padding: 8px 10px;
		line-height: 1;
		display: flex;
		gap: 6px;
		font-size: 12px;
	}
	.cashpoint dd strong	{
		font-weight: bold;
	}
	.cashpoint .all_my_cash	{
		justify-content: flex-start;
	}
	.cashpoint .all_my_point	{
		justify-content: flex-end;
	}
	.cashpoint dd i	{
		display: inline-flex;
		gap: 4px;
		align-items: center;
	}
}


/*	------------------------------------------------------
site language : dropdown
*/
.with-select-lang-box	{
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.select_lang	{
	position: relative;
	margin-left: 8px;
}
.dropdown	{
	display: inline-block;
	color: #ffffff;
}
.dropdown img	{
	max-width: 100%;
	max-height: 100%;
}
.dropbtn	{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	background-color: #000000;
	color: #ffffff;
	padding: 5px 5px;
	margin: 0;
	font-size: 14px;
	border-radius: 16px;
	width: fit-content;
	max-width: 150px;
	min-width: fit-content;
	height: fit-content;
	text-align: left;
}
.dropbtn .lang-select-tx	{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: fit-content;
	height: 100%;
}
.dropbtn img	{
	width: 24px;
	height: 24px;
	object-fit: scale-down;
}
/* .dropdown:hover .dropdown-content	{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
} */
.dropdown-content.show	{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.dropdown-content	{
	display: none;
	margin-top: 0;
	margin-left: 0;
	right: 0;
	overflow: hidden;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
	color: #ffffff;
	font-size: 12px;
	width: fit-content;
	min-width: 100px;
	max-width: fit-content;
	border-radius: 6px 6px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.52);
	z-index: 1;
	text-align: left;
}
.dropdown-content a	{
	display: inline-flex;
	justify-content: flex-start;
	gap: 0.5rem;
	width: 100%;
	min-width: max-content;
	padding: 6px 10px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	align-items: center;
	letter-spacing: 0.025rem;
}
.dropdown-content a:first-child	{ padding-top: 12px;}
.dropdown-content a:last-child	{ padding-bottom: 10px;}
.dropdown-content a img	{
	width: 18px;
	height: 18px;
}
.dropdown-content a:hover	{
	background-color: #5D5D5D;
	color: #ffffff;
}
.dropdown:hover .dropbtn	{
	background-color: #ec228f;
	border-color: #000000;
	color: #ffffff;
}
@media screen and (max-width: 767px)	{
	.with-select-lang-box	{
		width: 100%;
	}
	.select_lang	{
		position: fixed;
		top: 12px;
		left: 0px;
	}
	.dropbtn	{
		min-width: unset;
	}
	.dropdown-content	{
		right: unset;
		left: 0;
	}
}


/*	------------------------------------------------------
	main : slide
*/
.main_slider	{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 470px;
	background-image: url(../assets/images/content/slide-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_slider_bg	{
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 2;
	background-image: url(../assets/images/content/bg_frame.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 470px;
}
.main_slider .swiper	{
	width: 100%;
	height: 100%;
	max-width: 1310px;
	margin: 0 auto;
	position: relative;
}
.main_slider .swiper-slide	{
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 470px;
}
.main_slider .swiper-slide img	{
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_slider .swiper-pagination	{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	bottom: 100px;
}
.main_slider .swiper-pagination-bullet	{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 4px;
	opacity: 1;
}
.main_slider .swiper-pagination-bullet-active	{
	background: #00fbf3;
	width: 30px;
	height: 10px;
}
.main_slider .swiper_text	{
	width: 100%;
	height: 400px;
	background: url(../assets/images/content/slide-txt-bg.png) center no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: visible;
}
.main_slider .swiper_text span	{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	font-family: var(--font-ff-heading);
	font-style: italic;
}
.main_slider .swiper_text .g_txt	{
	text-align: center;
	font-size: 3rem;
	font-weight: 900;
	color: #fbd300;
	font-family: var(--font-ff-heading);
	text-shadow:0 0 5px rgba(255, 255, 255, 0.1),
				0 0 10px rgba(255, 255, 255, 0.1),
				0 0 15px rgba(255, 255, 255, 0.1),
				0 0 20px rgba(255, 255, 255, 0.1);
}
.main_slider .swiper_text .g_txt_02	{
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 900;
	color: #fbd300;
	font-family: var(--font-ff-heading);
	text-shadow:0 0 5px rgba(255, 255, 255, 0.1),
				0 0 10px rgba(255, 255, 255, 0.1),
				0 0 15px rgba(255, 255, 255, 0.1),
				0 0 20px rgba(255, 255, 255, 0.1);
}

/* 이미지 애니메이션 */
.img_girl	{
	position: absolute;
	bottom: 0;
	left: calc(50% - 655px); /* 중앙에서 1310px 너비의 왼쪽 끝 */
	width: 400px;
	height: 450px;
	animation: fadeInAndOut 15s ease infinite;
	transform-origin: bottom left;
}
.img_game	{
	position: absolute;
	bottom: -2%;
	right: calc(50% - 655px); /* 중앙에서 1310px 너비의 오른쪽 끝 */
	width: 540px;
	height: 368px;
	animation: fadeInAndOutReverse 15s ease infinite;
	transform-origin: bottom right;
}
.img_girl img, .img_game img	{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.img_girl	{
	animation: fadeInAndOut 15s ease infinite;
}
.img_game	{
	animation: fadeInAndOutReverse 15s ease infinite;
}
.swiper_text	{
	opacity: 0;
	transform: scale(0.9);
	transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.swiper-slide-active .swiper_text	{
	opacity: 1;
	transform: scale(1);
}
.g_txt, .g_txt_02, .swiper_text > span	{
	display: block;
	opacity: 0;
	transform: scale(0.5);
	transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

/* 슬라이드 활성화 시 텍스트 애니메이션 적용 */
.swiper-slide-active .g_txt	{
	animation: bannerText01 6s ease 1 forwards;
}
.swiper-slide-active .g_txt_02	{
	animation: bannerText02 6s ease 1 forwards;
}
.swiper-slide-active span:not(.g_txt):not(.g_txt_02)	{
	animation: bannerText03 6s ease 1 forwards;
}
/* 반응형 스타일 */
@media screen and (max-width: 1310px)	{
	.img_girl	{	left: 0; /* 화면 너비가 1310px 이하일 때 왼쪽 끝으로 */}
	.img_game	{	right: 0; /* 화면 너비가 1310px 이하일 때 오른쪽 끝으로 */}
}

@media screen and (max-width: 1190px)	{
	.ani_wrap	{
		max-width: 100%;
	}
	.main_slider	{
		background-size: cover;
	}
	.main_slider .swiper_text	{
		width: 400px;
		height: 400px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.main_slider .swiper_text span	{
		font-size: 1.6rem;
	}
	.main_slider .swiper_text .g_txt	{
		font-size: 3rem;
	}
	.main_slider .swiper_text .g_txt_02	{
		font-size: 2.6rem;
	}
	.main_slider .swiper-pagination	{
		bottom: 140px;
	}
	.img_girl	{
		width: 300px;
		height: 375px;
	}
	.img_game	{
		width: 405px;
		height: 276px;
	}
}

@media screen and (max-width: 767px)	{
	.main_slider	{
		margin-left: 0;
		height: 360px;
		margin-top: -60px;
		background-size: cover;
	}
	.main_slider_bg	{
		height: 360px;
	}
	.main_slider .swiper-slide	{
		height: 360px;
	}
	.main_slider .swiper_text	{
		width: 300px;
		height: 300px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.main_slider .swiper_text span	{
		font-size: 1.3rem;
	}
	.main_slider .swiper_text .g_txt	{
		font-size: 2.4rem;
	}
	.main_slider .swiper_text .g_txt_02	{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.main_slider .swiper-pagination	{
		bottom: 100px;
	}
	.main_slider .swiper-pagination-bullet	{
		width: 5px;
		height: 5px;
	}
	.main_slider .swiper-pagination-bullet-active	{
		width: 14px;
		height: 5px;
	}
	.img_girl	{
		left: 0%;
		width: 203px;
		height: 375px;
		top: 70px;
	}
	.img_game	{
		right: 0%;
		width: 273px;
		height: 216px;
		bottom: -27px;
	}
}

@media screen and (max-width: 576px)	{
	.main_slider .swiper_text	{
		width: 250px;
		height: 250px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.main_slider .swiper_text span	{
		font-size: 1rem;
	}
	.main_slider .swiper_text .g_txt	{
		font-size: 1.8rem;
	}
	.main_slider .swiper_text .g_txt_02	{
		font-size: 1.6rem;
	}
}





/*	------------------------------------------------------
	tab : 
*/
.menu_tab	{
	position: relative;
	width: 100%;
}
.menu_tab ul	{
	position: relative;
	width: 1310px;
	margin: 0 auto;
	padding: 0 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	gap: clamp(8px, 1.6vw, 16px);
}
.menu_tab li	{
	position: relative;
	flex: 1 1 140px;
	width: auto;
	min-width: max-content;
	max-width: clamp(140px, 38vw, 380px);
	height: clamp(110px, 22vw, 220px);
	border: 2px solid transparent;
	border-image: linear-gradient(140deg, #61579c, #00d8ff00, #fb009400, #fb009400, #61579c) 1;
	background-color: transparent;
	cursor: pointer;
}

.menu_tab li button	{
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0 16px;
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	background: transparent;
	background-repeat: repeat;
	background-size: 100% auto;
	background-position: center;
	line-height: 1.15;
	font-size: clamp(16px, 2.8vw, 28px);
	font-family: var(--font-ff-accent);
	font-weight: bold;
	text-shadow: 1px 1px 2px #5a2841, 1px 1px 2px #5a2841, 0px 0px 4px #230d18;
	transition: background-image 0.3s ease-in-out, color 0.3s;
}
.menu_tab li button em	{
	font-size: clamp(13px, 1.8vw, 18px);
	font-weight: bold;
	font-style: oblique;
	font-family: serif;
}
.menu_tab li::after	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #370b24;
	background-image: url(../assets/images/content/tab_button1.png);
	background-repeat: repeat;
	background-size: 100% auto;
	background-position: center;
	opacity: 0.75;
}
.menu_tab li::before	{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-size: 100% auto;
	background-position: center;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.menu_tab li.active	{	border-image: linear-gradient(140deg, #fb0094, #00d8ff00, #fb009400, #fb009400, #fb0094) 1;}
.menu_tab li.active button	{color: #fff;padding-top: clamp(32px, 8vw, 80px);}
.menu_tab li:hover::before,
.menu_tab li.active::before	{	opacity: 1;	animation: steamFade 2s ease-in-out infinite;}
.menu_tab li.casinolive:hover::before,
.menu_tab li.casinolive::before,
.menu_tab li.casinolive.active::before	{	background-image: url(../assets/images/content/tab_button1_hover.png);}
.menu_tab li.slotgame:hover::before,
.menu_tab li.slotgame::before,
.menu_tab li.slotgame.active::before	{	background-image: url(../assets/images/content/tab_button2_hover.png);}
.menu_tab li.minigame:hover::before,
.menu_tab li.minigame::before,
.menu_tab li.minigame.active::before	{	background-image: url(../assets/images/content/tab_button3_hover.png);}
.menu_tab li.sports:hover::before,
.menu_tab li.sports::before,
.menu_tab li.sports.active::before		{	background-image: url(../assets/images/content/tab_button4_hover.png);}
.menu_tab li.holdem:hover::before,
.menu_tab li.holdem::before,
.menu_tab li.holdem.active::before		{	background-image: url(../assets/images/content/tab_button5_hover.png);}
.menu_tab li.casinohotel:hover::before,
.menu_tab li.casinohotel::before,
.menu_tab li.casinohotel.active::before	{	background-image: url(../assets/images/content/tab_button3_hover.png);}

/* .menu_tab.fixed	{	position: fixed;	z-index: 1000;	top: 16px;	width: 100%;	max-width: 1310px;} */
.cont_tab	{
	padding: 16px 0;
	transition: margin-top 0.3s;
	margin-top: 0px !important;
}
.cont_tab_area	{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1310px)	{
	.menu_tab	{
		padding: 0;
		display: flex;
		flex-direction: row;
	}
	.menu_tab ul	{
		width: 100%;
	}
	.menu_tab li	{
		/* width: calc(100% / 3 - 20px); */
		/* height: clamp(110px, 25vw, 220px); */
	}
}
@media screen and (max-width: 1190px)	{
	.menu_tab li button	{
		/* font-size: 1.6rem; */
	}
}
@media screen and (max-width: 767px)	{
	.menu_tab ul	{
		padding: 0 1rem;
		/* gap: 0.5rem; */
	}
	.menu_tab li	{
		/* width: calc(100% / 3 - 0.35rem); */
		/* 간격 조정 */
		/* min-width: 140px; */
	}
	.menu_tab li:last-child	{
		margin-right: 0;
	}
	.menu_tab li button	{
		height: 100%;
		/* font-size: 1.4rem; */
	}
	.cont_tab	{
		padding: 8px 0;
	}
}
@media screen and (max-width: 576px)	{
	/* .menu_tab li	{ flex: 1 1 0;} */
	/* .menu_tab li button	{	font-size: 1.2rem;	background-size: 100% 100%;} */
}
.cont_bottom	{
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000d6 35%, #000000d6 75%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	padding: 70px 0 65px;
	border-bottom: 1.5px solid transparent;
	border-top: 1.5px solid transparent;
	border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 10%, #fb0094 50%, rgba(0, 0, 0, 0) 90%) 1;
}
.cont_bottom_inner	{
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
}

/* board */
.board_wrap	{
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 0 40px 0;
}
.board_title	{
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
	margin-bottom: 22px;
}
.board_title img	{
	height: 100%;
}
.board_title::before, .board_title::after	{
	content: "";
	position: absolute;
	display: inline-block;
	width: 80px;
	height: 19px;
	background-repeat: no-repeat;
	top: 19px;
	background-image: url(../assets/images/content/notice_line.png);
}
.board_title::before	{
	left: 0;
}
.board_title::after	{
	right: 0;
	transform: rotate(-180deg);
}
.board_wrap .inner_wrap	{
	width: 100%;
	height: 290px;
	padding: 10px;
	border: 1px solid #0a0e13;
	background: linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0, 0, 0) 50%, rgb(0 0 0 / 50%) 100%);
	border: 1.5px solid transparent;
	border-image: linear-gradient(90deg, #fb0094, #00d8ff00, #fb009400, #fb009400, #fb0094) 1;
}
.board_wrap .inner_wrap .list	{
	width: 100%;
}
.board_wrap .inner_wrap .list a	{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.inner_wrap .list.notice span	{
	display: inline-block;
	width: 20%;
	text-align: right;
	font-size: 1.2rem;
	font-weight: 300;
}
.inner_wrap .list.notice span:nth-child(1)	{
	width: 80%;
	overflow: hidden;
	font-size: 1.4rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.nt_wrap	{
	width: 510px;
	padding: 0 30px 0;
}
.nt_wrap .inner_wrap .list li	{
	padding: 8px 15px 8px 10px;
}
.nt_wrap .inner_wrap .list li a::before	{
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 100%;
	background-color: #fff;
	vertical-align: top;
	margin: 1px 8px 0 0;
}
.dw_wrap	{
	width: calc(100% - 510px);
	padding: 0;
	margin-left: 30px;
	height: 290px;
}
.dw_wrap .inner_wrap	{
	overflow: auto;
	display: flex;
	flex-direction: row;
	width: 100%;
}
.dw_wrap .inner_wrap .list	{
	width: 50%;
}
.inner_wrap .list .sticker	{
	display: inline-block;
	width: 38px;
	height: 20px;
	line-height: 18px;
	border-radius: 4px;
}
.inner_wrap .list.withdraw .sticker	{
	background: #00628c;
	border: 1px solid #00d8ff;
}
.inner_wrap .list.deposit .sticker	{
	background: #530031;
	border: 1px solid #fb0094;
}
.dw_wrap .inner_wrap .list li	{
	padding: 8px 10px;
}
.dw_wrap .inner_wrap .list li:nth-child(odd)	{
	background-color: #262b30;
}
.dw_wrap .inner_wrap .list span	{
	display: inline-block;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 300;
}
.dw_wrap .inner_wrap .list span:nth-child(1)	{
	width: 12%;
	font-size: 1.2rem;
}
.dw_wrap .inner_wrap .list span:nth-child(2)	{
	width: calc(28% - 10px);
	text-align: left;
	padding-left: 10px;
}
.dw_wrap .inner_wrap .list span:nth-child(3)	{
	width: calc(30% - 10px);
	padding-left: 10px;
	text-align: left;
}
.dw_wrap .inner_wrap .list span:nth-child(4)	{
	width: calc(30% - 10px);
	padding-left: 4px;
	padding-right: 4px;
	text-align: right;
}

@media screen and (max-width: 344px)	{
	.dw_wrap .inner_wrap .list span:nth-child(2)	{	width: calc(30% - 10px);}
	.dw_wrap .inner_wrap .list span:nth-child(3)	{	width: calc(28% - 10px);}
}

.btn_cs	{
	position: relative;
	width: 100%;
	margin: 65px 0 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 0;
	list-style: none;
}
.btn_cs li	{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 300px;
	height: 75px;
	background: linear-gradient(to bottom, #b7006c 5%, #530031 100%);
	border: 1px solid #fb0094;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	font-family: var(--font-ff-heading);
	padding-right: 20px;
	padding-left: 20px;
}
.btn_cs li::before	{
	content: "";
	display: inline-block;
	width: 56px;
	height: 56px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 16px;
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.5));
}
.btn_cs li:nth-child(1)::before	{	background-image: url("../assets/images/content/icon_sns1.png");}
.btn_cs li:nth-child(2)::before	{	background-image: url("../assets/images/content/icon_sns2.png");}
.btn_cs li:nth-child(3)::before	{	background-image: url("../assets/images/content/icon_sns3.png");}
.btn_cs li:nth-child(1)::before	{	background-image: url("../assets/images/content/icon_sns1.png");}
.btn_cs li:nth-child(2)::before	{	background-image: url("../assets/images/content/icon_sns2.png");}
.btn_cs li:nth-child(3)::before	{	background-image: url("../assets/images/content/icon_sns3.png");}

@media screen and (max-width: 1190px)	{
	.cont_bottom_inner	{
		max-width: 100%;
	}
	.board_wrap	{
		padding: 0 30px;
	}
	.nt_wrap	{
		padding: 0;
		width: 40%;
	}
	.dw_wrap	{
		margin-left: 2%;
		width: 58%;
	}
	.dw_wrap .inner_wrap .list span	{
		font-size: 1.2rem;
	}
	.board_title	{
		height: 50px;
	}
	.cs_divide	{
		display: none;
	}
	.btn_cs	{
		flex-wrap: wrap;
		gap: 2%;
	}
	.btn_cs li	{
		width: 30%;
	}
	.btn_cs::before,
	.btn_cs::after	{
		display: none;
	}
	.btn_cs a	{
		width: 32%;
	}
}
@media screen and (max-width: 767px)	{
	.board_wrap	{
		flex-direction: column;
		padding: 0 1rem;
	}
	.board_wrap .inner_wrap	{
		height: auto;
		padding: 0;
	}
	.cont_bottom	{
		padding: 50px 0;
	}
	.dw_wrap,
	.nt_wrap	{
		width: 100%;
	}
	.nt_wrap	{
		padding: 0;
	}
	.dw_wrap	{
		margin-top: 40px;
		margin-left: 0;
	}
	.board_title::before,
	.board_title::after	{
		width: 80px;
		height: 19px;
		top: 17px;
	}
	.dw_wrap	{
		height: auto;
	}
	.dw_wrap .inner_wrap	{
		flex-direction: column;
	}
	.dw_wrap .inner_wrap .list	{
		width: 100%;
	}
	.btn_cs	{
		flex-direction: column;
		gap: 10px;
	}
	.btn_cs li	{
		width: 70%;
		max-width: 220px;
		height: 48px;
		font-size: 1.2rem;
	}
	.btn_cs a	{
		height: 50px;
	}
	.btn_cs li::before	{
		width: 30px;
		height: 30px;
	}
}


/*	------------------------------------------------------
	footer : 
*/
.footer	{
	width: 100%;
	background: #040506;
}
.footer_inner	{
	max-width: 1310px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.footer_inner > div img	{
	width: 100%;
	max-width: 260px;
	height: auto;
}
.copyright	{
	background: #0b0d11;
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright .info	{
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
}
.copyright .info em	{
	color: #757575;
	margin-left: 10px;
}
.copyright .info em::before	{
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-top: -1px;
	width: 1px;
	height: 12px;
	background-color: #757575;
	vertical-align: middle;
}

/* 반응형 스타일 */
@media screen and (max-width: 1310px)	{
	.footer_inner	{
		max-width: 100%;
		flex-wrap: wrap;
		gap: 10px;
	}
	.footer_inner > div	{
		flex: 1;
		text-align: center;
	}
	.footer_inner img	{
		max-width: 150px;
	}
}

@media screen and (max-width: 767px)	{
	.footer_inner	{
		flex-direction: column;
		gap: 20px;
		padding: 30px;
	}
	.footer_inner > div	{
		width: 100%;
		text-align: center;
	}
	.footer_inner img	{
		max-width: 80%;
	}
	.copyright	{
		height: 40px;
		line-height: 40px;
	}
	.copyright .info	{
		font-size: 1.2rem;
	}
}

/*	------------------------------------------------------
	popup : popup_box
*/
.bg_mask	{
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
}
.popup_box	{
	display: none;
	position: absolute;
	width: 350px;
	border-radius: 10px;
	border: 2px solid #fb0094;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.85)), url(../assets/images/content/popup-bg.webp) no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.popup_box.view	{
	display: block;
	overflow: auto;
	z-index: 1000;
	max-height: 100vh;
	max-height: 100dvh;
	
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}
.popup_multi	{
	display: none;
	overflow: hidden;
	position: absolute;
	background: radial-gradient(100% 100% at 50% 0, #2667c0 0, #031f46 100%),
				linear-gradient(90deg, #bf9b30, #ffecb1 50.93%, #bf9b30);
	width: 280px;
	border-radius: 13px;
	border: 0;
}
.popup_multi.view	{
	z-index: 9998;
	display: block;
}
.layer_content	{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(12px, 3.2vw, 32px);
	padding-top: clamp(16px, 4vw, 40px);
	width: 100%;
}
.layer_head	{
	text-align: center;
	margin-bottom: clamp(12px, 2.0vw, 20px);
}
.layer_head p	{
	display: block;
	font-size: 2rem;
	font-family: var(--font-ff-heading);
	letter-spacing: 0;
	color: #ffffff;
	position: relative;
	padding: 0 20px;
}
.layer_head p::before, .layer_head p::after	{
	content: "";
	position: absolute;
	top: 50%;
	max-width: 220px;
	width: 25%;
	height: 0.1rem;
	background-color: #ffffff;
	transform: translateY(-50%);
}
.layer_head p::before	{	left: 0;}
.layer_head p::after	{	right: 0;}
.layer_foot	{
	padding: 20px 0;
}
.layer_foot .text_link	{
	text-align: center;
	font-size: 1.3rem;
}
.layer_foot .text_link button	{
	display: inline-block;
	font-size: 1.4rem;
	margin-left: 10px;
}
.layer_foot .text_link span	{
	color: #757575;
}
.layer_foot .text_link > div	{
	display: flex;
	align-items: center;
	justify-content: center;
}
.layer_foot .text_link > div + div	{
	margin-top: 8px;
}

.popup_box .close	{
	z-index: 9999;
	position: absolute;
	top: 4px;
	right: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: unset;
	width: 40px;
	height: 40px;
	color: var(--popup-concept-color);
	opacity: 1;
	font-size: 2.15rem;
	background: rgba(10, 10, 30, 0.65);
	border-radius: 16px;
	transition: all 0.35s ease-in-out;
}
.popup_box .close:hover	{
	background: none;
	border: 0;
	color: #fff;
	transform: scale(1.2);
	transform-origin: center;
}
.popup_box .close i	{
	line-height: 0;
}
.popup_box .close.center-top-close	{
	top: 2px;
	right: -2px;
	transform: translate(0, -100%);
	background: rgb(115 18 78);
	border: 2px solid rgb(231 4 136);
	border-bottom-color: #73114b;
	color: #ffffff;
	font-size: clamp(14px, 1.8vw, 18px);
	box-sizing: content-box;
	transition: all 0.3s ease-in-out;
	border-radius: 6px 6px 0 0;
}
.popup_box .close.center-top-close:hover	{
	background-color: rgba(178, 112, 44, 0.75);
	border-bottom-width: 4px;
}
.popup_box .close.center-top-close i	{
	display: inline-block;
	transition: transform 0.3s ease-in-out;
}
.popup_box .close.center-top-close:hover i	{
	transform: rotate(180deg);
}
.popup_box .close.center-top-close:not(:hover) i	{
	transform: rotate(-180deg);
}
/*	popup : all_popup	*/
.popup_box.all_popup	{
	max-width: 750px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}


/*	------------------------------------------------------
	game_list : 
*/
.game_list	{
	width: 100%;
	padding: 8px 0 0;
}
.game_list ul	{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	gap: 1rem;
}
.game_list ul li	{
	position: relative;
	width: calc(100% / 4 - 0.75rem);
	height: clamp(140px, 20vw, 240px);
	margin: 0;
	overflow: hidden;
	border: 1.5px solid transparent;
	border-image: linear-gradient(140deg, #fb0094, #00d8ff00, #fb009400, #fb009400, #fb0094) 1;
}
.game_list.slot_list ul li	{
	width: calc(100% / 6 - 0.835rem);
	height: clamp(160px, 21vw, 210px);
}
.game_list ul li::before	{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	opacity: 0;
	pointer-events: none;
}
.game_list ul li:hover::before	{
	animation: shine 0.85s;
}
.game_list ul li::after	{
	content: "";
	z-index: 1; /* 변경된 부분 */
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(118deg,
				rgba(251, 0, 148, 0),
				rgba(255, 40, 209, 1),
				rgba(251, 0, 148, 1),
				rgba(0, 247, 255, 0),
				rgba(255, 255, 255, 0));
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	filter: blur(0px);
	animation: steam 5s linear infinite;
	opacity: 0.5;
	pointer-events: none;
}
.game_list ul li:hover::after	{
	z-index: -1;
}

.game_list ul li a	{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.game_list ul li img	{
	width: calc(100% + 10px);
	position: absolute;
	left: -5px;
	top: -5px;
}

.game_list .badge_hot {
	position: absolute;
	left: 69%;
	top: -14%;
	width: 30%;
	height: auto;
	filter: drop-shadow(2px 4px 6px black);
}
.game_list.slot_list .badge_hot {
	left: 67%;
	top: -11%;
}




/* 중앙 하단 텍스트 박스 */
.game_list ul li .text-box,
.game_list.slot_list ul li .text-box	{
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px;
	background: linear-gradient(0deg, #530031c7 0%, #b7006cd1 50%, #fb0094bf 100%);
	color: white;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	width: 50%;
	line-height: 1.15;
	font-family: var(--font-ff-heading);
	border: 1px solid #fb0094;
	transition: all 0.3s ease-in-out;
}
.game_list.slot_list ul li .text-box	{
	bottom: 16px;
	width: 65%;
	min-width: fit-content;
}
.game_list ul li:hover .text-box	{
	z-index: 4;
	background: linear-gradient(185deg, #530031c7 0%, #b7006cd1 50%, #fb0094bf 100%);
	border-radius: 24px;
	width: 80%;
}


@media screen and (max-width: 1310px)	{
	.game_list	{
		padding: 10px 30px 0;
	}
	.game_list.slot_list ul li	{
		width: calc(100% / 5 - 0.8rem);
	}
	.game_list ul li .text-box,
	.game_list.slot_list ul li .text-box	{
		font-size: 13px;
		padding: 6px 6px;
		width: 60%;
	}
}

@media screen and (max-width: 1190px)	{
	.game_list ul	{
		justify-content: flex-start;
	}
	.game_list ul li .text-box,
	.game_list.slot_list ul li .text-box	{
		font-size: 13px;
		padding: 6px 6px;
		width: 60%;
	}
	.game_list .badge_hot {top: -11%;}
	.game_list.slot_list .badge_hot {top: -11%;}
}

@media screen and (max-width: 1075px)	{
	.game_list.slot_list ul li	{
		width: calc(100% / 4 - 0.8rem);
	}
	.game_list ul li .text-box,
	.game_list.slot_list ul li .text-box	{
		font-size: 12px;
		padding: 6px 6px;
		width: 50%;
	}
}

@media screen and (max-width: 916px)	{
	.game_list ul li	{
		width: calc(100% / 3 - 0.75rem);
	}
	.game_list ul li .text-box,
	.game_list.slot_list ul li .text-box	{
		font-size: 12px;
		padding: 6px 6px;
		width: 50%;
	}
}

@media screen and (max-width: 767px)	{
	.game_list	{
		padding: 1rem;
	}
	.game_list.slot_list ul li	{
		width: calc(100% / 3 - 0.7rem);
	}
	.game_list ul li .text-box,
	.game_list.slot_list ul li .text-box	{
		font-size: 12px;
		padding: 4px 4px;
		width: 60%;
	}
	.game_list .badge_hot {top: -15%;}
	.game_list.slot_list .badge_hot {top: -12%;}
}

@media screen and (max-width: 576px)	{
	.game_list ul li	{
		width: calc(100% / 2 - 0.5rem);
	}
	.game_list ul li .text-box,
	.game_list.slot_list ul li .text-box	{
		padding: 6px 4px;
		width: 60%;
		line-height: 1;
		bottom: 8px;
	}
}

@media screen and (max-width: 500px)	{
	.game_list ul li .text-box,
	.game_list.slot_list ul li .text-box	{
		width: 100%;
		bottom: 0;
		border-radius: 0;
	}
	.game_list .badge_hot {	top: -14%;}
	.game_list.slot_list .badge_hot {top: -9%;}
}

@media screen and (max-width: 430px)	{
	.game_list.slot_list ul li	{
		width: calc(100% / 2 - 0.5rem);
	}
	.game_list ul li .text-box,
	.game_list.slot_list ul li .text-box	{
		font-size: 11px;
		padding: 4px 2px;
		width: 100%;
	}
	.game_list .badge_hot {top: -10%;}
	.game_list.slot_list .badge_hot {top: -9%;}
}


/*	------------------------------------------------------
	button : common
*/
.button_area	{
	width: 100%;
	margin-top: clamp(16px, 4vw, 40px);
}
.button_area .btn	{
	display: block;
	width: 100%;
	border: 1px solid #c000ff;
	border-radius: 4px;
	background: linear-gradient(to bottom, #a700de 5%, #40005d 100%);
	color: #fff;
	font-size: 1.4rem;
	height: 40px;
	line-height: 1.15;
	text-align: center;
	font-weight: 400;
	border-radius: 4px;
	font-family: var(--font-ff-heading);
	font-weight: 500;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button_area .btn:hover	{
	filter: brightness(1.2);
}
.button_area .btn.active	{
	background: #59d040;
	border: 1px solid #00ff4b;
	border-radius: 4px;
	background: linear-gradient(to bottom, #00bc48 5%, #055800 100%);
}
.button_area .btn + .btn	{
	margin-top: 10px;
}
.button_area.button_2	{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.button_area.button_2 .btn	{
	width: 49%;
}
.button_area.button_2 .btn + .btn	{
	margin-top: 0;
}

/* common form */
.input input::-webkit-input-placeholder	{
	color: rgba(0, 0, 0, 0.3);
	font-size: 1.6rem;
}
.input input:-ms-input-placeholder	{
	color: rgba(0, 0, 0, 0.3);
	font-size: 1.6rem;
}
.input input::placeholder	{
	color: rgba(0, 0, 0, 0.3);
	font-size: 1.6rem;
}
.inpClear	{
	z-index: 10;
	position: absolute;
	right: 15px;
	top: 13px;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: top;
}
.inpClear i	{
	font-size: 1.4rem;
	font-weight: 900;
	color: #ee3e73;
}
.form + .form	{
	margin-top: 15px;
}
.form_text + .form_text	{
	margin-top: 15px;
}
.form	{
	position: relative;
}
.form .form_title	{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1.6rem;
	color: #000;
	margin-bottom: 4px;
	font-weight: 400;
}
.form .form_title h3	{
	font-weight: 400;
}
.asc	{
	color: #ee3e73;
	display: block;
	text-align: left;
	margin: 5px 0 0 2px;
	font-size: 1.2rem;
	font-weight: 400;
}
.desc	{
	display: block;
	color: #000;
	font-size: 1.6rem;
	margin: 9px 0 0 0;
	text-align: right;
}
.form_noti	{
	color: #000;
	font-size: 1.6rem;
	line-height: 23px;
	text-align: right;
	margin-bottom: 50px;
}
.form .form_text	{
	position: relative;
}
.form .input	{
	overflow: hidden;
	position: relative;
	display: block;
	padding: 0 35px 0 50px;
	width: 100%;
	height: 38px;
	font-size: 1.4rem;
	background-color: #fff;
	border-radius: 4px;
}
.form .input input	{
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	font-size: 1.4rem;
	background-color: transparent;
	color: #153858;
	text-align: left;
}
.form .input .iconImg	{
	width: 15px;
	height: 15px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.form .input .icon_font	{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #263252;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
}
.form .input i	{
	color: #fff;
}
.form.select	{
	text-align: left;
	width: 100%;
}
.form.select .select_box	{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 28px;
	background-color: #fff;
	border-top: 1px solid #1f2937;
	border-bottom: 1px solid #1f2937;
}
.form.select .select_box label	{
	position: absolute;
	font-size: 1.4rem;
	top: 0;
	left: 10px;
	color: #1f2937;
	line-height: 26px;
}
.form.select .select_box::after	{
	content: "";
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 11px;
	margin-left: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #1f2937 transparent transparent transparent;
	vertical-align: top;
}
.form.select .select_box .select	{
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 1.4rem;
}
.form.select .select_box label.on	{
	color: #1f2937 !important;
}

@media screen and (max-width: 767px)	{
	.button_area .btn	{
		height: 35px;
		font-size: 1.3rem;
	}
}
.popup_box.w450	{
	width: 450px;
}
.popup_box.w648	{
	width: 648px;
}
.popup_box.w700	{
	width: 700px;
}
.menu_tab_type_02	{
	position: relative;
	width: 100%;
	z-index: 1000;
}
.menu_tab_type_02 ul	{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.menu_tab_type_02 li	{
	background-color: transparent;
	width: calc(100% / 2);
	height: 42px;
	cursor: pointer;
	position: relative;
}
.menu_tab_type_02 li button	{
	font-family: var(--font-ff-heading);
	background: #5c0036;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 4px;
	line-height: 1;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
	transition: all 0.3s;
}
.menu_tab_type_02 li.active button	{
	font-family: var(--font-ff-heading);
	color: #fff;
	background: #fb0094;
}
.menu_tab_type_02.tab_05 li	{
	flex: 1 1 0;
	width: auto;
	min-width: fit-content;
	border: 1px solid #fb0094;
	border-right: none;
	overflow: hidden;
}
.menu_tab_type_02.tab_05 li:last-child	{
	border-right: 1px solid #fb0094;
}
.common_dl_form	{
	width: 100%;
	padding: 0;
}
.common_dl_form dl	{
	display: flex;
	align-items: center;
	border: 1px solid #d6ffff1f;
	border-bottom: none;
	flex-wrap: wrap;
}
.common_dl_form dt	{
	display: inline-flex;
	width: 20%;
	font-size: 1.3rem;
	font-weight: 600;
	height: 40px;
	padding: 0 4px 0 4px;
	background: #d6ffff1f;
	border-bottom: 1px solid #d6ffff1f;
	margin-bottom: 1px;
	align-items: center;
	word-break: keep-all;
	justify-content: center;
}
.common_dl_form dd {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	height: 40px;
	padding: 0 8px;
	margin-bottom: 1px;
	border-bottom: 1px solid #d6ffff1f;
	line-height: 1;
	font-size: 1.3rem;
}
.common_dl_form dd span	{
	width: 98%;
	display: block;
	color: #ff64b1;
}
.common_dl_form dd span.msg	{
	color: #00c8ff;
	margin-top: 5px;
	font-size: 1.1rem;
}
.common_dl_form dd.textarea_custom {
	height: fit-content;
	min-height: max-content;
}
.common_dl_form dl.withdrawMoney	{
	align-items: stretch;
}
.common_dl_form dl.withdrawMoney dd	{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: max-content;
	padding: 4px 0 4px 8px;
}
.common_dl_form dl.withdrawMoney .btn_money-set	{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 4px;
	width: 100%;
	align-items: center;
}
.common_dl_form dl.withdrawMoney .btn_money-set .btn_money	{
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 5px;
	margin: 8px 0;
}
.common_dl_form dl.withdrawMoney .btn_money-set .btn_money > *	{
	font-family: var(--font-ff-mono);
	font-weight: 500;
	line-height: 1.15;
}
.common_dl_form .btn {
	display: inline-block;
	background: #63003a;
	border: 1px solid #fb0094;
	text-align: center;
	height: 30px;
	line-height: 1;
	padding: 0 12px;
	border-radius: 4px;
	width: max-content;
}

.cswriteLayer .common_dl_form dl dt:nth-of-type(2)	{	height: 260px;}
.cswriteLayer .common_dl_form dl dd:nth-of-type(2)	{	height: 260px !important;}

.layer_body	{
	width: 100%;
}
.common_list	{
	width: 100%;
	position: relative;
}
.list_inner	{
	overflow-y: auto;
	min-height: 200px;
	max-height: 400px;
}
.common_list ul	{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	flex-wrap: nowrap;
}
.common_list li	{
	width: 25%;
	padding: 10px 6px;
	font-size: 1.3rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.common_list li a	{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-word;
}
.common_list .thead	{
	margin-bottom: 10px;
}
.common_list .thead li	{
	text-align: center;
	background: linear-gradient(to bottom, #b7006c 5%, #530031 100%);
	color: #fff;
	border: 1px solid #fb0094;
}
.common_list .tlist li	{
	text-align: center;
}
.common_list.notice li:nth-child(1)	{	width: 10%;}
.common_list.notice li:nth-child(2)	{	width: 70%;}
.common_list.notice li:nth-child(3)	{	width: 20%;}
.common_list .tlist li:nth-child(2)	{	text-align: left;}
.common_list.coupon li:nth-child(1)	{	width: 70%;}
.common_list.coupon li:nth-child(2)	{	width: 30%;	text-align: center;}
.common_list.list_5 li:nth-child(1)	{	width: 10%;}
.common_list.list_5 li:nth-child(2)	{	width: 30%;	text-align: center;}
.common_list.list_5 li:nth-child(3)	{	width: 20%;}
.common_list.list_5 li:nth-child(4)	{	width: 20%;}
.common_list.list_5 li:nth-child(5)	{	width: 20%;}
.common_list .tlist.contNone li	{
	width: 100%;
	padding: 15px 0 25px;
	text-align: center;
	font-size: 1.4rem;
}

.btn_money	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0 0;
}
.btn_money input	{
	padding: 0 15px;
	height: 32px;
	display: inline-block;
	line-height: 1.15;
	color: #fff;
	font-size: 1.35rem;
	font-weight: bold;
	border: 1px solid #fb0094;
	border-radius: 4px;
	background: linear-gradient(to bottom, #8f0054 5%, #530031 100%);
}
.btn_money input:hover	{
	filter: brightness(1.2);
}
.btn_money input.active	{
	filter: brightness(1.2);
}
.btn_money .inp_reset	{
	display: inline-block;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(to bottom, #00a6a1 5%, #001d61 100%);
	border: 1px solid #00efff;
	border-radius: 4px;
}
.input_area	{
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
}
.input_area input	{
	width: 97.4%;
	height: 100%;
	text-align: left;
	padding: 0 15px;
	color: #fb0094;
	background-color: #000000d1;
	border: 1px solid #fb00949c;
	border-radius: 4px;
	font-weight: 700;
}
.layer_input	{
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
}
.layer_input input	{
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0 6px;
}
.border_bottom	{
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	margin-bottom: 4px;
	padding-bottom: 10px !important;
}

@media screen and (max-width: 767px)	{
	.popup_box	{
		width: 95%;
	}
	.popup_box.w450	{
		width: 95%;
	}
	.popup_box.w648	{
		width: 95%;
	}
	.popup_box.w700	{
		width: 95%;
	}
	.layer_content	{}
	.layer_head p	{
		font-size: 1.6rem;
	}
	.menu_tab_type_02 li button	{
		height: 40px;
		line-height: 40px;
	}
	.btn_money input	{
		padding: 0 8px;
		margin: 0;
		font-size: 1.3rem;
		line-height: 1;
		flex: 1 1 0;
	}
	.common_dl_form dt	{
		width: 35%;
		font-size: 1.1rem;
	}
	.common_dl_form dd	{
		width: 65%;
	}
	.menu_tab_type_02 li button	{
		font-size: 1.2rem;
	}
	.common_list.notice li:nth-child(2)	{	width: 60%;}
	.common_list.notice li:nth-child(3)	{	width: 30%;}
	.common_list.list_5 li:nth-child(1)	{	width: 20%;}
	.common_list.list_5 li:nth-child(2)	{	width: 20%;	text-align: center;}
	.common_list.list_5 li:nth-child(3)	{	width: 20%;}
	.common_list.list_5 li:nth-child(4)	{	width: 20%;}
	.common_list.list_5 li:nth-child(5)	{	width: 20%;}
	.common_list .tlist.contNone li		{	width: 100%;	font-size: 1.3rem;}
}


/*	**********	NEW TABLE LIST	**********	*/
:root	{
	--tb-th-bg: linear-gradient(to bottom, #b7006c 5%, #530031 100%);
	--tb-tx-color: #fff;
	--tb-point-color: #fb0094;
	--tb-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
}
.table_list	{
	overflow: auto;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 60vh;
	max-height: 60dvh;
}
.table_list .tb_common	{
	width: 100%;
	min-width: fit-content;
	border-collapse: initial;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: var(--tb-shadow);
}
.table_list .tb_common thead	{
	position: sticky;
	top: 0;
}
.tb_common th	{
	padding: clamp(8px, 1vw, 10px);
	background: var(--tb-th-bg);
	-webkit-background: var(--tb-th-bg);
	color: var(--tb-tx-color);
	border-right: none;
	box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.25);
	word-break: keep-all;
	font-size: clamp(11px, 2vw, 13px);
	text-align: center;
}
.tb_common th + th	{
	border-left: 1px solid;
	border-color: rgba(255, 255, 255, 0.25);
}
.tb_common td	{
	padding: clamp(8px, 1vw, 14px);
	padding-left: clamp(4px, 1vw, 14px);
	padding-right: clamp(4px, 1vw, 14px);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	vertical-align: middle;
	font-size: clamp(1.1rem, 1.75vw, 1.3rem);
	word-break: keep-all;
	text-align: center;
	font-weight: normal;
}
.tb_common td:last-child	{
	border-right: none;
}
.tb_common tr	{
	background-color: rgba(255, 255, 255, 0);
	transition: background-color 0.2s;
}
.tb_common tr:nth-child(even)	{
	background-color: rgba(255, 255, 255, 0.075);
}
.tb_common tr:hover	{
	background-color: rgba(255, 255, 255, 0.125);
}
.tb_common .subject	{
	text-align: left;
	font-size: clamp(1.2rem, 1.75vw, 1.4rem);
}
.tb_common .none-article	{
	width: 100%;
	padding: 4rem 0 !important;
	text-align: center;
	font-size: 1.4rem;
}
.tb_common .read-article td	{
	padding: clamp(8px, 5vw, 24px);
	padding-right: clamp(4px, 2vw, 8px);
	text-align: left;
	line-height: 1.75;
	background: #8aaaff29;
}



/* add 20250101 Slot detail */
.SlotDetail	{
	width: 1200px;
	height: 84%;
	min-height: unset;
}
.popup_box.SlotDetail.view	{
	overflow: visible;
	position: fixed;
	top: 10vw;
	top: calc(50% + 44px) !important;
	left: 50% !important;
	transform: translate(-50%, calc(-50% - 44px));
	border-radius: 10px 0 10px 10px;
	/* max-height: 90vh; */
	/* height: calc(100% - 48px); */
}
.popup_box.SlotDetail.view .slot_detail	{	
	padding: 0;/* overflow-x: scroll; */
	height: 100%;
}
.popup_box.SlotDetail .game-view > a	{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.popup_box.SlotDetail .game-view > a .nm_sgame	{
	text-align: center;
}
.game-view	{
	width: calc(100% / 4 - 12px);
	padding: 6px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 12px;
}
.game-view img	{
	width: 100%;
	max-height: 157px;
	border-radius: 10px;
}
.modal-dialog	{
	height: 100%;
}
.modal-content	{
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
}
.pop-header	{
	position: sticky;
	top: 0;
	z-index: 8;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	height: clamp(48px, 6.4vw, 64px);
	padding-left: clamp(16px, 2.4vw, 24px);
	padding-right: clamp(16px, 2.4vw, 24px);
	border-radius: 8px 8px 0 0;
	min-height: max-content;
	background: rgba(130, 17, 85, 0.85);
	justify-content: space-between;
}
.slotnav	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 16px;
	height: 100%;
	padding: 16px;
	/* background: rgba(255, 255, 255, 0.2); */
}
.nm_sgame	{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 !important;
	padding: 8px 0 2px;
	font-size: 1.6rem;
	font-family: var(--font-ff-accent);
	font-weight: 600;
	word-break: keep-all;
	color: #4d1837;
}

@media screen and (max-width: 1260px)	{
	.popup_box	{
		width: 94%;
	}
}

@media screen and (max-width: 1200px)	{}

@media screen and (max-width: 986px)	{
	.nm_sgame	{
		font-size: 1.4rem;
	}
	.game-view	{
		width: calc(100% / 3 - 12px);
	}
}

@media screen and (max-width: 730px)	{}

@media screen and (max-width: 500px)	{
	.slotnav	{
		gap: 8px;
		padding: 8px;
	}
	.game-view	{
		width: calc(100% / 2 - 4px);
	}
	.nm_sgame	{
		font-size: 1.3rem;
	}
}


.SlotDetail .layer_body	{
	width: 100%;
	height: 100%;
	overflow: auto;
}

.SlotDetail .list_inner	{
	overflow-y: unset;
	min-height: 60vh;
	min-height: 60dvh;/* safari */
	max-height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.SlotDetail .common_list li:not(.w-full)	{
	width: 23%;
}

@media screen and (max-width: 1114px)	{
	.SlotDetail .common_list li:not(.w-full)	{
		width: 22%;
	}
}

@media screen and (max-width: 767px)	{
	.SlotDetail .common_list li:not(.w-full)	{
		width: 21%;
	}
}

@media screen and (max-width: 591px)	{
	.SlotDetail .common_list li:not(.w-full)	{
		width: 27%;
	}
}


.trans img	{
	max-height: max-content !important;
}
.slot_gtitle	{
	width: auto;
	/* text-align: left; */
	font-weight: var(--font-fw-heading);
	font-size: clamp(15px, 2.2vw, 22px);
	/* padding-left: 20px !important; */
	/* padding-top: 4px !important; */
}
.slot_g_searchbox	{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: auto;
	min-width: fit-content;
	/* padding-right: 40px; */
	align-items: center;
}
.searchbox	{
	position: relative;
	background: #fff;
	border: 1px solid #c9c9c9;
	padding: 2px;
	border-radius: 3px;
	width: 100%;
}
.searchbox-txt	{
	border: 0px;
	width: 100%;
	height: 30px;
	outline: none;
	font-size: 1.65rem;
	padding-top: 1px;
	padding-left: 6px;
	color: #4a4a4a;
}
.searchbox-bt	{
	background: transparent;
	border-radius: 4px;
	border: 1px solid #af005740;
	width: 30px;
	height: 30px;
	line-height: 3rem;
	color: #af0057;
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translate(0, -50%);
}
.search-icon	{
	font-size: 16px;
	line-height: 0;
	position: relative;
	top: 3px;
}

@media (max-width: 1200px)	{
	.searchbox-txt	{
		/* width: 100%; */
	}
	.searchbox	{
		/* width: 60%; */
	}
}
@media (max-width: 768px)	{
	.popup_box.SlotDetail.view .close.center-top-close	{
		transition: unset;
		transform: none;
		top: 4px;
		right: 4px;
		border: none;
		border-radius: 8px;
	}
	.popup_box.SlotDetail.view .slot_detail .pop-header	{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 6px;
		padding: 12px 6px;
	}
	.searchbox-txt	{
		/* width: 74%; */
	}
	.searchbox	{
		/* width: 68%; */
	}
}
@media (max-width: 500px)	{
	.pop-header h2	{
		/* font-size: 26px !important; */
	}
	.searchbox	{
		/* width: 100%; */
	}
	.slot_gtitle	{
		/* width: 60%; */
		min-width: fit-content;
	}
	.searchbox-txt	{
		/* width: 70% !important; */
	}
}

@media (max-width: 420px)	{
	.pop-header h2	{
		/* font-size: 16px !important; */
	}
	.searchbox	{
		/* width: 90%; */
	}
	.slot_gtitle	{
		/* width: 76%; */
		/* padding-left: 14px !important; */
	}
}



/*	------------------------------------------------------
	KeyFrame : animation
*/
@keyframes fadeInAndOut	{
	0%		{	opacity: 0;	transform: translateX(-50%);}
	6%		{	opacity: 1;	transform: translateX(0);}
	95%		{	opacity: 1;	transform: translateX(0);}
	100%	{	opacity: 0;	transform: translateX(0);}
}
@keyframes fadeInAndOutReverse	{
	0%		{	opacity: 0;	transform: translateX(50%);}
	6%		{	opacity: 1;	transform: translateX(0);}
	95%		{	opacity: 1;	transform: translateX(0);}
	100%	{	opacity: 0;	transform: translateX(0);}
}
@keyframes bannerText01	{
	0%		{	opacity: 0;	transform: scale(0);}
	10%		{	opacity: 1;	transform: scale(1.1);}
	20%		{	opacity: 1;	transform: scale(1);}
	95%		{	opacity: 1;	transform: scale(1);}
	100%	{	opacity: 0;	transform: scale(0);}
}
@keyframes bannerText02	{
	0%		{	opacity: 0;	transform: scale(0);}
	3%		{	opacity: 0;	transform: scale(0);}
	13%		{	opacity: 1;	transform: scale(1.1);}
	23%		{	opacity: 1;	transform: scale(1);}
	95%		{	opacity: 1;	transform: scale(1);}
	100%	{	opacity: 0;	transform: scale(0);}
}
@keyframes bannerText03	{
	0%		{	opacity: 0;	transform: scale(0);}
	6%		{	opacity: 0;	transform: scale(0);}
	16%		{	opacity: 1;	transform: scale(1.1);}
	26%		{	opacity: 1;	transform: scale(1);}
	95%		{	opacity: 1;	transform: scale(1);}
	100%	{	opacity: 0;	transform: scale(0);}
}
@keyframes steamFade	{
	0%		{	filter: blur(0); filter: brightness(1);}
	30%		{	filter: blur(1px); filter: brightness(1.2);}
	40%		{	filter: blur(0); filter: brightness(1.75);}
	70%		{	filter: blur(0); filter: brightness(1.2);}
	100%	{	filter: blur(0); filter: brightness(1);}
}
@keyframes shine	{
	0%		{	opacity: 1;}
	40%		{	opacity: 1;}
	100%	{	left: 125%;	opacity: 0;}
}
@keyframes steam	{
	0%		{	background-position: 0 0;	opacity: 0;}
	50%		{	background-position: 100% 100%;	opacity: 0.5;}
	100%	{	background-position: 100% 0%;	opacity: 0;}
}





/*	------------------------------------------------------
	maintenance : if the maintenance game is in progress
*/
.maintenance	{
	position: relative;
	overflow: hidden;
}
.maintenance .text-mt	{
	position: absolute;
	display: flex;
	top: 50%;
	left: 50%;
	width: 102%;
	height: 102%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	font-size: clamp(14px, 3vw, 22px);
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4), 0px 0px rgba(0, 0, 0, 0.5);
	font-weight: 600;
	font-weight: var(--font-fw-heading);
	font-family: var(--font-ff-heading);
	color: #fff;
	text-align: center;
	z-index: 1;
	align-items: center;
	justify-content: center;
	background: #412a15;
	background: linear-gradient(310deg, rgba(0, 0, 0, 0.25) 0%, rgba(133, 89, 16, 0.85) 50%, rgba(50, 30, 5, 0.85) 100%);
}
.maintenance .text-mt > span,
.maintenance .text-mt > em	{
	animation: mt-blink 1.5s infinite;
	font-style: normal;
	font-weight: inherit;
}
/* maintenance : only type - H */
.game_list ul li.maintenance::after,
.game_list ul li.maintenance::before	{
	display: none;
}
.maintenance .text-mt	{
	background: linear-gradient(310deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.85) 50%, rgba(131, 13, 74, 0.85) 100%);
}
@keyframes mt-blink	{
	0%		{	opacity: 1;}
	10%		{	opacity: 0;}
	20%		{	opacity: 1;}
	100%	{	opacity: 1;}
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
	from	{	-webkit-transform: scale(1);	transform: scale(1);	-webkit-transform-origin: center center;	transform-origin: center center;	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
	10%	{	-webkit-transform: scale(0.91);	transform: scale(0.91);	-webkit-animation-timing-function: ease-in;	animation-timing-function: ease-in;}
	17%	{	-webkit-transform: scale(0.98);	transform: scale(0.98);	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
	33%	{	-webkit-transform: scale(0.87);	transform: scale(0.87);	-webkit-animation-timing-function: ease-in;	animation-timing-function: ease-in;}
	45%	{	-webkit-transform: scale(1);	transform: scale(1);	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
}
@keyframes heartbeat {
	from	{	-webkit-transform: scale(1);	transform: scale(1);	-webkit-transform-origin: center center;	transform-origin: center center;	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
	10%	{	-webkit-transform: scale(0.91);	transform: scale(0.91);	-webkit-animation-timing-function: ease-in;	animation-timing-function: ease-in;}
	17%	{	-webkit-transform: scale(0.98);	transform: scale(0.98);	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
	33%	{	-webkit-transform: scale(0.87);	transform: scale(0.87);	-webkit-animation-timing-function: ease-in;	animation-timing-function: ease-in;}
	45%	{	-webkit-transform: scale(1);	transform: scale(1);	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
}
