
@font-face { font-family: 'SCDream'; src: url('/assets/skin3/font/S-CoreDream-4Regular.woff') format('woff'); font-weight: 400; }
@font-face { font-family: 'SCDream'; src: url('/assets/skin3/font/S-CoreDream-5Medium.woff') format('woff'); font-weight: 500; }
@font-face { font-family: 'SCDream'; src: url('/assets/skin3/font/S-CoreDream-6Bold.woff') format('woff'); font-weight: 600; }
@font-face { font-family: 'SCDream'; src: url('/assets/skin3/font/S-CoreDream-7ExtraBold.woff') format('woff'); font-weight: 700; }

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

html::-webkit-scrollbar {
    width: 0;
}

html::-webkit-scrollbar-thumb {
    width: 0;
}

body {
    height: 100%;
    padding-right: 0 !important;
    text-align: center;
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    font-family: "SCDream", Arial, sans-serif;
    transition: 0.3s;
}

body.active {
    overflow: hidden;
}

@media (min-width: 1000px) {
    body {
		font-size: 15px;
	}
}
@media (min-width: 1921px) {
    body {
        background-size: cover;
    }
}

button, a, input, select, textarea, span {
    outline: none !important;
    transition: 0.3s;text-decoration:none;
}

button {
    padding: 0;
}

a, a:link, a:active, a:visited, a:hover {
  color:inherit;  
	text-decoration: none;
}

.w-b, .w-a, .w-ba {
    position: relative;
    z-index: 1;
}

.w-b:before, 
.w-a:after,
.w-ba:before, 
.w-ba:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.transition-0 {
    transition: 0s !important;
}

.font-small {
    font-size: 10px;
}

.font-s-12 {
    font-size: 12px !important;
}

.font-bold {
    font-family: noto-sans-bold !important;
}

.font-black {
    font-family: noto-sans-black !important;
}

.text-green {
    color: #c3fb13 !important;
}

.text-orange {
    color: #ff9c33 !important;
}

.text-blue {
    color: #91ff8b !important;
}

.text-red {
    color: #ffa280 !important;
}

.table-layout-fixed {
    table-layout: fixed;
}

.min-h-auto {
    min-height: auto !important;
}

