@charset "UTF-8";
/* Import Google Font */
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");

/*
***************************************************
BASE
***************************************************
*/
:root {
	--main-icon-color: #efda44;
	--dtype-ff-body: "Pretendard", "SCoreDream", sans-serif;
	--dtype-ff-accent: "SBAggro", "Pretendard", sans-serif;
	--dtype-ff-heading: "SBAggro", "Pretendard", sans-serif;
	--dtype-fw-heading: 400;
	--dtype-color-point: #e0a053;
}

::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	background: #181818;
}
::-webkit-scrollbar-thumb {
	background: #4b4c5b;
	border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
	background: #606175;
}

/* reset */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
dl, ul, ol, menu, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, th, td, input, select, textarea {
	font-family: var(--dtype-ff-body);
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--dtype-ff-heading);
	font-weight: var(--dtype-fw-heading);
}
button {
	font-family: var(--dtype-ff-heading);
	font-weight: 300;
}

body, html {
	font-size: 10px;
	letter-spacing: 0;
}
html, body {
	background: #181818;
	line-height: 1.3;
	color: #fff;
}
fieldset, img {
	border: 0 none;
}
img {
	vertical-align: top;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
a:active,
a:hover {
	text-decoration: none;
}
input, select, textarea, button {
	vertical-align: top;
	cursor: pointer;
}
button {
	color: #222;
	border: 0 none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: 400;
}
legend,
caption {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
}
input {
	outline: none;
}
input[type="text"]::-ms-clear {
	display: none;
}
input[type="file"] {
	background: transparent;
	border: 0;
	cursor: pointer;
}

/* basic */
.hidden {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

/* site common style max-width:1400px */
#wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

/* header */
#header {
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	height: 80px;
	width: 100%;
	background-color: #000;
	transition: box-shadow 0.5s ease, background-color 0.5s ease;
}
/* #header.scroll { box-shadow:0 20px 25px -15px #8B004A,0 8px 10px -16px #8B004A;background-color:rgba(0,0,0,.6);} */
.header {
	position: absolute;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	margin: 0 auto;
	background-color: rgba(13, 18, 23, 1);
	transition: all 0.5s;
}
.header_wrap {
	position: relative;
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 20px;
	max-width: 1400px;
	margin: 0 auto;
}

/* logo */
.theme_logo_img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 899;
}
.theme_logo_img a {
	display: block;
	width: auto;
	height: 64px;
}
.theme_logo_img img {
	width: auto;
	height: 100%;
	filter: drop-shadow(0px 4px 8px #140e05d4);
}
.login .theme_logo_img {
	transform: translate(-50%, -30%);
}

/* 우측메뉴 */
.theme_login {
	display: flex;
	z-index: 1000;
}
.mem_menu_wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}
.mem_menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
.mem_menu li a {
	display: block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	font-size: 1.45rem;
	color: #fff;
	text-align: center;
	font-family: var(--dtype-ff-heading);
	font-weight: var(--dtype-fw-heading);
	border-radius: 8px;
}
.mem_menu li .m_login {
	background: rgb(55, 65, 81);
	background: linear-gradient(93deg, rgba(55, 65, 81, 1) 0%, rgba(55, 65, 81, 1) 30%, rgb(14 37 56) 60%, rgb(23 44 65) 100%);
}
.mem_menu li .m_join {
	color: #fff;
	background: #991b1b;
	background: linear-gradient(93deg, #f87171 0%, #991b1b 100%);
}

/* select_lang */
.select_lang {
	z-index: 1;
	height: 24px;
	overflow: visible;
	position: relative;
	margin-right: -20px;
}
.selectLangCont {
	height: 24px;
	text-align: center;
	padding: 0 20px;
}
.selectLangCont img {
	width: 24px;
	height: 24px;
}
.select_lang li {
	padding: 8px 20px;
	background-color: rgba(0, 0, 0, 1);
	margin-top: -1px;
}
.select_lang li img {
	width: 20px;
	height: 20px;
}
.select_lang li:hover {
	background-color: rgb(75, 85, 99);
}
.lang_inner {
	height: auto;
	padding-bottom: 5px;
	transition: all 0.3s;
	position: absolute;
	top: 34px;
	right: 0;
	display: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.lang_inner.show {
	display: block;
}
.theme_myMenu {
	display: none;
}

/* 로그인후 */
.login #header {
	height: 126px;
}
.login #header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	display: block;
	max-width: 100%;
	height: 46px;
	background: linear-gradient(93deg, rgba(0, 0, 0, 1) 0%, rgb(255 174 12) 50%, rgba(0, 0, 0, 1) 100%);
	border-bottom: 1px solid #cc8b0e;
}
.login #header .header {
	background: transparent;
	transform: translate(-50%, -78%);
}
.login #header .header_wrap {
	height: 100%;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 0px;
}

@media screen and (max-width: 1418px) {
	.login #header .header_wrap {
		padding: 0 20px;
	}
}
.login .theme_login {
	width: 100%;
}
.theme_myMenu {
	width: 100%;
	height: 46px;
	padding: 0;
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.theme_myMenu span {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}
.theme_myMenu .ico {
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-top: 5px;
}
.theme_myMenu .ico img {
	width: 80%;
}
.theme_myMenu span.hover:hover {
	background: #6d4e17a6;
}
.myMenuPage {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
}
.myMenuPage span {
	display: inline-flex;
	border: 2px solid;
	border-color: #6d4e18;
	border-radius: 8px;
	padding: 3px 8px 2px;
	color: #ffffffd0;
	font-size: 1.245rem;
	width: 65px;
	min-width: fit-content;
	height: 26px;
	word-break: keep-all;
	line-height: 1;
	text-align: center;
	font-weight: 500;
	background: #511f25;
	font-family: var(--dtype-ff-heading);
	align-items: center;
	justify-content: center;
}
.myMenuPage span + span {
}
.myMenuPage span.myMenu_name {
	border: 0;
	cursor: default;
	background: none;
}
.myMenuPage span.myMenu_name strong {
	color: #fbff60;
	font-weight: bold;
	margin-right: 5px;
}
.myMenu_info {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-family: var(--dtype-ff-heading);
}
.myMenu_info span {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 15px;
	justify-content: center;
}
.myMenu_info .btn_logout {
	display: inline-block;
	margin-left: 10px;
	border: 2px solid;
	border-color: #6d4e17;
	border-radius: 8px;
	padding: 3px 8px 2px;
	color: #ffffffd0;
	font-size: 1.245rem;
	width: 65px;
	min-width: fit-content;
	height: 26px;
	word-break: keep-all;
	line-height: 1;
	text-align: center;
	font-weight: 500;
	background: #511f25;
}
.myMenu_info .btn_logout:hover {
	background: #6d4e17;
}
.login .theme_myMenu {
	display: flex;
}
.login .theme_logo_img a {
	height: 98px;
}
.login .site_gnb {
	padding: 0 20px;
	transform: translate(-50%, 0%);
}
.login .select_lang {
	height: 46px;
	display: flex;
	align-items: center;
}
.login .select_lang .lang_inner {
	top: 46px;
}
.login #header .mem_menu {
	display: none;
}
.btn_sns {
	display: inline-block;
	width: 32px;
	height: 32px;
}
.btn_sns img {
	width: 100%;
	height: 100%;
}
.count_alarm {
	position: absolute;
	top: -5px;
	right: -2px;
	width: 25px;
	height: 25px;
	background: red;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 1.1rem;
}
.layer_list {
	display: none;
	position: absolute;
	right: 0;
	top: 31px;
	border: 5px solid #444;
	background: #d5d3d3;
	z-index: 1002;
}
.mob_myMenu_info {
	display: none;
}

@media screen and (max-width: 1190px) {
	.header_wrap {
		max-width: 100%;
	}
	.login .site_gnb {
		padding: 0 20px 0 10px;
	}
	.theme_myMenu .ico {
		width: 20px;
		height: 20px;
	}
	.myMenu_info span,
	.myMenu_info .btn_logout,
	.myMenuPage span + span {
		margin-left: 5px;
	}
	.myMenuPage span.myMenu_name {
		padding: 0;
	}
}

