@charset "UTF-8";


/*
***************************************************
BASE
***************************************************
*/
:root	{
	--font-ff-body: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic","Segoe UI", Roboto, "Helvetica Neue", Arial,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
	--font-ff-heading: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic","Segoe UI", Roboto, "Helvetica Neue", Arial,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
	--font-fw-heading: 600;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --background-color: #070920;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #e76317;
  --surface-color: #eeeeee;
  --contrast-color: #eeeeee;
  --nav-color: #e5eaee;
  --nav-hover-color: #ff4a17;
  --nav-mobile-background-color: #141313;
  --nav-dropdown-background-color: #141313;
  --nav-dropdown-color: #444444;
  --nav-dropdown-hover-color: #ff4a17;
  scroll-behavior: smooth;
}

html, body {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic","Segoe UI", Roboto, "Helvetica Neue", Arial,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  font-style: normal;
  line-height: 1.25;
  color: #fff;
  background-color: #1a1a1a;
  margin: 0;
  padding: 0;
}

/* 모든 기본 폰트 사이즈를 통일 */
body, th, td, input, select, textarea, button, 
label, span, div, p, a, li, dt, dd, strong, em {
  font-size: 1.1rem;
  font-family: inherit;
  line-height: 1.25;
  color: inherit;
}

