/*{{ side-menu */
.side-menu {
    /*background-color: var(--main);*/
    /*background-image: linear-gradient(to bottom right, var(--sidemenu-bg0), var(--sidemenu-bg1));*/
    background: linear-gradient( var(--main), var(--sidemenu-bg0), var(--sidemenu-bg0), var(--main));
    box-shadow: var(--sidemenu-shadow) 0 0 0.6em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    z-index: 14;
    top: 0;
    float: left;
    bottom: 0;
    padding: 20px 0 0;
    position: fixed;
    transition: 0.25s ease-out;
}

.side-menu:hover { width: 250px; }
/*.side-menu:hover .logo-name { margin-left: 40px; }*/
.side-menu:hover .logo-name .logo-text { display: block; }

.side-menu.webside-menu { display: none; }

.logo-name {
    display: flex;
    align-items: center;
    margin-left: 79px;
    margin-right: 20px;
	height: 107px;
	/*margin-top: 8px;*/
    /*transform: translateX(0%);*/
    /*border: 1px solid red;*/
}

.logo-icon {
    scale : 1.4;
}

.logo-text {
    text-align : center;
    width: 100%;
    height: 100%;
    margin-left: 8px;
    font-size: 26px;
    font-weight: normal;
    color: var(--logo-text);
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px;
    margin-left: -5px;
    /*border: 1px solid red;*/
    animation: fadein 1s;


    /*font-family: "Noto Sans", Arial, sans-serif;*/    
    /*text-shadow: 1px 1px 1px #dab896;*/


    font-family: 'BlackHanSans', sans-serif;
    /*font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');*/
    /*font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');*/
    /*font-weight: normal;
    font-style: normal;*/
    /*text-stroke: 1px rgb(238, 158, 158);
    -webkit-text-stroke: 1px rgb(121, 78, 249);  */

    /*font-size: 2em;*/
    /*color: #3fefef;*/
    /*letter-spacing: 2px;
    text-transform: uppercase;*/
    /*filter: drop-shadow(0 0 10px #3fefef) drop-shadow(0 0 40px #3fefef);*/
    /*animation: animate_text 0.5s steps(1) infinite;*/

    /*text-shadow: -1px 0px #dab896, 0px 1px #dab896, 1px 0px #dab896, 0px -1px #dab896;*/
}
.logo-text:hover {    
    color: #eda45a;
}
.logo-text-2em {
	font-size: 2em;
}

.logo-text2 {
    text-align : center;
    width: 100%;
    height: 100%;
    margin-left: 8px;
    font-size: 22px;
    font-weight: normal;
    color: var(--logo-text2);
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px;
    margin-left: -5px;
    font-family: 'BlackHanSans', sans-serif;  
    /*text-shadow: -1px 0px #dab896, 0px 1px #dab896, 1px 0px #dab896, 0px -1px #dab896;*/
    /*border: 1px solid red;*/
}

.logo-text3 {
    text-align : center;
    width: 100%;
    height: 100%;
    margin-left: 8px;
    font-size: 22px;
    font-weight: normal;
    color: var(--logo-text);
    white-space: nowrap;
    overflow: hidden;
    margin-top: 8px;
    margin-left: -5px;
    font-family: 'BlackHanSans', sans-serif;  
    /*text-shadow: -1px 0px #dab896, 0px 1px #dab896, 1px 0px #dab896, 0px -1px #dab896;*/
    /*border: 1px solid red;*/
}

@keyframes animate_text {
    0%, 100% {opacity: 0;}
    50% {opacity: 1;}
}

@keyframes animate {
    0%, 100% {height: 0;}
    50% {height: 100%;}
}

@keyframes animate_line {
    0%, 100% {top: 0;}
    50% {top: 100%;}
}


.btn-shine {
  position: absolute;
  top: 2%;
  /*left: 50%;
  transform: translate(-50%,-50%);*/
   /*padding: 12px 48px;*/
  color: #ffffff;
  background: linear-gradient(to right, var(--logo-text) 0, white 10%, var(--logo-text) 20%);
  background-position: -30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  /*font-weight: 600;
  font-size: 16px;*/
  text-decoration: none;
  white-space: nowrap;
 }
 
@keyframes shine {
  0% {background-position: -30px}
  60% {background-position: 180px}
  100% {background-position: 180px}
}


.side-menu.webside-menu .sidemenubox {
    width: 100%;
    margin: 0 auto;
}

.side-menu.webside-menu .sidemenu-box .leftMenu {
    padding: 13px 5px 13px 17px !important;
    font-size: 16px;
    width: 82%;
    
    background-color: rgba(var(--menu-bg), 0.5); 
    border: 1px solid var(--menu-border);
    border-radius: 5px;
   
    margin: 20px auto;       
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 3px, rgba(0, 0, 0, 0.15) -1px -1px
}

.side-menu.webside-menu .sidemenu-box .leftMenu ul {
    width: 100%;
    margin: 0 auto 0 -6px;
}

.menu-line {
    margin: 8% 5% 7% 5%;
    width: 90%;
    border-top: 2px solid var(--menu-line);
}

/*.side-menu.webside-menu .sidemenu-box .menu01:hover {    
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 3px, rgba(0, 0, 0, 0.15) -1px -1px 3px;   
}*/

.side-menu .leftMenu ul li:first-child { padding-top: 5px !important; }

.side-menu.webside-menu .sidemenu-box .leftMenu ul li {    
    position: relative;
    /*border-bottom: 1px solid #c6a586;*/
    padding: 0 0 3px 0;
    margin: 0 0 7px 0;
}

/*.side-menu.webside-menu:hover .sidemenu-box .leftMenu ul li { border-bottom: 1px solid var(--bdColor040); }*/

.side-menu.webside-menu .sidemenu-box .leftMenu ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.side-menu.webside-menu .sidemenu-box .leftMenu ul li a .txt {
    margin-left: 16px;
    word-break: keep-all;
    color: var(--menu-text);
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease-out;
}

.side-menu.webside-menu .sidemenu-box .leftMenu ul li a:hover .txt, .side-menu.webside-menu .sidemenu-box .leftMenu ul li a:active .txt {
    color: var(--menu-text-active);
    font-size: 18px;
    font-weight: bold;
}

.side-menu:hover .leftMenu ul li a .txt, .zoomOUT .leftMenu ul li .newHint { display: block !important; }

    /*{{ side-menu icon*/
.px90 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 80px;
    display: block;
}

.nav-txt {
    margin: 5px 0px -5px; 
    text-align: center; 
    color: var(--text-color);
    font-weight: bold;
}


.custom-icon {
    display: block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: cover;    
}

.custom-icon-2 {
    display: block;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-join { background-image: url("../../Images/bohol/join.png"); }
a.active .icon-join { background-image: url("../../Images/bohol/join_on.png"); }
a:hover .icon-join { background-image: url("../../Images/bohol/join_on.png"); }

.icon-login { background-image: url("../../Images/bohol/login.png"); }
a.active .icon-login { background-image: url("../../Images/bohol/login_on.png"); }
a:hover .icon-login { background-image: url("../../Images/bohol/login_on.png"); }

.icon-casino { background-image: url("../../Images/bohol/casino.png"); }
a.active .icon-casino { background-image: url("../../Images/bohol/casino_on.png"); }
a:hover .icon-casino {
    background-image: url("../../Images/bohol/casino_on.png");
    transform: scale(1.3);
}

.icon-slots { background-image: url("../../Images/bohol/slot.png"); }
a.active .icon-slots { background-image: url("../../Images/bohol/slot_on.png"); }
a:hover .icon-slots {
    background-image: url("../../Images/bohol/slot_on.png");
    transform: scale(1.3);
}


.custom-icon.deposit { background-image: var(--icon-deposit); }
a:hover .custom-icon.deposit {
    background-image: var(--icon-deposit-on);
    transform: scale(1.3);
}

.custom-icon.withdraw { background-image: var(--icon-withdraw); }
a:hover .custom-icon.withdraw {
    background-image: var(--icon-withdraw-on);
    transform: scale(1.3);
}

.custom-icon.event { background-image: var(--icon-event); }
a:hover .custom-icon.event {
    background-image: var(--icon-event-on);
    transform: scale(1.3);
}

.custom-icon.notice { background-image: var(--icon-notice); }
a:hover .custom-icon.notice {
    background-image: var(--icon-notice-on);
    transform: scale(1.3);
}

.custom-icon.faq { background-image: var(--icon-faq); }
a:hover .custom-icon.faq {
    background-image: var(--icon-faq-on);;
    transform: scale(1.3);
}

.custom-icon.mypage { background-image: var(--icon-mypage); }
a:hover .custom-icon.mypage {
    background-image: var(--icon-mypage-on);
    transform: scale(1.3);
}

.custom-icon.inout { background-image: var(--icon-inout); }
a:hover .custom-icon.inout {
    background-image: var(--icon-inout-on);
    transform: scale(1.3);
}

.custom-icon.login { background-image: url("../../Images/bohol/login.svg"); }

.custom-icon.user { background-image: url("../../Images/bohol/user.svg"); }

.custom-icon.myinfo { background-image: url("../../Images/bohol/myinfo.svg"); }

.custom-icon.deposit-lg {background-image: url("../../Images/bohol/deposit_lg.svg"); }

.custom-icon.withdraw-lg { background-image: url("../../Images/bohol/withdraw_lg.svg"); }

.custom-icon.home-white { background-image: url("../../Images/bohol/home_white.svg"); margin-top: -14px;}

.custom-icon.points-lg { background-image: url("../../Images/bohol/points_lg.svg"); }

.custom-icon.points-lg { background-image: url("../../Images/bohol/points_lg.svg"); }

.custom-icon.serviceCenter { background-image: url("../../Images/bohol/Serivce_Center.svg"); }

.custom-icon.logout { background-image: url("../../Images/bohol/logout.svg?v=1"); }

.custom-icon.partner-white { background-image: url("../../Images/bohol/partner_white.svg"); }


#mobileSideBar .leftMenu ul li a:hover .custom-icon.deposit {
    background-image: url("../../Images/bohol/deposit_on.png");
    transform: scale(1.3);
}
#mobileSideBar .leftMenu ul li a:hover .custom-icon.withdraw {
    background-image: url("../../Images/bohol/withdraw_on.png");
    transform: scale(1.3);
}
#mobileSideBar .leftMenu ul li a:hover .custom-icon.event {
    background-image: url("../../Images/bohol/event_on.png");
    transform: scale(1.3);
}
#mobileSideBar .leftMenu ul li a:hover .custom-icon.notice {
    background-image: url("../../Images/bohol/notice_on.png");
    transform: scale(1.3);
}
#mobileSideBar .leftMenu ul li a:hover .custom-icon.faq {
    background-image: url("../../Images/bohol/faq_on.png");
    transform: scale(1.3);
}
#mobileSideBar .leftMenu ul li a:hover .custom-icon.mypage {
    background-image: url("../../Images/bohol/mypage_on.png");
    transform: scale(1.3);
}
#mobileSideBar .leftMenu ul li a:hover .custom-icon.inout {
    background-image: url("../../Images/bohol/inout_on.png");
    transform: scale(1.3);
}

.menu-overlay {
	z-index: -1;
	transition: 0.5s;
	background-color: #000;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}
    /*}} side-menu icon */ 
    
/*}} side-menu */



/*{{ mobile-side-menu */

    
#mobileSideBar {
	/* width: 0 !important; */
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
    background: linear-gradient( var(--main), var(--sidemenu-bg1), var(--sidemenu-bg1), var(--main));
	z-index: 9999;
    transition: 0.5s;
	width: 0;
	overflow-x: hidden;
}

#mobileSideBar *{
    transition: 0.3s;
}

#mobileSideBar .menu-icon {
    position: absolute;
    top: 12px;
    right: 16px;
}

#mobileSideBar .menu-icon img {    
    width: 32px;
    height: 32px;
}

#mobileSideBar .menu-icon * {
    transition: 0.3s; 
}

#mobileSideBar .logo-container {
    margin-top: 16px;
    margin-left: 16px;
    display: flex;
    align-items: center;
}

#mobileSideBar .leftMenu {
    width: 82%;
    background-color: rgba(var(--menu-bg), 0.5); 
    border: 1px solid var(--menu-border);
    border-radius: 5px;
    
    box-shadow: 2px 4px 5px 1px #81818159,inset 0 0 6px 1px var(--menu-border);
    padding: 17px;
    margin: 20px auto 19px;
}


#mobileSideBar .menu-line {
    margin: 8% 5% 7% 5%;
    width: 90%;   
    border-top: 2px solid var(--menu-line);
}