@media screen and (max-width: 1056px) {
	#header {
		height: 70px;
		background: transparent;
	}
	.login #header {
		height: 70px;
	}
	.login .select_lang {
		position: absolute;
		right: 20px;
		top: 11px;
		background-color: transparent;
	}
	.login #header .header {
		transform: translate(-50%, -50%);
	}
	.login #header .header_wrap::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		display: block;
		max-width: 100%;
		height: 100%;
		background: linear-gradient(93deg, rgba(0, 0, 0, 1) 0%, rgb(255 174 12) 50%, rgba(0, 0, 0, 1) 100%);
		background-image: url(/assets/images/content/btbg.jpg);
		background-size: cover;
		opacity: 0.75;
		box-shadow: 0 0 16px 8px #000000;
	}
	.mob_myMenu_info {
		z-index: 1;
		position: relative;
		margin-top: -12px;
		height: 32px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.mob_myMenu_info span {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 50%;
		font-size: 1.4rem;
		padding: 0 20px;
		height: 32px;
		background: linear-gradient(9deg, rgba(153, 27, 27, 0.5) 0%, rgba(0, 0, 0, 1) 24%, rgba(153, 27, 27, 0.5) 81%, rgba(0, 0, 0, 1) 100%);
	}
	.mob_myMenu_info span strong {
		font-weight: 100 !important;
		font-family: "Black Ops One", "Kumar One", cursive;
		font-size: 1.6rem;
	}
	.mob_myMenu_info span:nth-child(2) {
		background: linear-gradient(9deg, #3b0764 0%, rgba(0, 0, 0, 1) 24%, #3b0764 81%, rgba(0, 0, 0, 1) 100%);
	}

	/* */
	.myMenuPage {
		display: inline-flex;
		position: absolute;
		top: 8px;
		right: 0;
		width: calc(100% - 40px);
		gap: 0.25rem;
		align-items: center;
		justify-content: space-between;
		padding: 0 8px 0 0;
	}
}

/* gnb */
.site_gnb {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	padding-left: 20px;
}
.gnb_menu {
	position: relative;
	width: 100%;
	height: 30px;
	max-width: 1400px;
	margin: 0 auto;
}
.gnb_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}
.login .gnb_in {
	height: 90px;
}
.gnb_menu li {
	position: relative;
	display: inline-block;
}
.gnb {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.gnb li {
	display: inline-block;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	height: 40px;
	line-height: 1;
}
.gnb li a {
	display: flex;
	padding: 1px;
	margin: 0;
	color: #fff;
	font-size: 1.5rem;
	height: 40px;
	line-height: 1;
	border-radius: 8px;
	background: linear-gradient(90deg, #463005 0%, #714e08 30%, #ffcf85 50%, #714e08 80%, #402c06 100%);
	font-family: var(--dtype-ff-accent);
	font-weight: 400;
	align-items: stretch;
	justify-content: center;
}
.gnb li span {
	display: inline-flex;
	padding: 6px 16px 0px;
	margin: 2px;
	border-radius: 8px;
	background: url(/assets/images/content/btbg.jpg);
	background-size: contain;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.gnb li span:hover {
	border: 1px solid var(--main-icon-color);
}
.gnb li.active a,
.gnb li:hover a {
	color: var(--main-icon-color);
}
.gnb_right {
	display: none;
	flex-direction: row;
}
.gnb_right li a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 1.4rem;
	margin-left: 20px;
	font-family: var(--dtype-ff-accent);
	font-weight: 400;
}
.gnb_right li a span {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.gnb_right svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	color: var(--main-icon-color);
}
.login .gnb_right {
	display: flex;
}
.all_menu_layer {
	display: none;
	z-index: 100;
	position: absolute;
	top: 80px;
	width: 100%;
	border-bottom: 1px solid rgb(197 154 84);
	background-image: linear-gradient(#000, #2c0c04);
}
.all_menu_layer .inner {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
}
.all_menu_layer .menu {
	display: none;
}
.all_menu_layer .menu_list {
	overflow: hidden;
	padding: 15px 0 30px;
	width: 100%;
	margin: auto;
	display: flex;
}
.all_menu_layer .menu.sub01 .menu_list {
	padding: 30px 0;
}
.all_menu_layer .menu_list .row_img {
	width: 100%;
}
.all_menu_layer .menu_list .row_img ul {
	display: flex;
	margin-left: -16px;
	width: 100%;
	flex-wrap: wrap;
}
.all_menu_layer .menu_list .row_img ul li {
	width: 124px;
	margin-left: 16px;
	margin-top: 15px;
}
.all_menu_layer .menu_list .row_img ul li a {
	display: block;
	width: 100%;
	position: relative;
}
.all_menu_layer .menu_list .row_img .menu_img {
	overflow: hidden;
	display: block;
	width: 124px;
	height: 124px;
	border: 1px solid #111;
	border-radius: 10px;
}
.all_menu_layer .menu_list .row_img .menu_img img {
	width: 100%;
	height: 100%;
}
.all_menu_layer .menu_list .row_img .menu_tit {
	display: block;
	width: 124px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
}
.all_menu_layer .menu_list .row_img ul li:hover .menu_img {
	border-color: rgb(239, 68, 68);
}
.all_menu_layer .menu_list .row_img ul li:hover .menu_tit {
	color: rgb(239, 68, 68);
}
.login .all_menu_layer {
	top: 125px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.mobGnb .gnb_login {
	display: none;
}
.mobGnb .gnb_tab {
	display: none;
}
.mobGnb .menu_type {
	display: none;
}
.mobGnb .gnb_afterLogin {
	display: none;
}
.gnb_afterLogin {
	display: none;
}

/* panel */
.panel {
	width: 100%;
}
.panel_logo {
	display: none;
}

/* media */
@media screen and (max-width: 1190px) {
	.gnb li a {
		font-size: 1.4rem;
		/* 20250206 
		padding: 0 10px;
		*/
	}
	.all_menu_layer .inner {
		max-width: 100%;
		padding: 0 20px;
	}
	.login .theme_logo_img a {
		height: 78px;
	}
}

@media all and (max-width: 1056px) {
	#wrap {
		overflow: hidden;
		max-width: 100%;
	}
	.site_gnb,
	.login .site_gnb {
		background: transparent;
		margin: 0;
		padding: 0;
		transform: none;
		z-index: 1000;
	}
	.login .gnb_in {
		height: auto;
	}
	.login #header:before {
		display: none;
	}
	.gnb_menu {
		max-width: 100%;
	}
	.header {
		width: 100%;
		height: 70px;
		padding: 0;
	}
	.panel {
		z-index: 1000;
		display: block;
		height: 100vh;
		height: 100dvh; /* safari */
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		background: rgba(0, 0, 0, 0.9);
	}
	.panel .btn_panel_toggle {
		position: fixed;
		z-index: 2010;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		top: 50%;
		left: 4px;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		margin: 0;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
	}
	.panel .btn_panel_toggle span,
	.panel .btn_panel_toggle span:before,
	.panel .btn_panel_toggle span:after {
		margin: 0 auto;
		width: 16px;
		height: 2px;
		background-color: var(--main-icon-color);
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		border-radius: 5px;
	}
	.panel .btn_panel_toggle span {
		display: inline-block;
		position: relative;
		margin: 0;
		width: 16px;
		text-align: center;
	}
	.panel .btn_panel_toggle span:before,
	.panel .btn_panel_toggle span:after {
		content: "";
		position: absolute;
		left: 0;
	}
	.panel .btn_panel_toggle span:before {
		top: -5px;
	}
	.panel .btn_panel_toggle span:after {
		top: 5px;
	}

	/* panel open */
	.panel.active .btn_panel_toggle span {
		background-color: transparent;
	}
	.panel.active .btn_panel_toggle span:before,
	.panel.active .btn_panel_toggle span:after {
		top: 0;
		width: 16px;
		background-color: #fff;
	}
	.panel.active .btn_panel_toggle span:before {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
	}
	.panel.active .btn_panel_toggle span:after {
		-webkit-transition-delay: 0.09s;
		-moz-transition-delay: 0.09s;
		-o-transition-delay: 0.09s;
		-ms-transition-delay: 0.09s;
		transition-delay: 0.09s;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
	}

	/* panel fix */
	.panel-overlay {
		z-index: 900;
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		cursor: pointer;
	}

	/* panel current */
	.panel.left.active {
		left: 0;
		width: 100%;
		max-width: 580px;
	}
	.panel.left.active .btn_panel_toggle {
		left: 4px;
	}

	/* panel scroll */
	.panel.active::-webkit-scrollbar {
		width: 4px;
	}
	.panel.active::-webkit-scrollbar-track {
		background: rgba(0, 0, 0, 0.1);
	}
	.panel.active::-webkit-scrollbar-thumb {
		width: 4px;
		background: #222;
	}
	.panel_logo {
		display: none;
	}
	.panel.active .panel_logo {
		position: fixed;
		right: 20px;
		top: -15px;
		height: 32px;
		display: block;
		z-index: 9999;
	}
	.panel.active .panel_logo img {
		height: 100%;
		width: auto;
	}

	/* gnb */
	.gnb_menu {
		height: 100%;
		position: relative;
		right: inherit;
		bottom: inherit;
		background-color: transparent;
	}
	.gnb_in {
		padding: 0;
		display: block;
		position: relative;
	}
	.gnb_in ul {
		width: 100%;
	}
	.gnb {
		display: none;
	}
	.gnb li {
		display: block;
		text-align: center;
		width: calc(33.33%-5px);
		background-color: #ffffff08;
	}
	.gnb li span {
		display: block;
	}
	.gnb li a {
		padding: 10px 0;
		font-size: 1.3rem;
		height: auto;
		line-height: inherit;
	}
	.gnb li + li {
		margin-top: 5px;
	}
	.gnb li a span:before {
		content: "";
		display: block;
		margin: 0 auto 8px;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.gnb li.active:after {
		display: none;
	}
	.gnb li:hover:after {
		display: none;
	}
	.panel.left .gnb_menu {
		display: none;
	}
	.panel.left.active .gnb_menu {
		display: flex;
	}
	.header_wrap {
		height: 70px;
		max-width: 1400px;
		margin: 0 auto;
	}
	.login .section {
		padding: 76px 0 10px !important;
	}
	.theme_logo_img a {
		height: 54px;
	}
	.login .theme_logo_img {
		margin-left: 0;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.login .theme_logo_img a {
		height: 54px;
	}
	.mem_menu_wrapper {
		margin-top: 0;
	}
	.mem_menu {
		display: none;
	}
	.mobGnb .gnb_login {
		display: block;
	}
	.gnb_login {
		padding-top: 20px;
	}
	.login_txt {
		font-size: 1.4rem;
		color: #fff;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		font-weight: 600;
		margin-top: 10px;
	}
	.login_txt strong {
		margin-right: 5px;
		color: #828384;
		font-weight: 600;
		display: inline-block;
	}
	.login_btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0 0.75rem;
		margin-top: 10px;
	}
	.login_btn button {
		color: #fff;
		display: block;
		width: calc(100% / 3 - 2px);
		margin: 0 1px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		font-size: 1.2rem;
	}
	.login_btn button:nth-child(1) {
		color: rgb(253, 238, 186);
		background-color: #242424b3;
	}
	.login_btn button:nth-child(2) {
		background-color: rgba(100, 88, 61, 1);
	}
	.login_btn button:nth-child(3) {
		background-color: #facc15b3;
	}
	.mobGnb .menu_type {
		display: flex;
		padding: 0.75rem;
		height: fit-content;
		margin: 0;
		margin-bottom: 8px;
	}
	.menu_type {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		margin: 0 0 8px;
		padding: 0;
		height: 40px;
	}
	.menu_type li {
		position: relative;
		display: flex;
		border: 1px solid rgb(100, 90, 60);
		width: calc(100% / 3);
		margin-left: -1px;
		height: 100%;
	}
	.menu_type li a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		width: 100%;
		font-size: 1.2rem;
		height: 30px;
		line-height: 1;
	}
	.menu_type li.menu_box span {
		position: relative;
		display: block;
		margin: 0 auto 5px;
		width: 30px;
		height: 30px;
	}
	.menu_type li a:hover {
		background-color: #facc15b3;
	}
	.all_menu_layer {
		display: none !important;
	}
	.mobGnb .gnb_tab {
		display: block;
	}
	.gnb_tab {
		position: relative;
		height: calc(100vh - 178px);
		height: calc(100dvh - 178px); /* safari */
		padding: 0;
	}
	.gnb_tab_scroll {
		height: 100%;
		overflow: hidden;
	}
	.gnb_tab_inner {
		overflow: auto;
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	/* gnb login */
	.login .gnb_right {
		display: none;
	}
	.login .mobGnb .gnb_login {
		display: none;
	}
	.login .mobGnb .gnb_afterLogin {
		display: none;
	}

	/* gnb_afterLogin */
	.login .theme_myMenu {
		display: none;
	}
	.login .gnb_afterLogin {
		display: none;
	}
	.login .panel .gnb_afterLogin {
		display: none;
	}
	.login .panel.active .gnb_afterLogin {
		display: block;
	}
	.login .panel.active .gnb_afterLogin .theme_myMenu {
		display: flex;
	}
	.gnb_afterLogin .theme_myMenu span {
		font-size: 1.2rem;
		padding: 3px 8px 1px;
	}
	.gnb_afterLogin .theme_myMenu {
		padding-top: 0px;
		flex-direction: column;
		height: auto;
	}
	.gnb_afterLogin .myMenu_info {
		margin: 34px 0 -4px 0;
		padding: 0.75rem;
		width: 100%;
	}
	.gnb_afterLogin .myMenu_info span {
		background-color: #242424b3;
		font-size: 1.2rem;
		height: 38px;
		border-radius: 5px;
		padding: 0 20px;
	}
	.gnb_afterLogin .theme_myMenu .ico {
		display: none;
	}
	.myMenu_info .btn_logout {
		font-size: 1.1rem;
		line-height: 1;
		margin: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 32px;
		background-color: rgb(250 205 20 / 75%);
		border-color: rgb(255 255 255 / 20%);
	}
	.myMenuPage span.myMenu_name strong {
		color: #facc15;
	}
}

@media (max-width: 1030px) {
	.gnb_afterLogin .myMenu_info span {
		background-color: #232323;
		font-size: 1.2rem;
		height: 28px;
		line-height: 1;
		border-radius: 8px;
		padding: 0 8px;
		margin: 0;
		width: 100%;
		min-width: fit-content;
	}
	.gnb_afterLogin .myMenu_info .m_acount_box span span {
		padding: 0 6px 0 0;
	}
	.m_a_box_right {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 4px;
	}
}

/* tab */
.menu_tab {
	position: relative;
	width: 50px;
}
.menu_tab ul {
	position: relative;
	width: 100%;
	height: fit-content;
	display: flex;
	flex-direction: row;
	background-color: #292929;
}
.menu_tab li {
	background-color: #292929;
	width: 100%;
	height: 25%;
	cursor: pointer;
	position: relative;
}
.menu_tab li button {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 1.275rem;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px 0 8px;
	font-family: var(--ctype-ff-accent);
	font-weight: 400;
	border: 1px solid transparent;
}

.menu_tab li.active button {
	color: rgb(250, 205, 20);
	background: #222;
	font-weight: 600;
	border-color: rgb(250 205 20 / 50%);
}
.menu_tab li img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.menu_tab li .img {
	display: inline-block;
}
.menu_tab li .img_on {
	display: none;
}
.menu_tab li:hover .img,
.menu_tab li.active .img {
	display: none;
}
.menu_tab li:hover .img_on,
.menu_tab li.active .img_on {
	display: inline-block;
}
.cont_tab {
	width: 100%;
}
.gnb_tab .menu_tab {
	position: sticky;
	top: 0;
	z-index: 997;
	height: fit-content;
	width: 100%;
}
.gnb_tab .cont_tab {
	padding: 0.75rem;
}

/* basic tab */
.basic_tab {
	position: relative;
}
.basic_tab ul {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
}
.basic_tab li {
	width: 25%;
	cursor: pointer;
	position: relative;
	height: 60px;
}
.basic_tab li button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(143, 136, 118, 0.8);
	font-weight: var(--dtype-fw-heading);
}
.basic_tab li button span {
	display: inline-block;
	font-size: 1.6rem;
	color: #fff;
}
.basic_tab li.active button {
	background: #e9e9e9;
}
.basic_tab li.active button span {
	color: rgb(100, 88, 61);
}
.basic_tab.tab_02 li {
	width: 50%;
}
.basic_cont_tab {
	width: 100%;
	padding: 10px;
}

@media screen and (max-width: 767px) {
	.basic_tab li {
		height: 40px;
	}
	.basic_tab li button span {
		font-size: 1.3rem;
	}
}
.game_menus h3 {
	line-height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 5px;
}
.game_menus h3 .tt {
	display: inline-block;
	font-size: 1.8rem;
}
.game_menus h3 em {
	display: inline-block;
	font-weight: 300;
	font-size: 1.2rem;
}
.game_menus h3 strong {
	display: inline-block;
	font-weight: 600;
	color: #828384;
	font-style: italic;
}
.game_menus ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.game_menus ul li {
	width: calc(100% / 2);
	border: 1px solid #000;
	margin-bottom: 3px;
	border-radius: 5px;
	text-align: center;
	background-color: #242424b3;
}
.game_menus ul li:nth-child(even) {
	margin-left: 3px;
	width: calc(100% / 2 - 3px);
}
.game_menus ul li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 1.1rem;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.game_menus ul li a span {
	width: calc(100% - 22px);
	padding-right: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.game_menus ul li i {
	display: inline-block;
	width: 22px;
	height: 22px;
}
.game_menus ul li i img {
	width: 22px;
	height: 22px;
	object-fit: cover;
}

/* section */
.section {
	z-index: 10;
	position: relative;
	padding: 80px 0 0px;
	background-color: unset;
}
.login .section {
	padding: 126px 0 10px;
}

@media screen and (max-width: 767px) {
	.section {
		position: relative;
		padding: 70px 0 50px;
	}
	.login .section {
		padding: 70px 0 50px;
	}
}
.main_bg {
	position: relative;
	background-image: url(/assets/images/content/27231.jpg);
	background-repeat: no-repeat;
	background-position-y: 449px;
	background-position-x: center;
	background-repeat: repeat;
	background-size: contain;
}
.main_bg::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000ad;
}

/* footer */
#footer {
	display: none;
}
.web_footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 25px 0 0;
	max-width: 1400px;
	margin: 0 auto;
}
.footer_top {
	text-align: center;
}
.footer_top .logo {
	display: block;
	margin: 0 auto;
	height: 80px;
}
.footer_top .logo img {
	height: 100%;
}
.footer_mid {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding: 0 20px;
}
.footer_mid .mid_left {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.footer_mid .mid_left a {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.footer_mid .mid_left img {
	height: 64px;
	width: 64px;
	margin-right: 10px;
}
.footer_mid .mid_right {
	width: 40%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.footer_mid .mid_right h3 {
	color: var(--main-icon-color);
	font-size: 2.2rem;
	font-weight: 600;
}
.footer_mid .mid_right li {
	height: 30px;
}
.footer_mid .mid_right li a {
	color: #fff;
	text-align: center;
	display: block;
	line-height: 30px;
	font-size: 1.2rem;
	font-weight: 500;
}
.footer_mid .mid_right li a:hover {
	color: rgb(254, 243, 199);
}
.footer_bottom {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 25px 20px 50px;
}
.footer_bottom span {
	width: 25%;
	display: block;
}
.footer_bottom span img {
	width: 100%;
}

@media screen and (max-width: 1190px) {
	.web_footer {
		max-width: 100%;
		padding: 25px 20px;
	}
	.footer_top .logo {
		height: 40px;
	}
}

@media screen and (max-width: 767px) {
	#footer {
		background-image: url(/assets/images/content/footer/bottom_nav_bg.png);
		bottom: 0;
		height: 60px;
		background-position: top center;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		position: fixed;
		transition: all 0.5s;
		width: 100%;
		z-index: 99;
	}
	.footer_list {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 60px;
		width: 100%;
	}

	#footer .footer_menu {
		position: relative;
		text-align: center;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: nowrap;
		width: 100%;
		height: 100%;
	}

	#footer .footer_menu_icon {
		height: 60px;
		width: 68%;
		max-width: 60px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -85%);
	}

	#footer .footer_menu_icon img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	#footer .footer_menu_label {
		color: #dbbfbe;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 0;
		z-index: 10;
		margin-bottom: 5px;
		text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.6);
	}

	#footer .footer_menu.game_select:before {
		content: "";
		background: radial-gradient(circle, rgba(227, 85, 80, 1) 0%, rgba(0, 0, 0, 0) 60%);
		position: absolute;
		left: 0;
		top: 0;
		width: 120%;
		height: 175%;
		transform: translate(-10%, 0%);
	}

	#footer .footer_menu.game_select .footer_menu_icon {
		height: 60px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -105%);
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5)) brightness(1.25);
	}

	#footer .footer_menu.game_select .footer_menu_label {
		font-size: 1rem;
		font-weight: 600;
		color: #fff;
	}
	.footer_top .logo img {
		height: 40px;
	}
	.footer_mid {
		flex-direction: column;
	}
	.footer_mid .mid_left {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	.footer_mid .mid_left a {
		font-size: 1.2rem;
	}
	.footer_mid .mid_left img {
		width: 32px;
		height: 32px;
	}
	.footer_mid .mid_right {
		width: 100%;
	}
	.footer_mid .mid_right li {
		height: 20px;
	}
	.footer_bottom {
		flex-direction: column;
		margin-top: 20px;
	}
	.footer_bottom span {
		width: 100%;
	}
}

