@import url("https://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css");
html {
    background: #0c0b11 url("/html/soulslot/images/bg.png?11") no-repeat center top;
  
    height: 100%;
    ;
    background-size: cover;
}
body {
    padding: 0;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    min-height: 800px;
    margin-bottom: 0px;
    width: 100%;
    /* min-width: 1300px; */
    font-family: 'NotoSansKR';
}
/* 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;
    font-family: 'NotoSansKR';
}
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 {
    font-size: 12px;
    color: #fff
}
a {
    color: #fff;
    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;
}
body {
    color: #fff;
    font-family: 'NotoSansKR';
}
button {
    font-family: 'NotoSansKR';
}
ul {
    padding: 0;
    margin: 0;
}
.clear {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}
a {
    transition: 0.2s;
    font-family: 'NotoSansKR';
}

.header {
    height: 65px;
    line-height: 65px;
    width: 1540px;
    background: #21243a;
    position: relative;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 7px 15px;
    border-radius: 0 0 15px 15px;
    padding: 0 10px;
	z-index: 9
}
.header {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.header::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera*/
}
.sub_content_arr {
    overflow: hidden;
    z-index: 151;
    min-height: 650px;
    margin: 20px auto 0 auto;
    padding: 0px;
    position: relative;
    padding-top: 60px;
    width: 1440px;
}
.sub_content_left {
    width: 1180px;
    padding: 10px;
    overflow: hidden;
    z-index: 151;
    float: left;
    position: relative;
    padding-bottom: 50px;
    min-height: 580px;
    box-sizing: border-box;
}
.sub-topcont11 {
 
    position: relative;
    height: 40px;
   
}
.logo_top {
    display: block;
    z-index: 99999;
    float: left;
	
}
.logo_top img {
    width: 210px;
    transition: 0.2s;
    display: block;
    /* margin-top: -20px; */
}
.logo_top:hover img {
    filter: brightness(1.5)
}
.main_navigation {
    position: absolute;
    right: 0;
    top: 0;
    width: 1200px;
    background: #ee3224;
    border-radius: 100px;
    box-shadow: 0 -3px #00000059 inset;
    z-index: 99999999999999999999999999;
		display:flex;
		align-items:center;
		justify-content:space-between;
		padding:0 20px;
}
.main_navigation li {
    font-family: 'NotoSansKR';
    margin: 0px;
    position: relative;
    list-style: none;
    /*float: left;
		width: 20%;*/
}

.main_navigation li a {
    color: #fff;
    transition: .2s ease-out;
    line-height: 80px;
    text-align: left;
    position: relative;
		padding:0 20px 0 0;
    /*padding: 0 0px 0 20px;*/
    display: block;
    /* float: left; */
    width: 100%;
    height: 80px; font-size: 25px;
	border-radius: 100px;
}
.main_navigation li a:after {
    content: "";
    position: absolute;
    background-color: #c2fbe4;
    width: 60px;
    height: 60px;
    z-index: 0;
    border-radius: 50%;
    opacity: 1;
    transition: .2s;
    left: 10px;
    top: 10px;
    z-index: -1;
}	