#mobileSideBar .leftMenu ul li {
    padding: 8px 2px;
    /*border-bottom: 1px solid var(--bdColor040);*/
    position: relative;
}

/*#mobileSideBar:hover .leftMenu ul li { border-bottom: 1px solid var(--bdColor040); }*/

#mobileSideBar .leftMenu ul li a {
    display: flex;
    align-items: center;
}

#mobileSideBar .leftMenu ul li a .txt {
    font-size: 15px;
    font-weight: bold;
    margin-left: 12px;
    display: block;
    color: var(--menu-text);
    margin-bottom: 0;
}

/*}} mobile-side-menu */



/*{{ header-title */

.main-header {
    width:100% !important;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: var(--main);
    z-index: 5;
    top: 0;
    position: fixed;
}

.main-header:before {
    position: absolute;
    content: "";
    width: 103%;
    height: 0;
    padding-bottom: 5%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.9;
}

.main-header .menu-icon {
    padding-left: 16px;
    margin-right: auto;
    margin-top: 16px;
    position: absolute;
    
    width: 24px;
    height: 24px;
}

.main-header .menu-icon img {    
    width: 32px;
    height: 32px;
}

.main-header .header-wrapper {
    margin: 0 auto;
    width: 95%; 
    height: 73px;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
}


.main-header .header-wrapper .home_notice {
    margin-left: 97px;
	display: none;
}

.main-header .header-wrapper .home_notice .notice_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1;
}
.main-header .header-wrapper .home_notice .notice_wrap .noticeIcon {
    margin-right: 10px
}
.main-header .header-wrapper .home_notice .notice_wrap .noticeIcon img {
    width: 29px
}


.notice_text {
    color: var(--marquee_text);
    font-size: 13px;
    width:100%;
	--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%;
}

.vue3-marquee {
	overflow-x: hidden !important;
	display: flex !important;
	flex-direction: row !important;
	position: relative;
	width: 100%;
}

.vue3-marquee {
    height: 100px
}




.vue3-marquee:hover div {
	animation-play-state: var(--pauseOnHover);
}
.vue3-marquee:active div {
	animation-play-state: var(--pauseOnClick);
}
.vue3-marquee > .marquee {
	flex: 0 0 auto;
	min-width: var(--min-width);
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	animation: scroll var(--duration) linear var(--delay) var(--loops);
	animation-direction: var(--direction);
}
@keyframes scroll {
	0% {
		transform: translate(0);
	}
	to {
		transform: translate(-100%);
	}
}
.vue3-marquee > .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}
.vue3-marquee > .transparent-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}
.vue3-marquee > .overlay:before,
.vue3-marquee > .overlay:after {
	background: linear-gradient(to right, var(--gradient-color));
	content: "";
	height: 100%;
	position: absolute;
	width: var(--gradient-width);
	z-index: 2;
}
.vue3-marquee > .overlay:after {
	right: 0;
	top: 0;
	transform: rotate(180deg);
}
.vue3-marquee > .overlay:before {
	left: 0;
	top: 0;
}













.main-header .header-wrapper .rightzone  {
    margin-left: auto;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    justify-content: flex-end;
}

.main-header .header-wrapper .rightzone .memberzone {
    display: flex;
    align-items: center;
    padding-left: 16px;
}


.main-header .header-wrapper .rightzone .memberzone .message-count {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #bf3535;
    color: var(--text-white);
    font-size: 8px;
    position: absolute;
    text-shadow: none;
    top: 15px;
    left: auto;
    margin-left: 18px;
}




.main-header .mobile-header {
    padding-right: 16px;
    width: 100%;
}   

.main-header .mobile-header .mobile-title {
    /*padding-right: 16px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #DAB896;
    margin-top: 16px;*/

    text-align : center;
    width: 100%;
    height: 100%;
    margin-left: 8px;
    font-size: 26px;
    font-weight: normal;
    color: var(--logo-text);
    white-space: nowrap;
    overflow: hidden;
    margin-top: 18px;
    margin-left: -10px;
   

    font-family: 'BlackHanSans', sans-serif;  
    /*text-shadow: -1px 0px #dab896, 0px 1px #dab896, 1px 0px #dab896, 0px -1px #dab896;*/
}

/*}} header-title */



/*{{ mobile-box */

.mobileLoginBar {
    display: flex;
    justify-content: stretch;
    margin-top: 16px;
    margin-right: 16px;
}

.mobileLoginBar a {
    border-radius: 8px;
    font-weight: bold;
    flex: 1;
}
    
.nav-container {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: transparent;
}

.nav-container a {
    padding: 12px;
    background-color: var(--toggle-mobile-btn-bg);
    border-radius: 8px;
    box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #818181bf;
    display: inline-block;
}

.container button {
    position: relative;
    padding: 8px 16px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

.container .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-width: 170px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 70px;
}

.container .button-container .user-id {
    color: #6A7391;
    font-size: 16px;
    font-weight: bold;
    margin: 4px;
    flex: 1 1 30%;
    max-width: 100%;
    margin-right: auto;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index: 50;
}

.container .button-container .logout-button {
    /*color: var(--main);*/
    font-weight: bold;
    padding-left: 19px;
    margin-right: -6px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    width: 18px;
    position: fixed;
    top: 3px;
    z-index: 9;
    right: 27px;
    height: 36px;
    background: linear-gradient(to bottom, #bbb9b9 0%,#393837 40%,#313131 100%);
}

.container .button-container .partner-button {   
    color: var(--main);
    font-weight: bold;
    padding-left: 32px;
    margin-right: 4px;
    display: flex;
    justify-content: center;
    width: 104px;
    background-color: #007bff;
    border: 1px solid #5372ff;
    height: 40px;
}

.container .button-container .logout-button .custom-icon.logout, .container .button-container .partner-button .custom-icon.partner-white {
    position: absolute;
    left: 3px; 
    top: 4px;
}

/*}} mobile-box */



/*{{ banner */

.banner-section {
    width:  99.5%;
	
    margin: 90px 0 0;
    /*border: 1px solid red;*/
}    

.banner-container .banner-panel {
    border-radius: 20px;
    margin-left: 88px;
    /*border: 5px solid #dbb897;*/
    position: relative;
    /*background: linear-gradient(to right, rgba(255, 244, 0, 0.8), rgba(251, 125, 0, 0.8), rgba(246, 69, 0, 0.4), rgba(0, 0, 0, 0.9));*/
    height: 350px;
}

.banner-panel .banner-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	border-radius: 20px;
	background-image: var(--banner-bg);
    background-size: cover;
}

.banner-panel .banner-background img {
    position: absolute;
    bottom: 0;
}

.banner-panel .banner-background div {
    position: absolute;
    bottom: 0;
}

.banner-panel .banner-background .girl1 {
    width: 21.26%;
    left: 0%;
    /*z-index: 7;*/
    transform-origin: bottom left;
    animation: gir1lAnim 12s ease infinite;
}

@keyframes gir1lAnim {
    0% {
        opacity: 0;
        transform: translateX(0);
    }
    5% {
        opacity: 1;        
        transform: translateX(0);
    }
    15% {
        opacity: 1;
        transform: translateX(48%);
    }
    95% {
        opacity: 1;
        transform: translateX(48%);
    }
    100% {
        opacity: 1;
        transform: translateX(48%);
    }
}


.banner-panel .banner-background .girl2 {
    width: 15.95%;
    left: 10.5%;
    transform-origin: bottom left;
    animation: girl2Anim 12s ease infinite;
}

@keyframes girl2Anim {
    0% {
        opacity: 0;
        transform: scale(0.75);
        transform: translateX(0);
    }
    5% {
        opacity: 0;
        transform: scale(0.75);
        transform: translateX(0);
    }
    15% {
        opacity: 1;
        transform: scale(1);
        transform: translateX(15%);
    }
    95% {
        opacity: 1;
        transform: scale(1);
        transform: translateX(15%);
    }
    100% {
        opacity: 0;
        transform: scale(1);
        transform: translateX(15%);
    }
}

.banner-panel .banner-background .palace {
    width: 30.32%;
    transform-origin: bottom left;
    animation: palaceAnim 12s ease infinite;
}

@keyframes palaceAnim {
    0% {
        opacity: 0.7;
        transform: scale(0.45);
    }
    15% {
        opacity: 0.8;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.banner-panel .banner-background .piggy {
    width: 20.76%;
    left: 78%;
    z-index: 2;
    animation: piggyAnim 12s ease infinite
}

@keyframes piggyAnim {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    15% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-panel .banner-background .coins {
    width: 28.43%;
    left: 75%;
    animation: coinsAnim 12s ease infinite;
}

@keyframes coinsAnim {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    20% {
        opacity: 0;
        transform: scale(0.75);
    }
    23% {
        opacity: 1;
        transform: scale(1.05);
    }
    30% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}


.banner-panel .banner-background .fireworks {
    width: 7.13%;
    left: 23.5%;
    bottom: auto;
    top: 6%;
    animation: fireworksAnim 12s ease infinite;
}

@keyframes fireworksAnim {
    0% {
        opacity: 0;
        transform: scale(0.15) translateY(600%);
    }
    10% {
        opacity: 0;
        transform: scale(0.15) translateY(600%);
    }
    20% {
        opacity: 1;
        transform: scale(0.15) translateY(0);
    }
    23% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    95% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    100% {
        opacity: 0;
        transform: scale(1) translateY(0);
    }
}

.banner-panel .banner-background .pig-glow {
    animation: pigGlowImgAnim 0.5s ease infinite;
    left: 100px;
}

@keyframes pigGlowImgAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-panel .banner-background .loy-kratong {
    width: 30.98%;
    left: 62.75%;
    transform-origin: bottom left;
    animation: loyAnim 12s ease infinite;
}

@keyframes loyAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    5% {
        opacity: 0;
        transform: scale(0.5);
    }
    15% {
        opacity: 1;
        transform: scale(0.91);
    }
    95% {
        opacity: 1;
        transform: scale(0.91);
    }
    100% {
        opacity: 0;
        transform: scale(0.91);
    }
}

.banner-panel .banner-background .loy-kratong .spark {
    width: 18.46%;
    right: -8%;
    bottom: 68px;
    animation: firecrackersSparkAnim 0.2s ease infinite;
}

@keyframes firecrackersSparkAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
 
/*}} banner */



/*{{ banner-carousel */

.banner-panel .banner-carousel { min-width: 842px; }
   
.banner-panel .banner-carousel .carousel-inner {
    padding: 0 76px 48px;
    overflow: visible;
}

.banner-panel .banner-carousel .carousel-inner .carousel-item .text-panel {
    opacity: 0;
    animation: bannerCarousel 5s ease 1 forwards;
}

@keyframes bannerCarousel {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    5% {
        opacity: 1;
        transform: scale(1.1);
    }
    10% {
        opacity: 1;
        transform: scale(1);
    }
    90% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.1);
    }
}

.banner-panel .banner-carousel .carousel-inner .carousel-item .text-panel h2 {
    font-size: 36px;
    font-family: noto-sans-black;
    font-weight: bold;
    padding: 5px;
    color: #ffdd00;
}

.banner-panel .banner-carousel .carousel-inner .carousel-item .text-panel h1 {
    font-size: 50px;
    font-family: 'Black Han Sans', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    background-size: 100% 100%;
    position: relative;
    font-weight: bold;
    padding: 5px;
}

/*}} banner-carousel */



/*{{ carousel-nav */
.banner-panel .carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    z-index: 10;
}

.banner-panel .banner-carousel .carousel-nav {
    width: 18px;
    height: 100%;
    position: absolute;
    right: 25px;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
}

.banner-panel .banner-carousel .carousel-nav .carousel-pn {
    width: 18px;
    height: 25px;
    color: rgb(255 255 255);
    font-size: 10px;
    border: solid 2px rgb(255 255 255);
    margin: 10px 0;
}

.banner-panel .banner-carousel .carousel-nav .carousel-pn:first-child { border-radius: 9px 9px 0 0; }

.banner-panel .banner-carousel .carousel-nav .carousel-pn:last-child { border-radius: 0 0 9px 9px; }

.banner-panel .banner-carousel .carousel-nav .carousel-pn:hover {
    color: var(--yellow);
    border-color: rgba(255, 255, 255, 0.5);
}

.banner-panel .banner-carousel .carousel-nav .carousel-indicators {
    margin: 0;
    bottom: 0;
    position: relative;
    display: block;
}

.banner-panel .banner-carousel .carousel-nav .carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 4px 0;
    background-color: rgba(0, 0, 0, 16%);
    border: solid 1px rgba(0, 0, 0, 0%);
    opacity: 1;
    transition: 0.3s;
    display: block;
}

