@import url("https://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css");
html { /*mama_html배경*/
	background: #111111;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/Assets/v2/img/bg18.jpg);*/
}
body { /*mama_body배경*/
	background: #111111;
	padding: 0;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	min-height: 800px;
	margin-bottom: 0px;
	width: 100%;
	/*추가*/
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/Assets/v2/img/bg18.jpg);*/
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin: 0;
	padding: 0
}
fieldset, img {
	border: 0 none
}
dl, ul, ol, menu, li {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
input, select, textarea, button {
	vertical-align: middle
}
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}
body, th, td, input, select, textarea, button { /*mama_텍스트컬러*/
	font-size: 12px;
	/*color: #212121*/
	color: #fff;
}
a {
	color: #212121;
	text-decoration: none
}
a:active, a:hover {
	text-decoration: none;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal
}
.clear {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
a {
	transition: 0.2s;
}
.header {
	width: 100%;
	margin: 0 auto;
	background-size: cover;
}
   
.sub_content_arr {
	overflow: hidden;


	min-height: 650px;
	width: auto;
	margin: 10px;
	padding: 10px;
	position: relative;
	
	padding-top: 60px;
}
.sub_content_left {
	padding: 10px;

	overflow: hidden;
	

	

	float: left;
	position: relative;
	padding-bottom: 50px;
	min-height: 580px;
	box-sizing: border-box;
	 width: 100%; padding-right: 280px;		
}



.logo_top {

	display: block;
	z-index: 99999;
	margin: 15px auto 0 auto;

}
.logo_top img {
	margin-top: 0px;
	transition: 0.2s;

	filter: brightness(1.0);
    width: 190px;
	margin: 0 auto;
	display: block;
}



.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
}

.modal_content { /*mama_로그인모달창*/
	width: 640px;
	height: 500px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -320px;
	text-align: center;
	box-sizing: border-box;
	box-shadow: #f4f4f4 0.1em 0.1em 0.3em;
	line-height: 23px;
	cursor: pointer;
	/*background: #fff url("/Assets/v2/js/bg-frm.png") center right;*/
}

.modal-close {
	position: absolute;
	font-size: 30px;
	right: 10px;
	top: 10px;
	color: #000;
	z-index: 9
}

.modal-content-m { /*mama_m*/
    width: 310px;
    height: 440px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -155px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: #f4f4f4 0.1em 0.1em 0.3em;
    line-height: 23px;
    cursor: pointer;
}

.logingirl {
	position: absolute;
	left: 0;
	bottom: 0;
}



.sm_frm_arr { /*mama_m*/
	position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    top: 0;
}

.sm_frm_arr .frm-logo {/*mama_m*/
	display: block;
	width: 160px;
	margin: 30px auto 0 auto;
}

.sm_frm_arr h4 {/*mama_m*/
	font-size: 20px;
	color: #000;
	border-bottom: solid 2px #ccc;
	padding: 15px 0;
}

.lg_frm_arr {
	position: absolute;
	right: 20px;
	bottom: 0;
	left: 380px;
	top: 0;
}

.lg_frm_arr .frm-logo {
	display: block;
	width: 200px;
	margin: 60px auto 0 auto;
}

.lg_frm_arr h4 {/*mama_로그인모달창 레이블*/
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-bottom: solid 2px #ccc;
	padding: 5px 0;
}

#id, #pwd, #recom_code {
	height: 50px;
	text-align: center;
	background: #eee;
	border: solid 1px #b4b4b4;
	border-radius: 10px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	outline: none;
	font-size: 14px;
}

#id:focus, #pwd:focus, #recom_code:focus {
	border: solid 1px #000;
}

#login-btn1, #join-btn1 {
	width: 120px;
	border-radius: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	margin-right: 5px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#login-btn1 {
	background: #8f20bc
}

#join-btn1 {
	background: #d063f9;
}

	#login-btn1:hover, #join-btn1:hover {
		filter: brightness(1.2)
	}


#login-btn, #join-btn, #btnLogin, #btnJoin, #btnCheckCode, #btnJoinCancel {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	display: block;
	margin-top: 10px;
	background: #8f20bc;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
}

#login-btn, #btnLogin, #btnCheckCode {
	margin-top: 20px;
}

#join-btn, #btnJoin, #btnJoinCancel {
	background: #d063f9;
}

#login-btn:hover, #join-btn:hover, #btnLogin:hover, #btnJoin:hover, #btnCheckCode:hover, #btnJoinCancel:hover {
	filter: brightness(1.3)
}

#btnLogin1, #btnJoin1 {
	width: 120px;
	border-radius: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: center;
}



#btnLogin1:hover, #btnJoin1:hover, #btnCheckCode:hover, #btnJoinCancel:hover {
	filter: brightness(1.2)
}

#login_btn_m, #join_btn_m { /*mama_m*/
	width: 60px;
	height: 30px;
	line-height: 20px;
	border-radius: 100px;
	margin-right: 7px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


.main_navigation_arr {
	position: relative;
}

.main_navigation { /*mama_헤더left박스1*/
	width: 82%;
	border: 1px solid #000;
	background: #000;
	border-radius: 10px;
	/*box-shadow: 2px 4px 5px 1px #555555, inset 0 0 3px 1px #333333;*/
	/*box-shadow: 10px 10px 5px 0px #D063F9, inset 0 0 3px 1px #8f20bc;*/
	/*box-shadow: 2px 4px 5px 1px rgba(0,0,0,0.1), inset 0 0 6px 1px #fff;*/
	box-shadow: 2px 4px 5px 1px rgba(0,0,0,0.1), inset 0 0 6px 1px #333333;
	padding: 17px;
	margin: 0 auto 19px;
	box-sizing: border-box;
}
.main_navigation ul{    width: 89%;
    margin: 0 auto;}

.main_navigation li {/*mama_헤더left박스안밑줄*/
    padding: 6px 3px;
    border-bottom: 1px solid #222222;
    position: relative;
	box-sizing: border-box; 


}
.main_navigation li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
	
}

.main_navigation li a .txt {/*mama_헤더left텍스트*/
    color:#fff;
    font-size: 13px;
    font-weight: 700;
    transition: .3s ease-out;
}	
.main_navigation li .lfticom {    color: #333;
   width: 26px;
    margin-right: 20px;	}
	
.main_navigation li a .hovePic {
    top: -3px;
    left: -10px;

    position: absolute;
    display: none;
    transition: .4s ease-out;
}
	.main_navigation li a .hovePic img { width: 50px;}	
	.main_navigation li a:hover .hovePic, .main_navigation li a:active .hovePic { display: block}
	.main_navigation li a:hover .lfticom, .main_navigation li a:active .lfticom { opacity: 0; }
	.main_navigation li a:hover .txt, .main_navigation li a:active .txt { color: #D063F9; }/*mama_헤더left텍스트호버*/


.main_navigation1 { /*mama_헤더left박스2*/
	width: 82%;
	border: 1px solid #000;
	background: #000;
	border-radius: 10px;
	box-shadow: 2px 4px 5px 1px rgba(0,0,0,0.1), inset 0 0 6px 1px #333333;
	padding: 17px;
	margin: 0 auto 19px;
	box-sizing: border-box;
}

.main_navigation1 ul{    width: 89%;
    margin: 0 auto;}

.main_navigation1 li {/*mama_헤더left밑줄*/
    padding: 6px 3px;
    border-bottom: 1px solid #222222;
    position: relative;
	box-sizing: border-box; 


}
.main_navigation1 li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
	
}

.main_navigation1 li a .txt {/*mama_헤더left텍스트2*/
    color:#fff;
    font-size: 13px;
    font-weight: 700;
    transition: .3s ease-out;
}	
.main_navigation1 li .lfticom {
    color: #666;
    width: 26px;
    margin-right: 20px;
}
	
