@charset "UTF-8";

/*
***************************************************
BASE
***************************************************
*/
:root	{
	--btype-ff-body: 'SCoreDream', 'Gmarket Sans', sans-serif;
	--btype-ff-heading: 'Gmarket Sans', 'Pretendard', sans-serif;
}

/*-------------------------------------------------------------------------------------------*/
/* 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: 1rem;	overflow: auto}
figure	{	margin: 0 0 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]	{	-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;	-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(--btype-ff-body);
	background: #241e10;
}
body	{
	color:#5a4c2f;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
/* 	-webkit-transition: all 0.5s 0s ease-in, all 0.5s 0s ease-out;
	-moz-transition: all 0.5s 0s ease-in, all 0.5s 0s ease-out;
	-o-transition: all 0.5s 0s ease-in, all 0.5s 0s ease-out;
	transition: all 0.5s 0s ease-in, all 0.5s 0s ease-out;
*/
}
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: 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(--btype-ff-heading);
}
@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 1rem rgba(0, 0, 0, .15) !important	}
.shadow-lg	{	box-shadow: 0 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;	}

.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: 1rem !important;}
.mt-3, .my-3	{	margin-top: 1rem !important;}
.mr-3, .mx-3	{	margin-right: 1rem !important;}
.mb-3, .my-3	{	margin-bottom: 1rem !important;}
.ml-3, .mx-3	{	margin-left: 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: 1rem !important;}
.pt-3, .py-3	{	padding-top: 1rem !important;}
.pr-3, .px-3	{	padding-right: 1rem !important;}
.pb-3, .py-3	{	padding-bottom: 1rem !important;}
.pl-3, .px-3	{	padding-left: 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: -1rem !important;}
.mt-n3, .my-n3	{	margin-top: -1rem !important;}
.mr-n3, .mx-n3	{	margin-right: -1rem !important;}
.mb-n3, .my-n3	{	margin-bottom: -1rem !important;}
.ml-n3, .mx-n3	{	margin-left: -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;}



