@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    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;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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: #070e16;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
}

body.active {
    overflow: hidden;
}

button, a, input, select, textarea {
    outline: none !important;
    transition: 0.3s;
}

button { padding: 0; }

a:hover { text-decoration: none; }

img { pointer-events: none; }

tr { cursor: pointer; }

.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.3s;
}


.font-light { font-weight: 300 !important; }

.font-medium { font-weight: 500 !important; }

.font-bold { font-weight: 700 !important; }

.font-black { font-weight: 900 !important; }

.font-gms-light { font-family: GmarketSansLight; }

.font-gms-medium { font-family: GmarketSansMedium; }

.font-gms-bold { font-family: GmarketSansBold; }

.text-blue { color: #57d5ff !important; }

.text-green { color: #107f75 !important; }

.text-yellow { color: #ffe65c !important; }

.text-pink { color: #ff4c83 !important; }

.text-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#fbff17, #fbff17, #b57406, #b57406);
    background-size: 100% 100%;
}

.dflex-ac-jc {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    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;
}

.min-h-auto {
    min-height: auto !important;
}

.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;
}

.easy-ticker ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    padding: 0;
    position: relative !important;
}

.easy-ticker ul li {
    list-style: none;
    width: auto;
    height: auto;
    position: relative;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1430px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}


/* Button Styles */

.btn-gray, .btn-blue, .btn-yellow, .btn-pink {
    color: #ffffff;
    border-radius: 22px;
    border: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn-gray i, .btn-blue i, .btn-pink i {
    font-size: 18px;
    margin-right: 3px;
    transition: 0.3s;
    text-shadow: none;
}

.btn-gray {
    background-color: rgba(51, 63, 89, 0);
    background-image: linear-gradient(rgba(51, 63, 89, 1.0), rgba(51, 63, 89, 0));
    border: solid 1px #3f4e6b;
}

.btn-gray i {
    color: #48c1ee;
}

.btn-blue {
    background-color: #48c1ee;
    background-image: linear-gradient(#48c1ee, #2156c0);
}

.btn-blue i {
    color: rgba(0, 0, 0, 0.5);
}

.btn-yellow {
    background-color: #fbec5f;
    background-image: linear-gradient(#fbec5f, #fda216);
    border: solid 1px #ffbd42;
    border-top-color: #fffda1;
    color: #2d1400;
    font-weight: 900;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-pink {
    background-color: #ff6c99;
    background-image: linear-gradient(#ff6c99, #ff1051);
}

.btn-gray:before, 
.btn-blue:before, 
.btn-yellow:before, 
.btn-pink:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.btn-gray:before {
    background-image: linear-gradient(rgba(72, 85, 115, 1.0), rgba(51, 63, 89, 0));
}

.btn-blue:before {
    background-image: linear-gradient(#67e3ff, #00b9e3);
}

.btn-yellow:before {
    background-image: linear-gradient(#ffa603, #ff3d00);
}

.btn-pink:before {
    background-image: linear-gradient(#fd85ff, #cb1ccd);
}

@media(min-width: 1025px){
    .btn-gray:hover:before, 
    .btn-blue:hover:before, 
    .btn-yellow:hover:before, 
    .btn-pink:hover:before {
        opacity: 1;
    }

    .btn-gray:hover {
        border-color: #586a8d;
    }

    .btn-yellow:hover {
        border-color: #ff8124;
        border-top-color: #ffb62e;
        color: #ffffff;
        font-weight: 500;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }
}


/* Wrapper */

.wrapper {
    width: 100%;
    min-height: 100%;
    min-width: 320px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.wrapper.affix {
    padding: 60px 0 0;
}

.wrapper-bg {
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #151e2f;
}


/* Header Section */

.header-section {
    width: 100%;
    position: relative;
    z-index: 99;
}

.header-main {
    width: 100%;
    height: 75px;
    background-color: #151e2f;
    position: relative;
    z-index: 9;
}

.logo {
    /*width: 287px;*/
    display: inline-block;
    position: relative;
    margin: 0 0 0 15px;
}

.logo div {
    position: absolute;
    overflow: hidden;
}

.logo div .d-img {
    width: 100%;
    position: relative;
}

.logo img {
    position: absolute;
}

.logo .logo-img {
    width: 100%;
    position: relative;
    /*opacity: 0;*/
}

.logo .z-top {
    width: 18.12%;
    top: 0;
    left: 0;
    animation: lgZTop 8s ease infinite;
}

@keyframes lgZTop {
    0% {
        opacity: 0;
        transform: translate(50%, -50%);
    }
    6% {
        opacity: 1.0;
        transform: translate(-10%, 10%);
    }
    12% {
        opacity: 1.0;
        transform: translate(0,0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.logo .z-bot {
    width: 17.77%;
    bottom: 0;
    left: 1.75%;
    animation: lgZBot 8s ease infinite;
}

@keyframes lgZBot {
    0% {
        opacity: 0;
        transform: translate(-50%, 50%);
    }
    6% {
        opacity: 1.0;
        transform: translate(10%, -10%);
    }
    12% {
        opacity: 1.0;
        transform: translate(0,0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.logo .z {
    width: 7.32%;
    bottom: 23%;
    left: 22%;
    animation: lgZ 8s ease infinite;
}

@keyframes lgZ {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    8% {
        opacity: 0;
        transform: translateY(-100%);
    }
    13% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .i {
    width: 2.1%;
    bottom: 23%;
    left: 30%;
    animation: lgI 8s ease infinite;
}

@keyframes lgI {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    10% {
        opacity: 0;
        transform: translateY(-100%);
    }
    15% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .n {
    width: 8.02%;
    bottom: 23%;
    left: 33.5%;
    animation: lgN 8s ease infinite;
}

@keyframes lgN {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    12% {
        opacity: 0;
        transform: translateY(-100%);
    }
    17% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .o {
    width: 9.41%;
    bottom: 23%;
    left: 42%;
    animation: lgO 8s ease infinite;
}

@keyframes lgO {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    14% {
        opacity: 0;
        transform: translateY(-100%);
    }
    19% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .casino {
    width: 46.35%;
    bottom: 23%;
    right: 0;
    overflow: hidden;
}

.logo .casino img {
    animation: lgCasino 8s ease infinite;
}

@keyframes lgCasino {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    16% {
        opacity: 0;
        transform: translateX(-100%);
    }
    26% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}


/* Before Login */

.bal-container {
    margin-right: 5px;
}

.before-login, .after-login {
    display: none;
    position: relative;
}

.before-login.active, .after-login.active {
    display: block;
}

.before-login button {
    width: 134px;
    height: 44px;
    margin-left: 5px;
}


/* After Login */

.al-d-info {
    height: 100%;
    padding: 0 20px;
    margin-right: 12px;
}

.al-d-info:after {
    width: 0;
    height: 100%;
    max-height: 28px;
    border-right: dashed 1px rgba(152, 177, 223, 0.25);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.al-d-info .icon {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#61d4ff, #3384ff);
    background-size: 100% 100%;
    font-size: 22px;
    margin-right: 5px;
}

.after-login button {
    width: 130px;
    height: 40px;
    margin-left: 8px;
}

.after-login .nav-btn {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background-color: rgba(152, 177, 223, 0.1);
    border: solid 1px rgba(152, 177, 223, 0.25);
    color: #93c5ff;
    margin: 0 0 0 8px;
    font-size: 16px;
}

.after-login .nav-btn:hover {
    background-color: rgba(152, 177, 223, 0.25);
    border-color: rgba(152, 177, 223, 0.5);
}

.after-login .message-btn {
    margin-right: 2px;
}

.after-login .message-btn .count {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #eb3013;
    color: #ffffff;
    font-size: 8px;
    position: absolute;
    right: -8px;
    top: -2px;
    text-shadow: none;
}

.after-login .message-btn i {
    animation: notifAnim 1s ease infinite;
}

@keyframes notifAnim {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(20deg);
    }
    40% {
        transform: rotate(-15deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Dropdown */

.drop-down {
    position: relative;
    transition: 0.3s;
}

.drop-down .toggle-btn {
    transition: 0s;
}

.drop-down .toggle-btn .icon{
    position: relative;
    top: 0;
    transition: 0.3s;
}

.drop-down.active .toggle-btn .icon{
    top: -5px;
}

.drop-down:hover .toggle-btn .icon{
    top: -5px;
}

.drop-down .toggle-btn .arrow-icon {
    color: #fcee3b;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.3s;
    text-shadow: none;
}

.drop-down.active .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: -2px;
    transform: rotate(180deg);
}

.drop-down:hover .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: -2px;
}

.drop-down-menu {
    width: 240px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    background-color: #151e2f;
    border: solid 3px #2a3751;
    padding: 10px 15px;
    border-radius: 15px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.drop-down.active .drop-down-menu {
    top: calc( 100% + 10px );
    opacity: 1;
    pointer-events: auto;
}


/* Account Info */

.after-login .account-info .row {
    width: 100%;
    cursor: pointer;
    margin: 0 0 5px;
    padding: 0 0 14px;
    border-bottom: dashed 1px rgba(152, 177, 223, 0.25);
}

.after-login .account-info .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.after-login .account-info .mobile .row {
    border-bottom: dashed 1px rgba(152, 177, 223, 0.25);
    padding: 0 0 14px;
}

.after-login .account-info .labels{
    text-align:left;
    min-width:90px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    color: #a4b3d3;
    font-size: 12px;
    font-weight: 700;
    padding: 0 5px;
    margin: 0 0 2px;
}

.after-login .account-info .labels .icon{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right: 5px;
    font-size: 16px;
}

.after-login .account-info .labels .icon i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#61d4ff, #3384ff);
    background-size: 100% 100%;
}

.after-login .account-info .information{
    height: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 10px;
    color: #ffffff;
    background-image: linear-gradient(to bottom left, rgba(41, 52, 72, 1.0), rgba(41, 52, 72, 0));
    border: solid 1px #3f4a60;
    border-radius: 5px;
}

.progressbar {
    width: calc(100% + 12px);
    height: 22px;
    border-radius: 14px;
    background-color: #070e16;
    border: solid 1px #070e16;
    margin: 0 -6px;
}

.progressbar .percent {
    width: 75%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    color: #2d1400;
    font-size: 12px;
    font-weight: 700;
}

.progressbar .percent:before {
    width: 200%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #fedb59, #fecc45, #fedb59, #fecc45, #fedb59);
    animation: percentAnim 1s linear infinite;
}

@keyframes percentAnim {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.after-login .drop-down .btn-grp button{
    width: 100%;
    height: 42px;
    border-radius: 10px;
    margin: 8px 0;
    font-size: 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.after-login .drop-down .message-btn .count {
    position: relative;
    width: 18px;
    height: 18px;
    font-size: 10px;
    right: 0;
    top: 0;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    padding: 1px 0 0;
}


/* Header Menu */

.affix .header-menu {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.header-menu:before,
.header-menu:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
    background-image: linear-gradient(#192134, #27334b);
    border-bottom: solid 1px #313f59;
    opacity: 0;
}

.header-menu:after {
    height: calc(100% - 2px);
    border: none;
    background-position: top center;
    /*background-image: url(../img/bg/main-bg.jpg);*/
    bottom: auto;
}

.affix .header-menu:before {
    opacity: 1.0;
}

.affix .header-menu:after {
    opacity: 0.4;
}

.main-menu {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(21, 29, 48, 0.5);
    border: solid 1px #21293c;
    transition: 0.3s;
}

.affix .main-menu {
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px rgba(255, 255, 255, 0);
}

.main-menu:before,
.main-menu:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
    background-image: linear-gradient(#192134, #27334b);
    border: solid 1px #313f59;
}

.affix .main-menu:before,
.affix .main-menu:after {
    opacity: 0;
}

.main-menu ul {
    border-right: solid 1px #313f59;
}

.main-menu ul:first-child {
    border-left: none;
    padding-right: 20px;
}

.main-menu ul:last-child {
    border-right: none;
}

.main-menu ul li {
    padding: 0 30px;
}

.main-menu .category-ul li {
    padding: 0 10px;
}

.main-menu ul li a {
    height: 30px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 0 20px;
}

.main-menu ul li a .icon-panel {
    color: #93e5ff;
    font-size: 18px;
    margin-right: 5px;
    text-shadow: 0 0 10px rgba(0, 90, 255, 1.0);
}

.main-menu ul li a:hover .icon-panel {
    animation: shakeAnim 1s ease 1;
}

@keyframes shakeAnim {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.main-menu .category-ul li a .icon-panel {
    color: #fff67c;
    text-shadow: 0 0 10px rgba(187, 83, 0, 1.0);
}

.main-menu ul li a:before {
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: 0.3s;
}

.main-menu ul li a:hover:before,
.main-menu ul li a.active:before {
    width: 100%;
    height: 100%;
}


/* Banner Section */

.banner-section {
    width: 100%;
    height: 450px;
    margin: -45px 0 0;
    padding: 45px 0 0;
}

.banner-section:before {
    width: 100%;
    height: 110%;
    left: 0;
    top: 0;
    border-radius: 60px 60px 60px 60px;
    background-image: linear-gradient(rgba(9, 17, 28, 1.0), rgba(9, 17, 28, 1.0), rgba(9, 17, 28, 0));
}

.banner-section:after {
    width: 100%;
    height: 130%;
    left: 0;
    top: 0;
    border-radius: 60px 60px 60px 60px;
    background-image: url(/img/bg/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 25px;
    padding: 0 0 10px;
    z-index: 8;
		height:30px
}

.banner-title:after {
	/*
    width: 50%;
    max-width: 80px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #ffe65c;
    box-shadow: 0 0 10px #f39700;
    border-radius: 2px;
		*/
}

/* Mobile Support */

.mobile-support {
    width: 100%;
    max-width: 240px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    z-index: 25;
    border: solid 1px #ecf4ff;
    background-image: linear-gradient(to bottom left, rgba(142, 161, 212, 0.8), rgba(185, 196, 226, 0.8), rgba(185, 196, 226, 0.8), rgba(142, 161, 212, 0.8));
    border-radius: 15px;
    padding: 0 0 2px;
}

.mobile-support .icon-panel {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    color: #ffffff;
    background-image: linear-gradient(#7d91c6, #aab7e1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.75);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 18px;
}

.mobile-support .icon-panel:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-image: linear-gradient(#f67fa5, #fe0e4f);
}

.mobile-support .label-panel {
    height: 28px;
    padding: 3px 20px 0;
    margin-left: 10px;
    background-image: linear-gradient(#7d91c6, #aab7e1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}


/* Banner Carousel */

.banner-carousel {
    width: 100%;
    position: relative;
    z-index: 25;
		padding-top:140px;
}

.banner-carousel .carousel-inner {
    overflow: visible;
}

.banner-carousel h2 {font-size:40px;font-weight:bold}

.banner-carousel h1 {
    font-size: 48px;
    margin: 0;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.banner-carousel h1:nth-child(1) {
    animation: carouselText01 5s ease 1 forwards;
    z-index: 1;
}

@keyframes carouselText01 {
    0% {
        opacity: 0;
        transform: translateY(-25%) scale(1.0);
    }
    15% {
        opacity: 1;
        transform: translateY(0) scale(1.0);
    }
    90% {
        opacity: 1;
        transform: translateY(0) scale(1.0);
    }
    100% {
        opacity: 0;
        transform: translateY(10%) scale(0.75);
    }
}

.banner-carousel h1:nth-child(2) {
    animation: carouselText02 5s ease 1 forwards;
}

@keyframes carouselText02 {
    0% {
        opacity: 0;
        transform: translateY(25%) scale(1.0);
    }
    15% {
        opacity: 1;
        transform: translateY(0) scale(1.0);
    }
    90% {
        opacity: 1;
        transform: translateY(0) scale(1.0);
    }
    100% {
        opacity: 0;
        transform: translateY(-10%) scale(0.75);
    }
}


/* Carousel Indicator */

.carousel-indicators {
    margin: 8px 0 0;
    position: relative;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #0c1724;
    border: solid 2px rgba(255, 255, 255, 0.25);
    transition: 0.3s;
    opacity: 1;
}

.carousel-indicators li:hover {
    border-color: #9cd5ff;
}

.carousel-indicators li.active {
    background-color: #0093ff;
    border-color: #9cd5ff;
}


/* Banner Background */

.banner-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-background div {
    position: absolute;
    bottom: 0;
}

.banner-background div .d-img {
    width: 100%;
    position: relative;
    z-index: 5;
}

.banner-background img {
    position: absolute;
    bottom: 0;
}

.banner-background img {
    position: absolute;
    bottom: 0;
}

.banner-background .dealer-02 {
    width: 16.43%;
    left: -1%;
    bottom: 0;
    animation: dealer02Anim 12s ease infinite;
}

@keyframes dealer02Anim {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    10% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .dealer-02 .dealer {
    z-index: 10;
}

.banner-background .glow {
    width: 212.82%;
    left: -12%;
    bottom: auto;
    top: -9%;
    animation: glowAnim 12s ease infinite;
}

@keyframes glowAnim {
    0% { opacity: 0; }
    8% { opacity: 0; }
    20% { opacity: 1.0; }
    95% { opacity: 1.0; }
    100% { opacity: 0; }
}

.banner-background .glow .d-img {
    animation: glowImgAnim 1.5s ease infinite;
}

@keyframes glowImgAnim {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

.banner-background .dealer-01 {
    width: 17.83%;
    left: 12.25%;
    bottom: -19%;
    animation: dealer01Anim 12s ease infinite;
}

@keyframes dealer01Anim {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    10% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .dealer-01 .dealer {
    z-index: 15;
}

.banner-background .items {
    width: 221.6%;
    right: -15%;
    top: 21.5%;
    bottom: auto;
    animation: itemsAnim 12s ease infinite;
}

.banner-background .items img {
    animation: itemsImgAnim 3s ease infinite;
}

.banner-background .roulette {
    width: 117.67%;
    left: -74%;
    bottom: 3.5%;
    z-index: 10;
    animation: manAnim 12s ease infinite;
}

.banner-background .chip-01 {
    width: 58.84%;
    right: -27.5%;
    bottom: 3%;
    z-index: 15;
    animation: chip01Anim 12s ease infinite;
}

@keyframes chip01Anim {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    8% {
        opacity: 0;
        transform: translateX(-50%);
    }
    20% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .chip-01 .d-img {
    animation: chip01ImgAnim 10s ease infinite;
}

@keyframes chip01ImgAnim {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Slot Char */

.banner-background .slot-char {
    width: 27.97%;
    right: -1%;
    bottom: -19%;
}

.banner-background .slot-char .wolf {
    z-index: 10;
    animation: wolfAnim 12s ease infinite;
}

@keyframes wolfAnim {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }
    10% {
        opacity: 1.0;
        transform: translateY(-20%);
    }
    95% {
        opacity: 1.0;
        transform: translateY(-20%);
    }
    100% {
        opacity: 0;
        transform: translateY(-20%);
    }
}

.banner-background .moon {
    width: 48.5%;
    bottom: auto;
    top: 0;
    right: 15%;
    animation: moonAnim 12s ease infinite;
}

@keyframes moonAnim {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    8% {
        opacity: 0;
        transform: translateY(50%);
    }
    20% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .moon img {
    animation: rotateAnim 18s linear infinite;
}

@keyframes rotateAnim {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.banner-background .diamonds {
    width: 134.51%;
    bottom: auto;
    top: 5%;
    left: -24%;
    animation: itemsAnim 12s ease infinite;
}

@keyframes itemsAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    12% {
        opacity: 0;
        transform: scale(0.5);
    }
    22% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-background .diamonds .d-img {
    animation: itemsImgAnim 3s ease infinite;
}

@keyframes itemsImgAnim {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1.0);
    }
}

.banner-background .seven {
    width: 37.76%;
    left: -22%;
    bottom: 11%;
    z-index: 10;
    animation: sevenAnim 12s ease infinite;
}

@keyframes sevenAnim {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    10% {
        opacity: 0;
        transform: translateX(50%);
    }
    20% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .seven .d-img {
    transform-origin: bottom right;
    animation: sevenImgAnim 4s ease infinite;
}

@keyframes sevenImgAnim {
    0% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.banner-background .man {
    width: 80%;
    left: 5%;
    z-index: 15;
    animation: manAnim 12s ease infinite;
}

@keyframes manAnim {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    5% {
        opacity: 0;
        transform: translateY(25%);
    }
    15% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}


/* Category Section */

.category-section {
    width: 100%;
}

.category-section .container {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: linear-gradient(to right, rgba(16, 25, 45, 0), rgba(16, 25, 45, 0.75), rgba(16, 25, 45, 0));
}

.category-section .container:before,
.category-section .container:after {
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(to right, rgba(60, 71, 99, 0), rgba(60, 71, 99, 1.0), rgba(60, 71, 99, 0));
    opacity: 0.5;
}

.category-section .container:before {
    top: -1px;
}

.category-section .container:after {
    width: 50%;
    bottom: -1px;
}

.category-btn {
    width: calc(33.33% - 20px);
    max-width: 320px;
    height: 70px;
    border: none;
    background-color: transparent;
    position: relative;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to bottom left, rgba(41, 52, 72, 1.0), rgba(41, 52, 72, 0));
    border: solid 1px #3f4a60;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin: 0 10px;
}

.category-btn .icon-panel {
    margin: 0 2% 0 -10%;
}

.category-btn .icon-panel img {
    filter: grayscale(100%);
    opacity: 0.75;
    transition: 0.3s;
}

.category-btn:hover .icon-panel img,
.category-btn.active .icon-panel img {
    filter: grayscale(0);
    opacity: 1.0;
}

.category-btn:nth-child(1).active .icon-panel img {
    filter: grayscale(0) drop-shadow(0 0 10px rgba(31, 100, 255, 1.0));
}

.category-btn:nth-child(2).active .icon-panel img {
    filter: grayscale(0) drop-shadow(0 0 10px rgba(0, 146, 200, 1.0));
}

.category-btn:nth-child(3).active .icon-panel img {
    filter: grayscale(0) drop-shadow(0 0 10px rgba(0, 123, 36, 1.0));
}

.category-btn .text-panel .kr-text,
.category-btn .text-panel .en-text {
    display: block;
    transition: 0.3s;
}

.category-btn .text-panel .kr-text {
    color: #9bb3d3;
    font-size: 24px;
    font-family: GmarketSansBold;
    margin: 0 0 -4%;
}

.category-btn:hover .text-panel .kr-text,
.category-btn.active .text-panel .kr-text {
    color: #ffffff;
}

.category-btn .text-panel .en-text {
    color: #7e92ad;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: GmarketSansLight;
}

.category-btn:hover .text-panel .en-text,
.category-btn.active .text-panel .en-text {
    color: #ffe65c;
}

.category-btn .arrow-icon {
    font-size: 30px;
    display: inline-block;
    position: absolute;
    right: 10px;
    color: #92d1ff;
    text-shadow: 0 0 10px rgba(20, 103, 255, 1.0);
    transition: 0.3s;
    opacity: 0;
    transform: translateY(-10%);
}

.category-btn:hover .arrow-icon,
.category-btn.active .arrow-icon {
    transform: translateY(0);
    opacity: 1;
}


/* Gangnam Link */

.category-btn.gangnam {
    background-image: linear-gradient(rgba(215, 215, 215, 0.75), rgba(255, 255, 255, 0.75), rgba(192, 192, 192, 0.75));
    border-color: #ffffff;
    overflow: hidden;
}

.category-btn.gangnam:hover {
    border-color: #5c99e3;
}

.category-btn.gangnam:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom left, #0f53a7, #3b74b9, #104689);
    opacity: 0;
}

.category-btn.gangnam:hover:before {
    opacity: 1.0;
}

.category-btn.gangnam .icon-panel {
    margin: 0 3% 0 0;
}

.category-btn.gangnam .icon-panel img {
    filter: grayscale(0);
    opacity: 1.0;
}

.category-btn.gangnam .text-panel .en-text {
    color: #993300;
    font-family: GmarketSansMedium;
}

.category-btn.gangnam:hover .text-panel .en-text {
    color: #ffe65c;
}

.category-btn.gangnam .text-panel .kr-text {
    color: #333333;
}

.category-btn.gangnam:hover .text-panel .kr-text {
    color: #ffffff;
}


/* Providers Section */

.providers-section {
    margin: 35px 0 0;
    position: relative;
    z-index: 3;
}

.providers-panel {
    width: calc(100% + 20px);
    margin: 0 -10px;
    display: none;
}

.providers-panel.active {
    display: block;
}

.sc-btn {
    width: 216px;
    max-width: 216px;
    display: inline-block;
    position: relative;
    margin: 0 10px 20px;
    transition: 0.3s;
    animation: scBtn 1s ease 1 forwards;
}

@keyframes scBtn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sports-providers .sc-btn {
    width: 100%;
    max-width: 640px;
}

/* g panel */

.sc-btn .g-panel {
    width: 100%;
    background-image: linear-gradient(to bottom left, rgba(41, 52, 72, 1.0), rgba(41, 52, 72, 0));
    border: solid 1px #3f4a60;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    transition: 0.3s;
}

.sc-btn .g-panel:before,
.sc-btn .g-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.sc-btn .g-panel:before {
    background-image: url(../img/bg/casino-bg.png);
    background-size: 100% 100%;
    opacity: 0;
}

.slot-btn .g-panel:before {
    background-image: url(../img/bg/slot-bg.png);
}

.sports-providers .sc-btn .g-panel:before {
    background-image: url(../img/bg/sports-bg.png);
}

.sc-btn .g-panel:after {
    max-width: 100px;
    width: 70%;
    height: 25px;
    background-color: rgba(48, 59, 82, 0.75);
    border-radius: 0 0 15px 15px;
}

.sc-btn .g-logo {
    width: 70px;
    height: 66px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: 0.3s;
    animation: scbLogoAnim 0.8s ease 1 backwards;
}

@keyframes scbLogoAnim {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    100% {
        opacity: 1.0;
        transform: translateY(0);
    }
}

.sc-btn .g-logo .logo-shadow {
    width: 100%;
    bottom: -105%;
    left: 0;
    position: absolute;
    transform: rotateX(180deg);
    transition: 0.3s;
    opacity: 0.5;
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
    mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
}

.sc-btn .g-tag {
    width: 20px;
    height: 20px;
    top: 2px;
    right: 2px;
    position: absolute;
    border-radius: 2px 20px 2px 2px;
    background-image: linear-gradient(#4cb8ff, #136aec);
    z-index: 5;
    box-shadow: 0 0 15px rgba(0, 48, 182, 1.0);
    transition: 0.3s;
}

.slot-btn .g-tag {
    background-image: linear-gradient(#f67fa5, #fe0e4f);
    box-shadow: 0 0 15px rgba(254, 20, 84, 1.0);
}

.sports-providers .sc-btn .g-tag {
    background-image: linear-gradient(#8eff7e, #44bf31);
    box-shadow: 0 0 15px rgba(17, 125, 0, 1.0);
}

.sc-btn .g-bg {
    opacity: 0.5;
    transition: 0.3s;
}

.sc-btn .g-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    transition: 0.5s;
    animation: scbImgAnim 0.8s ease 1 backwards;
}

@keyframes scbImgAnim {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }
    100% {
        opacity: 1.0;
        transform: translateY(0);
    }
}

.sc-btn .g-footer {
    width: calc(100% - 10px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    z-index: 5;
}

.sc-btn .g-footer:before {
    width: 100%;
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: rgba(7, 14, 22, 0.75);
}

.sc-btn .g-footer:after {
    width: 44px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
    background-color: #ffe65c;
    box-shadow: 0 0 5px rgba(255, 158, 0, 1.0);
    border-radius: 1px;
}

.sc-btn .g-footer .deco {
    width: 100%;
    height: 10px;
}

.sc-btn .g-footer .deco:before,
.sc-btn .g-footer .deco:after {
    width: calc(50% - 30px);
    height: 100%;
    top: 0;
    background-color: rgba(7, 14, 22, 0.75);
}

.sc-btn .g-footer .deco:before {
    left: 0;
    border-radius: 0 3px 0 0;
    transform: skew(30deg);
    transform-origin: bottom right;
}

.sc-btn .g-footer .deco:after {
    right: 0;
    border-radius: 3px 0 0 0;
    transform: skew(-30deg);
    transform-origin: bottom left;
}

.sc-btn .g-footer .kr-text {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    margin: 7px 0;
    display: inline-block;
}

.sc-btn .g-footer .en-text {
    width: 100%;
    max-width: 150px;
    height: 25px;
    background-color: #252f43;
    border-radius: 15px 15px 0 0;
    color: #8692ad;
    font-size: 10px;
    font-family: GmarketSansLight;
    margin: 0 auto;
    padding: 1% 0 0;
    letter-spacing: 1px;
    transition: 0.3s;
}

.sc-btn .play-btn {
    width: 120px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10%;
    margin: auto;
    z-index: 5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
    opacity: 0;
    transform: scale(0.5);
}


/* sc hover */

@media(min-width: 1025px){
    .sc-btn:hover .g-panel {
        border-color: #53678f;
    }

    .sc-btn:hover .g-logo {
        transform: translateY(-5%);
    }

    .sc-btn:hover .g-logo .logo-shadow {
        transform: rotateX(180deg) translateY(-20%);
        opacity: 0.15;
    }

    .sc-btn:hover .g-tag {
        width: 24px;
        height: 24px;
        transform: translate(30%, -30%);
    }

    .sc-btn:hover .g-bg {
        opacity: 1.0;
    }

    .sc-btn:hover .g-img {
        transform: translateY(2%);
        filter: brightness(50%);
    }

    .sc-btn:hover .g-panel:before {
        opacity: 1.0;
    }

    .sc-btn:hover .g-footer .en-text {
        color: #78c0ff;
    }

    .slot-btn:hover .g-footer .en-text {
        color: #ff87d9;
    }

    .sports-providers .sc-btn:hover .g-footer .en-text {
        color: #9fffac;
    }

    .sc-btn:hover .play-btn {
        opacity: 1.0;
        transform: scale(1.0);
    }
}


/* Board Section */

.board-section {
    width: 100%;
    z-index: 2;
    margin: 30px 0 0;
    padding: 50px 0;
    border-radius: 100px;
    background-color: #0c1724;
    overflow: hidden;
}

.board-section:before {
    width: 30%;
    height: 50%;
    left: 5%;
    right: 0;
    top: -50%;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 100px rgba(53, 106, 220, 0.75);
}

.board-section:after {
    width: 24%;
    height: 1px;
    left: 5%;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-image: linear-gradient(to right, rgba(53, 106, 220, 0), rgba(130, 196, 255, 0.5), rgba(53, 106, 220, 0));
}

.board-section .container {
    flex-wrap: nowrap;
}

.board-group {
    width: 31%;
}

.board-panel {
    width: 100%;
    margin: 0 0 20px;
}

.board-panel:last-child {
    margin-bottom: 0;
}

.board-panel .header {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 10px;
    background-image: linear-gradient(to bottom left, rgba(41, 52, 72, 1.0), rgba(41, 52, 72, 0));
    border: solid 1px #3f4a60;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.board-panel .header .title-panel .icon-panel {
    padding-right: 15px;
    margin-right: 15px;
}

.board-panel .header .title-panel .icon-panel:after {
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.board-panel .header .title-panel .title {
    font-size: 16px;
}

.board-panel .header .more-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.board-panel .header .more-link:hover {
    color: #000000;
}

.board-panel .header .more-link i {
    color: #fef57c;
    font-size: 18px;
    display: inline-block;
    transition: 0.3s;
}

.board-panel .header .more-link:hover i {
    transform: rotate(180deg);
}

.board-panel .content {
    width: 100%;
}

.board-panel table {
    width: 100%;
}

.board-panel table tr td {
    height: 36px;
    color: #ffffff;
    transition: 0.3s;
}

.board-panel table tr td:first-child {
    padding-left: 10px;
    border-radius: 8px 0 0 8px;
}

.board-panel table tr td:last-child {
    padding-right: 10px;
    border-radius: 0 8px 8px 0;
}

.board-panel table tr:hover td {
    background-color: rgba(186, 214, 246, 0.05);
}

.board-panel table td a {
    color: #ffffff;
}

.board-panel table td a:hover {
    color: #57d5ff ;
    text-decoration: underline;
}

.board-panel table .date-td {
    color: #9fb3ca;
}

.new-icon {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
    background-color: #ff553a;
    background-image: linear-gradient(#ff553a, #cf1c00);
    color: #ffffff;
    font-size: 10px;
    font-family: GmarketSansBold;
    text-align: center;
    padding: 3px 0 0;
    position: relative;
    top: -2px;
}


/* Realtime Board */

.realtime-board {
    width: calc(42% - 70px);
    margin: 0 40px 0 30px;
    position: relative;
    background-image: linear-gradient(to bottom left, rgba(41, 52, 72, 1.0), rgba(41, 52, 72, 0));
    border: solid 1px #3f4a60;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.realtime-board .header {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 10px;
    background-image: linear-gradient(to bottom left, rgba(41, 52, 72, 1.0), rgba(41, 52, 72, 0));
    border: solid 1px #3f4a60;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.realtime-board .header .title-panel .icon-panel {
    padding-right: 15px;
    margin-right: 15px;
}

.realtime-board .header .title-panel .icon-panel:after {
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.realtime-board .header .title-panel .title {
    font-size: 16px;
}

.realtime-board .realtime-badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 1px #354e6b;
    background-color: #0c1724;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}

.realtime-board .realtime-badge img {
    filter: drop-shadow(0 0 10px rgba(12, 111, 5, 1.0));
}

.realtime-toggle {
    width: 100%;
}

.realtime-toggle button {
    width: 50%;
    height: 50px;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-weight: 700;
}

.realtime-toggle button:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border-radius: 15px 0 0 15px;
    border-left: solid 1px #9eeef5;
    background-image: linear-gradient(to right, rgba(37, 150, 197, 0.5), rgba(37, 150, 197, 0.15));
    opacity: 1.0;
}

.realtime-toggle button:last-child:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border-radius: 0 15px 15px 0;
    border-left: none;
    border-right: solid 1px #fe8197;
    background-image: linear-gradient(to left, rgba(178, 60, 106, 0.5), rgba(178, 60, 106, 0.15));
}

.realtime-toggle button:hover,
.realtime-toggle button.active {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5),
                0 0 10px rgba(255, 255, 255, 0.5);
}

.realtime-board .content {
    width: 100%;
    position: relative;
    padding: 15px 30px;
    z-index: 2;
}

.realtime-board .realtime-panel {
    height: 276px;
		overflow: hidden;
    animation: realtimeAnim 0.5s ease 1 forwards;
}

.realtime-board .realtime-panel.active {
    display: block;
}

@keyframes realtimeAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

/* Ticker */

.realtime-ticker {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    top: -1px;
}

.realtime-ticker ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 46px;
    cursor: pointer;
    transition: 0.3s;
}

.realtime-ticker ul li div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-top: dashed 1px rgba(152, 177, 223, 0.25);
}

.realtime-ticker ul li:hover div {
    background-color: rgba(152, 177, 223, 0.15);
}

.realtime-ticker ul li div.user {
    width: 35%;
    justify-content: flex-start;
    padding-left: 5px;
}

.realtime-ticker ul li div.amount {
    width: 36%;
    font-size: 18px;
    padding-right: 5px;
    font-weight: 700;
    justify-content: flex-end;
}

.realtime-ticker ul li div.date {
    width: 29%;
    color: #9fb3ca;
    justify-content: flex-end;
    padding-right: 8px;
}

.wd-tag {
    width: 36px;
    height: 20px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    background-color: #48c1ee;
    background-image: linear-gradient(#48c1ee, #2156c0);
    box-shadow: 0 0 10px rgba(0, 48, 182, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    padding: 0 0 1px;
}

.wd-tag.deposit {
    background-color: #f67fa5;
    background-image: linear-gradient(#f67fa5, #fe0e4f);
    box-shadow: 0 0 10px rgba(254, 20, 84, 0.5);
}


/* Customer Board */

.customer-board {
    width: 28%;
    margin: 10px 0 0;
    padding: 0 0 0 40px;
}

.customer-board:before {
    width: 1px;
    height: 100%;
    border-left: dashed 1px rgba(186, 214, 246, 0.25);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.customer-board .header {
    width: 100%;
    height: 56px;
    position: relative;
    padding: 0 0 0 112px;
    font-size: 26px;
}

.customer-board .header:before {
    width: 399px;
    height: 91px;
    background-image: url(../img/bg/customer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.customer-board .header .icon-img {
    position: absolute;
    left: 10px;
    bottom: 0;
}

.customer-board .header .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #ffffff, #bccbe6, #bccbe6);
    background-size: 100% 100%;
}

.customer-board .cs-panel {
    width: 100%;
    padding: 10px;
    border: solid 1px #ecf4ff;
    background-image: linear-gradient(to bottom left, rgba(142, 161, 212, 0.8), rgba(185, 196, 226, 1.0), rgba(185, 196, 226, 1.0), rgba(142, 161, 212, 0.8));
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin: 0 0 10px;
}

.customer-board .cs-panel .icon-panel {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    background-image: linear-gradient(#7d91c6, #aab7e1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.75);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 0 20px 0 0;
}

.customer-board .cs-panel .icon-panel:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-image: linear-gradient(#f67fa5, #fe0e4f);
}

.customer-board .cs-panel .info {
    color: #263b79;
    font-size: 22px;
    font-weight: 700;
}

.quick-consult {
    margin: 15px 0 0;
}

.quick-consult .title-panel {
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    margin: 0 0 15px;
    background-image: linear-gradient(to right, rgba(107, 200, 203, 0), rgba(41, 52, 72, 1.0), rgba(107, 200, 203, 0));
}

.quick-consult .title {
    margin-right: 10px;
}

.quick-consult .title-panel .icon-img {
    margin-right: 10px;
    filter: drop-shadow(0 0 10px rgba(0, 133, 225, 1.0));
}

.quick-consult .accounts .icon-panel {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: linear-gradient(#fee267, #ffa722);
    color: #ffffff;
    font-size: 24px;
    margin: 0 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.quick-consult .accounts .icon-panel:nth-child(1) {
    color: #2d1400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    padding: 2px 0 0;
}

.quick-consult .accounts .icon-panel:nth-child(2) {
    background-image: linear-gradient(#7777d1, #4f52c5);
}

.quick-consult .accounts .icon-panel:nth-child(3) {
    background-image: linear-gradient(#ff688c, #ff1a4c);
}

.quick-consult .accounts .icon-panel:nth-child(4) {
    background-image: linear-gradient(#48c1ee, #2156c0);
}


/* Footer Section */

.footer-section {
    width: 100%;
    background-color: #151e2f;
    height: 130px;
}

.footer-section:before {
    /*
		width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
    background-color: #151e2f;
		*/
}

.footer-section .logo {
    width: 200px;
    margin: 0;
    top: 0;
}

.footer-section .logo .logo-img {
    opacity: 1;
}

.footer-section .logo .shadow-img {
    width: 100%;
    left: 0;
    bottom: -105%;
    transform: rotateX(180deg);
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
    mask-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1.0));
    opacity: 0.2;
}

.footer-section .copyright {
    color: rgba(255, 255, 255, 0.25);
    font-size: 12px;
    font-weight: 300;
    margin: 20px 0 0;
}


/* Scroll To Top */

.scroll-top {
    width: 90px;
    height: 90px;
    background-color: rgba(152, 177, 223, 0);
    background-image: linear-gradient(to bottom left, rgba(41, 52, 72, 1.0), rgba(41, 52, 72, 0));
    border: solid 1px #3f4a60;
    position:fixed;
    bottom: 20px;
    right: 30px;
    z-index: 50;
    color: #a4b3d3;
    font-size: 14px;
    border-radius: 50%;
    padding: 0 0 15px;
    box-shadow: 0 1px 2px rgba(59, 119, 113, 0.5);
}

.scroll-top:hover {
    color: #ffffff;
    background-color: rgba(152, 177, 223, 0.25);
    border-color: rgba(152, 177, 223, 0.5);
}

.scroll-top i {
    color: #93e5ff;
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    margin: 0 auto;
    transition: 0.3s;
    text-shadow: 0 0 10px rgba(0, 90, 255, 1.0);
}

.scroll-top:hover i {
    top: -8px;
}

.scroll-top span {
    width: 100%;
    position: absolute;
    display: inline-block;
    bottom: 18px;
    left: 0;
}


/*=========================================================== M O D A L ===============================================================*/

.modal-backdrop {
    background-color: #000000;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal {
    padding: 0 !important;
    overflow-y: auto;
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal *::-webkit-scrollbar {
    width: 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
    background-color: #338fd8;
    background-image: linear-gradient(#48c1ee, #2156c0);
    border: none;
    border-radius: 5px;
}

.modal-dialog {
    max-width: 1400px;
    padding: 0 !important;
}

.modal-content {
    width: 100%;
    border:none;
    z-index: 1;
    background-color: transparent;
    border-radius: 0;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
}

.modal-wrapper {
    width: 100%;
    background-color: #070d12;
    border-radius: 30px;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 20px;
    overflow: hidden;
    border: solid 1px #1f3566;
}

.modal-wrapper:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background-image: url(../img/bg/main-bg.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1.0) 0 20%, rgba(0, 0, 0, 0) 50% 100%);
    mask-image: linear-gradient(rgba(0, 0, 0, 1.0) 0 20%, rgba(0, 0, 0, 0) 50% 100%);
    opacity: 0.4;
}

.modal-sidebar {
    width: 280px;
    position: relative;
    z-index: 1;
    align-content: flex-start;
    padding: 20px 15px;
    overflow: hidden;
    background-color: #0a131c;
    border: solid 1px #182430;
    border-radius: 30px;
}

.modal-sidebar:before {
    width: 60%;
    height: 300px;
    border-radius: 50%;
    left: 0;
    top: -300px;
    box-shadow: 0 0 100px rgba(39, 74, 148, 1.0);
}

.modal-sidebar .header {
    width: 100%;
    margin: 10px 0 15px;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    justify-content: flex-start;
    padding: 0 5px;
}

.modal-sidebar .header .icon {
    position: relative;
    margin-right: 10px;
}

.modal-sidebar .header .logo-icon {
    max-width: 30px;
    top: -2px;
}

.modal-menu {
    width: 100%;
}

.modal-menu a {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: #101c29;
    border: solid 1px #101c29;
    border-radius: 15px;
    color: #ffffff;
    padding: 0 0 0 15px;
    margin: 0 0 2px;
}

.modal-menu a:hover {
    border-color: #2b3849;
}

.modal-menu a.active {
    border-color: #394b61;
    background-color: #202e3f;
}

.modal-menu a:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    background-image: linear-gradient(to bottom right, rgba(43, 59, 75, 0.7), rgba(43, 59, 75, 0), rgba(43, 59, 75, 0), rgba(43, 59, 75, 0.25));
}

.modal-menu a:hover:before,
.modal-menu a.active:before {
    opacity: 1.0;
}

.modal-menu a.active:before {
    background-image: linear-gradient(to bottom right, rgba(88, 107, 153, 0.5), rgba(43, 59, 75, 0), rgba(88, 107, 153, 0), rgba(88, 107, 153, 0.25));
}

.modal-menu a .icon-panel {
    width: 36px;
    height: 36px;
    color: #a4b3d3;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: #263343;
}

.modal-menu a:hover .icon-panel {
    color: #93e5ff;
    animation: shakeAnim 1s ease 1;
}

.modal-menu a.active .icon-panel {
    color: #ffffff;
    animation: none;
    background-image: linear-gradient(#48c1ee, #2156c0);
}


/* Modal Panel */

.modal-panel {
    width: calc(100% - 290px);
    border-radius: 40px;
    overflow: hidden;
    margin-left: 10px;
    background-color: #0a131c;
    border: solid 1px #182033;
}


/* Modal Header */

.modal-header {
    width: 100%;
    height: 56px;
    border: none;
    padding: 0;
    background-image: linear-gradient(to right, rgba(23, 31, 50, 0.25), rgba(32, 41, 65, 0.9), rgba(23, 31, 50, 0.25));
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

.modal-header .title-panel {
    width: 100%;
    max-width: 338px;
    height: 60px;
    background-image: url(../img/bg/title-bg.png);
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 20px;
}

.modal-header .title-panel i {
    color: #93e5ff;
    font-size: 32px;
    text-shadow: 0 0 10px rgba(0, 90, 255, 1.0);
    margin-right: 10px;
    position: relative;
}

.modal-header .title-panel .img-panel {
    height: 50px;
    margin-right: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.modal-header .title-panel .img-panel:after {
    width: 1px;
    height: 50%;
    top: 6%;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: #85aaa7;
}

.modal-header .title-panel .img-panel img {
    max-height: 40px;
}

.modal .close-btn {
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 20px;
    font-size: 30px;
    color: #ffe65c;
    z-index: 9;
}

.modal .close-btn:before,
.modal .close-btn:after {
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffe65c;
    transition: 0.3s;
}

.modal .close-btn:before {
    transform: rotate(-45deg);
}

.modal .close-btn:after {
    transform: rotate(45deg);
}

.modal .close-btn:hover:before,
.modal .close-btn:hover:after {
    background-color: #d54a34;
}

.modal .close-btn:hover:before {
    transform: rotate(45deg);
}

.modal .close-btn:hover:after {
    transform: rotate(135deg);
}


/* Modal Body */

.modal-body {
    min-height: 740px;
    overflow: hidden;
    padding: 30px 30px 30px;
}

.modal-body:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: -100%;
    box-shadow: 0 0 300px rgba(27, 50, 100, 0.5);
}


/* Modal Badge */

.modal-badge {
    width: 100%;
    min-height: 60px;
    padding: 5px 15px;
    color: #ffffff;
    background-image: linear-gradient(to bottom left, rgba(41, 52, 72, 1.0), rgba(41, 52, 72, 0));
    border: solid 1px #2a3347;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 0 0 15px;
}

.modal-badge .icon {
    color: #fff64c;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.modal-badge button {
    height: 30px;
    padding: 0 20px;
    border-radius: 15px;
    margin-left: auto;
    border: none;
}

.modal-badge button:hover {
    background-color: #fff167;
}


/* Form Container */

.form-container {
    width: 100%;
    max-width: 760px;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 10px 0 0;
}

.form-container .form-group {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    width: 100%;
    text-align: left;
    color: #a4b3d3;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    padding:0 0 0 5px;
    margin: 0 0 8px;
}v

.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: 48px;
    float: left;
    color: #ffffff;
    background-color: rgba(40, 51, 69, 0.25);
    border: solid 1px rgba(40, 51, 69, 1.0);
    transition: 0.3s;
    padding: 0 15px;
    border-radius: 25px;
}

.form-container .w-icon input {
    padding: 0 0 0 65px;
}

.form-container .form-group input::-webkit-input-placeholder {
    color: #6c758b;
}

.form-container .form-group input::placeholder {
    color: #6c758b;
}

.form-container .form-group .input-container .icon-panel{
    min-width: 50px;
    height: calc(100% - 16px);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 18px;
    border-right: solid 1px rgba(152, 177, 223, 0.25);
    z-index: 2;
}

.form-container .form-group .select-input {
    width: 100%;
    height: 48px;
    float: left;
    background-color: rgba(40, 51, 69, 0.25);
    border: solid 1px rgba(40, 51, 69, 1.0);    
    border-radius: 25px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 5px;
}

.form-container .form-group .select-input:last-child {
    margin-right: 0;
}

.form-container .form-group .select-input select {
    width: 100%;
    height: 100%;
    border: none;
    color: #6c758b;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 15px;
    cursor: pointer;
}

.form-container .w-icon .select-input select {
    padding-left: 65px;
}

.form-container .form-group select option {
    background-color: #1f0a0a;
    color: #fff;
}

.form-container .form-group .select-input i {
    color: #48c1ee;
    font-size: 28px;
    position: absolute;
    right: 10px;
    top: 2px;
    pointer-events: none;
}

.form-container .form-group textarea {
    width: 100%;
    height: 200px;
    float: left;
    color: #ffffff;
    background-color: rgba(40, 51, 69, 0.25);
    border: solid 1px rgba(40, 51, 69, 1.0);
    transition: 0.3s;
    padding: 20px 18px;
    border-radius: 10px;
    resize: none;
}

.form-container .form-group textarea::-webkit-input-placeholder {
    color: #6c758b;
}

.form-container .form-group textarea::placeholder {
    color: #6c758b;
}

.form-container .form-group .form-btn {
    width: 120px;
    height: 48px;
    float: right;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    transition: 0.3s;
    margin: 0 0 0 5px;
    border-radius: 10px;
    font-size: 14px;
}


/* Form Btn Group */

.form-container .form-group .infos .btn-grp {
    width: calc(100% + 4px);
    float: left;
    margin: 0 -2px;
}

.form-container .form-group .infos .btn-grp button {
    width: 16.66%;
    width: calc(16.66% - 4px);
    height: 40px;
    float: left;
    border-radius: 20px;
    margin: 0 2px;
    background-color: #44586d;
    border: none;
    color: #ffffff;
    font-size: 14px;
}

.form-container .form-group .infos .btn-grp button:hover {
    background-color: #37a5af;
    color: #ffffff;
}

.form-container .form-group .infos .btn-grp button:last-child {
    color: #ffffff;
    background-color: #d33333;
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
    background-color: #ff6249;
}


/* Modal Footer */

.modal-footer {
    width: 100%;
    border: none;
    margin: 40px auto 0;
    padding: 0;
}

.form-footer {
    width: calc(100% + 8px);
    margin: 0 -4px;
}

.form-footer button {
    width: 100%;
    max-width: 180px;
    height: 50px;
    margin: 0 4px;
    border-radius: 25px;
    font-size: 16px;
}

.form-footer button:before,
.form-footer button:after {
    border-radius: 25px;
}


/* BS Table */

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0;
}

.bs-table thead th {
    height: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    background-color: #2b364c;
}

.bs-table thead th:first-child {
    border-radius: 15px 0 0 15px;
}

.bs-table thead th:last-child {
    border-radius: 0 15px 15px 0;
}

.one-th thead th {
    border-radius: 15px !important;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 54px;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    color: #ffffff;
    border-bottom: dashed 1px rgba(152, 177, 223, 0.25);
}

.bs-table tr:hover td,
.bs-table tr.active td {
    background-color: rgba(152, 177, 223, 0.05);
}

.bs-table tr td a {
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #ffffff;
}

.bs-table tr td a:hover,
.bs-table tr.active td a {
    color: #57d5ff;
    text-decoration: underline;
}

.bs-table tr .count-td {
    width: 50px;
}

.bs-table tr .count-tag {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-image: linear-gradient(#ff688c, #ff1a4c);
    color: #ffffff;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.bs-table tr .title-td {
    text-align: left;
    padding-left: 15px;
    max-width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-table tr .status-td {
    width: 15%;
    padding-left: 5px;
}

.bs-table tr .date-td {
    width: 20%;
    color: #777777;
    padding-right: 5px;
}

.bs-table tr .nav-td {
    width: 32px;
}

.bs-table tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: #a4b3d3;
    font-size: 18px;
    transition: 0.3s;
    padding: 1px 0 0;
}

.bs-table tr td .delete-btn:hover {
    color: #ffe65c;
}

.bs-table tr td .nav-btn {
    background-color: transparent;
    border: none;
    position: relative;
}

.bs-table tr td .nav-btn i {
    position: relative;
    color: #fff;
    font-size: 10px;
    transition: 0.3s;
    transform: rotate(0deg);
}

.bs-table tr td .nav-btn:hover i {
    color: #ffca5f;
}

.bs-table tr.active td .nav-btn i {
    transform: rotate(180deg);
    top: 5px;
}

.bs-table tr td .plus-btn {
    width: 16px;
    height: 16px;
    background-color: #ff2f0e;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    padding: 0 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bs-table tr td .plus-btn:hover {
    background-color: #ff6a00;
}

.bs-table tr td .plus-btn:before,
.bs-table tr td .plus-btn:after {
    content: '';
    width: 2px;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: #ffffff;
    transition: 0.3s;
}

.bs-table tr td .plus-btn:after {
    transform: rotate(90deg);
}

.bs-table tr.active td .plus-btn:before {
    height: 0;
}

.bs-table tr td .plus-btn:hover:before,
.bs-table tr td .plus-btn:hover:after {
    background-color: #ffffff;
}

.transferModal .bs-table td:nth-child(odd){
    text-align:left;
    padding:0 5px 0 30px;
}
.transferModal .bs-table td:nth-child(even){
    text-align:right;
    padding:0 30px 0 5px;
}


/* With Depth */

.with-depth .message-content {
    display: none;
    height: 200px;
    margin: 2px 0 5px;
}

.with-depth tr.depth-click {
    cursor: pointer;
}

.with-depth tr.dropdown {
    background-color: transparent;
}

.with-depth tr.dropdown td {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
}

.with-depth tr.dropdown td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td {
    background-color: transparent;
    border: none;
}


/* Message Content */

.message-content {
    width: 100%;
    height: 400px;
    background-color: rgba(152, 177, 223, 0.05);
    border: solid 1px rgba(152, 177, 223, 0.15);
    margin: 5px 0 0;
    border-radius: 10px;
    padding: 10px;
}

.message-content .inner-container {
    width: 100%;
    height: 100%;
    float: left;
    /*white-space: pre-wrap;*/
    text-align: left;
    overflow-y: scroll;
    padding: 5px 10px;
}


/* Pagination */

.pagination li {
    float: left;
}

.pagination>li>a {
    width: 28px;
    height: 28px;
    text-decoration: none;
    background-color: rgba(152, 177, 223, 0.15);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 5px;
    color: #ffffff;
}

.pagination .turn-pg a {
    color: #93e5ff;
    margin: 0 13px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: none;
    font-size: 13px;
}

.pagination li a:hover {
    color: #ffffff;
    background-color: rgba(152, 177, 223, 0.5);
}

.pagination .turn-pg a:hover {
    color: #ffe65c;
    background-color: transparent;
}

.pagination li a.active {
    color: #ffffff;
    background-color: #48c1ee;
    background-image: linear-gradient(#48c1ee, #2156c0);
}


/* Modal Nav */

.modal-nav {
    width: 100%;
    margin: 0 0 15px;
    flex-wrap: nowrap;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.modal-nav button {
    width: 100%;
    height: 50px;
    max-width: 160px;
    background-color: transparent;
    border: none;
    position: relative;
    color: #a4b3d3;
}

.modal-nav button:hover,
.modal-nav button.active {
    color: #ffffff;
}

.modal-nav button .icon-panel {
    margin-right: 5px;
    font-size: 18px;
}

.modal-nav button:hover .icon-panel {
    color: #93e5ff;
    animation: shakeAnim 1s ease 1;
}

.modal-nav button.active .icon-panel {
    color: #93e5ff;
    animation: none;
}

.modal-nav button:after {
    content: '';
    width: 0;
    max-width: 50px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    transition: 0.3s;
    border-radius: 2px;
    background-color: #ffe65c;
    box-shadow: 0 0 10px #f39700;
}

.modal-nav button.active:after {
    width: 100%;
}


/* 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;
}


/* Level Information */

.bs-table td .level-icon {
    margin-right: 8px;
}

.bs-table td .level-txt {
    display: inline-block;
    width: 45px;
    text-align: left;
    white-space: nowrap;
}

.level-information .bs-ul {
    width:calc(100% - 310px);
}

.level-information .bs-ul li {
    width:calc(50% - 10px);
    height: 50px;
    margin-right: 10px;
    color: #ffffff;
    background-color: rgba(152, 177, 223, 0.05);
    border: solid 1px rgba(152, 177, 223, 0.25);
    border-radius: 10px;
}

.level-information .bs-ul li .labels {
    color: #ffffff;
    margin-right: 10px;
}

.level-information .bs-ul li .amount {
    font-size: 16px;
}

.level-information .point-form{
    width:310px;
    height:100%;
    position:relative;
    border-radius: 0;
}

.level-information .point-form input{
    width:calc( 100% - 115px);
    height:50px;
    padding:0 5px;
    color: #ffffff;
    background-color: rgba(152, 177, 223, 0.05);
    border: solid 1px rgba(152, 177, 223, 0.25);
    margin-right: auto;
    border-radius: 10px;
}

.level-information .point-form input::-webkit-input-placeholder{
    color: #6c758b;
}

.level-information .points-btn{
    width:110px;
    height:48px;
    border-radius: 10px;
    box-shadow: none;
    white-space:nowrap;
    box-shadow: none;
    font-size: 12px;
}


/* Login Join Modal */

.loginModal .modal-dialog {
    max-width: 640px;
}

.loginModal .modal-body,
.joinModal .modal-body {
    min-height: initial;
}

.loginModal .modal-body {
    padding-bottom: 70px;
}

.loginModal .logo {
    margin: 30px auto 20px;
}

.loginModal .close-btn {
    right: 25px;
    top: 20px;
}

.loginModal .close-btn:before,
.loginModal .close-btn:after {
    background-color: #8df7ee;
}

.loginModal .close-btn:hover:before,
.loginModal .close-btn:hover:after {
    background-color: yellow;
}

.loginModal .title-o {
    width: 100%;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.loginModal .title-o i {
    color: #ffe761;
    font-size: 30px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.loginModal .form-container,
.loginModal .modal-footer {
    max-width: 400px;
}

.loginModal .modal-panel {
    padding: 5px;
    overflow: hidden;
    border-radius: 30px;
}

.joinModal .form-footer button {
    max-width: 300px;
}


/* Gamelist Modal */

.gameListModal .modal-wrapper {
    padding: 15px;
}

.gameListModal .modal-panel {
    padding: 10px 10px;
}

.gameListModal .modal-body {
    min-height: initial;
    padding: 5px 20px;
}

.gameListModal .modal-nav {
    margin-top: 10px;
}

.game-list-container {
    width: 100%;
}

.game-list-scroll {
    width: calc(100% + 8px);
    max-height: 640px;
    overflow-y: scroll;
    padding: 0 5px 0 0;
    margin: 0 0 0 -8px;
}

.game-btn {
    width: calc(14.28% - 16px);
    margin: 0 8px 16px;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    border: solid 3px #20324d;
}

.game-btn .g-img {
    transition: 0.5s;
}

.game-btn .g-name {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 3;
    color: #a4b3d3;
    background-color: #20324d;
    transition: 0.3s;
}

.game-btn .g-name .name {
    max-width: 96%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-btn .g-hover {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(8, 15, 24, 0.9);
    z-index: 9;
    transition: 0.3s;
    position: absolute;
    opacity: 0;
}

@media(min-width: 1025px){
    .game-btn:hover .g-name {
        opacity: 0;
        transform: translateY(25%);
    }

    .game-btn:hover .g-hover {
        opacity: 1;
    }

    .game-btn:hover .g-img {
        transform: scale(1.1);
    }
}

.game-btn .g-hover .play-btn {
    width: 70px;
    height: 70px;
    margin: 10px auto;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
    padding-left: 10px;
}

.game-btn .g-hover .play-btn i {
    color: #ffffff;
    font-size: 50px;
}

.game-btn .g-hover .name {
    width: 98%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(53, 79, 136, .9);
}

.game-btn .loading {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #070e16;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-btn .loading img {
    width: 100%;
}


/* Attendance Modal */

.attendance-info {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom left, rgba(41, 52, 72, 1.0), rgba(41, 52, 72, 0));
    border: solid 1px #2a3347;
    margin: 0 0 15px;
    padding: 0 15px;
}

.attendance-info table {
    width: auto;
    border-collapse: separate;
    border-spacing: 5px 0;
}

.attendance-info table td {
    height: 40px;
    color: #a4b3d3;
    padding: 0 20px 0 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.attendance-info table td i{
    color: #fff64c;
    position: relative;
    margin-right: 3px;
}


/* Attend Nav */

.attendance-nav {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
    position: relative;
    background-image: linear-gradient(to right, rgba(107, 200, 203, 0), rgba(41, 52, 72, 1.0), rgba(107, 200, 203, 0));
}

.attendance-nav .title-panel {
    color: #ffffff;
    font-size: 18px;
    margin: 0 50px;
}

.attendance-nav .title-panel .date-tag {
    font-size: 20px;
    margin-right: 8px;
}

.attendance-nav .nav-btn {
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    font-size: 28px;
    color: #93e5ff;
}

.attendance-nav .nav-btn:hover {
    color: #fff64c;
}


/* Calendar */

.attendance-calendar {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}

.attendance-calendar th {
    color: #fff;
    font-size: 12px;
    height: 40px;
    font-weight: normal;
    text-align:center;
    background-color: #2b364c;
}

.attendance-calendar th.active {
    background-color: #3a4b6d;
}

.attendance-calendar td {
    width: 14.28%;
    height: 120px;
    text-align: center;
    background-color: rgba(152, 177, 223, 0.15);
    border: none;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.attendance-calendar td:hover {
    background-color: rgba(152, 177, 223, 0.25);
}

.attendance-calendar td.active {
    background-color: rgba(41, 57, 76, 1.0);
}

.attendance-calendar td.empty{
    pointer-events:none;
    background-color: rgba(152, 177, 223, 0.1);
}

.attendance-calendar td.today {
    background-color: rgba(58, 126, 195, 0.25);
    border: solid 1px rgba(58, 126, 195, 0.75);
}

.attendance-calendar td .date {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #a4b3d3;
    font-size:12px;
    position: absolute;
    left:5px;
    top:5px;
}

.attendance-calendar td.today .date {
    color: #ffffff;
    font-size: 18px;
}

.attendance-calendar td.empty .date {
    color: #7f899d;
}

.attendance-calendar td .info-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
}

.attendance-calendar td.attended .info-panel {
    opacity: 1;
    transform: scale(1.0);
}

.attendance-calendar td .attend-stamp {
    width: 60px;
}

.attendance-calendar td .attend-stamp:before {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    position: absolute;
    border:solid 1px rgba(0, 0, 0, 0.75);
}

.attendance-calendar td .info-panel .info{
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}

.attendance-calendar td .info i{
    color: #ff4c83;
    font-size: 14px;
}

.popup-container {position:absolute;top:0;left:0;width:100%;/*background:rgba(0, 0, 0, .5);*/z-index:999999;}
.popup-wrap {width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;gap:10px;align-items: flex-start;}
.popup-container .popup-wrap .popup-box {margin-top:120px;border:1px solid #EAEAEA;background:#000;color:#fff;width:calc(25% - 10px);overflow:hidden;animation:opacityIn .3s;transition:opacity .3s;}
.popup-container .popup-wrap .popup-box .popup-contents-box {max-height:calc(100vh - 150px);}
.popup-container .popup-wrap .popup-box .popup-contents-box img {width:100%;max-height:calc(100vh - 150px);}
.popup-container .popup-wrap .popup-box .popup-contents-box p {margin:0;padding:0}
.popup-container .popup-wrap .popup-box .popup-footer {display:flex;justify-content:flex-end;gap:6px;color:#000;background:#D5D5D5;border-top:1px solid #717171;}

@media (max-width:768px) {
	.popup-wrap {width:100%;flex-wrap:wrap;justify-content:center}
	.popup-container .popup-wrap .popup-box {margin-top:60px;width:calc(90% - 10px);}	
}