@charset "UTF-8";

*	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	--webkit-box-sizing: border-box;
}

/* Common */
::-webkit-scrollbar	{
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track	{
	background: var(--color-border-primary);
}
::-webkit-scrollbar-thumb	{
	background: var(--color-primary-dark);
	border-radius: 0 0; 
}
::-webkit-scrollbar-thumb:hover	{
	background: var(--color-primary);
	cursor: pointer;
}

/* 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;
}


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;
	word-break: keep-all;
}
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);
}
input, select, textarea	{
	border-color: var(--color-border-input);
	color: var(--color-txt-body);
}
h1, h2, h3, h4, h5, h6, caption	{
	font-family: var(--font-ff-heading);
	font-weight: var(--font-fw-heading);
	letter-spacing: normal;
}
strong, .strong	{
	font-weight: 600;
}
body, html	{
	--webkit-text-size-adjust: none;
	font-size: 10px;
	letter-spacing: initial;
}
body	{
	background: #ffffff;
	line-height: 1.2;
	color: var(--color-txt-body);
	word-wrap: break-word;
	font-weight: 400;
}
fieldset, img	{
	border: 0 none;
}
img	{
	vertical-align: top;
}
a	{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	font-weight: 500;
}
a:active, a:hover	{	text-decoration: none;}
select, button		{	vertical-align: top;	cursor: pointer;}
button, .btn	{
	color: #fafafa;
	border-width: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
	font-family: var(--font-ff-body);
	font-weight: inherit;
	letter-spacing: 0.05rem;
}
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;
}
a, button, button::after, button::before, .trans	{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.hidden	{
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
i	{
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	line-height: 100%;
}
i > img	{
	width: 100%;
	max-width: 100px;
	height: auto;
	max-height: 100%;
}
#wrap	{
	max-width: 100%;
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.header	{
	display: none;
	z-index: 998;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 75px;
	padding: 0 0;
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 100%;
}
.header .header_container	{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.header_nav	{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 12px;
	height: 100%;
	width: 100%;
	padding: 0 15px;
}
.site_logo	{
	position: relative;
}
.site_logo a .mobile	{
	display: none;
}
.site_logo a	{
	display: inline-block;
	width: 100%;
	padding: 0 10px 10px;
	margin-bottom: 10px;
	text-align: center;
	transform-origin: top center;
	transform: scale(1);
	transition: transform 0.3s ease;
}
.header h1.site_logo a img	{
	width: auto;
	height: 100%;
	filter: drop-shadow(2px 4px 8px #000000);
}
.btn_login	{
	display: inline-block;
	width: auto;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	border: 1px solid #fff;
	text-align: center;
	color: #11395d;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	font-size: 1.2rem;
	background: #e42626;
}
.showArea	{
	display: none !important;
}
.nav_menu	{
	display: flex;
	flex-direction: row;
	font-family: var(--font-ff-heading);
}
.nav_menu .nav_item	{
	margin-right: 5px;
}
.nav_menu .nav_item a	{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 80px;
	height: calc(100% + 16px);
	padding-left: .85rem;
	padding-right: .85rem;
	gap: 8px;
	color: #fafafa;
	background-image: url(/theme/casino1d/assets/images/common/bg-menu-450.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	border: 1px solid rgba(0, 0, 0, .45);
	border-top: none;
}
.nav_menu .nav_item:hover a,
.nav_menu .nav_item.active a	{
	background-image: url(/theme/casino1d/assets/images/common/bg-menu-451.png);
}
.nav_menu .nav_item:hover a span,
.nav_menu .nav_item.active a span	{
	text-shadow: 0 0 2px rgba(0, 0, 0, .75);
	font-weight: bold;
}
.nav_menu .nav_item span	{
	display: flex;
	font-size: 1.25rem;
	font-weight: var(--font-fw-heading);
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	letter-spacing: normal;
}
.nav_menu .nav_item a i.tmenu-ico	{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 28px;
}
.nav_menu .nav_item a i.tmenu-ico img	{
	width: auto;
	height: 100%;
}
.nav_menu_sec	{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.nav_menu_sec .nav_btn	{
	display: inline-block;
	padding: 0 1.25em;
	height: 37px;
	line-height: 37px;
	background: #489bb1;
	border-radius: 4px;
	transition: all .3s;
	text-align: center;
	font-size: 1.2rem;
}
.balance_container	{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.c_balance	{
	display: flex;
	flex-direction: row;
	text-align: center;
	gap: 6px;
}
.c_balance .c_info,
.c_balance .p_info	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	max-width: 480px;
	row-gap: 4px;
	column-gap: 12px;
}
.balance_num	{
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	background-color: #5e2c2c;
	border-radius: 28px;
	height: 28px;
	padding: 0 6px 0 8px;
	line-height: initial;
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
}
.balance_num:before	{
	content: '';
	display: inline-block;
	margin: 0 5px 0 -5px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.c_info .balance_num	{
	background-color: var(--color-primary-sub);
	color: var(--color-point);
}
.c_info .balance_num:before	{
	background-image: url(/theme/casino1d/assets/images/icon/ic-coin.png);
}
.p_info .balance_num	{
	background-color: var(--color-primary);
}
.p_info .balance_num:before	{
	background-image: url(/theme/casino1d/assets/images/icon/ic-coin-silver.png);
}
.btn_balance_refresh	{
	display: inline-flex;
	padding-left: 6px;
}
.sidebar .c_balance	{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 12px;
	width: 100%;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
	gap: 0;
}
.sidebar .balance_num	{
	position: relative;
	width: 100%;
	padding: 0 26px 0 8px;
	border-radius: 4px;
	height: 32px;
	font-size: 1.3rem;
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.1);
}
.sidebar .balance_num:before	{
	position: absolute;
	left: 0;
	margin: 0;
	top: 50%;
	filter: drop-shadow(0px 0px 2px #000000a0) brightness(1.1);
	transform: translate(4px, -50%);
}
.sidebar .balance_num em	{
	font-size: 1.15rem;
	letter-spacing: normal;
	margin-left: 18px;
}
.sidebar .balance_num .btn_balance_refresh	{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-5px, -50%);
	padding: 0;
	margin: 0;
}
.sidebar .balance_num .btn_balance_refresh:active > i,
.sidebar .balance_num .btn_balance_refresh:focus > i	{
	/* animation: swiper-preloader-spin 1s linear infinite; */
	animation: swiper-preloader-spin 0.65s linear 2;
}
.sidebar .c_balance > a:active .balance_num i,
.sidebar .c_balance > a:focus .balance_num i	{
	/* animation: swiper-preloader-spin 1s linear infinite; */
	animation: swiper-preloader-spin 0.65s linear 2;
}
.sidebar .c_balance .c_info,
.sidebar .c_balance .p_info	{
	width: 100%;
}
.sidebar .c_balance .c_info .balance_num	{
	border-radius: 6px 6px 0 0;
}
.sidebar .c_balance .p_info .balance_num	{
	border-radius: 0 0 6px 6px;
	color: #fff;
}
.sidebar-toggle	{	display: none;}

@media screen and (min-width: 767px) and (max-width: 1190px)	{
	.sidebar .balance_num	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		height: fit-content;
		padding: 6px 26px 6px 8px;
		gap: 4px;
		border-radius: 4px;
	}
	.sidebar .balance_num:before	{
		display: none;
	}
	.sidebar .balance_num em	{
		margin-left: unset;
	}
	.sidebar .balance_num .btn_balance_refresh	{
		transform: translate(-6px, -110%);
	}
}
@media screen and (max-width: 767px)	{
	.sidebar .balance_container	{
		position: fixed;
		z-index: 9;
		top: -69px;
		left: 0;
		width: 100vw;
	}
	.mypage .sidebar .balance_container	{
		top: -36px;
	}
	.sidebar .c_balance	{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		gap: unset;
		width: 100%;
		margin-bottom: 0;
	}
	.sidebar .balance_num	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 4px;
		padding: 0 8px;
		border-radius: unset !important;
		border-right: none;
	}
	.sidebar .balance_num:before,
	.sidebar .balance_num .btn_balance_refresh	{
		display: none;
	}
	.sidebar .balance_num em	{
		margin-left: unset;
	}
	.sidebar .p_info .balance_num	{
		color: rgba(255, 255, 255, 0.75);
	}
	/* 왼쪽 사이드바 메뉴 토글버튼 */
	.sidebar-hidden	{
		--width-aside: 0px; /* sidebar-hidden 클래스가 있을 때 변경 */
	}
	.sidebar-toggle	{
		display: block;
		position: absolute;
		top: -40px;
		left: 0;
		width: 70px;
		height: 40px;
		color: var(--color-primary-sub);
		border: none;
		box-shadow: -2px -2px 4px 2px rgba(0, 0, 0, 0.45);
		background-color: #ffffff;
		z-index: 998;
	}
	.sidebar-hidden .sidebar-toggle	{
		left: 0;
		background-color: var(--color-primary);
		color: #FFF;
	}
	.sidebar-toggle i.fi-rr-arrow::before	{
		content: "\f170";
	}
	.sidebar-hidden .sidebar-toggle i.fi-rr-arrow::before	{
		content: "\f172";
	}
	.sidebar-hidden .pin-spacer	{
		width: 0 !important;
	}
	.sidebar-hidden .menu_provider	{
		border: none;
		background: none;
		padding: 0;
		margin: 0;
		width: 0;
	}
	.sticky-sidebar .menu_item	{
		position: relative;
		left: 0;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
	}
	.sidebar-hidden .menu_item	{
		left: -70px;
	}
	.sidebar-hidden .sidebar-toggle	{
		position: sticky;
		transform: translate(0px, -40px);
		top: calc(var(--height-header-mobile) + 40px);
	}
}