.banner-panel .banner-carousel .carousel-nav .carousel-indicators li::before {
    width: 8px;
    height: 8px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
}

.banner-panel .banner-carousel .carousel-nav .carousel-indicators li.active { border-color: rgba(255, 255, 255, 0.15); }

.banner-panel .banner-carousel .carousel-nav .carousel-indicators li.active::before { background-color: var(--yellow); }

/*}} carousel-nav */    


/*{{ toggle-section */    
.toggle-section {
    margin-top: 0px;
    margin-bottom: -30px;
}

.toggle-section .toggle-panel {
    margin-left: 88px;
}

.toggle-section .toggle-panel:before {
    width: 2px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-image: linear-gradient(rgba(255, 255, 255, 0), var(--toggle-center-color), rgba(255, 255, 255, 0));
}

.toggle-btn {
    width: 50%;
    max-width: 420px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    flex-wrap: nowrap;
    margin: 0 30px;
}

.toggle-btn:first-child {
    margin-left: 0;
}

.toggle-btn:last-child {
    margin-right: 0;
}

.toggle-btn .icon-panel {
    width: 200px;
    transform: skew(-20deg);
    padding-right: 5px;
}

.toggle-btn:last-child .icon-panel {
    transform: skew(20deg);
    padding-right: 0;
    padding-left: 5px;
}

.toggle-btn .icon-panel:before {
    width: 2px;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), var(--toggle-panel-before), rgba(255, 255, 255, 0));
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1.0));
    right: 0;
    top: 0;
    z-index: 2;
}

.toggle-btn:last-child .icon-panel:before {
    left: 0;
    right: auto;
}

.toggle-btn .icon-panel .img-panel {
    overflow: hidden;
}

.toggle-btn .icon-panel .img-panel .icon-img {
    transform: skew(20deg) translateX(30%);
    transition: 0.3s;
}

.toggle-btn:last-child .icon-panel .img-panel .icon-img {
    transform: skew(-20deg) translateX(-30%);
}

.toggle-btn .text-panel {
    padding-left: 30px;
    color: var(--toggle-text-color);
    font-size: 24px;
    text-shadow: 0 var(--toggle-text-shadow) 0 rgba(0, 0, 0, 1.0);
    height: 100%;
}

.toggle-btn:last-child .text-panel {
    padding-left: 0;
    padding-right: 30px;
}