.main_navigation1 li a .lfticom-hover {
	width: 26px;
    top: 5px;
    left: 3px;

    position: absolute;
    display: none;
    transition: .4s ease-out;
}
	.main_navigation1 li a:hover .lfticom-hover, .main_navigation1 li a:active .lfticom-hover { display: block}
	.main_navigation1 li a:hover .lfticom, .main_navigation1 li a:active .lfticom  {  color: #333;  opacity: 0 !important;  }
	.main_navigation1 li a:hover .txt, .main_navigation1 li a:active .txt { color: #D063F9; } /*mama_헤더left텍스트호버2*/

.mt-40 {
	margin-top: 40px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-10 {
	margin-bottom: 10px;
}


.m-main-nav {
	width: 90%;
	border: 1px solid #000;
	background: #000;
	border-radius: 10px;
	/*box-shadow: 2px 4px 5px 1px #555555, inset 0 0 3px 1px #333333;*/
	/*box-shadow: 10px 10px 5px 0px #D063F9, inset 0 0 3px 1px #8f20bc;*/
	/*box-shadow: 2px 4px 5px 1px rgba(0,0,0,0.1), inset 0 0 6px 1px #fff;*/
	box-shadow: 2px 4px 5px 1px rgba(0,0,0,0.1), inset 0 0 6px 1px #333333;
	/*padding: 17px;*/
	margin: 0 auto 5px;
	box-sizing: border-box;
}


.m-main-nav li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}

.m-main-nav li a .txt { /*mama_m 헤더left텍스트*/
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	transition: .3s ease-out;
	margin-left: 17px;
}

.m-main-nav li .lfticom {
	color: #333;
	width: 26px;
	margin-right: 0px;
	margin-left: 10px;
}

.casino-ff a {
	color: #fff;
}
.casino-ff a {
	display: block;
	margin: 0 auto;
	animation-name: example;
	animation-duration: 0.9s;
	animation-timing-function: linear;
	animation-delay: 0.9s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes example {
 0% {
filter: brightness(1);
text-shadow: 0px 2px 5px rgba(255, 200, 0, 1);
}
 50% {
filter: brightness(1.5);
text-shadow: 0px 2px 20px rgba(255, 200, 0, 1);
color: #e9b424;
}
 100% {
filter: brightness(1);
text-shadow: 0px 2px 5px rgba(255, 200, 0, 1);
}
}
  
.main_navigation li a span {
	display: block;
	font-weight: 200;
	font-size: 10px;
	color: rgba(255,255,255,0.7);
	line-height: 10px;
}

.main_navigation li a:hover span {
	color: #ffc600;
}
.main_navigation li:last-child a {
	margin-right: 0px;
}
.main_navigation li:first-child a {
	margin-left: 0px;
}
.main_navigation .r-margin {
	margin-right: 127px;
	background: none;
}
.top-navegation01 {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	text-align: right;
	width: 1200px;
}
.top-navegation01 li {
	display: inline-block;
	text-align: center;
	padding: 0 2px;
}
.top-navegation01 li a {
	font-weight: bold;
	color: #fff;
	background: #3b5f89;
	border-radius: 50px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.top-navegation01 li a:hover {
	background: #4d7db5;
	color: #ffc600;
}
/*
.ico64 a {
	background: url("/html/soul/images/icon-ironball.png") no-repeat left;
}
.ico6 a {
	background: url("/html/soul/images/icon-ladder.png") no-repeat left;
}
.ico7 a {
	background: url("/html/soul/images/icon-snail.png") no-repeat left;
}
.ico8 a {
	background: url("/html/soul/images/icon-lowhigh.png") no-repeat left;
}
.ico11 a {
	background: url("/html/soul/images/icon-lowhigh.png") no-repeat left;
}
.ico9 a {
	background: url("/html/soul/images/icon-powerball.png") no-repeat left;
}
.ico10 a {
	background: url("/html/soul/images/icon-aladdin.png") no-repeat left;
}
.ico12 a {
	background: url("/html/soul/images/icon-aladdin.png") no-repeat left;
}
.ico13 a {
	background: url("/html/soul/images/icon-soccer.png") no-repeat left;
}
.ico14 a {
	background: url("/html/soul/images/icon-dog.png") no-repeat left;
}
.ico15 a {
	background: url("/html/soul/images/icon-dari.png") no-repeat left;
}
.ico61 a {
	background: url("/html/soul/images/icon-parao.png") no-repeat left;
}
.ico62 a {
	background: url("/html/soul/images/icon-powerladder.png") no-repeat left;
}
.ico77 a {
	background: url("/html/soul/images/icon-rult.png") no-repeat left;
}
.ico66 a {
	background: url("/html/soul/images/icon-choice.png") no-repeat left;
}
.ico52 a {
	background: url("/html/soul/images/icon-mgmo.png") no-repeat left;
}
.ico78 a {
	background: url("/html/soul/images/icon-mgmb.png") no-repeat left;
}
	*/
.top-sub-navi {
	position: absolute;
	right: 0;
	top: 40px;
	border-radius: 0 5px 5px 0;
}
.top-sub-navi li {
	float: left;
}
.top-sub-navi li:last-child {
	background: none;
}
.top-sub-navi li a {
	font-family: NotoSansKR !important;
	font-weight: 600;
	color: #fff;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px !important;
	display: block;
	text-align: center;
	margin-right: 2px;
	text-shadow: 0 1px 3px rgba(0,0,0,0.9);
	border-radius: 100px;
}
.top-sub-navi li:last-child a {
	padding: 0 10px !important;
}
.top-sub-navi li a:hover {
	color: #ffc600;
	background-position: 0 -48px;
	text-shadow: 0 -1px 0px rgba(0,0,0,0.6);
}
.cash-01, .cash-02, .cash-03 {
	padding: 0 2px !important;
}
.cash-01 a {
	position: relative;
	margin-right: 2px;
	padding: 0px 20px;
	color: #fff!important;
	border-radius: 100px;
	background: #000;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	font-family: NotoSansKR !important;
	display: inline-block;
}
.cash-01 a:hover {
	border-color: #ff0000;
	color: rgba(255,255,255,0.7) !important;
}
.cash-02 a {
	position: relative;
	margin-right: 2px;
	padding: 0px 20px;
	color: #FFF!important;
	border-radius: 100px;
	border: solid 1px rgba(255,255,255,0.3);
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-family: NotoSansKR !important;
	display: inline-block;
}
.cash-02 a:hover {
	border-color: #fff;
	color: rgba(255,255,255,0.7) !important;
}
.cash-03 a {
	position: relative;
	margin-right: 2px;
	padding: 0px 20px;
	color: #FFF!important;
	border-radius: 100px;
	border: solid 1px rgba(255,255,255,0.3);
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-family: NotoSansKR !important;
	display: inline-block;
}
.cash-03 a:hover {
	border-color: #ff0000;
	color: rgba(255,255,255,0.7) !important;
}
.top-sub-navi i {
	font-size: 20px;
	vertical-align: middle;
}

.noticeText { /*mama_마퀴공지*/
	color: #fff;
	display: flex;
	align-items: center;
	width: 65%;
}

.noticeText img {
	width: 20px;
	margin-right: 10px;
}


.noticeText marquee {
	font-size: 14px;
	font-family: dotum;
    font-weight: bold;
	display: flex;
	duration: 8s;
   delay: 0s;
    direction: normal;
    pauseOnHover: running;
    pauseOnClick: running;
    loops: infinite;
    gradient-color: rgba(255, 255, 255, 1), rgba(255, 255, 255, 0);
    gradient-width: 200px;
    min-width: 100%;

}

.m-notice-area {
	background: #111111;/*mama_m 모바일 공지 배경*/
}

.m-noticeText { /*mama_m 마퀴공지*/
	color: #fff;
	height: 25px;
	display: flex;
	align-items: center;
	width: 90%;
	margin-top: -30px;
	margin-bottom: 15px;
}

.m-noticeText img {
	width: 20px;
	margin-left: 10px;
	margin-right: 10px;
}


.m-noticeText marquee {
	font-size: 12px;
	font-family: dotum;
	display: flex;
	duration: 8s;
	delay: 0s;
	direction: normal;
	pauseOnHover: running;
	pauseOnClick: running;
	loops: infinite;
	gradient-color: rgba(255, 255, 255, 1), rgba(255, 255, 255, 0);
	gradient-width: 200px;
	min-width: 100%;
}

.top-info-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
}
.top-info-right li {
	float: left;
	background: url("/html/soul/images/bg_gmenu_line.gif") right no-repeat;
}
	.top-info-right li:last-child { background: none;}	
.top-info-right li a {
	line-height: 35px;
	font-size: 12px;
	font-family: NotoSansKR !important;
	color: #fff;
	padding: 0 10px;
}
.top-info-right li a:hover {
	color: #e9b424;
}
.top-info-right i {
	color: #e9b424
}
.clear {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
.level_icon img {
	vertical-align: middle;
	margin-top: -2px;
}

.bg_top_arr { /* background:url(/html/soul/images/bg_top_arr.png?4); height:34px; border-bottom:solid 1px #000;*/
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}


.game-title { /*mama_게임타이틀*/
	font-size: 14px;
	font-weight: normal;
	color: #FFD589;
	text-align: center;
}

.game-title h2 { /*mama_게임타이틀*/
	margin: 0px auto 15px auto;
	text-align: left;
	font-family: 'Urbanist', sans-serif;
	font-size: 2.5em;
	font-weight: 500;
	color: #fff;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.game-title h2 i { /*mama_게임타이틀*/
	vertical-align: -5px;
}



.companys-title {
	padding-top: 56%;
	width: 100%;
	background-size: 100% !important;
	margin: 1%;
	border: none;
	position: relative;
	transition: 1s;
}

.companys-title:hover {
	transform: scale(1.07)
}

.companys-title span {
	cursor: pointer;
	display: none;
	font-size: 20px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0%;
	left: 1px;
	right: 1px;
	color: #ffc160;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.8)
}

.companys {
	padding: 52px;
	text-align: left;
}

.companys li {
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	width: 99%;
	margin: 0.5% auto;
	padding: 5px 5px;
	transition: 0.2s;
}

.submenu {
	
}

.game-items { /*mama_게임 배너 컨테이너*/
	text-align: left;
}

.game-item {
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	width: 19%;
	margin: 0.5% 0.3%;
	padding: 5px 5px;
	transition: 0.2s;
}

.game-item img { /*mama_게임배너*/
	width: 100%;
	border-radius: 10px;
}

.game-item:hover img { /*mama_게임배너*/
	transform: scale(1.01);
	transition: .5s; /*부드럽게*/
	filter: brightness(0.2);
	border: 1px solid #da9b03;
	border-radius: 10px;
}
.game-item:hover {
	border-radius: 10px;
	border: 1px solid #da9b03;
	transition: .5s; /*부드럽게*/
}

.game-item:hover .game-play-btn,
.game-item:hover .game-name-text { /*mama_게임배너*/
	opacity: 1;
	transition: .5s ease-in;
}

.game-item .game-name-text {
	width: 100%;
	opacity: 0;
	text-align: center;
	position: absolute;
	color: #da9b03;
	font-size: 22px;
	font-weight: bold;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.game-item .game-play-btn { /*mama_dong*/
	padding: 10px 10px;
	width: 40%;
	opacity: 0;
	background-color: #c28a0d /*#3072ef 파란색*/;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*border: 1px solid #777777;*/
	border-top: 0px;
}


.m-clear-space {
	height: 100px;
}

.m-companys { /*mama_m*/
	padding: 12px;
	text-align: center;
}
.m-game-items { /*mama_m*/
	text-align: left;
}

.m-game-item { /*mama_m*/
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	width: 32%;
	margin: 0.5% 0.3%;
	padding: 5px 5px;
	transition: 0.2s;
}

.m-game-item-x2 { /*mama_m*/
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	width: 48%;
	margin: 0.5% 0.3%;
	padding: 5px 5px;
	transition: 0.2s;
}

.m-game-item img, .m-game-item-x2 img { /*mama_m*/
	width: 100%;
	border-radius: 3%;
	border: 1px solid #ccc /*#ffd589*/;
}

.m-game-item  img:hover, .m-game-item-x2 img:hover { /*mama_m*/
	transform: scale(1.07);
	transition: .5s; /*부드럽게*/
}

.m-game-title { /*mama_m*/
	font-size: 14px;
	font-weight: normal;
	color: #FFD589;
	text-align: center;
}

.m-game-title h2 { /*mama_m*/
	margin: 0px auto 0px auto;
	text-align: left;
	font-family: 'Urbanist', sans-serif;
	font-size: 2.0em;
	font-weight: 500;
	color: #fff;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.m-game-title h2 i { /*mama_m*/
	vertical-align: -5px;
}

.sm-width-25 { /*mama_게임 배너 사이즈*/
	width: 25%;
}

.sm-width-20 {
	width: 20%;
}

.sm-width-19 { /*mama_게임 배너 사이즈*/
	width: 19%;
}

.sm-width-18 { /*mama_게임 배너 사이즈*/
	width: 18%;
}

.sm-width-15 {
	width: 15%;
}

pt-20 {
	padding-top: 20px;
}

pt-10 {
	padding-top: 10px;
}

pt-5 {
	padding-top: 5px;
}

pt-3 {
	padding-top: 3px;
}
.tele-bann img {/*mama_텔레버튼*/
	border-radius: 10px;
}

.user-info-arr { /*mama_헤더top*/
	z-index: 99;
	width: calc(100% - 250px) !important;
	height: 70px;
	position: fixed;
	top: 0px;
	/*border-bottom: solid #000;*/
	background: #222222;
	/*background: url("/Assets/v2/js/head-top.jpg"); background-size: cover; */
}

.user-info-cont { margin: 0 auto;
    width: 95%;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-user-info01 { /*mama_헤더top유저정보*/
	display: flex;
	justify-content: flex-end;
	color: #fff;
	padding-right: 10px;
}

.m-user-info01 li {
	display: flex;
	padding: 0 5px;
}

.user-info01 {/*mama_헤더top유저정보*/
    display: flex;
    justify-content: flex-end;
	color: #fff;
}

.user-info01 li, .m-user-info01 li {
	    display: flex;
	padding: 0 5px;
}
.user-info01 li button, .m-user-info01 li button {
    color: #fff;
    align-items: center;
}

.user-info01 li i, .m-user-info01 li i {
    margin-right: 3px;
    color: #666;
    ;
    align-items: center;
    display: flex;
    font-size: 15px;
}

.user-info01 li .level_icon, .m-user-info01 li .level_icon  {
    align-items: center;
    display: flex;
}

.user-info01 li:last-child, .m-user-info01 li:last-child {
    border-left: none;
    background: none;
}

.user-info01 li img, .m-user-info01 li img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 0 3px;
}

.user-info01 a, .m-user-info01 a {
    display: flex;
    color: #fff;
}

.level_icon img {
	vertical-align: middle;
	width: 18px !important;
}

.user-info-icon img {
	vertical-align: middle;
	/*width: 20px !important;*/
}
.user-info01 .mb_point strong {
	color: #fff;
}
.user-info01 .PointChange strong {
	color: #fff;
}
.topth th {
	height: 35px;
	font-weight: 300px;
	font-family: dotum;
	height: 33px;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	font-family: NotoSansKR !important;
	background: #333;
	
}
.topth th:first-child { border-radius:  10px 0 0 10px}	
.topth th:last-child { border-radius: 0 10px 10px 0}
	
.result_menu {
	padding: 0px 0;
	display: inline-block;
}
.result_menu:after {
	content: "";
	display: block;
	clear: both;
}
.result_menu li {
	float: left;
	display: inline-block;
	margin-right: 3px !important;
	margin-bottom: 3px;
}
.result_menu li span {
	color: #333 !important;
	padding: 0 5px 0 10px;
	display: inline-block;
}
.result_menu li a {
	font-family: dotum;
	font-weight: bold;
	text-align: center;
	width: auto;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	display: block;
	font-size: 12px;
	display: inline-block;
	
	color: #333;
	

	box-sizing: border-box;
    border: 1px solid #c9c9c9;
    background: #eee;
    border-radius: 100px;
    box-shadow: 2px 4px 5px 1px rgb(0 0 0 / 10%), inset 0 0 6px 1px #fff;
}
.result_menu li a:hover {
color: #000;
	background: #fff;

}
	.result_menu li i {vertical-align: middle; font-size: 20px;}	
.betting_info_table {
	background: rgba(0,0,0,0.20);
}
.cont_back_arr01 {
	position: relative;
}
.memo_view01 {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.memo_view02 {
	background-color: #fff;
}
.memo_view03 {
	background: #fff;
	padding: 20px 20px 40px 20px;
	line-height: 20px;
	min-height: 300px;
	color: #000;
}
.member-info-table001 {
	border: solid 1px #c9c9c9;
	border-bottom: none;
	background: #fff;
}
.member-info-table001 td {
	border-bottom: solid 1px #c9c9c9;
	padding: 10px;
}
.member-info-table001 .titletext {
	border-right: solid 1px #c9c9c9;
	color: #000;
	background-color: #eee;
	text-align: right;
}
#sub-content {
	font-family: dotum;
}
.result-table td {
	box-sizing: border-box;
	color: #000;
}
.noSelected {
	transition: 0.2s;
	font-family: dotum;
	font-weight: bold;
	vertical-align: middle;
	font-family: dotum;
	color: #000 !important;
	height: 33px;
	padding: 0 10px;
	border: solid 1px #ccc !important;
	font-weight: 400;
	cursor: pointer;
	transition: .5s;
	background: #eee;
	box-shadow: inset 1px 1px rgba(255,255,255,0.2);
	border-radius: 5px;
	font-family: NotoSansKR !important;
	background: #fff;

	
}
.noSelected table td {
	color: #000 !important;
	font-weight: bold !important;
}
.noSelected span {
	color: #000 !important;
	font-weight: bold !important;
}
.noSelected i {
	font-size: 16px;
}
.noChoice {
	font-weight: bold;
	vertical-align: middle;
	background: #1b1b1b;
	color: #000;
	border-botom: #111111 1px solid;
	border-left: #595959 1px solid;
	border-top: #595959 1px solid;
	border-right: #111111 1px solid;
	font-weight: bold;
}
.noChoice table {
	color: #fff;
}
.Choice {
	transition: 0.2s;
	font-weight: bold;
	vertical-align: middle;
	font-weight: bold;
	color: #000;
	border: solid 1px #ccc !important;
	background: #ccc;
}
.Selected {
	padding: 0 10px;
	transition: 0.2s;
	font-weight: bold;
	font-family: dotum;
	vertical-align: middle;

	text-shadow: none;
	font-weight: bold;
	color: #000;
	text-shadow: none;
	box-shadow: inset 0 1px 0px 0 rgba(255,255,255,0.3);
	border: solid 1px #ccc !important;
	background: #ffcc00;
	border-radius: 5px;
}
.Selected table td {
	color: #000 !important;
}
.Selected .divd {
	color: #000 !important;
}
.Selected span {
	font-weight: bold;
	color: #000 !important;
}
.Selected2 {
	border: solid 1px #ccc !important;
	padding: 0 10px;
	font-weight: bold;
	font-family: dotum;
	height: 25px;
	vertical-align: middle;
	color: #000;
	text-shadow: none;
	font-weight: bold;
	box-shadow: inset 0 1px 0px 0 rgba(255,255,255,0.3);
	text-shadow: none;
	color: #000;
	border: solid 1px #ccc !important;
	background: #ffcc00;
	border-radius: 5px;
}
.Selected2 table td {
	color: #000 !important;
}
.Selected2 span {
	color: #000 !important;
}
.table-betting-arr .table_top_bg {
	border-radius: 5px;
	background: rgba(255,255,255,0.1);
	border: 1px solid #111;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	font-family: 'noto';
}
.table-betting-arr .league {
	
	font-size: 13.5px;
	font-family: NotoSansKR !important;
	    background: linear-gradient(180deg,#ddd 6.17%,#fff 100%);
    border-radius: 100px;
    border: solid 1px #ccc;

}
.table-betting-arr .bt_stime {
	font-weight: bold;
	color: #666;
	font-size: 11px;
	font-family: NotoSansKR !important;
}
.cash_notice_zone li {
	font-family: dotum;
}
#bett_lists table td {
	font-family: dotum;
	padding: 5px;
	text-align: center;
}
.sub_content_arr h2 {/*mama_게임 서브 리스트*/
	text-align: left;
	font-size: 25px;
	font-weight: 600;
    color: #fff;
	height: 50px;
	line-height: 50px;
	margin: 0;
	font-family: NotoSansKR !important;
	padding-left: 15px;
	border-bottom: solid 1px #ccc;;
	
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	
	display: inline-block;
	text-shadow: 0 0 1px rgba(0,0,0,0.7);
}
.sub_content_arr h2 small {
	font-weight: bold;
	font-size: 20px;
	color: #999;
}
#divMenu {
	z-index: 999;
left:left:expression( 1010 + (document.body.clientwidth-1010)/2 );
	top: 0px;
	right: 0px;
	visibility: visible;
	width: 270px;
	margin-top: 60px;
	position: absolute;
	box-sizing: border-box;
	padding: 10px;
}
#divMenu iframe {
	position: absolute;
	top: -73px;
	left: 12px;
}
#divMenu label {
	cursor: pointer;
}
.b-kakao-talk {
	position: relative;
	background: url(/html/soul/images/banner-kakao.png?4);
	height: 75px;
	display: block;
}
.b-kakao-talk span {
	position: absolute;
	color: #ffd200;
	font-size: 18px;
	font-family: Arial Black;
	right: 10px;
	bottom: 10px;
}
.popupCalendar {
	z-index: 99999999999999;
}
.betting-list-body td {
	border-bottom: solid 1px #c9c9c9;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
}
.betting-list-body {
	border-top: solid 1px rgba(255,255,255,0.2);
}
.trEndGame3 td {
	opacity: 0.6;
}
.trEndGame3 td {
	color: #808080 !important;
}
.btnCancel, .btnDelete {
	background: #DC0003;
	color: #fff;
	border-radius: 3px;
	height: 25px !important;
	padding: 0 10px;
	border: none;
	cursor: pointer;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.btnCancel:hover, .btnDelete:hover {
	opacity: 0.8;
}
.league, .leagueT {
	font-weight: bold;
	padding: 0 10px;
}
.betting-result .title {
	background: #ddd;
	font-weight: bold;
	text-align: center;
}
.real_win_money {
	color: #F10004 !important;
	font-weight: bold;
}
.betting-result td {
	font-weight: bold;
}
input[type='text'], input[type='password'], select {
	border: 1px solid #ccc;
	background: #f7f7f7;
	color: #222;
	font-size: 12px;
	padding: 2px 5px;
	line-height: 33px;
	height: 33px;
	transition: 0.2s;
	vertical-align: middle;
	border-radius: 5px;
	
}
textarea {
	border: 1px solid #ccc;
	background: #f7f7f7;
	color: #222;
	font-size: 12px;
	padding: 2px 5px;
	transition: 0.2s;
	border-radius: 5px;
	
}
textarea:focus {
	outline: none;
	
	border: solid 1px #000;
}
select {
	height: 38px;
	line-height: 38px;
}
input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus {
	outline: none;
	border: solid 1px #000;
}

.modal input::placeholder {/*mama_*/
	color: #999999;
}

/*���������̼�*/
.tf_pagination {
	padding: 1em 0;
	text-align: center;
	display: block;
}
.tf_pagination ul {
	margin: 0;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.tf_pagination ul li {
	list-style: none;
	margin: 0 !important;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.tf_pagination ul li a {
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 5px;
	border-radius: 0px;
	display: block;
	color: #000;
	width: 30px;
	height: 30px;
	line-height: 30px;
	
	margin-right: 5px;
	
	
	font-family: NotoSansKR !important;
border: 1px solid #c9c9c9;
    background: #eee;
    border-radius: 10px;
    box-shadow: 2px 4px 5px 1px rgb(0 0 0 / 10%), inset 0 0 6px 1px #fff;
}
.tf_pagination ul li a .fa {
	margin-top: 10px;
}
.tf_pagination ul li a:hover {
	
	color: #000;
	
    background: #fff
}
.tf_pagination .active {
	
	color: #000;
	
    background: #fff
}
.betting-list .title {
	height: 30px;
	background: #fff
}
/*���� ȯ��*/
.cash_btn01 a {
	background-position: 0 -36px;
}
.cash_notice_zone {
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
	background: #eee;
	border: solid 1px #ccc;
}
.cash_notice_zone .title {
	text-align: left;
	font-size: 14px;
	padding: 15px 0 12px 0;
	font-family: NanumGothic, Malgun Gothic, sans-serif;
	color: #000;
	font-weight: 800;
	background: #eee;
	border-bottom: solid 1px #ccc;
	padding-left: 15px;
}
.cash_notice_zone ul {
	padding: 15px 20px;
}
.cash_notice_zone li {
	color: #000;
	margin-bottom: 10px;
}
.bank-time-table {
	border-collapse: collapse;
	border-bottom: none;
	background: #eee;
}
.bank-time-table td {
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	color: #222;
}
.bank-time-table th {
	padding: 10px;
	color: #000;
	background: #eee;
	border: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.cash_zone_table {
	border: solid 1px #ccc;
	border-bottom: none;
	background: #eee;
}
.cash_zone_table td {
	border-bottom: 1px solid #ccc;
}
.cash_zone_table th {
	padding: 0 10px;
	color: #000;
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.cash_bottom_btn {
	padding: 20px;
	text-align: center;
}
.cash_bottom_btn button {
	display: inline-block;
}
.bbs-list-cash td {
	border-bottom: solid 1px #c9c9c9;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	height: 20px;
}
/*�Խ���*/
.search_zone_arr {
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}
.paging_list {
	padding: 10px;
	text-align: center !important;
}
.list_bottom_btn_left {
	float: left;
	padding: 20px 10px;
}
.list_bottom_btn_right {
	float: right;
	padding: 20px 10px;
}
#speedpage {
	margin: 0 auto;
}
#lists td {
	border-bottom: solid 1px #c9c9c9;
}
#lists tr:nth-child(even) td {
	background-color: rgba(50,50,50,0.1);
}
.notice td {
  
	border-bottom: solid 1px #c9c9c9;
}
.bbs-list td {
	height: 35px;
	font-family: dotum;
}
.bbs-list .notice a {
	color: #E40003 !important;
}
.bbs-list .notice .hit {
	color: #fff;
}
.font_11_yellow {
	display: block;
	margin-top: 5px;
}
.board_wirte_bottom {
	padding: 20px 0;
	text-align: center;
}
.bg_gray01 {
	font-weight: bold;
	color: #000;
	background-color: #fff;
}
.bbs-list-new {
	border-collapse: collapse;
	border-top: solid 1px #c9c9c9;
}
.bbs-list-new td {
	padding: 5px;
	border-bottom: solid 1px #c9c9c9;
}
#betting_list .bbs-list-new td {
	border: none !important;
}
.board_title {
	padding: 10px;
	font-weight: bold;
	font-size: 16px;

	text-align: left;
	font-size: 14px;
	padding: 15px 0 12px 25px !important;
	font-family: NanumGothic, Malgun Gothic, sans-serif;
	color: #000;
	font-weight: 800;
}
.board_user {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	padding: 10px 25px 8px 25px !important;
	font-family: Dotum, AppleGothic, sans-serif;
	color: #000;
	letter-spacing: -1px;
	vertical-align: middle;
}
.board_user span {
	font-weight: bold;
	margin-left: 20px;
}
.board_date {
	float: right;
}
.board_content {
	height: 500px !important;
	vertical-align: top;
	line-height: 18px;
	color: #000;
	padding: 20px 10px !important;
	font-family: dotum;
}
.board_comment_title {
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	background: #ddd;
	color: #000;
}
.board_bottom_btn {
	padding: 20px 0;
	border-top: dotted 1px #c9c9c9;
	text-align: center;
}
#comment_content {
	margin: 10px 0;
}
.baord_list_comment01 td {
	background: #fff;
	color: #000;
	border-bottom: solid 1px #c9c9c9;
	;
	padding: 8px 10px;
}
.baord_list_comment01 strong {
	color: #2759be;
}
#betting_list {
	margin-bottom: 10px;
}
.alert_container {
	width: 500px;
	margin: 0 auto;
	position: absolute;
}
#alert_container {
	position: fixed;
	width: 20%;
	left: 40%;
	top: 30%;
	z-index: 9999;
	background: #222;
	border: solid 1px #333;
	border-radius: 5px;
	padding: 30px 0;
	text-align: center;
	line-height: 22px;
	color: #fff;
}
#alert_container input {
	border: solid 1px #000;
	border-radius: 4px;
	color: #fff !important;
	background: #222;
	padding: 5px 0px;
	width: 60px !important;
	display: block;
	margin: 20px auto 0 auto;
	cursor: pointer;
}
/*������*/
	/*������*/