.user-box .userleftinfo	{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 1.4rem;
	gap: 16px;
}
.user-box .userleftinfo a	{
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	gap: 4px;
}
.user-box .userleftinfo span	{
	font-weight: bold;
	font-size: 1.25rem;
}
.user-box .userleftinfo .userBadge	{
	height: 26px;
	width: 26px;
}
.user-box .userleftinfo .userBadge .lv-badge	{
	height: 100%;
	width: auto;
}
.btnMedal	{
	z-index: 9999;
	display: inline-block;
	width: 50px;
	height: 50px;
	pointer-events: all !important;
}
.btnMedal .btn_medal	{
	display: inline-block;
	width: 32px;
	height: 32px;
}
.btnMedal .btn_medal img	{
	width: 100%;
	height: 100%;
}
.btnMedal i	{
	display: none;
}
.showLogin .btn_login	{
	display: none !important;
}
.showLogin .balance_cont	{
	display: block !important;
}
.btnMainToggle	{
	display: none;
}
.btnMainToggle.except	{
	display: inline-flex;
}
.panel	{
	display: none;
}
@media screen and (max-width:1190px)	{
	.site_logo	{
		width: 100%;
		text-align: center;
	}
	.header .site_logo a	{
		padding: 1.45rem 0 1rem 0;
		height: 75px !important;
	}
	.site_logo a	{
		width: 100%;
		padding: .45rem 0 .25rem;
	}
	.nav_menu .nav_item span	{
		font-size: 1.2rem;
	}
	.nav_menu .nav_item a	{
		width: 65px;
	}
	.nav_menu_sec .nav_btn,
	.nav_menu_sec .btn_login	{
		font-size: 1.2rem;
		padding: 0 1em;
	}
	.balance_num,
	.c_balance .c_info,
	.c_balance .p_info	{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 1024px)	{
	.header .header_nav	{
		width: auto;
	}
	.header h1.site_logo	{
		position: relative;
		left: initial;
		top: initial;
		transform: initial;
	}
	.header h1.site_logo a	{
		display: inline-flex;
		align-items: center;
		padding-left: 3rem;
		height: 100%;
	}
	.header h1.site_logo a img	{
		max-height: 40px;
	}
	.site_logo a .default	{
		display: none;
	}
	.site_logo a .mobile	{
		display: block;
		width: 100%;
	}
	.nav_menu_sec a.btn_login,
	.nav_menu_sec a.nav_btn	{
		min-width: initial;
		padding: 8px 10px;
		border-radius: 4px;
	}
	.c_balance .c_info,
	.c_balance .p_info	{
		justify-content: flex-end;
	}
}
@media screen and (max-width:767px)	{
	.header .header_nav	{
		width: auto;
		padding: 0 0;
	}
	.header .header_container	{
		width: 100%;
		max-width: 100%;
	}
	.nav_menu	{
		display: none;
	}
	.m_on 	{display: block !important;}
	.m_off 	{display: none !important;}
	.header h1.site_logo a	{
		padding: 0px 0px 0px 10px;
		margin-top: -7px;
	}
	.header	{
		z-index: 1005;
		width: 100%;
		height: var(--height-header-mobile);
		padding: 0 0.75rem;
		display: block;
		background-color: var(--color-primary);
	}
	.site_logo	{
		display:none;
	}
	.btn_login	{
		height: 30px;
		line-height: 30px;
		padding-left: 1.45rem;
		padding-right: 1.45rem;
	}
	.user-box .userleftinfo	{
		font-size: 1.2rem;
	}
	.user-box .userleftinfo span	{
		max-width: 145px;
		display: inline-block;
		width: fit-content;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #FFF;
	}
	.btnMainToggle	{
		display: inline-block;
		cursor: pointer;
	}
	.btnMedal	{
		display: none;
	}
	.panel	{
		z-index: 9001;
		display: block;
		position: fixed;
		top: 0;
		width: 0;
		height: 100%;
		background: radial-gradient(268.12% 114.06% at 50% -14.06%, #2667c0 0, #0b0e3a 100%);
	}
	.btnMainToggle	{
		z-index: 9999;
		display: inline-block;
		width: 50px;
		height: 50px;
		pointer-events: all !important;
	}
	.btnMainToggle .btn_medal	{
		display: inline-block;
		width: 50px;
		height: 50px;
	}
	.btnMainToggle .btn_medal img	{
		width: 100%;
		height: 100%;
	}
	.btnMainToggle i	{
		display: none;
	}
	.btnMainToggle.active .btn_medal	{
		display: none;
	}
	.btnMainToggle.active i	{
		display: block;
		font-size: 2rem;
		font-weight: 600x;
	}
	.btnMainToggle.except	{
		width: auto;
		height: 100%;
		z-index: inherit;
	}
	.panel-overlay	{
		z-index: 9000;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .6);
		cursor: pointer;
	}
	.panel.right	{
		right: 0;
	}
	.panel.right .btn_panel_toggle	{
		right: 0;
	}
	.panel.right.active	{
		right: 0;
		overflow-y: auto;
		width: 70%;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
	}
	.panel ul li.sub-menu	{
		background: #2e333c;
		padding: 10px 0 0 50px;
	}
	.panel.active	{
		scrollbar-arrow-color: #222;
		scrollbar-face-color: #222;
		scrollbar-base-color: rgba(0, 0, 0, .1);
		scrollbar-3dlight-color: rgba(0, 0, 0, .1);
		scrollbar-darkshadow-color: rgba(0, 0, 0, .1);
		scrollbar-highlight-color: rgba(0, 0, 0, .1);
		scrollbar-shadow-color: rgba(0, 0, 0, .1);
		scrollbar-track-color: rgba(0, 0, 0, .1);
	}
	.panel.active::-webkit-scrollbar	{
		width: 4px;
		height: 0;
		border: 0;
	}
	.panel.active::-webkit-scrollbar-track	{
		background: rgba(0, 0, 0, .1);
	}
	.panel.active::-webkit-scrollbar-thumb	{
		width: 4px;
		height: 2px;
		background: #222;
		border-radius: 6px;
	}
	.gnb_menu	{
		display: none;
		height: 100%;
		flex-direction: column;
	}
	.gnb_menu .account_nav	{
		margin-top: 20px;
	}
	.gnb_menu .c_balance	{
		width: 40%;
		margin: 60px auto 20px;
		flex-direction: column-reverse;
	}
	.gnb_menu .c_balance .btn_medal img	{
		width: 70px;
		height: 70px;
	}
	.gnb_menu .c_balance .c_info,
	.gnb_menu .c_balance .p_info	{
		margin: 10px 0 10px;
		text-decoration: none;
		color: #fff;
	}
	.gnb_menu .c_balance	{
		position: relative;
		width: 100px;
		margin: 10px auto 0;
		text-align: right;
		padding: 0 10px;
		font-size: 1.4rem;
		font-weight: 700;
	}
	.gnb_menu .c_balance .balance_num:before	{
		margin-left: 0;
		position: absolute;
		left: -20px;
		top: 0;
	}
	.panel.right.active .gnb_menu	{
		display: flex;
	}
	.balance_num	{
		position: relative;
		margin-top: 2px;
		text-decoration: none;
		color: #ffcd43;
		padding: 0 7px;
		font-size: 1.2rem;
	}
	.btn_balance_refresh	{
		display: none;
	}
}
@media screen and (max-width:425px)	{
	.header h1.site_logo a img	{
		height: auto;
	}
	.header h1.site_logo a	{
		padding-left: 0;
		padding-right: 0;
	}
	.header_nav	{
		padding: 0 0;
	}
	.nav_menu_sec	{
		gap: 4px;
	}
}

.main_section	{
	position: relative;
	height: 100%;
	padding-top: 0px;
}
.section	{
	position: relative;
	display: flex;
	height: 100%;
}
.sidebar	{
	z-index: 996;
	width: var(--width-aside);
	max-width: var(--width-aside);
	flex: 0 0 auto;
}
.menu_provider	{
	position: fixed;
	top: 0px;
	left: 0;
	width: var(--width-aside);
	height: calc(100vh - 0px);	height: calc(100dvh - 0px);
	overflow: auto;
	padding: 16px 16px 50px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}
.menu_item ul	{
	gap: 0;
	display: flex;
	flex-direction: column;
	background: #FEFEFE;
	border: 1px solid;
	border-color: var(--color-border-primary);
	padding: 0;
	border-radius: 8px;
	box-shadow: 4px 6px 6px 0px #0000001a;
}
.menu_item ul:not(:last-child)	{
	margin-bottom: 16px;
}
.menu_item li	{
	font-size: 1.6rem;
	height: 64px;
	width: 100%;
}
.menu_item li:nth-last-child(1) button{
	border-bottom: 0px;
}
.menu_item li button,
.menu_item li .menu-link,
.menu_item li > a	{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	color: var(--color-slate);
	font-size: 1.425rem;
	border-bottom: 1px solid;
	border-color: var(--color-border-primary);
	padding: 0 16px;
	transition: all .3s;
}
.menu_item ul li button:hover {
	box-shadow: 0px 0px 16px -4px var(--color-primary-dark);
	filter: brightness(1.5);
}
.menu_item li span	{
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	text-align: right;
	height: 100%;
	line-height: 1.4;
	font-family: var(--font-ff-heading);
	font-weight: var(--font-fw-heading);
	flex-wrap: nowrap;
	gap: 8px;
}
.menu_item li span em	{
	display: block;
	font-weight: var(--font-fw-heading);
	color: var(--color-primary-dark);
	line-height: 1.2;
}
.menu_item li span>i.micon	{
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}
.menu_item li span>h3	{
	width: 100%;
	word-break: keep-all;
}
.menu_item li span small	{
	font-family: var(--font-ff-stylish);
	font-size: 1.15rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
	line-height: 1.2;
}
.menu_item .sns_line	{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}
.menu_item .sns_line img	{
	width: 100%;
	height: auto;
}
.sec_contents	{
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	width: calc(100% - var(--width-aside));
	padding-top: 380px;
}
.menu_item dl.btn_set	{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	gap: 8px;
	margin: 8px auto 16px;
}
.menu_item dl.btn_set dd	{
	overflow: visible;
	width: calc(100% / 2);
	text-align: center;
	font-size: 1.25rem;
}
.menu_item dl.btn_set dd a	{
	display: flex;
	flex-direction: column;
	color: var(--color-txt-body);
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05rem;
	font-weight: 700;
	padding: 1rem 0.25rem;
	border: 1px solid;
	border-color: var(--color-border-primary);
	border-radius: 8px;
	background-repeat: no-repeat;
	background-size: 120% 200%;
	background-position: 50% 95%;
	background: #FEFEFE;
	box-shadow: 3px 4px 8px -2px rgba(0, 0, 0, 0.2);
}
.menu_item dl.btn_set dd a:hover,
.menu_item dl.btn_set dd a.active	{
	background-position: 10% 2%;
	box-shadow: 0px 0px 16px -8px #ffbc76;
}
.menu_item dl.btn_set dd a > i	{
	display: block;
	width: 64%;
	max-width: 48px;
	margin: -24px auto 8px auto;
	transition: all 0.3s ease-in-out;
}
.menu_item dl.btn_set dd a > i img	{
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.45));
}
.menu_item dl.btn_set dd a > br	{
	display: none;
}
.menu_item dl.btn_set dd a:hover i	{
	filter: brightness(125%);
}