.dflex-ac-jc {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-ac-jb {
  display: flex !important;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}



.dflex-ac-js {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dflex-ac-je {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.dflex-ae-jc {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-as-jc {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-acs-jc {
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.bs-ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    display: table;
    padding: 0;
}

.bs-ul li {
    list-style: none;
    width: auto;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}


/* Site Button */

.btn-blue {
    color: #ffffff;
    background-color: #8695b4;
    background-image: linear-gradient(to bottom,#8695b4 0,#68748c 50%,#5d6a83 51%,#394458 100%);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 0 #262f42;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-yellow {
    color: #ffffff;
    background-color: #f2da01;
    background-image: linear-gradient(to bottom,#f27b01 0,#ffa028 50%,#fd8c04 51%,#c14305 100%);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 0 #863500;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-red {
    color: #ffffff;
    background-color: #ff7d51;
    background-image: linear-gradient(to bottom,#ff7d51 0,#dc6135 50%,#d64f20 51%,#b93202 100%);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 0 #7b2000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-violet {
    color: #ffffff;
    background-color: #ba91f2;
    background-image: linear-gradient(to bottom,#ba91f2 0,#8969b5 50%,#7f5dad 51%,#4b3070 100%);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 0 #341f50;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-green {
    color: #0d2240;
    font-family: noto-sans-bold;
    background-color: #c3fb13;
    background-image: linear-gradient(to bottom,#c3fb13 0,#a4d609 50%,#99c906 51%,#7fa706 100%);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 0 #597600;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);font-weight: 700;
}

.btn-blue:before,
.btn-yellow:before,
.btn-red:before,
.btn-violet:before,
.btn-green:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    z-index: -1;
    border-radius: 2px;
    opacity: 0;
}


.btn-blue:before {
    background-image: linear-gradient(to bottom,#bd1a64 0,#6b083e 50%,#610634 51%,#550d2e 100%);
}

.btn-yellow:before {
    background-image: linear-gradient(to bottom,#f56f41 0,#ce5b32 50%,#c94618 51%,#9f2c03 100%);
}

.btn-red:before {
    background-image: linear-gradient(to bottom,#ffb351 0,#e59f44 50%,#e0922c 51%,#945300 100%);
}

.btn-violet:before {
    background-image: linear-gradient(to bottom,#e391f2 0,#ca7dd9 50%,#b970c7 51%,#864293 100%);
}

.btn-green:before {
    background-image: linear-gradient(to bottom,#ffe34b 0,#ffd700 50%,#eec903 51%,#cc9700 100%);
}


@media(min-width:1201px){ 

    .btn-blue:hover:before,
    .btn-yellow:hover:before,
    .btn-red:hover:before,
    .btn-violet:hover:before,
    .btn-green:hover:before {
        opacity: 1;
    }

    .btn-blue:hover {
        box-shadow: 0 2px 0 #6f0033;
    }

    .btn-yellow:hover {
        box-shadow: 0 2px 0 #7a2000;
    }

    .btn-red:hover {
        box-shadow: 0 2px 0 #6a3b00;
    }

    .btn-violet:hover {
        box-shadow: 0 2px 0 #5f2a6a;
    }

    .btn-green:hover {
        box-shadow: 0 2px 0 #8b6700;
    }

}


/* Wrapper */

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-section {
    width: 100%;
    height: 500px;
		/*
    background-image: url(/assets/skin3/img/banner-bg.jpeg);
    background-position: center;
    background-repeat: repeat-x;
		*/
    overflow: hidden;
}

.banner-section:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center top;
    background-repeat: no-repeat;
    animation: bannerBgAnim 1s ease 1 forwards;
}

@keyframes bannerBgAnim {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

.banner-section .container {
    padding: 0 0 70px;
}

.banner-section .container .center {
    position: relative;
    z-index: 9;
}


/* Logo */

.logo {
    width: 400px;
    display: inline-block;
    position: relative;
}



.logo .logo-img {
    width: 80%;
    position: relative;
    opacity: 1;
	margin-top:-103px;
	margin-left:1px;
}

@media (max-width: 770px) {
	.logo .logo-img {
		margin-top:-18px;
		margin-left:0px;
		display:none;
	}
	.logo .text {
		top:76px !important;
	}
}
.logo .car {
    width: 100%;
    left: 0;
    top: 0;
    animation: lgCarAnim 8s ease 0.5s infinite backwards;
}

@keyframes lgCarAnim {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.logo div .car-img {
    width: 100%;
    position: relative;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.75));
}

.logo .wheel-left {
    width: 13.78%;
    left: 9.75%;
    bottom: 7%;
    animation: lgWheelLeftAnim 0.1s linear 0.5s infinite backwards;
}

@keyframes lgWheelLeftAnim {
    0% {
        transform: rotate(0deg) rotateY(180deg);
    }
    100% {
        transform: rotate(-360deg) rotateY(180deg);
    }
}

.logo .wheel-right {
    width: 13.78%;
    right: 14.75%;
    bottom: 7%;
    animation: lgWheelRightAnim 0.1s linear 0.5s infinite backwards;
}

@keyframes lgWheelRightAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.slide img {width: 100%;}


.logo .text {
    /*width: 130%;*/
    right: 0;
	  top:128px;
    left: -16.5%;
    margin: 0 auto;
    animation: lgTextAnim 8s ease 0.5s infinite backwards;
    position: relative;
}

@keyframes lgTextAnim {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    8% {
        opacity: 0;
        transform: scale(0.75);
    }
    18% {
        opacity: 1;
        transform: scale(1.0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}


/* Banner Carousel */

.banner-carousel {
    max-width: 1024px;
    padding: 0 0 25px;
    margin: 25px auto 15px;
}

.banner-carousel .text-panel {
    animation: bannerTextAnim 4s ease 1 forwards;
}

@keyframes bannerTextAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    15% {
        opacity: 1;
        transform: scale(1.0);
    }
    90% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.1);
    }
}

.banner-carousel h1 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #ccb082);
    background-size: 100% 100%;
    position: relative;
    color:#d6d6d6;
    font-size:36px;
    font-family: noto-sans-black;
    margin-bottom: 0.25%;
}

.banner-carousel h2 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #95add5);
    background-size: 100% 100%;
    position: relative;
    color:#d6d6d6;
    font-size:28px;
    font-family: noto-sans-bold;
    margin: 0;
}

.banner-carousel h1:before,
.banner-carousel h2:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 1);                 
    z-index:-1;
}

.banner_one {
    max-width: 1024px;
    padding: 0 0 25px;
    margin: 25px auto 15px;
}

.banner_one .text-panel {
    animation: bannerTextAnim 4s ease 1 forwards;
}

.banner_one h1 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #ccb082);
    background-size: 100% 100%;
    position: relative;
    color:#d6d6d6;
    font-size:36px;
    font-family: noto-sans-black;
    margin-bottom: 0.25%;
}

.banner_one h2 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #95add5);
    background-size: 100% 100%;
    position: relative;
    color:#d6d6d6;
    font-size:28px;
    font-family: noto-sans-bold;
    margin: 0;
}

.banner_one h1:before,
.banner_one h2:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 1);                 
    z-index:-1;
}


/* Carousel Indicators */

.carousel-indicators {
    margin: 0 auto;
    bottom: 0;
}

.carousel-indicators li {
    width: 28px;
    height: 6px;
    border-radius: 4px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    opacity: 1;
    transition: 0.3s;
}

.carousel-indicators li:hover {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li.active {
    border-color: #f25904;
    background-color: #ff5f04;
    background-image: linear-gradient(#ff5f04, #943102);
}


/* Banner Background */

.banner-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.banner-background img {
    position: absolute;
    bottom: 0;
}

.banner-background div {
    position: absolute;
    bottom: 0;
}

.banner-background div .m-img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner-background .table {
    width: 33.33%;
    left: -9.75%;
    bottom: 7.5%;
    animation: casinoTableAnim 12s ease 1s infinite backwards;
}

@keyframes casinoTableAnim {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }
    2% {
        opacity: 0;
        transform: translateX(15%);
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .dealer-back {
    width: 21.13%;
    left: -5.75%;
    animation: charLeftAnim 12s ease 1s infinite backwards;
}

.banner-background .dealer-back .casino-items {
    width: 31.55%;
    left: -14%;
    top: 10%;
    bottom: auto;
    transform-origin: center right;
    animation: bannerItemsAnim 12s ease 1s infinite backwards;
}

@keyframes bannerItemsAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    5% {
        opacity: 0;
        transform: scale(0);
    }
    10% {
        opacity: 1;
        transform: scale(1.2);
    }
    30% {
        opacity: 1;
        transform: scale(0.9);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    70% {
        opacity: 1;
        transform: scale(0.9);
    }
    90% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9);
    }
}

.banner-background .dealer-back .glow {
    width: 94.99%;
    left: -4%;
    top: 0;
    bottom: auto;
    z-index: 2;
    animation: bannerGlowImg 0.8s ease 1s infinite backwards;
}

@keyframes bannerGlowImg {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-background .dealer-front {
    width: 23.33%;
    left: 5.75%;
    z-index: 2;
    animation: charRightAnim 12s ease 1s infinite backwards;
}

.banner-background .slot-woman {
    width: 23.33%;
    right: -7.25%;
    animation: charRightAnim 12s ease 1s infinite backwards;
}

@keyframes charRightAnim {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }
    8% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .slot-woman .slot-items {
    width: 54.58%;
    right: -16.25%;
    top: 12%;
    bottom: auto;
    transform-origin: center left;
    animation: bannerItemsAnim 12s ease 1s infinite backwards;
}

.banner-background .slot-man {
    width: 27.26%;
    right: 8.35%;
    z-index: 2;
    animation: charLeftAnim 12s ease 1s infinite backwards;
}

@keyframes charLeftAnim {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }
    8% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .slot-man .electricity {
    width: 73.37%;
    left: 12%;
    bottom: 26%;
    z-index: 3;
    animation: electricAnim 0.8s ease 1s infinite backwards;
}

@keyframes electricAnim {
    0% {
        opacity: 0.5;
    }
    15% {
        opacity: 1;
    }
    30% {
        opacity: 0.5;
    }
    45% {
        opacity: 1;
    }
    60% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.5;
    }
}


/* Header Section */

.header-section {
    width: 100%;
    height: 70px;
    background-color: rgb(26 11 15 / 90%);
    margin: 0px 0 0;
    z-index: 99;
    position: relative;
    border-top: solid 1px #c3206b;
}

.affix .header-section {
    height: 80px;
    background-color: rgba(11, 16, 26, 1.0);
    border-top: none;
    border-bottom: solid 1px #20c334;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    transition: 0.3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1.0);
}

.main-menu {
    height: 100%;
    margin-left: -35px;
}

.main-menu > li {
    height: 100%;
    padding: 0 15px;
}

.main-menu > li > a {
    height: 100%;
    color: #c191b6;
}


.main-menu > li > a:after {
    width: 0;
    height: 2px;
    background-color: #e784c4;
    background-image: linear-gradient(to right, #ff00a3, #e784ca, #ff00c8);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.3s;
}

.main-menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
}

.main-menu > li > a .icon-panel {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #030305;
    margin-right: 5px;
}

.main-menu > li > a .icon-panel:after {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-image: url(/assets/skin3/img/bg/wheel-bg.png);
    background-size: 100% 100%;
    animation: menuWheelAnim 1s linear infinite;
    opacity: 0;
}

.main-menu > li > a:hover .icon-panel:after {
    opacity: 1;
}

@keyframes menuWheelAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.main-menu > li > a .icon-panel i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #ccb082);
    background-size: 100% 100%;
}

.main-menu > li > a:hover span {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.25);
}


/* Before After Login */

.before-login {
    display: none;
}

.before-login.active {
    display: block;
}

.before-login input {
    width: 150px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    color: #ffffff;
    padding: 0 10px;
    margin-left: 5px;
}
.before-login .captcha img {height:34px}

.before-login input::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.25);
}

.before-login button {
    width: 100px;
    height: 35px;
    margin-left: 5px;
}

.before-login .mobile button {
    width: calc(50% - 6px);
    margin: 0 3px;
}


/* After Login */


.after-login.active {
    display: block;
}

.after-login button {
    width: 100px;
    height: 35px;
    margin-left: 5px;
}

.after-login .nav-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin-left: 3px;
}

.after-login .nav-btn:hover {
    color: #ffffff;
}

.after-login .nav-btn:hover:before {
    transform: translateY(0);
}

.after-login .active .nav-btn:before {
    transform: translateY(0);
    opacity: 1;
}

.after-login .active .nav-btn {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    box-shadow: 0 2px 0 #002f6f;
}

.after-login .message-btn .count {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color:#ff0000;
    color: #ffffff;
    font-size: 8px;
    position: absolute;
    right: -8px;
    top: -2px;
    text-shadow: none;
}

.after-login .mobile button {
    width: calc(50% - 8px);
    margin:3px;
}
.after-login .mobile a {
  width: calc(50% - 8px);
  margin:3px;    padding: 8px;
}


/* Dropdown */

.drop-down {
    position: relative;
    transition: 0.3s;
}

.drop-down .mypage-toggle {
    width: 80px;
    height: 40px;
    transition: 0s;
    margin-left: 5px;
}

.drop-down .mypage-toggle:hover {
    color: #ffffff;
}

.drop-down .mypage-toggle .arrow-icon{
    transition: 0.3s;
}

.drop-down .mypage-toggle .arrow-icon {
    margin-left: 8px;
    transition: 0.3s;
}