.betting_lock p { position: absolute; top: 0; left: 0px; right: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 999; margin: 0; }
.betting_lock .fa { margin: 0 auto; font-size: 120px; color: #ffcb00; position: absolute; left: 50%; top: 50%; z-index: 99999; margin-left: -39px; margin-top: -60px; }
	
 .game_zone .btn-zone-arr a { height: 50px; width: 48%; cursor: pointer; display: block; position: relative; margin: 0.5% 1%; padding: 0; border-radius: 15px; border: solid 2px rgba(0,0,0,0.0); 
 box-sizing: border-box; }
.game_zone .btn-zone-arr a .divd { font-family: NotoSansKR !important; font-weight: 700; font-size: 16px; text-shadow: 0 0px 2px #000; display: block; margin-top: 0px; text-align:center; }
.game_zone .btn-zone-arr a:hover {  box-shadow: inset 0px 0px 105px 5px rgba(0,0,0,0.5);}
.game_zone .btn-zone-arr .select {  box-shadow: inset 0px 0px 105px 43px rgba(0,0,0,0.9) !important;  }
.game_zone .btn-zone-arr a img { display: none;}	
.game_zone .btn-zone-arr .select font { color: #ffcc00 !important;}	
.game_zone .btn-zone-arr .select .divd { color: #ffcc00 !important;}		
.game_zone .btn-zone-arr a .divd { font-family: NotoSansKR !important; font-weight: 700; font-size: 15px; text-shadow: 0 0px 2px #000; position: absolute; left: 0px; bottom: 5%; right: 0; text-align: center;}
.game_zone .btn-zone-arr a font { font-family: NotoSansKR !important; font-weight: 700; font-size: 16px ; display: block; color: #fff; text-shadow: 0 0px 2px #000; text-align: center; position: absolute; left: 0; top: 5%; right: 0;} 	
.float_left { float: left; background: #207ce5;   }/*mama_배팅버튼*/
.float_center { float: left; background: #222;   }
.float_center2 {
	float: left;
	background: #222;
}	
.float_right { float: right; background: #ff3019;   }
		
.game_zone h3 {   background:rgba(0,0,0,0.8); border-radius:5px;  line-height: 30px; height: 30px; margin: 10px 0; display: block; text-align: center; color: #ffcc00; font-size: 14px; }

.game_zone_arr {
	width: 400px;
	float: right;
}
.game_zone {
	position: relative;
}
.game_zone .btn-zone-arr {
	text-align: center;

	margin-top: 5px;
	padding: 5px;
	vertical-align: text-top;
	    border: 1px solid #c9c9c9;
    background: #eee;
    border-radius: 10px;
    box-shadow: 2px 4px 5px 1px rgb(0 0 0 / 10%), inset 0 0 6px 1px #fff;
}
.game_time {
	text-align: center;
	font-family: dotum;
	background: #501023;
	border: solid 1px #501023;
	padding: 10px;
	vertical-align: text-top;
	border-radius: 10px;
	 box-shadow: 2px 4px 5px 1px rgb(0 0 0 / 10%);
}
.game_time h4 {
	color: #ffc600;
	font-size: 12px;
	display: block;
	margin: 0;
	display: inline-block;
}
.game_time em {
	font-style: normal;
	color: #fff;
	display: block;
	display: inline-block;
}
.game_time p {
	color: #ffc428;
	font-size: 18px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	display: block;
	margin: 0;
	display: inline-block;
}
#game_end_time {
	display: none;
}
.betting_lock {
	padding: 0;
	margin: 0;
}
.betting_lock p {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 999;
	margin: 0;
}
.betting_lock .fa {
	margin: 0 auto;
	font-size: 120px;
	color: #ffcb00;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99999;
	margin-left: -39px;
	margin-top: -60px;
}
.game_zone h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 12px;
	background: rgba(0,0,0,0.8);
	color: #ffc600;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
}
.game_zone #team_name {
	font-size: 0px !important;
	font-weight: bold !important;
}
.game_zone .btn-zone-arr a font {
	font-weight: bold !important;
}
.gamezone-bet-result {
	margin-top: 10px;
}
.btn-zone-arr .divd {
	color: #fff;
}
.result_top_group {
	float: right;
	padding-bottom: 5px;
}
.result_top_group li {
	float: left;
	margin: 0 5px;
}
.text-warning {
	color: #FF9E00;
}
.text-info {
	color: #41AFFF;
}
.text-danger {
	color: #FF3437;
}
#game_left {
	float: left;
	width: calc(100% - 420px);
	
}
#game_iframe {
	box-sizing: border-box;
	padding: 10px;
	
	border: 1px solid #c9c9c9;
    background: #eee;
    border-radius: 10px;
    box-shadow: 2px 4px 5px 1px rgb(0 0 0 / 10%), inset 0 0 6px 1px #fff;
	
}
.user-info-arr1 {
	height: 130px;

	width: 100%;
	z-index: 9999; 

	
	box-sizing: border-box;
}
.w1160 {
	margin: 0 auto;
	width: 1260px;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box; 
}

.top-navegation01, .main_navigation_arr, .hader_top_arr {
	transition: 0.2s;
}

#footer {
	width: 1200px;
	margin: 0 auto;
}

#m_footer {
	position: fixed;
	width: 100vw;
	height: 20vw;
	bottom: 0;
	z-index: 1000;
	color: var(--txtColor30);
	border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-ms-border-radius: 12px 12px 0 0;
	-o-border-radius: 12px 12px 0 0;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center top;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(/html/soul_mobile/images/footer-bg01.png?22);
	font-family: Microsoft JhengHei, sans-serif;
	-moz-transform: translate3d(0px, 0, 0);
	transform: translateZ(0);
	-webkit-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	-o-transform: translate3d(0px, 0, 0);
}

.tabmenu01 {
	float: right;
	padding-bottom: 10px;
	color: #000;
}
.top-up-arrow {
	z-index: 999999999999;
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: none !important;
}
.top-up-arrow {
	font-size: 100px;
	color: #FF0000;
}

.header-arr-m { /*mama_m*/
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 98%;
	height: 43px;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.1);
	background: #111111;
	background-size: cover;
	border-bottom: solid 1px #ccc;
	padding: 5px;
	line-height: 53px;
	
}

.main-m { /*mama_m*/
	padding-top: 47px;
}

.navbar-brand { /*mama_m*/
	float: none;
	display: block;
	margin: 0 auto;
	text-align: left;
	font-size: 25px;
	color: #ffc527;
	font-family: BMJUA;
	height: 43px;
	width: 200px;
	text-align: center;
}

.navbar-brand > img { /*mama_m*/
	display: inline;
	width: 70px;
	margin: 2px auto 0 auto;
}

.loginbtnarre { /*mama_m*/
	position: absolute;
	right: 0px;
	top: 0px;
	color: #333;

}

.loginbtnarre button, .loginbtnarre a {/*mama_m*/
	color: #333;
	font-size: 12px;
	vertical-align: middle;
	height: 47px;
	line-height: 47px;
	display: inline-block;
	padding: 0 5px;
	font-family: BMJUA;
}

.header-arr { /*mama_헤더left*/
	
	box-shadow: rgba(0,0,0,0.3) 0 0 0.6em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 250px;
	z-index: 14;
	top: 0px;
	float: left;
	bottom: 0px;
	position: fixed;
	transition: .25s ease-out;
	/*border-right: solid #111111;*/
}

.sub_content_arr_bg {
	margin-top: 80px;
    padding-left: 250px;
    animation: leftIn .5s;
	min-width: 1200px;

}
.main_navigation .game-rollover ul {
	position: absolute;
	border-radius: 5px;
	overflow: hidden;
	left: 100px;
	margin-top: 0px;
}
.main_navigation .game-rollover ul li {
	float: left;
	background: #455f7d;
	top: -10px;
}
.main_navigation .game-rollover ul li:first-child {
	overflow: hidden;
}
.main_navigation .game-rollover ul li:last-child {
	overflow: hidden;
}
.main_navigation .game-rollover ul li a {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	font-weight: 200;
}
.sub-navi-bottom {
	position: absolute;
	right: 0;
	height: 40px;
	box-sizing: border-box;
	border-right: solid 1px #444;
	border-left: solid 1px #444;
	background: rgba(0,0,0,0.5);
}
.sub-navi-bottom li {
	float: left;
	box-sizing: border-box;
}
.sub-navi-bottom li:last-child {
	border-right: none;
}
.sub-navi-bottom a {
	height: 40px;
	line-height: 40px;
	display: block;
	color: #8c8c8c;
	border-right: 1px solid #333435;
	padding: 0 10px;
	font-size: 13px;
	font-family: NotoSansKR !important;
	font-weight: 400;
}
.sub-navi-bottom a:hover {
	color: #e9b424;
	filter: brightness(1.2);
}
.navi-menu-sub {
	position: absolute;
	z-index: 99999;
	left: 50%;
	margin-left: -60px;
	top: 50px;
	background: rgba(0,0,0,.95);
	border: 2px solid #999;
	width: 120px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	display: none;
}
.navi-menu-sub li {
	float: none;
	margin: 0;
	padding: 0 7px;
	display: block;
}
.navi-menu-sub li a {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #ccc;
	border-bottom: solid 1px #444;
}
.navi-menu-sub li:last-child a {
	padding: 0 10px;
	border: none;
}
	.mini-game1122 .ico13, .mini-game1122 .ico14{ display: none !important;}	
.sub-navi-bottom-arr {
	background: #fbb726;
	height: 30px;
}
.board__list td {
	background: rgba(0,0,0,0.5)
}

#partner_btn { /*mama_m*/
	width: 60px;
	height: 30px;
	line-height: 20px;
	border-radius: 5px;
	margin: auto 3px auto 0;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #CF0066;
}

#partner_btn:hover { /*mama_m*/
	filter: brightness(1.2)
}
#casino_point {
	font-weight: bold;
}
.getCasinoPoint {
	display: inline-block;
	padding: 0 15px;
	margin: 0 15px;
	font-size: 12px;
	font-weight: bold;
	background: #cf0066;
	border-radius: 5px;
}
.chageCasinoPoint {
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px;
	font-size: 11px;
	font-weight: bold;
	background: #459618;
}

    .containerInner {
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        z-index: 1;
    }

    .main-visual {
        width: 100%;
        overflow: hidden;
    }

    


    .casino-game-title:before {
        content: '';
        width: 100%;
        /*background: url(contents/title_overlay.png?11) no-repeat;*/
        position: absolute;
        left: 0;
        z-index: -1;
        height: 76px;
        opacity: 0.3;
    }


    .casino-game-title {
        float: left;
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        margin: 0 0 15px;
    }

    .list-menugame {
        width: 25%;
        padding: 0.5%;
        box-sizing: border-box;
        float: left;
        text-align: center;
        display: block;
        cursor: pointer;
    }

    .list-menugame:hover {
        z-index: 1;
    }