.main_navigation li a img {
    width: 80px;
    height: auto;
    float: left;
    position: relative;
    margin-right: 14px;
    pointer-events: none;
}
	.main_navigation li a:hover { background: #f0ab05;  color: #000;}


.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: #97d6ff;
}
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: #0167ef;
}
.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/soulslot/images/icon-ironball.png") no-repeat left;
}
.ico6 a {
	background: url("/html/soulslot/images/icon-ladder.png") no-repeat left;
}
.ico7 a {
	background: url("/html/soulslot/images/icon-snail.png") no-repeat left;
}
.ico8 a {
	background: url("/html/soulslot/images/icon-lowhigh.png") no-repeat left;
}
.ico11 a {
	background: url("/html/soulslot/images/icon-lowhigh.png") no-repeat left;
}
.ico9 a {
	background: url("/html/soulslot/images/icon-powerball.png") no-repeat left;
}
.ico10 a {
	background: url("/html/soulslot/images/icon-aladdin.png") no-repeat left;
}
.ico12 a {
	background: url("/html/soulslot/images/icon-aladdin.png") no-repeat left;
}
.ico13 a {
	background: url("/html/soulslot/images/icon-soccer.png") no-repeat left;
}
.ico14 a {
	background: url("/html/soulslot/images/icon-dog.png") no-repeat left;
}
.ico15 a {
	background: url("/html/soulslot/images/icon-dari.png") no-repeat left;
}
.ico61 a {
	background: url("/html/soulslot/images/icon-parao.png") no-repeat left;
}
.ico62 a {
	background: url("/html/soulslot/images/icon-powerladder.png") no-repeat left;
}
.ico77 a {
	background: url("/html/soulslot/images/icon-rult.png") no-repeat left;
}
.ico66 a {
	background: url("/html/soulslot/images/icon-choice.png") no-repeat left;
}
.ico52 a {
	background: url("/html/soulslot/images/icon-mgmo.png") no-repeat left;
}
.ico78 a {
	background: url("/html/soulslot/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';
    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';
    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';
    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';
    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;
}
.top-info-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
}
.top-info-right li {
    float: left;
    background: url("/html/soulslot/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';
    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;
}
.bg_top_arr { /* background:url(/html/soulslot/images/bg_top_arr.png?4); height:34px; border-bottom:solid 1px #000;*/
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.user-info-arr {
    z-index: 9;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    border-top: none;
}
.user-info {
    font-size: 12px;
    font-family: 'NotoSansKR';
    right: 0px;
    top: 0px;
    position: absolute;
}
.user-info img {
    width: 60px;
    vertical-align: middle
}
.user-info li {
    color: #fff;
    float: left;
    padding: 0 10px;
}
.user-info li:last-child {
    border-right: none;
}
.user-info a {
    color: #fff;
}
.user-info li a:hover {
    color: #f9b14e;
}
.user-info .level_icon img {
    vertical-align: middle;
}
.user-info .mb_point {
    color: #ff9241;
}
.user-info .PointChange strong {
    color: #59BEFF;
}
.user-info01 {
    font-size: 14px;
    float: left;
}
.user-info01 a {
    color: #fff;
    font-weight: normal
}
.user-info01 li a:hover {
    color: #f9b14e;
}
.user-info01 li {
    color: #fff;
    float: left;
    padding: 0 10px;
    font-weight: normal;
    list-style: none;
}
.user-info01 li i {
    color: #f0ab05;
    vertical-align: middle;
    font-size: 30px;
}
.user-info01 li i::before {
    line-height: inherit;
}
.user-info01 li:last-child {
    border-left: none;
    background: none;
}
.user-info01 strong {
}
.user-info01 li button {
    vertical-align: baseline
}
.level_icon img {
    vertical-align: middle;
    width: 20px !important;
}
.user-info01 .mb_point {
    color: #ffcc00;
    font-weight: bold
}
.user-info01 .PointChange strong {
    color: #ffcc00;
}
.topth th {
    height: 35px;
    font-weight: 300px;
    font-family: 'NotoSansKR';
    height: 33px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    font-family: 'NotoSansKR';
    background: #333;
}
.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: 'NotoSansKR';
    font-weight: bold;
    text-align: center;
    width: auto;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
    background: #a935d8;
    box-shadow: inset 0 2px 0px 0 rgb(255 255 255 / 30%);
    border-radius: 5px;
}
.result_menu li a:hover {
    filter: brightness(1.3);
}
.betting_info_table {
    background: rgba(0,0,0,0.20);
}
.cont_back_arr01 {
    position: relative;
}
.memo_view01 {
    width: 100%;
    border: 1px solid #444;
    border-radius: 6px;
}
.memo_view02 {
    background-color: #333;
}
.memo_view03 {
    background: #333;
    padding: 20px 20px 40px 20px;
    line-height: 20px;
    min-height: 300px;
    color: #fff;
}
.member-info-table001 {
    border: solid 1px #444;
    border-bottom: none;
    background: #222;
}
.member-info-table001 td {
    border-bottom: solid 1px #444;
    padding: 10px;
}
.member-info-table001 .titletext {
    border-right: solid 1px #444;
    color: #fff;
    background-color: #333;
    text-align: right;
}
#sub-content {
    font-family: 'NotoSansKR';
}
.result-table td {
    box-sizing: border-box;
    color: #fff;
}
.noSelected {
    transition: 0.2s;
    font-family: 'NotoSansKR';
    font-weight: bold;
    vertical-align: middle;
    font-family: 'NotoSansKR';
    color: #fff !important;
    height: 33px;
    padding: 0 10px;
    border: solid 1px #000 !important;
    font-weight: 400;
    cursor: pointer;
    transition: .5s;
    background: linear-gradient(to top, #222, #373737);
    box-shadow: inset 1px 1px rgba(255,255,255,0.2);
    border-radius: 5px;
    font-family: 'NotoSansKR';
}
.noSelected table td {
    color: #fff !important;
    font-weight: bold !important;
}
.noSelected span {
    color: #fff !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 #8d6624 !important;
    background: #e9b424;
}
.Selected {
    padding: 0 10px;
    transition: 0.2s;
    font-weight: bold;
    font-family: 'NotoSansKR';
    vertical-align: middle;
    color: #000;
    text-shadow: none;
    font-weight: bold;
    color: #252525;
    text-shadow: none;
    box-shadow: inset 0 1px 0px 0 rgba(255,255,255,0.3);
    border: solid 1px #8d6624 !important;
    background: #e9b424;
    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 #111 !important;
    padding: 0 10px;
    font-weight: bold;
    font-family: 'NotoSansKR';
    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: #252525;
    border: solid 1px #8d6624 !important;
    background: #e9b424;
    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 {
    color: #fff;
    font-size: 13.5px;
    font-family: 'NotoSansKR';
    background: #333;
}
.table-betting-arr .bt_stime {
    font-weight: bold;
    color: #999;
    font-size: 11px;
    font-family: 'NotoSansKR';
}
.cash_notice_zone li {
    font-family: 'NotoSansKR';
}
.cash_notice_zone li {
    list-style: none;
}
.cashzone_talbe_arr li {
    list-style: none;
}
#bett_lists table td {
    font-family: 'NotoSansKR';
    padding: 5px;
    text-align: center;
}
h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    height: 50px;
    line-height: 18px;
    padding-top: 8px;
    margin: 0;
    font-family: NotoSansKR !important;
    background: rgba(20,20,20,0.6);
    width:100%;
    display:block;
   
  background: linear-gradient(to bottom,  #a935d8 1%,#ce81ea 66%);
    border-radius: 10px;
}
h2 small {
    font-weight: 100;
    font-size: 15px;
    color: #333;
    display: block;
    text-align: center;
}
#divMenu {
    z-index: 150;
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/soulslot/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 #444;
    background: #111;
    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: #333;
    font-weight: bold;
    text-align: center;
}
.real_win_money {
    color: #F10004 !important;
    font-weight: bold;
}
.betting-result td {
    font-weight: bold;
}
input {
    font-family: 'NotoSansKR';
}
input[type="text"], input[type="password"], input[type="submit"], input[type="search"], input[type="image"], textarea {
    font-family: 'NotoSansKR';
}
input[type='text'], input[type='password'], select {
    border: 1px solid #444;
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    line-height: 33px;
    height: 33px;
    transition: 0.2s;
    vertical-align: middle;
}
textarea {
    border: 1px solid #444;
    background: #111;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    transition: 0.2s;
}
textarea:focus {
    outline: none;
    border: solid 1px #d86fff;
}
select {
    height: 38px;
    line-height: 38px;
}
input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus {
    outline: none;
    border: solid 1px #d86fff;
}
/*페이지네이션*/
.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: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    font-family: 'NotoSansKR';
    background: #333;
}
.tf_pagination ul li a .fa {
    margin-top: 10px;
}
.tf_pagination ul li a:hover {
    color: #fff;
    background: #a935d8
}
.tf_pagination .active {
    color: #fff;
    background: #a935d8
}
.betting-list .title {
    height: 30px;
}
/*충전 환전*/
.cash_btn01 a {
    background-position: 0 -36px;
}
.cash_notice_zone {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    background: #222;
    border: solid 1px #444;
}
.cash_notice_zone .title {
    text-align: left;
    font-size: 14px;
    padding: 15px 0 12px 0;
    font-family: NanumGothic, Malgun Gothic, sans-serif;
    color: #fff;
    font-weight: 800;
    background: #333;
    border-bottom: solid 1px #444;
    padding-left: 15px;
}
.cash_notice_zone ul {
    padding: 15px 20px;
}
.cash_notice_zone li {
    color: #fff;
    margin-bottom: 10px;
}
.bank-time-table {
    border-collapse: collapse;
    border-bottom: none;
    background: #222;
}
.bank-time-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #444;
    color: #fff;
}
.bank-time-table th {
    padding: 10px;
    color: #fff;
    background: #333;
    border: 1px solid #444;
    border-right: 1px solid #444;
}
.cash_zone_table {
    border: solid 1px #444;
    border-bottom: none;
    background: #222;
}
.cash_zone_table td {
    border-bottom: 1px solid #444;
}
.cash_zone_table th {
    padding: 0 10px;
    color: #fff;
    background: #333;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
}
.cash_bottom_btn {
    padding: 20px;
    text-align: center;
}
.cash_bottom_btn button {
    display: inline-block;
}
.bbs-list-cash td {
    border-bottom: solid 1px #ccc;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    height: 35px;
}
/*게시판*/
.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 #444;
}
#lists tr:nth-child(even) td {
    background-color: rgba(50,50,50,0.1);
}
.notice td {
    background: #111;
    border-bottom: solid 1px #444;
}
.bbs-list td {
    height: 35px;
    font-family: 'NotoSansKR';
}
.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: #fff;
    background-color: #333;
}
.bbs-list-new {
    border-collapse: collapse;
    border-top: solid 1px #444;
}
.bbs-list-new td {
    padding: 5px;
    border-bottom: solid 1px #444;
}
#betting_list .bbs-list-new td {
    border: none !important;
}
.board_title {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    background-color: #333;
    text-align: left;
    font-size: 14px;
    padding: 15px 0 12px 25px !important;
    font-family: NanumGothic, Malgun Gothic, sans-serif;
    color: #fff;
    font-weight: 800;
}
.board_user {
    padding: 10px;
    border-bottom: 1px solid #444;
    font-size: 12px;
    padding: 10px 25px 8px 25px !important;
    font-family: EsaManru, AppleGothic, sans-serif;
    color: #fff;
    letter-spacing: -1px;
    vertical-align: middle;
}
.board_user span {
    font-weight: bold;
    margin-left: 20px;
}
.board_date {
    float: right;
}
.board_content {
    vertical-align: top;
    line-height: 18px;
    color: #fff;
    padding: 20px 10px !important;
    font-family: 'NotoSansKR';
}
.board_comment_title {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    background: #333;
    color: #fff;
}
.board_bottom_btn {
    padding: 20px 0;
    border-top: dotted 1px #444;
    text-align: center;
}
#comment_content {
    margin: 10px 0;
}
.baord_list_comment01 td {
    background: #333;
    color: #fff;
    border-bottom: solid 1px #444;
    ;
    padding: 8px 10px;
}
.baord_list_comment01 strong {
    color: #ffcc00;
}
#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 {
    box-sizing: border-box;
    padding: 10px;
    width: 48%;
    margin: 0.5% 1%;
    cursor: pointer;
    display: block;
    color: #fff !important;
    font-weight: bold !important;
    position: relative;
    text-align: center;
    border: solid 1px #000;
    text-shadow: 0 0px 2px #000;
    transition: none !important;
    background: linear-gradient(#313131, #1b1b1b);
    border: 2px solid #4b4b4b;
}
.game_zone .btn-zone-arr a:hover {
    background: linear-gradient(#1b1b1b, #313131);
}
.game_zone .btn-zone-arr .select {
    background: linear-gradient(#ab8036, #72521a) !important;
    border: 2px solid #fff;
}
.game_zone .btn-zone-arr .select font {
    color: #fff !important;
}
.game_zone .btn-zone-arr a center {
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.game_zone .btn-zone-arr a center img {
    display: none !important;
}
.game_zone #team_name {
    font-weight: bold;
    font-size: 0;
}
.game_zone #team_name font {
    font-size: 18px;
    line-height: 0px;
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
}
.game_zone a .divd {
    font-size: 14px !important;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
}
.text-orange {
    color: #ff7815 !important;
}
.text-blue {
    color: #0080ff !important;
}
.text-red {
    color: #ff1515 !important;
}
.text-green {
    color: #0a9702 !important;
}
.float_left {
    float: left;
}
.float_center {
    float: left;
}
.float_right {
    float: right;
}
.float_left {
    background: #207ce5;
}
.float_right {
    background: #ff3019;
}
.game_zone h3 {
    background: rgba(100,100,100,0.3);
    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: 300px;
    float: right;
}
.game_zone {
    position: relative;
}
.game_zone .btn-zone-arr {
    text-align: center;
    background: #3c3c3c;
    background: #3c3c3c;
    margin-top: 5px;
    padding: 5px;
    vertical-align: text-top;
}
.game_time {
    text-align: center;
    font-family: 'NotoSansKR';
    background: #3c3c3c;
    border: solid 1px #3c3c3c;
    padding: 10px;
    vertical-align: text-top;
}
.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(100,100,100,0.5);
    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_iframe {
    float: left;
    width: calc(100% - 310px);
    box-sizing: border-box;
    background: rgba(50,50,50,0.5);
}
.w1160 {
    margin: 0 auto;
    width: 1440px;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}
.hader_top_arr {
       height: 80px;
    position: relative;
  
    width: 1440px;
    margin: 0 auto;
    z-index: 0;
}
.top-navegation01, .main_navigation_arr, .hader_top_arr {
    transition: 0.2s;
}
.tabmenu01 {
    float: right;
    padding-bottom: 10px;
    color: #fff;
}
.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 {
    left: 0;
    right: 0;
    z-index: 9;
}
.sub_content_arr_bg {
    margin: 0px auto 0 auto;
}
.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';
    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: 45px;
    background: rgba(0,0,0,.95);
    border: 2px solid #999;
    width: 120px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    display: none;
    box-sizing: border-box;
}
.navi-menu-sub li {
    float: none;
    margin: 0;
    padding: 0px;
    display: block;
    width: 100%;
}
.navi-menu-sub li a {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    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)
}
.gsub-title {
    background: rgba(0,0,0,0.5)
}
.gsub-title:after {
    content: "";
    display: block;
    clear: both;
}
.nav-links {
    height: 50px !important;
    line-height: 50px;
}
.menu-nav-links a {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    display: block;
    font-weight: 700;
}
.casino_point {
    font-weight: bold;
    color: #e9b424;
}
.chageCasinoPoint {
    display: inline-block;
    padding: 0 5px;
    margin: 0 2px;
    height: 25px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-shadow: 0;
    background: #f0ab05;
    border: solid 1px #f0ab05;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 100px;
    width: 60px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
.getCasinoPoint i {
    font-size: 20px !important;
}
.getCasinoPoint {
    transform: rotate(0deg);
    transition: 0.5s;
    background: none;
    cursor: pointer;
}
.getCasinoPoint i {
    font-size: 18px;
    vertical-align: middle
}
.getCasinoPoint:active {
    transform: rotate(360deg);
}
.getCasinoPoint:active {
    filter: brightness(0.6)
}
.chageCasinoPoint:active {
    filter: brightness(0.6)
}
#header > .centerbox > .logo_img {
    width: 200px;
}
.subject a {
    color: #fff;
}
.header-arr {
 
    z-index: 152;
    box-sizing: border-box;
}

