@font-face {
	font-family: "CustomFont";
	src: url("../fonts/Song_Myung/SongMyung-Regular.ttf");
}

@font-face {
	font-family: "IcoMoon";
	src: url("../fonts/IcoMoon-Free.ttf");
}

@font-face {
	font-family: "GothicA1";
	src: url("../fonts/Gothic_A1/GothicA1-Black.ttf");
}





html, body {
	background: rgb(247,242,225);
	background: linear-gradient(90deg, rgba(247,242,225,1) 0%, rgba(255,253,245,1) 50%, rgba(244,240,225,1) 100%);
	background:white;
 }

 #webPage {
	position: relative;
	min-height: 100%;
	background: #1e1d23 !important;
 }

.header {
	width: calc(100%)!important;
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #fff;
}

.header .headerWrapper {
	padding-left: 16px;
	display: none;
	overflow-x:auto;
	overflow-y:hidden;
	background-color: #1e1d23 !important;
	border-bottom: 1px solid #cbac06;
}

.header .headerWrapper .home_notice {
	display: none;
}

.header .headerWrapper .rightZone {
	margin-left: auto;
	padding-left: 0;
	padding-right: 12px;
}

.LeftContent.webLeftContent{
	display: none;
}

.LeftContent:hover{
	width: 250px;
}

.header .menu-icon {
	padding-left: 16px;
	margin-right: auto;
}

.mobile-header {
	padding-right: 16px;
	width: 100%;
}

.mobile-header .header-title{
	padding-right: 16px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #DAB896;
}

.container {
	width: calc(100% - 32px);
	display: flex;
	margin-top: 50px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 12px;

	flex-direction: column;
	border-radius: 8px;
}

.id-container {
	color: #6A7391;
	font-size: 16px;
	font-weight: bold;
	margin: 4px;
	padding: 16px 8px;
}

#userID {
	color: #6A7391;
	font-size: 16px;
	font-weight: bold;
	margin: 4px;
	/* flex: 1 1 30%; */
	max-width: 100%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	margin-right: auto;
	display: flex;
	align-items: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#userID span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	max-width: 10rem;
}

#userID img{
	height: 36px;
	margin-right: 8px;
}


.container .button-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	min-width: 170px;
	margin-left:4px;
	margin-right: 4px;
}

.container button {
	position: relative;
	width: 128px;
	padding: 8px 16px 10px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	/* margin: 8px; */
}

.logoutBtn {
	background-color: #DF4242 !important;
	color: var(--txtColor02)!important;
	transition: .4s ease-out;
	cursor: pointer;
	/* border-radius: 8px !important; */
}

.partnerBtn {
	background-color: #94A9D1 !important;
	color: var(--txtColor02)!important;
	transition: .4s ease-out;
	cursor: pointer;
	/* border-radius: 8px !important; */
}

.container .logout-button {
	/* background-color: #DF4242; */
	background-color: #856e6e;
	color: #fff;
	font-weight: bold;
	padding-left: 19px;
	margin-right: -6px;
	display: flex;
	justify-content: center;
	width: 18px;
	position: fixed;
	top: 8px;
	z-index: 9;
	right: 27px;
	height: 32px;
	background: linear-gradient(to bottom, #f2d09b 0%,#dbb897 40%,#8e7054 100%);
}

#footer-mobile .home {
	color: #fff;
}

#footer-mobile .home-btn {
	height: 15.2vw;
	position: absolute;
	width: 15.2vw;
	left: 50%;
	top: -10px;
	border-radius: 50%;
	z-index: -1;
	background: linear-gradient(to bottom, #f2d09b 0%,#dbb897 40%,#8e7054 100%);
	transform: translateX(-50%);
}

.container .partner-button {
	background-color: #7ccd81;
	/* background-color: #94A9D1; */
	color: #fff;
	font-weight: bold;
	padding-left: 32px;
	margin-right: 4px;
	display: flex;
	justify-content:center;
	width: 104px;
}
.container .partner-button .custom-icon.partner-white,
.container .logout-button .custom-icon.logout {
	position: absolute;
	left: 11px;
	top: 4px;
}

.container .logout-button .custom-icon.logout {
	left: 6px;
}

.container .partner-button .custom-icon.partner-white {
	left: 9px;
}

.container .money-container {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding:4px;
}