@media screen and (max-width: 375px) {
	#footer .footer_menu_icon {
		transform: translate(-50%, -70%);
	}

	#footer .footer_menu.game_select .footer_menu_icon {
		transform: translate(-50%, -80%);
	}
}

/* slide */
.slide_wrap {
	width: 100%;
	position: relative;
}
.slide_wrap .add_nav {
	height: 28px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.slide_wrap .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	background: #cbd5e1;
	transition: all 0.5s;
	cursor: pointer;
	border-radius: 10px;
}
.slide_wrap .swiper-pagination-bullet-active {
	width: 40px;
	background: rgb(239, 68, 68);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.slide {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
.slide .swiper-slide {
	width: 100%;
}
.slide .swiper-slide a {
	width: 100%;
	display: block;
}
.main_side .add_nav {
	display: none;
}
.main_side .tt {
	display: block;
	color: rgb(252, 211, 77);
	font-size: 6rem;
	line-height: 1;
	margin: 25px 0;
	font-family: var(--dtype-ff-accent);
	font-weight: 400;
}
.main_side span {
	display: inline-block;
	color: rgb(252, 255, 255);
	font-size: 2rem;
	line-height: 1;
	font-family: var(--dtype-ff-accent);
	font-weight: 400;
}
.main_side {
	padding: 0;
	margin-top: 0;
}
.main_side .swiper-slide a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.slide_text {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	flex-direction: row;
	align-items: flex-end;
	font-family: var(--dtype-ff-accent);
	font-weight: 400;
}
.slide_text .slide_textbox {
	background: linear-gradient(90deg, #46300500 0%, #c78b14 30%, #eae086 50%, #da9b1e 80%, #402c0600 100%);
	margin: 0px 0px 30px;
}
.slide_text p {
	font-size: 2.4rem;
	background: linear-gradient(90deg, #46300500 0%, #000000 30%, #000000 50%, #000000 80%, #402c0600 100%);
	margin: 1px 0px;
	padding: 10px 30px;
	text-align: center;
	word-break: auto-phrase;
}

@media screen and (max-width: 767px) {
	.slide_text p {
		font-size: 1.4rem;
	}
}

.horizontal_side {
	max-width: 1227px;
	margin: 0 auto 50px;
}
.horizontal_side .swiper-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.horizontal_side .swiper-slide {
	width: 200px !important;
	height: 214px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.horizontal_side .swiper-slide a {
	display: block;
	position: relative;
	width: 200px !important;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border-radius: 5%;
}
.horizontal_side .swiper-slide .text-tt {
	display: inline-flex;
	font-size: 1.3rem;
	position: absolute;
	bottom: 0;
	border-radius: 4px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #00000080;
	padding: 0;
	height: 36px;
	line-height: 1;
	align-items: center;
	justify-content: center;
	font-family: var(--dtype-ff-heading);
	pointer-events: none;
}
.horizontal_side .swiper-slide a:hover {
	/* box-shadow:0 0 0 0 #0000, 0 0 0 0 #0000, 0 0 10px 10px rgba(251, 191, 36, .2) !important; */
	filter: brightness(1.2);
}
.horizontal_side .slide {
	padding-top: 70px;
	position: relative;
}
.horizontal_side .add_nav_prev_next {
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	text-align: right;
}
.horizontal_side .add_nav_prev_next .swiper-button-prev,
.horizontal_side .add_nav_prev_next .swiper-button-next {
	border: 0;
	width: 32px;
	height: 32px;
	background-color: #ffffff1a !important;
	background-size: 10px 10px;
	border-radius: 4px;
	margin-top: 0;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}
.horizontal_side .add_nav_prev_next .swiper-button-next {
	transform: rotate(-180deg);
}
.horizontal_side .add_nav_prev_next .swiper-button-prev {
	left: inherit;
	right: 60px;
	transform: rotate(0deg);
}
.horizontal_side .add_nav_prev_next .swiper-button-prev:hover,
.horizontal_side .add_nav_prev_next .swiper-button-next:hover {
	box-shadow: 0 0 0 0 #0000, 0 0 0 0 #0000, 0 0 10px 10px rgba(251, 191, 36, 0.2) !important;
}

@media screen and (max-width: 1190px) {
	.horizontal_side {
		max-width: 100%;
	}
	.main_side .swiper-slide a {
		height: 300px;
		background-position: center right;
	}
	.main_side span {
		font-size: 1.6rem;
	}
	.main_side .tt {
		font-size: 4rem;
		margin: 10px 0;
	}
	.main_side .swiper-slide a {
		padding: 0 20px;
		background-position: center;
	}
}

@media screen and (max-width: 767px) {
	.slide_title {
		font-size: 2.6rem;
	}
	.main_side span {
		font-size: 1.4rem;
	}
	.main_side .tt {
		font-size: 2.2rem;
		margin: 10px 0;
	}
	.horizontal_side .swiper-slide {
		width: calc(100% / 3 - 16px) !important;
		margin: 0 8px;
		height: auto;
	}
	.horizontal_side .swiper-slide a {
		width: 100% !important;
		height: auto;
		padding-bottom: 100%;
	}
	.horizontal_side .swiper-slide .text-tt {
		font-size: 1.3rem;
	}
}
.site_menu_2 {
	z-index: 1;
	position: relative;
	max-width: 1227px;
	margin: 30px auto;
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.site_menu_2 .sm_item {
	width: calc(100% / 5 - 12px);
	color: #fff;
	font-size: 1.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 6px 0;
	padding: 6px;
	border-radius: 14px;
	background: linear-gradient(90deg, #463005 0%, #714e08 30%, #ffcf85 50%, #714e08 80%, #402c06 100%);
	transition: all 0.2s ease-in-out;
}
.site_menu_2 .sm_item:hover {
	transform: scale(1.05);
	box-shadow: 0 0 10px 10px rgba(251, 191, 36, 0.2);
}
.site_menu_2 .sm_item svg,
.site_menu_2 .sm_item img {
	height: 26px;
	margin-bottom: 10px;
}
.goldbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(/assets/images/content/btbg.jpg);
	background-size: cover;
	padding: 10px;
	box-shadow: inset 0 0 13px 4px #000000a8;
	border-radius: 8px;
	font-family: var(--dtype-ff-accent);
	font-weight: 400;
}

/* 흐르는 슬라이드 */
.partners {
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 1227px;
	margin: 48px auto 0;
}
.partners .swiper-container {
	width: 100%;
	/* height: 56px; */
	overflow: hidden;
	padding: 10px 0px;
	/* background: linear-gradient(90deg, #463005 0%, #714e08 30%, #ffcf85 50%, #714e08 80%, #402c06 100%); */
	background: #00000063;
	/* background: linear-gradient(93deg, rgba(0, 0, 0, 1) 0%, rgb(139, 0, 74, 0.5) 50%, rgba(0, 0, 0, 1) 100%); */
	border-top: 4px solid #c19751;
	border-bottom: 4px solid #c19751;
}
.partners .swiper-wrapper {
	display: flex;
	height: 66px;
	align-items: center;
	transition-timing-function: linear;
	width: fit-content;
}
.partners .swiper-slide {
	width: 66px !important;
	height: unset;
	flex-shrink: 0;
	margin-right: 40px;
}
.partners .swiper-slide img {
	height: unset;
	width: 100%;
}
.partners.miniGame .swiper-slide {
	height: 32px;
}
.partners.miniGame .swiper-slide img {
	height: 32px;
	width: auto;
}

/*
.partners.slot .swiper-container{background:linear-gradient(93deg, rgba(0,0,0,1) 0%, rgb(59,7,100,0.8) 50%, rgba(0,0,0,1) 100%)}
.partners.miniGame .swiper-container{background:linear-gradient(93deg, rgba(0,0,0,1) 0%, rgb(23,37,84,0.8) 50%, rgba(0,0,0,1) 100%)}
.partners.holdem .swiper-container{background:linear-gradient(93deg, rgba(0,0,0,1) 0%, rgb(55,65,81,0.8) 50%, rgba(0,0,0,1) 100%)}
*/

.main_text_1 {
	position: absolute;
	z-index: 99;
	font-size: 3rem;
	top: 14px;
	left: 4%;
	filter: drop-shadow(2px 7px 5px black);
}
.main_text_2 {
	position: absolute;
	width: 62%;
	line-height: 1;
	z-index: 99;
	top: 54px;
	left: 3%;
	font-size: 6rem;
	filter: drop-shadow(2px 7px 5px black);
	font-family: var(--dtype-ff-accent);
	font-weight: 400;
	background: linear-gradient(to right, #ffd118 20%, #fa4700 30%, #e3ff10 70%, #76b310 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background-size: 500% auto;
	animation: textShine 3s ease-in-out infinite alternate;
}

@keyframes textShine {
	0%	{ background-position: 0% 50%;}
	100%	{ background-position: 100% 50%;}
}

@media screen and (max-width: 1190px) {
	.site_menu_2 {
		max-width: 100%;
		padding: 0 20px;
		margin: 20px auto;
		justify-content: center;
	}
	.site_menu_2 .sm_item {
		width: calc(100% / 5 - 12px);
	}
}

@media screen and (max-width: 767px) {
	.site_menu_2 .sm_item {
		font-size: 1.3rem;
	}
	.partners {
		padding: 0 20px;
	}
	.partners .swiper-slide {
		width: 36px !important;
		height: 50px;
	}
	.partners .swiper-slide img {
		height: 100%;
		width: 52px;
	}
	.partners .swiper-container,
	.partners .swiper-wrapper {
		height: unset;
	}
	.site_menu_2 {
		gap: 8px;
	}
	.site_menu_2 .sm_item {
		width: calc(100% / 3 - 6px);
		padding: 4px;
		border-radius: 12px;
	}
	.sm_item .goldbox {
		padding: 8px 4px;
	}
}

@media screen and (max-width: 500px) {
	.goldbox span {
		font-size: 1.2rem;
		letter-spacing: 0.045rem;
		word-break: keep-all;
	}
}

/* main list */
.main_list {
	max-width: 1227px;
	margin: 30px auto;
}
.main_img_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 0 0 0 500px;
	justify-content: flex-start;
	position: relative;
}
.main_img_list .item {
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	height: 243px;
	width: calc(100% / 3 - 15px);
	position: relative;
}
.main_img_list .item a {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 100%;
}
.main_img_list .item a:hover {
	filter: brightness(1.2);
}
.main_img_list .item a .text-tt {
	display: inline-block;
	font-size: 1.4rem;
	position: absolute;
	bottom: 0;
	border-radius: 4px;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	background: #00000080 !important;
	padding: 0 5px;

	height: 36px;
	line-height: 2.5;
}

.main_img_list .item.full {
	overflow: auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 485px;
	height: 500px;
}
.main_img_list .item.full a {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.main_img_list .item.full a .text-tt {
	display: none;
}
.slot .main_img_list .item.full {}
.miniGame .main_img_list .item.full {}
.holdem .main_img_list .item.full {}
.miniGame .main_img_list {
	padding: 0 0 0 645px;
}
.miniGame .main_img_list .item {
	width: calc(100% / 2 - 15px);
	height: 221px;
}
.miniGame .main_img_list .item.full {
	width: 630px;
	height: 458px;
}
.holdem .main_img_list {
	padding: 0 0 0 645px;
}
.holdem .main_img_list .item {
	width: calc(100% / 2 - 15px);
	height: 400px;
}
.holdem .main_img_list .item.full {
	width: 630px;
	height: 400px;
}

@media screen and (max-width: 1190px) {
	.main_list {
		max-width: 100%;
		padding: 0 20px;
	}
	.main_img_list {
		gap: 0;
	}
	.main_img_list,
	.miniGame .main_img_list {
		padding: 0;
		justify-content: space-between;
	}
	.holdem .main_img_list {
		justify-content: center;
		padding: 0;
	}
	.main_img_list .item.full {
		display: none;
	}
	.main_img_list .item,
	.miniGame .main_img_list .item {
		width: calc(100% / 3 - 10px);
		margin-bottom: 10px;
	}
	.main_img_list .item,
	.miniGame .main_img_list .item,
	.holdem .main_img_list .item {
		height: 280px;
	}
	.holdem .main_img_list .item {
		margin: 0 5px;
	}
	.main_img_list .item a {
		background-position: center top;
	}
}

@media screen and (max-width: 767px) {
	.main_img_list .item,
	.holdem .main_img_list .item,
	.miniGame .main_img_list .item {
		width: calc(100% / 2 - 5px);
	}
	.main_img_list,
	.miniGame .main_img_list,
	.holdem .main_img_list {
		justify-content: space-between;
	}
	.main_img_list .item,
	.miniGame .main_img_list .item,
	.holdem .main_img_list .item {
		height: auto;
		padding-bottom: 50%;
	}
	.main_img_list .item a {
		background-position: center top;
		position: absolute;
	}
	.holdem .main_img_list .item {
		margin: 0;
	}
}

/* 메인 하단 공지사항, 이벤트 */
.box_3 {
	max-width: 1227px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	padding-bottom: 50px;
}
.box_3 .box {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 48%;
	height: 400px;
	padding: 24px 32px 0;
	border-radius: 0px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	border-top: 4px solid #c19752;
	border-bottom: 4px solid #c19752;
}
.box_3 .box:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #000000bf;
	height: 100%;
	border-radius: 0px;
}
.box_3 .box .tt {
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	font-family: var(--dtype-ff-accent);
	font-weight: 400;
}
.box_3 .box .tt .ko {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 2px;
}
.box_3 .box .tt .en {
	color: var(--main-icon-color);
	font-weight: 300;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 5px;
	letter-spacing: 1px;
}
.box_3 .box .list {
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
	font-size: 1.3rem;
	width: 100%;
	overflow: auto;
	height: 100%;
}
.box_3 .box .list a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: fit-content;
	min-height: 32px;
	line-height: 1;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 20px;
	width: 100%;
}
.box_3 .box .list a span:last-child {
	color: rgba(255, 255, 255, 0.75);
	min-width: fit-content;
	font-size: 1.2rem;
}

@media screen and (max-width: 1190px) {
	.box_3 {
		max-width: 100%;
		padding: 0 20px;
	}
	.box_3 .box {
		height: 340px;
		padding: 20px;
	}
	.box_3 .box .tt .ko {
		font-size: 1.5rem;
	}
	.box_3 .box .tt .en {
		font-size: 1.3rem;
		margin-top: 0;
	}
	.box_3 .box .list a {
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 767px) {
	.box_3 {
		flex-direction: column;
		margin-top: 30px;
	}
	.box_3 .box {
		width: 100%;
		margin-bottom: 20px;
		overflow: auto;
		padding: 10px;
	}
	.box_3 .box {
		height: auto;
	}
	.box_3 .box .list {
		margin-top: 10px;
	}
	.box_3 .box .list a {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.box_3 .box .list a span {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: max-content;
	}
	.box_3 .box .list a span:nth-child(2) {
		text-align: right;
		font-size: 1.1rem;
		width: fit-content;
		min-width: max-content;
	}
}

/* popup */
.bg_mask {
	z-index: 8000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.bg_mask + .bg_mask {
	background-color: transparent;
}
.popup_box {
	display: none;
	position: absolute;
	width: 800px;
	min-height: 300px;
	border: 8px solid transparent;
	border-image: linear-gradient(to right, #8d691e, #745616) 1;
	box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030;
	/* background-color: rgba(204, 204, 204, 0.6); */
	background-color: #e9e9e9;
	padding-bottom: 20px;
}
.popup_box.view {
	z-index: 9997;
	display: block;
}
.popup_multi {
	display: none;
	overflow: hidden;
	min-width: 400px;
	position: absolute;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
}
.popup_multi.view {
	z-index: 9998;
	display: block;
}
.popup_box .close {
	z-index: 9999;
	position: absolute;
	top: -25px;
	right: -25px;
	width: 40px;
	height: 40px;
	transition: all 0.3s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	background: #78560c;
	border-radius: 30px;
	border: 1px solid #60460f;
	font-size: 1.5rem;
	color: #fff;
}
.popup_box .close:hover {
	opacity: 0.7;
	transform: scale(1.25);
}

/* popup :all_popup */
.layer_body {
	overflow: auto;
	/* height: 650px; */
}
.popup_box.all_popup {
	max-width: 750px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.layer_content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.layer_head {
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.layer_head .title {
	display: block;
	line-height: 1;
	font-size: 3rem;
	text-align: center;
	width: 100%;
	font-family: var(--dtype-ff-heading);
}
.popup_button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.popup_button .btn {
	display: inline-block;
	height: 36px;
	line-height: 40px;
	margin: 0 8px;
	padding: 0 16px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 5px;
}
.popup_button .basic {
	background-color: #64583d;
}
.popup_button .basic:hover {
	background-color: #64583db3;
}
.popup_button .primary {
	background: linear-gradient(-270deg, rgba(239, 68, 68, 1) 0%, rgba(239, 68, 68, 0.5) 100%);
}
.popup_button .primary:hover {
	background-color: rgb(239, 68, 68);
}
.popup_button button {
	height: 36px;
	line-height: 36px;
	width: 100%;
}
.popup_button.btn_2 {
	margin: 20px 0 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.popup_button .login_btn {
	margin: 20px 0 0;
	background: linear-gradient(270deg, #bb7b1a 0%, #ef4444 100%);
}
.popup_button .cancel {
	margin: 20px 0 0;
	background: linear-gradient(270deg, #bb7b1a 0%, #fdcf39 100%);
}
.popup_button.btn_2 button {
	width: 30%;
}
.popup_button.btn_2 .login_btn {
	margin: 0 5px;
}
.popup_button.btn_2 .cancel {
	margin: 0 5px;
}
.popup_table {
	width: 100%;
	margin: 0px 0 30px; /* 0206 */
}
.popup_table .table {
	width: 100%;
}
.popup_table .table .thead {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.popup_table .table .tbody {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.popup_table .table .tbody .t_item {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}
.popup_table .table .th {
	display: block;
	width: 25%;
	text-align: center;
	font-size: 1.2rem;
	padding: 10px 10px 9px;
	box-shadow: 0 10px 10px #00000080;
	border: 1px solid #4c422b;
	color: #c3bcac;
	background: #64583d;
}
.popup_table .table .td {
	display: block;
	width: 25%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	font-size: 1.3rem;
	padding: 14px 10px 14px;
	color: #4c422b;
	border-bottom: 1px solid #c3bcac;
}
.popup_table .table .td a {
	color: #4c422b;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.popup_table .table .td.empty {
	width: 100% !important;
}

/* 공지사항 */
.popup_table.notice .table .th {
	width: 10%;
}
.popup_table.notice .table .th:nth-child(2) {
	width: 67%;
}
.popup_table.notice .table .th:nth-child(3) {
	width: 23%;
}
.popup_table.notice .table .td {
	width: 10%;
	padding: 20px 10px 20px;
	font-size: 1.3rem;
}
.popup_table.notice .table .td:nth-child(2) {
	width: 67%;
	text-align: left;
}
.popup_table.notice .table .td:nth-child(3) {
	width: 23%;
}

/* 고객센터 */
.popup_table.csCenter .table .th {
	width: 10%;
}
.popup_table.csCenter .table .th:nth-child(2) {
	width: 67%;
}
.popup_table.csCenter .table .th:nth-child(3) {
	width: 23%;
}
.popup_table.csCenter .table .td {
	width: 10%;
	padding: 20px 10px 20px;
	font-size: 1.3rem;
}
.popup_table.csCenter .table .td:nth-child(2) {
	position: relative;
	width: 67%;
	text-align: left;
}
.popup_table.csCenter .table .td:nth-child(3) {
	width: 23%;
}
.popup_table.csCenter .table .td a {
	padding-right: 50px;
}
.state_ing {
	position: absolute;
	right: 10px;
	top: 20px;
	display: inline-block;
	padding: 3px 10px 3px;
	background: rgb(255, 182, 77);
	border-radius: 4px;
	color: rgb(255, 255, 255);
	font-size: 1.1rem;
	line-height: 1;
}

/* 베팅내역 */
.popup_table.betting .table .th {
	width: 35%;
}
.popup_table.betting .table .th:nth-child(2) {
	width: 15%;
}
.popup_table.betting .table .th:nth-child(3) {
	width: 10%;
}
.popup_table.betting .table .th:nth-child(4) {
	width: 15%;
}
.popup_table.betting .table .th:nth-child(5) {
	width: 25%;
}
.popup_table.betting .table .td {
	width: 35%;
}
.popup_table.betting .table .td:nth-child(2) {
	width: 15%;
}
.popup_table.betting .table .td:nth-child(3) {
	width: 10%;
	color: royalblue;
	font-weight: 900;
}
.popup_table.betting .table .td:nth-child(4) {
	width: 15%;
	color: royalblue;
}
.popup_table.betting .table .td:nth-child(5) {
	width: 25%;
}
.muti_text {
	font-size: 2rem;
	margin: 30px 0 10px;
	color: #545454;
	padding: 0 20px;
	text-align: center;
}
.multi_btn_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.multi_btn_box .btn {
	display: inline-block;
	color: #fff;
	background-color: #7066e0;
	outline: none;
	padding: 0 15px;
	text-align: center;
	border-radius: 5px;
	margin: 20px 10px;
	transition: all 0.1s;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
	min-width: 150px;
	font-size: 1.6rem;
	height: 40px;
	line-height: 40px;
}
.multi_btn_box .btn:focus {
	box-shadow: none !important;
}

/* 로그인 팝업 */
.register {
	width: 448px;
	border-radius: 20px;
	border: 2px solid #ffe94c42;
	background: #000000e6 !important;
}
.register .layer_content {
	padding: 30px;
}
.register .pop_logo {
	height: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.register .pop_logo img {
	height: 100%;
	display: inline-block;
}
.register .pop_tt {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 30px;
	font-family: var(--dtype-ff-heading);
}
.register .form_area {
	padding: 0;
}
.register .form .form_title {
	width: 100%;
	color: rgb(209, 213, 219);
	margin-bottom: 10px;
}
.register .form .form_text {
	width: 100%;
}
.register .form .input {
	box-shadow: 0 5px 0 #0000, 0 5px 0 #0000, 0 5px 5px rgb(251 191 36 / 0.3) !important;
}
.register .form .form_text.focus .input {
	border-color: rgb(252, 211, 77);
}
.register .form + .form {
	margin-top: 30px;
}
.register_link_btm {
	margin: 40px 0 0;
	font-size: 1.3rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.register_link_btm span {
	display: inline-block;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 10px;
}
.register_link_btm .btn_join {
	color: #ef4444;
}
.register_link_btm .btn_pw {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 600;
}
.register.joinLayer {
	height: auto;
	min-height: auto;
}
.register.passwordLayer {
	height: auto;
	min-height: auto;
}

@media screen and (max-width: 767px) {
	.popup_box {
		width: 94%;
		border-radius: 0;
		border-width: 4px;
	}
	.popup_multi {
		min-width: 90%;
		width: 90%;
		border-radius: 5px;
	}
	.popup_box.m_all_popup {
		position: fixed;
		bottom: 0 !important;
		left: 0;
		top: 40px !important;
		border: 0;
		width: 100% !important;
	}
	.popup_box.m_all_popup .popup_close_button {
		top: 18px;
		right: 20px;
		width: 25px;
		height: 25px;
	}
	.popup_box.m_all_popup.view {
		display: block;
	}
	.popup_box .close {
		right: -7px;
	}
	.layer_head {
		height: 50px;
	}
	.layer_head .title {
		font-size: 2rem;
	}
	.popup_table.csCenter .table .td {
		padding: 10px;
		font-size: 1.2rem;
	}
	.state_ing {
		top: 10px;
	}
	.muti_text {
		font-size: 1.3rem;
	}
	.multi_btn_box .btn {
		padding: 0 10px;
		font-size: 1.3rem;
		min-width: 100px;
	}
	.register {
		border-width: 1px;
		width: 94%;
		border-radius: 20px;
	}
}

/* common */
.fontStrong {
	font-weight: 600 !important;
}
.clYellow {
	color: rgb(255, 226, 84) !important;
}
.clGreen {
	color: rgb(44, 255, 146) !important;
}

/* common form */
.input input::-webkit-input-placeholder {
	color: #aaa398;
	font-size: 1.4rem;
}
.input input:-ms-input-placeholder {
	color: #aaa398;
	font-size: 1.4rem;
}
.input input::placeholder {
	color: #aaa398;
	font-size: 1.4rem;
}
.inpClear {
	display: none;
	width: 35px;
	height: 36px;
	position: absolute;
	right: 5px;
	top: 0;
	cursor: pointer;
}
.inpClear img {
	width: 16px;
	height: 16px;
}
.form_area {
	padding: 10px 30px;
}
.form + .form {
	margin-top: 15px;
}
.form_text + .form_text {
	margin-top: 15px;
}
.form {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.form .form_title {
	width: 20%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1.4rem;
	color: #64583db3;
	font-weight: 400;
}
.form .form_title h3 {
	font-weight: 400;
}
.asc {
	color: #f87171;
	display: block;
	text-align: left;
	margin: 5px 0 0 0;
	padding-left: 5px;
	font-size: 1.3rem;
	font-weight: 400;
}
.desc {
	display: block;
	color: #f87171;
	text-align: left;
	margin: 5px 0 0 0;
	padding-left: 20px;
	font-size: 1.3rem;
	font-weight: 400;
}
.form_noti {
	color: #000;
	font-size: 1.3rem;
	line-height: 23px;
	text-align: right;
	margin-bottom: 50px;
}
.form .form_text {
	position: relative;
	width: 80%;
}
.form .input {
	overflow: hidden;
	position: relative;
	display: block;
	padding: 0 35px 0 20px;
	width: 100%;
	height: 38px;
	font-size: 1.4rem;
	border: 1px solid #64583d33;
	background-color: #22201b;
	border-radius: 8px;
}
.form .input input {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	font-size: 1.4rem;
	color: #ffea54;
	text-align: left;
	background-color: transparent;
	font-weight: 600;
}
.form.input_value .input {
	border: 0;
	background-color: transparent;
}
.form.input_value .input input {
	color: rgb(100, 88, 61);
	font-weight: 600;
	font-size: 1.6rem;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #22201b inset;
	-webkit-text-fill-color: white;
	color: inherit !important;
	-webkit-text-fill-color: white !important;
}
.form .form_textarea {
	position: relative;
	width: 80%;
}
.form .form_textarea .textarea {
	display: block;
	width: 100%;
	border: 1px solid #64583d33;
	background-color: #64583d33;
	border-radius: 8px;
}
.form .form_textarea .textarea textarea {
	width: 100%;
	min-height: 100px;
	font-size: 1.4rem;
	color: #847c6a;
	background-color: transparent;
	border: 0;
	padding: 10px 20px;
}
.btn_money {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 6px;
	margin: 10px 0;
	width: 100%;
	padding-left: 20%;
}
.btn_money .money_button {
	height: 32px;
	width: calc(100% / 6 - 6px);
	margin: 0;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: var(--dtype-fw-heading);
	border-radius: 5px;
	background: linear-gradient(-270deg, #64583d 0%, rgba(100, 88, 61, 0.5) 100%);
}
.btn_money .money_button:hover {
	background: #64583d;
}
.btn_money .money_button.primary {
	background: linear-gradient(-270deg, rgba(239, 68, 68, 1) 0%, rgba(239, 68, 68, 0.5) 100%);
}
.btn_money .money_button.primary:hover {
	background-color: rgb(239, 68, 68);
}
.btn_money.btn_6 .money_button {
	width: calc(100% / 6 - 6px);
}
.btn_deposit {
	height: 32px;
	padding: 0 10px;
	margin: 0 3px;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 5px;
	background: linear-gradient(-270deg, #64583d 0%, rgba(100, 88, 61, 0.5) 100%);
}

/* select */
.select_basic {
	position: relative;
	width: 100%;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(105, 105, 123, 0.3);
	border-radius: 4px;
}
.select_basic {
	height: 38px;
	text-align: left;
}
.select_basic .select_box {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	height: 100%;
	width: 100%;
	line-height: 38px;
}
.select_basic .select_box label {
	position: absolute;
	font-size: 1.4rem;
	top: 0;
	left: 20px;
	color: #6a6a6a;
}
.select_basic .select_box:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #949494 transparent transparent transparent;
	vertical-align: top;
}
.select_basic .select_box .select {
	width: 100%;
	height: 40px;
	line-height: 38px;
	color: #6a6a6a;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.input input::-webkit-input-placeholder {
		color: #aaa398;
		font-size: 1.3rem;
	}
	.input input:-ms-input-placeholder {
		color: #aaa398;
		font-size: 1.3rem;
	}
	.input input::placeholder {
		color: #aaa398;
		font-size: 1.3rem;
	}
	.form_area {
		padding: 10px 20px;
	}
	.form + .form {
		margin-top: 5px;
	}
	.form .form_title {
		font-size: 1.3rem;
	}
	.form.input_value .input input {
		font-size: 1.3rem;
	}
	.form .form_title {
		width: 25%;
	}
	.form .form_text {
		width: 75%;
	}
	.form .form_textarea {
		width: 75%;
	}
	.asc {
		font-size: 1.2rem;
	}
	.btn_money {
		padding-left: 25%;
		flex-wrap: wrap;
	}
	.btn_money .money_button {
		width: calc(100% / 3 - 6px);
		font-size: 1.2rem;
	}
	.btn_money.btn_6 .money_button {
		width: calc(100% / 3 - 6px);
	}
	.select_basic .select_box .select,
	.datepickerWrap input {
		font-size: 1.3rem;
	}
	.btn_deposit {
		font-size: 1.3rem;
	}
}

/* add 0220 */
@media screen and (max-width: 420px) {
	.form_area {
		padding: 10px 10px;
	}
	.btn_money .money_button {
		width: calc(100% / 2 - 6px);
	}
	.btn_money.btn_6 .money_button {
		width: calc(100% / 2 - 6px);
	}
}

/* datepicker */
.date_pick_search {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: #3368ff26;
	border: 1px solid #3368ff26;
	padding: 16px;
}
.date_pick_search .select_basic {
	width: 120px;
}
.datepicker_area {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.datepickerWrap {
	overflow: hidden;
	position: relative;
	display: block;
	width: 138px;
	padding: 0 40px 0 16px;
	border: 1px solid rgba(105, 105, 123, 0.3);
	height: 40px;
	background-color: #fff;
	border-radius: 4px;
	line-height: 38px;
}
.datepickerWrap input {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	font-size: 1.4rem;
	background-color: transparent;
	color: #6a6a6a;
}
.datepickerWrap input::-webkit-input-placeholder {
	color: #aaa;
	font-size: 1.4rem;
}
.datepickerWrap input:-ms-input-placeholder {
	color: #aaa;
	font-size: 1.4rem;
}
.datepickerWrap input::placeholder {
	color: #aaa;
	font-size: 1.4rem;
}
.datepickerWrap:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 12px;
	width: 15px;
	height: 15px;
	vertical-align: top;
	background: url(/assets/images/content/calendar.png) center no-repeat;
	background-size: cover;
}
.datepicker_area .to {
	color: #aaa;
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 5px;
}
.datepicker_area .tt {
	font-size: 1.4rem;
	color: #5e5f6f;
	padding: 0 5px 0 10px;
	text-align: right;
}

/* 검색 버튼 */
.bt_search {
	margin-left: 10px;
	width: 80px;
	height: 40px;
	border: 1px solid #7a25ff;
	border-radius: 4px;
	background: #7a25ff;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 38px;
	cursor: pointer;
}
.game_depth_area {
	overflow-x: auto;
	width: 100%;
	background: #3368ff66;
	border: 1px solid #3368ff66;
	padding: 16px;
	margin-top: 10px;
}
.game_guide_dep {
	overflow-x: scroll;
	display: flex;
	gap: 4px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.game_depth_area .game_guide_dep li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	min-width: 126px;
}
.game_depth_area .game_guide_dep li a {
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(18, 70, 143, 0.25);
	border-color: #3368ffbf;
	background-color: #3368ffbf;
	font-size: 1.4rem;
	line-height: 100%;
	word-break: keep-all;
	color: #fff;
	text-align: center;
	width: 100%;
}
.game_depth_area .game_guide_dep li a:hover {
	background-color: #7a25ffa6;
	border-color: #7a25ffa6;
}
.game_depth_area .game_guide_dep li.select a {
	background-color: #7a25ff;
	border: 1px solid #00000045;
	font-weight: 600;
	color: #fff;
}
.game_guide_dep::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	border: 0;
	background-color: transparent;
}
.game_guide_dep::-webkit-scrollbar-thumb {
	background: #a9a9a9;
	border-radius: 9999px;
	cursor: pointer;
}
.game_guide_dep::-webkit-scrollbar-thumb:hover {
	width: 8px;
	height: 8px;
	border: 0;
	background: #a9a9a9;
}
.game_guide_dep::-webkit-scrollbar-track {
	background: transparent;
}

@media screen and (max-width: 767px) {
	.date_pick_search {
		padding: 10px;
		flex-direction: column;
	}
	.date_pick_search .select_basic {
		width: 100%;
	}
	.datepicker_area {
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
		margin-top: 10px;
	}
	.datepicker_area .tt {
		display: none;
	}
	.datepickerWrap {
		width: 49%;
	}
	.datepicker_area .to {
		display: none;
	}
	.bt_search {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.game_depth_area .game_guide_dep li {
		min-width: 110px;
	}
	.game_depth_area .game_guide_dep li a {
		height: 40px;
		font-size: 1.2rem;
	}
}

/* pagination */
ul.pagination {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	justify-content: center;
}

ul.pagination li {
	display: inline-block;
	margin-bottom: 2px;
}

ul.pagination li {
	margin: 0;
	margin-inline-end: 0 !important;
}

ul.pagination li > input {
	width: 60px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0.3em 0.8em 0.3em 0.3em;
}

ul.pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	border: 1px solid #ddd;
	padding: 0;
	border-radius: 0.4em;
	background: #dde2eb;
	color: #323945;
}

ul.pagination li a:hover {
	background: #323945;
	color: #dde2eb;
	border-color: #1b1e24;
}

ul.pagination li a > i {
	font-size: 1.2rem;
	line-height: 100%;
	color: #3f4551;
}

ul.pagination li:not(:first-of-type) {
	margin-inline-start: 3px;
}

ul.pagination li:not(:last-of-type) {
	margin-inline-end: 3px;
}

ul.pagination .next,
ul.pagination .prev {
	background-color: #f4f4f8;
}

/* 카지노게임 */
.casino_game_wrap {
	width: 100%;
	position: relative;
}
.casino_game_wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0);
	/* background: linear-gradient(9deg, rgba(153, 27, 27, 0.5) 0%, rgba(0, 0, 0, 1) 24%, rgba(0, 0, 0, 1) 81%, rgba(153, 27, 27, 0.5) 100%); */
}
.casino_game {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto;
	gap: 15px;
	padding: 20px 0;
	z-index: 1;
	position: relative;
}
.casino_game .cg_item {
	width: calc(100% / 4 - 15px);
	border: 1px solid transparent;
	background: linear-gradient(90deg, #463005 0%, #714e08 30%, #ffcf85 50%, #714e08 80%, #402c06 100%);
}
.casino_game .cg_item a {
	display: flex;
	width: 100%;
	transition: all 0.3s;
	height: 65px;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: url(/assets/images/content/btbg.jpg);
	background-size: cover;
	filter: brightness(0.5);
	font-family: var(--dtype-ff-accent);
}
.casino_game .cg_item a span {
	font-size: 1.752rem;
}
.casino_game .cg_item a span:nth-child(2) {
	color: rgb(248, 113, 113);
	font-size: 1.252rem;
}
.casino_game .cg_item a:hover,
.casino_game .cg_item a.active {
	background: rgb(0, 0, 0);
	/* background: linear-gradient(9deg, rgba(0, 0, 0, 1) 5%, rgba(153, 27, 27, 1) 50%, rgba(0, 0, 0, 1) 95%); */
	margin: 2px;
	width: 99%;
	background: url(/assets/images/content/btbg.jpg);
	background-size: cover;
	filter: brightness(1.2);
	box-shadow: inset 0 0 10px 6px #00000080;
}

@media screen and (max-width: 1190px) {
	.casino_game_wrap {
		padding: 0 20px;
	}
	.casino_game {
		max-width: 100%;
		flex-direction: inherit;
		padding: 20px 0;
	}
	.casino_game .cg_item {
		width: calc(100% / 2 - 15px);
	}
}

@media screen and (max-width: 767px) {
	.casino_game {
		gap: 0;
		flex-direction: row;
		padding: 20px 0px;
	}
	.casino_game .cg_item {
		width: 100%;
		margin: 6px 0px;
	}
	.casino_game .cg_item a {
		height: 40px;
	}
	.casino_game .cg_item a span {
		font-size: 1.4rem;
	}
	.casino_game .cg_item a span:nth-child(2) {
		display: none;
	}
}
.casino_game_section {
	background-image: url(/assets/images/content/bg_casino.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.casino_game_section .bg {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	padding: 50px 0 50px;
}
.casino_naming_side {
	max-width: 1400px;
	margin: 0 auto;
}
.casino_naming_side .swiper-slide {
	width: calc(100% / 7 - 10px) !important;
}
.casino_naming_side .name_card {
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgb(130, 125, 108);
	background: linear-gradient(45deg, rgba(130, 125, 108, 1) 0%, rgba(186, 186, 185, 1) 30%, rgba(219, 208, 172, 1) 70%, rgba(246, 225, 146, 1) 100%);
	border-radius: 10px;
}
.casino_naming_side .name_card span {
	display: block;
}
.casino_naming_side .name_img {
	height: 32px;
}
.casino_naming_side .name_img img {
	height: 100%;
}
.casino_naming_side .name {
	color: #000;
	font-size: 1.2rem;
	margin-top: 5px;
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

@media screen and (max-width: 1190px) {
	.casino_naming_side {
		padding: 0 20px;
	}
	.casino_naming_side .swiper-slide {
		width: calc(20% - 10px) !important;
	}
}

@media screen and (max-width: 767px) {
	.casino_game_section .bg {
		padding: 0;
	}
	.casino_naming_side .swiper-slide {
		width: calc(33% - 10px) !important;
	}
}
.casino_game_list {
	max-width: 1400px;
	margin: 0 auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cg_container {
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -15px;
}

/* 플립박스 컨테이너 */
.flip-container {
	perspective: 1000px;
	width: calc(100% / 6 - 15px);
	height: 270px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 15px;
	margin-bottom: 15px;
}
.casino_game_list.listHoldem .flip-container {
	width: calc(100% / 6 - 15px);
}

@media screen and (max-width: 1190px) {
	.casino_game_list {
		max-width: 100%;
		padding: 0 20px;
		margin: 30px auto 0;
	}
	.cg_container {
		margin-left: 0;
		justify-content: space-between;
	}
	.flip-container {
		width: 24%;
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.flip-container {
		width: 48%;
		margin-left: 0;
	}
	.casino_game_list.listHoldem .flip-container {
		width: calc(100% / 2 - 15px);
	}
}
.flip-container .badge {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 8px 12px;
	border-radius: 0 0 0 12px;
	font-size: 1.3rem;
	font-family: var(--dtype-ff-heading);
}
.flip-box {
	width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.6s;
}
.flip-container:hover .flip-box {
	transform: rotateY(180deg);
}

/* 플립박스 안의 내부 영역 */
.flip-box-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 0.6s;
	/* box-shadow: inset 10px 10px 10px 10px rgba(255, 255, 255, 1); */
}
.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.flip-box-front img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 뒤면 */
.flip-box-back {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	color: white;
	text-align: center;
	transform: rotateY(-180deg);
	box-shadow: inset 10px 10px 10px 10px rgba(255, 255, 255, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.back_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: blur(5px);
}
.back_img img {
	width: 110%;
	height: 110%;
	margin: -5%;
}
.back-logo {
	z-index: 1;
	height: 100%;
	max-height: 80px;
}
.back-logo img {
	height: 100%;
	filter: drop-shadow(2px 2px 2px #000000);
}
.back-element {
	z-index: 1;
	margin: 10px 0 30px 0;
	font-size: 1.1rem;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 1px 0px 2px #000;
	text-transform: uppercase;
}
.fancy-btn {
	z-index: 10;
	width: 170px;
	height: 52px;
	cursor: pointer;
}
.fancy-btn a {
	display: block;
	width: 100%;
	line-height: 52px;
	color: #f08c14;
	border-radius: 8px;
	padding: 0 8px;
	box-shadow: 0 15px 10px 5px #00000080;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ffbe00;
	font-size: 1.4rem;
	letter-spacing: -1px;
	font-weight: bold;
	transition: background-color 0.3s, color 0.3s;
}
.fancy-btn a:hover {
	background-color: #ffbe00;
	color: #fff;
}

/* 기본 텍스트 스타일 */
.btn-txt {
	position: relative;
	z-index: 3;
}
.lqd-words {
	display: inline-flex !important;
}
.lqd-chars {
	display: inline-block;
	opacity: 1;
	/* 기본 상태에서 글자가 보이도록 설정 */
	transform: translateX(0);
	/* 기본 상태에서 글자가 중앙에 오도록 설정 */
}
.fancy-btn a:hover .lqd-chars {
	animation: btnHoverTxtLiquidX 0.6s calc(var(--chars-index) * 0.03s) cubic-bezier(0.23, 1, 0.32, 1) both alternate;
}

/* 오른쪽에서 사라지고 왼쪽에서 나타나는 애니메이션 */
@keyframes btnHoverTxtLiquidX {
	0% {
		opacity: 0;
		transform: translateX(-0.3em);
		/* 오른쪽에서 왼쪽으로 슬라이드 */
	}

	50% {
		opacity: 0;
		transform: translateX(-0.3em);
		/* 계속 오른쪽에 있음 */
	}

	100% {
		opacity: 1;
		transform: translateX(0);
		/* 중앙으로 돌아오며 나타남 */
	}
}

@media screen and (max-width: 767px) {
	.flip-container {
		height: 220px;
	}
	.fancy-btn {
		width: 90%;
		margin: 0 auto;
		height: 30px;
	}
	.fancy-btn a {
		line-height: 30px;
		font-size: 1.2rem;
	}
	.back-logo {
		height: 80px;
	}
}

/* 미니게임 */
.mini_game_wrap {
	width: 100%;
	margin-top: 20px;
}
.mini_game {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
}
.mini_game .mn_item {
	width: calc(100% / 4);
	height: 58px;
}
.mini_game .mn_item a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	font-size: 2rem;
	background-image: url(/assets/images/content/miniGames/vitamin_main_normal.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 58px;
}
.mini_game .mn_item a:hover,
.mini_game .mn_item.active a {
	background-image: url(/assets/images/content/miniGames/vitamin_main_hover.png);
}

@media screen and (max-width: 1190px) {
	.casino_game_wrap {
		padding: 0 20px;
	}
	.mini_game {
		max-width: 100%;
		flex-direction: inherit;
		padding: 0 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.mini_game {
		gap: 0;
		padding: 10px 0 30px;
	}
	.mini_game .mn_item {
		height: 40px;
	}
	.mini_game .mn_item a {
		font-size: 1.4rem;
		line-height: 40px;
	}
}
.mini_game_section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	max-width: 1600px;
	margin: 0 auto;
}
.mini_game_section .bet_set {
	width: 266px;
	height: 100%;
	background-image: url(/assets/images/content/miniGames/m-game-bg-021-1.jpg);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	border-radius: 6px;
	border: 2px solid rgba(40, 30, 25, 0.75);
	padding: 4px;
}
.mini_game_section .game_sec {
	width: calc(100% - 266px);
}

/* game_sec는 기본적으로 스크롤이 될 수 있도록 설정 */
.game_sec {
	position: relative;
	overflow-y: scroll;
}
.game_wrap {
	min-height: 670px;
	background: url(/assets/images/content/miniGames/m-game-bg-021.jpg) center repeat;
	border: 6px solid rgba(25, 20, 15, 0.5);
	padding: 1vw;
}
.game_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*box-shadow:0 0 12px 4px #322620bf;*/
}

/* bet_key가 스크롤을 따라다니도록 설정 */
.bet_key {
	position: sticky;
	top: 126px;
	z-index: 10;
}
.game_cart {
	border: 1px solid rgba(0, 0, 0, 0.7);
	padding: 8px;
	box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	width: 100%;
	background: rgb(80 56 37 / 60%);
}
.game_cart ul.myInfo {
	margin: 0 0 5px 0;
}
.game_cart ul.myInfo li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	color: #2c3e50;
}
.game_cart ul.myInfo li:first-child {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid #32241a;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	padding: 5px;
}
.game_cart ul.myInfo li span {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 600;
}
.game_cart ul.myInfo li strong {
	display: inline-block;
	width: fit-content;
	font-size: 1.6rem;
	font-family: "Black Ops One", "Kumar One", cursive;
	font-weight: 600;
}
.game_cart .betzone {
	height: 100px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 3px;
	background: url(/assets/images/content/miniGames/cart_mbetcoin_bg.png) top center no-repeat;
	text-align: right;
}
.game_cart .betzone p {
	font-size: 1.8rem;
	font-family: "Black Ops One", "Kumar One", cursive;
	position: relative;
}
.game_cart .betzone .amount input {
	position: absolute;
	right: 0;
	top: 10px;
	border: 0;
	text-align: right;
	font-size: 1.8rem;
	padding: 3px 10px 0 0;
	font-family: "Black Ops One", "Kumar One", cursive;
	background: transparent;
}
.game_cart .betzone .rate {
	position: relative;
	color: #ffd56b;
	font-size: 1.3rem;
	margin: 0;
}
.game_cart .betzone .rate span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 52px;
	font-family: "Black Ops One", "Kumar One", cursive;
}
.game_cart .betzone .ratemoney {
	position: relative;
	color: #fff;
	margin: 0;
	font-size: 1.8rem;
	font-family: "Black Ops One", "Kumar One", cursive;
	background: transparent;
	font-style: normal;
}
.game_cart .betzone .ratemoney input {
	position: absolute;
	right: 6px;
	top: 69px;
	font-family: "Black Ops One", "Kumar One", cursive;
	display: inline-block;
	text-align: right;
	border: 0;
	color: #fff737;
	font-style: normal;
	font-size: 1.8rem;
	font-weight: 900;
}
.game_cart .betcoin01 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 4px;
	gap: 4px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.game_cart .betcoin01 li {
	position: relative;
	width: 115px;
	height: 43px;
	background-image: url(/assets/images/content/miniGames/btn_betcoin.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: 1.6rem;
	transition: all 0.2s linear;
}
.game_cart .betcoin01 a {
	display: block;
	text-align: center;
	text-shadow: 1px 1px 2px #4e4830, -1px -1px 2px #615a3e;
	line-height: 44px;
	font-weight: 800;
}
.game_cart .betcoin01 li .won {
	display: none;
}
.game_cart .betcoin01 li:hover {
	background-image: url(/assets/images/content/miniGames/btn_betcoin_hover.png);
}
.game_cart .betcoin01 a:hover {
	text-shadow: -1px -1px 2px #831b09, 1px 1px 2px #731f09;
}
.game_cart .betcoin01 li.cancel,
.game_cart .betcoin01 li.reload {
	font-weight: 300;
	background-image: url(/assets/images/content/miniGames/btn_betcoin_dark.png);
	font-size: 1.4rem;
	transition: all 0.2s linear;
}
.game_cart .betcoin01 li.cancel:hover,
.game_cart .betcoin01 li.reload:hover {
	background-image: url(/assets/images/content/miniGames/btn_betcoin_dark_hover.png);
}
.game_cart .betbutton {
	width: 100%;
	overflow: hidden;
	margin: 5px auto 0;
	border: 1px solid #000;
	border-radius: 4px;
}
.game_cart .betbutton a {
	background: #ff7337;
	display: block;
	text-align: center;
	padding: 15px 0 13px 0;
	color: #fff;
	text-shadow: 1px 1px #b14f25;
	font-size: 1.6rem;
}
.game_cart .betbutton a:hover {
	background: #ff9b5f;
}
.game_cart ul.myInfo li.bet-guide {
	border: 1px solid #32241a;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
.game_cart ul.myInfo li.bet-guide dl {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1px;
}
.game_cart ul.myInfo li.bet-guide dl > * {
	width: calc(100% / 2 - 1px);
	text-align: center;
	padding: 5px;
	background: #6d6358;
}
.game_cart ul.myInfo li.bet-guide dt {
	font-size: 1.1rem;
	background: rgba(0, 0, 0, 0.17);
	color: #e9e3d3;
}
.game_cart ul.myInfo li.bet-guide dd {
	font-size: 1.2rem;
	color: #e9e3d3;
}
.bet_type_wrap {
	width: 100%;
	position: relative;
	margin-top: 10px;
	background: url(/assets/images/content/miniGames/m-game-bg-021.jpg) center repeat;
	border: 6px solid rgba(25, 20, 15, 0.5);
	padding: 20px;
}
.bet_type_wrap .pb-tit {
	position: relative;
	font-size: 2.4rem;
	color: #fff;
	width: 100%;
	padding: 20px 32px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.bet_type_wrap .pb-tit::before,
.bet_type_wrap .pb-tit::after {
	content: "";
	position: absolute;
	top: 0;
	width: 51%;
	background-image: url(/assets/images/content/miniGames/pball-title-bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	filter: brightness(0.85);
	background-position: top left;
	height: 100%;
	left: 0;
}
.bet_type_wrap .pb-tit::after {
	transform: rotate(180deg);
	right: 0;
	left: inherit;
}
.bet_type_wrap .pb-tit p {
	display: flex;
	align-items: center;
	flex-direction: row;
	align-items: center;
	word-break: keep-all;
}
.bet_type_wrap .pb-tit .tit {
	z-index: 9;
	color: #fff;
	font-size: 2rem;
	gap: 16px;
}
.bet_type_wrap .pb-tit span {
	font-size: 1.4rem;
	opacity: 0.75;
}
.bet_type_wrap .pb-tit .betClosing {
	z-index: 9;
	color: #fff;
	font-size: 1.4rem;
	opacity: 0.75;
}
.gamelist_box {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.gamelist_box .inbox {
	position: relative;
	flex: 1;
	background: #503825a6;
	border: 1px solid #00000078;
	padding: 8px;
	border-radius: 6px;
	box-shadow: inset 3px 3px 10px #00000059;
	transition: all 0.3s ease;
}
.gamelist_box .caption {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 6px;
	text-align: center;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gamelist_box .caption em {
	opacity: 0.75;
	font-size: 1.1rem;
	margin: 0 5px 0 0;
	background-color: #2f261d;
	color: #d7c5b7;
	border-radius: 4px;
	padding: 2px 4px;
}
.gamelist_box .caption strong {
	margin-left: 5px;
}
.gtxt-pball {
	position: absolute;
	top: 9px;
	right: 9px;
	display: inline-block;
	font-size: 1.2rem;
	background: #1761a8;
	box-shadow: 0 0 4px #50bfff;
	border: 1px solid #9cb6fe;
	border-radius: 4px;
	padding: 4px 6px;
}
.gamelist_box .inbox ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.gamelist_box .inbox ul li {
	width: 50%;
}
.gamelist_box .a-btn {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	min-width: 115px;
	margin: 0 0 4px;
	gap: 8px;
	filter: drop-shadow(-1px 2px 1px rgba(0, 0, 0, 0.75));
	border-radius: 6px;
	padding: 5px;
	position: relative;
	overflow: hidden;
}
.gamelist_box .a-btn .a-btn-symbol {
	display: flex;
	align-items: center;
	justify-content: center;
	text-wrap: nowrap;
	font-size: 1.6rem;
	font-weight: 800;
	border-radius: 4px;
	gap: 6px;
	padding: 0 6px;
	border: 1px solid transparent;
	width: 100%;
	line-height: 38px;
}
.gamelist_box .a-btn-text {
	font-size: 1.6rem;
	display: block;
	margin: 0 10px;
}
.gamelist_box .g-blue .a-btn-text {
	text-shadow: 0px 1px 0px #124d77;
	color: #fff;
}
.gamelist_box .g-blue {
	background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	border: 1px solid #124d77;
	box-shadow: 0px 5px 0px 0px #124d77, 0 1px 1px #201813, 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	transition: all 0.2s linear;
	color: #004e78;
}
.gamelist_box .g-red {
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	border: 1px solid #942911;
	box-shadow: 0px 5px 0px 0px #971515, 0 1px 1px #201813, 0 1px 0 rgba(255, 255, 255, 0.4) inset;
	transition: all 0.2s linear;
	color: #851800;
}
.gamelist_box .a-btn .a-btn-symbol.red {
	background: #d0451b;
	border-color: #802307;
	color: #fff;
}
.gamelist_box .a-btn .a-btn-symbol.blue {
	background: #1b5a86;
	border-color: #073253;
	color: #fff;
}
.gamelist_box .g-blue:hover {
	background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
}
.gamelist_box .a-btn:active {
	transform: scale(0.97);
}
.gamelist_box .a-btn.active {
	border: 1px solid rgba(255, 245, 0, 0.25);
	filter: drop-shadow(0px 4px 8px #000000) !important;
	transform: scale(1.2);
	opacity: 1;
	z-index: 1;
}
.gamelist_box .a-btn i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: -5px;
	overflow: hidden;
	vertical-align: middle;
}
.gamelist_box .a-btn i img {
	width: 100%;
	height: 108%;
}
.gamelist_box .a-btn i.over {
	transform: rotate(-90deg);
	filter: hue-rotate(145deg);
}
.gamelist_box .a-btn i.under {
	transform: rotate(90deg);
}
.bet_type_finish {
	z-index: 10;
	color: #fff4a3;
	font-size: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(42, 35, 33, 0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.betting-history {
	width: 100%;
	position: relative;
	margin-top: 10px;
	background: url(/assets/images/content/miniGames/m-game-bg-021.jpg) center repeat;
	border: 6px solid rgba(25, 20, 15, 0.5);
	padding: 20px;
}
.betting-title {
	margin-bottom: 20px;
	height: 40px;
	font-size: 2.2rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 0 0 0 10px;
	line-height: 40px;
}
.betting-title img {
	width: 40px;
	margin-right: 10px;
}
.betting-history .table {
	display: table;
}
.betting-history .table,
.betting-history .row {
	width: 100%;
	border-top: 1px solid #342c29;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.betting-history .row {
	display: table-row;
}
.betting-history .row.table_header {
	background: rgba(63, 55, 52, 0.75);
	color: #fff;
	text-align: center;
}
.betting-history .row.table_header .cell {
	display: table-cell;
	font-size: 1.4rem;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 145%;
}
.bet_list_control {
	background: #f1f1f1;
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0 10px 20px;
}
.bet_list_control li a {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 1.2rem;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
	color: #54595f;
}
.bet_list_control .btn2_2 {
	color: #5b7bfb;
}
.bet_set.mobile_fix {
	display: none;
}

@media screen and (max-width: 1190px) {
	.bet_type_wrap {
		padding: 20px 20px 10px;
	}
	.mini_game_section {
		max-width: 100%;
		flex-direction: column;
	}
	.mini_game_section .game_sec {
		width: 100%;
	}
	.game_wrap {
		min-height: 100%;
	}
	.game_inner img {
		width: 100%;
	}
	.bet_type_wrap .pb-tit {
		font-size: 1.6rem;
	}
	.bet_type_wrap .pb-tit .tit {
		font-size: 1.6rem;
	}
	.bet_type_wrap .pb-tit .betClosing {
		font-size: 1.2rem;
	}
	.gamelist_box {
		padding: 20px 0 0;
	}
	.bet_type_finish {
		font-size: 2rem;
	}
	.bet_type_wrap .pb-tit {
		font-size: 1.2rem;
		padding: 20px 16px;
	}
	.bet_type_wrap .pb-tit .tit {
		font-size: 1.2rem;
	}
	.bet_type_wrap .pb-tit span {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 767px) {
	.a-btn i {
		display: none;
	}
	.gamelist_box .a-btn {
		justify-content: center;
	}
	.gtxt-pball {
		font-size: 1rem;
		padding: 4px;
	}
	.gamelist_box .caption em {
		font-size: 1rem;
	}
	.gamelist_box .caption {
		font-size: 1.1rem;
	}
	.a-btn .a-btn-symbol,
	.a-btn-text {
		font-size: 1.1rem;
	}
	.gamelist_box .a-btn {
		min-width: fit-content;
	}
	.betting-title {
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.betting-title img {
		width: 20px;
		height: 20px;
	}
	.betting-history {
		padding: 20px 0;
	}
	.betting-history .row.table_header .cell {
		font-size: 1.1rem;
	}
	.betting-history .table,
	.betting-history .row {
		border-radius: 0;
	}
	.bet_list_control li a {
		font-size: 1.1rem;
	}
	.bet_list_control {
		padding: 10px 20px;
	}
	.betting-history ul.pagination li > input {
		font-size: 1.1rem;
	}
	.bet_set {
		display: none;
	}
	.bet_set.mobile_fix {
		display: block;
		width: 100%;
		z-index: 1000;
		position: fixed;
		bottom: 0;
		top: inherit;
		height: auto !important;
	}
	.bet_set.mobile_fix .bet_key {
		width: 100%;
		position: fixed;
		bottom: 0;
		top: inherit;
		display: none;
	}
	.game_cart .betzone {
		width: 100%;
		background-size: 100% 100%;
		display: none;
	}
	.cart_view {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.game_cart {
		background: rgb(80 56 37 /100%);
		padding: 10px;
	}
	.game_cart ul.myInfo {
		width: 100%;
	}
	.game_cart .betbutton {
		width: 20%;
		margin: 0;
	}
	.game_cart .betbutton a {
		width: 100%;
		height: 100%;
		padding: 0;
		font-size: 1.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.game_cart .betcoin01 {
		width: 80%;
		margin: 0;
	}
	.game_cart .betcoin01 li {
		width: calc(33% - 4px);
		height: 30px;
		font-size: 1.2rem;
	}
	.game_cart .betcoin01 li.cancel,
	.game_cart .betcoin01 li.reload {
		font-size: 1.2rem;
	}
	.game_cart .betcoin01 a {
		line-height: 30px;
	}
}

@media screen and (max-width: 576px) {
	.gamelist_box {
		gap: 0;
	}
	.gamelist_box .caption {
		text-align: left;
		justify-content: flex-start;
	}
	.gamelist_box .inbox {
		flex: auto;
		width: 50%;
		margin-bottom: 10px;
	}
	.gamelist_box .inbox ul li {
		width: 100%;
	}
	.gamelist_box .inbox.box_4 {
		width: 100%;
	}
	.gamelist_box .inbox.box_4 ul li {
		width: 24%;
	}
	.gamelist_box .inbox.box_4 ul li .a-btn {
		min-width: 100%;
	}
}

/* 스크롤 버튼 */
.scrollTop {
	z-index: 999;
	display: none;
	background: #ffffff26;
	border: 0;
	border-radius: 35px;
	width: 48px;
	height: 48px;
	color: var(--main-icon-color);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	transition: opacity 0.3s;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	cursor: pointer;
}
.scrollTop.show {
	display: flex;
}
.scrollTop svg {
	width: 30px;
	height: 30px;
}
.scrollTop:active {
	box-shadow: -2px -2px 10px 0 rgba(0, 0, 0, 0.9), 2px 2px 4px 0 hsla(0, 0%, 100%, 0.2);
	transition: all 0.2s;
}

@media screen and (max-width: 767px) {
	.scrollTop {
		bottom: 90px;
		width: 30px;
		height: 30px;
	}
	.scrollTop svg {
		width: 20px;
		height: 20px;
	}
}

.mob_full_item {
	display: none;
}

@media screen and (max-width: 767px) {
	.mob_full_item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 20px;
	}
	.mob_full_item .item {
		width: 49%;
		padding-bottom: 28.125%;
		position: relative;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.mob_full_item .item:nth-child(1),
	.mob_full_item .item:nth-child(2) {
		padding-bottom: 56.125%;
	}
	.mob_full_item .item a {
		position: absolute;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center left;
	}
	.mob_full_item .item .text-tt {
		display: inline-block;
		padding: 0 5px;
		border-radius: 5px;
		position: absolute;
		left: 5px;
		top: 5px;
		font-size: 1.6rem;
		background-color: rgba(0, 0, 0, 0.5);
		color: #fff;
	}
}

/* add 20250101 Slot detail */
.SlotDetail {
	width: 80%;
	max-width: 1980px;
	height: calc(82% - 9px);
	min-height: unset;
	padding-bottom: 0;
	background-color: rgba(204, 204, 204, 0.6);
}
/* .trans {
	float: left;
	width: 23.2%;
	padding: 6px;
	margin: 10px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 12px;
	color: #000;
}
.trans img {
	width: 100%;
	max-height: 157px;
} */
.modal-dialog {
	height: 100%;
}
.modal-content {
	height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
}
.SlotDetail .pop-header {
	position: sticky;
	top: 0;
	z-index: 1;
}
.pop-header {
	height: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	font-size: 2.4rem;
	background: #4b2700;
}
.slotnav {
	overflow-y: unset !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: clamp(0.75rem, 2vw, 2rem);
	padding: clamp(0.75rem, 2vw, 2rem);
	height: 100%;
	max-height: unset !important;
}
.slotnav li.trans {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: clamp(120px, 20vw, 280px);
	max-width: 33%;
	height: 100%;
	background: #535353;
	border-radius: 8px;
	padding: 4px;
	margin: 0;
	flex: 1 0 clamp(120px, 15vw, 280px);
	overflow: hidden;
}
.slotnav li.trans > a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: clamp(120px, 12vw, 240px);
	border-radius: 6px;
	overflow: hidden;
}
.slotnav li.trans > a img {
	width: 100%;
	max-height: 100%;
	border-radius: 6px;
}
.slotnav li.trans > a .nm_sgame {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
}
.nm_sgame {
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
	margin: 0;
	padding: 10px 4px 6px 4px;
	word-break: keep-all;
	border-radius: unset;
	color: #6a4920;
	font-family: var(--dtype-ff-accent);
	font-weight: 400;
	line-height: 1.2;
}

@media screen and (max-width: 1260px) {
	.slotnav li.trans {
		max-width: 33%;
	}
	.popup_box {}
	.SlotDetail {
		width: 94%;
	}
}

@media screen and (max-width: 1200px) {
	.trans {}
	.nm_sgame {}
}

@media screen and (max-width: 986px) {
	.trans {}
	.nm_sgame {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 730px) {
	.trans {}
	.nm_sgame {}
}

@media screen and (max-width: 500px) {
	.slotnav li.trans {
		max-width: 48%;
	}
}

@media screen and (max-width: 433px) {
	.trans {}
	.nm_sgame {
		font-size: 1.2rem;
	}
}

.popup_box .close .h-10 {
	height: auto !important;
}

/* add 20250203 */
.trans img {
	max-height: max-content !important;
}

/* add 20250204 */
.slot_gtitle {
	width: 50%;
	text-align: left;
	padding-left: 20px;
	padding-top: 4px;
	font-family: var(--dtype-ff-accent);
}
.slot_g_searchbox {
	width: 50%;
	float: right;
	position: relative;
	top: 0px;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-right: 20px;
}
.searchbox {
	background: #fff;
	border: 1px solid #c9c9c9;
	padding: 2px;
	border-radius: 3px;
	width: fit-content;
	max-width: 70%;
}
.searchbox-txt {
	border: none;
	width: calc(100% - 30px);
	height: 30px;
	outline: none;
	font-size: 16px;
	padding-top: 2px;
	padding-left: 6px;
	color: #4a4a4a;
}
.searchbox-bt {
	float: right;
	border: 0px;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 2;
}

@media (max-width: 1200px) {
	.searchbox-txt {}
	.searchbox {}
}
@media (max-width: 768px) {
	.searchbox-txt {}
	.searchbox {}
}
@media (max-width: 500px) {
	.pop-header h2 {
		font-size: 2rem;
		padding-left: 12px;
	}
	.searchbox {}
	.slot_gtitle {
		width: fit-content;
		white-space: nowrap;
	}
	.searchbox-txt {}
	.slot_g_searchbox {
		width: fit-content;
		padding-right: 10px;
	}
}
@media (max-width: 420px) {
	.pop-header h2 {
		font-size: 1.6rem;
	}
	.slot_g_searchbox {}
	.searchbox {}
}
@media (max-width: 320px) {
	.pop-header h2 {}
	.slot_g_searchbox {}
	.searchbox {}
}

.search-icon {
	font-size: 16px;
	line-height: 0;
	position: relative;
	top: 4px;
}
.custombg1 {
	background: #000000cc;
}

/* */
.event_ansbox {
	width: 90% !important;
}
.event_ans {
	white-space: break-spaces !important;
	line-height: 2;
}
.csCenter_ans {
	width: 90% !important;
	padding-right: 10% !important;
	line-height: 2;
}
.ans_long {
	white-space: normal !important;
}
.notice_ans {
	width: 90% !important;
	padding-right: 10% !important;
	white-space: break-spaces !important;
	line-height: 2;
}

/* */
.p100 {
	width: 100% !important;
}
.site_menu_2 .sm_item {
	cursor: pointer;
}

/* add 0218 */
@media screen and (max-width: 460px) {
	.login_btn {
		flex-direction: column;
		gap: 6px;
		margin-bottom: 14px;
		margin-top: 8px;
	}
	.login_btn button {
		width: calc(100% / 1 - 2px);
	}
}

@media (max-width: 500px) {
	.gnb_tab_scroll {
		height: 78%;
	}
}
@media (max-width: 320px) {
	.gnb_tab_scroll {
		height: 84%;
	}
}

/* add */
@media (max-width: 1030px) {
	.m_acount_box {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		gap: 4px;
		width: 100%;
	}
	.m_acount_btbox {
		position: absolute;
		bottom: 0;
		left: 0;
		display: flex;
		gap: 4px;
		width: 100%;
		margin: 0;
		padding: 8px;
	}
}

@media (max-width: 420px) {
	.popup_button.btn_2 button {
		width: 38%;
		font-size: 1.2rem;
		height: auto;
		line-height: 1;
		padding: 10px 0px;
	}
}

@media screen and (max-width: 500px) {
	.gnb_afterLogin .myMenu_info .m_a_box_right i {
		display: none;
	}
}











.maintenance {
	position: relative;
	overflow: hidden;
}
.maintenance .text-mt {
	position: absolute;
	display: flex;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	font-size: clamp(12px, 2vw, 2rem);
	color: #fff;
	font-weight: 600;
	text-align: center;
	z-index: 1;
	align-items: center;
	justify-content: center;
	background: #412a15;
	background: linear-gradient(310deg, rgba(131, 58, 180, 0) 0%, rgba(140, 100, 35, 0.8) 50%, rgba(65, 45, 25, 0.8) 100%);
}