.sub_content_arr_bg {
    position: relative;
    padding-top: 15px;
}
	
.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';
    font-weight: 400;
}
.sub-navi-bottom a:hover {
    color: #97d6ff;
    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)
}
.getCasinoPoint:active {
    filter: brightness(0.6)
}
.chageCasinoPoint:active {
    filter: brightness(0.6)
}
.leftbotbanner_arr {
    width: 250px;
    box-sizing: border-box;
    margin: 0 auto;
    display: none;
}
.leftbotbanner_arr a {
    display: block;
    margin: 10px auto;
}
.leftbotbanner_arr img {
    width: 100%;
}
.logouttopa {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    font-weight: bold;
    font-size: 15px;
    color: #000 !important;
    display: inline-block;
    background: #f0ab05;
    vertical-align: baseline;
    border-radius: 100px;
}
.logouttopa:hover {
    filter: brightness(1.3)
}
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    font-size: 14px;/*   user-select: none;
    -webkit-user-drag: none;
    outline: none;
*/}
body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
width: 8px;
}
body::-webkit-scrollbar-track {
background: #2f2f2f;
}
body::-webkit-scrollbar-thumb {
background: #4f4f4f;
}
a {
    text-decoration: none;
}
.real-list-arr {
    padding: 10px 0
}
.header-zone2 {
    top: 0;
    position: relative;
    display: flex
;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
	.header-zone2 a {
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: .2s;
}
	.header-zone2 li {
  filter: brightness(90%);
  padding: 0;
  margin-right: 2px
}
.header-zone2 li:hover {
  transform: scale(.95);
  filter: brightness(100%)
} 
	  
.header-zone2 li a:after {
    content: "";
    position: absolute;
    background-color: #c2fbe4;
    width: 48px;
    height: 48px;
    z-index: -1;
    border-radius: 50%;
    opacity: .6;
    transition: .2s;
}	
.header-zone2 li a img {
    width: 60px;
    height: auto;
    z-index: 1;
}	
.header-zone2 li  .btnHover {
  width: auto;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 70px;
  background-color: #a935d8;;
  border-radius: 100px;
  z-index: 4;
  transform: translate(-50%);
  transition: .2s;
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, .5))
}

	
.header-zone2 li .btnHover {
  top: 60px
}
.header-zone2 li .btnHover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #a935d8; transparent;
  transform: translate(-50%)
}
.header-zone2 li .btnHover span.hoverTXT {
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  float: right
}
.header-zone2 li:hover .btnHover {
  opacity: 1
}
	