.container .money-container .moneyZone {
	display: flex;
	align-items: center;
	flex:1;
	/* background-color: #ffffff; */
	color: #fff;
	/* color: var(--txtColor66); */
	/* box-shadow: 0px 4px 4px rgba(132, 132, 132, 0.16); */

	padding: 8px;	
	font-size: 14px;
	font-weight: bold;
	border-radius: 8px;

	border: 1px solid #ffffff;
	background: #38393c;
	box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #818181bf;
	/* margin: 4px; */
}

.moneyZone .pointBtn {
	color: var(--txtColor02);
	padding: 5px 8px;
	background-color: var(--btnColor028);
	border-radius: 20px;
	margin-left: auto;
	display: flex;
	align-items: center;
	white-space: nowrap;
	cursor: pointer;
	transition: .3s all ease-out;
	border: 0px;
	font-size: 12px;
	width: 42px;
}

.container .money-container .moneyZone:first-child {
	margin-right: 2px;
}

.container .money-container .moneyZone:last-child {
	margin-left: 2px;
}

.moneyZone.notif-message {
	position:relative;
}

.moneyZone .notification{
	position: absolute;
	top: 0px;
	left: 14px;
	color: #fff !important;
	font-size:12px !important;
	background-color: red;
	height: 16px;
	padding: 2px 4px;
	border-radius: 8px;
}
.container .smpa {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	margin-left: 4px;
	margin-right: 4px;
	text-align: center;
	background: #dd4a4a;
	color: #fff;
	border-radius: 8px;
	font-weight: bold;
	border: 1px solid rgb(248 219 219 / 85%);
	box-shadow: 0px 4px 5px #cca7a759,
}

.LeftContent.webLeftContent .titleName {
	margin-left: 20px;
	/* margin-bottom: 16px; */
	display: flex;
	align-items: center;
	margin-left: 40%;
	transform: translateX(-50%);
}

.LeftContent.webLeftContent .titleName a{
	width: 100%;
	height: 100%;
	font-size: 25px;
	font-weight: bold;
	color: #DAB896;
	margin-top: 8px;
	overflow: hidden;
}

.gold-text {
	/* font-family: 'CustomFont', Arial, sans-serif !important;
	color:#c3a343;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(transparent, transparent),
	url(../images/gold-texture.jpg) repeat;
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text; */
	color: #cfc09f;
	/* font-family: 'CustomFont', Arial, sans-serif !important; */
	font-family: 'GothicA1', Arial, sans-serif !important;
	/* font-family: 'Playfair Display', serif; */
	position: relative;
	text-transform: uppercase;	
	font-size: 25px;
	margin: 0;
	font-weight: bold;
	transform: scale(1);
	/* text-shadow: -1px 0 1px #c6bb9f, 
	0 1px 1px #c6bb9f, 
	1px 1px 1px rgba(0, 0, 0, 0.4); */
	/* text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.404); */

/* 
	color: #FFFFFF;
	background: #333333;
	text-shadow: 0 -1px 4px #FFF, 0 -2px 5px #ff0, 0 -2px 5px #ff8000, 0 -5px 10px #F00;
	color: #FFFFFF;
	background: transparent; */
}

/* .gold-text:before {
	content: '엘리트'; 
	left: 0;
	top: 0;
	position: absolute; 
	z-index: 1;
	background: linear-gradient(to bottom, #cfc09f 5%,#634f2c 6%, #cfc09f 12%, #cfc09f 27%,#ffecb3 98%,#3a2c0f 100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
} */



.LeftContent:hover .titleName a{
	width: auto;
}

.LeftContent:hover .leftMenu ul li a .txt {
	margin-left: 12px;
}

.LeftContent:hover .leftMenu ul li {
	padding: 12px 2px!important;
}

.LeftContent.Fixed .titleName a{
	width: auto;
}

.LeftContent.Fixed .leftMenu ul li a .txt {
	margin-left: 12px;
}

.LeftContent.Fixed .leftMenu ul li {
	padding: 12px 2px!important;
}

.LeftContent .leftMenu {
	/* padding-right: 3px; */
	padding: 13px 5px 13px 17px !important;
	font-size: 16px;
}

.LeftContent:hover .leftMenu {
	/* padding-right: 3px; */
	padding: 13px 17px 13px 17px;
}

.LeftContent.Fixed .leftMenu {
	/* padding-right: 3px; */
	padding: 13px 17px 13px 17px;
}