/*
.companys {
	width: 60%;
	float: right;
	box-sizing: border-box;
}
*/

/* The sidebar menu */
.sidebar {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	background-color: #111; /* Black*/
	background: url(/Assets/v2/img/head-left-2.jpg); /*mama_m 사이드바 배경*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

	/* When you mouse over the navigation links, change their color */
	.sidebar a:hover {
		color: #f1f1f1;
	}


/* Position and style the close button (top right corner) */
.sidebar .closebtn {
	position: absolute;
	top: 40px;
	right: 5px;
	font-size: 36px;
	margin-left: 50px;
}


/* The button used to open the sidebar */
.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
}

.openbtn:hover {
	background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition: margin-left .5s; /* If you want a transition effect */
	padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidebar {
		padding-top: 15px;
	}

		.sidebar a {
			font-size: 18px;
		}
}



.left-togle { /*mama_m*/
	display: block;
	z-index: 9;
	position: absolute !important;
	top: 0px;
	left: 0px;
	font-size: 20px;
	color: #fff;
	height: 47px;
	width: 50px;
	background: url("/Assets/v2/m/img/icon-list.png?2323") center center no-repeat;
	background-size: 23px 23px;
}



.right-togle { /*mama_m*/
	z-index: 9;
	position: absolute !important;
	top: 0px;
	right: 0px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
	padding-left: 24px;
	position: absolute;
	z-index: 1;
	width: 105px;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	height: 42px;
	width: 105px;
	background: linear-gradient(to bottom,#d79f8b 0%,#a77362 100%);
	color: #ffffff;
	display: none;
}

.top-togle { /*mama_m*/
	display: block;
	z-index: 9;
	position: absolute !important;
	top: 0px;
	right: 0px;
	font-size: 20px;
	color: #fff;
	height: 47px;
	width: 50px;
	background: url(/html/soul_mobile/images/icon-user.png?412) center center no-repeat;
	background-size: 23px 23px;
}


    .casino-g {
        display: block;
    }

    .casino-g:after {
        content: "";
        display: block;
        clear: both;
    }

    .slot-g {
        display: block;
    }

    .slot-g:after {
        content: "";
        display: block;
        clear: both;
    }

    #close-slot-game {
        position: fixed;
        top: 40px;
        font-size: 40px;
        float: right;
    }

    #close-slot-game i {
        width: 1000px;
        display: block;
        text-align: right;
        color: #fff;
    }

    #slot-game {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9998
    }

    #slot-game .slot-game-layer {
        width: 1000px;
        position: fixed;
        left: 50%;
        top: 80px;
        bottom: 80px;
        overflow: hidden;
        overflow-y: auto;
        margin-left: -500px;
        z-index: 9990;
        background: #111;
        border: solid 10px #29210f;
        box-sizing: border-box;
    }

    .slot-game-layer::-webkit-scrollbar {
        width: 10px;
    }

    .slot-game-layer::-webkit-scrollbar-thumb {
        background-color: #ffcc00;
        border-radius: 10px;
    }

    .slot-game-layer::-webkit-scrollbar-track {
        background-color: #29210f;
        border-radius: 10px;
        box-shadow: inset 0px 0px 5px white;
    }

    #slot-game-list {
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
    }

    #slot-game-list:after {
        content: "";
        display: block;
        clear: both;
    }

    #slot-game-list li {
        width: 19%;
        margin: 0.5%;
        float: left;
        text-align: center;
        box-sizing: border-box;
        cursor: pointer;
    }

    #slot-game-list li img {
        width: 100%;
        height: 135px;
    }

    #slot-game-list li span {
        background: #252525;
        display: block;
        height: 25px;
        line-height: 25px;
        color: #fff;
    }


    .my-wallet {
        margin-bottom: 30px;
    }

    .my-wallet:after {
        content: "";
        display: block;
        clear: both;
    }

    .point_change {
        background: #222;
        color: #fff;
        position: fixed;
        width: 780px;
        left: 50%;
        margin-left: -390px;
        top: 50%;
        height: 270px;
        margin-top: -135px;
        box-sizing: border-box;
        padding: 50px;
    }

    .game-money,
    .sports-money {
        float: left;
        width: 49%;
        border: solid 1px #444;
        box-sizing: border-box;
    }

    .game-money p,
    .sports-money p {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #000;
        font-weight: bold;
    }

    .game-money div,
    .sports-money div {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #111;
    }

    #w_from,
    #w_to {
        width: 160px
    }

    .wallet-move .money {
        width: 200px;
    }


    .ly002 {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 999999 !important;
        background: rgba(0, 0, 0, 0.7);
    }

    .close-ly {
        height: 35px;
        line-height: 35px;
        background: #ff0000;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
        font-weight: bold;
        border-radius: 3px;
        width: 70px;
        display: inline-block;
        right: 5px;
        top: 5px;
        text-align: center;
        position: absolute;
        right: 2px;
        top: 2px;
    }

    .close-point-change {
        position: absolute;
        right: 2px;
        top: 0px;
    }

    .close-point-change:before {
        font-size: 30px !important;
        vertical-align: middle;
    }

    .btn_point_change {
        display: block !important;
        margin: 20px auto 20px auto;
        background: #ff0000;
        height: 50px !important;
        line-height: 50px !important;
        width: 120px;
    }


    .main_content {

        float: left;
        width: 100%;
        padding-bottom: 85px
    }

    .main_content_wrap {
        width: 90%;
        margin: 0 auto;
        height: auto
    }

    .main_content_wrap .casinoZone .title .txt {
        display: flex;
        margin-top: 10px;
        font-family: arial;
        font-size: 24px;
    }

    .main_content_wrap .casinoZone .title {
        color: #cececd;
        font-size: 24px;
        display: flex;
        align-items: center;
        font-weight: 700;
        margin-top: 10PX;

    }

    .main_content_wrap .casinoZone .title i {
        color: #333;
        vertical-align: middle;
        margin-top: 10px;
        font-size: 30px;
        margin-right: 5px;
    }

    .main_content_wrap .casinoZone .title h3 {
        color: #333;
        ;
        margin-left: 4px;
    }

    .main_content_wrap .casinoZone .content ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }

    .main_content_wrap .casinoZone .content ul li {
        box-sizing: border-box;
        width: 24%;
        height: 233px;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.2), inset 0 0 6px 1px #ffffffbf;
        padding-bottom: 23px;
        margin-bottom: 21px;
        background: #FFF0C5;
        background: linear-gradient(180deg, #FFF0C5 6.17%, #FFF9DA 100%);
        position: relative;
        cursor: pointer;
        overflow: hidden;
        margin-right: 1%;
    }