.toggle-btn .text-panel:before,
.toggle-btn .text-panel:after {
    width: 100%;
    height: 80%;
    top: 0;
    bottom: 0;
    left: 2%;
    margin: auto 0;
    transition: 0.3s;
    transform: skew(-20deg);
    background-color:  var(--toggle-panel-bg);
   
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

.toggle-btn .text-panel:before {
    border-top: solid 1px var(--toggle-panel-border);
    border-bottom: solid 1px var(--toggle-panel-border);
}

.toggle-btn.active .text-panel:before {
    background-color: var(--toggle-panel-active-bg);
    border-top: solid 1px var(--orange);
    border-bottom: solid 1px var(--orange);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

.toggle-btn:last-child.active .text-panel:before {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

.toggle-btn .text-panel:after {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0;
}

.toggle-btn:hover .text-panel:after {
    opacity: 1;
}

.toggle-btn.active:hover .text-panel:after {
    opacity: 0;
}

.toggle-btn:last-child .text-panel:before,
.toggle-btn:last-child .text-panel:after {
    left: auto;
    right: 2%;
    transform: skew(20deg);
    -webkit-mask-image: linear-gradient(to left,rgba(0, 0, 0, 0.25) ,rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to left,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

.toggle-btn .text-panel span {
    width: 100%;
    display: inline-block;
}

.toggle-btn .text-panel .kr-text {
    font-family: noto-sans-bold;
    margin-bottom: 10px;
}

.toggle-btn .text-panel .en-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    letter-spacing: 4px;
}

.toggle-btn:hover .text-panel .en-text {
    color: var(--orange);
}

.toggle-btn.active .text-panel .en-text {
    color: var(--toggle-en-text-active);
}

.toggle-btn.active .text-panel .kr-text {
    color: var(--toggle-text-active-color);    
}
/*}} toggle-section */
    

/*{{ casino-section */

.game-content {
    padding-left: 0;
    height: auto;
    overflow: visible;
}

    
.main-content {
    padding-left: 0;
    height: auto;
    overflow: visible;
}

.main-content .contents {
    height: auto;
    float: right;
    position: relative;
    width: 100%;
}

.main-content .contents .game-home .game-content {
    float: left;
    width: 100%;
    padding-bottom: 35px;
}

.main-content .contents .game-home .game-content .game-content-wrap {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-left:250px;
}

.casinoZone {
    background-size: cover;
    transition: 0.4s ease-out;
    position: relative;
    margin-top: 20px;
    padding-bottom: 17px;
    width: 100%;
    animation: fadein 1s;
}

.casinoZone .casino-wrapper {  width: 100%; }

.casinoZone .casino-wrapper .title {
    color: var(--text-color);
    font-size: 24px;
    display: none;
    align-items: center;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 24px;
}

.casinoZone .casino-wrapper .title .left-zone {
    color: var(--text-color);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: start;
    transform: translateZ(0);
    margin-right: -4vw;
}

.casinoZone .casino-wrapper .title .line {
    height: 2px;
    width: auto;
    background-color: #acacac;
    position: relative;
    flex: 1;
    margin-left: 5%;
    margin-right: 10px;
}









.casinoZone .casino-wrapper .content { display: flex; }



@-webkit-keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
@keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}    
.pulsate-bck {
    -webkit-animation: pulsate-bck 2.5s ease-in-out infinite both;
            animation: pulsate-bck 2.5s ease-in-out infinite both;
} 

@-webkit-keyframes livecasino-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
@keyframes livecasino-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}   
.left02 {
    margin: 100% 0 0 10%;  
    /*-webkit-animation: livecasino-bck 2.5s ease-in-out infinite both;
            animation: livecasino-bck 2.5s ease-in-out infinite both;*/
}  

.casinoZone .casino-wrapper .content .casino-banner { display: none; }

.casinoZone .casino-wrapper .content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.casinoZone .casino-wrapper .content ul li {
    position: relative;
    width: 100%;
    height: 461px;
    background: linear-gradient(to top, #ffffff, #d1b9ad);
    /*border: 1px solid #cccccc;*/
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    /*box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #818181bf;*/
    padding-bottom: 23px;
    margin-bottom: 21px;
    margin-right: 1%;
    min-width: 160px;
    flex: 0 1 18%;
}

.disable-game{  
    background: linear-gradient(to top, #858484, #000000) !important;
}


.casinoZone .casino-wrapper .content ul li:hover  { transform: scale(1.07); transition: 1s; }

.casinoZone .casino-wrapper .content ul li .casino-logo {
    position: absolute;
    z-index: 3;
    transition: 0.3s;
    width: 100%;
    margin: 7px 0 0 10px;
}

.casinoZone .casino-wrapper .content ul li .casino-logo .providers-img { 
	width: 35%; 
	margin-right: 10%;
}
.casinoZone .casino-wrapper .content ul li .bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; 
    height: 100%;
    background-image: url(../img/casino_girs/casino_bg.png);
}

.casinoZone .casino-wrapper .content ul li .bg-disable {    
	background-image: none !important;
}
.casinoZone .casino-wrapper .content ul li .bg:before {
    content: '';
    background: linear-gradient(to right, rgb(169, 169, 169), transparent);
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
}


.casinoZone .casino-wrapper .content ul li .bg .model {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-out;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
   /* margin-top: 5px;*/
}

.modelA {
	/*background-image: url(../img/casino_girs/casino_bg.png) !important;*/
	/* background-size: contain; */
	background-position: center;
	z-index: 10;
	width: 100%;
	height: 100%;
	position: absolute;
	/* background: no-repeat; */
	background-repeat: no-repeat;
}

.casinoZone .casino-wrapper .content ul li .bg .txt {
    /*left: 50%;
    transform: translateX(-50%);*/
   
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: absolute;
    padding-top: 8px;  
    background-color: rgba(var(--provider-bg), 0.6); 
    /*border-radius: 8px;*/
    /*border: 1px solid red;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.casinoZone .casino-wrapper .content ul li .bg .noservice {

    background-color: rgba(var(--provider-bg-nosevice), 0.6) !important; 
}

.casinoZone .casino-wrapper .content ul li .bg .txt h2 {
    font-size: 20px;
    /*font-weight: bold;*/
    color: var(--text-white);
}
.casinoZone .casino-wrapper .content ul li:hover .bg .txt h2 { color: rgb(249 163 48); }

.casinoZone .casino-wrapper .content ul li .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,var(--bgColor076-g01) 0%,var(--bgColor076-g02) 40%,var(--bgColor076-g03) 100%);
    border-radius: 8px;
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: none;
    transition: 0.4s ease-out;
}

.casinoZone .casino-wrapper .content ul li .mask .inner {
    width: 99%;
    height: 99%;
    background: linear-gradient(180deg,var(--bgColor078-g01) 0%,var(--bgColor078-g02) 75%,var(--bgColor078-g03) 100%);
    border-radius: 8px;
    z-index: 1;
    display: none;
    transition: 0.4s ease-out;
}

.casinoZone .casino-wrapper .content ul li .mask .inner div {
    display: none;
}

.casinoZone .casino-wrapper .content ul li:hover .inner, 
.casinoZone .casino-wrapper .content ul li:hover .mask {
    display: flex;
}

/*}} casino-section */




/*{{ slot-section */

    /*
.slotZone {
    background-size: cover;
    transition: 0.4s ease-out;
    position: relative;
    margin-top: 20px;
    padding-bottom: 17px;
    width: 100%;
    animation: fadein 1s;
}

.slotZone .slot-wrapper {  width: 100%; }

.slotZone .slot-wrapper .title {
    color: var(--txt-Color);
    font-size: 24px;
    display: none;
    align-items: center;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 24px;
}

.slotZone .slot-wrapper .title .left-zone {
    color: var(--txt-Color);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: start;
    transform: translateZ(0);
    margin-right: -4vw;
}

.slotZone .slot-wrapper .title .line {
    height: 2px;
    width: auto;
    background-color: #acacac;
    position: relative;
    flex: 1;
    margin-left: 5%;
    margin-right: 10px;
}




.slotgame-box {
    padding: 0.4vw;
}
  
.tab-content-box {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    margin-top:2px;
}
  
 
  
.line {
    margin-left:5%;
    width: 90%;
    border-top: 1px solid #dddddd;
  
  
}
  
.tab-content-box .tab-content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-animation: leftIn .5s;
    -moz-animation: leftIn .5s;
    -o-animation: leftIn .5s;
    animation: leftIn .5s;
    justify-content:center;
}
  
.search-block {
    background: #fff;
    padding: 2.4vw 0vw;
}
  
  .slotgame-box .tab-content .item-box {
    position: relative;
    
    flex: 0 1 12%;
    margin: 8px 8px 16px;
    border-radius:8px;
    box-shadow: 2px 4px 5px 1px rgba(167, 181, 204, 0.25), inset 0px 0px 6px 1px rgba(255, 255, 255, 0.25);
    min-width:85px;
  }
  
  .slotgame-box .tab-content .item-box .itme-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 26%;
    z-index: 0;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPUAAAD1CAYAAACIsbNlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGeGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuMTY0NjQ4LCAyMDIxLzAxLzEyLTE1OjUyOjI5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjIgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTAyLTIyVDE1OjU2OjAxKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0wMi0yM1QxMDoyMTozNSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0wMi0yM1QxMDoyMTozNSswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MTg4ZmViMi0wOWVlLTRhMmItOTY4NC02OGQyYjIwYzA4MjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REVERDQ1REY2RDAyMTFFQjkxRUQ5OTgxMTMwNkE1OEMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpERURENDVERjZEMDIxMUVCOTFFRDk5ODExMzA2QTU4QyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRFREQ0NURDNkQwMjExRUI5MUVEOTk4MTEzMDZBNThDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRFREQ0NURENkQwMjExRUI5MUVEOTk4MTEzMDZBNThDIi8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQxODhmZWIyLTA5ZWUtNGEyYi05Njg0LTY4ZDJiMjBjMDgyNCIgc3RFdnQ6d2hlbj0iMjAyMS0wMi0yM1QxMDoyMTozNSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjIgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPnhtcC5kaWQ6REVERDQ1REY2RDAyMTFFQjkxRUQ5OTgxMTMwNkE1OEM8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7tYVCiAAAFQklEQVR4nO3YPU4kZxiF0Y+BCCQsOXVE4hU4Yz+zL+dewUjjxCkbIbOxut0DDTgaC1xS+QeV+O7VOREPIniFKIrLyc3NzY8nJycfBhDt+fn56XA4HM4Oh8Ph+vr643sfBLzdp0+ff/pwPB6P730I8HZfvtyP++Pjd2cvP3l7ezv2+/0YY4zz8/MxxtBaB/TV1dX46tVDPcYYX1/cj4+PWuuAPjt7/Ri/qv1+Py4uLsYYY+x2uzHG0FpP3qenp+Ml//WGMq/e1Ofn5+Pu7m6MMcdvIK31P/ff//z2poYyNrXW4W1TQzmbWuvwtqmhnE2tdXjb1FDOptY6vG1qKGdTax3eNjWUs6m1Dm+bGsrZ1FqHt00N5WxqrcPbpoZyNrXW4W1TQzmbWuvwtqmhnE2tdXjb1FDOptY6vG1qKGdTax3eNjWUs6m1Dm+bGsrZ1FqHt00N5WxqrcPbpoZyNrXW4W1TQzmbWuvwtqmhnE2tdXjb1FDOptY6vG1qKGdTax3eNjWUs6m1Dm+bGsrZ1FqHt00N5WxqrcPbpoZyNrXW4W1TQzmbWuvwtqmhnE2tdXjb1FDOptY6vG1qKGdTax3eNjWUs6m1Dm+bGsrZ1FqHt00N5WxqrcPbpoZyNrXW4W1TQzmbWuvwtqmhnE2tdXjb1FDOptY6vG1qKGdTax3eNjWUs6m1Dm+bGsrZ1FqHt00N5WxqrcPbpoZyNrXW4W1TQzmbWuvwtqmhnE2tdXjb1FDOptY6vG1qKGdTax3eNjWUs6m1Dm+bGsrZ1FqHt00N5WxqrcPbpoZyNrXW4W1TQzmbWuvwtqmhnE2tN+/dbjd2u924uLiYumf5fv3XtqmhnE2tN++ZblnrGW74P21TQzmbWm/eM92y1jPcYFMDCza13rxnumWtZ7jBpgYWbGq9ec90y1rPcINNDSzY1HrznumWtZ7hBpsaWLCp9eY90y1rPcMNNjWwYFPrzXumW9Z6hhtsamDBptab90y3rPUMN9jUwIJNrTfvmW5Z6xlusKmBBZtab94z3bLWM9xgUwMLNrXevGe6Za1nuMGmBhZsar15z3TLWs9wg00NLNjUevOe6Za1nuEGmxpYsKn15j3TLWs9ww02NbBgU+vNe6Zb1nqGG2xqYMGm1pv3TLes9Qw32NTAgk2tN++ZblnrGW6wqYEFm1pv3jPdstYz3GBTAws2td68Z7plrWe4waYmwgw/+P+mW9jUWoe3TQ3lbGqtw9umhnI2tdbhbVNDOZta6/C2qaGcTa11eNvUUM6m1jq8bWooZ1NrHd42NZSzqbUOb5saytnUWoe3TQ3lbGqtw9umhnI2tdbhbVNDOZta6/C2qaGcTa11eNvUUM6m1jq8bWooZ1NrHd42NZSzqbUOb5saytnUWoe3TQ3lbGqtw9umhnI2tdbhbVNDOZta6/C2qaGcTa11eNvUUM6m1jq8bWooZ1NrHd42NZSzqbUOb5saytnUWoe3TQ3lbGqtw9umhnI2tdbhbVNDOZta6/C2qaGcTa11eNvUUM6m1jq8bWooZ1NrHd42NZSzqbUOb5saytnUWoe3TQ3lbGqtw9umhnI2tdbhbVNDOZta6/C2qaGcTa11eNvUUM6m1jq8bWooZ1NrHd42NZSzqbUOb5saytnUWoe3TQ3lbGqtw9umhnI2tdbhbVNDOZta6/C2qaGcTa11eNvUUM6m1jq8bWoot9jUl5eXf308xtBaB/RLrx7qq6urxRcAWc4eHo7f/Prb7+P+/uG9bwHe4Hh8HE+PT9+e7f94+OHzz788jedn+xryff8nah5GsYVhgnMAAAAASUVORK5CYII=);
    border-radius:8px;
  }
  
  .slotgame-box .tab-content .item-box .itme-image {
    width: 26%;
   
    padding-bottom:80%;
    position: relative;
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    z-index: 1;
  }
  
  .slotgame-box .tab-content .provider-box .itme-image {
    border: 1px solid #d3d3d3;
    border-bottom: 0px;
  
    -o-background-size: 100%;
    background-size: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
  }
  
  .slotgame-box .tab-content .provider-box {
    background-image: url(/img/slot_providers/slot_bg.png);
    background-position: center;
	
	background-size: cover;
	background-repeat: no-repeat;
  }
  
  .slotgame-box .tab-content .item-box .btm-info .name {
    width: 100%;
   
    height: 36px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 6px;
    text-align: center;
    font-weight: 600;
    color: var(--txtColor19);
    border: 1px solid #d3d3d3;
    font-size: 1rem;
    background-position: center center;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPUAAAAvCAYAAAA7FIwsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDY0OCwgMjAyMS8wMS8xMi0xNTo1MjoyOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjIgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzA1MzBDMzI2REE3MTFFQjlBM0FENjEwMjFGNUVENjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzA1MzBDMzM2REE3MTFFQjlBM0FENjEwMjFGNUVENjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMzAwRTVBQjZEQTExMUVCOUEzQUQ2MTAyMUY1RUQ2NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMzAwRTVBQzZEQTExMUVCOUEzQUQ2MTAyMUY1RUQ2NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtloTP0AAAGxSURBVHja7NxbTuNAFEXRKtvh/cf8pwdCrYZgxTgYP9odZEMYAHKV1pGsrZ1PpLon16UQp2l6CiHcz8/L/IxBRFLMND9383Mb50M9+XuI5JHmrQ3VIsMwhBhjKIri5OP4Wdqc8zS874dQ183XoT7197fS/lngnPNt+/LZeqjLslwbm3Oenv9v6lN720JE8srZTm3icZ62a2qRDLNeaS1LtonHeZredR/h+aXW1CJ2as75pnfq9VAvX78RMV2eHWoTj/O0fRx7TY2YdVObeJzbqRFxU4x2as5z8mEYNTWinZpzvlmPsdDUiDkxRvfUnGflyzdwTY2Y2dvv9VdaTdOYeJwn7FW18ystkRyzNnXbtiYe5wl7UZSnprZTI7qn5pxv0cuy8vYbMcemXnfqw+Fg4nGesO92F95+i2T99nu/35t4nCfs19c3mlok66au69rE4zxhv7y8ck+N6J6ac75pPzvUJh2i//vNOd+Ya2pEOzXn3E6NiHZqzrmdGhHt1JzbqRHRTs05/+2dOrbtcTq+d6HrPoKIpJu+H8Lx+B6qh8c/4e/z61l9i0iaiTGGfwIMAJXpiRdLHj+bAAAAAElFTkSuQmCC);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .slotgame-box .tab-content .item-box:hover,
  .slotgame-box .tab-content .item-box.active{
    box-shadow: rgb(204 25 25 / 40%) 0px 2px 4px, 
    rgb(204 25 25 / 30%) 0px 7px 13px -3px, 
    rgb(204 25 25 / 20%) 0px -3px 0px inset;
  }
  
  .slotgame-box .tab-content .item-box:hover .itme-image,
  .slotgame-box .tab-content .item-box.active .itme-image {
   
    border: none;
    border-bottom: 1px solid #d3d3d3;
    filter: sepia(100%) hue-rotate(-45deg) brightness(0.55) saturate(5) ; 
  } 
  .slotgame-box .tab-content .item-box:hover .btm-info .name,
  .slotgame-box .tab-content .item-box.active .btm-info .name {
    border: none;
    border-top: 0px;
  } 
  
  .slotgame-box .tab-content .provider-box:hover .itme-image,
  .slotgame-box .tab-content .provider-box.active .itme-image {
    background-color: transparent;
  }
  
  
  .slotgame-box .tab-content .provider-box:hover .btm-info .name,
  .slotgame-box .tab-content .provider-box.active .btm-info .name {
    color:#e45b4f;
  }
*/




.slotZone {
    background-size: cover;
    transition: 0.4s ease-out;
    position: relative;
    margin-top: 20px;
    padding-bottom: 17px;
    width: 100%;
    animation: fadein 1s;
}

.slotZone .slot-wrapper {  width: 100%; }

.slotZone .slot-wrapper .title {
    color: var(--text-color);
    font-size: 24px;
    display: none;
    align-items: center;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 24px;
}

.slotZone .slot-wrapper .title .left-zone {
    color: var(--text-color);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: start;
    transform: translateZ(0);
    margin-right: -4vw;
}

.slotZone .slot-wrapper .title .line {
    height: 2px;
    width: auto;
    background-color: #acacac;
    position: relative;
    flex: 1;
    margin-left: 5%;
    margin-right: 10px;
}









.slotZone .slot-wrapper .content { display: flex; }




.slotZone .slot-wrapper .content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slotZone .slot-wrapper .content ul li {
    position: relative;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, #ffffff, #000000);
    /*border: 1px solid #cccccc;*/
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    /*box-shadow: 2px 4px 5px 1px #a7b5cc59, inset 0 0 6px 1px #818181bf;*/
    padding-bottom: 23px;
    margin-bottom: 21px;
    margin-right: 1%;
    min-width: 160px;
    max-width: 200px;
    flex: 0 1 24%; 
}

.slotZone .slot-wrapper .content ul li:hover  { transform: scale(1.07); transition: 1s; }

.slotZone .slot-wrapper .content ul li.active { 
    transition: 1s; 
    border: 5px solid #f38939;
}





.slotZone .slot-wrapper .content ul li .slot-logo {
    position: absolute;
    z-index: 3;
    transition: 0.3s;
    width: 130%;
    margin: 7px 0 0 7px;
}


.slotZone .slot-wrapper .content ul li .slot-logo .providers-img { 
	width: 35%; 
	margin-right: 10%;
}
.slotZone .slot-wrapper .content ul li .bg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; 
    height: 100%;
    /*background-image: url(../img/slot_girs/slot_bg.png);*/
}
/*.slotZone .slot-wrapper .content ul li .bg:before {
    content: '';
    background: linear-gradient(to right, rgb(100, 100, 100), transparent);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}*/


.slotZone .slot-wrapper .content ul li .bg .model {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-out;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    margin-top: 5px;
}

.modelB {
	/*background-image: url(../img/casino_girs/casino_bg.png) !important;*/
	/* background-size: contain; */
	/*background-position: center;*/
	z-index: 10;
	width: 100%;
	height: 100%;
	position: absolute;
	/* background: no-repeat; */
	background-repeat: no-repeat;
    /*margin-left: 150px !important;*/
    right: -40px;
}


.slotZone .slot-wrapper .content ul li .bg .txt {
    /*left: 50%;
    transform: translateX(-50%);*/
   
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: absolute;
    padding-top: 8px;    
    background-color: rgba(var(--provider-bg), 0.6); 
    /*border-radius: 8px;*/
    /*border: 1px solid red;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slotZone .slot-wrapper .content ul li .bg .noservice {

    background-color: rgba(var(--provider-bg-nosevice), 0.6) !important; 
}

.slotZone .slot-wrapper .content ul li .bg .txt h2 {
    font-size: 20px;
    /*font-weight: bold;*/
    color: var(--text-white);
}
.slotZone .slot-wrapper .content ul li:hover .bg .txt h2 { color: rgb(249 163 48); }
.slotZone .slot-wrapper .content ul li .bg .txt h2.active{
    font-size: 20px;
    color: rgb(249 163 48);
}

.slotZone .slot-wrapper .content ul li .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#151515 0%,var(--bgColor076-g02) 40%,var(--bgColor076-g03) 100%);
    border-radius: 8px;
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: none;
    transition: 0.4s ease-out;
}