.header-zone2 li .btnHover span {
  color: #ffffff;
  transition: .2s
}	
	
.header-zone2 li span.countNum, .header-zone2 li span.mmemo {
    position: absolute;
    z-index: 1;
    font-size: 12px;
    line-height: 24px;
    background-color: #f20f2a;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    right: 0;
    top: 6px;
    margin: 0;
}	

.noticeText {
    position: relative;
    width: 1440px;
    margin: 0px auto;
	height: 40px;
}
	
.noticeText:after {content:""; display:block; clear:both;} 	
.noticeText img {
    position: absolute;
    left: 0;
    top: 2px;
    width: 36px;
}
.noticeText em {
    background-color: #c30909;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px #e0c11b;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    float: left;
    margin: 9px 3px 9px 0;
    width: 60px;
    height: 23px;
    box-sizing: border-box;
    line-height: 23px;
}
.noticeText marquee {
    font-size: 12px;
    /*position: absolute;
    top: 0px;
	line-height: 40px;
    left: 36px;
		*/
}	

.casino_box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px 30px;
		margin-bottom:40px;
}
.gamelist123 a {
    border: solid 2px #988c9c;
    width: 100%;
    display: block;
    border-radius: 22px;
    box-sizing: border-box;
    overflow: hidden;
    transition: .2s;
    position: relative;
    display: flex;
    cursor: pointer;
		background:rgba(0,0,0,0.8);
}
.gamelist123 a:hover {
    border: solid 2px #d668ff;
    filter: drop-shadow(0 0 10px #c019ff)
}
.area-bnPic {
    width: 100%;
    transition: 0.3s
}
.gamelist123 a:hover img.area-bnPic {
    transform: scale(1.1); filter: brightness(1.2)
}
.area-brandPic {
    position: absolute;
    width: auto;
    max-width: 82%;
    max-height: 87px;
    left: 5%;
    bottom: 48px;
    z-index: 1;
    filter: drop-shadow(3px 3px 7px var(--main-bg-75));
}
.area-brandPicca {
		position: absolute;
    width: auto;
    max-width: 80%;
    max-height: 80px;
    left: 50%;
		transform: translate(-50%, 0%);
    bottom: 48px;
    z-index: 1;
    filter: drop-shadow(3px 3px 7px var(--main-bg-75));
}

.gamelist123 a h3 {
    width: 91%;
    height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    position: absolute;
    left: 5%;
    bottom:0px;
    color: var(--sub1-txt);
    box-sizing: border-box;
    z-index: 1;
    filter: drop-shadow(3px 3px 7px var(--main-bg-75));
		background:rgba(0,0,0,0.6);
}	
.bg-fixed-common.bg-animate-show {
    position: absolute;
    transition: none;
    opacity: 1
}
.bg-fixed-common.bg-animate-show.fixed-set1 {
    top: 300px
}

.bg-fixed-common.bg-animate-show.fixed-set2 {
    top: 340px
}

.bg-fixed-common.bg-stick-onTop {
    position: fixed;
    transition: none;
    opacity: 1
}


.fixed-set1{
	height: 640px;
    background-image: url("/html/soulslot/images/bg-fixed1.png")
}



.fixed-set2{
	height: 850px;
    background-image: url("/html/soulslot/images/bg-fixed2.png")
}


.bg-fixed-common {
    position: fixed;
    top: 0;
    width: 100%;
   
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all .25s linear
}	


	.topbtn-arr { position: absolute; right: 15px; top: 13px;}
	.topbtn-arr li { line-height: 0; padding:  0 5px; float: left;}
	.topbtn-arr button, .topbtn-arr a  {    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    width: 120px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    height: 40px;
    line-height: 40px;
        border-radius: 100px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
   
    background: #a935d8 ;
		
		    
       
   
    color: #fff; vertical-align: middle;}
.topbtn-arr a {
       
  background: #f0ab05;
	color: #000;
}


.topbtn-arr button:hover, .topbtn-arr a:hover{filter: brightness(1.3)}	
	
	
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
    top: 0;
    left: 0;
    display: none;
	z-index: 99999
}
	.modal_content {
    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;
  
    line-height: 23px;
    cursor: pointer;
	border: solid 2px #21243a;
       background: linear-gradient(#21243a 0%, #21243a 100%);
    border-radius: 10px;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.7);
}
.logingirl {
    position: absolute;
    left: 0;
    bottom: 0;
}
.lg_frm_arr {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 380px;
    top: 0;
}
.lg_frm_arr .frm-logo {
    display: block;
   
    margin: 60px auto 10px auto;
	width: 236px;
}
.lg_frm_arr h4 {
    font-size: 20px;
    color: #fff;
    border-bottom: solid 2px #444;
    padding: 10px 0 15px 0;
	display: none;
}
#userid, #passwd {
    height: 50px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    border: solid 1px rgba(255,255,255,0.3);
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    outline: none;
    font-size: 14px;
}
#userid:focus, #passwd:focus {
    border: solid 1px #da78ff;
}
#login-btn, #join-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: block;
    margin-top: 10px;
    background: #a935d8;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
}

#join-btn {background: #f0ab05; color: #000;}
#login-btn:hover, #join-btn:hover {
    filter: brightness(1.3)
}
		