.drop-down.active .mypage-toggle .arrow-icon {
    transform: rotate(180deg);
}

.drop-down:hover .mypage-toggle .arrow-icon {
    opacity: 1;
    bottom: 2px;
}

.drop-down-menu {
    width: 250px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    background-color: #182634;
    box-shadow: 0 2px 8px rgb(0 0 0);
    border-radius: 10px;
    border: solid 1px #0b7b18;
    padding: 10px 10px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.drop-down.active .drop-down-menu {
    top: calc( 100% + 10px );
    opacity: 1;
    pointer-events: auto;
}


/* Account Info */
.after-login .account-info {
    padding: 0;
    margin-right: 5px;
    font-size: 12px;
}

.after-login .account-info .info-panel {
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.25);
    cursor: pointer;
    margin-left: 3px;
    overflow: hidden;
    padding: 0 5px;
    border-radius: 5px;
}

.after-login .account-info .info-panel:first-child {
    cursor: unset;
}

.after-login .account-info .level-icon {
    margin-right: 5px;
}

.after-login .account-info .labels {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
}

.after-login .account-info .icon {
    color: #ffffff;
    position: absolute;
    right: -2px;
    top: -2px;
    font-size: 40px;
    opacity: 0.1;
}

.after-login .account-info .m-icon {
    width: 32px;
    color: #ffd350;
    margin-right: 5px;
    font-size: 22px;
    width: 22%;
}

.after-login .account-info .info {
    color: #ffffff;
    font-family: noto-sans-bold;
}

.after-login .account-info .symbol {
    color: #eafeae;
    margin-left:3px;
}

.after-login .drop-down .btn-grp {
    margin: 5px 0 0;
}

.after-login .drop-down .btn-grp a {
    width:100%;
    height:40px;
    border-radius: 3px;
    margin: 0 0 5px;
    box-shadow: none;    display: inline-block;line-height: 40px;
}

.after-login .drop-down .btn-grp a i {
    margin-right: 8px;
}

.after-login .drop-down .btn-grp a:after {
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-bottom: solid 10px #0d2240;
    right: 3px;
    bottom: 3px;
}

.after-login .account-info .btn-grp {
    width: calc(100% + 6px);
    margin: -4px -3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.after-login .account-info .btn-grp a {
    width: calc(50% - 6px);
    margin: 3px;
    float: left;
}


/* Page Content */

.page-content {
    background-image: url(/assets/skin3/img/bg/main-bg.png);
    background-position: top 1px center;
    background-repeat: repeat-x;
    position: relative;
    z-index: 1;
    padding: 0 0 30px;
}

.page-content:before,
.page-content:after {
    width: 1920px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-image: url(/assets/skin3/img/bg/lights-bg.png);
    background-position: top 1px left;
    background-repeat: no-repeat;
    animation: bgLightsAnim 1s ease infinite;
}

@keyframes bgLightsAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.page-content:after {
    transform: translateX(-50%) rotateY(180deg);
}


/* Toggle Section */

.toggle-menu {
    width: 100%;
    max-width: 978px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(/assets/skin3/img/bg/toggle-bg.png);
    background-size: contain;
    margin: 0 auto;
}

.toggle-menu:before {
    width: 96px;
    height: 94px;
    background-size: 100% 100%;
    background-image: url(/assets/skin3/img/bg/steering-wheel.png);
    left: 0;
    right: 0;
    bottom: -4px;
    margin: 0 auto;
    transition: 0.5s;
}

.toggle-menu.turn-left:before {
    transform: rotate(-90deg);
}

.toggle-menu.turn-right:before {
    transform: rotate(90deg);
}

.toggle-btn {
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

.toggle-btn:first-child {
    padding-left: 100px;
}

.toggle-btn:last-child {
    padding-right: 100px;
}

.toggle-btn:first-child .icon-img {
    margin-right: 20px;
}

.toggle-btn:last-child .icon-img {
    margin-left: 20px;
}

.toggle-btn .icon-img {
    filter: grayscale(100%);
    transition: 0.3s;
}

.toggle-btn:hover .icon-img {
    filter: grayscale(0);
}

.toggle-btn.active .icon-img {
    filter: grayscale(0);
}

.toggle-btn:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/skin3/img/bg/toggle-on.png);
    transition: 0.3s;
    opacity: 0;
}

.toggle-btn.active:before {
    opacity: 1;
}

.toggle-btn:last-child:before {
    transform: rotateY(180deg);
}

.toggle-btn .text-panel span {
    width: 100%;
    display: block;
}

.toggle-btn .text-panel .text-kr {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-family: noto-sans-bold;
}

.toggle-btn:hover .text-panel .text-kr {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 15px rgba(255, 255, 255, 0.5);
}

.toggle-btn.active .text-panel .text-kr {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 15px rgba(255, 255, 255, 0.5);
}

.toggle-btn .text-panel .text-en {
    color: rgba(255, 255, 255, 0.25);
    font-size: 12px;
    letter-spacing: 2px;
}

.toggle-btn:hover .text-panel .text-en {
    color: #ff9525;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.toggle-btn.active .text-panel .text-en {
    color: #ff9525;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}


/* Company Section */

.company-section {
    margin: 40px 0 0;
}

.company-panel {
    width: calc(100% + 12px);
    margin: 0 -6px;
    display: none;
}

.company-panel.active {
    display: block;
}

.sc-btn {
    width: calc(20% - 12px);
    max-width: 284px;
    margin: 0 6px 30px;
    transition: 0.3s;
}

.sc-btn img {
    pointer-events: none;
}

.sc-btn .g-panel .g-cont {
    position: relative;
    z-index: 2;
    animation: scContAnim 0.5s ease 1 backwards;
}

@keyframes scContAnim {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sc-btn .g-panel .g-bg {
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
}

.sc-btn .g-panel .c-bg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    transition: 0.3s;
}

.sc-btn .g-panel .c-char {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    transform-origin: bottom right;
    animation: scCharAnim 0.7s ease 0.2s 1 backwards;
}

@keyframes scCharAnim {
    0% {
        opacity: 0;
        transform: scale(0.9);

    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

.sc-btn .g-panel .c-logo {
    height: 74px;
    position: absolute;
    left: 10px;
    top: 0;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 1.0));
    animation: scLogoAnim 0.7s ease 0.2s 1 backwards;
}
.sc-btn .g-panel .c-logo img {height:34px}
@keyframes scLogoAnim {
    0% {
        opacity: 0;
        transform: translateX(-5%);

    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slot-panel .sc-btn .g-panel .c-logo {
    width: 100% !important;
    height: 65px;
    top: auto;
    bottom: 0;
    left: 0;
    justify-content: center;
}

.sc-btn .g-footer {
    width: calc(100% - 20px);
    background-color: #341829;
    margin: -70px auto 0;
    padding: 10px 0 0;
    border-radius: 0 0 10px 10px;
    border: solid 1px #dd1b75;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0), inset 0 0 15px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    overflow: hidden;
    animation: scFooterAnim 0.5s ease 1 backwards;
}

@keyframes scFooterAnim {
    0% {
        opacity: 0;
        transform: translateY(-25px);

    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sc-btn .g-footer:before {
    width: 80%;
    height: 50%;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    box-shadow: 0 0 50px #c0d1ec;
    transition: 0.3s;
    animation: scFooterGlowAnim 0.5s ease 0.3s 1 backwards;
}

@keyframes scFooterGlowAnim {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;
    }
}

.sc-btn .g-footer div {
    width: 100%;
    height: 50px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 2px rgba(0, 0, 0, 0.4);
}

.sc-btn .g-footer .g-hover {
    height: 50px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.4);
    animation: scFooterGlowAnim 0.5s ease 0.3s 1 backwards;
}

.sc-btn .g-footer div:last-child {
    border-bottom: none;
}

.sc-btn .g-footer .play-btn {
    width: 110px;
    height: 30px;
    border: none;
    border-radius: 5px;
}

.sc-btn .g-footer .c-name .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #95add5);
    background-size: 100% 100%;
    position: relative;
    color:#ffffff;
}

.sc-btn .g-footer .c-name .title:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1);                 
    z-index:-1;
}