.slotZone .slot-wrapper .content ul li .mask .inner {
    width: 99%;
    height: 99%;
    background: linear-gradient(180deg,#151515 0%,var(--bgColor078-g02) 75%,var(--bgColor078-g03) 100%);
    border-radius: 8px;
    z-index: 1;
    display: none;
    transition: 0.4s ease-out;
}

.slotZone .slot-wrapper .content ul li .mask .inner div {
    display: none;
}

.slotZone .slot-wrapper .content ul li:hover .inner, 
.slotZone .slot-wrapper .content ul li:hover .mask {
    display: flex;
}

/*}} slot-section */

  
.v_deep_slot .gameZoneA {
    margin-top: 22px;
  }

 .v_deep_slot .gameZoneA .tabZone {
    animation: leftIn-45deb3a4 .4s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;
    /* margin-left: 3% */
  }
  
 .v_deep_slot .gameZoneA .all-3party {
    width: 85%
  }
  
 .v_deep_slot .gameZoneA .all-3party .more {
    width: 100%;
    height: 47px;
    /* margin-top: 60px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
.v_deep_slot .gameZoneA .all-3party .more:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #acacac;
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(-50%, -50%);
  }
  
 .v_deep_slot .gameZoneA .all-3party .more:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #acacac;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%,-50%)
  }
  
.v_deep_slot .gameZoneA .all-3party .more span {
    position: absolute;
    left: 0%;
    color: #acacac;
    font-size: 1.4rem;
    white-space: nowrap;
    font-weight: bold;
  }

  
 .v_deep_slot .gameZoneA .all-3party .more .arrow-zone {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
  padding: 12px;
  cursor: pointer;
  margin-right: 0%;
  background: #FBDDC2;
  border-radius: 22px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.v_deep_slot .gameZoneA .all-3party .more .arrow-zone {
    width: 180px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 1;
    padding: 12px;
    cursor: pointer;
    margin-right: 0%;
    background: #092356;
    border-radius: 22px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }
  
  @media (max-width: 640px) {
    .v_deep_slot .gameZoneA .all-3party .more .arrow-zone {
      margin-right: -2%;
    }
  }
  
  @media (max-width:1899px) {
    .v_deep_slot .gameZoneA .all-3party .more .arrow-zone {
      /* margin-right: -12%; */
      margin-right: 0%;
    }
  }
  
.v_deep_slot .gameZoneA .all-3party .more .arrow-zone .arrow-g {
    position: relative;
    height: 47px;
    width: 20px
}
  
.v_deep_slot .gameZoneA .all-3party .more .arrow-zone .arrow-g span {
    color: #6a7391;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .4s ease-out;
    transform: translate(-50%,-50%) rotate(180deg)
}
  
 .v_deep_slot .gameZoneA .all-3party .more .arrowGO .arrow-g span {
    transform: translate(-50%,-50%) rotate(0)
}
  
.v_deep_slot .gameZoneA .all-3party .more .arrow-zone .txt {
    color: #ffffff;
    font-size: 16px;
    padding: 0 9px;
    width: 90%;
    text-align: center;
    /*text-shadow: 0 1px #ffcb8a;*/
}
  