.modal-close {
    position: absolute;
    font-size: 30px;
    right: 10px;
    top: 10px;
    color: #fff;
    z-index: 9;
	transition: all 0.3s
}

	.modal-close:hover { color: #da78ff ; transform: rotate(360deg);}		
    
    .inloforma { padding: 20px; box-sizing: border-box;}   
    
        #header > .centerbox > .logo_img { width: 200px;}
        .wrapper > div { font-family: 'KBO-Dia-Gothic_bold' !important;}
	.kakap-sns {
    color: #fff;
    font-size: 14px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    border: solid 1px #0bc8ff;
    background: rgba(0,0,0,0.8);
    margin: 10px 0;
    text-align: center;
	margin-top: 10px;
}
	
	
.kakap-sns i {
    color: #0bc8ff;
    font-size: 30px;
    vertical-align: middle;
}
	
.kakap-sns strong a {
    color: #0bc8ff;
    font-weight: bold;
}
.gameZone .chooseZone .inner ul li .btnN i { top: 15px !important; }
.tele-btttb { width: 100%; margin: 10px auto;}
.tele-btttb img { width: 100%}

.gameZoneTitle {width:100%;text-align:center;padding:10px 0;font-size:2em}
.main-visual {
	margin: 0 auto;
  width: 100%;
   
  overflow: hidden;
}
.slide img {
    width: 100%;
}
.slick-slider {
    margin-bottom: 0px !important;
}
.slick-dots {
    bottom: 10px !important;
	display: none !important;
}
.slick-dots li button:before {
    color: #a935d8 !important;
    border: solid 2px #fff;
    border-radius: 100px;
}
.main_visual_latest > .visualbox {
    height: 300px !important;
}
.main_visual_latest > .visualbox > .visual_entity {
    bottom: -150px !important;
    width: 700px !important;
}
.main_visual_latest > .visualbox:last-child .visual_entity {
    bottom: -100px !important
}
.main_visual_latest > .visualbox > .centerbox {
    width: 90% !important;
}
.mainBoard {
    margin-right: 0;
    padding: 0 0px 10px 0px;
}
.mainBoard:after {
    content: "";
    display: block;
    clear: both;
}
.event_list {
    float: left;
    width: 49%;
    margin: 20px 0 0 0;
    height: 300px;
    float: left;
    padding: 20px 20px 20px 20px;
    background: #222222;
    border-top: 2px solid #1b7dff;
}
.event_list.noDot {
    float: right
}
.event_list h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.event_list h6 img {
    height: 20px;
    vertical-align: middle;
}
.event_list .read_more {
    float: right;
    color: #b8b8b8;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-style: normal;
}
.event_list .read_more a {
    color: #b8b8b8;
    font-size: 11px;
}
.event_list .read_more i {
    color: #fbd000;
    font-style: normal;
}
.event_list i {
    vertical-align: middle;
    font-size: 27px;
    position: relative;
    top: 1px;
    color: #b8b8b8;
}
.event_list li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    line-height: 42px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slick-next {
    right: 10px !important;
    background-size: contain;
    z-index: 2
}
.slick-prev {
    left: 10px !important;
    background-size: contain;
    z-index: 2
}
.slick-next:before, .slick-prev:before {
    font-size: 40px;
    color: #1b7dff;
}
.slick-next, .slick-prev {
    width: 40px;
    height: 40px;
    display: none !important;
}
.withdrawWeekTopList2 .list-cash {
    float: right;
    color: #1b7dff;
    font-weight: bold;
}

	
.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: #f0d416;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
}
.vertical-ticker-ar li div strong {
    color: #f0d416;
}
.main-zonezzr { width: 1440px; margin: 20px auto}
.bg-fixed-common.bg-animate-show.fixed-set1 {
    top: 700px
}

.bg-fixed-common.bg-animate-show.fixed-set2 {
    top: 1140px
}

#close-slot-game {
    position: fixed;
    top: 40px;
    font-size: 40px;
    float: right;
    background: none;
}
#close-slot-game i {
    width: 100%;
    display: block;
    text-align: right;
    color: #fff;
    font-size: 35px;
}
#slot-game {
    background: rgba(0,0,0,0.8);
}
#slot-game .slot-game-layer {
    width: 1200px;
		margin:0 auto;
    background: #111;
    border: solid 10px #444;
    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: #444;
border-radius: 10px;
box-shadow: inset 0px 0px 5px white;
}
#slot-game-list {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
		display:grid;
		grid-template-columns: repeat(6, 1fr);
		gap:10px
}
#slot-game-list:after {
    content: "";
    display: block;
    clear: both;
}
#slot-game-list li {
    width: 100%;
    margin: 0.5%;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    list-style: none;
}
#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;
}

.footer-png {
    display: block;
    margin: 0px auto 10px auto;
}
.copyright {
    text-align: center;
    padding: 20px 0;
    background: #21243a;
    color: #999;
}
.copyright img {
    width: 200px;
    margin: 20px auto;
}
.company-cont .center {
    width: 1280px;
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 10px auto;
}
.company-cont img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 10px
}
.footer-common {
    z-index: 5;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 140px
}
.footer-common .footer-Wrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column
}
.footer-common .footer-Wrapper .footer-topZone {
    position: relative;
    padding: 20px 0;
    background-image: -moz-linear-gradient(180deg, rgba(40,113,84,.5) 0%, rgba(19,19,31,.5) 100%);
    background-image: -webkit-linear-gradient(180deg, rgba(40,113,84,.5) 0%, rgba(19,19,31,.5) 100%);
    background-image: -ms-linear-gradient(180deg, rgba(40,113,84,.5) 0%, rgba(19,19,31,.5) 100%)
}

.footer-common .footer-Wrapper .footer-topZone:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 12vw);
    top: -12vw;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
    background-size: 100%
}

.footer-common .footer-Wrapper .footer-topZone:before {
    background-image: url("/html/soulslot/images/footer-bg.png")
}
.footer-common .footer-Wrapper .footer-topZone:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background-image: -moz-linear-gradient(90deg, rgb(11,11,17) 0%, rgba(11,11,17,0) 60%);
    background-image: -webkit-linear-gradient(90deg, rgb(11,11,17) 0%, rgba(11,11,17,0) 60%);
    background-image: -ms-linear-gradient(90deg, rgb(11,11,17) 0%, rgba(11,11,17,0) 60%);
    bottom: 0;
    z-index: 0
}


.footer-common .footer-Wrapper .footer-topZone .footer-title {
    font-family: Arial!important;
    font-size: 36px;
    color: var(--main-title-txt);
    text-align: center;
    margin: 60px auto 30px
}
.footer-common .footer-Wrapper .footer-topZone ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}
.footer-common .footer-Wrapper .footer-topZone ul li {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 10px 20px;
    transition: .2s ease-out;
    filter: brightness(60%)
}
.footer-common .footer-Wrapper .footer-topZone ul li img {
    max-height: 65px
}
.footer-common .footer-Wrapper .footer-topZone ul li:hover {
    filter: brightness(100%);
    transform: scale(.97)
}

 .footer-logo {
    margin: 30px auto 0
}
 .footer-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 1200px;
    margin: 0 auto 20px;
	 color: #fff;
}
 .footer-flex .flex-box {
    display: flex;
    flex-direction: column
}
 .footer-flex .flex-box .box-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}
 .footer-flex .flex-box .box-area .area-title {
    text-align: left;
    color: #a935d8;
    width: 140px;
    font-size: 24px
}
 .footer-flex .flex-box .box-area .area-inner {
    text-align: left;
    line-height: 1.6em;
    font-size: 18px
}
 .footer-flex .flex-box .box-area .area-inner a{
  
    line-height: 1.6em;
    font-size: 18px
}	
 .footer-flex .flex-box.box1 {
    width: 71%;
    display: flex;
    justify-content: space-evenly
}
 .footer-flex .flex-box.box1 .box-area .area-inner {
    cursor: pointer;
    width: 200px
}
 .footer-flex .flex-box.box2 {
    width: 29%
}
 .footer-flex .flex-box.box2 .box-area {
    flex-direction: column;
    align-items: flex-start
}
 .footer-flex .flex-box.box2 .box-area .area-inner {
    font-size: 16px
}
.footer-hov {
    transition: .2s
}
.footer-hov:hover {
    transform: scale(.98)
}
 .footer-Copyright {
    color: var(--sub4-txt);
    width: 1200px;
    border-top: solid 1px var(--sub7-border);
    margin: 0 auto;
    padding: 5px 0;
    font-size: 12px
}
 .footer-Copyright span {
    font-family: ko!important
}

#memid, #mempw {
    height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    outline: none;
    font-size: 14px;
}

