@charset "UTF-8";

body	{
	background-size: contain;
	background-attachment: fixed;
	background-position: right top;
}
.flatpickr-calendar	{	font-size: 110%;}
.menu_provider	{
	background-position: left bottom;
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-attachment: local;
	background: #fff;
	border-right: 0 solid rgba(255, 255, 255, .1);
	filter: drop-shadow(-2px 12px 10px #0000003a);
}
.menu_provider::before	{
	content: '';
	background-size: 100% auto;
	position: absolute;
	display: inline-block;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 10vh;
	max-height: 48px;
}
.menu_provider::before	{
	background-position: left top;
	top: 0;
}
.hide-scrollbar	{
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar	{
	display: none;
}

.header_nav .user-box	{
	width: fit-content;
	display: inherit;
}
.header_nav .nav_menu	{
	gap: 4px;
	margin-top: 4px;
}
.header_nav .nav_menu .nav_item	{
	margin: 0 0;
}
.header_nav .nav_menu .nav_item a	{
	border: none;
}
.header .site_logo a	{
	padding: 1.45rem 0 1rem 0;
	height: 96px;
}
.header .site_logo	{
	position: absolute;
	height: 100%;
	width: fit-content;
	left: 0;
	top: -7px;
	transform: translateX(18%);
}
.nav_menu_sec .btn_login,
.nav_menu_sec .nav_btn	{
	border: none;
	color: #FFF;
	width: auto;
	height: auto;
	line-height: 100%;
	padding: .8rem .1rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 80px;
	border-radius: 8px;
}
.userbox .btn-ico-favorite	{
	bottom: 4px;
	right: 4px;
	width: 26px !important;
	height: 26px !important;
}
.btn-ico-favorite	{
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 4px;
	left: 4px;
	bottom: initial;
	width: clamp(28px, 3.6vw, 36px) !important;
	height: clamp(28px, 3.6vw, 36px) !important;
	margin: 0 !important;
	border-radius: 4px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-ico-favorite span	{
	display: none;
}
.btn-ico-favorite .ico-favorite	{
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-ico-favorite .ico-favorite::before	{
	content: '';
	background-image: url(../images/icon/icon-star-favorite-default.gif);
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
	background-size: 100% 100%;
}
.btn-ico-favorite.already .ico-favorite::before	{
	background-image: url(../images/icon/icon-star-favorite.gif);
}
.btn-ico-favorite:not(.btn-ico-favorite.already):hover .ico-favorite::before	{
	/* background-image: url(../images/icon/icon-star-favorite.png);*/
	width: 90%;	height: 90%;
}
.btn-ico-favorite:hover	{
	
}
.btn-ico-favorite.already	{
	border: none;
	background-color: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width:767px)	{
	/* .btn-ico-favorite	{
		width: 24px !important;
		height: 24px !important;
	} */
}
@media screen and (max-width:425px)	{
	/* .btn-ico-favorite	{
		top: 4px;
		right: 4px;
		bottom: initial;
		width: 22px !important;
		height: 22px !important;
	} */
}

.sec_contents::after	{
	content: '';
	position: absolute;
	z-index: -1;
	top: auto;
	left: 50%;
	transform: translate(-50%, -50px);
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.sec_contents.listGame_casino::after	{
	background-image: url(../images/content/bg-contop-casino.png);
	opacity: .45;
}
.sec_contents.listGame_slot::after	{
	background-image: url(../images/content/bg-contop-slot.png);
	opacity: .25;
}
.sec_contents.listGame_minigame::after	{
	background-image: url(../images/content/bg-contop-minigame.png);
	opacity: .45;
}
.sec_contents.listGame_hotel::after	{
	background-image: url(../images/content/bg-contop-hotel.png);
	opacity: .25;
}
.sec_contents.listGame_sports::after	{
	background-image: url(../images/content/bg-contop-sports.png);
	opacity: .45;
	transform: translate(-50%, -39px);
}
.sec_contents.listGame_slotFishing::after	{
	background-image: url(../images/content/bg-contop-slot.png);
	opacity: .25;
}

/* s: 슬롯게임 업체 리스트 */
.vendorList	{
	position: relative;
	width: calc(100% - 40px);
	max-width: 2980px;
	min-height: 240px;
	margin: 16px auto 24px;
	padding: clamp(8px, 2.4vw, 24px);
	z-index: 1;
	border: 1px solid var(--color-border-primary);
	border-radius: 12px;
	background: #f0f0f8;
	background: linear-gradient(360deg, #f0f0f89e 0%, #ffffffab 100%);
	box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #ffffffbf;
}
.vendorList .tags	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	max-height: 22vh;
	max-height: 22dvh;
	min-height: 220px;
	overflow-y: auto;
	transition: max-height 0.3s ease;
}
.vendorList.expanded .tags	{	/* 펼침 상태 클래스 */
	max-height: none;
	overflow: visible;
}
.expand-toggle-wrap	{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 98;
}
.expand-toggle-wrap .btn	{
	padding: 8px 16px;
	color: #FFF;
	background: var(--color-primary-sub);
	border-radius: 8px;
	white-space: nowrap;
	width: 100%;
}
.vendorList .tags a	{
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	padding: 12px 4px 10px;
	width: calc(100% / 7 - 9px);
	max-width: 200px;
	min-width: 96px;
	border-radius: 6px;
	border: 2px solid #ffffff45;
	background: transparent;
}
.vendorList .tags a::before {
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/common/slot_thumb_bg.png);
	background-position: center;
	background-size: cover;
	opacity: 0.25;
	filter: brightness(2.5) hue-rotate(-45deg);
	transition: all 0.3s ease;
}
.vendorList .tags a span	{
	overflow: hidden;
	display: -webkit-box;
	height: auto;
	letter-spacing: normal;
	font-family: var(--font-ff-heading);
	font-weight: var(--font-fw-heading);
	font-size: clamp(12px, 1.4vw, 14px);
	text-overflow: ellipsis;
	text-align: left;
	white-space: normal;
	word-wrap: break-word;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	line-height: 125%;
	transition: all .3s;
	color: var(--color-txt-body);
	text-shadow: 0px 0px 2px rgb(255 255 255 / 75%);
}
@media (hover:hover)	{
	.vendorList .tags a:hover	{border-color: var(--color-primary);}
	.vendorList .tags a:hover span	{	font-weight: 500;	transition: all .3s;}
	.vendorList .tags a:hover i	{	filter: drop-shadow(-1px 1px 4px rgba(20, 10, 5, .75));}
	.vendorList .tags a:hover::before {
		opacity: 0.15;
		filter: brightness(5) hue-rotate(-45deg);
	}
}
.vendorList .tags a.active	{
	border-color: var(--color-primary-sub);
}
.vendorList .tags a.active::before	{
	opacity: 0.9;
}
.vendorList .tags a.active span	{
	font-weight: 500;
	color: #FFF;
	text-shadow: 0px 0px 2px rgb(70 80 110);
}
.vendorList .tags a i	{
	width: 48px;
	height: 48px;
	padding: 6px;
	background: #2d4254;
	border-radius: 12px;
	border: none;
	transition: all 0.3s ease;
}

@media screen and (min-width:1850px)	{
	.vendorList .tags a	{
		gap: 8px;
		width: 100%;
		padding: 10px 8px 14px;
		font-size: 1.6rem;
	}
	.vendorList .tags a span	{
		max-width: 100%;
	}
	.vendorList .tags a i	{
		width: 64px;
		height: 64px;
	}
}
@media screen and (max-width: 1190px)	{
	.vendorList .tags a	{
		width: calc(100% / 4 - 5px);
	}
}
@media screen and (max-width: 767px)	{
	.vendorList .tags a	{
		width: calc(100% / 3 - 5px);
	}
}
@media screen and (max-width:576px)	{
	.vendorList	{
		width: calc(100% - 24px);
		margin: 8px auto 24px;
		padding: 0;
		border-radius: 8px;
	}
	.vendorList .tags	{
		gap: 4px;
	}
	.vendorList .tags a	{
		width: calc(100% / 4 - 4px);
		min-width: initial;
		padding: 8px 4px 6px;
		gap: 4px;
		border-width: 1px;
		flex-direction: column;
	}
	.vendorList .tags a i	{
		padding: 0 0;
		width: 32px;
		height: 32px;
	}
	.vendorList .tags a span	{
		/* font-size: 1.2rem; */
		max-width: 98%;
	}
}
@media screen and (max-width: 476px)	{
	.vendorList .tags a	{
		width: calc(100% / 2 - 2px);
	}
	/* .vendorList .tags a span	{	font-weight: var(--font-fw-heading);} */
	.vendorList .tags a i	{
		padding: 0 0;
		width: 32px;
		height: 32px;
	}
}
@media screen and (max-width: 326px)	{
	.vendorList .tags a	{
		width: calc(100% / 2 - 2px);
	}
}
/* e: 슬롯게임 업체 리스트 */


.list_title_wrap	{
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 10px;
	max-width: var(--width-max);
}
.list_title_wrap h2	{
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}
.list_title_wrap h2 .companylogo	{
	width: fit-content;
	max-width: 208px;
	height: 48px;
	background-color: var(--color-primary-dark);
	padding: 2px;
	border-radius: 4px;
}
.list_title_wrap h2 .companylogo img	{
	width: auto;
	height: 100%;
	max-width: inherit;
	max-height: inherit;
}
.list_title_wrap h2 p	{
	font-size: 2.45rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	font-weight: normal;
}
.list_title_wrap h2 p strong	{
	font-weight: inherit;
}
.list_title_wrap h2 p small	{
	font-size: 1.2rem;
}
.list_title_wrap h2 p small em	{
	font-weight: bold;
}
.list_title_wrap .search_game	{
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
.search_game .form	{
	margin-bottom: initial;
}
.search_game .form .input	{
	height: 36px;
	font-size: 1.4rem;
	min-width: 138px;
	border-radius: 4px;
	background: var(--color-slate);
	color: #ffffff;
}
.search_game .form .input:not(.search_game .selectbox .input)	{
	padding: 0 0 0 30px;
}
.search_game .form_text .input>i	{
	font-size: 1.45rem;
	transform: translate(8px, -50%);
	color: #ffffff;
}
.search_game .form_text .input>input	{
	padding: 0 0;
	font-size: 1.4rem;
	color: #ffffff;
	background: none;
}
.search_game .form_text .input>input:placeholder	{
	color: #ffffff;
}
.search_game .form .selectbox select	{
	line-height: 100%;
	height: 100%;
	box-shadow: none;
	border: none;
	border-radius: initial;
	padding: 1px 12px;
	color: #f3eeeb;
}
.search_game .form .selectbox select option,
.search_game .form .selectbox select optgroup>option	{
	background-color: #4f3122;
}
.search_game .form .selectbox select optgroup	{
	background-color: #2c1d15;
}
.search_game .form .selectbox .input::after	{
	right: -12px;
	font-size: 2rem;
	color: #ffffff;
}
.search_game .form .selectbox select:hover	{
	border: none;
}
.search_game .form .selectbox select:focus	{
	border: none;
	box-shadow: none;
	outline: none;
}
.form .selectbox select:disabled	{
	opacity: .5;
}

@media (hover:hover)	{
	.search_game .form_text	{
		transition: all .2s ease-in-out;
	}
	.search_game .form_text:hover	{
		box-shadow: 2px 2px 8px 4px #00000070;
	}
}

@media screen and (max-width:1190px)	{
	.list_title_wrap	{
		flex-direction: column;
		gap: 8px;
	}
}

@media screen and (max-width:767px)	{}

@media screen and (max-width:576px)	{
	.list_title_wrap	{
		width: 94%;
		margin: 0 3%;
	}
	.list_title_wrap h2 .companylogo	{
		display: none;
	}
	.list_title_wrap .search_game	{
		width: 100%;
		gap: 4px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);	grid-template-rows: repeat(1, 1fr);
		/* grid-template-columns: repeat(2, 1fr);	grid-template-rows: repeat(2, 1fr); */
	}
	.search_game .form:nth-of-type(1)	{	grid-area: 1 / 1 / 2 / 3;}
	.search_game .form:nth-of-type(2)	{	grid-area: 2 / 1 / 3 / 2;}
	.search_game .form:nth-of-type(3)	{	grid-area: 2 / 2 / 3 / 3;}
	.search_game .form .input	{	min-width: initial;}
}
.popup_box.corner-deco.view::before,
.popup_box.corner-deco.view::after	{
	content: '';
	display: flex;
	width: 100%;
	height: 50%;
	position: absolute;
	z-index: 1;
	pointer-events: none;
	filter: drop-shadow(2px 4px 6px black);
	background-size: 428px;
	background-repeat: no-repeat, no-repeat;
}

@media screen and (min-width:767px)	{}

.x_mypage	{
	margin-top: 30px;
}
.x_mypage_table	{
	width: 100%;
	padding-bottom: 1rem;
	color: #bfc1cb;
	border-collapse: separate;
	border-spacing: 1px;
}
.x_mypage_table td	{
	position: relative;
	font-weight: 400;
	background: #30303a;
	box-shadow: 0 0 0 1px #6c6c6c;
	border: 0;
	padding: 10px 30px;
	font-size: 1.6rem;
	text-align: left;
}
.x_mypage_table td:nth-child(odd)	{
	width: 25%;
	background: #414149;
	vertical-align: middle;
}
.x_mypage_table.col_4 thead th	{
	width: 20%;
}
.x_mypage_table thead th .fa-sort-amount-down	{
	position: absolute;
	right: 20px;
}
.x_mypage_desc	{
	text-align: left;
}
.x_mypage_desc span	{
	font-size: 1.4rem;
	display: inline-block;
	color: #717181;
}
.x_inputbox_s	{
	padding: 6px;
	font-size: 16px;
	width: 135px;
}
.x_memo	{
	margin-top: 30px;
}
.x_memo_table	{
	width: 100%;
	padding-bottom: 1rem;
	color: #bfc1cb;
	border-collapse: separate;
	border-spacing: 1px;
}
.x_memo_table td	{
	padding: 10px 10px;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 100;
	background: #24242e;
	box-shadow: 0 0 0 1px #404051;
}
.x_memo_table thead th	{
	position: relative;
	font-weight: 400;
	background: #30303a;
	box-shadow: 0 0 0 1px #404051;
	border: 0;
	padding: 10px 10px;
	font-size: 1.6rem;
	text-align: center;
}
.x_memo_table.col_4 thead th	{
	width: 20%;
}
.x_memo_table thead th .fa-sort-amount-down	{
	position: absolute;
	right: 20px;
}
.x_memo_table .titletext	{
	text-align: left !important;
	padding: 12px 20px !important;
}
.x_memo_desc	{
	text-align: left;
}
.x_memo_desc span	{
	font-size: 1.4rem;
	display: inline-block;
	color: #717181;
}
.notice_list	{
	display: flex;
	align-items: flex-end;
	border: 1px solid;
	border-color: var(--color-border-input);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 10px;
	letter-spacing: .05rem;
}
.notice_list>.flex	{
	flex-direction: column;
	flex-wrap: nowrap;
}
.notice_list_item	{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex: 1;
	text-decoration: none;
	background: #F4F4F4;
	align-items: center;
}
.boxleft	{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.boxright	{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
}
.notice_list_item .label	{
	display: inline-block;
	margin: 0 10px;
	font-size: clamp(13px, 1.6vw, 16px);
	font-weight: 600;
	letter-spacing: normal;
}
.notice_list_item .label i	{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(24px, -50%);
	transition: transform .35s ease;
}
.notice_list_item.active	{
	background-color: #f4f4f4;
}
.notice_list_item.active .label i	{
	transform: translate(24px, -50%) rotate(-90deg);
}
.notice_list_item .datesmall	{
	display: inline-block;
	font-size: clamp(10px, 1.3vw, 13px);
	word-break: keep-all;
	min-width: 90px;
	text-align: right;
	opacity: 0.75;
	letter-spacing: normal;
}
.notice_list_item .value	{
	display: inline-block;
	font-size: 1.6rem;
	color: #6ee7d1;
	font-weight: 900;
}
.filter_area.align_center	{
	justify-content: center;
}
.x_cscenterbox_table	{
	width: 100%;
	padding-bottom: 1rem;
	color: #bfc1cb;
	border-collapse: separate;
	border-spacing: 1px;
}
.x_cscenterbox_table .focus textarea	{
	background: #FFFFFF;
	box-shadow: inset 4px 4px 12px -4px #0000002e;
}
.x_cscenterbox_table td textarea	{
	width: 100%;
	border-radius: 8px;
	border: 1px solid;
	border-color: var(--color-border-input);
	outline: none;
	outline-offset: 0;
	font-size: clamp(13px, 1.6vw, 16px);
	margin-top: 16px;
	padding: 16px;
	background: none;
}
.x_cscenterbox_table td textarea::placeholder	{
	color: var(--color-point-gray);
}
.x_cscenterbox_table thead th	{
	position: relative;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid;
	border-color: var(--color-border-input);	
	padding: 8px 8px;
	font-size: 1.4rem;
	text-align: left;
}
.x_cscenterbox_table thead th input	{
	background: none;
	border: 0 solid #c9c9c9;
	width: 100%;
	padding: 4px;
	font-size: clamp(13px, 1.6vw, 16px);
}
.x_cscenterbox_table thead th input::placeholder	{
	color: var(--color-point-gray);
}
.x_cscenterbox_table thead tr th:first-of-type	{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.x_cscenterbox_table thead tr th:last-of-type	{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.x_cscenterbox_table thead th .fa-sort-amount-down	{
	position: absolute;
	right: 20px;
}
.x_cscenterbox_desc	{
	text-align: left;
}
.x_cscenterbox_desc span	{
	font-size: 1.4rem;
	display: inline-block;
	color: #717181;
}
.accordion	{
	cursor: pointer;
	padding: 20px 16px 20px 48px;
}
.panel-tae	{
	padding: 0 8px;
	display: none;
	overflow: hidden;
}
.button-gra-red	{
	min-width: 130px;
	height: 40px;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 6px;
	border: none;
	background-size: 145% auto;
	background-position: -10px 0;
	background-image: linear-gradient(315deg, #7b4397 0%, #dc2430 75%);
}
.button-gra-red:hover	{
	background-position: 98% 0;
}
.button-gra-red:active	{
	top: 2px;
}
.button-gra-blue	{
	min-width: 130px;
	height: 40px;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 6px;
	border: none;
	background-size: 145% auto;
	background-position: -10px 0;
	background-image: linear-gradient(315deg, #43cea2 0%, #185a9d 75%);
}
.button-gra-blue:hover	{
	background-position: 98% 0;
}
.button-gra-blue:active	{
	top: 2px;
}
.button-gra-orange	{
	min-width: 130px;
	height: 40px;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 6px;
	border: none;
	background-size: 145% auto;
	background-position: -10px 0;
	background-image: linear-gradient(180deg, #fff66d 0%, #ffa51a 75%);
}
.button-gra-orange:hover	{
	background-position: 98% 0;
	background-size: 100% 125%;
}
.button-gra-orange:active	{
	top: 2px;
}
.button-gra-darkblue	{
	min-width: 130px;
	height: 40px;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 6px;
	border: none;
	background-size: 145% auto;
	background-position: -10px 0;
	background-image: linear-gradient(315deg, #bdc3c7 0%, #2c3e50 75%);
}
.button-gra-darkblue:hover	{
	background-position: 98% 0;
}
.button-gra-darkblue:active	{
	top: 2px;
}
.button-3d-blue	{
	min-width: 130px;
	height: 40px;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 6px;
	border: none;
	background: #3d348b;
	box-shadow: 0 5px #2c0b8e;
}
.button-3d-blue:hover	{
	box-shadow: 0 3px #2c0b8e;
	top: 1px;
}
.button-3d-blue:active	{
	box-shadow: 0 0 #2c0b8e;
	top: 5px;
}
.button-3d-sky	{
	min-width: 130px;
	height: 40px;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 6px;
	border: none;
	background: #3a86ff;
	box-shadow: 0 5px #4433ff;
}
.button-3d-sky:hover	{
	box-shadow: 0 3px #4433ff;
	top: 1px;
}
.button-3d-sky:active	{
	box-shadow: 0 0 #4433ff;
	top: 5px;
}
.button-3d-grey	{
	min-width: 130px;
	height: 40px;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 6px;
	border: none;
	background: #6c757d;
	box-shadow: 0 5px #495057;
}
.button-3d-grey:hover	{
	box-shadow: 0 3px #495057;
	top: 1px;
}
.button-3d-grey:active	{
	box-shadow: 0 0 #495057;
	top: 5px;
}
.custom-w-10	{	width: 10%;}
.custom-w-20	{	width: 20%;}
.custom-w-30	{	width: 30%;}
.custom-w-40	{	width: 40%;}
.custom-w-50	{	width: 50%;}
.custom-w-60	{	width: 60%;}
.custom-w-70	{	width: 70%;}
.custom-w-80	{	width: 80%;}
.custom-w-90	{	width: 90%;}
.custom-w-100	{	width: 100%;}
.custom-w-a	{	width: 100px !important;}
.custom-w-b	{	width: 200px !important;}
.custom_mt_15	{	margin-top: 15px !important;}
.custom_mt_10	{	margin-top: 10px;}
.overflow_a	{	overflow: auto}
.overflow_h	{	overflow: hidden}
.float_l	{	float: left;}
.disnone	{	display: none}
.deposit-formbox	{
	margin: 0 auto;
	background: #30303a;
	padding: 30px 20%;
	border-radius: 10px;
}
.btn_money .delbt	{
	background: radial-gradient(100% 100% at 50% 0, #818181 0, #202020 100%),
				linear-gradient(89deg, #3c3c3c, #2f2f2f 50.93%, #414141);
	border: 1px solid #9b9b9b;
}
.custom-t-b	{
	color: #321f1b;
	font-size: 1.35rem;
	font-weight: 500;
}
.custom-t-left	{	text-align: left !important;}
.custom-t-right	{	text-align: right !important;}
.custom-p-un	{	padding: unset !important;}
.notice_ans	{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 16px;
	padding: clamp(10px, 3vw, 30px);
	background: #ffffff;
	color: var(--color-txt-body);
	line-height: 145%;
	font-weight: normal;
	letter-spacing: normal;
	font-size: clamp(12px, 1.6vw, 16px);
	text-align: left;
}
.bankpw::before	{
	content: '\f8ce';
	font-family: uicons-regular-rounded !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	font-size: 18px;
	text-transform: none;
	line-height: 1;
	position: absolute;
	z-index: 9998;
	top: calc(50% + 1px);
	left: 0;
	transform: translate(10px, -50%);
}
.in-total-num	{
	background: #fff;
	color: #8e6138;
	padding: 6px 8px;
	margin: -2px -4px -2px 4px;
	border-radius: 4px;
	font-weight: 700;
}
.in-text-little	{
	font-size: 12px;
	font-weight: 100;
	margin: 0 10px;
}
.in-text-little font	{
	text-decoration: underline;
	color: #3bb6ff;
}
.game_list_box	{
	display: flex;
	align-items: center;
	align-items: flex-start;
	padding: 16px 16px;
	background: #535353;
	border: 1px solid rgb(152 152 152);
	border-radius: 4px;
	background: #0000002e;
}
.game_list_betting	{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	justify-items: stretch;
	align-items: stretch;
	gap: 8px;
	width: fit-content;
	margin: 0;
	padding: 0;
}
.game_list_betting li	{
	list-style: none;
	min-width: fit-content;
	width: 100px;
	padding: 8px 10px 6px 10px;
	border: 1px solid #696969;
	border-radius: 4px;
	font-size: 1.4rem;
	letter-spacing: .05rem;
	text-align: center;
	word-break: keep-all;
	cursor: pointer;
}
.game_list_betting li.select,
.game_list_betting li:hover	{
	border: 1px solid #000000;
	filter: drop-shadow(0 1px 4px #000000a0);
	font-weight: bold;
	color: #fff;
}
.game_list_scroll::-webkit-scrollbar	{	height: 5px;}
.game_list_scroll::-webkit-scrollbar-thumb	{	background-color: #605a5a;}
.game_list_scroll::-webkit-scrollbar-track	{	background-color: rgb(127, 127, 127);}
.page_number	{
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	min-width: fit-content;
	gap: 4px;
}
.page_number > a	{
	padding: 6px 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 1.2rem;
	border-radius: 4px;
	background: var(--color-slate);
	font-weight: normal;
	color: #fff;
}
.page_number > a:hover	{
	border: 1px solid #000000;
	background: var(--color-primary04);
	color: rgb(255 255 255);
}
.page_number > a.current	{
	background: var(--color-primary);
}

@media screen and (max-width:767px)	{
	.deposit-formbox	{
		padding: 30px 10%;
	}
	.menu_provider	{
		background-position: left bottom;
		background-size: 100% auto;
		background-repeat: repeat-y;
		background-attachment: local;
		border-right: none;
		border-left: none;
	}
	.menu_provider::before	{
		display: none;
	}
	.notice_list	{
		margin-bottom: 8px;
	}
	.notice_list .notice_list_item	{
		padding: 12px 8px 12px 32px;
	}
	.notice_list_item .label	{
		margin: unset;
	}
	.notice_list_item .label i	{
		transform: translate(12px, -50%);
		font-size: 1.25rem;
	}
	.notice_list_item.active .label i	{
		transform: translate(12px, -50%) rotate(-90deg);
	}
	.x_cscenterbox_table	{
		padding-bottom: unset;
	}
	.x_cscenterbox_table thead tr th:last-of-type,
	.x_cscenterbox_table thead tr th:first-of-type	{
		border-radius: 4px;
	}
	.x_cscenterbox_table thead th input	{
		font-size: 1.3rem;
		padding: 0 0;
	}
	.x_cscenterbox_table td textarea	{
		font-size: 1.3rem;
		padding: 10px;
		margin-top: 8px;
		border-radius: 4px;
	}
	.x_cscenterbox .button_area	{
		border-radius: 4px;
		overflow: hidden;
		width: calc(100% - 4px);
		margin: 6px auto 2px;
	}
}

@media screen and (max-width:575px)	{
	.corner-deco::before,
	.corner-deco-list>*::before,
	.corner-deco::after,
	.corner-deco-list>*::after	{
		background-size: cover, cover;
	}
	.notice_list .notice_list_item	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		padding: 10px 10px 10px;
	}
	.notice_list_item .datesmall	{
		width: 100%;
		text-align: left !important;
	}
	.notice_list_item .label i	{
		left: initial;
		right: 20px;
		top: unset;
		bottom: 0;
		transform: translate(12px, -10px);
	}
	.notice_list_item.active .label i	{
		left: initial;
		transform: translate(12px, -10px) rotate(180deg);
	}
	.game_list_box	{
		padding: 8px;
		border-radius: 4px;
	}
	.game_list_betting	{
		gap: 4px;
	}
	.game_list_betting li	{
		width: fit-content;
		padding: 6px 8px 4px 8px;
		font-size: 1.25rem;
		border-radius: 3px;
	}
}

@media (hover:none)	{}