@media screen and (max-width:1190px)	{
	.sidebar	{
		width: var(--width-aside);
		max-width: var(--width-aside);
	}
	.menu_provider	{
		width: var(--width-aside);
		padding: 12px 12px;
	}
	.sec_contents	{
		width: calc(100% - var(--width-aside));
	}
	.menu_item li	{
		height: max-content;
		min-height: 56px;
	}
	.menu_item li span	{
		line-height: 1.4;
		text-align: left;
		row-gap: 6px;
		column-gap: 10px;
	}
	.menu_item li span>i.micon	{
		width: 36px;
		height: 36px;
		overflow: hidden;
		border-radius: 16px;
	}
	.menu_item li button,
	.menu_item li .menu-link,
	.menu_item li > a	{
		font-size: 1.3rem;
		padding: 8px;
	}
	.menu_item li span em	{
		text-align: left;
	}
	.menu_item dl.btn_set dd a > i	{
		margin-top: -32%;
	}
}
@media screen and (max-width:767px)	{
	.sidebar	{
		width: var(--width-aside);
		max-width: var(--width-aside);
		height: fit-content !important;
	}
	.menu_provider	{
		position: relative;
		top: 0;
		height: auto;
		width: var(--width-aside);
		padding: 8px 6px 6px;
		overflow: hidden;
		background: linear-gradient(180deg, #084187, #062f67 66%, #031536);
	}
	.sec_contents	{
		width: calc(100% - var(--width-aside));
		padding-top: 0;
		flex: 1 1 auto;
	}
	.menu_item	{
		height: 100%;
		overflow-y: auto;
		overflow: visible;
	}
	.menu_item ul	{
		display: block;
		height: 100%;
		padding: 0px;
	}
	.menu_item dl.btn_set	{
		flex-direction: column;
		width: 100%;
		margin-top: 8px;
		margin-bottom: 12px;
	}
	.menu_item dl.btn_set dd	{
		width: 100%;
		font-size: 1.1rem;
	}
	.menu_item dl.btn_set dd a	{
		background-image: none;
	}
	.menu_item li	{
		position: relative;
		height: fit-content;
	}
	.menu_item li button,
	.menu_item li .menu-link,
	.menu_item li > a	{
		font-size: 1.1rem;
		padding: 8px 3px;
	}
	.menu_item li span	{
		line-height: 1.1;
		text-align: center;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.menu_item li span>i.micon	{
		width: 30px;
		height: 30px;
	}
	.menu_item li span>i.micon img	{
		width: 34px;
		height: 34px;
		max-width: unset;
		max-height: unset;
	}
	.menu_item li span small	{
		display: none;
	}
	.menu_item li span em	{
		width: 100%;
		text-align: center;
	}
	.menu_item .sns_line	{
		display: none;
	}
}
.footer_nav	{
	display: none;
}
@media screen and (max-width:767px)	{
	.footer_nav	{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	.footer_nav span	{
		font-size: 1.25rem;
		display: block;
		text-align: center;
	}
	.outer_wrapper	{
		display: flex;
		align-items: flex-end;
		background-image: url(/theme/casino1d/assets/images/common/bg-nav.png);
		background-position: center 25px;
		background-size: 980px 72px;
		background-repeat: no-repeat;
	}
	.left_wrpper	{
		border-top-left-radius: 10px;
		border-top-right-radius: 28px;
	}
	.right_wrapper	{
		border-top-right-radius: 10px;
		border-top-left-radius: 28px;
	}
	.left_wrpper, .right_wrapper	{
		display: flex;
		align-items: flex-end;
		flex: 1;
		z-index: 2;
		height: 60px;
		padding-bottom: 8px;
		transition: filter .2s, -webkit-filter .2s;
	}
	.center_wrpper	{
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 2;
		width: 72px;
		height: 72px;
		padding: 0 0;
		margin: 0 8px;
		margin-bottom: 8px;
		color: #fafafa;
		border-radius: 50%;
		box-shadow: 0 0 10px rgba(250, 250, 250, 0.5);
		background-image: url(/theme/casino1d/assets/images/common/btn-nav04.png);
		background-size: 100% 100%;
	}
	.center_wrpper span	{
		text-shadow: 1px 3px 5px rgba(0, 0, 0, .6);
	}
	.item_wrapper	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		width: 50%;
		padding: 0;
		color: #fafafa;
	}
	.fake_center_bg_wrapper	{
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		width: 100%;
		height: 40px;
		transition: filter .2s, -webkit-filter .2s;
		overflow: hidden;
	}
	.fake_center_bg_wrapper svg	{
		position: absolute;
		left: 50%;
		bottom: 0;
		height: 108px;
		transform: translateX(-50%);
	}
	.fake_center_bg_wrapper svg path	{
		fill: url(#rectangleGradient);
	}
	i.navbottom {
		position: relative;
		display: block;
		top: 0;
		transform: translateY(-25%);
		margin: 0 auto;
		width: 32px;
		height: 32px;
	}
}
.head_top_section	{
	z-index: 1;
	position: absolute;
	left: var(--width-aside);
	top: 0px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.head_noti	{
	position: relative;
	width: calc(100% - var(--width-aside));
	height: var(--height-head-noti);
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	box-shadow: inset 0px 2px 11px 0px #00000014;
	border-top: 1px solid #0000001f;
	border-bottom: 1px solid #0000001f;
	align-items: center;
}
.head_noti .i_noti	{
	z-index: 1;
	color: var(--color-primary03);
	width: 40px;
	font-size: 1.6rem;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.head_noti .i_noti i	{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.head_noti .user-box	{
	display: flex;
	padding-right: 20px;
	flex-direction: row-reverse;
}
.notice-wrapper	{
	margin: 0 20px 0 40px;
	position: relative;
	overflow: hidden;
	padding: 20px 20px 20px 0px;
	font-size: 1.4rem;
}
.notice-wrapper a	{	
	color: var(--color-primary-dark);
}
.notice-content	{
	display: flex;
	white-space: nowrap;
	animation: scroll 28s linear infinite;
	transform: translateX(100%);
}
.notice-content p	{
	margin: 0 100px;
	font-weight: 400;
}
.main_slider	{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 25px;
	margin-left: -130px;
	margin-top: 16px;
}
.main_slider .swiper	{
	width: 100%;
	height: 100%;
}
.main_slider .swiper-slide	{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 650px;
	height: 320px;
	width: calc(var(--width-slide) + 16px);
	height: var(--height-slide);
}
.main_slider .swiper-slide img	{
	display: block;
	height: 100%;
	width: auto;
	border-radius: 16px;
}
.main_slider .swiper-pagination	{
	bottom: 0;
}
.main_slider .swiper-pagination-bullet	{
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: var(--color-primary-sub);
}
.main_slider .swiper-pagination-bullet-active	{
	background: var(--color-primary-sub);
}
.common_txt	{
	text-align: center;
	margin: 40px 0 0 0;
}

@media screen and (max-width:1190px)	{
	.common_txt	{
		font-size: 1.6rem;
		margin: 24px 0;
	}
	.main_slider	{
		margin-left: -150px;
		margin-top: 0;
	}
	.main_slider .swiper-slide	{
		height: 300px;
	}
	.main_slider .swiper-slide img	{
		border-radius: 0 0;
	}
}
@media screen and (max-width:767px)	{
	.head_noti	{
		width: calc(100%);
	}
	.main_footer_col.partnerlist	{
		display: none;
	}
	.main_section	{
		display: flex;
		flex-direction: column;
		padding-top: var(--height-header-mobile);
	}
	.head_top_section	{
		position: relative;
		left: inherit;
		top: inherit;
		flex-direction: column-reverse;
	}
	.main_slider	{
		margin-top: 0;
		margin-left: 0;
		padding-bottom: 0;
	}
	.main_slider .swiper-slide	{
		position: relative;
		width: 100% !important;
		padding-bottom: 37.5%;
		height: auto;
	}
	.main_slider .swiper-slide img	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 0 0;
	}
	.main_slider .swiper-pagination	{
		bottom: 10px;
	}
	.main_slider .swiper-pagination-bullet	{
		width: 26px;
		height: 3px;
	}
	.common_txt	{
		text-indent: 0;
		font-size: 1.25rem;
		padding: 0 16px;
		margin-bottom: 0;
		font-weight: normal;
	}
	.head_noti .i_noti	{
		font-size: 1.3rem;
	}
	.notice-wrapper	{
		margin: 0px 0px 0 40px;
		padding: 10px 0;
		font-size: 1.2rem;
	}
}

@media screen and (max-width:430px)	{
	.notice-wrapper	{
		margin: 5px 0px 0 40px;
		padding: 10px 0;
		font-size: 1.2rem;
	}
}
@media screen and (max-width:280px)	{
	.notice-wrapper	{
		margin: 5px 70px 0 40px;
		padding: 10px 0;
		font-size: 1.2rem;
	}
}
.common_page	{
	width: 100%;
	padding: 0 30px 50px 280px;
}
.content_wrap	{
	width: 100%;
}
.content_page	{
	width: 100%;
	min-height: 750px;
	min-height: 72vh;
	min-height: 72dvh;
}
.common_text	{
	display: flex;
	flex-direction: column;
}
.common_title	{
	position: relative;
	width: 100%;
	max-width: var(--width-max);
	padding: 20px 0;
	margin: 0 auto;
	line-height: 145%;
}
.common_title *	{
	color: var(--color-primary-sub);
}
.common_title h1	{
	font-size: 4rem;
	line-height: 125%;
	letter-spacing: 0.075rem;
}
.common_title p	{
	position: relative;
	z-index: 1;
	display: block;
	color: var(--color-txt-body);
	font-size: 2rem;
	word-break: break-all;
	text-align: center;
	line-height: 100%;
}
.common_list	{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	letter-spacing: normal;
}
.common_list li.img	{
	width: 40%;
}
.common_list li.img img	{
	width: 100%;
}
.common_list li	{
	width: 60%;
	margin-bottom: 40px;
	font-size: 1.8rem;
	color: #d2d2d2;
	line-height: 1.5;
	font-weight: 400;
	padding: 0 30px;
}
.common_list_text li	{
	font-size: 1.8rem;
	color: #f0f0f0;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 50px;
}
.common_list li.img.mob	{
	display: none;
}
.common_list li.img.pc	{
	display: block;
}
@media screen and (max-width:1190px)	{
	.common_page	{
		padding: 0 30px 50px 205px;
	}
	.common_title p	{
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
@media screen and (max-width:767px)	{
	.common_page	{
		width: 100%;
		padding: 0 12px;
		background: #FFF;
	}
	.common_title	{
		margin-bottom: 0;
		padding: 8px 0;
	}
	.common_title h1	{
		font-size: 2.25rem;
	}
	.common_title p	{
		font-size: 1.25rem;
		line-height: 1.3;
	}
	.common_list	{
		flex-direction: column;
		margin-top: 20px;
	}
	.common_list li.img	{
		width: 80%;
	}
	.common_list li	{
		width: 100%;
		padding: 0;
		font-size: 1.4rem;
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.common_list_text li	{
		font-size: 1.4rem;
		margin-top: 20px;
		margin-bottom: 0;
		line-height: 1.3;
	}
	.common_list li.img.mob	{
		display: block;
	}
	.common_list li.img.pc	{
		display: none;
	}
	.content_page	{
		min-height: 912px;
	}
}
.withdraw_slide	{
	direction: rtl;
	direction: ltr;
	position: relative;
	width: 100%;
	max-width: var(--width-max);
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 80px;
	display: flex;
	flex-direction: row;
}
.withdraw_slide .withdraw_title	{
	width: 295px;
	height: 128px;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #000;
}
.withdraw_slide .withdraw_title img	{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.withdraw_slide .withdraw_title span	{
	display: none;
}
.withdraw_slide .swiper	{
	width: calc(100% - 295px);
	height: 128px;
	display: flex;
	flex-wrap: wrap;
	margin-left: 295px;
}
.withdraw_slide .swiper-slide	{
	display: inline-block;
	width: calc(25% - 10px);
	margin-left: 10px;
	cursor: e-resize;
}
.withdraw_slide .swiper-slide .box	{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 16px 20px 8px 20px;
	background: url(/theme/casino1d/assets/images/common/bg-winner.png) center no-repeat;
	background-size: 100% 100%;
}
.withdraw_slide .swiper-slide .box_info	{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.withdraw_slide .swiper-slide .box_info .if	{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}
.withdraw_slide .swiper-slide .box_info .if strong	{
	display: block;
	width: 100%;
	color: #ffcd43;
	text-shadow: 0 0 6px rgba(250, 250, 250, 0.25);
	font-weight: 600;
	text-align: right;
}
.withdraw_slide .swiper-slide .box_info .ico_medal	{
	width: 56px;
	height: 56px;
}
.withdraw_slide .swiper-slide .box_info .ico_medal img	{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.box_money_num	{
	width: 100%;
}
.box_money_num span	{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	line-height: 100%;
	padding: 1.35rem 7px;
}
.box_money_num span::before	{
	content: '';
	display: inline-block;
	width: 28px;
	height: 24px;
	background: url(/theme/casino1d/assets/images/icon/ic-coin.png) no-repeat;
	background-size: 100% 100%;
}
.box_money_num em	{
	background: transparent;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	color: #ffcd43;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: right;
	line-height: 100%;
	font-family: var(--font-ff-heading);
}
.slide_title	{
	font-size: 2.4rem;
	display: block;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
	font-family: var(--font-ff-heading);
}
.slide_title:before	{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 4px;
	height: 100%;
	background-color: #ffcd43;
}
.casino_gisa_slide	{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.casino_gisa_slide .swiper	{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
.casino_gisa_slide .swiper-slide	{
	position: relative;
	display: inline-block;
	width: calc(25% - 10px);
}
.casino_gisa_slide .swiper-slide + .swiper-slide	{
	margin-left: 10px;
}
.casino_gisa_slide .swiper-slide a	{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px 12px;
	width: 100%;
	height: 100%;
	background: linear-gradient(181.01deg, #2361b5, #005198 98.27%);
	border-radius: 8px;
	border: 2px solid #ffcd43;
}
.casino_gisa_slide .swiper-slide .img_bg	{
	width: 100%;
	height: 34vw;
	background: rgba(15, 15, 15, .4);
	background-size: cover;
	background-position: center center;
	max-height: 256px;
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: 6px;
}
.casino_gisa_slide .swiper-slide img	{
	display: block;
	width: 100%;
}
.casino_gisa_slide .swiper-slide .txt	{
	height: 50px;
	color: #fafafa;
	font-size: 1.45rem;
	line-height: 120%;
	display: block;
	margin-top: 20px;
	font-weight: initial;
	text-align: center;
	font-family: var(--font-ff-heading);
}
.casino_gisa_slide .swiper-slide .vendernm	{
	font-size: 1.25rem;
	font-family: var(--font-ff-heading);
	border-radius: .38rem;
	padding: .75rem 1.25rem;
	line-height: 100%;
	margin-top: -12px;
}
@media screen and (min-width:1850px)	{
	.games_index li .games_name	{
		font-size: clamp(16px, 1vw , 20px) !important;
	}
	.casino_gisa_slide .swiper-slide	{
		display: inline-block;
		width: calc(100% / 6);
	}
}
@media all and (min-width:1190px) and (max-width:1440px)	{
	.withdraw_slide .swiper-slide	{
		width: calc(33.3% - 10px);
	}
	.withdraw_slide .swiper-slide .box_info .ico_medal	{
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:1190px)	{
	.casino_gisa_slide .swiper-slide .txt	{
		height: 50px;
		font-size: 1.3rem;
		margin-top: 10px;
		line-height: 1.3;
	}
	.withdraw_slide	{
		max-width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.withdraw_slide .swiper	{
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.withdraw_slide .withdraw_title	{
		position: relative;
		left: inherit;
		top: inherit;
		height: auto;
		text-align: center;
		margin-top: 16px;
		margin-bottom: 16px;
		background-image: url(/theme/casino1d/assets/images/common/img-wintoday-m.png);
		background-position: center;
		background-size: auto 100%;
	}
	.withdraw_slide .withdraw_title span	{
		position: relative;
		display: flex;
		gap: 16px;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 16px 0 16px;
		font-family: var(--font-ff-stylish);
		font-size: 2.4rem;
		color: #fafafa;
	}
	.withdraw_slide .withdraw_title span::before	{
		content: '';
		display: block;
		width: 48px;
		height: 48px;
		background-image: url(/theme/casino1d/assets/images/icon/icon-pirate-hatcoin.png);
		background-position: center;
		background-size: cover;
	}
	.withdraw_slide .withdraw_title img	{
		display: none;
	}
	.withdraw_slide .withdraw_title,
	.withdraw_slide .swiper	{
		width: 100%;
	}
	.withdraw_slide .swiper-slide	{
		display: block;
		width: calc(33% - 10px);
		height: auto;
	}
	.withdraw_slide .swiper-slide .box_info	{
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.withdraw_slide .swiper-slide .box_info .ico_medal	{
		display: flex;
	}
	.box_money_num span	{
		height: 36px;
		line-height: 36px;
	}
	.box_money_num em	{
		font-size: 1.6rem;
	}
	.box_money_num span::before	{
		width: 20px;
		height: 16px;
	}
}
@media screen and (max-width:767px)	{
	.withdraw_slide	{
		margin: 20px 0;
	}
	.withdraw_slide .swiper-slide	{
		width: calc(50% - 10px);
	}
	.withdraw_slide .withdraw_title span	{
		font-size: 1.6rem;
	}
	.casino_gisa_slide	{
		margin-top: 20px;
	}
	.casino_gisa_slide .swiper-slide	{
		display: block;
		width: 100% !important;
		height: auto;
	}
	.slide_title	{
		font-size: 1.8rem;
	}
	.withdraw_slide .swiper-slide .box_info .if	{
		font-size: 1.2rem;
	}
	.box_money_num span	{
		height: 26px;
		line-height: 26px;
	}
	.box_money_num em	{
		font-size: 1.3rem;
	}
	.withdraw_slide .swiper-slide .box_info .ico_medal	{
		width: 32px;
		height: 32px;
	}
}

.main_footer	{
	padding-bottom: 20px;
	padding-left: var(--width-aside);
	background-color: #2e3638;
}
.main_footer p	{
	display: block;
	width: 100%;
	line-height: 1.5;
	letter-spacing: normal;
}
.main_footer p.stext	{
	font-size: 1.1rem;
	line-height: 145%;
	font-weight: normal;
	color: rgba(255, 255, 255, .5);
}
.main_footer li	{
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.5;
}
.main_footer_inner	{
	padding-top: 50px;
	margin: 0 3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 94%;
}
.main_footer_img	{
	display: flex;
	flex-wrap: wrap;
}
.main_footer_img span	{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-left: 8px;
	margin-bottom: 8px;
	border-radius: 6px;
	overflow: hidden;
}
.main_footer_img img	{
	width: 100%;
	height: 100%;
}
.main_footer_img + p	{
	margin-top: 20px;
}
.main_footer_col.partnerlist	{
	width: 100%;
	width: auto;
	max-width: var(--width-max);
}
.main_footer_col.copyrbox	{
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 4vw;
}
.tags	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}
.tags a	{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 4px 10px 4px 4px;
	gap: 6px;
	font-size: 1.15rem;
	line-height: 100%;
	border-radius: 6px;
	background-color: #464646;
	transition: all .2s ease-in-out;
}
.tags a span	{
	color: rgba(251, 251, 251, .87);
	letter-spacing: .025rem;
	text-align: left;
	max-width: 120px;
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
}
.tags a i	{
	display: inherit;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 32px;
	font-size: large;
	color: #f6c73e;
	background: rgba(0, 25, 65, .1);
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
}
.tags a i > *	{
	width: 100%;
	height: auto;
}
.bn_img_sv	{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.bn_img_sv img	{
	width: 74px;
	height: 74px;
	margin-left: 5px;
}
.copyright	{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #f3f3f3;
	font-size: 1.3rem;
	margin-top: 20px;
}
.copyright img	{
	width: auto;
	height: 68px;
	margin-bottom: 16px;
}
.copyright span	{
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: normal;
}
.copyright span strong	{
	font-weight: 700;
	letter-spacing: 1px;
}
.partnerlist .imgset	{
	width: 100%;
	display: inline-flex;
	gap: 8px;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.partnerlist .imgset img	{
	width: calc(100% / 4 - 6px);
}
@media screen and (max-width:1190px)	{
	.main_footer	{
		padding: 0 15px 50px 200px;
	}
	.main_footer_col.center	{
		padding: 0 20px;
	}
	.main_footer p	{
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.main_footer li	{
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.bn_img_sv img	{
		width: 64px;
		height: 64px;
	}
	.main_footer_img span	{
		width: 30px;
		height: 30px;
	}
	.main_footer_col.copyrbox	{
		gap: 16px;
		flex-direction: column-reverse;
	}
	.partnerlist .imgset img	{
		width: calc(100% / 2 - 4px);
		max-width: 360px;
	}
}
@media screen and (max-width:767px)	{
	.main_footer	{
		padding: 0 15px 120px;
		background: #000;
	}
	.main_footer_inner	{
		flex-direction: column;
		padding: 30px 0 0;
		margin: 0 auto;
		width: 100%;
	}
	.main_footer p.stext	{
		text-align: left;
		font-size: 1rem;
		line-height: 1.25;
		font-weight: normal;
		word-break: break-all;
	}
	.main_footer p.stext > br	{
		display: none;
	}
	.main_footer li	{
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	.main_footer_img	{
		justify-content: center;
	}
	.main_footer_img span	{
		margin-left: 5px;
		margin-bottom: 5px;
	}
	.main_footer_col	{
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.main_footer_col.copyrbox	{
		margin-top: 8px;
		gap: 16px;
	}
	.main_footer_col.left,
	.main_footer_col.right,
	.main_footer_col.center	{
		width: 100%;
	}
	.bn_img_sv	{
		justify-content: center;
	}
	.copyright	{
		margin-top: 0;
		text-align: center;
	}
	.copyright span	{
		font-size: 1.1rem;
	}
	.copyright img	{
		width: 120px;
		height: auto;
	}
	.tags	{
		justify-content: center;
		padding: 8px 4px;
	}
	.tags a	{
		font-size: 1.2rem;
		padding: 6px 10px;
	}
}
.content_page_inner	{
	padding: 20px 20px 60px;
}
.games_title	{
	position: relative;
	margin-bottom: 20px;
	margin-top: 60px;
	font-size: 2.6rem;
	padding: 0 20px 0 54px;
	height: 38px;
	line-height: 45px;
	font-family: var(--font-ff-heading);
	color: var(--color-primary-sub);
}
.games_title:before	{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: top;
}
.ico_hotgame:before	{
	background-image: url(/theme/casino1d/assets/images/icon/ic-nav-menu-hot.png);
}
.ico_casino:before	{
	background-image: url(/theme/casino1d/assets/images/icon/ic-nav-menu-casino.png);
}
.ico_slot:before	{
	background-image: url(/theme/casino1d/assets/images/icon/ic-nav-menu-slot.png);
}
.games_title.ico_inside_tit	{
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	padding: 0 20px 0 0;
	gap: 8px;
}
.games_title.ico_inside_tit:before	{
	display: none;
}
.ico_inside_tit i	{
	display: inline-block;
	width: 24px;
	height: 24px;
}
.games_index .games_title:first-child	{
	margin-top: 0;
}
.games_index	{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	max-width: var(--width-max);
}
.games_index ul	{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.games_index li	{
	width: 25%;
	width: calc(100% / 6 - 14px);
	padding: 0 0;
	position: relative;
}
.games_index li a	{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.games_index li .game_img	{
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 88.25%;
	border-radius: 6px;
}
.games_index li .game_img img	{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	/* object-fit: cover; object-fit: scale-down; */
	border-radius: 8px;
}
.games_index li .backdrop {
	position: absolute;
	z-index: 0;
	height: 100%;
	width: 100%;
	background-size: 100% auto;
	background-position: top center;
	/* background-repeat: no-repeat; */
	/* opacity: 0.5; */
	filter: blur(4px);
}
/* .listGame_slot .games_index li .game_img img	{	top: unset;	bottom: 0;} */
.games_index li .game_img video	{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: cover;
}
.games_index li .games_name	{
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: auto;
	color: var(--color-primary-dark);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 55%, rgba(255, 255, 255, 0) 100%),
				linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0) 100%);
	padding: 24% 0 8% 0;
	border-radius: 0 0 5px 5px;
	text-align: center;
	font-size: 1.5rem;
	font-size: clamp(13px, 1.35vw , 16px);
	font-weight: bold;
	line-height: 1.1;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75), 1px 1px 1px rgba(255, 255, 255, 0.75);
}
.games_index li a .vendor-icon	{
	position: absolute;
	z-index: 8;
	/* top: 16px;	right: 16px; */
	top: clamp(4px, 1vw, 12px);
	right: clamp(4px, 1vw, 12px);
	max-width: 25%;
	height: auto;
}
.games_index li a .vendor-icon.inbox	{
	background: rgba(35, 25, 20, 0.75);
	border-radius: 6px;
	padding: 2px;
}

.listGame_minigame .games_index li .games_name	{
	top: 0;
	bottom: initial;
	background: rgb(15, 24, 24);
	background: linear-gradient(180deg, rgba(15, 24, 24, 0.9) 30%, rgba(15, 24, 24, 0) 90%);
	padding: 26px 0 18px;
}

.index_live .img-fluid-png	{
	position: absolute;
	left: 55% !important;
	top: 55% !important;
	width: 110% !important;
	height: 110% !important;
	transform: translate(-52%, -52%) !important;
}
.img-fluid-png	{
	position: absolute;
	left: 50% !important;
	top: -20px !important;
	transform: translate(-52%, 0) !important;
	width: 108% !important;
	min-width: 100% !important;
	height: auto;
	object-fit: cover;
}
.games_index li .hover_bg	{
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	/* background-color: rgba(13, 185, 183, 0.25); */
	background: linear-gradient(to bottom, rgba(13, 185, 183, 0.95) 0%, rgba(13, 185, 183, 0.75) 25%, rgba(13, 185, 183, 0.05) 75%);
	opacity: 0;
	transition: opacity .3s;
}
.games_index li:hover .hover_bg	{
	opacity: 1;
}
.games_index li .hover_bg .btn {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(6px, 1.4vw, 14px);
	padding: 14px;
	min-width: initial;
	opacity: 1;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 16px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .5);
	border: 1px solid;
	border-color: rgba(36, 213, 201, 0.5);
	transition: all .3s;
}
.games_index li .hover_bg .btn em	{
	font-weight: 600;
	font-size: clamp(12px, 1vw, 16px);
	display: inline-block;
	font-family: var(--font-ff-heading);
}
.games_index li .hover_bg .btn:hover i.play img	{
	filter: drop-shadow(-4px 0 4px #00000080);
}
.games_index li .hover_bg .btn i.play	{
	width: 36px;
	height: auto;
}
.games_index li .hover_bg .btn i.play img	{
	position: relative;
	top: initial;
	left: initial;
}
.games_index .hot_game_hot_slot li	{
	width: calc(100% / 6 - 14px);
	padding: 0 0;
}
.games_index .hot_game_hot_slot li .game_img	{
	height: 12.25vw;
	max-height: 232px;
}
.games_index .number_card_game li	{
	width: calc(100% / 5 - 13px);
}
.games_index .number_card_game li .game_img	{
	height: 260px;
	padding-bottom: 0;
}
.icoLive:before	{
	content: '';
	z-index: 1;
	position: absolute;
	right: 5px;
	top: 5px;
	display: inline-block;
	width: 50px;
	height: 22px;
	background: url(/theme/casino1d/assets/images/icon/ajax-ic-live-animate.png) no-repeat;
	background-size: cover;
}
.box_time_num	{
	position: absolute;
	bottom: 10px;
	width: 80%;
	left: 10%;
	z-index: 1;
}
.box_time_num span	{
	display: block;
	height: 36px;
	background: #fff;
	padding: 0 15px;
	border-radius: 20px;
	position: relative;
	line-height: 34px;
	color: #313131;
	font-size: 1.5rem;
	text-align: right;
	font-weight: 400;
}
.box_time_num span::before	{
	content: '';
	position: absolute;
	left: 10px;
	top: 5px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/theme/casino1d/assets/images/icon/ic-clock.png) no-repeat;
	background-size: cover;
}
.box_time_num.day span	{
	background: #266fd4;
	color: #fff;
}
.game_tit	{
	z-index: 1;
	width: 100%;
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	text-align: center;
	color: #266fd4;
	font-size: 1.5rem;
	font-weight: 500;
}


@media screen and (min-width:1441px)	{
	.games_index li	{
		width: calc(100% / 6 - 14px);
	}
	.listGame_slot .games_index li	{
		width: calc(100% / 6 - 14px);
	}
	.listGame_slot .games_index li .game_img	{
		height: 12.25vw;
		max-height: 232px;
	}
}

@media screen and (max-width:1440px)	{
	.games_index li	{
		width: calc(100% / 4 - 12px);
	}
	.content_page_inner	{
		padding: 20px;
	}
	.games_index	{
		max-width: 100%;
	}
}

@media screen and (max-width:1190px)	{
	.menu_item ul	{
		gap: 0;
		display: flex;
		flex-direction: column;
		background: #FEFEFE;
		border: 1px solid;
		border-color: var(--color-border-primary);
		padding: 0;
		border-radius: 8px;
		box-shadow: 4px 6px 6px 0px #0000001a;
	}
	.games_index	{
		max-width: 100%;
	}
	.content_page_inner	{
		padding: 20px;
	}
	.games_index li	{
		width: calc(100% / 3 - 11px);
	}
	.games_index .hot_game_hot_slot li	{
		width: calc(100% / 4 - 12px);
	}
	.games_index .hot_game_hot_slot li .game_img	{
		padding: 0;
		height: 12.25vw;
		max-height: 232px;
	}
	.games_index .number_card_game li	{
		width: calc(100% / 4 - 12px);
	}
	.games_index .number_card_game li .game_img	{
		height: 24vw;
	}
}
@media screen and (max-width:767px)	{
	.content_page_inner	{
		padding: 12px 0;
	}
	.games_title	{
		font-size: 1.8rem;
		padding: 0 20px 0 50px;
		margin-top: 16px;
		margin-bottom: 8px;
		margin-left: 8px;
	}
	.games_title:before	{
		width: 30px;
		height: 30px;
		left: 10px;
		top: 3px;
	}
	.games_index ul	{
		width: 94%;
		margin: 0 3%;
		gap: 8px;
	}
	.games_index .index_live	{
		justify-content: space-around;
	}	
	.games_index li	{
		width: calc(100% / 2 - 4px);
	}
	.games_index .index_live li	{
		width: calc(100% / 2 - 4px);
		padding: 0 0;
	}
	.games_index li:hover .hover_bg	{
		opacity: 0;
	}
	.games_index .hot_game_hot_slot li	{
		width: calc(100% / 3 - 6px);
		padding-bottom: 10px;
	}
	.games_index .hot_game_hot_slot li .game_img	{
		padding-bottom: 100%;
		height: auto;
	}
	.games_index .number_card_game li	{
		width: calc(100% / 2 - 4px);
	}
	.games_index .number_card_game li .game_img	{
		height: auto;
		padding-bottom: 150%;
	}
	.games_index li .hover_bg .btn	{
		min-width: var(--width-aside);
	}
	.games_index li .hover_bg .btn em	{
		font-size: 1.3rem;
	}
	.games_index li.mob_big	{
		width: 100%;
	}
	.box_time_num span	{
		font-size: 1.2rem;
		line-height: 36px;
	}
	.box_time_num span::before	{
		width: 16px;
		height: 16px;
		top: 10px;
	}
	.games_index li.randomGame	{
		width: 100%;
	}
	.games_index li.randomGame .game_img	{
		height: 96px;
		min-height: 32vw;
		padding: 0 0;
	}
	.games_index li.randomGame .game_img img	{
		object-fit: initial;
	}
	.menu_item ul:not(:last-child)	{
		margin-bottom: 12px;
	}
}
@media screen and (max-width:576px)	{
	.games_index .corner-deco::after,
	.games_index .corner-deco-list > *::after,
	.games_index .corner-deco::before,
	.games_index .corner-deco-list > *::before	{
		display: none;
	}
	.games_index li a	{
		width: 100%;
		margin: 0 auto;
	}
	.games_index li .game_img	{
		min-height: 160px;
	}
	.games_index li .games_name	{
		bottom: 0;
		border-radius: 0 0 4px 4px;
		padding: 32px 8px 8px 8px;
		font-size: 1.2rem;
	}
	.games_index li .hover_bg .btn em	{
		font-size: 1.2rem;
	}
	.games_index .hot_game_hot_slot li	{
		width: calc(100% / 2 - 4px);
	}
	.games_title.ico_inside_tit	{
		justify-content: center;
	}
	.box_time_num	{
		width: 92%;
		left: 4%;
		bottom: 4px;
	}
	.box_time_num span	{
		font-size: 1.1rem;
		font-weight: 600;
		line-height: 100%;
		height: auto;
		padding: 14px 8px 8px;
		letter-spacing: 0.025rem;
		border-radius: 8px;
		text-align: center;
	}
	.box_time_num span::before	{
		width: 24px;
		height: 24px;
		top: -16px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.str	{
	background: url(/theme/casino1d/assets/images/element/ez-sood-bg-main.jpg) no-repeat;
	background-size: cover;
}
.str_contents	{
	height: 100vh;	height: 100dvh;
}
.str_section	{
	height: 100%;
	padding: 75px 0 60px;
}
.str_casino_slide	{
	width: 90%;
	max-width: 1540px;
	margin: 0 auto;
}
.str_casino_slide .swiper-container	{
	width: 100%;
	padding: 20px 0 0;
	display: flex;
	flex-direction: column;
}
.str_casino_slide .swiper-slide	{
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .3s ease-in-out;
	transform: scale(.85);
	filter: brightness(1) drop-shadow(0 0 7px #a8906f);
}
.str_casino_slide .swiper-slide a	{
	display: block;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.str_casino_slide .swiper-slide img	{
	width: 100%;
	transition: transform .3s ease-in-out;
	filter: brightness(.7);
}
.str_casino_slide .swiper-slide img:hover	{
	filter: brightness(1);
}
.str_casino_slide .swiper-slide-active	{
	transform: scale(1);
	filter: brightness(1) drop-shadow(0 0 10px #1ab2f9);
}
.str_casino_slide .swiper-slide-active img	{
	filter: brightness(1);
}
.str_casino_slide .swiper-pagination-bullet	{
	width: 36px;
	height: 8px;
	margin: 0 5px;
	background: #D6D6D6;
	transition: opacity .2s ease;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	opacity: 1;
}
.str_casino_slide .swiper-pagination-bullet-active	{
	background: #ffc938;
}
.slide_assets	{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.add_pagination	{
	margin-top: 20px;
	text-align: center;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.add_pagination .swiper-pagination	{
	position: relative;
}
.add_navigation .swiper-button-next	{
	background-image: url(/theme/casino1d/assets/images/icon/ic-chevron-right.png);
}
.add_navigation .swiper-button-prev	{
	background-image: url(/theme/casino1d/assets/images/icon/ic-chevron-left.png);
}
.add_navigation .swiper-button-next, .swiper-button-prev	{
	width: 160px;
	height: 34px;
	background-size: cover;
}
.str .menu_tab	{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}
.str .menu_tab ul	{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: linear-gradient(180deg, #404040 0%, black 100%);
}
.str .menu_tab li	{
	background-color: transparent;
	width: 200px;
	height: 60px;
	cursor: pointer;
}
.str .menu_tab li button	{
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0;
	line-height: 60px;
	background: transparent;
	font-size: 2rem;
	font-weight: 600;
	color: #585252;
	text-align: center;
	transition: .3s;
}
.str .menu_tab li button:after	{
	background-color: rgba(255, 255, 255, .3);
}
.str .menu_tab li.active button:after	{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #ffc5c5;
}
.str .menu_tab li.active button	{
	color: #fff;
	background: linear-gradient(180deg, #f54643 0%, #ae0f0f 100%);
}
.str .menu_tab li:nth-child(1) button:before	{
	content: '';
	display: inline-block;
	margin: 10px 10px 0 0;
	width: 34px;
	height: 34px;
	background: url(/theme/casino1d/assets/images/icon/ez-sood-tab-ic-casino.png) no-repeat;
	background-size: cover;
	vertical-align: top;
}
.str .menu_tab li:nth-child(2) button:before	{
	content: '';
	display: inline-block;
	margin: 10px 10px 0 0;
	width: 50px;
	height: 34px;
	background: url(/theme/casino1d/assets/images/icon/ez-sood-tab-ic-slot.png) no-repeat;
	background-size: cover;
	vertical-align: top;
	filter: grayscale(1);
}
.str .menu_tab li.active:nth-child(2) button:before	{
	filter: grayscale(0);
}
.str .menu_tab li.active:nth-child(2) button	{
	background: linear-gradient(180deg, #1f68e9 0%, #123a79 100%);
}
.str .menu_tab li button:hover	{
	filter: brightness(1.5);
}
.str .cont_tab	{
	height: 100%;
	padding: 50px 0;
}
.str .cont_tab_area	{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.str .str_title	{
	font-size: 3.6rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
}
.str .cont_tab_area .games_index	{
	width: 90%;
	margin: 0 auto;
}
.str .cont_tab_area .games_index ul	{
	justify-content: center;
}
@media screen and (max-width:767px)	{
	.str_contents	{
		height: 100%;
		overflow: hidden;
	}
	.str .str_title	{
		font-size: 2rem;
	}
	.str_casino_slide	{
		width: 100%;
	}
	.str .cont_tab	{
		padding: 30px 0 50px;
	}
	.str .cont_tab_area .games_index	{
		width: 100%;
	}
	.games_index .sood_game li	{
		width: 32%;
		padding: 0 0 5px 0;
	}
	.str .cont_tab_area	{
		height: calc(100% - 130px);
	}
	.str .menu_tab li	{
		width: 50%;
		height: 50px;
	}
	.str .menu_tab li button	{
		font-size: 1.6rem;
		height: 50px;
		line-height: 45px;
	}
	.str .menu_tab li:nth-child(1) button:before	{
		width: 24px;
		height: 24px;
	}
	.str .menu_tab li:nth-child(2) button:before	{
		width: 30px;
		height: 20px;
	}
	.add_pagination	{
		display: none;
	}
	.add_navigation .swiper-button-next, .swiper-button-prev	{
		width: 100px;
		height: 22px;
	}
}
.inv_area	{
	padding: 0 30px;
	max-width: var(--width-max);
	margin: 50px auto;
	margin-bottom: 5vw; margin-bottom: 5dvw;
}
.inv_title	{
	font-size: 2rem;
	margin: 30px 0 20px;
}
.gray_box	{
	background: rgba(118, 133, 146, 0.1);
	padding: 32px 32px;
	border-radius: 8px;
}
.box-tit-wrap	{
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	width: 100%;
}
.gray_box .box-tit	{
	display: flex;
	flex-direction: row;
	font-size: 2.25rem;
	align-items: center;
	line-height: 100%;
	gap: 8px;
	color: var(--color-primary-sub);
}
.gray_box .box-tit i	{
	font-size: 1.95rem;
}
.gray_box .box-tit + h4	{
	font-size: 1.4rem;
	font-weight: normal;
}
.gray_box .box-tit + h4 span	{
	border-bottom: 1px solid;
}

.inv_noti	{
	font-size: 1.6rem;
	color: #e9dfda;
}
.inv_noti strong	{
	color: var(--color-point);
}
.inv_top_bg	{
	padding: 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: fit-content;
	min-height: 220px;
	background: url(/theme/casino1d/assets/images/content/bg-contop-mypage.jpg) top left repeat;
	background-size: auto 125%;
}
.inv_top_bg svg	{
	height: 65px;
}
.inv_top_bg .top_banner_tit span	{
	display: block;
	color: #fff;
	font-size: 1.5rem;
	font-weight: normal;
	margin-top: -10px;
}
.inv_top_bg .inside-inform	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	width: 100%;
	margin: 0 auto;
	max-width: var(--width-max);
	gap: 16px;
}
.inv_top_bg .inside-inform .filter_list	{
	background-color: rgba(30, 20, 20, 0.8);
	width: 100%;
	max-width: 640px;
}

.svg_text	{
	font-size: 36px;
	letter-spacing: 0.075rem;
}
.mypage .sec_contents	{
	padding-top: var(--height-head-noti);
}
.mypage .menu_tab	{
	position: relative;
	width: 100%;
	margin: 30px 0;
}
.mypage .menu_tab ul	{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.mypage .menu_tab li	{
	width: auto;
	height: 38px;
	margin: 0 20px;
}
.mypage .menu_tab li button	{
	position: relative;
	display: inline-block;
	min-width: 60px;
	height: 38px;
	padding: 0 8px;
	color: var(--color-primary-dark);
	font-size: 2rem;
	letter-spacing: normal;
	font-weight: var(--font-fw-heading);
	font-family: var(--font-ff-heading);
	text-align: center;
}
.mypage .menu_tab li button:after	{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	transition: .3s;
}
.mypage .menu_tab li:hover button:after,
.mypage .menu_tab li.active button:after	{
	background-color: var(--color-primary-sub);
}
.mypage .menu_tab li.active button	{
	color: var(--color-primary-sub);
}

.filter_list	{
	display: flex;
	align-items: center;
	border: 1px solid;
	border-color: var(--color-border-primary);
	border-radius: 8px;
	overflow: hidden;
}
.filter_list_item	{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 20px;
	text-decoration: none;
	text-wrap: nowrap;
	background: #FEFEFE;
}
.filter_list_item + .filter_list_item	{
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.filter_list_item i	{
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 1.2rem;
	color: #6f9097;
}
.filter_list_item .label	{
	display: inline-block;
	font-size: 1.5rem;
	color: var(--color-txt-bodylight);
	margin-bottom: 10px;
	font-weight: normal;
}
.filter_list_item .value	{
	display: inline-block;
	font-size: 1.6rem;
	color: var(--color-primary-sub);
	font-weight: 700;
}
.x_invitation::-webkit-scrollbar	{
	height: 5px;
	width: 5px;
}
.x_invitation	{
	overflow: auto;
	padding-bottom: 8px;
}
.x_invitation_table	{
	width: 100%;
	min-width: var(--width-min-table);
	padding-bottom: 2rem;
	color: var(--color-txt-body);
	border-collapse: separate;
	border-spacing: 1px;
}
.x_invitation_table thead th	{
	position: relative;
	vertical-align: middle;
	background: #FEFEFE;
	padding: 13px 0 10px 0;
	line-height: 1;
	color: var(--color-slate);
	font-size: 1.35rem;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.x_invitation_table thead tr th:first-of-type	{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.x_invitation_table thead tr th:last-of-type	{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.x_invitation_table thead th .fa-sort-amount-down	{
	position: absolute;
	right: 20px;
}
.x_invitation_table tbody > tr.no_result	{
	background: none;
	border-radius: unset;
	padding: unset;
	margin-top: unset;
}
.x_invitation_table tbody > tr.no_result td	{
	text-align: center;
	padding: 5rem 0;
	font-weight: 500;
	font-size: 1.5rem;
}
@media (hover: hover)	{
	.x_invitation_table tbody > tr:hover:not(.no_result)	{
		background: rgba(130, 155, 160, 0.15);
		transition: all .35s;
	}
}
.x_invitation_table td	{
	padding: 12px 16px;
	vertical-align: middle;
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	border-bottom: 1px solid;
	border-color: rgba(210, 220, 220, 0.7);
}
.x_invitation_table td.td-tit	{
	padding: 0 0;
	min-width: 240px;
}
.x_invitation_table td.td-tit a	{
	display: block;
	width: 100%;
	padding: 16px 24px;
	color: #656565;
	font-weight: 500;
}
.x_invitation_table td.td-tit a:hover	{
	color: #527477;
}
.x_invitation_table td .datetime	{
	font-size: 1.2rem;
}
.x_invitation_desc	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}
.x_invitation_desc .total-num	{
	display: inline-flex;
	align-items: center;
	min-width: fit-content;
	gap: 8px;
	font-size: 1.3rem;
	color: var(--color-txt-body);
}
.btn.delete	{
	display: inline-flex;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 6px 8px 5px 7px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	line-height: 1;
	vertical-align: middle;
	background-color: var(--color-slate);
}
* + .btn.delete	{
	margin-left: 4px;
}
@media (hover: hover)	{
	.btn.delete:hover	{
		background-color: var(--color-primary04);
		color: #000;
	}
}

.inv_img	{
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.inv_img img	{
	width: 100%;
}
.inv_txt	{
	font-size: 2rem;
	text-align: center;
	margin: 30px 0;
	color: #fafafa;
}
.inv_txt strong	{
	display: inline-block;
	font-size: 3rem;
	color: var(--color-point);
	font-style: italic;
	line-height: 1.5;
}
.inv_txt span	{
	display: block;
	color: #fafafa;
	line-height: 1.5;
}
.inv_txt_2	{
	font-size: 1.6rem;
	line-height: 1.5;
	color: #707179;
	text-align: left;
	padding: 30px 0;
}
.inv_txt_2 p	{
	color: #fafafa;
	font-size: 2rem;
	margin-bottom: 10px;
}
.inv_txt_2 strong	{
	color: #fafafa;
	display: block;
	margin-bottom: 10px;
}
.inv_txt_2 em	{
	color: #f16869 !important;
	text-decoration: underline;
}
.inv_margin_top span, .inv_margin_top strong	{
	margin-top: 15px;
}
.inv_margin_top .small	{
	font-size: 1.4rem;
	font-style: italic;
}
.inv_filter	{
	display: flex;
	justify-content: flex-end;
}
.inv_filter .btn_filter	{
	min-width: 140px;
	padding: 10px 16px 8px;
	line-height: 1.5;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fafafa;
	background: #1d1d24;
	border: none;
	border-radius: 6px;
	transition: background .2s;
	text-align: center;
}
.inv_filter .btn_filter:last-of-type	{
	border-left: none;
}
.inv_filter .btn_filter.active, .inv_filter .btn_filter:hover	{
	background: #3f4850;
	color: #fafafa;
	box-shadow: none;
}
.inv_filter .btn_filter:not(:first-child)	{
	margin-left: 8px;
}
.inv_filter_inner	{
	display: flex;
	justify-content: flex-end;
}
.inv_filter_inner.btn_set	{
	display: inline-flex;
	gap: 8px;
}
.inv_filter_inner.btn_set > a	{
	min-width: fit-content;
	padding: 6px 14px;
	font-size: 1.25rem;
	font-weight: 500;
	color: var(--color-point-graylight);
	background: #586d70;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	transition: all .2s;
}
.inv_filter_inner.btn_set > a:hover	{
	color: var(--color-point-white);
	background-color: var(--color-primary-sub);
	font-weight: bold;
}
.inv_filter_inner .btn_item	{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 128px;
	padding: 8px 10px;
	gap: 8px;
	font-size: 1.3rem;
	color: #fafafa;
	background: var(--color-slate);
	border: none;
	border-radius: 4px;
	text-align: left;
	transition: all .2s ease-in-out;
}
.inv_filter_inner .btn_item:last-of-type	{
	border-left: none;
}
.inv_filter_inner .btn_item.active,
.inv_filter .btn_filter:hover	{
	box-shadow: none;
}
.inv_filter_inner .btn_item:not(:first-child)	{
	margin-left: 8px;
}
.percent_tit	{
	font-size: 2.2rem;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.percent_list	{
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 75%;
	margin: auto;
	row-gap: .5rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
}
.percent_list_item	{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	aspect-ratio: 1;
	background-image: linear-gradient(180deg, rgba(160, 125, 95, 0.25), rgba(rgba(160, 125, 95, 0.25), 0) 70%);
	border: 1px solid rgba(165, 130, 100, 0.25);
	border-radius: 50%;
	transition: all .2s;
}
.percent_list_item .topic	{
	font-size: 1.8rem;
	font-weight: 500;
}
.percent_list_item .percent	{
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 900;
	color: var(--color-point);
}
.percent_list_item .description	{
	font-size: 1.3rem;
	font-weight: 400;
	color: #e9dfda;
}
@media screen and (min-width:1850px)	{
	.inv_area	{
		padding: 0 0;
	}
}
@media screen and (max-width:1190px)	{
	.inv_area	{
		max-width: 100%;
	}
}
@media screen and (max-width:767px)	{
	.mypage .sec_contents	{
		padding-top: unset;
	}
	.inv_area	{
		padding: 0 8px;
		margin-top: 8px;
	}
	.inv_top_bg	{
		padding: 16px 16px 24px;
		height: fit-content;
		min-height: initial;
	}
	.inv_top_bg .top_banner_tit span	{
		font-size: 1.3rem;
	}
	.inv_top_bg .inside-inform .filter_list	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		display: none;
	}
	.inv_top_bg .inside-inform .filter_list > .filter_list_item	{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 6px 12px;
		border-bottom: 1px solid #ffffff21;
	}
	.box-tit-wrap + .filter_list	{
		flex-direction: column;
		align-items: stretch;
	}
	.box-tit-wrap + .filter_list .filter_list_item	{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		padding: 8px;
		border-bottom: 1px solid #ffffff21;
	}
	
	.filter_list > .filter_list_item .label	{
		font-size: 1.2rem;
		margin: 0 0;
	}
	.inv_top_bg svg	{
		height: 50px;
	}
	.inv_top_bg span	{
		font-size: 1.6rem;
	}
	.svg_text	{
		font-size: 25px;
	}
	.mypage .menu_tab	{
		margin: 15px 0 20px;
	}
	.mypage .menu_tab li	{
		margin: 0 10px;
	}
	.mypage .menu_tab li button	{
		font-size: 1.35rem;
		font-weight: 500;
		word-break: keep-all;
	}
	.gray_box	{
		padding: 10px;
	}
	.gray_box.mt-40	{
		margin-top: 20px;
	}
	.gray_box.mt-50	{
		margin-top: 25px;
	}
	.gray_box .box-tit-wrap	{
		margin: 8px 0 12px 0;
		gap: 12px;
	}
	.gray_box .box-tit	{
		font-size: 1.5rem;
	}
	.gray_box .box-tit i	{
		font-size: 1.65rem;
	}
	.gray_box .box-tit + h4	{
		font-size: 1.15rem;
		display: none;
	}
	.inv_noti	{
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: left;
	}
	.x_invitation_table	{
		min-width: fit-content;
	}
	.x_invitation_table thead th	{
		font-size: 1.2rem;
	}
	.inv_txt	{
		font-size: 1.4rem;
		margin: 15px 0;
	}
	.inv_txt strong	{
		font-size: 1.8rem;
	}
	.inv_txt_2	{
		font-size: 1.4rem;
	}
	.inv_txt_2 p	{
		font-size: 1.6rem;
	}
	.percent_tit	{
		font-size: 1.8rem;
	}
	.percent_list	{
		width: 100%;
	}
	.percent_list_item	{
		width: 33%;
	}
	.percent_list_item .percent	{
		font-size: 1.6rem;
	}
	.inv_filter_inner .btn_item	{
		min-width: 90px;
		font-size: 1.2rem;
	}
	.inv_filter	{
		justify-content: flex-start;
		margin-top: 15px;
	}
	.x_invitation_table thead th .fa-sort-amount-down	{
		display: none;
	}
	.filter_list_item i	{
		display: none;
	}
	.x_invitation_desc span,
	.x_invitation_desc .total-num	{
		font-size: 1.1rem;
	}
	.percent_list_item .topic	{
		font-size: 1.6rem;
	}
	.box-tit-wrap .inv_filter_inner:not(.inv_filter_inner.btn_set)	{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		width: 100%;
		gap: 8px;
	}
	.box-tit-wrap .inv_filter_inner > div,
	.box-tit-wrap .inv_filter_inner > select	{
		margin: 0 auto !important;
		width: 100%;
	}
}
@media screen and (max-width:575px)	{
	.mypage .menu_tab li	{
		width: 100%;
		background: var(--color-point-white);
		border: 1px solid;
		border-color: var(--color-border-primary);
	}
	.mypage .menu_tab li + li	{
		border-top: none;
	}
	.mypage .menu_tab li button	{ width: 100%;}
	.mypage .menu_tab li button:after	{
		height: 100%;
		opacity: 0.2;
	}
	.mypage .menu_tab li:hover button:after,
	.mypage .menu_tab li.active button:after	{
		background-color: var(--color-primary02);
	}

	.x_invitation_table tr > th,
	.x_invitation_table tr > td	{
		font-size: 1.25rem;
		padding: 10px 4px;
	}
	.x_invitation_table td .datetime	{
		font-size: 1.1rem;
	}
}

.datepickerArea	{
	margin-left: 10px;
}
.common_datepicker	{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 40px;
	border-radius: 6px;
	overflow: hidden;
}
.common_datepicker .datePicker	{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 8px 2px 30px;
	border: 0;
	color: #fafafa;
	font-size: 1.3rem;
	text-align: center;
	border-radius: 4px;
}
.common_datepicker .fi-rr-calendar-clock	{
	position: absolute;
	top: 11px;
	left: 10px;
	font-size: 1.6rem;
	color: var(--color-point-white);
}
.common_datepicker input::-webkit-input-placeholder	{
	color: var(--color-point-white);
}
.common_datepicker input:-ms-input-placeholder	{
	color: var(--color-point-white);
}
.common_datepicker input::placeholder	{
	color: var(--color-point-white);
}
.cal_clear	{
	display: none;
	font-size: 1.6rem;
	font-weight: 600;
	width: 40px;
	height: 40px;
	text-align: center;
}
.page_title_component	{
	font-size: 3.5rem;
	text-align: center;
	line-height: 46px;
}
.page_title_component .title	{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.page_title_component .title:after	{
	content: '';
	z-index: -1;
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -96px;
	width: 200px;
	height: 38px;
	background: url(/theme/casino1d/assets/images/element/promotion-index-line-glow_11zon.png) no-repeat;
}
.page_title_component:before	{
	content: '';
	display: inline-block;
	margin-right: 8px;
	margin-top: 8px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: top;
}
.page_title_component:after	{
	content: '';
	display: inline-block;
	margin-left: 8px;
	margin-top: 8px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: top;
}
.promote .page_title_component:before	{
	background-image: url(/theme/casino1d/assets/images/icon/promotion-index-header-ic_11zon.png);
}
.privilege .page_title_component:before	{
	background-image: url(/theme/casino1d/assets/images/icon/event-header-ic_11zon.png);
}
.promote .page_title_component:after	{
	background-image: url(/theme/casino1d/assets/images/icon/promotion-index-header-ic_11zon.png);
}
.privilege .page_title_component:after	{
	background-image: url(/theme/casino1d/assets/images/icon/event-header-ic_11zon.png);
}
.promote .sec_contents	{
	padding: 60px 0;
}
.privilege .sec_contents	{
	padding: 60px 0;
}
.promote_list	{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.promote_list .promote_item	{
	width: calc(100% / 3 - 11px);
}
.promote_list .promote_item a	{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.promote_list .promote_item a img	{
	width: 100%;
}
@media screen and (max-width:1190px)	{
	.page_title_component	{
		font-size: 3rem;
	}
}
@media screen and (max-width:767px)	{
	.promote .sec_contents	{
		padding: 20px 0;
	}
	.privilege .sec_contents	{
		padding: 20px 0;
	}
	.page_title_component	{
		font-size: 2.5rem;
	}
	.page_title_component:before, .page_title_component:after	{
		width: 25px;
		height: 25px;
	}
	.page_title_component .title:after	{
		height: 26px;
		bottom: 4px;
	}
	.promote_list .promote_item	{
		width: calc(100% / 2 - 4px);
		margin: 0 0;
	}
	.promote_list	{
		margin-top: unset;
		gap: 8px;
	}
	.promote .content_page	{
		min-height: 550px;
	}
	.privilege .content_page	{
		min-height: 550px;
	}
	.privilege .sidebar	{
		display: none;
	}
	.privilege .sec_contents	{
		width: 100%;
	}
	.datepickerArea	{
		margin-left: 0;
		margin-top: 10px;
	}
	.cont_tab .cont_tab_area:nth-child(3) .datepickerArea	{
		margin-top: 0;
		margin-left: 8px;
	}
	.common_datepicker .datePicker	{
		text-align: right;
	}
}
@media screen and (max-width:425px)	{
	.promote_list .promote_item	{
		width: 100%;
	}
}
.button_area	{
	width: 100%;
	margin-top: 16px;
}
.button_area .btn	{
	cursor: pointer;
	position: relative;
	top: 0;
	outline: none;
	display: inline-flex;
	font-size: 1.7rem;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1;
	text-align: center;
	background-color: var(--color-primary);
	border-radius: 8px;
	transition: all 0.3s ease;
	text-shadow: 1px 1px 1px rgba(21, 21, 21, 0.45);
	align-items: center;
	justify-content: center;
}
@media (hover: hover)	{
	.button_area .btn:hover	{
		filter: brightness(120%);
		top: -3px;
	}
	.button_area .btn:active	{
		box-shadow: 0 1px #00000073;
		top: 3px;
	}
}

.input input::-webkit-input-placeholder	{
	color: inherit;
	font-size: inherit;
	opacity: 0.45;
}
.input input:-ms-input-placeholder	{
	color: inherit;
	font-size: inherit;
	opacity: 0.45;
}
.input input::placeholder	{
	color: inherit;
	font-size: inherit;
	opacity: 0.45;
	font-weight: normal;
}
.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: #ff5c8d;
}
.form_area	{
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
}
.login_form .form_area	{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.login_form .form_area .step_cont	{
	width: 100%;
}
.login_form .form_area .button_area	{
	margin-top: 8px;
}
.filter_list_item > .form_area::after	{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-24px, -50%);
	width: 240px;
	height: 100%;
	background-size: 100% auto;
	opacity: 0.3;
}
.form_area .userinform	{
	z-index: 1;
	width: 100%;
	max-width: 380px;
	border-radius: 8px;
	overflow: hidden;
	background-color: rgba(178, 200, 206, 0.25);
}
.form_area .userinform > .filter_list_item	{
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 2.5rem;
	background-color: transparent;
}
.form_area .userinform > .filter_list_item:not(:last-child)	{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form_area .userinform > .filter_list_item .label	{
	margin-bottom: unset;
}
.form_area .userinform .type415	{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.form_area .userinform .type415 small	{
	font-weight: normal;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.7);
}
.form_area .userinform .type-form	{
	position: relative;
	text-align: right;
	max-width: 180px;
}
.form_area .userinform .type-form i	{
	left: 0;
	top: 50%;
	width: fit-content;
	transform: translate(12px, -50%);
	font-size: 1.45rem;
	color: var(--color-border-primary);
}
.form_area .userinform .type-form input	{
	width: calc(100% - 40px);
	height: 43px;
	line-height: 43px;
	padding: 0 4px 0 36px;
	border: none;
	border-radius: 4px;
	outline: none;
	box-sizing: content-box;
}
.form_area .form	{
	z-index: 1;
	width: 100%;
	margin-bottom: unset;
}
.form_area .btn_money	{
	margin: 18px 0 16px 0;
}
.form_area .button_area	{
	margin-top: unset;
}

.form .button_area	{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.form	{
	position: relative;
	margin-bottom: 16px;
}
.form .form_title	{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1.6rem;
	color: inherit;
	margin-bottom: 6px;
	font-weight: 400;
}
.form .form_title h3	{
	font-weight: 400;
}
.asc	{
	color: #ff5c8d;
	display: block;
	text-align: center;
	margin: 5px 0 0 2px;
	font-size: 1.3rem;
	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;
}
.pointWrap .form .form_text	{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.pointWrap .userinform .comment-txt	{
	justify-content: center;
}
.pointWrap .userinform .comment-txt .label	{
	font-size: 1.35rem;
	max-width: 100%;
	text-wrap: initial;
	text-align: center;
}
.form .form_text	{
	position: relative;
}
.form .input	{
	overflow: hidden;
	position: relative;
	display: block;
	padding: 0 34px 0 34px;
	width: 100%;
	height: 50px;
	font-size: 1.4rem;
	border: 1px solid #dadada;
	background-color: #fafafa;
	border-radius: 8px;
}
.form .input input	{
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	font-size: inherit;
	background-color: #FAFAFA;
	color: #424242;
	text-align: center;
}
.form .input .iconImg	{
	width: 15px;
	height: 15px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.form .input i.iconImg	{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(16px, -50%);
}
.form .selectbox .input	{
	padding: 0 0;
}
.form .selectbox select	{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.form .selectbox select	{
	height: 50px;
	width: 100%;
	margin: 0;
	padding: 0 16px;
	background: none;
	border: none;
	border-radius: 8px;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .15);
	color: #4d2908;
	font-size: inherit;
	line-height: 48px;
}
.account_info .form .selectbox select	{
	height: inherit;
	line-height: 1.5;
}
.form .selectbox .input::after	{
	content: "\f2db";
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 0;
	color: var(--color-primary);
	z-index: -1;
	font-size: 2.45rem;
	transform: translate(-16px, -50%);
}
.form .selectbox select:hover	{
	border-color: #888;
}
.form .selectbox select:focus	{
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	outline: none;
}
.form .selectbox select:disabled	{
	opacity: .5;
}
.form_img	{
	text-align: center;
	margin-bottom: 32px;
}
.form_img img	{
	width: auto;
	max-width: 128px;
	height: 100%;
	display: inline-block;
	opacity: .85;
}
.form_withdraw .input	{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	background-color: #F4F4F4;
}
.form_withdraw .input .btn	{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: transparent;
	text-align: center;
	cursor: pointer;
}
.form_withdraw .input .btn.btn_minus	{
	width: fit-content;
	font-size: 1.35rem;
	color: var(--color-slate);
	background: var(--color-point-graylight);
	padding: 0 12px;
	border-right: 1px solid rgba(120, 120, 120, 0.25);
}
.form_withdraw .input input	{
	width: 100%;
	padding: 0 16px 0 8px;
	font-weight: 700;
	font-size: 115%;
}
.form_withdraw .input .btn i	{
	padding: 4px;
	background-color: #000;
	font-weight: 900;
	font-size: 1.6rem;
	border-radius: 100%;
}
.form_withdraw .input .inpClear	{
	right: 55px;
}
.form_link_center	{
	display: block;
	text-align: center;
	margin: 15px 0 0;
}
.form_link_center a, .form_link_center strong	{
	display: inline-block;
	font-size: 1.4rem;
}
.form_link_center span	{
	display: inline-block;
	font-size: 1.4rem;
	color: #2f2f2f;
	font-weight: 400;
	margin: 0 5px;
	white-space: nowrap;
}
.btnlist-sns	{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 16px;
	padding: 16px;
	background: rgb(244 244 244);
	border-radius: 8px;
	border: 1px solid #d7daf1;
}
.btnlist-sns li	{
	width: 100%;
}
.btnlist-sns li a	{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: initial;
}
.btnlist-sns li i	{
	display: block;
}
.btnlist-sns li i > img	{
	width: 100%;
	max-width: 48px;
	height: auto;
}
.btnlist-sns li .snscode	{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 8px auto 0;
}
.btnlist-sns li .snscode span	{
	font-family: var(--font-ff-stylish);
	font-size: 1.2rem;
}
.btnlist-sns li .snscode strong	{
	font-weight: 700;
	font-size: 1.3rem;
}
hr.hr-border	{
	border: none;
	border-bottom: 1px solid;
	border-color: var(--color-txt-body);
	opacity: 0.25;
}
.joinForm .recomender	{
	margin-bottom: 1rem;
	text-align: center;
	font-size: 1.35rem;
}
.step_progress	{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px;
}
.step_progress span	{
	margin: 0 2px;
	height: 8px;
	width: 30px;
	background: rgba(255, 255, 255, .5);
	display: inline-block;
}
.step_progress span.active	{
	background: #ffcd43;
}
.step_progress span:nth-child(1)	{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.step_progress span:last-child	{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.popup_box.joinform	{
	width: 60vw;
	max-width: 800px;
}
.popup_box.joinform .join_form	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	row-gap: .5rem;
}
.popup_box.joinform .join_form .form	{
	width: calc(100% / 2 - 10px);
}
.popup_box.joinform .join_form .form_title	{
	font-size: 1.25rem;
	letter-spacing: 0.05rem;
	color: var(--color-txt-bodylight);
}
.form_text .input	{
	z-index: 8;
}
.form_text .input > i	{
	position: absolute;
	z-index: 9;
	left: 0;
	top: 50%;
	transform: translate(10px, -50%);
	color: var(--color-primary);
	line-height: 0;
	font-size: 1.75rem;
}
.form_text .input > input	{
	text-align: left;
	padding-left: 8px;
	font-weight: 500;
}
.check_duplication	{
	position: absolute;
	z-index: 9;
	top: 50%;
	right: 0;
	transform: translate(-10px, -50%);
	display: block;
	background: #c41f37;
	line-height: 100%;
	padding: 0.75rem 1.25rem;
	border-radius: 4px;
	transition: all 0.275s ease-in-out;
	font-size: 1.3rem;
}
@media (hover: hover)	{
	.check_duplication:hover	{
		background: #fc4f69;
	}
}
.check_duplication .button-join	{
	display: flex;
	align-items: center;
}
.password_form	{
	display: none;
	margin: 10px auto;
	width: 70%;
}
.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;
}
.filter_area	{
	margin-bottom: 24px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.filter_area.align_right	{
	justify-content: flex-end;
}
.filter_area .form.select	{
	width: 130px;
	display: inline-block;
}
.filter_area .form.select .select_box	{
	border-color: #8D52F2;
}
.filter_area .form.select .select_box label	{
	color: #8D52F2;
}
.filter_area .form.select .select_box:after	{
	border-color: #8D52F2 transparent transparent transparent;
}
.filter_area .form.select .select_box label.on	{
	color: #8D52F2 !important;
}
.filter_area_basic	{
	text-align: right;
	margin: 10px 0 20px;
}
.filter_area_basic .form.select	{
	width: 130px;
	display: inline-block;
}
@media screen and (max-width:767px)	{
	hr.hr-border	{
		margin: 2.5rem auto;
	}
	.filter_area	{
		margin: 14px 0;
		font-size: 1.4rem;
		flex-direction: column;
		justify-content: flex-start;
		text-align: left;
	}
	.filter_area p	{
		width: 100%;
		text-align: center;
	}
	.inv_filter .btn_filter	{
		width: auto;
		min-width: 90px;
		font-size: 1.3rem;
	}
	.filter_list_item .label	{
		font-size: 1.3rem;
	}
	.filter_list_item .value	{
		font-size: 1.3rem;
		font-weight: 600;
	}
	.filter_list_item	{
		padding: 5px;
	}
	.gray_box .filter_list_item .form_area	{
		display: flex;
		flex-direction: column;
	}
	.gray_box .filter_list_item .form_area .userinform	{
		max-width: none;
	}
	.gray_box .form_area .userinform > .filter_list_item	{
		padding: 10px;
	}
	.gray_box .form_area .userinform > .filter_list_item span	{
		font-size: 1.2rem;
	}
	.gray_box .form_area .userinform > .filter_list_item:last-child	{
		background-color: rgba(122, 122, 122, 0.075);
	}
	.gray_box .form_area .userinform > .filter_list_item span.type-form	{
		max-width: unset;
		width: 100%;
		height: 36px;
		margin-top: 12px;
	}
	.gray_box .form_area .userinform > .filter_list_item span.type-form > input	{
		width: 100%;
		height: 100%;
		line-height: 1;
		padding: 0 1rem;
		text-align: end;
		box-sizing: border-box;
	}
	.pointWrap .form .form_text	{
		flex-direction: column;
	}
}
.bg_mask	{
	z-index: 8000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .65);
}
.popup_box	{
	display: none;
	position: absolute;
	margin: 40px;
	width: 80%;
	width: fit-content;
	max-width: 780px;
	background: linear-gradient(360deg, #d0d0d0 0%, #fff 100%);
	border: 3px solid;
	border-color: var(--color-primary);
	background-position: center;
	background-size: cover;
	background-origin: border-box;
	background-clip: content-box;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.popup_box.messagebox .layer_contents	{
	min-width: 30vw;
	max-width: 740px;
}
.popup_box.view	{
	z-index: 9998;
	display: block;
}
.popup_multi	{
	display: none;
	overflow: hidden;
	position: absolute;
	background:
		radial-gradient(100% 100% at 50% 0, #2667c0 0, #4d2908 100%),
		linear-gradient(90deg, #bf9b30, #ffecb1 50.93%, #bf9b30);
	width: 280px;
	border-radius: 8px;
	border: 0;
}
.popup_multi.view	{
	z-index: 99999;
	display: block;
}
.layer_contents	{
	position: relative;
	display: flex;
	flex-direction: column;
	border: solid transparent;
	border-width: 2px;
	background-origin: border-box;
	background-clip: content-box, border-box;
}
.account .layer_body	{
	padding: 40px 20px 20px;
}
.popup_box .close	{
	z-index: 9999;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fafafa;
	opacity: 1;
	font-size: 1.8rem;
	font-weight: 900;
	right: 0;
	background: none;
	border-radius: 0;
	font-size: 2.2rem;
}

.popup_box .close	{
	right: 50%;
	top: initial;
	bottom: 0;
	border-radius: 25px;
	transform: translate(50%, 50%) rotate(45deg);
	transition: transform 0.3s ease;
	background: var(--color-primary);
}
.popup_box .close i	{
	transition: transform 0.3s ease;
	transform: rotate(-45deg);
}
@media (hover: hover)	{
	.popup_box .close:hover	{
		border: 0;
		transform: translate(50%, 50%) rotate(90deg);
		opacity: .8;
	}
	.popup_box .close:hover i	{
		transform: rotate(0deg);
	}
}
.popup_box.qnaViewBox	{
	border: 1px solid #9a9a9a;
	border-radius: 12px;
	background: linear-gradient(360deg, #c5c5c5 0%, #fff 100%);
	box-shadow: 2px 4px 5px 1px #00000059, inset 0 0 6px 1px #0000004a;
}
.popup_box.qnaViewBox .layer_body dt	{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.75rem;
	margin-bottom: 1rem;
	margin-top: unset;
}
.popup_box.qnaViewBox .layer_body dd	{
	font-size: 1.35rem;
	line-height: 145%;
	color: var(--color-point-gray);
}
.popup_box.qnaViewBox .layer_body dt > p.time	{
	font-size: 1.2rem;
	font-weight: 300;
}
.popup_box.qnaViewBox .boxQuestion	{
	margin-bottom: 24px;
}
.popup_box.qnaViewBox .boxAnser .title	{
	color: var(--color-point-gray);
}
.popup_box.qnaViewBox .boxAnser dd	{
	padding-left: 15px;
	border-left: 3px solid;
	border-color: #b99c82;
}



.layer_tabs_button	{
	flex: 1;
	height: 60px;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fafafa;
	background: linear-gradient(125deg, #e6e6e6, #00000052);
	border: none;
	outline: none;
	padding-top: 3px;
	text-align: center;
	transition: background-color .2s;
	position: relative;
	color: #fafafa;
}
.layer_tabs_button.active	{
	color: var(--color-primary);
	background: #fafafa;
}
.layer_tabs	{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1.5rem;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.layer_body	{
	padding: 16px 16px 40px;
}
.loginLayer .layer_body	{
	padding: 16px 32px 40px;
}
.simple_msg	{
	font-size: 1.5rem;
	text-align: center;
	word-break: break-all;
}
.popup_multi .layer_body	{
	padding: 20px 30px;
}
.layer_title	{
	font-size: 2.5rem;
	font-weight: 400;
	margin: 20px 0 30px;
}
.popup_box .body	{
	width: 100%;
	text-align: center;
	padding: 10px 0 20px;
	font-size: 1.4rem;
	color: var(--color-point-white);
	line-height: 1.4;
}
.popup_box .foot	{
	position: relative;
}
.popup_box .btn_box	{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.popup_box .btn_box .btn	{
	display: inline-block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	background: radial-gradient(100% 100% at 50% 0, #f62968 0, #c70628 100%);
}
.popup_box .btn_box .btn.active	{
	background: linear-gradient(180deg, #ffd260 .01%, #ff7a00 96.87%);
}
.popup_box .btn_box.btn_2	{
	flex-direction: row;
}
.popup_box .btn_box.btn_2 .btn	{
	width: calc(100% / 2 - 5px);
}
.popup_box .btn_box.btn_2 .btn + .btn	{
	margin-left: 10px;
}
.account_form	{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.account_form .account_nav	{
	width: 200px;
}
.account_form .account_cont	{
	width: calc(100% - 200px);
	padding-left: 15px;
}
.account_cont > div	{
	display: none;
}
.account_cont .an_cont_01	{
	display: block;
}
.account_inner,
.layer_body_inner	{
	border-radius: 8px;
	min-height: fit-content;
	padding: 16px;
}
.account_inner .title,
.layer_body_inner .title	{
	font-size: 2.5rem;
	font-weight: var(--font-fw-heading);
	margin-top: 1.5rem;
}
.an_btn + .an_btn	{
	margin-top: 8px;
}
.an_btn	{
	position: relative;
	transition: all .3s;
	display: block;
	width: 100%;
	background: #4d2908;
	padding: 18px 15px 18px 50px;
	box-shadow: 0 3px 3px 0 #4d2908;
	border-radius: 8px;
	color: #fafafa;
	line-height: 1.5;
	font-size: 1.5rem;
	text-align: left;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, .6);
	word-break: break-all;
}
.an_btn.txt_center	{
	text-align: center;
}
.an_btn:hover, .an_btn.active	{
	background: linear-gradient(180deg, #fff66d, #ffa51a);
}
.an_btn:before	{
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -17px;
	display: inline-block;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: cover;
}
.an_01:before	{	background-image: url(/theme/casino1d/assets/images/icon/ic-menu-account-user.png);}
.an_02:before	{	background-image: url(/theme/casino1d/assets/images/icon/ic-menu-account-provider.png);}
.an_03:before	{	background-image: url(/theme/casino1d/assets/images/icon/ic-menu-account-bill-history.png);}
.an_04:before	{	background-image: url(/theme/casino1d/assets/images/icon/ic-menu-account-coupon.png);}
.an_05:before	{	background-image: url(/theme/casino1d/assets/images/icon/ic-menu-account-promotion.png);}
.an_06:before	{	background-image: url(/theme/casino1d/assets/images/icon/ic-menu-account-bonus.png);}
.an_07:before	{	background-image: url(/theme/casino1d/assets/images/icon/ic-menu-account-logout.png);}
.except	{
	position: relative;
	transition: all .3s;
	display: block;
	width: 100%;
}
.except.logout	{
	opacity: 0.65;
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 8px 10px 8px;
	gap: 6px;
	background: var(--color-primary-sub);
	border: 1px solid;
	border-color: #b9b9b929;
	border-radius: 4px;
	letter-spacing: normal;
}
.except.logout:hover	{
	opacity: 1;
	box-shadow: 2px 2px 8px 2px #000;
}
.except.logout > i	{
	width: auto;
	display: inline-block;
}
.except.logout > span	{
	line-height: 0.8;
	font-size: 1.2rem;
}

.account_info	{
	text-align: center;
	font-size: 1.6rem;
}
.account_info .img_medal	{
	margin: 20px 0;
}
.account_info .img_medal img	{
	width: 70px;
	height: 70px;
}
.account_info .user_info	{
	width: 100%;
	border-radius: 6px;
	padding: 16px;
	margin: 16px auto 40px;
	color: var(--color-primary-dark);
	background-color: #fff;
	background-image: url(/theme/casino1d/assets/images/element/deposit-bank-info-bg.1b35fc4e.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: left;
	background-position: center bottom;
}
.account_info .user_pic	{
	display: block;
	border-radius: 100%;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.account_info .user_pic img	{
	width: 100%;
	height: 100%;
}
.account_info .user_info strong	{
	font-weight: 600;
	color: var(--color-primary-sub);
}
.account_info .user_info .user_name	{
	width: calc(100% - 60px - 10px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.center	{
	text-align: center;
}
.img_card	{
	margin: 40px 0;
}
.img_card img	{
	width: 150px;
	height: 100px;
}
.img_icon i	{
	font-size: 32px;
	color: #f3d067;
}
.txt_shadow	{
	font-size: 1.6rem;
	color: #f2f2f2;
	text-shadow: 2px 2px 10px #2f80ed, 2px 2px 8px #77a5eb;
}
.no_result	{
	background: rgba(250, 250, 250, 0.1);
	border-radius: 6px;
	padding: 16px;
	margin-top: 30px;
}
.no_result .title	{
	color: #f3d067;
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 10px;
}
.no_result .sub_title	{
	font-weight: 400;
	font-size: 1.5rem;
	margin-top: 10px;
}
.content-pop	{
	border-radius: 6px;
	padding: 16px;
	letter-spacing: 0.075rem;
}
.content-pop .title	{
	font-size: 1.75rem;
	font-weight: 600;
	margin-top: 8px;
}
.content-pop .sub_title	{
	font-weight: normal;
	font-size: 1.45rem;
	margin-top: 16px;
	line-height: 145%;
}
.content-pop > hr	{
	margin: 16px -24px;
	border: none;
	height: 1px;
	width: auto;
	background: var(--color-primary-sub);
}
.coupon_cont	{
	width: 60%;
	margin: 0 auto;
}
.img_coupon	{
	margin: 20px 0 30px;
}
.img_coupon img	{
	width: 200px;
	height: auto;
}
.coupon_cont .button_area	{
	margin-top: 50px;
}
.condition_container	{
	margin-top: 10px;
	border-top: 1px solid #656565;
	overflow-y: auto;
	font-size: 1.6rem;
	color: #ddd;
	padding: 20px 5px;
	text-align: left;
	font-weight: 400;
	height: 200px;
}
.condition_title	{
	text-decoration: underline;
	color: #fafafa;
	margin-bottom: 10px;
}
.bonus_list	{
	font-size: 1.8rem;
	margin: 30px 0;
	font-weight: 400;
}
.bonus_list button	{
	display: inline-block;
	width: 240px;
	height: 48px;
	font-size: 1.6rem;
	line-height: 48px;
	margin: 20px 0;
	border-radius: 8px;
	color: #fafafa;
	background: linear-gradient(180deg, #fe538b, #851a20);
}
.bonus_list button.disabled	{
	opacity: .6;
}
.bonus_content	{
	line-height: 1.5;
}
.condition_container::-webkit-scrollbar	{	width: 5px;}
.condition_container::-webkit-scrollbar-track	{	background: rgba(136, 136, 136, .5);}
.condition_container::-webkit-scrollbar-thumb	{	background: rgba(136, 136, 136, .1);	border-radius: 6px;}
.condition_container::-webkit-scrollbar-thumb:hover	{	background: #555;}


.btn_money	{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 30px 0;
	gap: 6px;
	row-gap: 6px;
}
.money_button	{
	position: relative;
	width: calc(100% / 4 - 5px);
	height: 44px;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
	outline-offset: 4px;
	transition: filter 250ms;
	user-select: none;
	touch-action: manipulation;
}
.money_button .btn_shadow	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.25);
	will-change: transform;
	transform: translateY(2px);
	transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}
.money_button .btn_edge	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: #0c252c;
}
.money_button .cost_num_txt	{
	display: block;
	position: relative;
	padding: 13px 8px 10px 8px;
	border-radius: 8px;
	font-size: 1.45rem;
	line-height: 1;
	background: var(--color-primary-dark);
	will-change: transform;
	transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
	transform: translateY(-4px);
	text-shadow: 1px 1px 1px rgba(21, 21, 21, 0.31);
	font-family: var(--font-ff-body);
	font-weight: 500;
}
.btn_money button:hover	{
	filter: brightness(120%);
}
.btn_money button:hover .cost_num_txt	{
	transform: translateY(-6px);
	transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}
.btn_money button:active .cost_num_txt	{
	transform: translateY(-2px);
	transition: transform 34ms;
}
.btn_money button:hover .btn_shadow	{
	transform: translateY(4px);
	transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}
.btn_money button:active .btn_shadow	{
	transform: translateY(1px);
	transition: transform 34ms;
}
.btn_money button:focus:not(:focus-visible)	{
	outline: none;
}

.c_reset .cost_num_txt	{
	background: #d96c6c;
}
.c_reset .btn_edge	{
	background: #a14646;
}




@media screen and (max-width:767px)	{
	.popup_box	{
		position: fixed;
		top: inherit !important;
		bottom: 0 !important;
		left: 0 !important;
		border: 0;
		margin: 0;
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	.layer_tabs	{
		border-radius: 0;
	}
	.popup_box .button_area	{
		position: fixed;
		z-index: 9;
		bottom: 0;
		left: 0;
	}
	.layer_body,
	.popup_box.joinform .layer_body	{
		max-height: calc(100vh - 96px);	max-height: calc(100dvh - 96px);
		overflow: auto;
		padding: 8px 16px 24px;
		margin-bottom: 40px;
	}
	.popup_box .close	{
		top: -48px;
		right: 50%;
		border-radius: initial;
		background-color: #fafafa;
		color: var(--color-primary-dark);
		transform: translate(50%, 50%);
		transition: transform 0.3s ease;
		border: 2px solid #dddddd;
		border-bottom: none;
		width: 32px;
		height: 32px;
	}
	.popup_box .close i	{
		transform: rotate(0deg);
		font-size: 1.4rem;
	}
	.layer_tabs_button	{
		height: 40px;
		line-height: 40px;
		font-size: 1.45rem;
	}
	.layer_tabs_button.active	{
		font-weight: 600;
	}
	.form_img img	{
		width: 60px;
		height: auto;
	}
	.step_progress span	{
		height: 5px;
		width: 26px;
	}
	.button_area .btn	{
		font-size: 1.6rem;
		border-radius: unset;
		font-weight: 500;
	}
	.form .input	{
		height: 40px;
	}
	.form .input .iconImg	{
		top: 12px;
	}
	.form_withdraw .input .btn,
	.form_withdraw .input .btn.btn_minus	{
		padding: 0 6px;
		font-size: 1.1rem;
	}
	.form_withdraw .input input	{
		width: 100%;
		font-size: 1.4rem;
		font-weight: bold;
		padding-right: 1rem;
	}
	.money_button	{
		width: calc(100% / 3 - 3px);
	}
	.form_area .btn_money	{
		margin: 16px 0;
		gap: 4px;
		row-gap: 8px;
	}
	.popup_box.accountLayer.view	{
		display: none !important;
	}
	.account_nav	{
		padding: 0 20px 0;
	}
	.an_btn	{
		padding: 10px 15px 10px 50px;
		font-size: 1.4rem;
	}
	.an_btn:before	{
		width: 28px;
		height: 28px;
	}
	.an_btn:hover,
	.an_btn.active	{
		background: #4d2908;
	}
	.an_btn + .an_btn	{
		margin-top: 15px;
	}
	.an_btn.txt_center	{
		text-align: left;
	}
	.layer_title	{
		font-size: 2rem;
		margin: 10px 0 20px;
	}
	.account_inner,
	.layer_body_inner	{
		background: none;
		min-height: 100%;
		padding: 0;
	}
	.account_inner .title,
	.layer_body_inner .title	{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.password_form	{
		width: 100%;
	}
	.account_info .user_info	{
		width: 100%;
	}
	.account_info .user_pic	{
		width: 50px;
		height: 50px;
	}
	.txt_shadow	{
		font-size: 1.4rem;
	}
	.coupon_cont	{
		width: 100%;
	}
	.img_coupon img	{
		width: 60%;
	}
	.bonus_list	{
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.bonus_list button	{
		font-size: 1.4rem;
		height: 40px;
		line-height: 40px;
	}
	.condition_container	{
		font-size: 1.3rem;
	}
	.mobSixth .back_account	{
		height: 100%;
	}
	.mobSixth .back_account .layer_body	{
		height: 100%;
	}
	.mobSixth .back_account .condition_container	{
		height: calc(100% - 152px);
	}
	.mobSixth .back_account .condition_container .bonus_content	{
		height: 100%;
		overflow-y: auto;
	}
	.no_result .title	{
		margin-top: 20px;
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.no_result .sub_title	{
		font-size: 1.3rem;
	}
	.logoutLayer	{
		position: fixed;
	}
}

@media screen and (min-width: 767px) and (max-width: 1399px)	{
	.inv_area .pointWrap .form_withdraw .form_text	{
		flex-direction: column;
	}
}
@media screen and (min-width: 767px) and (max-width: 1190px)	{
	.form_area .btn_money	{
		margin: 12px 0 10px;
		gap: 3px;
		row-gap: 6px;
	}
	.money_button	{
		width: calc(100% / 2 - 2px);
	}
	.money_button .btn_shadow,
	.money_button .btn_edge	{
		border-radius: 4px;
	}
	.money_button .cost_num_txt	{
		border-radius: 4px;
		font-size: 1.45rem;
	}
}
@media screen and (max-width: 575px)	{
	.form_area .btn_money	{
		margin: 12px 0 10px;
		gap: 3px;
		row-gap: 6px;
	}
	.money_button	{
		width: calc(100% / 2 - 2px);
		height: 36px;
	}
	.money_button .btn_shadow,
	.money_button .btn_edge	{
		border-radius: 4px;
	}
	.money_button .cost_num_txt	{
		padding: 8px 6px;
		border-radius: 4px;
		font-size: 1.25rem;
	}
}
.back_account	{
	width: 85%;
	margin: 0 auto;
}
.back_account .form .input input	{
	font-size: 1.6rem;
	font-weight: 900;
}
.deposit_img	{
	width: 100%;
	margin: 0 auto 30px;
}
.deposit_img img	{
	width: 100%;
}
.noti_time_msg	{
	display: flex;
	flex-direction: column;
}
.noti_time_msg .icon	{
	width: 34px;
	height: 34px;
	display: block;
	margin: 0 auto;
}
.noti_time_msg .icon img	{
	width: 100%;
	height: 100%;
}
.noti_time_msg .txt	{
	font-size: 1.6rem;
	font-weight: 400;
	margin: 20px 0;
}
.noti_time_msg .txt strong	{
	margin-right: 5px;
	color: #ff5c8d;
	font-weight: 600;
}
.bank_copy_wrap	{
	width: 100%;
	border-radius: 6px;
	padding: 15px;
	margin: 20px auto 30px;
	color: #4d2908;
	font-weight: 400;
	background-color: #fff;
	background-image: url(/theme/casino1d/assets/images/element/deposit-bank-info-bg.1b35fc4e.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: left;
	background-position: center bottom;
}
.bank_copy_wrap .bank_img	{
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 100%;
	overflow: hidden;
}
.bank_copy_wrap .bank_img img	{
	width: 100%;
	height: 100%;
}
.bank_info	{
	display: flex;
	flex-direction: column;
	color: #29313e;
}
.bank_info span	{
	font-size: 1.4rem;
	font-weight: 400;
}
.bank_info p	{
	font-size: 1.6rem;
	font-weight: 400;
	margin: 2px 0;
}
.bank_info strong	{
	font-size: 1.8rem;
	font-weight: 600;
}
.bank_msg	{
	padding: 10px;
	color: #d24646;
	background: #381717;
	border: 1px solid #d24646;
	border-radius: 6px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
}
.promotion	{
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #ffa51a;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.promotion .item_promotion	{
	padding: 20px 0;
	color: #fff;
	font-size: 1.3rem;
	border-radius: 6px;
	border: 1px solid #ffa51a;
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #4d2908;
}
.promotion .item_promotion img	{
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
}

@media screen and (max-width:767px)	{
	.back_account	{
		width: 90%;
	}
	.bank_copy_wrap	{
		margin: 20px auto;
	}
	.bank_copy_wrap .bank_img	{
		width: 50px;
		height: 50px;
	}
	.bank_info span	{
		font-size: 1.4rem;
	}
	.bank_info p	{
		font-size: 1.4rem;
		font-weight: 400;
	}
	.bank_info strong	{
		font-size: 1.6rem;
	}
	.bank_msg	{
		font-size: 1.4rem;
	}
	.back_account .layer_body	{
		padding: 20px 0 60px;
	}
	.btn_money	{
		margin: 20px 0 10px;
	}
	.btn_money input	{
		height: 40px;
		font-size: 1.6rem;
	}
	.noti_time_msg .icon	{
		width: 24px;
		height: 24px;
	}
	.noti_time_msg .txt	{
		margin: 10px 0 20px;
	}
	.promotion	{
		padding-top: 20px;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.back_account .form .input input	{
		font-weight: 500;
		font-size: 1.4rem;
	}
	.inpClear	{
		top: 10px;
	}
}
.popup_box.all_popup	{
	max-width: 750px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:1024px)	{
	.popup_box.joinform	{
		width: 90vw;
		margin: 0 5vw;
	}
}

/* RESPONSIVE ---- MODAL -- MaxW:575 ~ MinW:320 */
@media screen and (max-width:575px)	{
	.layer_contents	{
		border: none;
	}
	.layer_body	{
		padding: 8px 8px 56px;
		margin-bottom: 10px;
	}
	.account_inner .title,
	.layer_body_inner .title	{
		font-size: 1.75rem;
		margin-bottom: 16px;
	}
	/* 회원가입폼 */
	.popup_box.joinform	{
		width: 100vw;
		margin: 0 auto;
	}
	.account_info .user_info	{
		padding: 10px 8px;
		margin: 0 auto 16px;
	}
	.account_info .user_pic	{
		display: none;
	}
	.account_info .user_info .user_name	{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 4px;
		font-size: 1.25rem;
	}
	.popup_box.joinform .join_form	{
		gap: 6px;
	}
	.popup_box.joinform .join_form .form	{
		width: calc(100% / 2 - 4px);
		margin-bottom: 8px;
	}
	.popup_box.joinform .join_form .form_title	{
		font-size: 1.15rem;
		letter-spacing: 0.025rem;
		margin-bottom: 4px;
		margin-left: 2px;
	}
	.popup_box.joinform .join_form .form_text .input	{
		padding: 0 0;
		font-size: 1.2rem;
		border-radius: 4px;
		height: 36px;
	}
	.popup_box.joinform .join_form .form_text .input i	{
		display: none;
	}
	.popup_box.joinform .join_form .form .check_duplication	{
		transform: translate(-5px, -50%);
		padding: 0.75rem 1rem;
		border-radius: 3px;
		font-size: 1.2rem;
	}
	.login_form .btnlist-sns	{
		margin: 0 -16px 8px -16px;
		gap: 8px;
	}
	.btnlist-sns li .snscode span	{
		font-size: 1.1rem;
		margin: 0 0;
	}
	.btnlist-sns li .snscode strong	{
		font-size: 1.2rem;
	}
}



.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover	{
	cursor: not-allowed;
	color: rgb(57 57 57 / 57%);
}


/* main board */
.main_board ul	{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	flex-direction: row;
	gap: 10px;
	width: 100%;
	padding: 0;
	margin: 0;
}
.main_board li	{
	flex: 1 1 32%;
	width: auto;
	min-width: fit-content;
	max-width: 100%;
	padding: 24px;
	border: 1px solid;
	border-color: var(--color-border-primary);
	background: #ffffff;
	border-radius: 6px;
}
.main_board li p	{
	margin: 8px 0 16px 0;
	font-size: 2rem;
	font-family: var(--font-ff-heading);
	font-weight: var(--font-fw-heading);
	color: var(--color-primary-sub);
}
.main_board .main_notice,
.main_board .main_deposit	{width:100%;}

.main_board .main_notice td,
.main_board .main_deposit td	{
	vertical-align: middle;
	padding: 8px 4px;
}

table .td-tit	{
	font-size: clamp(12px, 1.4vw, 14px);
}
table .td-tit a	{
	display: inline-block;
	margin: -8px -4px;
	padding: 8px 4px;
	height: 100%;
	width: 100%;
}
table .td-date	{
	text-align: right;
	width: auto;
	min-width: max-content;
	white-space: pre;
	font-size: clamp(10px, 1.2vw, 12px);
}
table .td-user	{
	font-size: clamp(12px, 1.4vw, 14px);
	color: var(--color-primary-sub);
	font-weight: bold;
}



@media screen and (max-width:1280px)	{}
@media screen and (max-width:1190px)	{}
@media screen and (max-width:767px)		{}




/* maintenance : if the maintenance game is in progress */
.maintenance	{
	position: relative;
	overflow: hidden;
}
.maintenance .games_name	{
	z-index: 98 !important;
}
.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,
.mt-blink	{
	animation: mt-blink 1.5s infinite;
	font-style: normal;
	font-weight: inherit;
}


.promo	{
	width: 80px !important;
	filter: drop-shadow(0px 0px 4px black);
}

.heartbeat	{
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
}


@keyframes scroll	{
	from	{	transform: translateX(100%);}
	to		{	transform: translateX(-100%);}
}

@keyframes mt-blink	{
	0%		{	opacity: 1;}
	10%		{	opacity: 0;}
	20%		{	opacity: 1;}
	100%	{	opacity: 1;}
}

@-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;
			}
}	

.badge-hot {
position: absolute; 
     z-index: 2;
     bottom: 5%; 
     right: 0; 
     width: 25%;
}
@media screen and (max-width: 500px)	{
.badge-hot {    
    bottom: 13%;
    right: 2%;
    width: 25%;}
}