#mobileLeftContent .smpa,
.LeftContent .smpa {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	margin-left: 18px;
	margin-right: 18px;
	text-align: center;
	background: #dd4a4a;
	color: #fff;
	border-radius: 8px;
	font-weight: bold;
	border: 1px solid rgb(248 219 219 / 85%);
	box-shadow: 0px 4px 5px #ccc8a759, inset 0 0 2px 1px #cca7a759;
	cursor: pointer;
}

.LeftContent .smpa {
	display:none;
}

.LeftContent:hover .smpa {
	display:flex;
}


.casinoZone .casinoWrapper .title .line{
	height: 2px;
	width: auto;
	background-color: var(--bgColor085);
	position: relative;
	flex: 1;
	margin-right: 5%;
}

.casinoZone .casinoWrapper {
	padding: 0;
	width: 100%;
}

#mobileSideBar {
	/* width: 0 !important; */
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	box-shadow: 2px 4px 4px rgba(132, 132, 132, 0.16);
	z-index: 9999;
  transition: 0.5s;
	width: 0;
	overflow-x: hidden;
}

#main {
	transition: margin-left .5s;
}

#mobileSideBar *{
	transition: 0.3s;
}

#mobileSideBar .menu-icon {
	position: absolute;
	top: 12px;
	right: 16px;
}

#mobileSideBar .logo-container {
	margin-top: 16px;
	margin-left: 16px;
	display: flex;
	align-items: center;
}

#mobileSideBar .logo-container span{
	margin-left: 8px;
	font-size: 24px;
	font-weight: bold;
	color: #DAB896;
}

#overlay {
	z-index: -1;
	transition: 0.5s;
	background-color: #000;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}

#mobileSideBar .LeftContent{
	/* width: 0;
	overflow-x: hidden; */
}

.LeftContent .leftMenu ul li {
	padding: 12px 2px;
	/* width: 170px; */
}

.LeftContent .leftMenu ul li:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.LeftContent:hover .leftMenu ul li:last-child {
	border-bottom: 0px !important;
}

.LeftContent .leftMenu ul li:first-child {
	padding-top: 0px !important;
}

.LeftContent .leftMenu01 ul li{
	margin-left: 8px;
}



.LeftContent .leftMenu ul li .active-state{
	background: red;
	width: 100%;
	
}

.LeftContent .leftMenu ul li a .txt {
	margin-left: 16px;
	word-break: keep-all;
}

.LeftContent .leftMenu ul li a .hovePic {
	width: 40px;
	top: 0 !important;
	left: 0 !important;
	position: unset;
}

#mobileSideBar .leftMenu{
	width: 82%;
	border: 1px solid var(--bdColor038);
	background-color: var(--bgColor070);
	border-radius: 10px;
	box-shadow: 2px 4px 5px 1px #a7b5cc59,inset 0 0 6px 1px #ffffffbf;
	padding: 17px;
	margin: 20px auto 19px;
}

#mobileSideBar .leftMenu ul li{
	padding: 12px 2px;
	border-bottom: 1px solid var(--bdColor040);
	position: relative;
}

#mobileSideBar .leftMenu ul li a {
	display: flex;
	align-items: center;
}

#mobileSideBar .leftMenu ul li a img{
	width: 40px;
}

#mobileSideBar .leftMenu ul li a .txt {
	margin-left: 12px;
	display: block;
	color: #6A7391;
	margin-bottom: 0px;
}

.v_deep_home .main_content_wrap .casinoZone .content {
	display: flex;
}

.v_deep_home .main_content_wrap .casinoZone .content ul{ 
	flex: 100% 1 1;
}

.v_deep_home .main_content_wrap .casinoZone .content ul li {
	flex:  1 1 100%;
	min-width: 180px;
	padding-bottom: 100%;
	height: unset;
}
.v_deep_home .main_content_wrap .casinoZone .content ul li .txt {
	left: 50%;
	transform: translateX(-50%);
	top: auto;
}


.v_deep_home .main_content_wrap .casinoZone .content ul li .txt h2{
	font-size: 0.78vw;
	font-weight: bold;

}

.main_content_wrap {
	width: 100%;
	/* margin-left: 16px; */
	/* margin-right: 16px; */
}

.casinoZone .content .casinoBanner {
	display: none;
}

.web, .web-flex, .web-block {
	display: none !important;
}

.webp .header:before {
	background: none;
}

#footer {
	width: 100%;
	float: right;
	background: #1e1f27;
	position: relative;
	padding: 24px;
	padding-bottom: 30vw;
	position:absolute;
	bottom:0;
	right:0;

	display: none;
}

#footer .txt{
	margin-top: 10px;
}

