
:root {
	--font-ff-body: "Pretendard", Noto Sans KR, Open Sans, Arial, sans-serif;
	--font-ff-stylish: "YouandiModernTR", Pretendard, Noto Sans KR, Open Sans, sans-serif;
	--font-ff-heading: "SBAggro", Noto Sans KR, Open Sans, sans-serif;
	--font-fw-heading: 400;
	--font-ff-input: Noto Sans KR, Open Sans, sans-serif;
	--orange: #ff8b2d;
	--yellow: #ffdd3e;
	--white-yellow: #ffd989;
	--light-blue: #b6e1f9;
	--red: #fe744f;
	--width-max: 1580px;
}

html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll !important;
}
html::-webkit-scrollbar {
	width: 10px;
	background: #000000;
	border-left: solid 1px rgba(255, 255, 255, 0.1);
}
html::-webkit-scrollbar-thumb {
	background: linear-gradient(#94d6fc, #3d83bb);
	border: solid 2px #000000;
	border-radius: 5px;
}
body {
	height: 100%;
	padding-right: 0 !important;
	text-align: center;
	background-color: #02030b;
	background-attachment: fixed;
	color: #fff;
	font-size: 14px;
	font-family: var(--font-ff-body);
	transition: 0.23s;
}
body.active {
	overflow: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-ff-heading);
}
button, a, input, select, textarea, span {
	outline: none !important;
	transition: 0.3s;
}
button {
	padding: 0;
	word-break: keep-all;
	font-family: var(--font-ff-stylish);
	font-weight: bold;
}
a,a:visited, a:active, a:hover {
	color: inherit;
	text-decoration: none;
}
.w-ba {
	position: relative;
	z-index: 1;
}
.w-ba:before, .w-ba:after {
	content: "";
	pointer-events: none;
	z-index: -1;
	position: absolute;
}
.text-yellow {
	color: var(--yellow) !important;
}
.text-orange {
	color: var(--orange) !important;
}
.text-red {
	color: var(--red) !important;
}
.text-white-y {
	color: var(--white-yellow) !important;
}
.font-small {
	font-size: 10px;
}
.font-bold {
	font-weight: 600;
}
.table-layout-fixed {
	table-layout: fixed;
}
.dflex-ac-jc {
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.dflex-ac-js {
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.dflex-ac-je {
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.dflex-ae-jc {
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}
.dflex-ac-jb {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.wrapper.affix {
	padding-top: 120px;
}
.bs-ul {
	list-style: none;
	margin-bottom: 0;
	width: auto;
	display: table;
	padding: 0;
}
.bs-ul li {
	list-style: none;
	width: calc(16% - 8px);
	height: auto !important;
	/*
	display: table-cell;
	*/
	display: inline-grid;
	text-align: left;
	vertical-align: middle;
	/*
	position: relative;
	*/
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	/*
    max-width: 156rem !important;
    */
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 1200px) {
	.container {
		max-width: var(--width-max);
	}
	.main-nav-jc {
		flex-wrap: unset;
	}
}


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

@-webkit-keyframes heartbeat {
	from	{	-webkit-transform: scale(1);	transform: scale(1);	-webkit-transform-origin: center center;	transform-origin: center center;	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
	10%	{	-webkit-transform: scale(0.91);	transform: scale(0.91);	-webkit-animation-timing-function: ease-in;	animation-timing-function: ease-in;}
	17%	{	-webkit-transform: scale(0.98);	transform: scale(0.98);	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
	33%	{	-webkit-transform: scale(0.87);	transform: scale(0.87);	-webkit-animation-timing-function: ease-in;	animation-timing-function: ease-in;}
	45%	{	-webkit-transform: scale(1);	transform: scale(1);	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
}
@keyframes heartbeat {
	from	{	-webkit-transform: scale(1);	transform: scale(1);	-webkit-transform-origin: center center;	transform-origin: center center;	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
	10%	{	-webkit-transform: scale(0.91);	transform: scale(0.91);	-webkit-animation-timing-function: ease-in;	animation-timing-function: ease-in;}
	17%	{	-webkit-transform: scale(0.98);	transform: scale(0.98);	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
	33%	{	-webkit-transform: scale(0.87);	transform: scale(0.87);	-webkit-animation-timing-function: ease-in;	animation-timing-function: ease-in;}
	45%	{	-webkit-transform: scale(1);	transform: scale(1);	-webkit-animation-timing-function: ease-out;	animation-timing-function: ease-out;}
}
/* .dropdown {
	display: none;
	color: #ffffff;
} */
.dropbtn {
	background-color: #594f50;
	color: white;
	padding: 8px;
	font-size: 13px;
	border: none;
	color: #ffffff;
	width: 150px;
	height: 28px;
	text-align: left;
}
.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 37px; /* dropdown -> dropUp  */
	width: 100%;
	min-width: fit-content;
	margin-top: 0;
	margin-left: 0;
	padding: 4px 0;
	background-color: #000000;
	color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	text-align: left;
	border-radius: 6px;
}
.dropdown-content a {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	min-width: fit-content;
	padding: 6px 8px;
	color: #ffffff;
	text-decoration: none;
}
.dropdown-content a:hover {
	background-color: #5d5d5d;
	color: #ffffff;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #72612b;
	color: #ffffff;
}

/* Banner Section */
.banner-section {
	height: 476px;
	background-image: url("/assets/images/content/bg/banner-bg.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;
	padding: 50px 0 0;
}
.banner-section:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(/assets/images/content/bg/stars-bg.png);
	background-position: bottom center;
	animation: starsAnim 0.7s ease infinite;
}
@keyframes starsAnim {
	0%		{ opacity: 1;}
	50%		{ opacity: 0.5;}
	100%	{ opacity: 1;}
}
.banner-section .banner-bg {
	width: 100%;
	display: none;
	z-index: -1;
	position: relative;
}
.top_logo {
	max-width: 380px;
	filter: drop-shadow(0px 6px 8px #000000cc);
}
.logo {
	width: 234px;
	display: inline-block;
	position: relative;
}
.logo img {
	bottom: 0;
	position: absolute;
}
.logo .logo-bg {
	width: 160.69%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	bottom: auto;
}
.logo .logo-img {
	width: 100%;
	position: relative;
	opacity: 0;
}
.logo .aria-img {
	width: 100%;
	position: relative;
	opacity: 0;
}
.logo .a-b {
	width: 76.93%;
	left: 0;
	top: 0;
	animation: lgABigAnim 8s ease infinite;
}

@keyframes lgABigAnim {
	0%	{	opacity: 0;	transform: scale(0.25) rotate(-90deg);}
	10%	{	opacity: 1;	transform: scale(1) rotate(0deg);}
	95%	{	opacity: 1;	transform: scale(1) rotate(0deg);}
	100%	{	opacity: 0;	transform: scale(1) rotate(0deg);}
}

.logo .r {
	width: 19.66%;
	left: 47%;
	bottom: 11%;
	animation: lgRAnim 8s ease infinite;
}

@keyframes lgRAnim {
	0%	{	opacity: 0;	transform: translateY(-50%);}
	5%	{	opacity: 0;	transform: translateY(-50%);}
	15%	{	opacity: 1;	transform: translateY(0);}
	95%	{	opacity: 1;	transform: translateY(0);}
	100%	{	opacity: 0;	transform: translateY(0);}
}

.logo .i {
	width: 6%;
	right: 24.5%;
	bottom: 13.5%;
	animation: lgIAnim 8s ease infinite;
}

@keyframes lgIAnim {
	0%	{	opacity: 0;	transform: translateY(-50%);}
	7%	{	opacity: 0;	transform: translateY(-50%);}
	17%	{	opacity: 1;	transform: translateY(0);}
	95%	{	opacity: 1;	transform: translateY(0);}
	100%	{	opacity: 0;	transform: translateY(0);}
}
.logo .a {
	width: 20.52%;
	right: 0;
	bottom: 15.5%;
	animation: lgAAnim 8s ease infinite;
}

@keyframes lgAAnim {
	0%	{	opacity: 0;	transform: translateY(-50%);}
	9%	{	opacity: 0;	transform: translateY(-50%);}
	19%	{	opacity: 1;	transform: translateY(0);}
	95%	{	opacity: 1;	transform: translateY(0);}
	100%	{	opacity: 0;	transform: translateY(0);}
}
.logo .rac {
	width: 100%;
	bottom: 10%;
}
.logo .lasvegas {
	width: 61.54%;
	bottom: 0;
}

/* Banner Background */
.banner-background {
	height: 100%;
	width: 100vw;
	max-width: var(--width-max);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	pointer-events: none;
	z-index: 9;
}
.banner-background img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner-background div {
	position: absolute;
	bottom: 0;
}
.banner-background div img {
	width: 100%;
	position: relative;
}
.banner-background .light {
	width: 32.76%;
	left: -20%;
	bottom: -15%;
	animation: bannerLightAnim 15s ease infinite;
}

@keyframes bannerLightAnim {
	0%	{	opacity: 0;}
	8%	{	opacity: 0;}
	13%	{	opacity: 1;}
	97%	{	opacity: 1;}
	100%	{	opacity: 0;}
}

.banner-background .light img {
	animation: bannerLightImg 1s ease infinite;
}

@keyframes bannerLightImg {
	0%	{	opacity: 1;}
	50%	{	opacity: 0.5;}
	100%	{	opacity: 1;}
}

.banner-background .glow-right {
	width: 38.53%;
	right: 5%;
	animation: bannerLightAnim 15s ease infinite;
}
.banner-background .glow-right img {
	animation: bannerLightImg 1s ease infinite;
}
.banner-background .candy-slot {
	width: 18%;
	right: 19%;
	bottom: -5%;
	left: auto;
	z-index: 99;
	animation: candySlotAnim 15s ease infinite;
}

@keyframes candySlotAnim {
	0%	{	opacity: 0;	transform: translateX(15%);}
	8%	{	opacity: 1;	transform: translateX(0);}
	95%	{	opacity: 1;	transform: translateX(0);}
	100%	{	opacity: 0;	transform: translateX(0);}
}

.banner-background .money-slot {
	width: 20%;
	right: 5%;
	left: auto;
	animation: moneySlotAnim 15s ease infinite;
}

@keyframes moneySlotAnim {
	0%	{	opacity: 0;	transform: translateX(-15%);}
	8%	{	opacity: 1;	transform: translateX(0);}
	95%	{	opacity: 1;	transform: translateX(0);}
	100%	{	opacity: 0;	transform: translateX(0);}
}

.banner-background .glow-left {
	width: 38.34%;
	left: 4%;
	animation: bannerLightAnim 15s ease infinite;
}
.banner-background .glow-left img {
	animation: bannerLightImg 1s ease infinite;
}
.banner-background .casino-items {
	width: 38.53%;
	left: -4.5%;
	transform-origin: bottom center;
	animation: casinoItemAnim 15s ease infinite;
}

@keyframes casinoItemAnim {
	0%	{	opacity: 0;	transform: scale(0.5);}
	4%	{	opacity: 0;	transform: scale(0.5);}
	10%	{	opacity: 1;	transform: scale(1);}
	95%	{	opacity: 1;	transform: scale(1);}
	100%	{	opacity: 0;	transform: scale(1);}
}

.banner-background .girl-left {
	width: 20%;
	left: -3%;
	animation: girlLeftAnim 15s ease infinite;
}

@keyframes girlLeftAnim {
	0%	{	opacity: 0;	transform: translateX(15%);}
	2%	{	opacity: 0;	transform: translateX(15%);}
	10%	{	opacity: 1;	transform: translateX(0);}
	95%	{	opacity: 1;	transform: translateX(0);}
	100%	{	opacity: 0;	transform: translateX(0);}
}

.banner-background .girl-center {
	width: 18.5%;
	left: 10%;
	animation: girlCenterAnim 15s ease infinite;
}

@keyframes girlCenterAnim {
	0%	{	opacity: 0;	transform: translateY(15%);}
	6%	{	opacity: 1;	transform: translateY(0);}
	95%	{	opacity: 1;	transform: translateY(0);}
	100%	{	opacity: 0;	transform: translateY(0);}
}
.banner-background .girl-right {
	width: 22.5%;
	left: 17%;
	animation: girlRightAnim 15s ease infinite;
}

@keyframes girlRightAnim {
	0%	{	opacity: 0;	transform: translateX(-15%);}
	2%	{	opacity: 0;	transform: translateX(-15%);}
	10%	{	opacity: 1;	transform: translateX(0);}
	95%	{	opacity: 1;	transform: translateX(0);}
	100%	{	opacity: 0;	transform: translateX(0);}
}


/* Banner Text */
.banner-carousel {
	position: relative;
	z-index: 51;
	margin: 10px auto 0;
}
.banner-carousel .text-panel {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	max-width: 730px;
	margin: 0 auto 25px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	background-color: rgba(0, 0, 0, 0.57);
	padding: 24px 16px;
	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, black 25%, black 75%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, black 25%, black 75%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
	position: relative;
	z-index: 1;
}
.banner-carousel .text-panel:before {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	border: solid 1px #9c988f;
	opacity: 0.4;
}
.banner-carousel .text-panel h1 {
	color: #f4efd4;
	font-size: 20px;
	opacity: 0;
}
.banner-carousel .text-panel h2 {
	font-size: 16px;
	color: #a7dffe;
	opacity: 0;
}
.banner-carousel .text-panel h1:first-child {
	animation: bannerText01 6s ease 1 forwards;
}

@keyframes bannerText01 {
	0%	{	opacity: 0;	transform: scale(0);}
	10%	{	opacity: 1;	transform: scale(1.1);}
	20%	{	opacity: 1;	transform: scale(1);}
	95%	{	opacity: 1;	transform: scale(1);}
	100%	{	opacity: 0;	transform: scale(0);}
}

.banner-carousel .text-panel h2:nth-child(2) {
	animation: bannerText02 6s ease 1 forwards;
}

@keyframes bannerText02 {
	0%	{	opacity: 0;	transform: scale(0);}
	3%	{	opacity: 0;	transform: scale(0);}
	13%	{	opacity: 1;	transform: scale(1.1);}
	23%	{	opacity: 1;	transform: scale(1);}
	95%	{	opacity: 1;	transform: scale(1);}
	100%	{	opacity: 0;	transform: scale(0);}
}

.banner-carousel .text-panel h2:nth-child(3) {
	animation: bannerText03 6s ease 1 forwards;
}

@keyframes bannerText03 {
	0%	{	opacity: 0;	transform: scale(0);}
	6%	{	opacity: 0;	transform: scale(0);}
	16%	{	opacity: 1;	transform: scale(1.1);}
	26%	{	opacity: 1;	transform: scale(1);}
	95%	{	opacity: 1;	transform: scale(1);}
	100%	{	opacity: 0;	transform: scale(0);}
}

.carousel-indicators {
	margin: 0 auto;
	bottom: 0;
}
.carousel-indicators li {
	width: 30px;
	height: 4px;
	border-radius: 3px;
	margin: 0 5px;
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	opacity: 1;
	transition: 0.3s;
}
.carousel-indicators li:hover {
	background-color: rgba(255, 255, 255, 1);
}
.carousel-indicators li.active {
	width: 40px;
	height: 6px;
	background-color: #6abffa;
}

/* Header Section */
.header-section {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#0a2447, #020e1e);
	border-top: solid 1px #11315c;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}
.affix .header-section {
	position: fixed;
	top: -90px;
	top: 0;
	left: 0;
	z-index: 99;
	height: auto !important;
}
.header-section:before,
.header-section:after {
	width: 100%;
	height: 7px;
	left: 0;
}
.header-section:before {
	top: 0;
	border-bottom: solid 1px #000b37;
}
.header-section:after {
	height: 5px;
	bottom: 0;
	background-image: linear-gradient(#21568b, #102a54);
	z-index: 2;
}

/* 20241017 add s */
.bal-container {
	/* width: 180px; */
	min-width: max-content;
	/*margin: 0 auto;*/
	padding-right:2rem;
}

/* 20241017 add e */
.main-menu {
	width:70%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin: 4px 0 6px 0;
}
.main-menu li {
	height: 100%;
}
.main-menu li a {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 8px rgba(255, 255, 255, 0.5);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	word-break: keep-all;
	gap: 10px;
	height: 100%;
}
.main-menu li a:hover {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 8px rgba(255, 255, 255, 0.5);
}
.main-menu li a:before {
	width: 100%;
	height: calc(100% - 7px);
	left: 0;
	bottom: 0;
	/* background-image: linear-gradient(#afa462, #6a5128, #372b17); */
	transition: 0.3s;
	opacity: 0.8;
}
.main-menu li a:hover:before {
	opacity: 1;
	filter: brightness(1.45);
	box-shadow: inset 0px 8px 16px -4px #ffeeb5;
}
.main-menu li a i {
	color: var(--light-blue);
	opacity: 1.1;
	font-size: 1.2rem;
	line-height: 0;
}

/* add 20241017 */
.main-menu li a span {
	font-family: var(--font-ff-heading);
	font-weight: var(--font-fw-heading);
	line-height: 100%;
	font-size: 16px;
}
/* add e */
.mypage-btn i {
	font-size: 16px;
	transition: 0.3s;
}
.mypage-btn.opened i {
	transform: rotate(180deg);
}
.modal-title-mob {
	display: none;
	color: var(--light-blue);
	font-size: 10px;
	letter-spacing: 2px;
	margin-top: -5px;
}
.sn-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 98;
	background-color: rgba(11, 2, 16, 0.5);
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s;
}
.sn-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

/* Before After Login */
.before-login {
	display: none;
}
.before-login .mobile .btn-set {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	gap: 8px;
}
.before-login .mobile button {
	height: 36px;
	min-height: 100%;
	margin: 0;
}
.before-login .mobile button:not(.dropbtn) {
	flex-grow: 1;
	width: clamp(80px, 14vw, 160px);
	max-width: 160px;
}
.before-login.active {
	display: block;
}
.before-login .input-panel {
	width: 180px;
	height: 40px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 1), 0 1px 0 rgba(255, 255, 255, 0.08);
	margin-left: 5px;
}
.before-login .input-panel .icon-panel {
	width: 40px;
	height: 100%;
	color: var(--white-yellow);
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.before-login .input-panel input {
	width: calc(100% - 40px);
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	color: #ffffff;
}
.before-login .input-panel input::-webkit-input-placeholder {
	color: #937e62;
}
.before-login .desktop button {
	width: fit-content;
	min-width: 100px;
	height: 40px;
	padding: 0 8px;
	border-radius: 5px;
}
.bt_op_1 {
	position: relative;
	top: 3px;
}
.ico_op_1 {
	font-size: 13px;
	line-height: 0px;
}

/* After Login */
.after-login {
	display: none;
}
.after-login.active {
	display: block;
}
.after-login .mobile .btn-set {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
.after-login .mobile button {
	width: calc(33.3% - 8px);
	height: 35px;
	margin: 0;
	padding: 0 8px;
}
.after-login .mobile button:not(.dropbtn) {
	max-width: 160px;
	width: clamp(120px, 8vw, 180px);
}

.sidebar {
	width: 500px;
}
.sidebar p {
	margin: 0;
}
.sidebar .al-inner {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.sidebar .al-cont {
	width: calc(25% - 4px);
	height: 30px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	margin: 2px 2px;
	color: #fff;
	text-decoration: none;
}
.sidebar .al-cont .labels {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-image: linear-gradient(#afa462, #6a5128, #372b17);
	transition: 0.3s;
	z-index: 1;
}
.sidebar .al-cont .labels:before {
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background-color: #341e08;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}
.sidebar .al-cont .info {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 0 0 38px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	transition: 0.3s;
}
.sidebar .al-cont .info .balance {
	font-weight: 800;
	font-size: 15px;
}
.sidebar .al-cont:hover .info {
	color: var(--yellow);
}
.sidebar .al-cont .info .symbol {
	color: var(--orange);
	margin-left: 5px;
}

/* Progressbar */
.progressbar-panel {
	width: calc(100% - 40px);
	height: 30px;
	overflow: hidden;
	position: absolute;
	border-radius: 5px;
	right: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	border: solid 1px #84694e;
}
.progressbar-panel .percent-bar {
	height: 100%;
	overflow: hidden;
	position: absolute;
	border-radius: 4px;
	left: 0;
	top: 0;
	border: solid 1px #000;
}
.progressbar-panel .percent-bar:before {
	width: 200%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, #a4d6f2, #dab474, #a4d6f2, #dab474, #a4d6f2);
	animation: percentAnim 0.5s linear infinite;
}

@keyframes percentAnim {
	0%		{	left: 0;}
	100%	{	left: -100%;}
}

.progressbar-panel .percent-info {
	position: relative;
	z-index: 2;
	color: rgba(0, 0, 0, 0.75);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.message-count {
	color: #ff9a21;
	font-size: 11px;
	margin-left: 6px;
	line-height: 1;
	/* animation: letter_anim 0slinear infinite; */
}

@keyframes letter_anim {
	0%	{	opacity: 0.25;}
	35%	{	opacity: 1;}
	65%	{	opacity: 1;}
	100%	{	opacity: 0.25;}
}

.sidebar .btn-group {
	border: none;
	background-color: transparent;
	background-image: none;
	padding: 0;
	box-shadow: none;
}
.sidebar .btn-group button {
	width: calc(100% - 1px);
	height: 26px;
	font-size: 10px;
	margin: 0 1px;
}
.sidebar .btn-group button .btn-panel {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}
.sidebar .btn-group button .btn-panel:after {
	width: calc(100% - 10px);
	top: 2px;
}

/* Site Button */
a.abtn {display:inline-block;width: fit-content;min-width: 100px;height: 40px;padding: 0 8px;border-radius: 5px;}
.btn-yellow {
	color: rgba(0, 0, 0, 0.75);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	background-color: #ffc657;
	background-image: linear-gradient(#ffce6b, #ffbd3f);
	border: solid 1px #ffd273;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #1d160e82;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.btn-gold {
	color: rgba(0, 0, 0, 0.75);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	background-color: #dece8f;
	background-image: linear-gradient(#dece8f, #998643);
	border: solid 1px #dece8f;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #1d160e82;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.btn-red {
	color: #ffffff;
	font-weight: bold;
	background-color: #be462a;
	background-image: linear-gradient(#e3603b, #a3321e);
	border: solid 1px #d85c38;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #1d160e82;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
	position: relative;
	z-index: 1;
}
.btn-orange {
	color: rgba(0, 0, 0, 0.75);
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	background-color: #ffac66;
	background-image: linear-gradient(#ffac66, #d77421);
	border: solid 1px #ffac66;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #1d160e82;
	position: relative;
	z-index: 1;
}
.btn-blue {
	color: #fff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	background-color: #91d6fd;
	background-image: linear-gradient(#6abef4, #2c5e90);
	border: solid 1px #5bace4;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px #1d160e82;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.btn-yellow:before,
.btn-red:before,
.btn-gold:before,
.btn-blue:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s;
	z-index: -1;
	border-radius: 4px;
	border: solid 1px #1d160e82;
	opacity: 0;
}
.btn-yellow:before {
	background-image: linear-gradient(#ffac66, #d77421);
}
.btn-red:before {
	background-image: linear-gradient(#ab3349, #83071e);
}
.btn-gold:before {
	background-image: linear-gradient(#f6eedf, #98948f);
}
.btn-blue:before {
	background-image: linear-gradient(#7188ff, #3243a3);
}

@media (min-width: 1121px) {
	.btn-yellow:hover:before,
	.btn-red:hover:before,
	.btn-gold:hover:before,
	.btn-blue:hover:before	{
		opacity: 1;
	}
	.btn-red:hover {
		background-color: #813928;
		border-color: #d35c40;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 0 0 1px #1d160e82, 0 0 8px rgba(255, 255, 255, 0.4);
	}
	.btn-gold:hover {
		background-color: #f6eedf;
		border-color: #f6eedf;
		box-shadow: inset 0 0 0 1px #1d160e82, 0 0 10px rgba(255, 255, 255, 0.3);
	}
	.btn-yellow:hover {
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		background-color: #ffac66;
		border-color: #ffa04f;
		box-shadow: inset 0 0 0 1px #1d160e82, 0 0 8px rgba(255, 255, 255, 0.4);
	}
	
	.btn-blue:hover {
		background-color: #1d436f;
		border-color: #7188ff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 0 0 1px #1d160e82, 0 0 8px rgba(255, 255, 255, 0.4);
	}
}

/* Toggle Section */
.page-content {
	background-color: #020b19;
	/*
	background-image: url("/assets/images/content/bg/main-bg.jpg");
	background-position: top center;
	background-size: cover;
	*/
	position: relative;
	z-index: 1;
	padding: 0 0 30px;
}
.page-content:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(/assets/images/content/bg/toggle-glow.png);
	background-position: top center;
	background-repeat: no-repeat;
	animation: toggleGLow 2s ease infinite;
}

@keyframes toggleGLow {
	0%	{	opacity: 1;}
	50%	{	opacity: 0.6;}
	100%	{	opacity: 1;}
}

.toggle-section {
	padding: 30px 0 15px 0;
}
.toggle-section .container {
	width: 100%;
	max-width: 1280px;
	padding: 0;
}
.toggle-section .container.dflex-ac-jc {
	flex-direction: row;
	flex-wrap: nowrap; 
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 1rem;
}
.toggle-btn {
	width: calc(100% / 2 - 6px);
	height: 80px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: var(--light-blue);
	font-weight: bold;
	font-size: 20px;
	font-weight: 600;
}
.toggle-btn:hover {
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.25);
}
.toggle-btn.active {
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.4);
}
.toggle-btn.telegram-btn {
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(to right, #d7b472, #855d17) 1;
	text-align: center;
	background: #070604;
}
.toggle-btn.telegram-btn .w-ba {
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	display: initial !important;
}
.toggle-btn.telegram-btn .w-ba img {
	height: 100%;
	width: auto;
	max-width: 100%;
}
.toggle-btn .btn-panel {
	width: 100%;
	height: 100%;
	border: solid 1px #11315c;
	border-radius: 8px;
	background-image: linear-gradient(#0a2447, #020e1e);
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
	flex-wrap: nowrap;
	font-family: var(--font-ff-stylish);
	font-weight: 600;
}
.toggle-btn .btn-panel .category {
	position: absolute;
	right: 10%;
	text-align: right;
	white-space: nowrap;
	pointer-events: none;
}
.toggle-btn .icon-panel {
	width: 140px;
	height: 140px;
	width: clamp(80px, 13vw, 140px);
	height: clamp(80px, 13vw, 140px);
}
.toggle-btn .icon-panel:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(/assets/images/content/bg/icon-bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.toggle-btn:nth-child(even) .icon-panel:before {
	transform: rotateY(180deg);
}
.toggle-btn:last-child .icon-panel:before {
	transform: rotateY(180deg);
}
.toggle-btn .icon-panel img {
	transition: 0.3s;
	z-index: 9;
}
.toggle-btn:hover .icon-panel img {
	transform: scale(0.8);
}
.toggle-btn.active .icon-panel img {
	animation: toggleIconAnim 2s ease infinite;
}
.toggle-btn .btn-panel .btn-effect {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.toggle-btn .btn-panel .btn-effect .item-box	{
	background: none;
	filter: none;
	border: none;
}
.toggle-btn .btn-panel .btn-effect .item-box .item-inner:not(:hover) {
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.75), inset 0 0 16px #121631;
}
.toggle-btn.active .btn-panel .btn-effect .item-box .item-inner {
	/* box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.75), inset 0 0 16px #926741; */
	box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.65);
	background-image: linear-gradient(#5daee6, #3a82bb, #102b54);
}
.btn-effect .glass {
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.125));
    transform-origin: top left;
    transform: rotate(0deg);
    z-index: 1;
    pointer-events: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.btn-effect:hover .glass,
.toggle-btn.active .btn-effect .glass {
    transform: rotate(-10deg);
    opacity: 1;
}




@keyframes toggleIconAnim {
	0%	{	transform: scale(1);}
	50%	{	transform: scale(0.95);}
	100%	{	transform: scale(1);}
}
.toggle-btn .indicator {
	font-size: 30px;
	opacity: 0;
	animation: indicatorAnim 1s ease infinite;
}

@keyframes indicatorAnim {
	0%	{	transform: translateY(0);}
	50%	{	transform: translateY(-3px);}
	100%	{	transform: translateY(0);}
}

.toggle-btn.active .indicator {
	opacity: 1;
}

/* Slot Casino Section */

.game-provider {
	margin: 30px 0 0;
}
.sc-section {
	width: calc(100% + 16px);
	position: relative;
	left: -8px;
	display: none;
}
.sc-section.active {
	display: block;
}
.sc-btn {
	width: 242px;
	background-color: #043e8c;
	background-image: linear-gradient(to bottom left, #90d6fc, #5aabe3, #007bff);
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
	display: inline-block;
	margin: 0 7.5px 20px;
	padding: 5px 5px;
	position: relative;
	animation: scBtnAnim 0.8s ease 1 backwards;
	transform-origin: bottom center;
}

@keyframes scBtnAnim {
	0%	{	opacity: 0;	transform: translateY(50px) scale(0.5);}
	50%	{	opacity: 1;	transform: translateY(-20px) scale(1);}
	100%	{	opacity: 1;	transform: translateY(0) scale(1);}
}

.sc-btn.off {
	/* opacity: 0.5; */
	filter: brightness(0.45) blur(0.05rem);
}
.sc-btn:hover {
	z-index: 2;
	margin-top: -20px;
	margin-bottom: -20px;
	box-shadow: 0 0 10px rgba(234, 209, 163, 0.5);
}
.sc-btn:before,
.sc-btn:after {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 10px;
	background-image: linear-gradient(#367cb4, #22548a);
	transition: 0.3s;
}
.sc-btn:after {
	background-image: linear-gradient(#a4d6f2, #73abcb);
	opacity: 0;
}
.sc-btn:hover:after {
	opacity: 1;
}
.sc-btn .g-panel {
	width: 100%;
	background-color: #102b54;
	border-radius: 8px;
	padding: 8px 9px;
	overflow: hidden;
	transition: 0.3s;
}
.sc-btn:hover .g-panel {
	background-color: #2657a3;
}
.sc-btn .g-panel:before {
	width: 120%;
	height: 50%;
	left: -10%;
	right: 0;
	bottom: -20%;
	margin: 0 auto;
	background-image: radial-gradient(#5cade5cc, #76b7e444, rgba(108, 74, 40, 0), rgba(108, 74, 40, 0));
}
.sc-btn .g-panel:after {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.75);
	border-radius: 8px;
	z-index: 4;
}
.sc-btn .g-cont {
	background-color: #000;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 1px 1px #97d1f4;
}
.sc-btn:hover .g-cont {
	box-shadow: 0 1px 1px #ae845f, 0 2px 5px rgba(0, 0, 0, 0.5);
}
.sc-btn .g-cont .g-img {
	width: 100%;
	transition: 0.5s;
}
.sc-btn:hover .g-cont .g-img {
	transform: scale(1.1);
	opacity: 0.5;
}
.sc-btn .g-info {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	margin: 5px 0 0;
	z-index: 3;
}
.sc-btn .g-info .g-name {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-family: var(--font-ff-stylish);
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
	vertical-align: top;
}
.sc-btn .g-info .en-text {
	color: var(--white-yellow);
	font-size: 12px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
	vertical-align: top;
}
.sc-btn .g-logo {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #57a4dd;
	background-image: linear-gradient(#91d6fd, #57a4dd, #91d6fd);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	margin: -40px auto 0;
	transition: 0.3s;
	padding: 0.65rem;
}
.sc-btn:hover .g-logo {
	margin: 10px auto 0;
}
.sc-btn .g-logo:before {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background-color: #102b54;
}
.sc-btn .g-logo .icon-img {
	filter: drop-shadow(0 0 10px rgba(210, 126, 70, 0.6));
	width: 100%;
	height: auto;
	max-height: 100%;
}
.sc-btn .glass {
	width: 200%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
	transform-origin: bottom left;
	transform: rotate(-48deg);
	z-index: 1;
	transition: 0.3s;
}
.sc-btn:hover .glass {
	transform: rotate(0deg);
	opacity: 0;
}
.sc-btn .g-footer {
	position: relative;
	z-index: 3;
}
.sc-btn .g-footer:before {
	width: 0;
	height: 7px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	border-bottom: solid 1px rgba(255, 255, 255, 0.15);
	transition: 0.5s;
	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, black 25%, black 75%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, black 25%, black 75%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.sc-btn:hover .g-footer:before {
	width: 100%;
}
.sc-btn .play-btn {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 4;
	font-family: var(--font-ff-stylish);
	font-weight: 600;
	box-shadow: 0 0 16px rgba(235, 210, 160, 0.725), 0 2px 4px rgba(0, 0, 0, 0.75), inset 0 0 1px 1px rgba(30, 20, 15, 0.45);
	opacity: 0;
	transform: scale(0);
}
.sc-btn .play-btn:hover {
	box-shadow: 0 0 15px rgba(234, 209, 163, 1), 0 1px 2px rgba(0, 0, 0, 1), inset 0 0 0 1px #1d160e82;
}
.sc-btn .play-btn:hover::before,
.sc-btn .play-btn::before {
	border-radius: 80px;
}
.sc-btn:hover .play-btn {
	opacity: 1;
	transform: scale(1);
}

/* Board Section */
.board-section {
	background-color: #000409;
	border-top: solid 1px #081c31;
	border-bottom: solid 1px #081c31;
	padding: 40px 0 90px;
	overflow: hidden;
}
.board-section:before,
.board-section:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.board-section:after {
	width: calc(100% + 60px);
	left: -30px;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 1);
}
.board-panel {
	width: calc(33.33% - 50px);
	margin: 0 15px;
}
.board-panel .header {
	width: 100%;
	height: 50px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.5);
	padding: 0 15px 0 0;
}
.board-panel .header .icon-panel {
	height: 50px;
}
.board-panel .header .title-panel {
	position: relative;
	z-index: 1;
}
.board-panel .header .title-panel .title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(#c0e5fa, #a7dffe);
	background-size: 100% 100%;
	position: relative;
	color: #d6d6d6;
	font-size: 24px;
	font-family: var(--font-ff-heading);
	font-weight: var(--font-fw-heading);
	margin: 0;
}
.board-panel .header .title-panel .icon-panel + .title {
	margin-left: 1.25rem;
}
.board-panel .header .title-panel .title:before {
	content: attr(data-text);
	display: inline-block;
	background: 0 0;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
	z-index: -1;
}
.board-panel .header .more-link {
	color: var(--red);
}
.board-panel .header .more-link:hover {
	color: var(--yellow);
}
.board-panel table {
	width: 100%;
	margin: 18px 0 0;
}
.board-panel table tr td {
	height: 48px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	word-break: keep-all;
}
.board-panel table .date-td {
	width: 26%;
	/*color: #beaf91;*/
	color: #fff;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
}
.board-panel table td a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	overflow: hidden; */
}
.board-panel table td a:hover {
	color: var(--orange);
}

.main_preview {}
.main_preview td {padding: 0px 15px;}
.main_preview td:nth-child(1) {}
.main_preview td:nth-child(2) {}
.main_preview td:nth-child(3) {
    width: 40%;
}

.new-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
	padding: 0;
	background-color: #dc664a;
	background-image: linear-gradient(to left, #dc664a, #af3936);
	text-align: center;
	margin-left: 8px;
	box-shadow: 0 0 10px rgba(253, 126, 103, 0.5);
}

/* Realtime Board */
.realtime-board {
	width: 33.33%;
	margin: 0 20px;
}
.realtime-board:before,
.realtime-board:after {
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
}
.realtime-board:before {
	width: 563px;
	background-image: url(/assets/images/content/bg/realtime-top-bg.png);
	background-position: top center;
	top: -45px;
}
.realtime-board:after {
	width: 612px;
	background-image: url(/assets/images/content/bg/realtime-bot-bg.png);
	background-position: bottom center;
	bottom: -115px;
}
.realtime-board .realtime-nav {
	margin: 0 0 6px;
}
.realtime-board .realtime-nav button {
	width: calc(50% - 4px);
	height: 42px;
	border-radius: 5px;
	border: solid 1px #11315c;
	background-color: #0a2447;
	background-image: linear-gradient(#0a2447, #020e1e);
	color: #ffddae;
	margin: 0 2px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.realtime-board .realtime-nav button:hover {
	color: #ffffff;
}
.realtime-board .realtime-nav button:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(#433520, #31261a);
	transition: 0.3s;
	z-index: -1;
	opacity: 0;
}
.realtime-board .realtime-nav button:hover:before {
	opacity: 1;
}
.realtime-board .realtime-nav button.active {
	border-color: #fcbe41;
	background-color: #fdcd6a;
	background-image: linear-gradient(#fdcd6a, #a27417);
	color: rgba(0, 0, 0, 0.75);
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
.realtime-board .realtime-nav button.active:before {
	display: none;
}
.realtime-board .rb-panel {
	width: 100%;
	background-color: #043e8c;
	background-image: linear-gradient(to bottom left, #90d6fc, #5aabe3, #007bff);
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
	padding: 6px;
}
.realtime-board .rb-panel:before {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 10px;
	background-image: linear-gradient(#367cb4, #22548a);
	transition: 0.3s;
}
.realtime-board .rb-panel .rb-cont {
	width: 100%;
	min-height: 32px;
	background-color: #102b54;
	background-image: radial-gradient(#4d3319, #102b54, #102b54);
	border-radius: 8px;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.75);
	padding: 5px 18px;
}
.rolling-realtime {
	width: 100%;
	margin: 0 auto;
	display: none;
	animation: realtimeAnim 0.5s ease 1 forwards;
}

@keyframes realtimeAnim {
	0%	{	opacity: 0;	transform: scale(0.5);}
	100%	{	opacity: 1;	transform: scale(1);}
}

.rolling-realtime.active {
	display: block;
}
.rolling-realtime ul {
	width: 100%;
	float: left;
}
.rolling-realtime ul li {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 48px;
	cursor: pointer;
	transition: 0.3s;
}
.rolling-realtime ul li div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #ffffff;
	font-size: 15px;
	transition: 0.3s;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.rolling-realtime ul li:hover div {
	background-color: rgba(255, 255, 255, 0.08);
}
.rolling-realtime ul li div.user {
	width: 35%;
	justify-content: flex-start;
}
.rolling-realtime ul li div.amount {
	color: var(--orange);
	font-weight: bold;
	font-size: 18px;
	width: 35%;
	padding-right: 3%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}
.rolling-realtime ul li div.date {
	color: #ffdd95;
	width: 30%;
	text-align: right;
	padding-right: 5px;
}
.rolling-realtime ul li .crown-icon {
	margin: 4px -2px 0 -2px;
}


.cs_message_btn_set {
	margin: 0 0;
	padding: 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: row;
}
.cs_message_btn_set li {
	margin: 0 0 20px 0;
	padding: 0 0;
	list-style: none;
	background: url(/assets/images/content/main_bottom_cs_btn_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 30%;
	height: 130px;
	background-size: 100% 100%;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.cs_message_btn_set li img.ico {
	width: 70px;
	height: auto;
	margin-right: 20px;
}
.cs_message_btn_set li > div {
	text-align: left;
}
.cs_message_btn_set li > div h3 {
	font-weight: 700;
	margin: 5px 0 0 0;
	font-size: 22px;
}
.cs_message_btn_set li > div p {
	margin: 0 0;
	font-size: 16px;
}
@media (max-width: 1024px) {
	.cs_message_btn_set li {
		width: 48%;
	}
}
@media (max-width: 767px) {
	.cs_message_btn_set li {
		width: 48%;
	}
}
@media (max-width: 676px) {
	.cs_message_btn_set li {
		width: 98%;
	}
}
@media (max-width: 500px) {
	.cs_message_btn_set li {
		width: 98%;
		height: 90px;
	}
	.cs_message_btn_set li img.ico {
		width: 50px;
		height: auto;
		margin-right: 15px;
	}
	.cs_message_btn_set li > div h3 {
		font-size: 19px;
	}
	.cs_message_btn_set li > div p {
		font-size: 14px;
	}
}

/* Footer Section */
.footer-section {
	padding: 35px 0;
	overflow: hidden;
}
.footer-section:before,
.footer-section:after {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	box-shadow: 0 0 1000px #060e33;
}
.footer-section:before {
	width: 70%;
	top: -100%;
	box-shadow: 0 0 1400px #060e33, 0 0 2000px #060e33;
}
.footer-section:after {
	width: 956px;
	height: 12px;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	background-image: radial-gradient(#94d5fc, transparent, transparent);
	border-radius: 50%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}


/* add */

.flex {
	display: flex !important;
}
.footer-section .provider-logo {
	padding: 0 0 10px;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.footer-section .provider-logo li {
	padding: 0 8px;
	list-style: none;
}
.footer-section .provider-logo img {
	max-width: 80px;
	max-height: 48px;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 1));
}
.footer-section .provider-logo img.no-shadow {
	filter: none;
}
.footer-section .copyright {
	padding: 30px 0 0;
	font-size: 12px;
}
.footer-section .copyright:after {
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, rgba(124, 100, 59, 0), #0f3c6d, rgba(124, 100, 59, 0));
}
.scroll-top {
	width: 50px;
	height: 50px;
	background-color: transparent;
	background-image: linear-gradient(#5aabe3, #265586);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 1);
	border: none;
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 10;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 10px;
	color: #91d7fd;
	font-size: 38px;
}
.scroll-top:hover {
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 2px 10px rgba(0, 0, 0, 0.75), 0 0 15px rgba(255, 255, 255, 0.4);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1), 0 0 10px rgba(255, 255, 255, 0.5);
}
.scroll-top i {
	position: relative;
}
.scroll-top:before {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 8px;
	background-image: radial-gradient(#163f6c, #102a54);
	box-shadow: 0 1px 2px rgba(255, 255, 255, 0.5), inset 0 1px 2px rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}
.scroll-top:hover:before {
	background-color: rgba(0, 0, 0, 0.7);
}
.scroll-top:after {
	width: 140%;
	height: 100%;
	left: 0;
	bottom: -5%;
	transform-origin: bottom left;
	transform: rotate(-45deg);
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 30%;
}




/*=========================================================== M O D A L ===============================================================*/

.modal-backdrop {
	background-color: #060301;
}
.modal-backdrop.show {
	opacity: 0.8;
}
.modal {
	overflow-y: auto;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 50vw;
	max-width: 100%;
	padding: 0 !important;
}
.modal::-webkit-scrollbar {
	width: 0;
	background-color: transparent;
}
.modal::-webkit-scrollbar-thumb {
	background-color: transparent;
}
.modal *::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 5px;
}
.modal *::-webkit-scrollbar-thumb {
	background: linear-gradient(#ffda91, #ffba49);
	border: solid 2px rgba(0, 0, 0, 1);
	border-radius: 5px;
}
.modal-dialog {
	max-width: 980px;
	padding: 0 !important;
}
.modal-content {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	z-index: 1;
	border-radius: 0;
}

/* Modal Close Btn */
.modal-close-btn {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 4px 12px 4px 4px;
	border: none;
}
.modal-close-btn:before,
.modal-close-btn:after {
	width: 2px;
	height: calc(100% - 20px);
	background-color: var(--white-yellow);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: 0.5s;
}
.modal-close-btn:after {
	transform: rotate(-45deg);
}
.modal-close-btn:hover {
	background-color: rgba(255, 220, 140, 0.5);
}
.modal-close-btn:hover:before {
	transform: rotate(135deg);
	background-color: #dc431f;
}
.modal-close-btn:hover:after {
	transform: rotate(-135deg);
	background-color: #dc431f;
}

/* Modal Header */
.modal-header {
	border: none;
	/*
	border-radius: 15px;
	background-image: linear-gradient(#ae9c48, #251b0d, #251b0d);
	padding: 1px;
	flex-wrap: wrap;
	*/
}
.modal-header img {width:60%}
.modal-banner {
	width: 100%;
	height: auto;
	background-image: url(/assets/images/content/bg/modal-banner-bg.jpg);
	background-size: cover;
	background-position: top center;
	border-radius: 15px 15px 0 0;
	padding: 15px 0 0;
}
.modal-banner .modal-logo {
	width: 120px;
	display: inline-block;
	margin: 0 0 5px;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 1));
}
.modal-title {
	margin: 0;
}
.modal-title .modal-icon {
	width: 114px;
	height: 120px;
	background-image: url(/assets/images/content/bg/modal-icon-bg.png);
	background-size: 100% 100%;
	color: var(--white-yellow);
	font-size: 36px;
	margin: 0 auto;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.5);
}
.modal-title .title-panel {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.modal-title .title {
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	width: 100%;
	font-size: 24px;
	font-family: var(--font-ff-heading);
	font-weight: var(--font-fw-heading);
}
.modal-title .sub {
	width: 100%;
	display: inline-block;
	color: var(--white-yellow);
	font-size: 10px;
	letter-spacing: 5px;
	vertical-align: top;
}

/* Modal Head Panel */
.modal-head-panel {
	width: 100%;
	min-height: fit-content;
	position: relative;
	margin: 20px auto 16px;
	padding: 0 24px;
}
.modal-head-panel .btn-grp button {
	width: 110px;
	height: 34px;
	margin-left: 8px;
	font-size: 12px;
}
.ask-link {
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
}
.ask-link:hover {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 10px rgba(255, 255, 255, 0.3);
}
.ask-link span {
	transition: 0s;
}
.ask-link .icon {
	color: var(--white-yellow);
	font-size: 14px;
	transition: 0.3s;
}
.ask-link:hover .icon {
	color: var(--red);
	transform: translateX(5px);
}

/* Modal Body */
.modal-body {
	width: 100%;
	background-image: linear-gradient(#0a2447, #020e1e);
	border-radius: 10px;
	margin: 5px 0 0;
	padding: 16px 16px 24px;
}
.modal-menu {
	width: 100%;
	border-bottom: solid 0px rgba(255, 255, 255, 0.1);
	margin: 0 0 16px;
}
.modal-menu li:before {
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	background-color: rgba(255, 255, 255, 0.1);
}
.modal-menu li:first-child:before {
	display: none;
}
.modal-menu li a {
	height: 68px;
	color: #cccccc;
	position: relative;
	transition: 0s;
}
.modal-menu li a:hover {
	color: var(--orange);
}
.modal-menu li a.active {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 10px rgba(255, 255, 255, 0.25);
}
.modal-menu li a:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -2px;
	margin: 0 auto;
	background-image: linear-gradient(to right, rgba(235, 212, 132, 0), rgba(235, 212, 132, 1), rgba(235, 212, 132, 0));
	opacity: 0;
}
.modal-menu li a.active:before {
	opacity: 1;
}
.modal-menu li a .icon-panel {
	width: 40px;
	height: 26px;
	margin: 0 0 0 -5px;
	position: relative;
	z-index: 1;
	color: var(--white-yellow);
	transition: 0.3s;
}
.modal-menu li a:hover .icon-panel {
	color: var(--orange);
}
.modal-menu li a.active .icon-panel {
	color: rgba(0, 0, 0, 0.75);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	margin: 0 10px 0 -5px;
}
.modal-menu li a .icon-panel:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	transform: skew(-10deg);
	background-image: linear-gradient(#ecdc9a, #9f8b44);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 10px rgba(255, 255, 255, 0.3);
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
}
.modal-menu li a.active .icon-panel:before {
	opacity: 1;
}
/* modal search input */
.searchbox input::placeholder,
.searchbox input::-webkit-input-placeholder	{
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}
.searchbox {
	overflow: hidden;
	background: #504421;
	border: 1px solid #59491b;
	border-radius: 16px;
	padding: 0 8px 0 0;
	margin: 0 auto;
	max-width: 72vw;
	width: fit-content;
}
.search-m {
	display:none;
}
.search-pc {
	display: inline-block;
}
.searchbox-bt {
	border: 0;
	background: unset;
	width: 24px;
}
.searchbox-txt {
	border: 0;
	width: calc(100% - 30px);
	background: rgba(255, 255, 255, 0.15);
	color: #FFF;
	border-radius: 12px 0 0 12px;
	margin: 0 0 0 -3px;
	padding: 0 0 0 14px;
	line-height: 32px;
}
.search-icon {
	font-size: 16px;
	line-height: 0;
	position: relative;
	top: 4px;
	color: #FFF;
}


/* Form Container */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: #ffe4bf !important;
    background-color: #473720 !important;
    -webkit-text-fill-color: #ffe4bf !important;
    box-shadow: 0 0 0px 1000px #473720 inset !important;
}
@media (prefers-color-scheme: dark) {
    input:-webkit-autofill {
        background-color: #2d2415 !important; 
        color: #ffe4bf !important;
    }
}

.form-container {
	width: 100%;
	max-width: 700px;
	display: inline-block;
}
.form-container .form-group {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.form-container .form-group:last-child {
	margin: 0 0;
}
.form-container .labels {
	width: 100%;
	text-align: left;
	float: left;
	margin: 0 0 6px;
	color: #ebdec3;
	font-size: 12px;
	position: relative;
	padding: 0 0 0 5px;
	z-index: 1;
}
.form-container .infos {
	width: 100%;
	float: right;
	display: flex;
	align-items: center;
}
.form-container .w-icon .infos i {
	color: #492801;
	position: absolute;
	left: 18px;
}
.form-container .w-icon .infos input {
	padding-left: 45px;
}
.form-container .form-group .input-container {
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.form-container .w-btn .input-container {
	width: calc(100% - 125px);
}
.form-container .form-group input {
	width: 100%;
	height: 44px;
	float: left;
	color: #000;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 8px;
	transition: 0.3s;
	padding: 0 15px;
}
.form-container .form-group input:read-only {
	color: #ffe4bf;
}
.form-container .form-group input::-webkit-input-placeholder {
	color: #444;
}
.form-container .form-group .select-input {
	width: 100%;
	height: 100%;
	float: left;
	color: #ffe4bf;
	background-color: #473720;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	transition: 0.3s;
	display: flex;
	align-items: center;
}
.form-container .form-group .select-input select {
	width: 100%;
	height: 48px;
	border: none;
	color: #000;
	background-color: fff;
	/* -webkit-appearance: none;	appearance: inherit; */
	appearance: auto;
	padding: 0 15px;
	cursor: pointer;
}
.form-container .form-group select option {
	color: #724e1f;
}
.form-container .form-group .select-input i {
	color: #ffe4bf;
	font-size: 18px;
	position: absolute;
	right: 15px;
}
.form-container .form-group .text-area {
	height: auto;
	border-radius: 10px;
}
.form-container .form-group textarea {
	width: 100%;
	height: 200px;
	float: left;
	color: #ffe4bf;
	background-color: #473720;
	border: none;
	border-radius: 8px;
	transition: 0.3s;
	padding: 20px 18px;
	resize: none;
}
.form-container .form-group textarea::-webkit-input-placeholder {
	color: #ffe4bfab;
}
.form-container .form-group .form-btn {
	width: 120px;
	height: 44px;
	border: none;
	float: right;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	background-color: #625747;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 2px rgba(0, 0, 0, 0.5);
	color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 8px;
	transition: 0.3s;
	margin: 0 0 0 5px;
}
.form-container .form-group .form-btn:hover {
	background-color: #917853;
}

/* Form Btn Group */
.form-container .form-group .infos .btn-grp {
	width: 100%;
	float: left;
}
.form-container .form-group .infos .btn-grp button {
	width: 16.66%;
	width: calc(16.66% - 4px);
	height: 38px;
	float: left;
	margin: 0 2px;
	background-color: #625747;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 2px rgba(0, 0, 0, 0.5);
	border: none;
	border-radius: 5px;
	color: #ffffff;
	font-size: 12px;
	transition: 0.3s;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.form-container .form-group .infos .btn-grp button:hover {
	background-color: #917853;
}
.form-container .form-group .infos .btn-grp button:first-child {
	margin-left: 0;
	width: calc(16.66% - 2px);
}
.form-container .form-group .infos .btn-grp button:last-child {
	width: calc(16.66% - 2px);
	background-color: #a34141;
	margin-right: 0;
}
.form-container .form-group .infos .btn-grp button:last-child:hover {
	background-color: #ff4d4d;
}

/* Form Footer */
.form-footer {
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 auto;
	margin-top: clamp(16px, 3vw, 32px);
}
.form-footer button {
	width: 180px;
	height: 50px;
	margin: 0 5px;
}
.form-footer button:first-child {
	margin-left: 0;
}
.form-footer button:last-child {
	margin-right: 0;
}

/* Pagination */
.pagination {
	margin: 30px 0 0;
	justify-content: center;
}
.pagination li {
	float: left;
}
.pagination > li > a {
	width: 24px;
	height: 24px;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 3px;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
	overflow: hidden;
}
.pagination .turn-pg a {
	color: #ffffff;
	font-size: 12px;
	margin: 0 8px;
}
.pagination > li > a:hover {
	color: #ffffff;
}
.pagination .turn-pg a:hover {
	color: var(--yellow);
}

/* BS Table */
.notice-board-section { overflow: auto;}
.bs-table {
	width: 100%;
	min-width: fit-content;
	border-collapse: separate;
	border-spacing: 0;
}
.bs-table thead th {
	height: 50px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.25);
}
.with-depth thead th {
	border-radius: 8px 8px 0 0 !important;
}
.bs-table tr {
	cursor: pointer;
}
.bs-table tr td {
	height: 50px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 1px;
	transition: 0.3s;
	background-color: rgba(255, 255, 255, 0.08);
	border-bottom: solid 1px rgba(0, 0, 0, 0.25);
	border-top: solid 1px rgba(255, 255, 255, 0.05);
}
.bs-table tr:hover td {
	background-color: rgba(255, 255, 255, 0.05);
}
.bs-table tr.active td {
	background-color: rgba(255, 255, 255, 0.05);
}
.bs-table tr td a {
	color: #fff;
	transition: 0.3s;
	vertical-align: middle;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-size: 14px;
	/* height: 100%; */
}
.bs-table tr td a:hover {
	color: var(--orange);
}
.bs-table tr.active .title-td {
	color: var(--orange);
}
.bs-table tr.active td a {
	color: var(--orange);
}
.bs-table tr .count-td {
	width: 120px;
}
.bs-table tr .count-tag {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	padding: 1px 0;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.75);
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-image: linear-gradient(#e8d895, #998642);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 5px rgba(255, 255, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.bs-table tr .title-td {
	text-align: left;
	padding-left: 15px;
	max-width: 590px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bs-table tr .date-td {
	width: 20%;
	color: #f9e3c3;
}
.bs-table tr .nav-td {
	width: 40px;
}
.bs-table tr td .delete-btn {
	background-color: transparent;
	border: none;
	color: var(--white-yellow);
	font-size: 12px;
	transition: 0.3s;
}
.bs-table tr td .delete-btn:hover {
	color: var(--orange);
}
.bs-table tr td .nav-btn {
	background-color: transparent;
	border: none;
	position: relative;
}
.bs-table tr td .nav-btn i {
	position: relative;
	color: #fff;
	font-size: 10px;
	transition: 0.3s;
	transform: rotate(0deg);
}
.bs-table tr td .nav-btn:hover i {
	color: #ffca5f;
}
.bs-table tr.active td .nav-btn i {
	transform: rotate(180deg);
	top: 5px;
}
.bs-table tr td .plus-btn {
	width: 16px;
	height: 16px;
	background-color: var(--red);
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	padding: 0 0 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.bs-table tr td .plus-btn:hover {
	background-color: #ffbb31;
}
.bs-table tr td .plus-btn:before,
.bs-table tr td .plus-btn:after {
	content: "";
	width: 2px;
	height: 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background-color: #fff;
	transition: 0.3s;
}
.bs-table tr td .plus-btn:after {
	transform: rotate(90deg);
}
.bs-table tr.active td .plus-btn:before {
	height: 0;
}
.bs-table tr td .plus-btn:hover:before,
.bs-table tr td .plus-btn:hover:after {
	background-color: rgba(0, 0, 0, 0.5);
}

/* table add */
.popup_bs_ans_box {
	padding: 20px 40px 20px 10px !important;
	word-break: break-all;
}

/* With Depth */
.with-depth tr:nth-last-child(2) td:first-child {
	border-radius: 0 0 0 10px;
}
.with-depth tr:nth-last-child(2) td:last-child {
	border-radius: 0 0 10px 0;
}
.with-depth .message-content {
	display: none;
	height: 200px;
	margin: 2px 0 5px;
}
.with-depth tr.depth-click,
tr.depth-click-basic,
tr.depth-click-finance,
tr.depth-click-game {
	cursor: pointer;
}
.with-depth tr.dropdown,
tr.dropdown-basic,
tr.dropdown-finance,
tr.dropdown-game {
	background-color: transparent;
}
.with-depth tr.dropdown td,
tr.dropdown-basic td,
tr.dropdown-finance td,
tr.dropdown-game td {
	padding: 0;
	border: none;
	height: auto;
	box-shadow: none;
}
.with-depth .dropdown td,
tr.dropdown-basic td,
tr.dropdown-finance td,
tr.dropdown-game td {
	background-color: transparent;
	border: none;
}
.with-depth tr.dropdown:hover td,
tr.dropdown-basic:hover td,
tr.dropdown-finance:hover td,
tr.dropdown-game:hover td {
	background-color: transparent;
	border: none;
}

/* Message Content */
.message-content {
	width: 100%;
	height: 400px;
	background-color: rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(255, 255, 255, 0.05);
	margin: 5px 0 0;
	padding: 10px;
	border-radius: 10px;
}
.message-content .inner-container {
	width: 100%;
	height: 100%;
	float: left;
	color: #fff;
	/*white-space: pre-wrap;*/
	text-align: left;
	overflow-y: scroll;
	padding: 5px 10px;
}
.modal-tab {
	width: 100%;
	display: none;
	margin: 0 auto;
	animation: modalTabAnim 0.5s ease 1 forwards;
}

@keyframes modalTabAnim {
	0%	{	opacity: 0;	transform: translateY(-10%);}
	100%	{	opacity: 1;	transform: translateY(0);}
}

.modal-tab.active {
	display: block;
}

/* Level Information */
.bs-table td .level-txt {
	display: inline-block;
	width: 45px;
	text-align: left;
}
.level-information {
	width: 100%;
	height: 80px;
	float: left;
	display: flex;
	position: relative;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.05), inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.level-information .container {
	width: auto;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px !important;
}
.level-information .container .inner {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.level-information .container span {
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
}
.level-information .container .labels {
	margin-right: 10px;
}
.level-information .container .amount {
	color: var(--yellow);
	font-size: 18px;
	display: inline-block;
	position: relative;
	margin: 0;
	vertical-align: middle;
}
.level-information .point-form {
	width: 310px;
	height: 100%;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 125px 0 5px;
	position: relative;
}
.level-information .point-form input {
	width: 100%;
	height: 38px;
	border-radius: 1px;
	padding: 0 5px;
	color: #000;
	font-size: 12px;
	background-color: #ffffff;
	border: none;
	border-radius: 2px;
}
.level-information .point-form input::-webkit-input-placeholder {
	color: #000;
}
.level-information .points-btn {
	width: 110px;
	height: 38px;
	color: #fff;
	font-size: 12px;
	border: none;
	border-radius: 1px;
	background-color: #d5553e;
	transition: 0.3s;
	white-space: nowrap;
	position: absolute;
	right: 10px;
	border-radius: 2px;
}
.level-information .points-btn:hover {
	background-color: #ca2001;
}

/* Gamelist Modal */
.gamelistModal .modal-dialog {
	max-width: 1320px;
}
.gamelist-container {
	min-height: 400px;
	max-height: 570px;
	margin: 0 0 -10px;
	overflow-y: scroll;
	padding: 16px 8px 0 0;
}

@media (max-width: 500px) {
	.gamelist-container {
		padding: 2px 8px 0 0 !important;
	}
}

.game-btn {
	width: calc(16.66% - 16px);
	display: inline-block;
	margin: 0 8px 15px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background-color: #000;
	background-image: linear-gradient(#367cb4, #22548a);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
	padding: 2px;
}
.game-btn:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 1), 0 0 10px rgba(255, 255, 255, 0.25);
}
.game-btn:before {
	width: 100%;
	height: 100%;
	transition: 0.3s;
	background: linear-gradient(#ffda91, #ffba49);
	top: 0;
	left: 0;
	opacity: 0;
}
.game-btn:hover:before {
	opacity: 1;
}
.game-btn .g-panel {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background-color: #000000;
	border: solid 1px #251b0d;
}
.game-btn .g-panel .g-img {
	transition: 0.5s;
}

/* add 20250203 */
@media (max-width: 1584px) {
	.game-btn .g-panel .g-img {
		height: 180px !important;
	}
}
@media (max-width: 1280px) {
	.game-btn .g-panel .g-img {
		height: 150px !important;
	}
}
@media (max-width: 1024px) {
	.game-btn .g-panel .g-img {
		height: 140px !important;
	}
}
@media (max-width: 767px) {
	.game-btn .g-panel .g-img {
		height: 130px !important;
	}
}
@media (max-width: 676px) {
	.game-btn .g-panel .g-img {
		height: 100px !important;
	}
}
@media (max-width: 500px) {
	.game-btn .g-panel .g-img {
		height: 90px !important;
	}
}
.game-btn:hover .g-panel .g-img {
	opacity: 0.3;
	transform: scale(1.1);
}
.game-btn .g-panel .g-footer {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	left: 0;
	bottom: 0;
	padding-top: 3px;
	background-color: rgba(0, 0, 0, 0.75);
}
.game-btn .g-panel .g-footer:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	margin: 0 auto;
	background-image: linear-gradient(to right, rgba(235, 212, 132, 0), rgba(235, 212, 132, 1), rgba(235, 212, 132, 0));
}
.game-btn .g-panel .g-footer .name-text {
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	color: #fff;
	font-family: var(--font-ff-stylish);
}
.game-btn .g-panel .g-footer .name-text span {
	position: relative;
	transform: translateY(0);
	display: inline-block;
	transition: 0.5s;
	max-width: 96%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto;
}
.game-btn .g-panel .g-footer .name-text span:last-child {
	color: var(--yellow);
	position: absolute;
	left: 0;
	right: 0;
	transform: translateY(100%);
	opacity: 0;
}
.game-btn:hover .g-panel .g-footer .name-text span:first-child {
	transform: translateY(-100%);
}
.game-btn:hover .g-panel .g-footer .name-text span:last-child {
	transform: translateY(0);
	opacity: 1;
}
.game-btn .g-panel .play-btn {
	position: absolute;
	top: 8px;
	left: 10px;
	background-color: rgba(255, 255, 255, 0);
	border: none;
	display: flex;
	align-items: center;
}
.game-btn .g-panel .play-btn .text {
	color: #ffffff;
	font-size: 12px;
	text-shadow: 0 1px 1px #000000, 0 0 8px rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	position: absolute;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}
.game-btn .g-panel .play-btn:hover .text {
	color: var(--orange);
	font-weight: bold;
	letter-spacing: 0.075rem;
}
.game-btn:hover .g-panel .play-btn .text {
	opacity: 1;
}
.game-btn .g-panel .play-btn .icon {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	border-radius: 50%;
	overflow: hidden;
	border: none;
	position: relative;
	z-index: 1;
	transition: 0.3s;
	color: #fff;
}
.game-btn .g-panel .play-btn:hover .icon {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.4);
}
.game-btn .g-panel .play-btn .icon:before,
.game-btn .g-panel .play-btn .icon:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.3s;
	background-image: linear-gradient(rgba(0, 153, 51, 1), rgba(0, 103, 51, 1));
}
.game-btn .g-panel .play-btn .icon:after {
	background-image: linear-gradient(var(--orange), #b35b13);
	opacity: 0;
}
.game-btn:hover .g-panel .play-btn .icon:before {
	opacity: 0;
}
.game-btn:hover .g-panel .play-btn .icon:after {
	opacity: 1;
}
.game-btn:hover .g-panel .play-btn .icon {
	transform: translateX(55px) rotate(360deg);
}
.game-btn .g-panel .play-btn .icon i {
	transition: 0.3s;
	font-size: 1.4rem;
	line-height: 0;
}
.game-btn:hover .g-panel .play-btn .icon i {
	opacity: 0;
}
.game-btn .g-panel .play-btn .icon .hover-icon {
	position: absolute;
	opacity: 0;
}
.game-btn:hover .g-panel .play-btn .icon .hover-icon {
	opacity: 1;
}
.game-btn .loading {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
}

/* Login Join */
.loginModal .modal-dialog {
	max-width: 600px;
}

/*-------------------------------------------------------------------------------------*
 *  //																			 *
 *-------------------------------------------------------------------------------------*/
.bg_game {
	float: left;
	width: 100%;
	min-height: 300px;
	background: url("../images/bg1.jpg") center top no-repeat;
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
}
.po_info_wrap {
	background: rgba(29, 31, 34, 0.85);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	border-radius: 5px;
}
.po_info1 {
	float: left;
	width: 100%;
	line-height: 26px;
	color: #ffd800;
	padding: 0 20px 0 20px;
	font-size: 26px;
	font-weight: 700;
}
.po_info2 {
	float: left;
	width: 100%;
	line-height: 32px;
	color: #ffba00;
	padding: 5px 20px 0 26px;
	font-size: 22px;
	font-weight: 700;
}
.po_info3 {
	float: left;
	width: 100%;
	line-height: 20px;
	color: #f2f2f2;
	padding: 5px 20px 0 26px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.po_title {
	float: left;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: -1pt;
	font-weight: 600;
	background: url("../images/bg1.jpg") center top no-repeat;
	padding: 0 15px 0 15px;
	text-align: left;
}
.po_title_right {
	display: inline-block;
	width: 250px;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 100px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #00fff0;
}
.po_box_wrap {
	float: left;
	width: 100%;
	background: linear-gradient(to right, #444444 0%, #333333 100%);
	padding: 0 10px 0 10px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	min-width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #000000;
	position: relative;
}
.po_box_wrap:hover {
	background: linear-gradient(#555555 0%, #111111 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 0x 50px #ddca74;
}
.po_box_wrap_on {
	float: left;
	width: 100%;
	background: url("../images/bg_top2.jpg") center top no-repeat;
	background-size: 100% 100%;
	padding: 0 10px 0 10px;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	min-width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #f7e28f;
	position: relative;
}
.po_box1 {
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px 0 5px 0;
}
.po_btn1,
.po_btn2,
.po_btn3,
.po_btn4 {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 0pt;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	padding: 0 10px 0 10px;
	margin: 11px 0 0 0;
}
.po_btn1 {
	background: linear-gradient(#358ee4 0%, #2f80ce 100%);
}
.po_btn2 {
	background: linear-gradient(#e91d25 0%, #d31a22 100%);
}
.po_btn3 {
	background: linear-gradient(#509b00 0%, #468700 100%);
}
.po_btn4 {
	background: linear-gradient(#666666 0%, #777777 100%);
}
.po_s_font {
	float: right;
	color: #e2e2e2;
	font-size: 14px;
	font-weight: 400;
	padding: 0 0 0 10px;
}
.cart_title {
	float: left;
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: -1pt;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.4);
	padding: 5px 15px 0 15px;
	background-image: linear-gradient(#0a2447, #020e1e);
	border-bottom: solid 1px #382913;
}
.cart_box {
	float: left;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
}
.cart_box td {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0pt;
	font-weight: 500;
	cursor: pointer;
}
.cart_btn1 {
	background: linear-gradient(#444444 0%, #333333 100%);
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.cart_btn1:hover {
	background: linear-gradient(#5b5b5b 0%, #4d4d4d 100%);
}
.cart_btn2 {
	background: linear-gradient(#a38948 0%, #87713c 100%);
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.cart_btn2:hover {
	background: linear-gradient(#87713c 0%, #a38948 100%);
}
.input_cart {
	background-color: #232323;
	border: 1px solid #373947;
	width: 100%;
	height: 40px;
	color: #fff;
	padding: 0 10px 0 10px;
	font-size: 18px;
	border-radius: 3px;
	text-align: right;
}
.cart_bet {
	background: rgba(0, 0, 0, 0.4);
	padding: 7px 22px 7px 22px;
	line-height: 22px;
	margin: 0 0 3px 0;
	color: #b2c7c7;
} /* Ã¯Â¿Â½Ã¯Â¿Â½ Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ÃƒÂ½Ã¯Â¿Â½ */
.cart_bet td {
	color: #b2c7c7;
}
.black_wrap {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 10px;
	text-align: center;
	padding: 350px 0 0 0;
}
.cart_r11 {
	background: #ff9c00;
	display: inline-block;
	text-align: center;
	min-width: 40px;
	padding: 8px 8px 8px 8px;
	line-height: 12px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 3px;
}
.cart_r22 {
	background: #444444;
	display: inline-block;
	text-align: center;
	min-width: 40px;
	padding: 8px 8px 8px 8px;
	line-height: 12px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 3px;
}
.cart_r33 {
	background: #474c79;
	display: inline-block;
	text-align: center;
	min-width: 40px;
	padding: 8px 8px 8px 8px;
	line-height: 12px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 3px;
}
.betcart_moveset {
	position: absolute;
	top: 13px;
	right: 30px;
	font-size: 12px;
}
.betcart_moveset > label {
	cursor: pointer;
}
.betcart_moveset > label input {
	vertical-align: middle;
	margin: -2px 4px 0 0;
}

/* Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ÃŒÂ¸Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã‡Â¾Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ÃÂ´Ã¯Â¿Â½ */
.check1 {
	float: left;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	z-index: 9998;
	text-align: center;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: 500;
	color: #ffffff;
	line-height: 23px;
	padding: 8px 0 0 0;
	top: 0px;
	left: 0px;
	border-radius: 3px;
	margin: 0 0 0 0;
}
.check2 {
	float: left;
	width: 100%;
	height: 100vh;
	height: 100dvh;/* safari */
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	z-index: 9998;
	text-align: center;
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: 700;
	color: #ffffff;
	line-height: 23px;
	padding: 200px 0 0 0;
	top: 0px;
	left: 0px;
	border-radius: 3px;
	margin: 0 0 0 0;
}










/* effect button */
.btn-effect {
	position: relative;
}
.btn-effect a,
.btn-effect .item-box {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding: 8px 16px;
	border-radius: 8px;
	box-shadow: 0 0 8px #211b12, 0 0 16px #5c36121f, 0 0 24px #042551, inset 0 0 8px #2861ac;
	background-color: #8d633f;
	color: #ffffff;
	font-size: 1.4rem;
	cursor: pointer;
	transition: all .2s;
}
.btn-effect a:hover,
.btn-effect .item-box:hover {
	background-color: #ffffff
}
.btn-effect a:before,
.btn-effect .item-box:before {
	content: "";
	position: absolute;
	filter: blur(6px);
	height: calc(100% - 8px);
	width: calc(100% - 8px);
	background-image: conic-gradient(#5f9bed 200deg, #5f9bed 200deg);
	box-shadow: inset 0 0 1px #ffffff;
	animation: rotate 5s linear infinite;
}
.btn-effect a:hover:before,
.btn-effect .item-box:hover:before {
	background-image: conic-gradient(transparent 10deg, transparent 200deg)
}
.btn-effect a .item-inner,
.btn-effect .item-box .item-inner {
	content: "";
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	word-break: keep-all;
	height: calc(100% - 8px);
	width: calc(100% - 8px);
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.5), inset 0 0 12px #201a11;
	background: #010e1f;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.035rem;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.btn-effect a .item-inner:hover,
.btn-effect .item-box .item-inner:hover {
	/*
	height: calc(100% - 4px);
	width: calc(100% - 4px);
	font-weight: 700;
	*/
	box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.65);
	background-color: #164788;
	color: #ffffff;
	transition: all .2s;
}


.badge-hot {
    position: absolute;
    top: -12px;
    z-index: 9999;
    left: -45px;
    filter: drop-shadow(-1px 6px 6px black);
}

.badge-hot img {width: 50%;}

@media (max-width: 800px) {
  .badge-hot {
    position: absolute;
    top: -10px;
    z-index: 9999;
    left: -49px;
    filter: drop-shadow(-1px 6px 6px black);
}
	.badge-hot img {width: 45%;}

}

@media (max-width: 500px) {
  .badge-hot {
    position: absolute;
    top: -9px;
    z-index: 9999;
    left: -53px;
    filter: drop-shadow(-1px 6px 6px black);
  }
	.badge-hot img {width: 36%;}
}



.promo {width: 110px;margin-top: -6px;}



@keyframes rotate {
	0%	{	transform: rotate(0deg);}
	to	{	transform: rotate(1turn);}
}



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


.popup-container {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .5);z-index:9999;overflow:hidden}
.popup-wrap {width:1600px;margin:0 auto;display:flex;align-items:flex-start;gap:10px}
.popup-container .popup-wrap .popup-box {display:inline-block;margin-top:68px;width:calc(25% - 10px);margin-right:10px;border:2px solid #112c56;overflow:hidden;background:#000;animation:opacityIn .3s;transition:opacity .3s;}
.popup-container .popup-wrap .popup-box .pop_head {display:flex;align-items:center;justify-content:center;width:100%;height:60px;background-color:#112c56;position:relative;}
.popup-container .popup-wrap .popup-box .pop_head button{position:absolute;top:50%;right:20px;transform:translate(0, -50%);width:24px;height:24px;color:white;display:grid;place-content:center;background-color:transparent;cursor:pointer;border:none}
.popup-container .popup-wrap .popup-box .popup-contents-box {min-height:400px;padding:0}
.popup-container .popup-wrap .popup-box .popup-contents-box img {display:block;width:100%;max-height:calc(100vh - 150px);}
.popup-container .popup-wrap .popup-box .popup-footer {height:34px;background:#112c56;color:#fff;display:flex;justify-content:center;align-items: center;padding:0 10px}
.popup-container .popup-wrap .popup-box .popup-footer a {color:#fff}
.popup-container .popup-wrap .popup-box .popup-footer button {background:#5daee6;border:0;border-radius:10px;color:#fff;font-size:12px;padding:4px 12px;cursor:pointer;}

/* BS Table */
.bs-table {width: 100%;border-collapse: separate;border-spacing: 0 3px;}
.bs-table thead th {height: 50px;color: #fff;font-size: 14px;text-align: center;background-color: #112c56;}
.bs-table tr {cursor: pointer;}
.bs-table tr td {height: 48px;color:#ebebeb;text-align: center;padding: 1px;font-size:14px;transition: 0.3s;background-color:#222;border-top: solid 1px rgba(255, 255, 255, 0.08);  border-bottom: solid 1px rgba(255, 255, 255, 0.08);}
/* .bs-table tr:hover td {background-color: rgba(180, 223, 255, 0.1);border-color: rgba(180, 223, 255, 0.15);} */
.bs-table tr td a {color: #ffffff;transition: 0.3s;display: inline-block;vertical-align: middle;max-width: 90%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-decoration: none;}
.bs-table tr td a:hover {color: #c7adff;text-decoration: underline;}
.bs-table tr .count-td {width: 50px;}
.bs-table tr .count-tag {width: 24px;height: 24px;position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;margin: 0 auto; color: #ffffff;font-size: 12px;background-color: #7a6fed;border-radius: 6px;}
.bs-table tr .title-td {text-align: left;padding-left: 15px;max-width: 590px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.bs-table tr .status-td {width: 15%;padding-left: 5px;}
.status-tag {min-width: 68px;display: inline-block;padding: 2px 10px;background-color: #0075ff;border-radius: 4px;color: #ffffff;white-space: nowrap;font-size: 12px;}
.status-tag.green {background-color: #27ae27;}
.bs-table tr .date-td {width: 20%;color: #8fa4bd;font-size: 12px;}
.bs-table tr .nav-td {width: 40px;}
.bs-table tr td .delete-btn {background-color: transparent;border: none;color: #999999;font-size: 14px;transition: 0.3s;}
.bs-table tr td .delete-btn:hover {color: #d3131a;}
.bs-table tr td .nav-btn {background-color: transparent;border: none;position: relative;}
.bs-table tr td .nav-btn i {position: relative;color: #fff;font-size: 10px;transition: 0.3s;transform: rotate(0deg);}
.bs-table tr td .nav-btn:hover i {color: #ffca5f;}
.bs-table tr.active td .nav-btn i {transform: rotate(180deg);top: 5px;}
.bs-table tr td .plus-btn {width: 16px;height: 16px;background-color: #ffdf3d;border: none;border-radius: 50%;color: rgba(0, 0, 0, 0.75);font-size: 12px;padding: 0 0 0;display: inline-block;vertical-align: middle;position: relative;}
.bs-table tr td .plus-btn:hover {background-color: #cd4821;}
.bs-table tr td .plus-btn:before, .bs-table tr td .plus-btn:after {content: '';width: 2px;height: 50%;left: 0;right: 0;top: 0;bottom: 0;margin: auto;position: absolute;background-color: #444444;transition: 0.3s;}
.bs-table tr td .plus-btn:after {transform: rotate(90deg);}
.bs-table tr.active td .plus-btn:before {height: 0;}
.bs-table tr td .plus-btn:hover:before, .bs-table tr td .plus-btn:hover:after {background-color: #ffffff;}

/* Pagination */
.pagination li {float: left;}
.pagination>li>a {height:32px;color:#8fa4bd;text-decoration:none;background-color:rgba(0, 0, 0, 0.25);border:1px solid #222;display: flex;align-items: center;justify-content: center;padding:2px 8px 0;position: relative;z-index: 1;transition: 0.3s;}
.pagination li a:hover {color: #ffffff;}
.pagination .turn-pg a {width: 24px;color: #c9b0ff;font-size: 18px;background-color: rgba(255, 255, 255, 0);border: none;box-shadow: none;}
.pagination .turn-pg a:hover {color: #39f1f1;}
.pagination .active {color:#ffffff;background:#112c56;}

.btn_wrap {display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 0}

.btnwrap {width:100%;margin-top:10px;display:grid;grid-template-columns: repeat(8, 1fr);gap:4px}
.btnwrap button {width:100%;cursor:pointer;padding: 8px 12px;font-size:14px;}

.slotlist {width:100%;margin-top:10px;display:grid;grid-template-columns:repeat(6, 1fr);gap:10px}
.slotlist>a {display:flex;flex-flow:column}
.slotlist>a .g-panel {width:100%;overflow:hidden}
.slotlist>a .g-panel>img {width:100%}
.slotlist>a .g-footer {width:100%;background:#000;color:#fff;text-align:center;padding:4px;overflow:hidden}

.minh {min-height:calc(100vh - 360px)}
.menu-toggle {display:none}
.mobile {display:none}
.p-sidebar {display:none;position: fixed;
    transition: transform 0.3s;
    flex-direction: column;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    height: 100%;
    font-size: 16px;}
.p-sidebar a.menu-close {display:block;width:30px;height:30px;font-size:30px}
.p-sidebar-header {display:flex;align-items:center;justify-content:flex-end;padding:10px 15px;}
.p-sidebar-header .p-sidebar-header-content {display:flex;justify-content:space-between;width:100%;align-items:center;}
.p-sidebar-content {position:relative;overflow-y:auto;padding:0;}
.p-sidebar .p-sidebar-content .welcome-container {padding:10px;display:flex;align-items:center;justify-content:space-around}
.p-sidebar .btn {display:flex;justify-content:center;align-items:center;width:80px;height:32px;cursor:pointer;border-radius:4px;background-color:#887c62;color:#fff;font-weight: 500;}
.p-sidebar .btn.join	{background-color:#f8fafc;border: 1px solid #887c62;color: #887c62;}
.p-sidebar .btn.logout {width:100%;height:40px}
.p-sidebar .btn.menu_close {width:90%;margin:10px auto;height:40px;background-color:#f8fafc;border: 1px solid #887c62;color: #887c62;}
.p-sidebar .p-sidebar-content .welcome-container .nickname-box {margin-bottom:15px;display:flex;align-items:center;gap:5px;}
.p-sidebar .p-sidebar-content .welcome-container .nickname-box .nickname-text {color:#887c62;font-weight:bold}
.p-sidebar .p-sidebar-content .welcome-container .balance-container {margin-bottom:20px;display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;}
.p-sidebar .p-sidebar-content .welcome-container .balance-container>div {background:#222;padding:10px;border-radius:4px}
.p-sidebar .p-sidebar-content .welcome-container .balance-container .balance-box {font-size:24px;margin-bottom:3px;display:flex;align-items:center;}
.p-sidebar .p-sidebar-content .welcome-container .balance-container .balance-text {font-size:14px;color:#999;display:flex;justify-content:space-between;align-items:center;}
.p-sidebar .p-sidebar-content .menu-list {padding:0px 10px;background-color:#000;display: flex;flex-flow: column;}
.p-sidebar .p-sidebar-content .menu-list .item {display: flex;gap: 6px;align-items:center;padding: 12px 0;border-bottom:1px solid #444;}
@media (max-width: 900px) {
	.popup-wrap {width:100%;display:flex;flex-wrap:wrap;justify-content:center}
	.popup-container .popup-wrap .popup-box {margin-top:40px;width:calc(90% - 10px);}
		
	.bs-table tr td {font-size: 12px;}
  .bs-table tr .count-td {width: auto;}
  .bs-table tr td a {max-width: 180px;font-size: 12px;    }
  .bs-table tr .title-td {max-width: 180px;padding-left: 5px;}
  .bs-table tr .nav-td {width: auto;}
  .bs-table thead th {font-size: 12px;}
  .bs-table tr .count-tag {width: 24px;height: 24px;}
  .bs-table tr .date-td {font-size: 10px;}
	
	.btnwrap {grid-template-columns: repeat(4, 1fr);gap:4px}
	
	.slotlist {grid-template-columns:repeat(2, 1fr);gap:4px}
	
	.menu-toggle {display:block}
	.sidebar-left {display:none}
	.pc {display:none} 
	.mobile {display:block}
	
	.p-sidebar.active {display:flex}
}