.popup-container {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .5);z-index:9999;overflow:hidden}
.popup-wrap {width:1600px;margin:0 auto;display:flex;align-items:flex-start;gap:10px}
.popup-container .popup-wrap .popup-box {display:inline-block;margin-top:68px;width:calc(25% - 10px);margin-right:10px;border:2px solid #000;overflow:hidden;background:#000;animation:opacityIn .3s;transition:opacity .3s;}
.popup-container .popup-wrap .popup-box .pop_head {display:flex;align-items:center;justify-content:center;width:100%;height:60px;background-color:#000;position:relative;}
.popup-container .popup-wrap .popup-box .pop_head button{position:absolute;top:50%;right:20px;transform:translate(0, -50%);width:24px;height:24px;color:white;display:grid;place-content:center;background-color:transparent;cursor:pointer;border:none}
.popup-container .popup-wrap .popup-box .popup-contents-box {min-height:400px;padding:0}
.popup-container .popup-wrap .popup-box .popup-contents-box img {display:block;width:100%;max-height:calc(100vh - 150px);}
.popup-container .popup-wrap .popup-box .popup-footer {height:70px;background:#000;color:#fff;display: flex;justify-content: center;align-items: center;}
.popup-container .popup-wrap .popup-box .popup-footer button {background:#444;min-width:200px;height:42px;line-height:42px;display:inline-block;text-align:center;border-radius:42px;font-weight:300;font-size:14px;color:#ffffff;font-family: 'S-CoreDream-3Light';}

.btnwrap {width:100%;margin-top:10px;display:grid;grid-template-columns: repeat(8, 1fr);gap:4px}
.btnwrap button {width:100%;cursor:pointer;padding: 8px 12px;font-size:14px;color:#fff;border-radius:8px;border:1px solid #e2e8f0;}

.header-arr .hader_arr {display:none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #1f212d;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
    background: linear-gradient(#1f212d, #1f212d);
}
.left-togle {
    z-index: 9;
    position: absolute !important;
    top: 5px;
    left: 10px;
    font-size: 20px;
    color: #fff;
    height: 50px;
    width: 50px;
    background: url(/html/soulslot/images/icon-list.png?32323) center center no-repeat;
    background-size: 25px 25px;
}

.sidebar {
		display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 9990;
    overflow: auto;
    background: #21243a;
    box-sizing: border-box;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
    transition: all 0.3s cubic-bezier(0.35, 0.38, 0.07, 0.83);
}
.sidebar.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#sidebar-close {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: center;
}
#sidebar-close i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffcc00;
    font-size: 20px;
}
.sidebar-right-cont li {
    display: block;
    font-size: 14px;
    padding: 11px 0;
    box-shadow: 0 -4px 8px rgb(0, 0, 0, .35);
    box-sizing: border-box;
}
.sidebar-right-cont li a {
    color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 18px;
    display: block;
    padding-left: 30px;
}
.sidebar-right-cont li img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
.logouttaa {
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #fff;
    display: block;
    margin: 10px auto;
    font-size: 16px;
}
.logouttaa i {vertical-align: middle;}

/* Banner Section */
.w-b, .w-a, .w-ba {
    position: relative;
    z-index: 1;
}
.w-b:before, .w-a:after, .w-ba:before, .w-ba:after {
    content: '';
    position: absolute;
    pointer-events: none;
    transition: 0.3s;
    z-index: -1;
}
.w-b:before, .w-a:after, .w-ba:before, .w-ba:after {
    content: '';
    position: absolute;
    pointer-events: none;
    transition: 0.3s;
    z-index: -1;
}
.container {position: relative;margin:0 auto;text-align:center}
.dflex-ac-jc {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.h-100 {
    height: 100% !important;
}
@media (min-width: 1200px) {
  .container {max-width: 1530px;}
}

.banner-section {
    width: 100%;
    height: 420px;
		overflow:hidden;
}

.banner-carousel {
    width: 100%;
    max-width: 500px;
    z-index: 10;
    padding: 0 0 70px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner-carousel .text-panel {
    opacity: 0;
    transform-origin: left center;
    animation: bannerTextAnim 5s ease 1 forwards;
}

@keyframes bannerTextAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    15% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    19% {
        opacity: 0.25;
        transform: scale(1.0);
    }
    23% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    27% {
        opacity: 0.25;
        transform: scale(1.0);
    }
    30% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 1.0;
        transform: scale(1.0);
    }
}

.banner-carousel .text-panel h1 {
    font-size: 36px;
    margin: 0 0 -0.5%;
}

.banner-carousel .text-panel h2 {
    font-size: 34px;
    margin: 0 0 -0.5%;
}

.banner-carousel .text-panel h4 {
    font-size: 26px;
    margin: 0 0 -0.5%;
}

.banner-carousel .text-panel h5 {
    font-size: 24px;
    margin: 0 0 -0.5%;
}

.banner-carousel .text-panel h6 {
    font-size: 17px;
    margin: 0 0 -0.5%;
}


/* Carousel Nav */

.carousel-nav {
    margin: 20px 0 0;
    padding: 0 2px;
}

.carousel-indicators {
    margin: 0;
    position: relative;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    opacity: 1;
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 1.0);
}

.carousel-indicators li.active {
    background-color: #faf200;
    border-color: #faf200;
}

.carousel-nav .control-btn {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #ffffff;
    border: solid 1px #444444;
    padding: 1px 0 0;
}

.carousel-nav .control-btn:first-child {
    margin-right: 12px;
}

.carousel-nav .control-btn:last-child {
    margin-left: 12px;
}

.carousel-nav .control-btn:hover {
    color: #ba9bff;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.25);
}


/* Banner Background */

.banner-background {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
}

.banner-background img,
.banner-background div {
    position: absolute;
    bottom: 0;
}

.banner-background div .d-img {
    width: 100%;
    position: relative;
}

.banner-background .singer-man {
    width: 25%;
    left: 2.9%;
    bottom: -24%;
    animation: bbSingerMan 15s ease infinite;
}

@keyframes bbSingerMan {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    10% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .slotmachine {
    width: 100%;
    left: 25%;
    bottom: 30%;
    transform-origin: bottom left;
    animation: bbKaraoke 15s ease infinite;
}

.banner-background .star-01 {
    width: 100%;
    left: -25%;
    bottom: 20%;
    /* z-index: 1; */
    animation: bbStar03 15s ease infinite;
}

.banner-background .star-01 .d-img {
    animation: bbStarImg01 8s linear infinite;
}

@keyframes bbStarImg01 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    2% {
        opacity: 0;
        transform: scale(0.5);
    }
    12% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
		/*
		0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
		*/
}

.banner-background .note-01 {
    width: 50%;
    left: -10%;
    bottom: 5.25%;
    animation: bbNote01 15s ease infinite;
}

@keyframes bbNote01 {
    0% {
        opacity: 0;
        transform: translate(-100%, 100%);
    }
    6% {
        opacity: 0;
        transform: translate(-100%, 100%);
    }
    11% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .note-01 .d-img {
    animation: bbNoteImg01 10s ease infinite;
}

@keyframes bbNoteImg01 {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

.banner-background .singer-girl {
    width: 23.46%;
    right: 0%;
		top:10%;
    animation: bbSingerGirl 15s ease infinite;
}

@keyframes bbSingerGirl {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    10% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .karaoke {
    width: 24%;
		top: 20%;
    right: 16.25%;
    z-index: 1;
    transform-origin: bottom right;
    animation: bbKaraoke 15s ease infinite;
}

@keyframes bbKaraoke {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    2% {
        opacity: 0;
        transform: scale(0.5);
    }
    12% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-background .star-02 {
    width: 80%;
    top: -20%;
    right: -10%;
    bottom: auto;
    animation: bbStar02 15s ease infinite;
}

@keyframes bbStar02 {
    0% {
        opacity: 0;
        transform: translate(-10%, 100%);
    }
    7% {
        opacity: 0;
        transform: translate(-10%, 100%);
    }
    12% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .star-02 .d-img {
    animation: bbStarImg01 6s linear infinite;
}

.banner-background .note-02 {
    width: 25%;
    left: 5%;
    top: 11%;
    bottom: auto;
    animation: bbNote02 15s ease infinite;
}

@keyframes bbNote02 {
    0% {
        opacity: 0;
        transform: translate(100%, 100%);
    }
    6% {
        opacity: 0;
        transform: translate(100%, 100%);
    }
    11% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .note-02 .d-img {
    animation: bbNoteImg02 3s ease infinite;
}

@keyframes bbNoteImg02 {
    0% {
        transform: rotate(25deg);
    }
    50% {
        transform: rotate(-25deg);
    }
    100% {
        transform: rotate(25deg);
    }
}

.banner-background .star-03 {
    width: 60%;
    left: -10%;
    bottom: 22%;
    animation: bbStar03 15s ease infinite;
}

@keyframes bbStar03 {
    0% {
        opacity: 0;
        transform: translate(100%, 25%);
    }
    7% {
        opacity: 0;
        transform: translate(100%, 25%);
    }
    12% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .star-03 .d-img {
    animation: bbStarImg03 8s linear infinite;
}

@keyframes bbStarImg03 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.banner-background .diamonds {
    width: 33.6%;
    right: 6%;
    bottom: 11.25%;
    z-index: 2;
    transform-origin: bottom center;
    animation: bbDiamonds 15s ease infinite;
}

@keyframes bbDiamonds {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    8% {
        opacity: 0;
        transform: scale(0);
    }
    14% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

/* - - - - - - - - - - Banner Queries - - - - - - - - - - */
@media(max-width: 1260px){
    .banner-background {
        width: 110%;
        left: -5%;
    }

    .banner-background .singer-man {
        bottom: -6%;
    }

    .banner-background .singer-girl {
        right: 5%;
    }

    .banner-background .karaoke {
        right: 16.5%;
    }

    .banner-background .note-02 {
        top: -17%;
    }
}

@media(max-width: 1024px){
    .banner-section {
        height: auto;
        padding: 3% 0 2%;
    }

    .banner-carousel {
        max-width: 100%;
        padding-left: 4%;
    }

    .banner-carousel .text-panel h1 {
        font-size: 3.52vw;
        margin: 0;
    }

    .banner-carousel .text-panel h2 {
        font-size: 3.27vw;
        margin: 0;
    }

    .banner-carousel .text-panel h4 {
        font-size: 2.54vw;
        margin: 0;
    }

    .banner-carousel .text-panel h5 {
        font-size: 2.29vw;
        margin: 0;
    }

    .banner-carousel .text-panel h6 {
        font-size: 1.66vw;
        margin: 0;
    }

    .banner-carousel .text-panel .mb-2 {
        margin-bottom: 1% !important;
    }

    .banner-carousel .text-panel .mt-2 {
        margin-top: 1% !important;
    }

    .carousel-nav .control-btn {
        display: none !important;
    }

    .banner-background .singer-man {
        left: auto;
        right: 24%;
        bottom: 0%;
    }

    .banner-background .karaoke {
        bottom: -6%;
        right: 22%;
    }
}

@media(max-width: 767px){
    .banner-background {
        width: 128%;
        left: -23%;
    }

    .banner-background .singer-man {
        right: 21%;
        bottom: -10%;
    }
}

@media(max-width: 500px){
    .banner-section {
        padding: 4% 0 3%;
    }

    .banner-carousel .text-panel .mb-2 {
        margin-bottom: 1% !important;
    }

    .carousel-nav {
        margin: 15px 0 0;
    }

    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }

    .banner-background {
        width: 143%;
        left: -30%;
    }
}

@media(max-width: 414px){ 
    .banner-background {
        top: -8%;
    }

    .carousel-nav {
        margin-top: 10px;
    }
}

.banner-carousel .text-panel h1 {
    font-size: 36px;
    margin: 0 0 -0.5%;
}
.banner-carousel .text-panel span {font:inherit}
.font-small { font-size: 10px; }

.font-s-12 { font-size: 12px !important; }

.font-light { font-family: GongGothicLight !important; }

.font-bold { font-family: GongGothicBold !important; }

.font-notosans { font-family: Noto Sans Kr; }

.font-notosans-black { font-family: Noto Sans Kr; font-weight: 900; }

.font-score { font-family: S-CoreDream-4Regular; }

.text-blue { color: #39f1f1 !important; }

.text-orange { color: #fb730f !important; }

.text-yellow { color: #ffe240 !important; }

.text-pink { color: #c9b0ff !important; }

.text-bgreen { color: #71dba1 !important; }

.text-gray { color: #8fa4bd !important; }

.text-pink2 { color: #f610d8 !important; }

.text-green { color: #95fc27 !important; }

.text-blue2 { color: #47c7f7 !important; }

.text-yellow2 { color: #f4c00b !important; }

.text-gray2 { color: #999999 !important; }

.text-red { color: #f21b1b !important; }


/* BS Table */

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 3px;
}

.bs-table thead th {
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #334461;
}

.bs-table thead th:first-child {
    border-radius: 8px 0 0 8px;
}

.bs-table thead th:last-child {
    border-radius: 0 8px 8px 0;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 48px;
    color: #ebebeb;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.03);
    border-top: solid 1px rgba(255, 255, 255, 0.08);
    border-bottom: solid 1px rgba(255, 255, 255, 0.08);
}

.bs-table tr td:first-child {
    border-radius: 8px 0 0 8px;
    border-left: solid 1px rgba(255, 255, 255, 0.08);
}

.bs-table tr td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: solid 1px rgba(255, 255, 255, 0.08);
}

.bs-table tr:hover td {
    background-color: rgba(180, 223, 255, 0.1);
    border-color: rgba(180, 223, 255, 0.15);
}

.bs-table tr td a {
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.bs-table tr td a:hover {
    color: #c7adff;
    text-decoration: underline;
}

.bs-table tr .count-td {
    width: 50px;
}

.bs-table tr .count-tag {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    background-color: #7a6fed;
    border-radius: 6px;
}

.bs-table tr .title-td {
    text-align: left;
    padding-left: 15px;
    max-width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-table tr .status-td {
    width: 15%;
    padding-left: 5px;
}

.status-tag {
    min-width: 68px;
    display: inline-block;
    padding: 2px 10px;
    background-color: #0075ff;
    border-radius: 4px;
    color: #ffffff;
    white-space: nowrap;
    font-size: 12px;
}

.status-tag.green {
    background-color: #27ae27;
}

.bs-table tr .date-td {
    width: 20%;
    color: #8fa4bd;
    font-size: 12px;
}

.bs-table tr .nav-td {
    width: 40px;
}

.bs-table tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: #999999;
    font-size: 14px;
    transition: 0.3s;
}

.bs-table tr td .delete-btn:hover {
    color: #d3131a;
}

.bs-table tr td .nav-btn {
    background-color: transparent;
    border: none;
    position: relative;
}

.bs-table tr td .nav-btn i {
    position: relative;
    color: #fff;
    font-size: 10px;
    transition: 0.3s;
    transform: rotate(0deg);
}

.bs-table tr td .nav-btn:hover i {
    color: #ffca5f;
}

.bs-table tr.active td .nav-btn i {
    transform: rotate(180deg);
    top: 5px;
}

.bs-table tr td .plus-btn {
    width: 16px;
    height: 16px;
    background-color: #ffdf3d;
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    padding: 0 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bs-table tr td .plus-btn:hover {
    background-color: #cd4821;
}

.bs-table tr td .plus-btn:before,
.bs-table tr td .plus-btn:after {
    content: '';
    width: 2px;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: #444444;
    transition: 0.3s;
}

.bs-table tr td .plus-btn:after {
    transform: rotate(90deg);
}

.bs-table tr.active td .plus-btn:before {
    height: 0;
}

.bs-table tr td .plus-btn:hover:before,
.bs-table tr td .plus-btn:hover:after {
    background-color: #ffffff;
}


/* With Depth */

table.with-depth {
    border-spacing: 0 2px;
}

.with-depth .message-content {
    display: none;
    height: 200px;
    margin: 2px 0 5px;
}

.with-depth tr.depth-click {
    cursor: pointer;
}

.with-depth tr.dropdown {
    background-color: transparent;
}

.with-depth tr.dropdown td {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
}

.with-depth tr.dropdown td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td {
    background-color: transparent;
    border: none;
}


.form-container .form-label {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 4px;
    margin: 0 0 8px;
}

.form-container .form-label .labels {
    width: auto;
    min-width: 150px;
    height: auto;
    color: #8fa4bd;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    margin: 0;
}

.form-container .form-label .amount {
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.form-container .form-label .amount .symbol {
    color: #ffec5b;
}

.transferModal .form-container .form-group .input-container .icon-panel{
    font-size: 18px;
}

.transferModal .form-container .w-btn .input-container {
    width: calc(100% - 170px);
}

.transferModal .form-container .form-group .form-btn {
    width: 160px;
}

.transferModal .form-container .form-group .form-btn i {
    color: rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    margin: 0 8px;
}

/* Form Container */

.form-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.form-container .form-group {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    width: 100%;
    text-align: left;
    color: #8fa4bd;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    padding:0 0 0 4px;
    margin: 0 0 5px;
}

.form-container .infos {
    width: 100%;
    display: flex;
    align-items: center;
}

.form-container .form-group .input-container {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-container .w-btn .input-container {
    width: calc(100% - 125px);
}

.form-container .form-group input {
    width: 100%;
    height: 50px;
    float: left;
    color: #ffffff;
    font-family: GongGothicLight;
    background-color: rgba(50, 74, 100, 0.25);
    border: solid 1px rgba(50, 74, 100, 0.5);
    transition: 0.3s;
    padding: 0 10px;
    border-radius: 8px;
}

.form-container .w-icon input {
    padding: 0 0 0 40px;
}

.form-container .form-group input::-webkit-input-placeholder {
    color: #627387;
}

.form-container .form-group .input-container .icon-panel{
    min-width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffe736;
    font-size: 18px;
}

.form-container .form-group .select-input {
    width: 100%;
    height: 50px;
    float: left;
    color: #627387;
    background-color: rgba(50, 74, 100, 0.25);
    border: solid 1px rgba(50, 74, 100, 0.5);
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    position: relative;
}

.form-container .form-group .select-input select {
    width: 100%;
    height: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.25);
    font-family: GongGothicLight;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 5px;
    cursor: pointer;
}

.form-container .w-icon .select-input select {
    padding-left: 50px;
}

.form-container .form-group select option {
    background-color: #1f0a0a;
    color: #fff;
}

.form-container .form-group .select-input i {
    font-size: 18px;
    position: absolute;
    right: 15px;
}

.form-container .form-group textarea {
    width: 100%;
    height: 200px;
    float: left;
    color: #ffffff;
    font-family: GongGothicLight;
    background-color: rgba(50, 74, 100, 0.25);
    border: solid 1px rgba(50, 74, 100, 0.5);
    transition: 0.3s;
    padding: 20px 18px;
    resize: none;
    border-radius: 8px;
}

.form-container .form-group textarea::-webkit-input-placeholder {
    color: #627387;
}

.form-container .form-group .form-btn {
    width: 120px;
    height: 50px;
    border: none;
    float: right;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    margin: 0 0 0 10px;
    border-radius: 8px
}

.form-container .form-group .form-btn:before {
    border-radius: 8px
}

.form-container .form-group .form-btn i {
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
	.pc {display:none !important}
	.momemu {display:flex !important;height:50px !important;gap:10px}
	
	.btnwrap {grid-template-columns: repeat(4, 1fr);gap:4px}
	
	.popup-wrap {width:100%;display:flex;flex-wrap:wrap;justify-content:center}
	.popup-container .popup-wrap .popup-box {margin-top:40px;width:calc(90% - 10px);}
	
	.header-arr {height:100px;}
	.header-arr .header {display:none;width:100%}
	.header-arr .hader_arr {display:block}
	.navbar-brand {
    display: block;
    text-align: left;
    font-size: 25px;
    color: #ffc527;
    font-family: 'NotoSansKR';
    height: 43px;
    width: 140px;
    margin: 0 auto;
	}
	.navbar-brand img {width:100%;}
	
	.noticeText {width:100%;height:30px;line-height:40px;}
	.hader_top_arr {display:none}
	.sub-topcont11 {padding-top:70px}
	
	.bg-fixed-common.bg-animate-show.fixed-set1 {display:none}
	.bg-fixed-common.bg-animate-show.fixed-set2 {display:none}
	
	.sub_content_arr_bg {padding-top:4px;}
	
	.main-zonezzr {width:100%}
	.casino_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-bottom: 40px;
}
	
	.sidebar {display:block;}
	.company-cont .center {width:100%}
	
	.modal_content {width:100%;top:10%;left:0%;margin:0px;}
	.logingirl {display:none}
	.lg_frm_arr {position:relative;right:0;bottom: 0;left:0;top:0;padding:0 10px	}
	.banner-carousel .text-panel h1 {
        font-size: 3.52vw;
        margin: 0;
    }

    .banner-carousel .text-panel h2 {
        font-size: 3.27vw;
        margin: 0;
    }

    .banner-carousel .text-panel h4 {
        font-size: 2.54vw;
        margin: 0;
    }

    .banner-carousel .text-panel h5 {
        font-size: 2.29vw;
        margin: 0;
    }

    .banner-carousel .text-panel h6 {
        font-size: 1.66vw;
        margin: 0;
    }

    .banner-carousel .text-panel .mb-2 {
        margin-bottom: 1% !important;
    }

    .banner-carousel .text-panel .mt-2 {
        margin-top: 1% !important;
    }
		
		#slot-game .slot-game-layer {width:100%}
		
		#slot-game-list {
			padding: 4px;
			grid-template-columns: repeat(3, 1fr);
			gap:4px
		}
}