#footer-mobile {
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 20vw;
	background-image: url('/landing/6/images/footer-bg.png');
	background-size: cover;
}

#footer-mobile ul {
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	left: 0;
	display: flex;
	justify-content: space-around;
	width: 100%;
}
#footer-mobile ul li {
	width: 18%;
}

#footer-mobile ul li a {
	color: #6A7391;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#footer-mobile ul li i {
	height: 35px;
	margin-bottom: 4px;
	display: none;
}

.main_content_wrap .casinoZone .content ul li .model {
	height: 58%;
	margin-top: 0%;
}

.main_content_wrap .casinoZone .content ul li .model.sport {
	height: 102%;
	margin-top: 0%;
}

.rightContent .contents .nav-container {
		display: flex;
		justify-content: center;
		/* box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #818181bf;
		background-color: #fff;
		padding: 32px;
		margin-left: 16px;
		margin-right: 16px;
		border-radius: 8px; */
		margin-bottom: 16px;
}


.nav-container a{
	padding: 12px;
	background-color: rgba(255, 255, 255, 0.808);
	border-radius: 8px;
	/* box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #818181bf; */
	box-shadow: 0px 2px 2px #a7b5cc59;
}

.nav-container a.active{
	box-shadow: 0px 2px 2px 1px #83731a59;
}

.LeftContent .leftMenu ul {
	width: 100%;
}

.home_notice {
	display: none;
}

@media (min-width:280px) {
	.v_deep_home .main_content_wrap .casinoZone .content ul li {
		/* min-width: 160px; */
		flex:  1 1 100%;
	}
}


@media (min-width:360px)  { /* smartphones, iPhone, portrait 480x320 phones */ 
	.header .headerWrapper .rightZone {
		padding-left: 12px;
	}

	.v_deep_home .main_content_wrap .casinoZone .content ul li {
		/* min-width: 160px; */
		flex:  0 1 49%;
		padding-bottom: 50%;
	}

	.v_deep_home .main_content_wrap .casinoZone .content ul li.sport {
		/* min-width: 160px; */
		flex:  0 1 100%;
		padding-bottom: 50%;
	}

	#footer-mobile ul li i {
		height: 28px;
	margin-bottom: 4px;
	display: block;
	width: 19px;
	}
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
	.LeftContent.webLeftContent{
		display: block;
	}

	.mobile-header {
		display: none;
	}

	.header .headerWrapper {
		width: 100%;
		display: flex;
		padding-left: 0px;
	}
	
	.header {
		width: calc(100% - 80px)!important;
		height: 70px;
		background-color: white;
	}

	#footer {
		width: calc(100% - 80px)!important;
		padding-bottom: 24px;
		bottom: 0;
	}

	#footer {
		display: block;
	}

	#footer-mobile {
		display: none;
	}

	.rightContent {
		padding-left: 80px;
	}

	.header .menu-icon {
		display: none;
	}

	.mobile {
		display: none !important;
	}

	
	.web-block {
		display: block !important;
	}

	.web-flex {
		display: flex !important;
	}

	.v_deep_home .main_content_wrap {
		margin-top: 80px;
	}

	.v_deep_home .main_content_wrap .casinoZone .content ul li {
		flex: 0 1 22%;
		min-width: 160px;
		min-height: 140px;
		padding-bottom: 24%;
	}

	.casinoZone .casinoWrapper {
		padding: 0 0 0 5.4%;
	}

	.main_content_wrap .casinoZone .content ul li .model {
		height: 58%;
		margin-top: 0%;
	}

	.main_content_wrap .casinoZone .content ul li .model.sport {
		height: 102%;
		margin-top: 0%;
	}
	
	
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
	.home_notice {
		display: block;
	}
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
	/* #webPage {
		height: unset;
	 } */

	 #footer {
		padding-left: 200px;
		display: block;
	 }
	
	.header .headerWrapper .home_notice {
		display: block;
		flex: 1;
	}

	.header .headerWrapper {
		width: 100%;
		padding-left: 16px;
		padding-right: 32px;
	}

	.casinoZone .content .casinoBanner {
		display: flex;
		width: 50%;
		height: 100vh;
		flex: 1 1 40%;
		position: relative;
	width: 100%;
	}

	.casinoZone .content .casinoBanner img{
		position: absolute;
	}

	.casinoZone .content .casinoBanner img.dice{
		left: -120px;
	}


	.v_deep_home .main_content_wrap .casinoZone .content ul{ 
		flex: 1 1 50%;
		margin-right: 64px;
	margin-left: 64px;
	}

	.v_deep_home .main_content_wrap .casinoZone .content.full ul li{
		flex: 0 1 24%;
		padding-bottom: 16%;
	}
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
	/* .rightContent {
	padding-left: 250px;
	} */
}