/*	--	LAYOUT	----------------------------------------------------------	*/
body > .wrap {
	margin: 0 auto;
    min-width:1350px;
}
.container {
	width: 1350px;
	margin: 0 auto;
}
.navbar {
	position:relative;
	z-index: 999;
	top: 0;
	width: 100%;
}
.navbar .container {
	width:100%;
	background: #000;
	background-image: url(../assets/images/content/main/top_bar_t.png);
	margin: 0 auto;
}
.navbar .toplink {
	overflow: hidden;
	padding: 10px 10px 8px 10px;
	width:1350px;
	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;
    justify-content: flex-end;
	color: #fff;
}
.navbar .menuleft ul {
	word-break: keep-all;
	padding-top: 0px;
}
.navbar .menuright ul{
	word-break: keep-all;
}
.navbar .menuleft li {
	font-size: 15px;
	font-weight: bold;
	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;
}
.navbar .menuright li{
	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;
}
.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(--btype-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-left: 35px;
	padding-right: 35px;
	padding-top: 7px;
	font-weight: 500;
}
.navbar .menuright li a{
	padding-left: 22px;
	padding-right: 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 75px; /* */
}
.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;
	font-weight: 700;
	padding-top: 7px;
	background-image: url(../assets/images/content/main/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(../assets/images/content/main/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(../assets/images/content/main/top_btn_casino.png);
    height: 74px;
    width: 170px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
body.hasHover .navbar .menuright  li.liveca:hover,
.navbar .menuright  li.liveca.active {
    background-image: url(../assets/images/content/main/top_btn_casino_hover.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.navbar .menuright  li.hotelca {
    background-image: url(../assets/images/content/main/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(../assets/images/content/main/top_btn_hotel_hover.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.navbar .menuright  li.slotga {
    background-image: url(../assets/images/content/main/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(../assets/images/content/main/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(../assets/images/content/main/top_bar.png);
	background-size: auto auto;
	background-position: center bottom;
}
.navbar .nav-linkset .nav-box {
	width:1350px;
	height: 80px;
	margin:0 auto;
	overflow: hidden;
}
.slide-box {
	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;}
.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;
	max-width:260px;
	height:67px;
}

.navbar .nav-linkset .logos a:hover { 
	filter: brightness(1.2);} /* */


.navbar img { height: 96%; width: auto; max-width: 100%;}
.navbar .toplink .toplink-userbtn {	padding: 9px 10px 0 0;}
.navbar .toplink .toplink-userbtn .btn-login {}
.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;
	}

.navbar .toplink .toplink-userbtn .btn-join {}
	.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:5px 10px 5px;
		text-decoration:none;
	}
body.hasHover .btn-join:hover {
	color: #FFFFFF;
	opacity: .85;
	}
	.btn-join:active {
		position:relative;
		top:1px;
	}
.navbar .toplink .toplink-userbtn .btn-secondary {}
	.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 { 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-weight: bold;
	font-size: 12px;
	padding: 0 8px 0 0;
	text-shadow: 0px 1px 3px #0000007a;
}
.navbar .toplink .toplink_userinfo li:last-child { padding: 0 0;}
.navbar .toplink .toplink_userinfo li.roundedlink a {
	border: 2px solid #FFFFFF;
	border-radius: 20px;
	padding: 4px 10px 4px 10px;
    color: #FFFFFF;
    letter-spacing: -1px;
}
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(../assets/images/content/main/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(../assets/images/content/main/center_bg.jpg) top center;
	background-size: 100% auto;
    background-attachment: fixed;
}
.maincontent .btn-set-gamelist {
	width: 100%;
    box-sizing: border-box;
	background: url(../assets/images/content/main/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;
	float: left;
	height: 320px;
	width:320px;
	top: -10px;
	cursor: pointer;
	z-index: 998;
}
.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;}
.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(../assets/images/content/main/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(../assets/images/content/main/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: 20px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	font-weight: 700;
	font-family: var(--btype-ff-heading);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.frame_bo_tit {
	width: 100%;
	height: 35px;
	position: absolute;
	bottom:21px;
	text-align: center;
	opacity: 1;
}
.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(../assets/images/content/main/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(../assets/images/content/hotel/gamebox_border_off.png) !important;}
body.hasHover #glist_hcasino .gamelist .game_box_wrap > a:hover .frame-border {	background-image: url(../assets/images/content/hotel/gamebox_border_on.png) !important;}
#glist_hcasino .gamelist .game-list-casino .disable-repair .frame-border {	background-image: url(../assets/images/content/hotel/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(--btype-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%;
	}
	/*
	#glist_hcasino .frame_bo_tit {
	    background: url(/assets/images/content/img_photo_fx.png) bottom center no-repeat;
		height: 41px;
		top: 0px;
	}
	#glist_hcasino .frame_bo_tit .over_title {
	    line-height: 43px;
	}
	*/
}
@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;
	}
}

/* ******* 
Notice 
******** */
/*
.game-article {	overflow:hidden;	background: #060503;	background: #000;}
.wrap-notice {	width:380px;	float: left;}
.wrap-faq {	width: 380px;	float: left;	margin: 0 0;}
#tb_faqview { margin-top:0.65rem;}
.wrap-money {	width:390px;	float: left;	margin: 0 0 0 45px;}
.wrap-messenger {	width: 380px;	float: left;	background: #1e2127;	border: 1px solid #2b2f35;	margin-top: 68px;}
.wrap-messenger ul li {	border-bottom: 1px solid #2b2f35;	padding: 14px 25px;}
.wrap-messenger ul li:last-child {	border-bottom: none;	background: #2e3339;}
.wrap-messenger ul li span {	float: right;	display: inline-block;	margin-top: 13px;	color: #FFFFFF;	font-weight: bold;}
.game-article .article-tit {	text-align: center;	width: 100%;	padding: 0 0;	margin: 0 auto 10px auto;	overflow: hidden;}
.game-article .article-box {	background: url(/assets/images/content/article-bg.png) 0px 0px;	background-repeat: repeat-x;	overflow: hidden;}
.btn_more {	float: right;	color: #FFFFFF;}
.btn_more span {	display: inline;	padding: .15em .7em .2em;	font-size: 65%;	line-height: 1;	text-align: center;	white-space: nowrap;	vertical-align: baseline;	border-radius: .25em;}
.article-box ul.list {	clear: both;	margin:10px 10px;}
.article-box ul.list li {	list-style: none;	font-size: 13px;	background: url(/assets/images/content/icon_bull.png) 5px center;	background-repeat: no-repeat;	padding: 1px 0 0 17px;	color:#e5e5e5;}
.article-box ul li a {	display: block;	padding: 9px 10px 8px 2px;	color: #e5e5e5;}
body.hasHover .article-box ul li a:hover {	color: #ffea55;}
.article-box ul li a .category {	font-size: 11px;	opacity: 0.7;	min-width: 61px;	margin-right: 4px;	display: inline-block;}
.article-box ul li .list-date {	float: right;	font-size: 11px;	opacity: .7;}

.switcher {	display: block;	padding: 0px 0px; background: #1f2833; border-radius: 2px; width: 200px; border-radius: 4px;	border: solid 1px #070a0e;	position: relative; margin: 8px auto; overflow: hidden;}
.switcher_input {	display: none;}
.switcher_label {float: left;width: 50%;font-size: 11px; line-height: 20px;color: #AAAAAA;text-align: center;cursor: pointer;position: inherit;z-index: 10;transition: color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);will-change: transform;margin-bottom: 0px;}
.switcher_toggle {position: absolute;float: left;height: 18px;width: 50%;font-size: 11px;line-height: 30px;cursor: pointer;background-color: #34b934;border-radius: 4px;left: 1px;top: 1px;transition: left 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);will-change: transform;}
.switcher_input:checked + .switcher_label {color: #fff;}
.switcher_input--yang:checked ~ .switcher_toggle {left:102px;background-color: #eb8e0a;}

.label {display: inline;padding:0 4px;font-size: 85%;line-height: 1;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;text-shadow: 1px 1px rgba(0, 0, 0, .5);}
.label-withdraw {background: #eb8e0a;color:#FFFFFF;}
.label-deposit {background: #34b934;color:#FFFFFF;}
.label-success {background: #337ab7;color:#FFFFFF;}
.label-info {background: #888888;color:#FFFFFF;}
.label-primary {background: #b78a22;color:#FFFFFF;}

.list-money {width: 100%;}
.article-box ul.list li:nth-child(even),.list-money tr:nth-child(even) {background-color: none}
.article-box ul.list li:nth-child(odd),.list-money tr:nth-child(odd) {background-color: rgba(255, 255, 255, 0.1);}
.list-money td {color: #e5e5e5;font-size: 13px;padding: 9px 0;text-align: left;}
.list-money td.labelbox {padding-left: 25px;}
.list-money td.time {font-size: 11px;opacity: 0.8;width: 80px;}
.list-money td.userid {}
.list-money td.cost {font-weight: bold;text-align: right;padding-right: 25px;}
.list-money td.cost .xi-won {font-size: 11px;font-weight: normal;}
*/

.game-article {
	padding: 70px 0;
    background: url(../assets/images/content/main/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(../assets/images/content/main/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(../assets/images/content/main/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(../assets/images/content/main/notice_box_left_on.png) top center;
    height: 70px;
}
body.hasHover .game-article .article-box ul.list  li:nth-child(2n):hover {
 background: url(../assets/images/content/main/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(../assets/images/content/icon_notice_alarm.png) center center;}
.game-article .article-box ul.list li a > i.icon-important { background: url(../assets/images/content/icon_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(--btype-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(--btype-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(../assets/images/content/main/footer_logos_bg.jpg) top center;
}
.footer-box .logoset {
	padding: 50px 0;
	text-align: center;
	overflow: hidden;
}
.footer-box .logoset img {
	display: inline-block;
}
.footer-box .text-copyr {
    background: url(../assets/images/content/main/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-weight: 700;
	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(--btype-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;}    }




/* 셀렉트바(언어팩)-이미지삽입 */
/*
select.lang option[value="kor"]		{ background-image:url(/assets/images/content/flag-kor.png);}
select.lang option[value="eng"]		{ background-image:url(female.png); }
select.lang option[value="thai"]	{ background-image:url(others.png); }
*/




/* GameBox */
.GameBox .nav {
	background: #4a3f26;
    border-top: 1px solid #372f1c;
    border-bottom: 1px solid #372f1c;
	overflow: hidden;
}
.GameBox .nav.nav-tabs{}
.GameBox .nav .nav-item {}
.GameBox .nav .nav-item.nav .nav-link {}
.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(--btype-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.nav-item a:hover {}
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;
}



/* POWERBALL */
/*
.main-visual.pball {height: 325px;margin-top: -165px;background: #000000 url(/assets/images/content/main-visual-pt-poerball.jpg) top center no-repeat;}
.pb_btn_set { text-align: center; margin-bottom: 50px;}
.pb_btn_set > .btn {width: 267px;height: 77px;background: url(/img/img_btn_pball.png);border-radius: 0 0;border:none;margin: 0 0;}
body.hasHover .pb_btn_set > .btn:hover,.pb_btn_set > .btn.select {	background: url(/img/img_btn_pball_hover.png);}
.pb_btn_set > .btn font {background: #E8F00E;background: linear-gradient(to top, #fbff00 0%, #FFFACC 50%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 22px;font-weight: bold;text-shadow: none;}
.pb_btn_set_m { text-align: center; margin-bottom: 0px;}
.pb_btn_set_m > .btn {width: 150px;height: 43px;background: url(/img/img_btn_pball_m.png);border-radius: 0 0;border:none;margin: 0 0;}
body.hasHover .pb_btn_set_m > .btn:hover,.pb_btn_set_m > .btn.select {	background: url(/img/img_btn_pball_hover_m.png);}
.pb_btn_set_m > .btn font {background: #E8F00E;background: linear-gradient(to top, #fbff00 0%, #FFFACC 50%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 20px;font-weight: bold;text-shadow: none;}
body.scroll #cart_fix {	top:50px;}
#cart_fix,.fixed_box {width: 370px;padding: 10px 10px;background: url(/assets/images/content/mvp-01-tab_bg.png);background-size: 100% auto;}
.fixed_box .wrap_border {padding:10px 10px;background:rgba(0,0,0,0.65);overflow: hidden;border: 1px solid #000;}
.cart_box > table {width:94% !important;margin:0 auto;}
.cart_box > table td {word-break: keep-all;padding:4px 4px;}
.cart_box > table td:first-child	{ font-size:12px;}
.cart_box > table.tb_deposit	{ margin-top: 5px;}
.cart_box > table.tb_deposit td	{ padding: 1px 1px;}
.cart_box > table.tb_btn td	{ padding: 1px 1px;}
.cart_bet td {padding:7px 10px 10px 13px;}
*/


/*-------------------------------------------------------------------------------------*
 *  공지팝업                                                                           *
 *-------------------------------------------------------------------------------------*/
.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(--btype-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(--btype-ff-body); font-size:16px; letter-spacing:-1px; font-weight:400; color:#d4d4d4; line-height:28px;}


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




/* add */

.rightbox .iconadd {    
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;}
.rightbox .iconadd i {
	font-size: 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;}	