@media(min-width: 1024px){
    .sc-btn:hover {
        margin-top: -30px;
        margin-bottom: 0;
        z-index: 3;
    }

    .sc-btn:hover .g-panel .c-bg {
        opacity: 1.0;
    }

    .sc-btn:hover .g-footer {
        margin-top: -10px;
    }
    
    .sc-btn:hover .g-footer:before {
        top: -50%;
    }

    .sc-btn.off .g-panel .c-char {
        filter: brightness(50%);
    }
}


/* Contact Section */

.contact-section {
    margin: 20px 0 0;
}

.contact-section .bs-ul li .icon-panel {
    margin-right: 12px;
    position: relative;
}

.contact-section .bs-ul li .icon-panel .light {
    width: 218%;
    position: absolute;
    right: -12%;
    top: -17%;
    animation: wheelSparkAnim 1s ease infinite;
}

.contact-section .bs-ul li .labels {
    color: #99b0d7;
    margin-right: 12px;
}

.contact-section .bs-ul li .info {
    color: #ffffff;
    font-size: 22px;
    font-family: noto-sans-bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 15px rgb(224 72 138 / 75%);
}

.contact-section .bs-ul li .info:before {
    width: 100px;
    height: 48px;
    right: -38%;
    top: -55%;
    background-image: url(/assets/skin3/img/bg/info-light.png);
    background-size: 100% 100%;
    animation: wheelSparkAnim 1s ease infinite;
}


/* Main Background */