.rightContent {
	background-color: #1e1d23 !important;
}

@media (max-width:500px) {
	.rightContent {
	margin-bottom: 40px;
	}
}

@media (min-width:1900px) { /* hi-res laptops and desktops */ 
	.rightContent {
	padding-left: 250px;
	}

	.header {
	width: calc(100% - 250px)!important;
	height: 70px;
	}

	#footer {
		width: calc(100% - 250px)!important;
	}

	.LeftContent .titleName a{
		width: auto !important;
	}

	.LeftContent .smpa {
		display: flex;
	}
}



:root {
	/* --main: #EFF2FA; */
	--main: transparent;
	--bdColor038: #f1efd7;
	--bgColor074_gs: #f8f7f0;
	--bgColor074_ge: #ffffff;
	--bgColor_Grad09-00: #f2e29b;
	--bgColor_Grad09-01: #dbcb97;
	--bgColor_Grad09-02: #d1be51;
}


/* ----------------------------------------------
 * Generated by Animista on 2022-10-21 9:46:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
 @-webkit-keyframes pulsate-bck {
  0% {
	-webkit-transform: scale(1);
			transform: scale(1);
  }
  50% {
	-webkit-transform: scale(0.9);
			transform: scale(0.9);
  }
  100% {
	-webkit-transform: scale(1);
			transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
	-webkit-transform: scale(1);
			transform: scale(1);
  }
  50% {
	-webkit-transform: scale(0.9);
			transform: scale(0.9);
  }
  100% {
	-webkit-transform: scale(1);
			transform: scale(1);
  }
}


.pulsate-bck {
	-webkit-animation: pulsate-bck 2.5s ease-in-out infinite both;
			animation: pulsate-bck 2.5s ease-in-out infinite both;
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
	scrollbar-width: auto;
	scrollbar-color: #979797 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
	width: 10px;
		height: 10px;
  }

  *::-webkit-scrollbar-track {
	background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
	background-color: #979797;
	border-radius: 8px;
	border: 0px none #ffffff;
  }

#webPage:after,
.rightContent:after {
	content: ".";
	/* display: block; */
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* #webPage,
.rightContent {
	display: inline-block;
} */
html[xmlns] #webPage,
html[xmlns] .rightContent {
	display: block;
}
* html #webPage,
* html .rightContent {
	height: 1%;
}







/*	*/

.titlePic {
	background-repeat: no-repeat;
	width: calc(100%);
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
}
.titlePic .titlePwrapper {
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.titlePic .titlePwrapper .leftZone {
	color: var(--txtColor71);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: start;
	transform: translateZ(0);
	margin-right: 1vw;
}
.titlePic .titlePwrapper .leftZone span.icon-iiconLogoB {
	font-size: 2.3vw;
	margin-right: 4px;
}
.titlePic .titlePwrapper .leftZone h4 {
	font-size: 1.4vw;
	margin-right: 0.5vw;
}
.titlePic .titlePwrapper .leftZone span {
		white-space: nowrap;
}
.titlePic .titlePwrapper .leftZone span {
	color: var(--txtColor65);
	font-size: 1.4vw;
	white-space: nowrap;
}
.titlePic .titlePwrapper .line {
	height: 2px;
	width: 100%;
	background-color: var(--bgColor085);
	position: relative;
}
.titlePic .titlePwrapper .line:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--bgColor085);
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(-50%,-50%);
}

@media (min-width: 641px) {
	.titlePic {
		margin-top: 105px;
	}
}

.ellipsis {
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}




.casino-page {
	padding: 0 8px;
}

.casino-page .mobile-button {
	background: #c9aa8d;
	color: #fff;
	padding: 4px 8px;
	border-radius: 2px
}


@media(max-width: 640px) {
	.v_deep_home .main_content_wrap .casinoZone .content ul li .txt {
		display: flex;
	flex-direction: row;
	justify-content: space-around;
	}

	.v_deep_home .main_content_wrap .casinoZone .content ul li .txt h2 {
		font-size:14px;
	}
}

#footer ul {margin:0 0 40px 0;text-align:center;}
#footer ul li {display:inline-block;padding:4px 0;}
#footer ul li img {width:auto;height:42px;}