.submain-img { /*mama_서브 메인 이미지*/
	height: 700px;
	width: 40%;
	float: left;
	background: url("/Assets/v2/img/submain-casino.png") no-repeat center center;
	background-size: contain;
	box-sizing: border-box;
	-webkit-animation: aniLogo 2.6s infinite;
	animation: aniLogo 2.6s infinite;
}

.companys-title.code1 {
	background: url("/Assets/v2/img/casino_1.png") center center no-repeat;
	background-size: contain;
}

.companys-title.code5 {
	background: url("/Assets/v2/img/casino_1.png") center center no-repeat;
	background-size: contain;
}

.companys-title.code8 {
	background: url("/Assets/v2/img/casino_8.png") center center no-repeat;
	background-size: contain;
}

.companys-title.code12 {
	background: url("/Assets/v2/img/casino_8.png") center center no-repeat;
	background-size: contain;
}

    .companys-title.code21 {
        background: url("casino_21.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title.code28 {
        background: url("casino_28.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title.code29 {
        background: url("casino_29.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title.code33 {
        background: url("casino_33.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title.code37 {
        background: url("casino_33.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title.code46 {
        background: url("casino_46.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title.code47 {
        background: url("casino_47.png?111") center center no-repeat;
        background-size: contain;
    }

    .companys-title.code51 {
        background: url("casino_51.png?111") center center no-repeat;
        background-size: contain;
    }

    .companys-title.code53 {
        background: url("casino_53.png?111") center center no-repeat;
        background-size: contain;
    }

    .companys-title.code54 {
        background: url("casino_54.png?111") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code7 {
        background: url("slot_7.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code9 {
        background: url("slot_9.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code3 {
        background: url("slot_3.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code6 {
        background: url("slot_6.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code10 {
        background: url("slot_10.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code16 {
        background: url("slot_16.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code17 {
        background: url("slot_17.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code20 {
        background: url("slot_20.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code22 {
        background: url("slot_22.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code25 {
        background: url("slot_25.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code26 {
        background: url("slot_26.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code27 {
        background: url("slot_27.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code34 {
        background: url("slot_34.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code35 {
        background: url("slot_35.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code4 {
        background: url("slot_4.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code23 {
        background: url("slot_23.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code24 {
        background: url("slot_24.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code30 {
        background: url("slot_30.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code37 {
        background: url("slot_37.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code40 {
        background: url("slot_40.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code41 {
        background: url("slot_41.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code42 {
        background: url("slot_42.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code43 {
        background: url("slot_43.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code44 {
        background: url("slot_44.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code45 {
        background: url("slot_45.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code49 {
        background: url("slot_49.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code50 {
        background: url("slot_50.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code55 {
        background: url("slot_55.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code52 {
        background: url("slot_52.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code56 {
        background: url("slot_56.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code20 {
        background: url("slot_20.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code22 {
        background: url("slot_22.png?11") center center no-repeat;
        background-size: contain;
    }

    .companys-title2.code23 {
        background: url("slot_23.png?11") center center no-repeat;
        background-size: contain;
    }

    .btn_point_change {
        display: none !important
    }

#footer {/*mama_푸터이미지*/
	margin-top: 10px;
	width: 100%;
	padding: 50px 0;
	background: #0c0c0c;
}

    .footer-png {
        display: block;
        margin: 0px auto 10px auto;
    }

    .copyright {
        text-align: center;
        /*padding: 100px 0;*/
		padding-top: 50px;
		padding-bottom: 50px;
        /*border-top: solid 1px #ccc;*/
        color: #fff;
        margin-top: 0px;	
    }

    .copyright img {
        width: 200px;
        margin: 20px 10px;
    }

	.copyright-left img {
		width: 220px;
		margin: 20px 20px;
	}

	.license-left {
		margin: 20px 40px;
	}




.main-page {
	margin-top: -10px;
}

.main_content_wrap .infoZone {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.main_content_wrap .infoZone .info01 {
    width: 48%;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 10px;

    padding: 23px;
    margin-top: 25px;
    box-sizing: border-box;
}

.main_content_wrap .infoZone .info01 .title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.main_content_wrap .infoZone .info01 .title span {
    color: #666;
}

.main_content_wrap .infoZone .info01 .list {
    margin-top: 14px;
    animation-duration: 1s;
    background-position: -15px -13px;
    animation-iteration-count: infinite;
    animation-timing-function: step-start;
    animation-play-state: running;

}

.main_content_wrap .infoZone .info01 .list .listA {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    justify-content: space-between;
    transition: .4s ease-out;
    padding: 0 9px;

}

.main_content_wrap .infoZone .info01 .list .listA a {
    display: block
}

.main_content_wrap .infoZone .info01 .list .listA .message {
    font-size: 12px;
    text-align: left;
    color: var(--txtColor66);
    transition: .4s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.main_content_wrap .infoZone .info01 .list .listA .time {
    font-size: 12px;
    text-align: left;
    color: var(--txtColor66);
    transition: .4s ease-out;
}

.vertical-ticker-ar li div {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 5px;
}

.vertical-ticker-ar li div:nth-child(1) {
    width: 200px;
    text-align: right;
}

.vertical-ticker-ar li div:nth-child(2) {
    margin-left: 70px;
    width: 100px;
}

.vertical-ticker-ar li div:nth-child(3) {
    width: 150px;
    text-align: right;
}

.vertical-ticker-ar li div:nth-child(4) {
    float: right;
}

.vertical-ticker-ar li div .out_put {
    float: left
}

.vertical-ticker-ar li div .fa-bullseye {
    color: #8f20bc;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
}

.vertical-ticker-ar li div strong {
    color: #8f20bc;
}


.content-button {
	text-align: right;
	margin: 10px 0;
}

	.content-button button {
		width: 100px;
		height: 30px;
		border: none;
		font-weight: 500;
		background: #ffcd05;
		border-radius: 5px;
		color: #000;
		font-size: 15px;
		cursor: pointer;
		transition-duration: 0.4s;
	}

.content-button button:hover {
	border: 2px solid #ffcd05;
	color: #ffcd05;
	background: none;
	transition-duration: 0.4s;
}

.content-button button:last-child {
	width: 100px;
	height: 30px;
	border: none;
	font-weight: 500;
	border: 2px solid #6d6d6d;
	background: none;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}

.content-button button:last-child:hover {
	border: 2px solid #ffcd05;
	color: #ffcd05;
	background: none;
	transition-duration: 0.2s;
}

tbody tr td a {
	color:#fff;
}

.time-bg {
	background-image: url(/Assets/v2/img/kplayslot.jpg);
	background-position: center;
	padding: 12% 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	border-radius: 2%;
	border: 1px solid #FFF5B8 /*#ffd589*/;
}