a {color: #ffffff;text-decoration: none;}
a:hover {color: #74c92d;text-decoration: none;}



/* 스크롤바 */
/* width */
::-webkit-scrollbar	{	width: 8px;	height: 8px;}
/* Track */
::-webkit-scrollbar-track	{	background: #CCCCCC;}
/* Handle */
::-webkit-scrollbar-thumb	{	background: #404040;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover	{	background: #202020;}


/*-------------------------------------------------------------------------------------------*/
/* CSS Reset */
/*-------------------------------------------------------------------------------------------*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section	{	display: block;	}
body	{	line-height: 1;}
ol, ul	{	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;}
pre		{	margin-top: 0;	margin-bottom: 1.1rem;	overflow: auto}
figure	{	margin: 0 0 1.1rem}
img		{	vertical-align: middle;	border-style: none}
svg		{	overflow: hidden;	vertical-align: middle}
th		{	text-align: inherit}
label	{	display: inline-block;	margin-bottom: .5rem;}
button	{	border-radius: 0}
button:focus	{	outline: 1px dotted;	outline: 5px auto -webkit-focus-ring-color;}
button,
input,
optgroup,
select,
textarea	{	margin: 0;	font-family: inherit;	font-size: inherit;	line-height: inherit}
button,
input	{	overflow: visible}
button,
select	{	text-transform: none}
select	{	word-wrap: normal}
strong	{	font-weight: bold;}
[type=button],
[type=reset],
[type=submit],
/* button	{	-webkit-appearance: button} */
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled)	{	cursor: pointer}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner	{	padding: 0;	border-style: none}
input[type=checkbox],
input[type=radio]	{	box-sizing: border-box;	padding: 0}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time]	{	appearance: listbox; -webkit-appearance: listbox;}
textarea	{	overflow: auto;	resize: vertical}
fieldset	{	min-width: 0;	padding: 0;	margin: 0;	border: 0}
progress	{	vertical-align: baseline}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button	{	height: auto}
[type=search]	{	outline-offset: -2px; appearance: none;	-webkit-appearance: none;}
[type=search]::-webkit-search-decoration	{	-webkit-appearance: none}
::-webkit-file-upload-button	{	font: inherit;	-webkit-appearance: button}
output	{	display: inline-block}
summary	{	display: list-item;	cursor: pointer}
template	{	display: none}
[hidden]	{	display: none !important}
.trans {
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}


/*	--	COMMON	----------------------------------------------------------	*/
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html, body {
	height: 100%;
	font-family: var(--font-ff-body);
	background: #241e10;
}
body	{
	color:#5a4c2f;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
}
a, li {
	-webkit-transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	transition: all 0.23s ease-in-out
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1.1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out,
				background-color .15s ease-in-out,
				border-color .15s ease-in-out,
				box-shadow .15s ease-in-out;
	cursor: pointer;
	line-height: 1.5;
	line-height: 100%;
	font-family: var(--font-ff-heading);
	font-weight: 300;
}
@media (prefers-reduced-motion:reduce)	{	.btn { transition: none;} }

.btn:hover { text-decoration: none}
.btn.focus,
.btn:focus {	outline: 0;	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25); }
.btn.disabled,
.btn:disabled	{	opacity: .65;}
a.btn.disabled,
fieldset:disabled a.btn	{	pointer-events: none;}

.vam		{	vertical-align: middle;}
.height5	{	clear: both; height: 5px;}
.height10	{	clear: both; height: 10px;}
.height15	{	clear: both; height: 15px;}
.height20	{	clear: both; height: 20px;}
.height30	{	clear: both; height: 30px;}
.height40	{	clear: both; height: 40px;}
.height50	{	clear: both; height: 50px;}
.height60	{	clear: both; height: 60px;}
.height70	{	clear: both; height: 70px;}
.height80	{	clear: both; height: 80px;}

.shadow-sm	{	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important	}
.shadow		{	box-shadow: 0 .5rem 1.1rem rgba(0, 0, 0, .15) !important	}
.shadow-lg	{	box-shadow: 0 1.1rem 3rem rgba(0, 0, 0, .175) !important	}
.shadow-none{	box-shadow: none !important	}
.w-25	{	width: 25% !important	}
.w-50	{	width: 50% !important	}
.w-75	{	width: 75% !important	}
.w-100	{	width: 100% !important	}
.w-auto	{	width: auto !important	}
.h-25	{	height: 25% !important	}
.h-50	{	height: 50% !important	}
.h-75	{	height: 75% !important	}
.h-100	{	height: 100% !important	}
.h-auto	{	height: auto !important	}
.mw-100	{	max-width: 100% !important	}
.mh-100	{	max-height: 100% !important	}
.min-vw-100	{	min-width: 100vw !important	}
.min-vh-100	{	min-height: 100vh !important	}
.vw-100	{	width: 100vw !important	}
.vh-100	{	height: 100vh !important; height: 100dvh !important;	}

.overflow-auto		{	overflow: auto !important}
.overflow-hidden	{	overflow: hidden !important}
.position-static	{	position: static !important}
.position-relative	{	position: relative !important}
.position-absolute	{	position: absolute !important}
.position-fixed		{	position: fixed !important}
.position-sticky	{	position: -webkit-sticky !important;	position: sticky !important}

.justify-content-start	{	-ms-flex-pack: start !important;	justify-content: flex-start !important}
.justify-content-end	{	-ms-flex-pack: end !important;	justify-content: flex-end !important}
.justify-content-center	{	-ms-flex-pack: center !important;	justify-content: center !important; text-align: center;}
.justify-content-between	{	-ms-flex-pack: justify !important;	justify-content: space-between !important}
.justify-content-around	{	-ms-flex-pack: distribute !important;	justify-content: space-around !important}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {	width: 100%}

.fade	{	transition: opacity .15s linear;}
@media	(prefers-reduced-motion:reduce)	{	.fade	{	transition: none;}	}
/*
.fade:not(.show)	{ opacity: 0;}
*/
.fade	{
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in	{	opacity: 1;}
.collapse:not(.show)	{	display: none;}
.collapsing	{
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media	(prefers-reduced-motion:reduce)	{	.collapsing	{	transition: none;}	}

.m-0			{	margin: 0 !important;}
.mt-0, .my-0	{	margin-top: 0 !important;}
.mr-0, .mx-0	{	margin-right: 0 !important;}
.mb-0, .my-0	{	margin-bottom: 0 !important;}
.ml-0, .mx-0	{	margin-left: 0 !important;}
.m-1			{	margin: .25rem !important;}
.mt-1, .my-1	{	margin-top: .25rem !important;}
.mr-1, .mx-1	{	margin-right: .25rem !important;}
.mb-1, .my-1	{	margin-bottom: .25rem !important;}
.ml-1, .mx-1	{	margin-left: .25rem !important;}
.m-2			{	margin: .5rem !important;}
.mt-2, .my-2	{	margin-top: .5rem !important;}
.mr-2, .mx-2	{	margin-right: .5rem !important;}
.mb-2, .my-2	{	margin-bottom: .5rem !important;}
.ml-2, .mx-2	{	margin-left: .5rem !important;}
.m-3			{	margin: 1.1rem !important;}
.mt-3, .my-3	{	margin-top: 1.1rem !important;}
.mr-3, .mx-3	{	margin-right: 1.1rem !important;}
.mb-3, .my-3	{	margin-bottom: 1.1rem !important;}
.ml-3, .mx-3	{	margin-left: 1.1rem !important;}
.m-4			{	margin: 1.5rem !important;}
.mt-4, .my-4	{	margin-top: 1.5rem !important;}
.mr-4, .mx-4	{	margin-right: 1.5rem !important;}
.mb-4, .my-4	{	margin-bottom: 1.5rem !important;}
.ml-4, .mx-4	{	margin-left: 1.5rem !important;}
.m-5			{	margin: 3rem !important;}
.mt-5, .my-5	{	margin-top: 3rem !important;}
.mr-5, .mx-5	{	margin-right: 3rem !important;}
.mb-5, .my-5	{	margin-bottom: 3rem !important;}
.ml-5, .mx-5	{	margin-left: 3rem !important;}
.p-0			{	padding: 0 !important;}
.pt-0, .py-0	{	padding-top: 0 !important;}
.pr-0, .px-0	{	padding-right: 0 !important;}
.pb-0, .py-0	{	padding-bottom: 0 !important;}
.pl-0, .px-0	{	padding-left: 0 !important;}
.p-1			{	padding: .25rem !important;}
.pt-1, .py-1	{	padding-top: .25rem !important;}
.pr-1, .px-1	{	padding-right: .25rem !important;}
.pb-1, .py-1	{	padding-bottom: .25rem !important;}
.pl-1, .px-1	{	padding-left: .25rem !important;}
.p-2			{	padding: .5rem !important;}
.pt-2, .py-2	{	padding-top: .5rem !important;}
.pr-2, .px-2	{	padding-right: .5rem !important;}
.pb-2, .py-2	{	padding-bottom: .5rem !important;}
.pl-2, .px-2	{	padding-left: .5rem !important;}
.p-3			{	padding: 1.1rem !important;}
.pt-3, .py-3	{	padding-top: 1.1rem !important;}
.pr-3, .px-3	{	padding-right: 1.1rem !important;}
.pb-3, .py-3	{	padding-bottom: 1.1rem !important;}
.pl-3, .px-3	{	padding-left: 1.1rem !important;}
.p-4			{	padding: 1.5rem !important;}
.pt-4, .py-4	{	padding-top: 1.5rem !important;}
.pr-4, .px-4	{	padding-right: 1.5rem !important;}
.pb-4, .py-4	{	padding-bottom: 1.5rem !important;}
.pl-4, .px-4	{	padding-left: 1.5rem !important;}
.p-5			{	padding: 3rem !important;}
.pt-5, .py-5	{	padding-top: 3rem !important;}
.pr-5, .px-5	{	padding-right: 3rem !important;}
.pb-5, .py-5	{	padding-bottom: 3rem !important;}
.pl-5, .px-5	{	padding-left: 3rem !important;}
.m-n1			{	margin: -.25rem !important;}
.mt-n1, .my-n1	{	margin-top: -.25rem !important;}
.mr-n1, .mx-n1	{	margin-right: -.25rem !important;}
.mb-n1, .my-n1	{	margin-bottom: -.25rem !important;}
.ml-n1, .mx-n1	{	margin-left: -.25rem !important;}
.m-n2			{	margin: -.5rem !important;}
.mt-n2, .my-n2	{	margin-top: -.5rem !important;}
.mr-n2, .mx-n2	{	margin-right: -.5rem !important;}
.mb-n2, .my-n2	{	margin-bottom: -.5rem !important;}
.ml-n2, .mx-n2	{	margin-left: -.5rem !important;}
.m-n3			{	margin: -1.1rem !important;}
.mt-n3, .my-n3	{	margin-top: -1.1rem !important;}
.mr-n3, .mx-n3	{	margin-right: -1.1rem !important;}
.mb-n3, .my-n3	{	margin-bottom: -1.1rem !important;}
.ml-n3, .mx-n3	{	margin-left: -1.1rem !important;}
.m-n4			{	margin: -1.5rem !important;}
.mt-n4, .my-n4	{	margin-top: -1.5rem !important;}
.mr-n4, .mx-n4	{	margin-right: -1.5rem !important;}
.mb-n4, .my-n4	{	margin-bottom: -1.5rem !important;}
.ml-n4, .mx-n4	{	margin-left: -1.5rem !important;}
.m-n5			{	margin: -3rem !important;}
.mt-n5, .my-n5	{	margin-top: -3rem !important;}
.mr-n5, .mx-n5	{	margin-right: -3rem !important;}
.mb-n5, .my-n5	{	margin-bottom: -3rem !important;}
.ml-n5, .mx-n5	{	margin-left: -3rem !important;}
.m-auto			{	margin: auto !important;}
.mt-auto, .my-auto	{	margin-top: auto !important;}
.mr-auto, .mx-auto	{	margin-right: auto !important;}
.mb-auto, .my-auto	{	margin-bottom: auto !important;}
.ml-auto, .mx-auto	{	margin-left: auto !important;}

/* add 20250110 

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset; 
	-webkit-text-fill-color: white; 
	color: inherit !important; 
	-webkit-text-fill-color: #000000 !important;
}
*/

/*	--	LAYOUT	----------------------------------------------------------	*/
body > .wrap {
	margin: 0 auto;
	min-width:1350px;
}
.container {
	width: 1350px;
	margin: 0 auto;
}
.navbar {
	position:relative;
	z-index: 1001;
	top: 0;
	width: 100%;
}
.navbar .container {
	width:100%;
	background: #000;
	background-image: url(/live/top_bar_t.png);
	margin: 0 auto;
}
.navbar .toplink {
	overflow: visible;
	padding: 10px 10px 8px 10px;
	width: 1350px;
	height: 49px;
	margin: 0 auto;
}
.navbar .menuleft {
	/* width: 510px; */
	/* float: left; */
	/* margin-left: 50px; */
}
.navbar .menuright {
	/* width: 520px; */
	/* float: right; */
}
.navbar .menuleft ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	word-break: keep-all;
	padding-top: 0;
}
.navbar .menuright ul{
	word-break: keep-all;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}
.navbar .menuleft li {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	width: auto;
	color: #FFFFFF;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
.navbar .menuright li{
	position: relative;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	width: auto;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	background-size: 100% 100%;
	height: 48px;
	width: 140px;
	min-width: fit-content;
	background-image: url(/live/top_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.navbar .menuright li::after {
	content: '';
	display: block;
	width: 1%;
	height: 1%;
	background-image: url(/live/top_btn_hover.png);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}
body.hasHover .navbar .menuright  li:hover {
	background-image: url(/live/top_btn_hover.png);
}
.navbar .menuright li img { width:auto;}
.navbar .menuleft li a,
.navbar .menuright li a{
	color:inherit;
	text-align: center;
	display:block;
	line-height: 70px;
	font-family: var(--font-ff-heading);
	box-sizing: border-box;
	transform:rotate(-0.03deg);
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
.navbar .menuleft li a{
	padding: 0 12px;
	padding-left: clamp(12px, 2vw, 32px);
	padding-right: clamp(12px, 2vw, 32px);
	font-weight: 500;
}
.navbar .menuright li a{
	padding: 0 12px;
	padding-left: clamp(12px, 2vw, 24px);
	padding-right: clamp(12px, 2vw, 24px);
	font-weight: var(--font-fw-heading);
	font-size: 15px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.navbar .form-control.lang {
	font-size:11px;
	color:#fff;
	background-color:#000;
}
.navbar .form-control.lang.only_m {
	width: 110px;
	position: absolute;
	right: 10px;
	top: 10px;
}
body.hasHover .navbar .menuleft a:hover {
	height: 77px;
	padding-top: 7px;
	background-image: url(/live/top_nav_menu_bg_on.png);
	background-position: left bottom;
}
body.hasHover .navbar .menuright a:hover {
	/* height: 90px; */
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}

.menuright ul.list li {
	width: 48%;
	background: url(/live/notice_box_left_off.png) top center;
	background-repeat: no-repeat;
	height: 70px;
	-webkit-box-shadow: 3px 3px 10px 3px rgb(0 0 0 / 10%);
	box-shadow: 3px 3px 10px 3px rgb(0 0 0 / 10%);
	margin: 10px 0;
	box-sizing: border-box;
	color: #fff;
	padding: 13px 1px 1px 59px;
}

/*
.navbar .menuright  li.liveca {
	background-image: url(/live/top_btn_casino.png);
}
body.hasHover .navbar .menuright  li.liveca:hover,
.navbar .menuright  li.liveca.active {
	background-image: url(/live/top_btn_casino_hover.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.navbar .menuright  li.hotelca {
	background-image: url(/live/top_btn_hotel.png);
	height: 74px;
	width: 170px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
body.hasHover .navbar .menuright  li.hotelca:hover,
.navbar .menuright  li.hotelca.active {
	background-image: url(/live/top_btn_hotel_hover.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.navbar .menuright  li.slotga {
	background-image: url(/live/top_btn_slot.png);
	height: 74px;
	width: 170px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
body.hasHover .navbar .menuright  li.slotga:hover,
.navbar .menuright  li.slotga.active {
	background-image: url(/live/top_btn_slot_hover.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
*/



/* custom */
.navbar .nav-linkset {
	overflow: hidden;
	height: 80px;
	background-image: url(/live/top_bar.png);
	background-size: auto auto;
	background-position: center bottom;
}
.navbar .nav-linkset .nav-box {
	width:1400px;
	height: 72px;
	margin:0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.slide-box {
	overflow: hidden;
	width:100%;
	background: #000;
	position: relative;
}
.slide_leftbox {
	position: absolute;
	top: -3px;
	left: -2px;
	z-index: 997;
	max-width: 400px;
	width: 25vw;
	}
.slide_rightbox {
	position: absolute;
	top: -7px;
	right: 0px;
	z-index: 997;
	max-width: 400px;
	width: 25vw;
	}
.slide_rightcurtain {
	position: absolute;
	right: 0;
	z-index: 996;
	max-width: 650px;
	width: 40vw;
	}
.slide_leftcurtain {
	position: absolute;
	left: 0;
	z-index: 996;
	max-width: 650px;
	width: 40vw;
	}
.slide_rightcurtain img,
.slide_rightbox img,
.slide_leftcurtain img,
.slide_leftbox img {width:100%;height: 100%;}

@media (max-width:1636px) {
	.slide_leftcurtain {left: -80px;}
	.slide_rightcurtain {right: -80px;}	
}

@media (max-width:1356px) {
	.slide_leftcurtain {left: -10%;}
	.slide_rightcurtain {right: -80px;}	
	.slide_leftbox {top: -3px;left: -120px;}	
	.slide_rightbox {top: -7px;right: 0px;}
}
@media (max-width:1088px) {
	.slide_leftcurtain {left: -10%;}
	.slide_rightcurtain {right: -80px;}	
	.slide_leftbox {top: -4px;left: -120px;}	
	.slide_rightbox {top: -7px;right: 0px;}
}
/* END : custom */


.navbar .nav-linkset div ul > li span.icon_pic {
	opacity: 0;
	position: absolute;
	bottom: 0px;
	left: -24px;
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: 0px;
	z-index: 99999;
}
.navbar .nav-linkset div ul > li span {
	display: inline-block;
	text-shadow: 1px 1px 2px #000000d1;
	font-size: 1.1rem;
	font-weight: var(--font-fw-heading);
}
.navbar .nav-linkset div ul > li span:first-child { transform: translateY(0);}
body.hasHover .navbar .nav-linkset div ul > li:hover span:first-child { transform: translateY(0px);}
body.hasHover .navbar .nav-linkset div ul > li:hover span.icon_pic {
	opacity: 1;
	bottom: 10px;
	z-index: 98;
}
.navbar .nav-linkset .logos {
	/* float: left; */
	/* margin:6px 0 4px 0; */
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 5%);
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 320px;
	/* max-height: 280px; */
	min-height: 128px;
	filter: drop-shadow(0px -4px 8px #1e1d1bde);
}
.navbar .nav-linkset .logos a:hover { 
	filter: brightness(1.2);
}
.navbar img {
	height: 94%;
	width: auto;
	max-width: 100%;
	object-fit: scale-down;
	object-position: top;
}
.navbar .toplink .toplink-userbtn {
	padding: 9px 10px 0 0;
}
.btn-login {
	background-color:#7555d7;
	border-radius:6px;
	border:1px solid #5e43af;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-size:13px;
	font-weight:500;
	padding:6px 10px 4px;
	text-decoration:none;
}
body.hasHover .btn-login:hover {
	color: #FFFFFF;
	opacity: .85;
}
.btn-login:active {
	position:relative;
	top:1px;
}
.btn-join {
	background-color:#d0451b;
	border-radius:6px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	font-weight:500;
	padding:6px 10px 4px;
	text-decoration:none;
}
body.hasHover .btn-join:hover {
	color: #FFFFFF;
	opacity: .85;
	}
	.btn-join:active {
		position:relative;
		top:1px;
	}
	.btn-secondary {
		font-size: 11px;
		color: #fdeeba;
		text-shadow: 1px 0px 1px #432615;
	}
	.btn-secondary.logout {
		box-shadow: 0px 1px 0px 0px #b06044;
		background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
		background-color:#d0451b;
		border-radius:2px;
		border:1px solid #942911;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-size:11px;
		font-weight:bold;
		padding:5px 15px 4px;
		text-decoration:none;
		text-shadow:1px 1px 1px #661400;
	}
	.toplink_userinfo ul li .btn-secondary.logout {
		font-size: 14px;
		font-weight: normal;
		padding: 2px 4px 1px;
		border-radius: 8px 8px;
		box-shadow: none;
		vertical-align: middle;
		margin-top: -2px;
	}
	.toplink_userinfo ul li .btn-secondary.logout span { display: none;}
	.toplink_userinfo ul li .btn-login,
	.toplink_userinfo ul li .btn-join { font-size: 12px;}

.navbar .icon_menber {	height: 20px; width: auto; vertical-align: middle; margin: 0 4px 0 0;}
.navbar .toplink .toplink_userinfo .leftbox { width: 50%; float: left; text-align: left; padding-top:4px;}
.navbar .toplink .toplink_userinfo .rightbox { 
	width: 50%;
	float: right;
	text-align: right;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	padding-top: 3px;}
.navbar .toplink .toplink_userinfo .rightbox img {
	width: auto;
	margin: -1px 3px 0px 0px;
	vertical-align: middle;
}

.navbar .toplink .toplink_userinfo .rightbox .xi-x {
	line-height: 1.2rem;
}

.navbar .toplink .toplink_userinfo li {
	display:inline-block;
	color: rgb(255 255 255);
	font-size: 12px;
	padding: 0 8px 0 0;
	text-shadow: 0px 1px 3px #0000007a;
}
.navbar .toplink .toplink_userinfo li:last-child	{
	padding: 0;
}
.navbar .toplink .toplink_userinfo li.roundedlink a {
	border: 1px solid #beab7f;
	border-radius: 8px;
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	letter-spacing: -0.045rem;
	font-weight: normal;
	box-shadow: 0px 0px 2px 1px #72623d;
}
body.hasHover .navbar .toplink .toplink_userinfo li.roundedlink a:hover strong { color:#441d86;}
body.hasHover .navbar .toplink .toplink_userinfo li.roundedlink a:hover {
	background: #FFFFFF;
	color: #441d86;
	font-weight: 700;
}
.navbar .toplink .toplink_userinfo li strong {	color: rgba(255, 255, 255, 1);}
.navbar .toplink .toplink_userinfo li > i { 
	font-size: 14px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 2px;
	color: #FFF;
}
.navbar .toplink .toplink_userinfo li > i.xi-border {
	padding: 0.15em 0.2em 0.15em;
	border: 2px solid #eee;
	border-radius: 1em;
}
.main-visual.v1-slider > ul li {
	height: 40vw;
	max-height: 600px;
	background-size: cover;
}

.fontcolor_yellow {color:rgb(255 226 84) !important;}
.fontcolor_mint {color:rgb(44 255 158) !important;}

.main-visual.v1-slider .v_img_tx_tit {
	position: absolute;
	bottom: 7vw;
	right: 7vw;
	margin: 0 0;
	z-index: 999;
}
.main-visual.v1-slider .v_img_bg {
	margin: 0 auto;
	height: 40vw;
	width: auto;
	max-width: 1919px;
	max-height: 607px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.bg_shadow_dott {
	background: url(/live/bg_video_dott.png) top center;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.maincontent {
	background: url(/live/center_bg.jpg) top center;
	background-size: 100% auto;
	background-attachment: fixed;
}
.maincontent .btn-set-gamelist {
	width: 100%;
	box-sizing: border-box;
	background: url(/live/top_bar_line.png) top right;
	background-repeat: no-repeat;
	/* height: 280px; */
}
.maincontent .btn-set-gamelist ul {
	width: 1000px;
	margin: 0 auto;
	border-bottom: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.maincontent .btn-set-gamelist li a img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	-webkit-filter: drop-shadow(0px -5px 10px #000);
	filter: drop-shadow(0px -5px 10px rgba(0,0,0,0.6));
}
.maincontent .btn-set-gamelist li .opcOff {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 1;
}
.maincontent .btn-set-gamelist li .opcHover {
	z-index:100;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}
body.hasHover .maincontent .btn-set-gamelist li:hover .opcOff {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	opacity: 0.9;
	filter: brightness(1.50);
}
.maincontent .btn-set-gamelist li.active .opcHover {
	opacity: 1;
	z-index:99;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	margin-top:0;
}

.maincontent .btn-set-gamelist li {
	position: relative;
	z-index: 998;
	top: -8px;
	height: 278px;
	width: 278px;
	cursor: pointer;
}
.maincontent .btn-set-gamelist .banner_custom {	width:262px;}
.maincontent .btn-set-gamelist li a {
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	text-align: center;
}
.maincontent .btn-set-gamelist li a span {	display: none;}




@media (min-width:768px) {
	.maincontent .btn-set-gamelist ul.nav-tabs {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: row;
		border-bottom: unset;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1480px;
		margin: 0 auto;
		gap: 1.1rem;
		gap: clamp(4px, 1vw, 2rem);
	}
	.maincontent .btn-set-gamelist ul.nav-tabs.tabs-count-5 {
		gap: clamp(4px, 1vw, 1.1rem);
	}
	.maincontent .btn-set-gamelist ul.tabs-count-2 li {
		width: calc(100% / 2 - 8px);
		max-width: 350px;
		height: 45vw;
		max-height: 350px;
	}
	
	.maincontent .btn-set-gamelist ul.tabs-count-3 li {
		width: calc(100% / 3 - 8px);
		max-width: 300px;
		height: 31vw;
		max-height: 300px;
	}
	
	.maincontent .btn-set-gamelist ul.tabs-count-4 li {
		width: calc(100% / 4 - 8px);
		max-width: 300px;
		height: 24vw;
		max-height: 300px;
	}
	.maincontent .btn-set-gamelist ul.tabs-count-5 li {
		width: calc(100% / 5 - 12px);
		max-width: 280px;
		height: 22vw;
		max-height: 280px;
	}
	
}



.gamelist {
	width: 1350px;
	margin: 0 auto;
}
h1.game-title {
	text-align: center;
	width: 100%;
	margin: 0 auto 22px auto;
}
h1.game-title span {
	background: linear-gradient(to right, #220d81, #711172, #9c1fcd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: 44px;
	margin: 0 30px;
	letter-spacing: -1px;
}
h1.game-title > font.titlesubtext {
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
	margin: 15px auto 0 auto;
	font-size: 125%;
	color: #2a2378;
}
h1.game-title .titleboximg {	-margin-top: -26px;}

.gamelist .game-list-casino {text-align: center;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;}

.gamelist .game-list-casino .frame-border {
	background: url(/live/gamebox_border_off.png) top center no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position:relative;
	z-index: 8;
	-webkit-transition: all 0.5s 0s ease-in-out;
	-moz-transition: all 0.5s 0s ease-in-out;
	-o-transition: all 0.5s 0s ease-in-out;
	transition: all 0.5s 0s ease-in-out;
}
body.hasHover .gamelist .game_box_wrap > a:hover .frame-border {
	background: #000;
	background: url(/live/gamebox_border_on.png) top center no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s 0s ease-in-out;
	-moz-transition: all 0.5s 0s ease-in-out;
	-o-transition: all 0.5s 0s ease-in-out;
	transition: all 0.5s 0s ease-in-out;
}

.gamelist .game_box_wrap > a .content_img {
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0;
	margin-left: 0%;
	-webkit-transition: all 0.5s 0s ease-in-out;
	-moz-transition: all 0.5s 0s ease-in-out;
	-o-transition: all 0.5s 0s ease-in-out;
	transition: all 0.5s 0s ease-in-out;
}

body.hasHover .gamelist .game_box_wrap > a:hover .content_img {
	opacity: 1;
	background: #000;
	-webkit-transition: all 0.5s 0s ease-in-out;
	-moz-transition: all 0.5s 0s ease-in-out;
	-o-transition: all 0.5s 0s ease-in-out;
	transition: all 0.5s 0s ease-in-out;
}

.gamelist .game_box_wrap .gamePartnerLogo {
	z-index: 400;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}

.gamelist .game_box_wrap .gamePartnerLogo img {
	width: 100%;
	height: auto;
	opacity: 0;
	filter: brightness(0.30);
	-webkit-filter: brightness(0.30);
	-webkit-transition: all 0.5s 0s ease-in-out;
	-moz-transition: all 0.5s 0s ease-in-out;
	-o-transition: all 0.5s 0s ease-in-out;
	transition: all 0.5s 0s ease-in-out;
}
body.hasHover .gamelist .game_box_wrap > a:hover .gamePartnerLogo img {
	opacity: 1;
	filter: brightness(1);
	-webkit-filter: brightness(1);
	-webkit-transition: all 0.5s 0s ease-in-out;
	-moz-transition: all 0.5s 0s ease-in-out;
	-o-transition: all 0.5s 0s ease-in-out;
	transition: all 0.5s 0s ease-in-out;
}
.frame_bo_tit .over_title {
	color: #FFFFFF;
	font-size: 19px;
	line-height: 1;
	text-align: center;
	width: 100%;
	font-weight: var(--font-fw-heading);
	font-family: var(--font-ff-heading);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.frame_bo_tit {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 14px;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gamelist .game-list-casino > li {
	position: relative;
	width: 300px;
	height: 335px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 15px 30px;
	border-radius: 20px 20px;
	overflow: hidden;
}
.gamelist .game-list-casino .disable-repair a {	pointer-events: none; cursor:default;}
.gamelist .game-list-casino .disable-repair .frame-border { background-image: url(/live/gamebox_border_off_noti.png); }
.gamelist .game_box_wrap .disable-repair .gamePartnerLogo {}
.gamelist .game-list-casino .disable-repair .frame_bo_tit .over_title { opacity: 0.5; }

/*-------------------------------------------------------------------------------------------*/
/*  Hotel Only --- gamelist */
/*-------------------------------------------------------------------------------------------*/
#glist_hcasino .gamelist .game-list-casino > li {	width: 400px;	height: 340px;}
#glist_hcasino .gamelist .game-list-casino .frame-border {	background-image: url(/live/gamebox_border_off.png) !important;}
body.hasHover #glist_hcasino .gamelist .game_box_wrap > a:hover .frame-border {	background-image: url(/live/gamebox_border_on.png) !important;}
#glist_hcasino .gamelist .game-list-casino .disable-repair .frame-border {	background-image: url(/live/gamebox_border_off_noti.png) !important;}


/* -- GameBox -- */
body.hasHover .GameBox a:hover {
	opacity: 1;
}
.GameBox .modal-content {	background: none;}
.GameBox .modal-content .user_card {
	width: 100%;
	max-width:1280px;
	height: auto;
	padding: 0 0 10px 0;
}
.GameBox .modal-dialog {
	width: 90%;
	margin: 0 auto;
}
.GameBox .modal-dialog {
	top: 20px;
	width: 1270px
}

.GameBox .pop-header {
	padding: 15px 15px 11px 20px;
	margin: 0 0;
	text-align: center;
	background: rgba(252, 234, 187, 1);
	background: -moz-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 0.65) 50%, rgba(248, 181, 0, 0.64) 51%, rgba(251, 223, 147, 0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(50%, rgba(252, 205, 77, 0.65)), color-stop(51%, rgba(248, 181, 0, 0.64)), color-stop(100%, rgba(251, 223, 147, 0.3)));
	background: -webkit-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 0.65) 50%, rgba(248, 181, 0, 0.64) 51%, rgba(251, 223, 147, 0.3) 100%);
	background: -o-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 0.65) 50%, rgba(248, 181, 0, 0.64) 51%, rgba(251, 223, 147, 0.3) 100%);
	background: -ms-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 0.65) 50%, rgba(248, 181, 0, 0.64) 51%, rgba(251, 223, 147, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 0.65) 50%, rgba(248, 181, 0, 0.64) 51%, rgba(251, 223, 147, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
}
.GameBox .pop-header img {
	width: auto;
	height: 24px;
	display: inline-block;
	padding: 0 0;
	margin: -10px 0 0 0;
	display: inline-block;
	vertical-align: middle;
}
.GameBox .pop-header h2 {
	display: inline-block;
	font-size: 27px;
	font-family: var(--font-ff-heading);
	color: #FFFFFF;
	padding: 8px 0px;
	margin: 0 0;
	vertical-align: middle;
}
.GameBox .pop-header .close {
	float: right;
	color: #FFFFFF;
	opacity: 1;
	text-shadow: none;
	font-size: 30px;
	margin-top: -3px;
}
.GameBox hr.goldbar_top {
	height: 5px;
}
.GameBox .modal-content .user_card .contentScroll {
	height: 100%;
	overflow: auto;
	width: 98%;
	position: relative;
	z-index: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow-y: auto;
}
.GameBox .modal-content .user_card .gamelistbox {
	width: 98%;
	margin: 0 auto;
	list-style: none;
}
.GameBox .modal-content .user_card .gamelistbox li {
	width: 20%;
	box-sizing: border-box;
	padding: 10px 10px;
	float: left;
	text-align: center;
}

.GameBox .modal-content .user_card .gamelistbox li a {
	position: relative;
	border-radius: 7px;
	border: 1px solid #000000;
	border-image: linear-gradient(to right, #a36b00 0%, #fffa98 100%);
	border-image-slice: 1;
	border-width: 1px;
	display: block;
}

body.hasHover .GameBox .modal-content .user_card .gamelistbox li a:hover:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	box-shadow: 0px 0px 10px #fff245, 0px 0px 10px #fff245;
	transition: 0.5s;
}
.GameBox .modal-content .user_card .gamelistbox li a .btn_start {
	opacity: 0;
}
.GameBox .modal-content .user_card .gamelistbox li a .btn_title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 5px 0 15px 0;
	text-align: center;
	transition: all 0.75s;
	opacity: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,212,255,0) 100%);
}

.GameBox .modal-content .user_card .gamelistbox li a .btn_title font {
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 900;
	text-shadow: 1px 1px #000000;
}

body.hasHover .GameBox .modal-content .user_card .gamelistbox li a:hover img.gamethumb {
	opacity: 0.5;
}

body.hasHover .GameBox .modal-content .user_card .gamelistbox li a:hover .btn_title,
body.hasHover .GameBox .modal-content .user_card .gamelistbox li a:hover .btn_start {
	opacity: 1;
}

.GameBox .modal-content .user_card .gamelistbox li img {
	width: 100%;
	height: auto;
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.stroke-dotted {
	opacity: 0;
	stroke-dasharray: 4, 5;
	stroke-width: 1px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: spin 4s infinite linear;
	animation: spin 4s infinite linear;
	transition: opacity 1s ease, stroke-width 1s ease;
}

.stroke-solid {
	stroke-dashoffset: 0;
	stroke-dashArray: 300;
	stroke-width: 4px;
	transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.gamelistbox .btn_start .icon {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

body.hasHover .gamelistbox a:hover #play .stroke-dotted {
	stroke-width: 4px;
	opacity: 1;
}

body.hasHover .gamelistbox a:hover #play .stroke-solid {
	opacity: 0;
	stroke-dashoffset: 300;
}

body.hasHover .gamelistbox a:hover #play .icon {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.gamelistbox .btn_start #play {
	cursor: pointer;
	position: absolute;
	width: 35%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}


@media (max-width:992px) {
	.GameBox .modal-content .user_card .gamelistbox li {
		width: 25%;
	}
}
@media (max-width:768px) {
	.GameBox .modal-content .user_card .gamelistbox li {
		width: 33.333%;
	}
}
@media (max-width:576px) {
	.GameBox .modal-content .user_card .gamelistbox li {
		width: 50%;
	}
}
@media (min-width:576px) {
	.GameBox .modal-dialog {
		max-width: 100%;
		margin: 1.75rem auto;
	}
}

.game-article {
	padding: 70px 0;
	background: url(/live/center2_bg.jpg) top center;
	background-size: cover;
}

.game-article .article-box {
	width: 87%;
	margin: 0 6.4%;
}
.game-article .article-box ul.list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.game-article .article-box ul.list li {
	width: 48%;
	background: url(/live/notice_box_left_off.png) top center;
	background-repeat: no-repeat;
	height: 70px;
	-webkit-box-shadow: 3px 3px 10px 3px rgb(0 0 0 / 10%);
	box-shadow: 3px 3px 10px 3px rgb(0 0 0 / 10%);
	margin: 10px 0;
	box-sizing: border-box;

	color: #fff;
	padding: 13px 1px 1px 59px;

}
.game-article .article-box ul.list li:nth-child(2n) {
	background: url(/live/notice_box_right_off.png) top center;
	background-repeat: no-repeat;
	padding: 13px 1px 1px 13px;
}

body.hasHover .game-article .article-box ul.list li:hover {
background: url(/live/notice_box_left_on.png) top center;
	height: 70px;
}
body.hasHover .game-article .article-box ul.list  li:nth-child(2n):hover {
background: url(/live/notice_box_right_on.png) top center;
	height: 70px;
}

.game-article .article-box ul.list li a {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 15px 15px 10px 15px;
}

.game-article .article-box ul.list li:nth-child(2n)  a {
	padding: 15px 82px 10px 15px;
	text-align: right;
}

.game-article .article-box ul.list li a > span.list-date {
	font-size: 14px;
	position: absolute;
	right: 30px;
	top: 16px;
	font-weight: 200;
}
.game-article .article-box ul.list li:nth-child(2n) a > span.list-date {
	left: 21px;
	right: unset;
}

.game-article .article-box ul.list li a > i { width:40px; height: 40px; vertical-align: middle; margin-right: 10px; margin-top: -5px; background-size: contain;}
.game-article .article-box ul.list li a > i.icon-noti { background: url(/live/con_notice_alarm.png) center center;}
.game-article .article-box ul.list li a > i.icon-important { background: url(/live/con_notice_special.png) center center;}




/* ******* 
Best Game 
******** */
.wrap_bestgame { padding: 70px 0}
.wrap_bestgame .unslider { margin-top: 20px; overflow: hidden; /*max-height: 200px;*/}
.hotgame {}
.hotgame ul {}
.hotgame ul li {
	width: 90%;
	margin: 0 5%;
	padding: 10px 0 50px 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	float: none;
}
.hotgame ul li a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	border-radius: 70px 70px;
	padding: 15px;
	width: 22.22222%;
	-webkit-box-shadow: 3px 3px 10px 3px rgb(0 0 0 / 10%);
	box-shadow: 3px 3px 10px 3px rgb(0 0 0 / 10%);
	box-sizing: border-box;
}
.hotgame_media {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.hotgame_media .thumb {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50% 50%;
	float: left;
}
.hotgame_media .thumb img {	width: 100%; border-radius: 50% 50%;}
.hotgame_media .thumb p.game_icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 32px;
	height: 32px;
	background: #FFF;
	border:1px solid #DDDDDD;
	border-radius: 20px 20px;
	margin: -16px -13px 0 0;
	padding: 5px;
}
.hotgame_media .thumb p.game_icon > img {
	width: 100%;
}
.hotgame_media .bt_info {
	float: right;
	font-family: var(--font-ff-heading);
	text-align: center;
	padding: 0 0;
	margin: 0 auto;
	width: auto;
}
.hotgame_media .bt_info .game_genre {
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	border-radius: 15px 15px;
	padding: 4px 8px;
	margin: 0 auto 10px auto;
	text-transform: uppercase;
	display: inline-block;
	font-family: var(--font-ff-body);
}
.hotgame_media .bt_info > h3 {
	font-size: 18px;
	font-weight: 700;
}
.hotgame_media .bt_info > h3 span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	opacity: 0.75;
	margin-top: 5px;
}
.game_genre.casino { background: #5142fc; color: #FFFFFF;}
.game_genre.slot { background: #2f9b73; color: #FFFFFF;}
.wrap_bestgame .unslider-arrow {
	color: #2a2378;
	top: 40%;
}
.wrap_bestgame .unslider-nav ol li {
	background: #74748f;
	width: 14px;
	height: 14px;
}
.wrap_bestgame .unslider-nav ol li.unslider-active {
	background: #5142fc;
	width: 21px;
}



/* ---	FOOTER 	--- */
.footer-box {
	border-top: 1px solid #141414;
	background: url(/live/footer_logos_bg.jpg) top center;
}
.footer-box .logoset {
	padding: 50px 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.footer-box .logoset img {
	display: inline-block;
}
.footer-box .text-copyr {
	background: url(/live/footer_bg.jpg) top center;
	height: 227px;
	padding: 28px 0px;
	position: relative;
	overflow: hidden;
}
.footer-box .text-copyr .f_logo {
	float: left;
	width: 20%;
	text-align: center;	
	padding-top: 51px;
}
.footer-box .text-copyr .tx_footer {
	float: right;
	width: 78%;
	text-align: left;
	color: #ffffff;
	font-weight: 100;
	font-size: 10px;
	padding: 27px 0px 0px 21px;
	line-height: 120%;
}
.footer-box .text-copyr .tx_footer span {
	font-size: 12px;
	color: #FFFFFF;
}


/* POPUP MODAL */
.modal-content { word-break: keep-all;}
.modal-content.popup {
	position: absolute;
	background: rgba(0, 0, 0, 0.85) !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 7px;
	border: 1px solid #000000;
	border-image: linear-gradient(to right, #b87d20 0%, #fffa98 100%);
	border-image-slice: 5;
	border-width: 5px;
	z-index: 1001;
	min-height: 350px;
	width: 360px;
	top: 140px;
	left: 50%;
	margin-left: -180px;
}
.modal-content.popup .popup_header {
	width: 100%;
	min-height: 50px;
	padding: 15px 15px 11px 20px;
	margin: 0 0;
	text-align: left;
	background: rgba(252, 234, 187, 1);
	background: -moz-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, .65) 50%, rgba(248, 181, 0, .64) 51%, rgba(251, 223, 147, .3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(50%, rgba(252, 205, 77, .65)), color-stop(51%, rgba(248, 181, 0, .64)), color-stop(100%, rgba(251, 223, 147, .3)));
	background: -webkit-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, .65) 50%, rgba(248, 181, 0, .64) 51%, rgba(251, 223, 147, .3) 100%);
	background: -o-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, .65) 50%, rgba(248, 181, 0, .64) 51%, rgba(251, 223, 147, .3) 100%);
	background: -ms-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, .65) 50%, rgba(248, 181, 0, .64) 51%, rgba(251, 223, 147, .3) 100%);
	background: linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, .65) 50%, rgba(248, 181, 0, .64) 51%, rgba(251, 223, 147, .3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
	text-align: center;
}
.modal-content.popup .popup_header h2 {
	display: inline-block;
	font-size: 20px;
	font-family: var(--font-ff-heading);
	color: #fff;
	padding: 0 0;
	margin: 0 0 0 10px;
	vertical-align: middle;
	text-shadow: 1px 1px #7c510e;
}
.content-area {
	color: #FFFFFF;
	padding: 20px 20px 30px;
	height: 450px;
}
.content-area.scroll {
	overflow: auto;
	overflow-x: hidden;
}
.modal-content.popup .popup_footer {
	min-height: 35px;
	overflow: hidden;
	padding: 10px 10px 5px 10px;
	background: #202020;
}
.popup_footer .custom-checkbox {
	float: left;
	font-size: 12px;
	margin-top: 3px;
}
.popup_footer .custom-checkbox .custom-control-label { color: #BBBBBB;}
.popup_footer button.btn {
	float: right;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
	border: 1px solid #000000;
	background: #404040;
	color: #AAAAAA;
}

@media only screen and (max-width:991.98px)    {    .modal-content.popup { top: 60px;}    }
@media only screen and (max-width: 480px)    {    .modal-content.popup { top: 75px;}    }
@media only screen and (max-width:320.98px)    {    .modal-content.popup { width: 300px; margin-left: -150px;}    }


/* GameBox */
.GameBox .nav {
	background: #4a3f26;
	border-top: 1px solid #372f1c;
	border-bottom: 1px solid #372f1c;
	overflow: hidden;
}
.GameBox .nav .nav-link {
	color: #DDDDDD;
	padding:8px 20px;
	border-radius: 20px 20px 20px;
	font-size: 14px;
	border: none !important;
}
.GameBox .nav-tabs li a {
	display: inline-block;
	font-family: var(--font-ff-body);
}
.GameBox .nav-tabs li.active a {
	color: #FFFFFF;
	padding:8px 20px;
	border-radius: 20px 20px 20px;
	font-size: 14px;
	background-color: #ac8d3b;
	border: none !important;
}
body.hasHover .GameBox .nav-tabs li.active a:hover {	font-weight: normal;}
.GameBox .modal-content .user_card .contentScroll { height:auto; overflow: hidden;}

/* ANIMATION CSS - main Visual and a tag hover */
.main-visual {
	position: relative;
	height: 607px;
	height: 40vw;
	max-height: 600px;
	margin-top: 0px;
	z-index: 1;
	overflow: hidden;
}


/*-------------------------------------------------------------------------------------*
*  공지팝업                                                                           *
*-------------------------------------------------------------------------------------*/
.notice_popup1 {position:absolute; z-index:1000000000; top:150px; left:350px;}
.notice_popup_wrap {float:left; }
.notice_popup_btn_wrap {float:right;}
.notice_popup_btn_wrap ul li {float:left; margin:0 0 0 5px;}
.notice_popup_btn {float:right; background:#ba9358; min-width:60px; height:36px; line-height:36px; padding:0 15px 0 15px; text-align:center; display:inline-block; color:#000000; font-size:14px; font-weight:600;}
.notice_popup_box {float:left; height:500px; background:#000000; border:2px solid #ba9358; background:#111111;}
.notice_popup_text {float:left; width:100%;}
.notice_popup_font1 {float:left; width:100%; font-family: var(--font-ff-body); font-size:22px; letter-spacing:-1px; font-weight:700; color:#ffffff; line-height:40px;}
.notice_popup_font2 {float:left; width:100%; font-family: var(--font-ff-body); font-size:16px; letter-spacing:-1px; font-weight:400; color:#d4d4d4; line-height:28px;}




/* add */
.rightbox .iconadd {    
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.rightbox .iconadd i {
	font-size: 1.1.1rem;
	margin-right: 4px;
	line-height: 0.2rem;
}

.table_mt_6px {margin-top: 6px;}	
.modalbox_add01 th {vertical-align:middle;	height:35px;}
.modalbox_add01 td {vertical-align:middle;	height:35px;}

.noticeuicon { font-size: 1.2rem;	vertical-align: middle;}
.uicon_line_0 {line-height: 0px;}

.user-linkset {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #303030;
	width: 96%;
	margin: 0% 2% 2%;
}
.user-linkset li {
	color: #c3b5ba;
	background: #242424;
	padding: 8px 0;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	line-height: 1;
	flex: 1 1 0;
	font-size: 13px;
}
.user-linkset li + li {
	border-left: 1px solid #303030;
}





/* site language dropdown */
.select_lang {
	position: relative;
}
.dropdown {
	display: inline-block;
	color: #ffffff;
}
.dropdown img {
	max-width: 100%;
	max-height: 100%;
}
.dropbtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 1.1rem;
	background-color: #4e2a0f;
	color: #FFFFFF;
	padding: 0 4px 0 8px;
	font-size: 13px;
	border: 1px solid;
	border-color: transparent;
	border-radius: 6px;
	width: fit-content;
	max-width: 150px;
	height: 28px;
	text-align: left;
}
.dropbtn .lang-select-tx {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
}
.dropbtn img {
	width: 20px;
	height: 20px;
}
/* .dropdown:hover .dropdown-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
} */
.dropdown-content.show {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.dropdown-content {
	display: none;
	margin-top: 0;
	margin-left: 0;
	overflow: hidden;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
	color: #ffffff;
	font-size: 12px;
	width: fit-content;
	min-width: 100px;
	max-width: fit-content;
	border-radius: 6px 6px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.52);
	z-index: 1;
	text-align: left;
}
.dropdown-content a {
	display: inline-flex;
	justify-content: flex-start;
	gap: 0.5rem;
	width: 100%;
	min-width: max-content;
	padding: 6px 10px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	align-items: center;
}
.dropdown-content a:first-child { padding-top: 12px;}
.dropdown-content a:last-child { padding-bottom: 10px;}
.dropdown-content a img {
	width: 18px;
	height: 18px;
}
.dropdown-content a:hover {
	background-color: #5D5D5D;
	color: #ffffff;
}
.dropdown:hover .dropbtn {
	background-color: #7c3a10;
	border-color: #3e200a;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.dropdown-content {
		right: 0;
	}
}



.cont_bottom	{
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000d6 35%, #000000d6 75%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	padding: 40px 0 45px;
	border-bottom: 1.5px solid transparent;
	border-top: 1.5px solid transparent;
	border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 10%, #8b7814 50%, rgba(0, 0, 0, 0) 90%) 1;
}
.cont_bottom_inner	{
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
}

.cont_bottom a  {color:#fff}

/* board */
.board_wrap	{
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 0px 12px 0;
}
.board_title	{
	position: relative;
	width: 100%;
	height: 126px;
	text-align: center;
	margin-bottom: 22px;
}
.board_title img	{
	height: 100%;
}
.board_title::before, .board_title::after	{
	content: "";
	position: absolute;
	display: inline-block;
	width: 80px;
	height: 19px;
	background-repeat: no-repeat;
	top: 19px;
}
.board_title::before	{
	left: 0;
}
.board_title::after	{
	right: 0;
	transform: rotate(-180deg);
}
.board_wrap .inner_wrap	{
	width: 100%;
	height: 290px;
	padding: 10px;
	border: 1px solid #0a0e13;
	background: linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0, 0, 0) 50%, rgb(0 0 0 / 50%) 100%);
	border: 2px solid transparent;
	border-image: linear-gradient(90deg, #ffd6ab, #ffffff00, #fb009400, #fb009400, #7c6248) 1;
}
.board_wrap .inner_wrap .list	{
	width: 100%;
}
.board_wrap .inner_wrap .list a	{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.inner_wrap .list.notice span	{
	display: inline-block;
	width: 30%;
	text-align: right;
	font-size: 14px;
	font-weight: 300;
}
.inner_wrap .list.notice span:nth-child(1)	{
	width: 70%;
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.nt_wrap	{
	width: 510px;
	padding: 0 0px 0;
}
.nt_wrap .inner_wrap .list li	{
	padding: 8px 15px 8px 10px;
}
.nt_wrap .inner_wrap .list li a::before	{
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 100%;
	background-color: #fff;
	vertical-align: top;
	margin: 1px 8px 0 0;
}
.dw_wrap	{
	width: calc(100% - 510px);
	padding: 0;
	margin-left: 30px;
}
.dw_wrap .inner_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.dw_wrap .inner_wrap .list	{
	width: 50%;
}
.inner_wrap .list .sticker	{
	display: inline-block;
	width: 38px;
	height: 20px;
	line-height: 18px;
	border-radius: 4px;
}
.inner_wrap .list.withdraw .sticker	{
	background: #8555d7;
	border: 1px solid #7d00ff;
}
.inner_wrap .list.deposit .sticker	{
	background: #674f02;
	border: 1px solid #9a8066;
}
.dw_wrap .inner_wrap .list li	{
	padding: 8px 10px;
}
.dw_wrap .inner_wrap .list li:nth-child(odd)	{
	background-color: #262b30;
}
.dw_wrap .inner_wrap .list span	{
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
}
.dw_wrap .inner_wrap .list span:nth-child(1)	{
	width: 12%;
	font-size: 12px;
}
.dw_wrap .inner_wrap .list span:nth-child(2)	{
	width: calc(28% - 10px);
	text-align: left;
	padding-left: 10px;
}
.dw_wrap .inner_wrap .list span:nth-child(3)	{
	width: calc(30% - 0px);
	padding-left: 10px;
	text-align: left;
}
.dw_wrap .inner_wrap .list span:nth-child(4)	{
	width: calc(30% - 0px);
	padding-left: 4px;
	padding-right: 4px;
	text-align: right;
}


@media (max-width: 1024px) {
	.board_wrap {
	    display: flex;
	    flex-direction: column;
	    align-items: center;}
	.nt_wrap	{
	width: 100%;
	padding: 0px;
	}

	.dw_wrap {
    width: calc(100% - 0px);
    padding: 0;
    margin: 50px 0px 10px;
    height: auto;
    }
		.footer-box .logoset {
		padding: 30px 0;	
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-box .logoset img {
		width: 45% !important;
	}
}

@media (max-width: 786px) {
	.dw_wrap .inner_wrap {
    display: flex;
    flex-direction: column;
    height: auto;}

	.dw_wrap .inner_wrap .list {
    width: 100%;
    margin-bottom: 12px;
    }

	.board_title img {
    height: 90%;
    }	
	.board_title {
    width: 100%;
    height: 110px;
    margin-bottom: 0px;
}
}


@media (max-width: 420px) {
.board_wrap .inner_wrap	{
	height: auto;
}
	.board_title {
    margin-bottom: 0px;
    height: 100px;
}

	    .board_wrap {
    padding: 0px 12px;
    }
	.inner_wrap .list.notice span {font-size: 12px;}
	.inner_wrap .list.notice span:nth-child(1) {
    font-size: 12px;
}


}


.promo {width: 90px;
    margin: 0px 0px 0px -4px;
    filter: drop-shadow(0px 0px 2px #000);}


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

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

.nav-box a {font-weight: 600;}