.main-background {
    width: 1920px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.main-background:before,
.main-background:after {
    width: 100%;
    height: 100%;
    min-width: 1920px;
    left: 0;
    background-repeat: no-repeat;
    bottom: -30px;
}

.main-background:before {
    bottom: -36px;
    background-image: url(/assets/skin3/img/bg/left-bg.png);
    background-position: bottom left 3px;
    animation: leftBgAnim 1s ease 1 backwards;
}

@keyframes leftBgAnim {
    0% {
        opacity: 0;
        transform: translateX(-4%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.main-background:after {
    background-image: url(/assets/skin3/img/bg/right-bg.png);
    background-position: bottom 20px right 2px;
    animation: rightBgAnim 1s ease 1 backwards;
}

@keyframes rightBgAnim {
    0% {
        opacity: 0;
        transform: translateX(4%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.main-background .car-left {
    width: 400px;
    height: 155px;
    background-image: url(/assets/skin3/img/bg/car-red.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    transform-origin: top left;
    animation: carBgAnim 10s ease 0.3s infinite backwards;
}

@keyframes carBgAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
        transform: scale(1.0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

@keyframes wheelSparkAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.main-background .car-right {
    width: 489px;
    height: 219px;
    background-image: url(/assets/skin3/img/bg/car-blue.png);
    background-size: 100% 100%;
	background-position:center right;
    position: absolute;
    right: -0;
    bottom: -50px;
    transform-origin: top right;
    animation: carBgAnim 10s ease 0.3s infinite backwards;
}


@keyframes wheelRollAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



/* Board Section */

.board-section {
    background-color: #150c11;
    padding: 25px 0 35px;
}

.board-section:before {
    width: 50%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background-image: linear-gradient(to right, rgb(188 66 127 / 0%), rgb(188 66 134 / 50%), rgb(188 66 121 / 0%));
}

.board-panel {
    width: 400px;
    border-radius: 50%;
    padding: 45px 0 32px;
    background-color: #090f0a;
}

.board-panel:before,
.board-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.board-panel:before {
    background-image: linear-gradient(#444444, #444444, #2c2a2b, #2c2a2b, #ffffff);
}

.board-panel:after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-color: #0f090d;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 50%), inset 0 0 70px rgb(108 53 81 / 70%);
}
}

.board-panel .center {
    width: 400px;
    position: static;
}

.board-panel .center:before,
.board-panel .center:after {
    width: 50%;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.board-panel .center:before {
    background-image: linear-gradient(#444444, #19191b, #444444);
}

.board-panel .center:after {
    width: calc(50% - 2px);
    height: calc(50% - 2px);
    background-color: #090a0f;
}

.board-panel .meter-background {
    width: 248px;
    height: 210px;
    position: absolute;
    left: -55px;
    bottom: -16px;
    background-image: url(/assets/skin3/img/bg/meter-bg.png);
    pointer-events: none;
}

.board-panel:last-child .meter-background {
    transform: rotateY(180deg);
    left: auto;
    right: -55px;
}

.board-panel .meter-background:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: url(/assets/skin3/img/bg/meter-on.png);
    background-position: bottom center;
    animation: meterAnim 5s ease infinite;
}

@keyframes meterAnim {
    0% {
        height: 0;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}

.board-panel .meter-background i {
    position: absolute;
    left: 8px;
    top: -40px;
    font-size: 28px;
    text-shadow: 0 0 20px rgba(40, 116, 195, 1.0);
}


/* Board Panel Header */

.board-panel .header {
    width: 100%;
    max-width: 170px;
    height: 48px;
    background-color: rgba(87, 104, 143, 0.25);
    border: solid 1px rgba(177, 198, 255, 0.25);
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.board-panel .header .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 50%,#ffe5ba 51%,#c0ab89 100%);
    background-size: 100% 100%;
    position: relative;
    color:#d6d6d6;
    font-size:24px;
    font-weight:700;
    padding: 0 10px;
}

.board-panel .header .title:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(161, 148, 104, 1.0);                 
    z-index:-1;
}

.board-panel .more-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(87, 104, 143, 0.25);
    border: solid 1px rgba(177, 198, 255, 0.25);
    margin: 0 auto;
}

.board-panel .more-link:hover {
    background-color: rgba(87, 104, 143, 0.5);
    border: solid 1px rgba(177, 198, 255, 0.6);
}

.board-panel .more-link:before,
.board-panel .more-link:after {
    width: 1px;
    height: 56%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #575c67;
    transition: 0.3s;
}

.board-panel .more-link:after {
    transform: rotate(90deg);
}

.board-panel .more-link:hover:before,
.board-panel .more-link:hover:after {
    background-color: #ffffff;
}

.board-panel .more-link:hover:before {
    transform: rotate(90deg);
}

.board-panel .more-link:hover:after {
    transform: rotate(180deg);
}

.board-panel .content {
    width: 100%;
    min-height: 175px;
    margin: 30px 0;
}

.board-panel .content ul li {
    height: 35px;
    font-size: 15px;
}

.board-panel .content ul li a {
    color: #ffffff;
}

.board-panel .content ul li a:hover {
    color: #fd8c04;
}

.board-panel .content ul li a span {
    transition: 0s;
}

.board-panel .content ul li a .title {
    max-width: 250px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.board-panel .content ul li .date {
    color: #b2d1ed;
    transition: 0.3s;
}

.board-panel .content ul li a:hover .date {
    color: #70bbff;
}


/* Realtime Board */

.realtime-board {
    width: calc(100% - 810px);
    max-width: 635px;
    margin: 10px 15px 0;
}

.realtime-board .header {
    width: 100%;
    background-color: rgba(87, 104, 143, 0.1);
    border: solid 1px rgba(177, 198, 255, 0.25);
    border-radius: 40px 40px 15px 15px;
    margin: 0 0 15px;
}

.realtime-board .header button {
    width: 50%;
    padding: 15px 20px 15px 28px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #ffffff;
}

.realtime-board .header button .info-panel .title {
    font-size: 16px;
    font-family: noto-sans-bold;
    margin-bottom: 10px;
    display: inline-block;
} 

.realtime-board .header button .icon-panel {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.25);
    font-size: 38px;
    font-family: noto-sans-black;
}

.realtime-board .header button:hover .icon-panel {
    color: #70bbff;
}

.realtime-board .header button.active .icon-panel {
    color: #06ff00;
    text-shadow: 0 0 15px rgba(26, 160, 23, 0.5);
}

.realtime-board .header button .arrow-icon {
    filter: brightness(0) invert(1);
    opacity: 0.25;
    margin-bottom: 8px;
    transition: 0.3s;
}

.realtime-board .header button:hover .arrow-icon {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.realtime-board .header button.active .arrow-icon {
    filter: brightness(100%) invert(0);
    opacity: 1;
}

.realtime-board .header button:last-child .arrow-icon {
    transform: rotateY(180deg);
}


/* Rolling Realtime */

.rolling-realtime {
    width: 49%;
    display: none;
    animation: realtimeAnim 0.5s ease 1 forwards;
}

@keyframes realtimeAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.rolling-realtime.active {
    display: block;
}

.rolling-realtime ul {
    width: 100%;
    float: left;
}

.rolling-realtime ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.rolling-realtime ul li div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.rolling-realtime ul li:hover div {
    background-color: rgba(255, 255, 255, 0.08);
}

.rolling-realtime ul li div.user {
    width: 35%;
    justify-content: flex-start;
    padding-left: 3%;
}

.rolling-realtime ul li div.amount {
    color: #ffb86d;
    font-family: noto-sans-bold;
    font-size: 18px;
    width: 45%;
    padding-right: 3%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.rolling-realtime ul li div.date {
    color: #90adc7;
    width: 20%;
    text-align: right;
    padding-right: 3%;
}

.rolling-realtime ul li .coin-icon {
    margin-right: 10px;
    filter: drop-shadow(0 0 8px rgba(255, 155, 31, 0.5));
}


/* Footer Section */

.footer-section {
    background-color: #0c0609;
    border-top: solid 1px #3b2631;
}

.footer-section:before,
.footer-section:after {
    width: 100%;
    min-width: 1920px;
    height: 67px;
    background-image: url(/assets/skin3/img/bg/footer-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer-section:after {
    transform: translateX(-50%) rotateY(180deg);
}

.footer-section .company-logo {
    background-color: #201319;
    padding: 20px 0;
}

.footer-section .company-logo img {
    max-width: 100px;
    max-height: 30px;
    margin: 10px 12px;
}

.footer-section .company-logo img.size-lg {
    max-width: 70px;
    max-height: 30px;
}

.footer-section .copyright-panel {
    padding: 45px 0;
    color: #5b4251;
    font-size: 10px;
    border-top: solid 1px #3e1c2d;
    letter-spacing: 1px;
}

/* Scroll To Top */

.scroll-top {
    width:92px;
    height: 92px;
    background-color: rgba(0, 0, 0, 0);
    border:none;
    position:fixed;
    bottom: 60px;
    right: 13px;
    z-index:10;
    padding:0 0 5px;
    color: #ffffff;
    font-size: 20px;
    font-family: noto-sans-bold;
    background-image: url(/assets/skin3/img/bg/scroll-top-bg.png);
    background-size: contain;
}

.scroll-top:hover {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.5);
}

.scroll-top:before {
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    background-image: url(/assets/skin3/img/bg/scroll-top-on.png);
    background-size: contain;
    opacity: 0;
}

.scroll-top:hover:before {
    opacity: 1;
}

.scroll-top i {
    position: absolute;
    left: 0;
    right: 0;
    top: -28px;
    margin: 0 auto;
    color: #ffe601;
    font-size: 32px;
    transition: 0.3s;
    transform: translateY(25%);
    opacity: 0;
}

.scroll-top:hover i {
    transform: translateY(0);
    opacity: 1;
}

/*=========================================================== M O D A L ===============================================================*/

.modal-backdrop {
    background-color: #0b0b11;
}

.modal-backdrop.show {
    opacity: 0.75;
}

.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;
}

.modal *::-webkit-scrollbar-thumb {
    background: linear-gradient(#3e8dff, #12438a);
    border: solid 2px #000000;
}

.modal-dialog {
    max-width: 1800px;
    padding: 0 !important;
}

.loginModal .modal-dialog {
    max-width: 500px;
}

.modal.fade .modal-dialog {transform:none !important;}
#login-modal .modal-dialog {margin:0 !important;padding:0 !important}
#login-modal a.close-modal {
	top:10px;right:10px;z-index:1000000
		
}

.joinModal .modal-dialog {
    max-width: 600px;
}

.codeModal .modal-dialog {
    max-width: 400px;
}

.modal-content {
    min-height: 100px;
    background-color: #201017;
    background-image: linear-gradient(225deg, rgb(111 34 76 / 0%), rgb(111 34 80 / 25%), rgb(111 34 76 / 90%));
    border: solid 2px #c32046;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
}

.modal-content:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/assets/skin3/img/bg/modal-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.modal-header {
    border-bottom: none;
    background-color: #0e0308;
    border-bottom: solid 1px #4c1f32;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    padding: 10px 10px;
}

.modal-header:before,
.modal-header:after {
    width: 100%;
    height: 100%;
    background-image: url(/assets/skin3/img/bg/board-bg.png);
    background-position: center bottom -330px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    opacity: 0.6;
}


/* Modal Close Btn */

.modal-close-btn {
    width: 45px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e8032d;
    border: none;
    z-index: 9;
    padding-right: 10px;
}

.modal-close-btn.size-sm {
    width: 40px;
    height: 40px;
}

.modal-close-btn:before,
.modal-close-btn:after {
    width: 100%;
    height: 100%;
    background-color: #a70220;
    transform: skew(35deg);
    top: 0;
    right: 28px;
}

.modal-close-btn:after {
    background-color: #e8032d;
    right: 20px;
    transform: skew(45deg);
}

.modal-close-btn .icon {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.modal-close-btn .icon:before,
.modal-close-btn .icon:after{
    width:2px;
    height:calc(100% - 20px);
    background-color: #ffffff;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    transform:rotate(45deg);
    transition:0.5s;
}

.modal-close-btn .icon:after{
    transform:rotate(-45deg);
}

.modal-close-btn .icon:hover:before{
    transform:rotate(135deg);
    background-color:#ffec3c;
}

.modal-close-btn .icon:hover:after{
    transform:rotate(-135deg);
    background-color:#ffec3c;
}


/* Modal Menu */

.modal-menu {
    width: 100%;
    padding: 10px 0;
}

.modal-menu .bs-ul li:before {
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: linear-gradient(rgb(191 0 95 / 0%), rgb(191 0 106), rgb(191 0 104 / 0%));
}

.modal-menu .bs-ul li:last-child:before {
    display: none;
}

.modal-menu .bs-ul li button {
    background-color: transparent;
    border: none;
    padding: 10px 50px;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
}

.modal-menu .bs-ul li button:before {
    width: 50%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: 0 auto;
    box-shadow: 0 0 60px #ff5dbe;
    transition: 0.3s;
    opacity: 0;
}

.modal-menu .bs-ul li button:hover:before {
    opacity: 1;
}

.modal-menu .bs-ul li button.active:before {
    opacity: 1;
}

.modal-menu .bs-ul li button .icon-panel {
    color: #ff8bc5;
    font-size: 28px;
    margin-right: 10px;
}

.modal-menu .bs-ul li button.active .icon-panel {
    color: #fb1371;
}

.modal-menu .bs-ul li button.active .kr-text {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.5);
}

.modal-menu .bs-ul li button .en-text {
    display: block;
    font-size: 8px;
    color: #be7c94;
    letter-spacing: 3px;
}

.modal-menu .bs-ul li button.active .en-text {
    color: #fb1371;
}


/* Modal Title */

.modal-title {
    width: 100%;
}

.modal-title .title-panel {
    width: 100%;
    max-width: 460px;
    height: 51px;
    background-size: 100% 100%;
    background-image: url(/assets/skin3/img/bg/modal-title.png);
    margin: 0 auto;
    padding: 0 0 1px;
}

.modal-title .title-panel .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #95add5);
    background-size: 100% 100%;
    position: relative;
    color:#d6d6d6;
    font-size: 24px;
    font-family: noto-sans-bold;
}

.modal-body {
    width: 100%;
    margin: 0 auto;
    padding: 40px 50px 40px;
}


/* Form Information */

.form-information {
    margin: 0 0 25px;
}

.form-information .form-title {
    height: 40px;
    margin: 0 0 15px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding-left: 90px;
    position: relative;
}

.form-information .form-title .icon-panel {
    width: 40px;
    height: 100%;
    position: absolute;
    background-color: #ec2d50;
    font-size: 18px;
    padding-left: 10px;
    left: 0;
    top: 0;
}

.form-information .form-title .icon-panel:before,
.form-information .form-title .icon-panel:after {
    width: 100%;
    height: 100%;
    background-color: #ec2d50;
    transform: skew(45deg);
    top: 0;
    left: 20px;
}

.form-information .form-info {
    color: #91a5c1;
}

.form-information button {
    width: 100%;
    max-width: 200px;
    height: 35px;
}


/* Form Container */

.form-container {
    width: 100%;
    max-width: 767px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.form-container .form-group {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.form-container .form-group.captcha {display: flex;align-items: center;}
.captcha img {height: 45px;}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    width: 100%;
    text-align: left;
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 14px;
    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 {
    width: 100%;
    height: 45px;
    float: left;
    color: #ffffff;
    background-color: #061009;
    border: solid 1px #c32055;
    border-radius: 5px;
    transition: 0.3s;
    padding: 0 15px;
}

.customerModal .form-container .form-group input {
    height: 70px;
    font-size: 18px;
}

.form-container .w-icon input {
    padding: 0 0 0 50px;
}

.form-container .form-group input:read-only {
    color: #7cb6ff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.form-container .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .input-container .icon-panel{
    min-width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #f9d93c;
}

.form-container .form-group .select-input {
    width: 100%;
    height: 45px;
    float: left;
    color: #ffffff;
    background-color: #060a10;
    border: solid 1px #c32055;
    border-radius: 5px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    position: relative;
}

.form-container .form-group .select-input select {
    width: 100%;
    height: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 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: #060a10;
    border: solid 1px #415675;
    border-radius: 5px;
    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: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}


/* Form Btn Group */

.form-container .form-group .infos .btn-grp {
    width: calc(100% + 4px);
    margin: 0 -2px;
    float: left;
}

.form-container .form-group .infos .btn-grp button {
    width: calc(14.28% - 4px);
    height: 35px;
    float: left;
    margin: 0 2px;
    background-color: #617795;
    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 1px 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: #6083b2;
}

.form-container .form-group .infos .btn-grp button:last-child {
    background-color: #e8032d;
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
    background-color: #e30404;
}


/* Modal Footer */

.modal-footer {
    border-top: solid 1px #c32046;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 12px 50px;
}

.form-footer button {
    width: 180px;
    height: 45px;
    margin: 0 5px;
}


/* Pagination */

.pagination li {
    float: left;
}

.pagination>li>a {
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    border: none;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
}

.pagination .turn-pg a {
    font-size: 12px;
    margin: 0 13px;
    background-color: #1f4670;
    color: #ffffff;
}

.pagination>li>a:hover {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: none;
}

.pagination .active {
    color: #0d2240;
    background-color: #c3fb13;
}

.pagination .active:hover {
    color: #0d2240;
    text-shadow: none;
}


/* BS Table */

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 3px;
}

.bs-table thead th {
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #6c405a;
    background-image: linear-gradient(#c70153, #750036);
}

.bs-table thead th:first-child {
    border-radius: 3px 0 0 3px;
}

.bs-table thead th:last-child {
    border-radius: 0 3px 3px 0;
}

.one-th thead th {
    border-radius: 3px !important;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    background-color: #391123;
    border-top: solid 1px #693552;
    border-bottom: solid 1px #693552;
}

.bs-table tr td:first-child {
    border-radius: 3px 0 0 3px;
    border-left: solid 1px #693552;
}

.bs-table tr td:last-child {
    border-radius: 0 3px 3px 0;
    border-right: solid 1px #693552;
}

.bs-table tr:hover td {
    background-color: #75143c;
}

.bs-table tr td a {
    color: #fff;
    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: #fd8c04;
}

.bs-table tr .count-td {
    width: 60px;
}

.bs-table tr .count-tag {
    width: 22px;
    height: 22px;
    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;
    background-color: #ec2d50;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.bs-table tr .title-td {
    text-align: left;
    padding-left: 15px;
    max-width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-table tr .date-td {
    width: 20%;
    color: #cccccc;
}

.bs-table tr .nav-td {
    width: 40px;
}

.new-icon{
    max-width: 15px;
    min-width:15px;
    height:15px;
    display:inline-block;
    vertical-align: top;
    color:#fff;
    font-size:10px;
    border-radius:3px;
    background-color: #ff4d24;
    background-image: linear-gradient(#ff4d24, #b92300);
    line-height: 14px;
    text-align:center;
    margin-left:3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);;
    position: relative;
    top: 1px;
}


/* With Depth */

.with-depth {
    border-spacing: 0 2px;
}

.with-depth tr:nth-last-child(2) td:first-child {
    border-radius: 0 0 0 3px;
}

.with-depth tr:nth-last-child(2) td:last-child {
    border-radius: 0 0 3px 0;
}

.with-depth .message-content {
    display: none;
    height: auto;
    margin: 2px 0 5px;
}

.with-depth tr.depth-click {
    cursor: pointer;
}

.with-depth tr.dropdown {
    background-color: transparent;
}

.with-depth tr.dropdown td {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
}

.with-depth tr.dropdown td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td {
    background-color: transparent;
    border: none;
}


/* Message Content */

.message-content {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #693552;
    margin: 5px 0 0;
    padding: 10px;
    border-radius: 3px;
    position: relative;
}

.message-content .inner-container {
    width: 100%;
    height: auto;
    color: #fff;
    text-align: left;
    overflow-y: scroll;
    padding: 5px 10px;
}

.message-content.answer {
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 1px #2e3e5b;
    padding-left: 20px;
    padding-top: 35px;
}

.message-content.answer .fa-reply {
    position: absolute;
    left: 13px;
    top: 10px;
    color: #669fe7
}

.message-content.answer .inner-container {
    max-height: 300px;
    border-left: solid 1px #669fe7;
    padding-left: 15px;
}


/* Modal Banner */

.modal-banner {
    width: 100%;
    padding: 60px 0 0;
		text-align:center;
}

.modal-banner .logo {
    width:280px;
		margin:0 auto;
		text-align:center;
}


/* Gamelist Modal */

.gamelistModal .modal-dialog {
    max-width: 1800px;
}

.gamelist-container {
    width: 100%;
    margin: 0 auto;
}

.gamelist-container .scroll-panel {
    width: calc(100% + 7px);
    min-height: 700px;
    max-height: 700px;
    margin: 0 0 0 -7px;
    overflow-y: scroll;
    padding: 0 8px 0 0;
}

.game-btn {
    width: calc(14.28% - 14px);
    display: inline-block;
    margin: 0 7px 14px;
    position: relative;
    overflow: hidden;
    background-color: #4a6699;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    animation: scBtnAnim 1s ease 1 backwards;
    padding: 1px;
}

.game-btn:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 221, 118, 0.25);
}

.game-btn:before {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(#fffd00, #db8812);
    top: 0;
    left: 0;
    opacity: 0;
}

.game-btn:hover:before {
    opacity: 1;
}

.game-btn .g-panel {
    width: 100%;
    position: relative;
    background-color: #000000;
    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;
    opacity: 0;
    transition: 0.3s;
}

.game-btn:hover .g-panel:before {
    opacity: 1;
}

.game-btn .g-panel .g-img {
    transition: 0.5s;
}

.game-btn:hover .g-panel .g-img {
    opacity: 0.5;
    transform: scale(1.1);
}

.game-btn .g-panel .g-footer {
    width: 100%;
    height: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    padding: 0 4px 0 10px;
    transition: 0.3s;
    z-index: 2;
    background-color: rgba(0,0,0,0.2);
    text-align: left;
}

.game-btn .g-panel .g-footer:before {
    width: 98%;
    height: 100%;
    left: -25px;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    transform: skew(45deg);
    transition: 0.3s;
}

.game-btn:hover .g-panel .g-footer:before {
    opacity: 0;
}

.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;
}

.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 4px;
}

.game-btn .g-panel .play-btn:hover {
    padding: 0;
}

.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);
}

.game-btn:hover .g-panel .play-btn {
    animation: gamePlayAnim 0.8s ease 1 forwards;
}

@keyframes gamePlayAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    40% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.game-btn .g-panel .play-btn i {
    transition: 0.3s;
}

.game-btn .g-panel .play-btn:hover i {
    opacity: 0;
    transform: rotate(360deg);
}

.game-btn .g-panel .play-btn .hover-icon {
    position: absolute;
    opacity: 0;
    transform: rotate(-360deg);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.game-btn .g-panel .play-btn:hover .hover-icon {
    opacity: 1;
    transform: rotate(0deg);
}
 
.game-btn .loading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
}

.pop_blind_box { background:rgba(0,0,0,0.3);width:100%;height:100%;left:0;top:0;position:absolute;z-index:9998; }
.popup_box { background:#333;position:absolute;transition:none; }
.popup_box .popup_content { background:#111; }
.btn_one_day { display:inline-block;padding:10px 20px;font-size:14px;background:#333;cursor:pointer; }
.btn_close { display:inline-block;padding:10px 20px;font-size:14px;background:#666;float:right;cursor:pointer; }
.dspn { display:none !important; }
@media (max-width: 1200px) {
	.popup_box {
		left:0 !important; top:0 !important;
	}
}
.inner-container {
	line-height:13px !important;
}
.inner-container img {
	max-width:100% !important;
	height:auto !important;
}
.deposit_select_label {
	display:block;
	margin-bottom:10px;
	position:relative;
	padding-left:20px;
}
.deposit_select_label input {
	position:absolute;
	left:0;
	top:6px;
}
.deposit_select_label span {
	color:#cff536;margin-left:0;
}
.notice_list {
	display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.notice_list li {
	cursor:pointer;
	list-style:none;
	display:inline-block;
	width:15%;
	margin:0 0.5% 20px;
}
.notice_list li div {
	position:relative;
}
.notice_list li img {
	width:100%;
}
.notice_list li .board_ttl {
	background:rgba(0,0,0,0.3);
	padding:3px 0;
	text-align:center;
	display:block;
}
@media (max-width: 800px) {
	.notice_list li {
		cursor:pointer;
		list-style:none;
		display:inline-block;
		width:42%;
		margin:0 2% 20px;
	}
}
.code_info {
	margin-top:10px;
	display:block;
}
.code_color {
	color:#f90;
}
.payback_box {
	max-width:500px !important;
	margin:0 auto;
	min-height:300px !important;
}
.txt_green {
	color:#ff0068;
}
.txt_green:hover {
	color:#ff0068;
}
.login_logo {
  
    height: 80px;
}
.dp_flex {
	display:flex;
	justify-content: space-between
}
.dp_flex2 {
	display:flex;
	justify-content: space-around
}
.wd_ttl {
	display:inline-block;
	height:40px;
	line-height:40px;
	font-size:18px;
}
.send_sms {
    display: block;
    width: 30%;
	margin:0 auto;
    background: #ef528e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid #c32055;
    color: #fff;
	box-shadow: inset 0 1px 0px 0 rgba(255,255,255,0.64);
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.realtime-menu {padding:10px}
.mp_cs {padding:20px;background: rgba(0, 0, 0, 0.4);border-radius: 8px;}
.header-section > .container {max-width:1900px}
.header-section .toplogo {margin-right:20px}
.header-section .toplogo img {height:60px}
.main--wrap > div {margin: 20px auto}
.contents-wrapper {margin-top:50px;min-height:700px}
.main--wrap > div .page_title {font-size: 24px;    max-width: 978px;    color: #ffc5f6;height: 83px; line-height: 83px;background: url(../img/bg/toggle-bg.png)no-repeat top center;margin:0 auto}
.main--wrap > div .page_title span {color:#bd3ba9}

.popup_wrap {display: flex;z-index: 99999;flex-wrap: wrap;position: absolute;left: 0;top: 7%;max-width: 100%;min-width: 1400px;width: 100%;justify-content: center;overflow-y: scroll;align-items: flex-start;}
.main_popup { min-width:450px;min-height:300px;max-width:400px;background: #111;}
.main_popup img {width:100%}
.main_popup h1 {height:40px;line-height:40px;margin-top:0px;background:rgba(0,0,0,0.3);border-radius:3px;text-align:center;font-size:16px;}
.main_popup .p_content {margin-top:0px;background:rgba(0,0,0,0.3);border-radius:0px;padding:5px;min-height: 200px;}
.main_popup .p_content p {margin: 0;}
.main_popup .pop_close {height:34px;line-height:34px;width:100%;padding:0 30px;background:#000;color:#fff;text-align:center;font-size:13px;}
.main_popup .pop_close input {-webkit-appearance: auto;-moz-appearance: auto;appearance: auto;width:15px;height:15px;vertical-align: middle;}
.main_popup .pop_close button.oneday {width:120px;height:25px;line-height:25px;background:#333;color:#fff;margin-left:20px;border-radius:3px;border:0;}
.main_popup .pop_close button.close {width:60px;height:25px;line-height:25px;background:#333;color:#fff;margin-left:20px;border-radius:3px;border:0;}
.main_popup figure {margin: 0;}

.popup-container {position:absolute;top:0;left:0;width:100%;background:rgba(0, 0, 0, .5);z-index:99;}
.popup-wrap {width:1440px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px}
.popup-container .popup-wrap .popup-box {margin-top:70px;width:calc(25% - 10px);overflow:hidden;background:#000;animation:opacityIn .3s;transition:opacity .3s;}
.popup-container .popup-wrap .popup-box .popup-contents-box {min-height:400px;padding:0}
.popup-container .popup-wrap .popup-box .popup-contents-box img {display:block;width:100%;max-height:calc(100vh - 150px);}
.popup-container .popup-wrap .popup-box .popup-footer {display:flex;justify-content:center;padding:4px}
.popup-container .popup-wrap .popup-box .popup-footer div {width:50%;text-align:center;cursor:pointer;padding:6px 10px;position:relative;background:#ef0ae6;color:#fff;transition:all .3s;font-size:14px;border-radius:6px}
.popup-container .popup-wrap .popup-box .popup-footer div:first-child {background:#ef0ae6;}


@media(max-width:690px){
	.popup_wrap {top:0;position: fixed;left:0;min-width:100%;padding:0;}
	.main_popup {min-width: 100%; max-width: 100%;position:fixed;left:0;top:0;overflow-y: auto;height: 100%;}
    .dropdown-toggle::after {display: none;}
		
	.popup-wrap {width:100%;flex-wrap:wrap;justify-content:center}
	.popup-container .popup-wrap .popup-box {margin-top:40px;width:calc(90% - 10px);}
}



.bg-dark {background-color:#1d0b17 !important}
.tab_type a {color:#aaa}
.list-group a {background: #311c30;border: 1px solid #634061;color: #eee;}
.list-group-item {background: #311c30;border: 1px solid #634061;color: #eee;}
.list-group-item .subject {
    border-bottom: 1px solid;
    border-image: linear-gradient(to left,#111,#444,#111);
    border-image-slice: 1;
    padding: 5px 0;
  }
table.table th{background:#cdba80}

.dflexS {display: flex;align-items: center;justify-content: space-between;}
.dflexC {display: flex;align-items: center;justify-content: center;}
.dflexL {display: flex;align-items: center;justify-content: left;}

.couponwrap {flex-wrap: wrap;gap:10px;}
.coupon-box {position: relative;width:338px;height:151px;cursor:pointer;}
.coupon-box img {position: absolute;left:0;top:0;}
.coupon-box .coupon-title {position: absolute;left:13px;top:27px;text-align:center;font-size:24px;font-weight:700;color:#000;width: 216px;}
.coupon-box .coupon-expire {position: absolute;left:13px;top:77px;text-align:center;font-size:14px;font-weight:700;color:#000;width: 216px;}
.coupon-box .logo {right:22px;top:25px;width:60px;max-width: 100%;left: inherit; filter: grayscale(1);}

.dropdown-menu {background:#3b3526;padding: 0;margin-top:6px !important;}
.dropdown-menu li {cursor: pointer;}
.dropdown-item {color:#fff;background: none;    flex-wrap: nowrap;    height: inherit !important;}
.dropdown-item:hover {background: none;color:#fff;}
.dropdown-toggle {position: relative;cursor: pointer;}
.dropdown-toggle::after {opacity: 1 !important;width: 10px !important;height: 10px !important;background-color: transparent !important;background-image: none !important;position: absolute;right: -15px !important;bottom: 26px !important;margin: 0 !important;left: inherit !important;}

.pagination-container {display: flex;justify-content: center;}
.pagination-container .pagination-wrap {display: flex;gap: 8px;}
.pagination-container .pagination-wrap .page-box {display: flex;justify-content: center;align-items: center;width: 32px;height: 32px;color: #9ca3af;background-color: #000;border: 1px solid #444;border-radius: 2px;cursor: pointer;}
.pagination-container .pagination-wrap .page-box.active {color: #fff;background-color:#634061;}
.pagination-container .pagination-wrap .page-box .icon-left {width: 16px;height: 16px;background-image: url(/img/Gray-Arrow-Left-Icon-White.svg);}
.pagination-container .pagination-wrap .page-box .icon-right {width: 16px;height: 16px;background-image: url(/img/Gray-Arrow-Right-Icon-White.svg);}


.row {--bs-gutter-x: 0;}
button.close {    border: 0;background: none;}
.btn {box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);border: 1px solid transparent;}
/** í™€ë¤ **/
.holdembtn {display: flex;align-items: center;justify-content: center;position: relative;border:1px solid #222;margin:0 10px;border-image:linear-gradient(to left,#222,#aaa,#222);border-image-slice: 1;transition: 0.4s;filter: brightness(0.9);color:#bbb}
.holdembtn span.title {position: absolute;top:0;left:0;padding:10px 30px;background:repeating-linear-gradient(45deg, #212529, transparent 70px);border-radius: 0 0 16px 0px;font-size: 18px;}
.holdembtn small {position: absolute;top:40%;left:0; width:100%;background: rgba(0,0,0,0.3);font-size: 24px;padding:20px 0;color:#fff;    font-weight: 700;text-shadow: 0 1px 1px #000;}
.holdembtn:hover {filter: brightness(1.1);transform: scale(1.02);}

/** ë¯¸ë‹ˆê²Œìž„ **/
.mini_notice {background:repeating-linear-gradient(45deg, #212529, transparent 370px)}

/** 2024-05-30 ê°œë°œìžê°€ ì¶”ê°€ ë° ìˆ˜ì •í•¨ **/
.round-info {background:#111;color: #aaa;width: 100%;text-align: center;padding: 10px 0 !important;}
.round-info-time {display: inline-block;}
.round-info-clock {display: inline-block;}
/**************************************/

/* .round-info {background:#111;color: #aaa;display:flex;align-items: center;justify-content: space-between;height:40px;} */
.round-info .round-no {color:#fff;margin-right:4px;}
.round-info .lotte-time {background:#222;border-radius: 3px;padding:3px 10px;font-size: 13px;;}
.round-info .bet-end-count {background:#ffcc00;color:#000;padding: 5px 20px;border-radius: 4px;margin-left:20px;}
.gametype {background: #111;margin: 5px 0px 2px 0;text-align:center;padding-bottom:10px;border: 1px solid #333;}
.gametype .page-title {background: linear-gradient(45deg, black, #333);display: flex;align-items: center;justify-content: center;height:34px;margin-bottom:6px}
.gametype:nth-child(even) {border-left:0}

.dflexCW {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
/* .gametype .minibtn {min-width:25%} */
.gametype .minibtn > span.btn {width:100%;color:#fff;}

.left-pick-color {background: #1348c5;}
.right-pick-color {background: #c10000;}
.pick-btn-selected {background: #ffdd00 !important;color:#000 !important;}
.pick-btn:hover {background-color:rgba(255, 255, 255, .1) !important;}


/** ì¹´íŠ¸ **/
.cart {height: 900px;top:44px;z-index: 99;}
.cart .page-title {background:#222;display: flex;align-items: center;justify-content: center;height:36px;margin-bottom:0px;border-radius: 3px 3px 0 0;color:#eee;}
.cart .cartbody {background: #111;font-size: 14px;color:#ccc}
.cart .cartbody input {background: #000;border: 1px solid #333;text-align: right !important;color: #ffcc00;font-size: 14px;margin-bottom:5px;}
.cart .cartbody input::placeholder {color:#ffcc00}
.cart .pick_selected {background:#000;}
.cart .expectedmoney {margin:5px 0 2px 0;}
.cart .bet-slip {background: #181818;font-size: 14px;color:#ccc;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;gap: 3px;}
.cart .bet-slip span {cursor: pointer;width:23.98%;    background: #111;padding: 5px 0;margin-bottom: 3px;border: 1px solid #333;}
.cart .bet-slip span.cancel {background: #330000;}
.cart .bet-slip span:hover {filter: brightness(1.2);}

.cart .bet-slip .betbtn {width:100%;background: repeating-linear-gradient(180deg, #1265cd, transparent 70px);display: flex;align-items: center;justify-content: center;height: 40px;border: 0;color: #fff;}
.cart .bet-slip .betbtn:hover {filter: brightness(1.2);}


@media(max-width:690px){
	.fww {flex-wrap: wrap;} 
	.holdembtn {width: 100% !important;margin-bottom:5px;}
	.contents-wrapper > .row > div {padding:0 !important}
	.mini_notice {font-size: 13px;background: repeating-linear-gradient(45deg, #212529, transparent 140px);}
	.round-info {font-size: 12px;height:60px;flex-wrap: wrap;justify-content: center;gap:5px}
	.round-info .lotte-time {font-size: 12px;}
	.round-info .bet-end-count {margin-left: 0;}

	.cart {position: fixed;left:0;bottom:0;top:inherit;height:inherit;}
	.cart .page-title {display: none;}
	.cart .bet-slip {margin-bottom: 0 !important;}
	.cart .bet-slip span {width:11.74%;font-size: 13px;}
    /* .gametype .minibtn {max-width:25%} */

}

.data-changed-animation-red {
    animation: red-blink 1.4s linear;
    animation-iteration-count: 3
}

@keyframes red-blink {
    0% {
        background-color: #e985850d
    }

    50% {
        background-color: #e9858580
    }

    to {
        background-color: #e985850d
    }
}

.data-changed-animation-blue {
    animation: blue-blink 1.4s linear;
    animation-iteration-count: 3
}

@keyframes blue-blink {
    0% {
        background-color: #85c1e90d
    }

    50% {
        background-color: #85c1e980
    }

    to {
        background-color: #85c1e90d
    }
}

.contents-wrapper a {
    white-space: nowrap;
}