.all-game {
    animation: fadein 2s;
}
  /*
 .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-content: center;
  }
  
 .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame {
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-out;
    position: relative;
    margin-right: 2.3%
  }
  
 .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame span {
    font-size: 2.5vw;
    background: rgb(161,170,195);
    background: linear-gradient(360deg,rgb(161,170,195) 0%,rgb(216,219,239) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    transition: .4s ease-out
  }
  
 .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame h4 {
    color: var(--txtColor66);
    font-size: 14px;
    transition: .4s ease-out;
    white-space: nowrap;
    margin-top: 10px
  }
  
 .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame:hover span {
    background: rgb(215,175,138);
    background: linear-gradient(360deg,rgb(215,175,138) 0%,rgb(215,175,138) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }
  
 .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame:hover h4 {
    color: #d7af8a
  }
  */
 .v_deep_slot .gameZoneA .tabZone ul {
    display: flex;
    width: 100%
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li {
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-out;
    position: relative;
    margin-right: 1.5%;
    width: 6vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span {
    font-size: 46px;
    background: rgb(161,170,195);
    background: linear-gradient(360deg,rgb(161,170,195) 0%,rgb(216,219,239) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .4s ease-out;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconFavor {
    font-size: 46px
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconFavor, .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconALL {
    font-size: 2.4vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconMGP {
    font-size: 2.3vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconAG {
    font-size: 3.3vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconHABA, .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconPRG {
    font-size: 2.9vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconPG1 {
    font-size: 3.8vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconPT3 {
    font-size: 3.4vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconIDN {
    font-size: 2.4vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconSG {
    font-size: 2.6vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconJILI {
    font-size: 3.6vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconEVO {
    font-size: 2.2vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconBBIN {
    font-size: 1.5vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconJDB {
    font-size: 1.7vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconTPG, .v_deep_slot .gameZoneA .tabZone ul li span.icon-icconAMEBA {
    font-size: 2vw
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li h4 {
    color: var(--txtColor66);
    font-size: 14px;
    transition: .4s ease-out;
    white-space: nowrap;
    position: absolute;
    bottom: 0px
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li:hover h4, .v_deep_slot .gameZoneA .tabZone ul li.active h4 {
    color: var(--txtColor75)
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li.active span, .v_deep_slot .gameZoneA .tabZone ul li:hover span {
    background: rgb(215,175,138);
    background: linear-gradient(360deg,rgb(215,175,138) 0%,rgb(215,175,138) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li .pic {
    width: 3.5vw;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li .innerPic {
    width: 100%;
    padding-bottom: 66.3%;
    background-size: cover;
    transition: .4s ease-out
  }
  
 /*.v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame {
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s ease-out;
    position: relative;
    margin-right: 0;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
 .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame .pic {
    width: 40px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
 .v_deep_slot .gameZoneA .all-3party .all-game .all-game-frame .game-frame .innerPic {
    width: 100%;
    padding-bottom: 65%;
    background-size: contain;
    transition: .4s ease-out
  }
  */


  /*
 .v_deep_slot .gameZoneA .tabZone ul li.maintainGo .maintain {
    display: flex
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li .maintain {
    display: none;
    background-color: var(--bgColor084);
    border: 1px solid var(--bdColor052);
    border-radius: 10px;
    width: 121px;
    height: 90px;
    position: absolute;
    z-index: 2;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 7px;
    cursor: none
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li .maintain span, .v_deep_slot .gameZoneA .tabZone ul .active .maintain span {
    font-size: 46px;
    background: var(--txtColor85);
    -webkit-background-clip: text;
  }
  
 .v_deep_slot .gameZoneA .tabZone ul li .maintain h4 {
    color: var(--txtColor85);
    font-size: 12px;
    font-weight: 700;
    transform: scale(.8)
  }*/
  /*
 .v_deep_slot .gameZoneA .tabZone .searchZone {
    position: relative;
    width: 12%;
    margin-top: 32px
  }
  
 .v_deep_slot .gameZoneA .tabZone .searchZone input {
    border-bottom: 1px solid var(--bdColor03)!important;
    color: var(--txtColor66);
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 3%;
    padding-bottom: 8px;
    margin-bottom: 0
  }
  
 .v_deep_slot .gameZoneA .tabZone .searchZone input::placeholder {
    color: var(--txtColor36);
    font-size: 14px
  }
  
 .v_deep_slot .gameZoneA .tabZone .searchZone .searchIcon {
    position: absolute;
    right: 0px;
    top: 9px
  }
  
 .v_deep_slot .gameZoneA .tabZone .searchZone .searchIcon span {
    color: var(--txtColor66);
    font-size: 1.2vw
  }
  */
 .v_deep_slot .gameZoneA .slotZone {
    /* background-color: var(--bgColor017); */
    overflow: hidden;
    height: auto;
    width: 98%;
    padding-bottom: 11px;
    animation: downIn-45deb3a4 .4s;
    animation-fill-mode: forwards;
    opacity: 0
  }
  
.v_deep_slot .gameZoneA .slotZone ul{
    display: flex;
    justify-content:center;
  }
  
 .v_deep_slot .gameZoneA .slotZone.off {
    animation-name: none
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby {
    padding: 0px 0;
    height: 580px;
    overflow: auto;
    margin-bottom: 50px;
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li {
    margin-bottom: 50px;
    width: 100px;
    margin-right: 12px;
    min-height: 15.5vh;
    position: relative
  }
  
  @media (min-width:641px) {
    .v_deep_slot .gameZoneA .slotZone .slotLobby ul li {
        width: 200px;
        height: 200px;
    }
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li a {
    text-decoration: none
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li a .pic {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--bgColor017);
    border: 1px solid var(--bdColor010);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    overflow: hidden;
    border-radius: 10px
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li a .pic .logoFrame img {
    height: 23px;
    width: auto
  }
  
.v_deep_slot .gameZoneA .slotZone .slotLobby ul li:hover a .pic{
    border: 2px solid #f1ba3a !important;
    box-shadow: rgba(204, 171, 25, 0.4) 0px 2px 4px, 
      rgba(204, 171, 25, 0.3) 0px 7px 13px -3px, 
      rgba(204, 171, 25, 0.2) 0px -3px 0px inset;
  }
.v_deep_slot .gameZoneA .slotZone .slotLobby ul li:hover a .name span{
    color: #f1ba3a;
  }
  
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li a .pic .logoFrame {
    clip-path: polygon(41% 0%,100% 0%,100% 100%,55% 100%);
    background-color: #000;
    width: 115%;
    height: 37px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 57%
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li a .pic .ppPro {
    position: absolute;
    top: 0px;
    left: 0px
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li a .pic .ppPro img {
    width: 4.5vw
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li a .pic img {
    z-index: 1;
    position: relative;
    transition: .3s ease-out;
    width: 100%;
    height: 100%;
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li a .pic:before {
    content: "";
    position: absolute;
    width: 177px;
    height: 177px;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li a .name {
    position: relative;
    width: 95%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li a .name span {
    z-index: 1;
    color: var(--txtColor66);
    font-weight: bolder;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 196px;
    text-align: center;
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .mask {
    width: 100%;
    height: 100%;
    background-color: var(--bgColor013_op);
    z-index: 2;
    position: absolute;
    border-radius: 5px;
    display: none;
    transition: .4s ease-out;
    cursor: pointer
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .mask .imgFrame {
    height: 24%;
    width: 100%!important;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-116%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .mask .imgFrame img {
    height: auto!important;
    width: 42%!important
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .cubeLogo .imgFrame img {
    width: 26%!important
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .cubeLogo .imgFrame {
    transform: translate(-50%,-138%)!important
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li:hover .pic>img {
    transform: rotate(10deg) scale(1.1)
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .mask .gogo {
    width: 75%;
    height: 42px;
    position: relative;
    cursor: pointer;
    transition: .4s ease-out;
    box-shadow: 6px 5px 7px var(--shadow08) .5;
    background: rgb(187 187 187);
    background: linear-gradient(90deg,rgb(187 187 187) 0%,rgb(127 119 111) 40%,rgb(93 85 77) 100%);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,6%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .mask .gogo span {
    color: var(--txtColor02);
    font-size: 15px;
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li:hover .mask {
    display: block
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .heart01 {
    position: absolute;
    top: 4px;
    left: -4px;
    cursor: pointer
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .heart01 span {
    transition: all .2s linear;
    font-size: 25px!important;
    font-weight: 400!important;
    color: var(--txtColor76)!important;
    position: absolute
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .heart:before {
    display: none!important
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .heart {
    position: absolute;
    top: -7px;
    left: -15px
  }
  
 .v_deep_slot .gameZoneA .slotZone .slotLobby ul li .heart label:before {
    display: none
  }
  
 .v_deep_slot [class^=fa] {
    font-style: normal
  }
  
 .v_deep_slot input[name^=like], .v_deep_slot input[name^=favourite] {
    display: none
  }
  
 .v_deep_slot input[name^=like]+label[for], .v_deep_slot input[name^=favourite]+label[for] {
    background-color: var(--bgColor020);
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    color: var(--txtColor02);
    cursor: pointer;
    font-weight: 300;
    margin: .35em;
    padding: 6px 12px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
  }
  
 .v_deep_slot input[name^=favourite]+label[for] {
    background-color: var(--txtColor21)
  }
  
 .v_deep_slot input[name^=like]+label[for]:hover, .v_deep_slot input[name^=like]+label[for]:focus, .v_deep_slot input[name^=favourite]+label[for]:hover, .v_deep_slot input[name^=favourite]+label[for]:focus {
    background-color: var(--txtColor21);
    outline: 0
  }
  
 .v_deep_slot input[name^=favourite]+label[for]:hover, .v_deep_slot input[name^=favourite]+label[for]:focus {
    background-color: var(--txtColor21)
  }
  
 .v_deep_slot input[name^=like]+label[for].transparent {
    background-color: transparent;
    color: var(--txtColor21)
  }
  
 .v_deep_slot input[name^=favourite]+label[for].transparent {
    background-color: transparent;
    color: var(--txtColor21)
  }
  
 .v_deep_slot input[name^=like]+label[for].transparent:hover, .v_deep_slot input[name^=like]+label[for].transparent:focus, .v_deep_slot input[name^=favourite]+label[for].transparent:hover, .v_deep_slot input[name^=favourite]+label[for].transparent:focus {
    color: var(--txtColor21)
  }
  
 .v_deep_slot input[name^=favourite]+label[for].transparent:hover, .v_deep_slot input[name^=favourite]+label[for].transparent:focus {
    color: var(--txtColor21)
  }
  
 .v_deep_slot input[name^=like]+label[for].transparent:hover .icon-icconFavorFull, .v_deep_slot input[name^=like]+label[for].transparent:focus .icon-icconFavorFull, .v_deep_slot input[name^=favourite]+label[for].transparent:hover .icon-icconFavorFull, .v_deep_slot input[name^=favourite]+label[for].transparent:focus .icon-icconFavorFull {
    opacity: .25
  }
  
 .v_deep_slot input[name^=favourite]+label[for].transparent :hover, .v_deep_slot input[name^=favourite]+label[for].transparent :focus {
    color: var(--txtColor21)
  }
  
 .v_deep_slot input[name^=like]+label[for] .do, .v_deep_slot input[name^=like]+label[for] .done, .v_deep_slot input[name^=favourite]+label[for] .do, .v_deep_slot input[name^=favourite]+label[for] .done {
    margin-left: .35em
  }
  
 .v_deep_slot input[name^=like]+label[for] .done, .v_deep_slot input[name^=favourite]+label[for] .done, .v_deep_slot input[name^=like]:checked+label[for] .do, .v_deep_slot input[name^=favourite]:checked+label[for] .do {
    display: none
  }
  
 .v_deep_slot input[name^=like]+label[for] .do, .v_deep_slot input[name^=favourite]+label[for] .do, .v_deep_slot input[name^=like]:checked+label[for] .done, .v_deep_slot input[name^=favourite]:checked+label[for] .done {
    display: inline-block
  }
  
 .v_deep_slot input[name^=like]+label[for] .fa, .v_deep_slot input[name^=favourite]+label[for] .fa {
    display: inline-block;
    position: relative
  }
  
 .v_deep_slot input[name^=like]+label[for] .fa .icon-icconFavor, .v_deep_slot input[name^=favourite]+label[for] .fa .icon-icconFavor {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 25px;
    color: var(--txtColor76)
  }
  
 .v_deep_slot input[name^=like]+label[for] .fa .icon-icconFavorFull, .v_deep_slot input[name^=favourite]+label[for] .fa .icon-icconFavorFull {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 25px;
    color: var(--txtColor76)
  }
  
 .v_deep_slot input[name^=like]+label[for] .fa .icon-icconFavorFull.fx {
    color: var(--txtColor21)
  }
  
 .v_deep_slot input[name^=favourite]+label[for] .fa .icon-icconFavorFull.fx {
    color: var(--txtColor21)
  }
  
 .v_deep_slot input[name^=like]:checked+label[for] .fa .icon-icconFavor, .v_deep_slot input[name^=favourite]:checked+label[for] .fa .icon-icconFavor {
    opacity: 0
  }
  
 .v_deep_slot input[name^=like]:checked+label[for] .fa .icon-icconFavorFull, .v_deep_slot input[name^=favourite]:checked+label[for] .fa .icon-icconFavorFull {
    opacity: 1
  }
  
 .v_deep_slot input[name^=like]:checked+label[for] .fa .icon-icconFavorFull.fx, .v_deep_slot input[name^=favourite]:checked+label[for] .fa .icon-icconFavorFull.fx {
    -moz-animation: expand-45deb3a4 .65s cubic-bezier(.43,.475,1,.08);
    -o-animation: expand-45deb3a4 .65s cubic-bezier(.43,.475,1,.08);
    -webkit-animation: expand-45deb3a4 .65s cubic-bezier(.43,.475,1,.08);
    animation: expand-45deb3a4 .65s cubic-bezier(.43,.475,1,.08);
    opacity: 0
  }
  
  @keyframes expand-45deb3a4 {
    0% {
        -moz-transform: scale(1,1);
        -o-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1)
    }
  
    50% {
        -moz-transform: scale(2,2);
        -o-transform: scale(2,2);
        -webkit-transform: scale(2,2);
        transform: scale(2);
        opacity: .7
    }
  
    to {
        -moz-transform: scale(6,6);
        -o-transform: scale(6,6);
        -webkit-transform: scale(6,6);
        transform: scale(6);
        opacity: 0
    }
  }
  
 .v_deep_slot .gameZoneA .slotZone .pager_block {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 10px
  }
  
 .v_deep_slot .gameZoneA .slotZone .pager_block .page-list {
    text-align: center;
    display: flex;
    margin: 0 auto
  }
  
 .v_deep_slot .gameZoneA .slotZone .pager_block ul {
    width: auto;
    display: inline-block!important;
    padding: 0
  }
  
 .v_deep_slot .gameZoneA .slotZone .pager_block ul li {
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: 0!important;
    width: auto!important;
    margin-right: 2px!important
  }
  
 .v_deep_slot .gameZoneA .slotZone .pager_block ul .prev {
    margin-left: 0
  }
  
 .v_deep_slot .gameZoneA .slotZone .pager_block ul li a {
    font-size: 12px;
    color: var(--txtColor88);
    border: 1px solid var(--bdColor058);
    padding: 0 12px;
    border-radius: 3px;
    transition: .4s ease-out;
    text-decoration: none
  }
  
 .v_deep_slot .gameZoneA .slotZone .pager_block ul li a:hover {
    border: 1px solid var(--bdColor018)
  }
  
 .v_deep_slot .gameZoneA .slotZone .pager_block ul .on, .v_deep_slot .gameZoneA .slotZone .pager_block ul li:hover a {
    color: var(--txtColor02);
    background: var(--bgColor121);
    border: 1px solid var(--bdColor057)
  }
  
 .v_deep_slot .pager_block ul .first span, .v_deep_slot .pager_block ul .last span {
    position: relative
  }
  
 .v_deep_slot .pager_block ul .first span:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: var(--bdColor043);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(25px,-50%)
  }
  
 .v_deep_slot .pager_block ul .last span:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: var(--bdColor043);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-22px,-50%)
  }
  
 .v_deep_slot .pager_block ul li.first:hover a, .v_deep_slot .pager_block ul li.prev:hover a, .v_deep_slot .pager_block ul li.next:hover a, .v_deep_slot .pager_block ul li.last:hover a {
    color: var(--txtColor89)!important;
    background: var(--bgColor092)!important;
    border: 1px solid var(--bdColor058)!important
  }
  
 .v_deep_slot .activePlay {
    -webkit-animation: activePlay-45deb3a4 1s infinite;
    animation: activePlay-45deb3a4 1s infinite
  }
  
  @keyframes activePlay-45deb3a4 {
    0% {
        transform: translate(-50%,6%)
    }
  
    50% {
        transform: translate(-50%)
    }
  
    to {
        transform: translate(-50%,6%)
    }
  }
  
 .v_deep_slot .aniTab {
    -webkit-animation: aniTab-45deb3a4 1s infinite;
    animation: aniTab-45deb3a4 1s infinite
  }
  
  @keyframes aniTab-45deb3a4 {
    0% {
        background: rgb(215,175,138);
        background: linear-gradient(360deg,rgb(215,175,138) 0%,rgb(215,175,138) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transform: scale(1)
    }
  
    50% {
        background: rgb(215,175,138);
        background: linear-gradient(360deg,rgb(215,175,138) 0%,rgb(215,175,138) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transform: scale(1.1)
    }
  
    to {
        background: rgb(215,175,138);
        background: linear-gradient(360deg,rgb(215,175,138) 0%,rgb(215,175,138) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transform: scale(1)
    }
  }
  
  @keyframes leftIn-45deb3a4 {
    0% {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translate(50%);
        opacity: 0
    }
  
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0);
        opacity: 1
    }
  }
  
  @keyframes topIn-45deb3a4 {
    0% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0
    }
  
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
  }
  
  @keyframes downIn-45deb3a4 {
    0% {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }
  
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
  }
  
 .v_deep_slot input::-webkit-calendar-picker-indicator {
    opacity: 0
  }
  
 .v_deep_slot input[type=text]:not(.browser-default):focus:not([readonly]) {
    box-shadow: none
  }

  







  

  







/*
.slotZone .slot-family { margin: 0 0 30px; }

.slotZone .slot-family ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e6d6c8;
    justify-content: center;
}

.slotZone .slot-family ul li {
    display: flex;
    width: 155px;
    border-bottom: 1px solid #e6d6c8;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border: 3px solid #ccd4e8;
    margin: 9px 3px;
}


.slotZone .slot-family ul li:hover,
.slotZone .slot-family ul li.active{
    box-shadow: rgb(204 25 25 / 40%) 0px 2px 4px, 
    rgb(204 25 25 / 30%) 0px 7px 13px -3px, 
    rgb(204 25 25 / 20%) 0px -3px 0px inset;
}


.slotZone .slot-family li .img {
    display: flex;
    height: 75px;
    justify-content: center;
    align-items: center;
}
.slotZone .slot-family ul li .tit {
    height: 40px;
    color: #7883a9;
    font-size: 15px;
    font-weight: bold;
}

.slotZone .slot-family ul li .tit-on { color: #cdae91; }
*/
.slotZone .active-container {
    display: flex;
    justify-content: center;
}

.slotZone .active-container .active-item {
    margin-top: 32px;
    border: 2px solid #f7ca7a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 40px;
    color: var(--text-color);
    font-size: 18px;
    font-weight: bold;
}

.slotZone .active-container .active-item .active-item-pic {
    width: 60px;
    height: 40px;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}

.slotZone .v-deep-slot .gameZoneA { margin-top: 22px; }

.slotZone .v-deep-slot .gameZoneA .slotLobby {
    width: 95%;
    padding: 0;
    height: 650px;
    overflow: auto;
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li {
    margin-bottom: 50px;
    width: 200px;
    height: 200px;
    margin-right: 12px;
    min-height: 15.5vh;
    position: relative;
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li a {
    text-decoration: none;
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li a .pic {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--bgColor017);
    border: 1px solid var(--bdColor010);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    overflow: hidden;
    border-radius: 10px;
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li:hover a .pic {
    border: 2px solid #f1ba3a !important;
    box-shadow: rgba(204, 171, 25, 0.4) 0px 2px 4px, rgba(204, 171, 25, 0.3) 0px 7px 13px -3px, rgba(204, 171, 25, 0.2)
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li a .pic img {
    z-index: 1;
    position: relative;
    transition: 0.3s ease-out;
    width: 100%;
    height: 100%;
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li a .pic .mask {
    width: 100%;
    height: 100%;
    background-color: var(--bgColor013-op);
    z-index: 2;
    position: absolute;
    border-radius: 5px;
    display: none;
    transition: 0.4s ease-out;
    cursor: pointer;
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li:hover a .pic .mask { display: block;}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li a .pic .mask .gogo {
    width: 75%;
    height: 32px;
    position: relative;
    cursor: pointer;
    transition: 0.4s ease-out;
    box-shadow: 6px 5px 7px var(--shadow08) 0.5;
    background: rgb(242,208,155);
    background: linear-gradient(90deg,rgb(242,208,155) 0%,rgb(219,184,151) 40%,rgb(142,112,84) 100%);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,6%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li a .pic .mask .gogo span {
    color: white;
    font-size: 12px;
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li a .name {
    position: relative;
    width: 95%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.slotZone .v-deep-slot .gameZoneA .slotLobby ul li a .name span {
    z-index: 1;
    color: var(--txtColor66);
    font-weight: bolder;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 196px;
    text-align: center;
}

/*}} slot-section */



/*{{ board-section */

.board-section {
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 30px 0;
    z-index: 2;
    padding-left: 250px;
    background-color: transparent;
}

.board-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top center;
}

.board-section .container .board-panel {
    width: calc(33.33% - 30px);
    margin: 10px 0;
    max-height: 500px;
}
.board-section .container .board-background {
    max-width: 100%;
    background: var(--board-bg);
    padding: 9px;
    border: 1px solid var(--board-border);  
    border-radius: 10px;
}

.board-section .container .board-panel .board-header {
    width: 100% !important;
    height: 50px;
    padding: 0 15px;
    color: var(--text-color);
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    background:  var(--board-header-bg);
}

.board-section .container .board-panel .board-header .more-btn {
    height: 27px;
    padding: 0 15px;
    border-radius: 10px;
    background-color: var(--board-btn-more);
    border: 1px solid var(--board-btn-more-border);
    color: #ffffff;
    font-size: 12px;
}

.board-section .container .board-panel .content table {
    border-collapse: separate;
    border-spacing: 0 4px
}

.board-section .container .board-panel .content table tbody tr td {
    height: 40px;
    border-bottom: 1px solid var(--board-border-bottom);
    cursor: pointer;
    font-size: 16px;
}

.board-section .container .board-panel .content table tbody tr td:first-child {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.board-section .container .board-panel .content table tbody tr td:last-child {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.board-section .container .board-panel .content table tbody tr td a {
    color: var(--text-color);
    font-weight: 600;
    font-size: 13px;
    margin-top: 5px;
}

.board-section .container .board-panel .content table tbody tr .date-td {
    color: var(--text-color);
    font-size: 13px;
}

/*}} board-section */



/*{{ realtime-board */

.board-section .container .realtime-board {
    width: 33.33%;
    margin: 10px 30px;
}

.board-section .container .realtime-board .realtime-nav {
    width: 100%;
    height: 54px;
    margin: 0 0 5px;
    padding: 0 1px;
    border-radius: 8px;
    background-color: var(--realtime-hd);
    /*box-shadow: inset 0 0 15px rgb(94 94 94), 0 1px 0 rgb(130 130 130);*/
}

.board-section .container .realtime-board .realtime-nav button {
    width: calc(50% - 4px);
    height: calc(100% - 6px);
    border-radius: 6px;
    border: none;
    background-color: var(--realtime-sel-bg);
    color: #696969;
    font-size: 18px;
    font-family: noto-sans-bold;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);*/
    margin: auto 2px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.board-section .container .realtime-board .realtime-nav button.active {
    color: rgb(0, 0, 0);
    background-color: #fec200;
    background-repeat: repeat-x;
    background-position: center;
}

.board-section .container .realtime-board .realtime-nav button i { color: #696969; margin-right: 5px; }

.board-section .container .realtime-board .realtime-nav button.active i { color: #000000; }

.board-section .container .realtime-board .content {
    min-height: 272px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 10px 15px;
}

.board-section .container .realtime-board .content .rolling-realtime.active {display: block;}

.board-section .container .realtime-board .content .rolling-realtime {
    width: 100%;
    margin: 0 auto;
    display: none;
    animation: realtimeAnim 0.5s ease 1 forwards;
}

@keyframes realtimeAnim {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.board-section .container .realtime-board .content .rolling-realtime ul {
    width: 100%;
    float: left;
}

.board-section .container .realtime-board .content .rolling-realtime ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.board-section .container .realtime-board .content .rolling-realtime ul li .crown-icon { margin: 4px -2px 0; }

.board-section .container .realtime-board .content .rolling-realtime ul li div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--text-color);
    font-size: 15px;
    transition: 0.3s;
    border-bottom: solid 1px var(--board-border-bottom);
}

.board-section .container .realtime-board .content .rolling-realtime ul li:hover div { background-color: rgba(255, 255, 255, 0.05); }

.board-section .container .realtime-board .content .rolling-realtime ul li div.user {
    width: 35%;
    justify-content: flex-start;
}

.board-section .container .realtime-board .content .rolling-realtime ul li div.amount {
    font-family: noto-sans-bold;
    font-size: 18px;
    width: 50%;
    padding-right: 3%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    color: var(--realtime-amount);
}

.board-section .container .realtime-board .content .rolling-realtime ul li div.date {
    color: var(--text-color);
    width: 30%;
    text-align: right;
    padding-right: 5px;
}

/*}} realtime-board */



/*{{ dropdown-menu */

.dropdown-menu {
    display: none;
    position: fixed;
    top: 6%;
    border: 1px solid var(--myinfo-border);
    border-radius: 4px;
    padding: 10px;
    z-index: 999;
    min-width: 250px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(var(--myinfo0), var(--myinfo1));
}

.dropdown-menu .row {
    background-color: var(--myinfo-sub);
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 2px;
}

.dropdown-menu .row .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.dropdown-menu .row .labels {
    text-align: left;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    padding: 0 0 0 8px;
    color:  var(--text-black);
    font-weight: bold;
}

.dropdown-menu .row .labels .icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.75);
    background-image: linear-gradient(#ffffff, #c5c5c5);
    margin-right: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

/*.dropdown-menu .row .labels span {   
    color: var(--main);   
}*/


.dropdown-menu .row .labels .reset-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.75);
    background-image: linear-gradient(#ffed00, #ff3d00);
    margin-right: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.dropdown-menu .row .information {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: #fff;*/
    font-size: 14px;
    padding: 0 0 0 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 12px rgba(255, 255, 255, 0.25);
}

.dropdown-menu .row .information .symbol {
    /*color: var(--yellow);*/
    margin-left: 3px;
}

.my-page-btn {
    width: 100%;
    color: var(--text-color);
    border: none;
    border-radius: 15px;
    margin-top: 5px;
    box-shadow: 0 2px 2px rgb(240, 149, 0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  
    background-color: #ffc600;
    background-image: linear-gradient(#ffd320, #d29f00);
}

/*}} dropdown-menu */



/*{{ 모달관련 */

    /* {{ Login Modal */
.login-logo-name {
    text-align: center; 
    margin: 10px 0 10px 0; 
    /*border: 1px solid red;*/
}
    /* }} Login Modal */

.modal-backdrop {
    background-color: #000000;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal {
    padding: 0 !important;
    overflow-y: auto;
}

.modal::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

.modal::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.modal *::-webkit-scrollbar {
    width: 10px;
    background: #000000;
    border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
    background: linear-gradient(#888888, #666666);
    /*border: solid 2px #000000;*/
    border-radius: 5px;
}

.modal-dialog {
    max-width: 1300px;
    padding: 0 !important;
}

.gameListModal .modal-dialog {
    max-width: 1400px;
}

.loginModal .modal-dialog {
    max-width: 500px;
}

.modal-content {
    min-height: 787px;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    overflow: visible;
    background-color: transparent;
    border-radius: 0;
    border: none;
}


/* Modal Close Btn */

.modal-close-btn {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    z-index: 9;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 0;
    outline: none !important;
    transition: 0.3s;
}

.modal-close-btn:before,
.modal-close-btn:after{
    width:2px;
    height:60%;
    background-color: var(--modal-btn-close);
    left:0;
    right:5px;
    top:-2px;
    bottom:0;
    margin:auto;
    transform:rotate(45deg);
    transition:0.5s;
}

.modal-close-btn:after{
    transform:rotate(-45deg);
}

.modal-close-btn:hover:before{
    transform:rotate(135deg);
    background-color: white;
}

.modal-close-btn:hover:after{
    transform:rotate(-135deg);
    background-color: white;
}

.modal .mob-menu-btn {
    position: absolute;
    left: 10px;
    top: 6px;
    display: none;
}


/* Modal Sidebar */

.modal-sidebar {
    width: 280px;
    background-color: var(--modal-sidebar-bg);
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
    border: solid 1px rgba(255, 255, 255, 0.1);
}

.modal-sidebar .header {
    width: 100%;
    height: 50px;
    margin: 0 0 10px;
    background-image: var(--modal-header-bg);
    border-top: solid 1px #bdc1cb;
    border-bottom: solid 1px #4e2317;
    border-radius: 8px;
    font-size: 16px;
    /*text-shadow: 0 1px 0 rgb(240 242 9);*/
    padding: 0 15px;
    color: var(--text-white);
}


/* Modal Menu */

.modal-menu {
    width: 100%;
    display: block;
    padding: 0 5px;
}

.modal-menu li {
    width: 100%;
    display: block;
    padding: 2px 0;
}

.modal-menu li a {
    width: 100%;
    height: 50px;
    color: var(--modal-menu-text);
    background-color: var(--modal-menu-bg);
    border-radius: 8px;
    border-left: solid 2px rgba(0, 0, 0, 0);
}

.modal-menu li a:hover {
    color: #49453a;
    background-color: #ffecb4;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    border-color: #776747;
}

.modal-menu li a.active {
    color: #49453a;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 10px rgba(255, 255, 255, 0.25);
    background-color: #ffc428;
    border-color: #776747;
}

.modal-menu li a .center {
    min-width: 140px;
}

.modal-menu li a span {
    transition: 0s;
}

.modal-menu li a .icon-panel {
    width: 40px;
    margin-right: 10px;
    font-size: 18px;
}

.modal-menu li a.active .icon-panel {
    color: #80755f;
}

.modal-menu li a .icon-panel img {
    max-width: 26px;
    max-height: 26px;
    transform-origin: bottom right;
}

.modal-menu li a:hover .icon-panel img {
    animation: mainMenuIcon 1s ease 1 forwards;
}

.modal-menu li a.active:hover .icon-panel img {
    animation: none;
}


/* Modal Panel */

.modal-panel {
    width: calc(100% - 290px);
    margin-left: auto;
    background-color: var(--modal-bg);
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-align: center;
}

.no-sidebar .modal-panel {
    border-radius: 10px;    
}


/* Modal Title */

.modal-title {
    height: 50px;
    width: calc(100% - 140px);
    max-width: 500px;
    /*background-color: #262626;
    background-image: linear-gradient(#585757, #353535, #0e0d0d);*/
    /*background-color:   #262626;*/
    background: linear-gradient( var(--modal-title-bg0), var(--modal-title-bg1), var(--modal-title-bg1), var(--modal-title-bg0));
    border-radius: 10px;
    border-top: solid 1px #7a7878;
    border-bottom: solid 1px #262626;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), 0 -10px 15px rgba(0, 0, 0, 0.25);
    margin: -15px auto 0;
}

.no-sidebar .modal-title {
    height: 50px;
    width: calc(100% - 140px);
    max-width: 500px;
    /*background-color:   #262626;
    background-image:linear-gradient(#585757, #353535, #0e0d0d);*/
    /*background-color:   #262626;*/
    background: linear-gradient( var(--modal-title-bg0), var(--modal-title-bg1), var(--modal-title-bg1), var(--modal-title-bg0));
    border-radius: 10px;
    border-top: solid 1px #7a7878;
    border-bottom: solid 1px #262626;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), 0 -10px 15px rgba(0, 0, 0, 0.25);
    margin: -15px auto 0;
}
.modal-title .title-panel {
    height: 50px;
    width: 500px;
    max-width: 500px;
    /*background-color:   #262626;*/
    background: linear-gradient( var(--modal-title-bg0), var(--modal-title-bg1), var(--modal-title-bg1), var(--modal-title-bg0));
    /*background-image:linear-gradient(#585757, #353535, #0e0d0d, #0e0d0d);*/    
    border-radius: 10px;
}
.modal-title .title-panel .icon-color {
    color: var(--modal-title-icon);
}

.modal-title .icon {
    margin-right: 12px;
}

.modal-title i {
    color: var(--yellow);
    font-size: 24px;
    margin-right: 12px;
}

.modal-title .title{
    color: var(--modal-title-text);
    font-size: 24px;
    white-space: nowrap;
    margin: 0;
}


/* Modal Body */

.modal-body {
    padding: 30px 30px 40px;
}


/* Modal Info */

.modal-info {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 0 15px;
    background-color: #17220e;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
    color: white;
    background-image: url(../img/bg/modal_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.modal-info:before {
    content: '';
    background: linear-gradient(to right, black, transparent);
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
}

.modal-info button {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
    font-family: noto-sans-bold;
}

.incomment ul li {
    width: 100%;
    color: var(--modal-comment-text);
    margin-top: 5px;
    text-align: left;
}




/* Gamelist Modal */

.gameListModal .modal-sidebar {
    width: 250px;
}

.gameListModal .modal-list {
    display: none !important;
}

.gameListModal .modal-panel {
    width: calc(100% - 255px);
}

.game-list-container {
    width: 100%;
    margin: 0 auto;
}

.game-list-container .scroll-panel {
    width: calc(100% + 7px);
    height: 705px;
    margin: 0 0 0 -7px;
    overflow-y: scroll;
    padding: 0 8px 0 0;
}

.game-btn {
    width: calc(16.66% - 14px);
    display: inline-block;
    margin: 0 7px 14px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #333333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    animation: scBtnAnim 1s ease 1 backwards;
    padding: 2px;
}

.game-btn:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(106, 148, 52, 0.25);
}

.game-btn:before {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(#baf064, #6a9434);
    top: 0;
    left: 0;
    opacity: 0;
}

.game-btn:hover:before {
    opacity: 1;
}

.game-btn .g-panel {
    width: 100%;
    position: relative;
    background-color: #000000;
    border-radius: 10px;
    overflow: hidden;
}

.game-btn .g-panel:before {
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    z-index: 1;
}

.game-btn .g-panel .g-img {
    transition: 0.5s;
    width:150% !important;
}

.game-btn:hover .g-panel .g-img {
    opacity: 0.5;
    transform: scale(1.1);
}

.game-btn .g-panel .g-footer {
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    padding: 0 4px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    font-family: noto-sans-bold;
    z-index: 2;
}

.game-btn:hover .g-panel .g-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.game-btn .g-panel .g-footer .name-text {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    font-size: 12px;
    max-width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.5);
}

.game-btn .g-panel .play-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 22px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0);
    opacity: 0;
    transition: 0.3s;
    padding: 0 0 0 2px;
    background: linear-gradient(#baf064, #6a9434);
}

.game-btn .g-panel .play-btn:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 0.3s;
    background: linear-gradient(#fffd00, #db8812);
    opacity: 0;
}

.game-btn:hover .g-panel .play-btn {
    animation: gamePlayAnim 0.8s ease 1 forwards;
}

.game-btn .g-panel .play-btn:hover:before {
    opacity: 1;
}

@keyframes gamePlayAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    40% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
 
.game-btn .loading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
}



/* Form Container */

.form-container {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.form-container .form-group {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px !important;
}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    width: 100%;
    text-align: left;
    margin: 0 0 8px;
    color: var(--form-label-text);
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    position: relative;
    display: flex;
    align-items: center;
    padding:0 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 {   
    background: var(--form-input-bg);
    border: 1px solid var(--form-input-border);
    border-radius: 2px;
    height: 44px;
    color: var(--form-input-text);
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;   
}

.form-container .form-group .mymoney {
    width: 100%;
    height: 45px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.02);
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: 0.3s;
    padding: 0 15px;
}


.customerModal .form-container .form-group input {
    height: 70px;
    font-size: 18px;
}

.form-container .w-icon input { 
    background: var(--form-input-bg);
    border: 1px solid var(--form-input-border);
    border-radius: 2px;
    height: 44px;
    color: var(--form-input-text);
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;   
}

.form-container .form-group input:read-only {
    color: var(--input-readonly) !important;
    font-family: noto-sans-bold;
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);*/
}

.form-container .form-group input::-webkit-input-placeholder {
    color: rgba(119, 116, 116, 0.5);
}

.form-container .form-group .input-container .icon-panel{
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .select-input {
    width: 100%;
    height: 45px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.02);
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.form-container .form-group .select-input select {  
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 44px;
    color: #333;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding-left: 15px;

    cursor: pointer;
}


.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;
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: 0.3s;
    padding: 20px 18px;
    resize: none;
}

.form-container .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .form-btn {
    width: 120px;
    height: 44px;
    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 5px;
    border-radius: 8px;
    color: #000000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}


/* Form Btn Group */

.form-container .form-group .infos .btn-grp {
    width: 100%;
    float: left;
}

.form-container .form-group .infos .btn-grp button {
    width: 16.66%;
    width: calc(16.66% - 4px);
    height: 38px;
    float: left;
    margin: 0 2px;
    background-color: #666666;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    transition: 0.3s;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.form-container .form-group .infos .btn-grp button:hover {
    background-color: #888888;
}

.form-container .form-group .infos .btn-grp button:first-child {
    margin-left: 0;
    width: calc(16.66% - 2px);
}

.form-container .form-group .infos .btn-grp button:last-child {
    width: calc(16.66% - 2px);
    margin-right: 0;
    background-color: #fcc204;
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
    background-color: #e7760c;
}


/* Form Footer */

.form-footer {
    width: 100%;
    margin: 30px 0 0;
    flex-wrap: nowrap;
}

.form-footer button {
    width: 160px;
    height: 48px;
    margin: 0 5px;
}

.form-footer .btn-transparent {
    box-shadow: none;
}


/* Modal List */

.modal-list {
    margin: 0 0 20px;
    flex-wrap: nowrap;
    border-radius: 8px;
    overflow: hidden;
}

.modal-list .bs-ul li {
    width: 100%;
}

.modal-list a {
    width: 100%;
    height: 50px;
    border: none;
    background-color: var(--modal-list-bg); 
    color: rgba(255, 255, 255, 0.5);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.modal-list a:hover {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.4);
}

.modal-list a.active {
    color: rgba(255, 255, 255, 1.0);
    border-color: var(--a-active);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.4);
}

.modal-list a i {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 8px;
    transition: 0.3s;
}

.modal-list a:hover i {
    color: var(--a-active);
}

.modal-list a.active i {
    color: var(--a-active);
}


/* Modal Tab */

.modal-tab {
    width: 100%;
    display: none;
    margin: 0 auto;
    animation: modalTabAnim 0.5s ease 1 forwards;
}

@keyframes modalTabAnim {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-tab.active {
    display: block;
}


/*}} 모달관련 */






/*{{ bs-table  */

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;    
}

.bs-table.with-depth { border-spacing: 0 2px;}

.bs-table thead th {
    height: 48px;
    color: var(--bs-table-color);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    
    background-color: var(--bs-table-background-color);
    padding-top: 16.5px;
    border: 1px solid var(--bs-table-border);
}

.bs-table thead th:not(:first-child) {
    border-left: none;
    border-right: none;
}
.bs-table thead th:not(:last-child) {
    border-left: none;
    border-right: none;
}

.bs-table thead th:first-child { 
    border-radius: 5px 0 0 5px; 
    border-left: 1px solid var(--bs-table-border);
}

.bs-table thead th:last-child { 
    border-radius: 0 5px 5px 0; 
    border-right: 1px solid var(--bs-table-border);
}



/*.with-depth thead th { border-radius: 3px !important; }*/

.bs-table tr { cursor: pointer; }

.bs-table tr td {
    height: 50px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    background-color: var(--bs-table-td-bg);
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    /*width: 60px;*/
    vertical-align: middle;
}

.bs-table tr:hover td { background-color: rgba(208, 208, 208, 1.0); }

.bs-table tr td a {
    color: #333333;
    font-size: 12px;
    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: var(--yellow); }

.bs-table tr.active .title-td { color: #ff6060;}

.bs-table tr.active td a { color: var(--red); }


.bs-table tr .count-td {
    width: 60px;
}

.bs-table tr .count-tag {
    width: 22px;
    height: 22px;
    border-radius: 2px;
    padding: 1px 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    background-image: linear-gradient(#7c9b49, #496625);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.bs-table tr .title-td {
	color: #333333;
    text-align: left;
    padding-left: 15px;
    max-width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-table tr .date-td {
    width: 20%;
    color: #333333;
    font-weight: normal;
}

.bs-table tr .nav-td {
    width: 40px;
}

.bs-table tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: #cccccc;
    font-size: 14px;
    transition: 0.3s;
    width: 40px;
}

.bs-table tr td .delete-btn:hover { color: #ff9200; }

.bs-table tr td .nav-btn {
    background-color: transparent;
    border: none;
    position: relative;
}
.pagination > li > a {
    width: 28px;
    height: 28px;
    color: #ffffff;
    text-decoration: none;
    background-color: var(--pagination-bg);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
}
.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: 22px;
    height: 22px;
    background-color: #fea701;
    border: none;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bs-table tr td .plus-btn:hover { background-color: #eb5803; }

.bs-table tr td .plus-btn:after,
.bs-table tr td .plus-btn:before {
    content: '';
    width: 2px;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    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:after,
.bs-table tr td .plus-btn:hover:before { background-color: #ffffff; }

/* With Depth */

.with-depth tr:nth-last-child(1) td:first-child {
    /*border-radius: 0 0 0 10px;*/
}

.with-depth tr:nth-last-child(1) td:last-child {
    /*border-radius: 0 0 10px 0;*/
}

.with-depth .message-content {
    display: none;
    height: 200px;
    margin: 2px 0 5px;  
    
    overflow:hidden;
    height:auto;
    border: 2px solid var(--message-content-border);
}

.with-depth .inner-container {
    margin: 2px 0 5px;   
    padding-bottom: 10px;  
    height:auto;
    /*border: 2px solid #ededed;*/
    color: var(--text-color);
}

.with-depth tr.depth-click, tr.depth-click-basic, tr.depth-click-finance, tr.depth-click-game {
    cursor: pointer;
}

.with-depth tr.dropdown,
tr.dropdown-basic,
tr.dropdown-finance,
tr.dropdown-game{
    background-color: transparent;
}

.with-depth tr.dropdown td,
tr.dropdown-basic td,
tr.dropdown-finance td,
tr.dropdown-game td {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
}

.with-depth .dropdown td,
tr.dropdown-basic td,
tr.dropdown-finance td,
tr.dropdown-game td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td,
tr.dropdown-basic:hover td,
tr.dropdown-finance:hover td,
tr.dropdown-game:hover td {
    background-color: transparent;
    border: none;
}

/* Message Content */

.comment-section {
	margin: 10px;
}

.message-content {
    width: 100%;
    height: 400px;
    background-color: #111111;
    margin: 5px 0 0;
    padding: 10px;
    border-radius: 5px;
}

.message-content .inner-container {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    white-space: nowrap;
    text-align: left;
    overflow-y: scroll;
    padding: 5px 10px;
}

.message-content .inner-container ul {
	margin: 1px;
    padding: 20px;
    border: 0;
    /*font-size: 100%;
    font: inherit;*/
    font-family: Pretendard-Regular;
    vertical-align: baseline;
	list-style: square;
}



.message-content .inner-container img{
    width: 100%;
}

.reply-contents{
	white-space: normal;
	overflow: auto;
    width: 100%;
}

/* Level Information */

.bs-table td .level-icon {
    margin-right: 8px;
}

.bs-table td .level-txt {
    display: inline-block;
    width: 45px;
    text-align: left;
}

.level-information .bs-ul {
    width:calc(100% - 310px);
}

.level-information .bs-ul li {
    width:calc(50% - 10px);
    height: 40px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.level-information .bs-ul li .labels {
    margin-right: 10px;
    color: var(--text-color);
}

.level-information .point-form{
    width:310px;
    height:100%;
    position:relative;
}

.level-information .point-form input{
    width:calc( 100% - 160px);
    height:38px;
    border-radius:3px;
    padding:0 5px;
    color:#000;
    font-size:16px;
    background-color:#f8f8f8;
    border:1px solid #353c4a;
    margin-right: auto;
}

.level-information .point-form input::-webkit-input-placeholder{
    color:#333333;
}

.level-information .points-btn{
    width:110px;
    height:38px;
    border-radius: 5px;
    white-space:nowrap;
}

/*}} bs-tabel */



/*{{ footer */

#footer {
    width: 100%;
    float: right;
    background: var(--footer-bg);
    padding: 24px 24px 30vw;
    bottom: 0;
    right: 0;
}

/*#footer .footer-content .logos .logo-text {
    color: #cfc09f;
    font-family: 'GothicA1', Arial, sans-serif !important;
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
    font-weight: bold;
    transform: scale(1);
}*/

#footer .footer-content .txt {
    margin-top: 10px;
    color: white;
}

/*}} footer */



/*{{ footer-mobile */

#footer_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 20vw;
    background-image: var(--footer-bg-img);
    background-size: cover;
    z-index: 99;
}

#footer_mobile ul {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    z-index: 99999;
}
#footer_mobile ul li {
    width: 18%;
    font-size: 15px;
    font-weight: bold;
    color: black;
    margin-top: 8px;
    margin-bottom: -2px;
}

#footer_mobile ul li a {
    color: var(--text-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer_mobile ul li i {
    height: 35px;
    margin-bottom: 4px;
    display: none;
}

#footer_mobile ul li .home-btn {
    height: 15.2vw;
    position: absolute;
    width: 15.2vw;
    left: 50%;
    top: -10px;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(to bottom, #f2d09b 0%,#dbb897 40%,#8e7054 100%);
    transform: translateX(-50%);
}

/*}} footer-mobile */


/*{{ 팝업 */  
.btn.btn-sm-notice {
    width: 100%;
    background: linear-gradient(to bottom, rgba(154,203,55,1) 0%,rgba(125,193,49,1) 100%);
    color: #ffffff;
    border: 1px solid #8ec734;
    border-radius: 0;
}

.btn.btn-sm-notice:hover,
.btn.btn-sm-notice:focus,
.btn.btn-sm-notice:active{
    border: 1px solid #8ec734;
    background-color: #181818;
    outline: #8ec734;
    border-radius: 0;
}
/*}} 팝업 */ 



.cnt_new {
	display: inline-block;
	margin: 0 2px;	
	padding: 0px 3px 2px; 
	background: #d92e2e; 
	color: #fff;	
	border-radius: 15px;/* line-height: 1; */
	font-size: 12px;vertical-align: middle;
}