@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: #ffffff;
    color: #000000;
    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: #0080ab !important;
}

.text-green {
    color: #107f75 !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-green,
.btn-blue,
.btn-orange {
    color: #ffffff;
    border-radius: 22px;
    border: solid 1px #7aeae0;
    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-green i,
.btn-blue i {
    color: #81fff4;
    font-size: 16px;
    margin-right: 3px;
    transition: 0.3s;
}

.btn-blue i {
    color: #51eeff;
}

.btn-green {
    background-color: #46c8bb;
    background-image: linear-gradient(#46c8bb, #229389);
}

.btn-blue {
    background-color: #25c0cf;
    background-image: linear-gradient(#25c0cf, #1c6e8d);
    border-color: #3be3f5;
}

.btn-orange {
    background-color: #ffb610;
    background-image: linear-gradient(#ffb610, #ca4100);
    border-color: #f58a07;
}

.btn-green:before,
.btn-blue:before,
.btn-orange:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.btn-green:before {
    background-image: linear-gradient(#3bab9f, #157a71);
}

.btn-blue:before {
    background-image: linear-gradient(#1398c9, #015879);
}

.btn-orange:before {
    background-image: linear-gradient(#ff844a, #ac3902);
}

@media(min-width: 1025px) {
    .btn-green:hover:before,
    .btn-blue:hover:before,
    .btn-orange:hover:before {
        opacity: 1;
    }
}

/* 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: #81d8d0;
}

/* Header Section */

.header-section {
    width: 100%;
    position: relative;
    z-index: 99;
}

.header-main {
    width: 100%;
    height: 75px;
    background-color: #81d8d0;
    position: relative;
    z-index: 9;
}

.logo {
    display: inline-block;
    position: relative;
    top: -5px;
    margin: 0 0 0 15px;
}

.logo div {
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

.logo div .d-img {
    width: 100%;
    position: relative;
}

.logo img {
    position: absolute;
    bottom: 0;
}

.logo .logo-img {
    width: 100%;
    position: relative;
    opacity: 0;
}

.logo .t {
    width: 8.7%;
    left: 0;
    animation: lgCapsAnim 7s ease infinite;
}

@keyframes lgCapsAnim {
    0% {
        opacity: 0;
        transform: translateY(-75%);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .tiffany {
    width: 39.13%;
    left: 8.7%;
}

.logo .tiffany .d-img {
    animation: lgWordAnim 7s ease infinite;
}

@keyframes lgWordAnim {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    5% {
        opacity: 0;
        transform: translateX(-100%);
    }
    15% {
        opacity: 1;
        transform: translateX(0);
    }
    90% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.logo .c {
    width: 8.99%;
    left: 10%;
    right: 0;
    margin: 0 auto;
    animation: lgCapsAnim 7s ease infinite;
}

.logo .casino {
    width: 32.47%;
    right: 8.7%;
}

.logo .casino .d-img {
    animation: lgWordAnim 7s ease infinite;
}

.logo .heart {
    width: 7.25%;
    right: 0;
    top: 0;
    bottom: auto;
    animation: lgHeartAnim 7s ease infinite;
}

@keyframes lgHeartAnim {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    10% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20% {
        opacity: 1;
        transform: translateY(8%);
    }
    30% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(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: solid 1px rgba(0, 0, 0, 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(#0ca193, #0a524c);
    background-size: 100% 100%;
    font-size: 20px;
    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: #1f9f9d;
    color: #8cfff4;
    margin: 0 0 0 8px;
    font-size: 16px;
}

.after-login .nav-btn:hover {
    background-color: #0b7775;
}

.after-login .message-btn {
    margin-right: 2px;
}

.after-login .message-btn .count {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #015352;
    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: #c3e0e4;
    border: solid 3px #ffffff;
    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 #aacace;
}

.after-login .account-info .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.after-login .account-info .mobile .row {
    border-bottom: dashed 1px #aacace;
    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: #189a8e;
    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(#0ca193, #0a524c);
    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: #000000;
    background-color: #dcf4f7;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(59, 119, 113, 0.25);
}

.progressbar {
    width: calc(100% + 12px);
    height: 22px;
    border-radius: 14px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    margin: 0 -6px;
}

.progressbar .percent {
    width: 75%;
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    color: #ffffff;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.progressbar .percent:before {
    width: 200%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #29c2e7, #0db4dd, #29c2e7, #0db4dd, #29c2e7);
    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 .btn-grp .btn-green {
    border-color: #5bcbc1;
}

.after-login .drop-down .btn-grp .btn-blue {
    border-color: #01bdd1;
}

.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(59, 119, 113, 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-color: #34ada2;
    border-bottom: solid 1px #ffffff;
    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(255, 255, 255, 0.3);
    border: solid 1px rgba(255, 255, 255, 0.75);
    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-color: #34ada2;
    border: solid 1px #17938c;
}

.affix .main-menu:before,
.affix .main-menu:after {
    opacity: 0;
}

.main-menu:after {
    opacity: 0.4;
    border: none;
    background-position: top center;
    background-image: url(../img/bg/main-bg.jpg);
    background-repeat: no-repeat;
}

.main-menu ul {
    border-left: solid 1px rgba(105, 236, 224, 0.5);
    border-right: solid 1px rgba(19, 92, 85, 0.5);
}

.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: #8cfff4;
    font-size: 18px;
    margin-right: 5px;
}

.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: #ffe761;
}

.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.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
    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: 410px;
    margin: -45px 0 0;
    padding: 45px 0 0;
}

.banner-section:before {
    width: 100%;
    height: 110%;
    left: 0;
    top: 0;
    border-radius: 120px 120px 0 0;
    background-image: linear-gradient(rgba(195, 224, 228, 1.0), rgba(195, 224, 228, 1.0), rgba(195, 224, 228, 0));
    box-shadow: 0 -2px 5px rgba(51, 119, 113, 0.5);
}

.banner-section:after {
    width: 100%;
    height: 12%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1.0));
    left: 0;
    bottom: -11%;
}

.banner-title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 25px;
    padding: 0 0 10px;
    z-index: 8;
}

.banner-title:after {
    width: 50%;
    max-width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: linear-gradient(to right, #81d8d0, #02c9b7);
    border-radius: 2px;
}

/* Mobile Support */

.mobile-support {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 8;
}

.mobile-support .icon-panel {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-image: linear-gradient(#ff826e, #d54a34);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.75);
    margin: 0 7px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 20px;
}

/* Banner Carousel */

.banner-carousel {
    position: relative;
    z-index: 9;
}

.banner-carousel .carousel-inner {
    overflow: visible;
}

.banner-carousel h1 {
    font-size: 48px;
    margin: 0;
    position: relative;
    text-shadow: 0 1px 0 #ffffff;
    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: #cccccc;
    border: solid 2px rgba(255, 255, 255, 0.75);
    transition: 0.3s;
    opacity: 1;
}

.carousel-indicators li:hover {
    background-color: #333333;
}

.carousel-indicators li.active {
    background-color: #222222;
}

/* 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;
}

.banner-background img {
    position: absolute;
    bottom: 0;
}

.banner-background .dealer-left {
    width: 10.84%;
    left: -1.5%;
    animation: bannerLeftChar 12s ease infinite;
}

@keyframes bannerLeftChar {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    5% {
        opacity: 0;
        transform: translateX(25%);
    }
    15% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .chip-02 {
    width: 19.36%;
    left: -10%;
    bottom: auto;
    top: 19%;
    animation: chip02Anim 12s ease infinite;
}

@keyframes chip02Anim {
    0% {
        opacity: 0;
        transform: translate(100%, 100%);
    }
    16% {
        opacity: 0;
        transform: translate(100%, 100%);
    }
    24% {
        opacity: 1;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .chip-02 .d-img {
    animation: chip02ImgAnim 10s linear infinite;
}

@keyframes chip02ImgAnim {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.banner-background .dealer-right {
    width: 10.49%;
    left: 18%;
    animation: bannerRightChar 12s ease infinite;
}

@keyframes bannerRightChar {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    5% {
        opacity: 0;
        transform: translateX(-25%);
    }
    15% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .chip-03 {
    width: 26.67%;
    right: -24%;
    top: 14%;
    bottom: auto;
    animation: chip03Anim 12s ease infinite;
}

@keyframes chip03Anim {
    0% {
        opacity: 0;
        transform: translate(-100%, 100%);
    }
    16% {
        opacity: 0;
        transform: translate(-100%, 100%);
    }
    24% {
        opacity: 1;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .chip-03 .d-img {
    animation: chip03ImgAnim 8s linear infinite;
}

@keyframes chip03ImgAnim {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.banner-background .casino-table {
    width: 27.97%;
    left: 6%;
    animation: casinoTableAnim 12s ease infinite;
}

@keyframes casinoTableAnim {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    12% {
        opacity: 0;
        transform: translateY(25%);
    }
    18% {
        opacity: 1;
        transform: translateY(-5%);
    }
    28% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .table-glow {
    width: 62.76%;
    right: -10%;
    bottom: auto;
    top: 3%;
    animation: glowAnim 1s ease infinite;
}

.banner-background .roulette {
    width: 17.48%;
    left: -2%;
    bottom: -8%;
    animation: rouletteAnim 12s ease infinite;
}

@keyframes rouletteAnim {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    10% {
        opacity: 0;
        transform: translateY(25%);
    }
    16% {
        opacity: 1;
        transform: translateY(-5%);
    }
    26% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .roulette .d-img {
    animation: rouletteImgAnim 8s ease infinite;
}

@keyframes rouletteImgAnim {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.banner-background .rose {
    width: 19.3%;
    left: 6.75%;
    animation: bannerFrontChar 12s ease infinite;
}

@keyframes bannerFrontChar {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .rose .shine {
    width: 28.99%;
    left: 0;
    right: 44%;
    top: 45%;
    margin: 0 auto;
    animation: glowAnim 0.5s ease infinite;
}

@keyframes glowAnim {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1.0;
    }
}

.banner-background .chip-01 {
    width: 4.89%;
    left: -9.5%;
    bottom: 10%;
    animation: chip01Anim 12s ease infinite;
}

@keyframes chip01Anim {
    0% {
        opacity: 0;
        transform: translate(100%, -100%);
    }
    16% {
        opacity: 0;
        transform: translate(100%, -100%);
    }
    24% {
        opacity: 1;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .chip-01 .d-img {
    animation: chip01ImgAnim 10s linear infinite;
}

@keyframes chip01ImgAnim {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* slot  */

.banner-background .coins-left {
    width: 163.87%;
    right: -10%;
    bottom: 29%;
    transform-origin: bottom right;
    animation: bannerCoinsAnim 12s ease infinite;
}

@keyframes bannerCoinsAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    16% {
        opacity: 0;
        transform: scale(0.5);
    }
    22% {
        opacity: 1;
        transform: scale(1.1);
    }
    30% {
        opacity: 1;
        transform: scale(1.0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-background .slot-left {
    width: 12.59%;
    right: 17.25%;
    bottom: 22%;
    animation: bannerLeftChar 12s ease infinite;
}

.banner-background .slot-left .d-img {
    z-index: 1;
}

.banner-background .coins-right {
    width: 145.93%;
    left: -14.5%;
    top: -22%;
    bottom: auto;
    transform-origin: bottom left;
    animation: bannerCoinsAnim 12s ease infinite;
}

.banner-background .slot-right {
    width: 13.85%;
    right: -2.6%;
    animation: bannerRightChar 12s ease infinite;
}

.banner-background .slot-right .d-img {
    z-index: 1;
}

.banner-background .wheel {
    width: 13.99%;
    right: 20.25%;
    bottom: -19%;
    z-index: 4;
    transform-origin: bottom right;
    animation: wheelAnim 12s ease infinite;
}

@keyframes wheelAnim {
    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-background .wheel .d-img {
    animation: wheelImgAnim 2s ease infinite;
}

@keyframes wheelImgAnim {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(30deg);
    }
    40% {
        transform: rotate(-15deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.banner-background .slot-center {
    width: 20.98%;
    right: 4.25%;
    bottom: 3%;
    z-index: 3;
    animation: bannerFrontChar 12s ease infinite;
}

.banner-background .gem {
    width: 5.25%;
    right: -8%;
    bottom: 10%;
    animation: gemAnim 12s ease infinite;
}

@keyframes gemAnim {
    0% {
        opacity: 0;
        transform: translate(-100%, -100%);
    }
    16% {
        opacity: 0;
        transform: translate(-100%, -100%);
    }
    24% {
        opacity: 1;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .gem .d-img {
    animation: gemImgAnim 10s linear infinite;
}

@keyframes gemImgAnim {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Circle Background */

.circle-bg {
    width: 41.96%;
    min-width: 600px;
    height: 164.39%;
    position: absolute;
    left: 0;
    right: 0;
    top: 48.75%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.circle-bg .circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(51, 119, 113, 0.1);
}

.circle-bg .c-01 {
    animation: bgCircleC01 1.5s ease infinite;
}

@keyframes bgCircleC01 {
    0% {
        background-color: rgba(255, 255, 255, 0.1);
    }
    20% {
        background-color: rgba(255, 255, 255, 0.1);
    }
    35% {
        background-color: rgba(255, 255, 255, 0.5);
    }
    50% {
        background-color: rgba(255, 255, 255, 0.1);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.circle-bg .c-02 {
    width: 66.67%;
    height: 66.67%;
    animation: bgCircleC02 1.5s ease infinite;
}

@keyframes bgCircleC02 {
    0% {
        background-color: rgba(255, 255, 255, 0.1);
    }
    10% {
        background-color: rgba(255, 255, 255, 0.1);
    }
    25% {
        background-color: rgba(255, 255, 255, 0.5);
    }
    40% {
        background-color: rgba(255, 255, 255, 0.1);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

.circle-bg .c-03 {
    width: 33.34%;
    height: 33.34%;
    animation: bgCircleC03 1.5s ease infinite;
}

@keyframes bgCircleC03 {
    0% {
        background-color: rgba(255, 255, 255, 0.1);
    }
    15% {
        background-color: rgba(255, 255, 255, 0.5);
    }
    30% {
        background-color: rgba(255, 255, 255, 0.1);
    }
    100% {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

/* Banner Mask */

.banner-mask {
    width: 130%;
    height: 30%;
    position: absolute;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
    z-index: 5;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 1.0));
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0 5%, rgba(0, 0, 0, 1.0) 10% 95%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0 5%, rgba(0, 0, 0, 1.0) 10% 95%, rgba(0, 0, 0, 0) 100%);
}

/* Category Section */

.category-section {
    width: 100%;
    margin: -35px 0 0;
}

.category-btn {
    width: calc(33.33% - 5px);
    height: 128px;
    border: none;
    background-color: transparent;
    -webkit-perspective: 900px;
    perspective: 900px;
    position: relative;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
}

.category-btn:nth-child(2) {
    height: 84px;
    margin: 0 auto;
}

.category-btn .bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 25px;
    box-shadow: 0 7px 0 rgba(0, 161, 146, 0.3);
    border: solid 1px #84d3cc;
    background-image: linear-gradient(#b5faf4, #81d8d0);
    overflow: hidden;
}

.category-btn:first-child .bg,
.category-btn:last-child .bg {
    width: 165%;
}

.category-btn:nth-child(2) .bg {
    border-radius: 15px;
    box-shadow: 0 4px 0 rgba(0, 161, 146, 0.3);
}

.category-btn:first-child .bg {
    transform-style: preserve-3d;
    transform-origin: center left;
    -webkit-transform: rotateY(40deg);
    transform: rotateY(40deg);
}

.category-btn:last-child .bg {
    left: auto;
    right: 0;
    transform: rotateY(-40deg);
    transform-origin: center right;
}

.category-btn .bg:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom right, #43e6d6, #21a397);
    opacity: 0;
}

.category-btn:last-child .bg:before {
    background-image: linear-gradient(to bottom left, #43e6d6, #21a397);
}

.category-btn:hover .bg,
.category-btn.active .bg {
    border-color: #1a9b8f;
    box-shadow: 0 7px 0 rgba(0, 161, 146, 0.5);
}

.category-btn:nth-child(2):hover .bg,
.category-btn:nth-child(2).active .bg {
    box-shadow: 0 4px 0 rgba(0, 161, 146, 0.5);
}

.category-btn:hover .bg:before,
.category-btn.active .bg:before {
    opacity: 1;
}

.category-btn .icon-panel {
    margin-right: 20px;
}

.category-btn .icon-panel img {
    max-height: 80px;
}

.category-btn:nth-child(2) .icon-panel img {
    max-height: 68px;
}

.category-btn .text-panel .kr-text,
.category-btn .text-panel .en-text {
    width: 100%;
    display: inline-block;
    transition: 0.3s;
}

.category-btn .text-panel .kr-text {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
}

.category-btn:hover .text-panel .kr-text,
.category-btn.active .text-panel .kr-text {
    color: #ffffff;
    font-size: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.category-btn .text-panel .en-text {
    font-weight: 300;
    letter-spacing: 1px;
}

.category-btn:hover .text-panel .en-text,
.category-btn.active .text-panel .en-text {
    color: #b0fff8;
}

.category-btn .arrow-icon {
    font-size: 40px;
    display: inline-block;
    position: absolute;
    right: 30px;
    color: #81fff4;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    opacity: 0;
    transform: translateY(-10%);
}

.category-btn:hover .arrow-icon,
.category-btn.active .arrow-icon {
    transform: translateY(0);
    opacity: 1;
}

/* 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 40px;
    transition: 0.3s;
    animation: scBtn 1s ease 1 forwards;
}

@keyframes scBtn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sc-btn:after {
    width: 100%;
    height: 15%;
    left: 0;
    right: 0;
    bottom: -15%;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    animation: scBtnShadow 1s ease 1 forwards;
}

@keyframes scBtnShadow {
    0% {
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.sc-btn .g-logo {
    width: 92px;
    height: 92px;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 2;
    background-image: url(../img/bg/sc-corner.png);
    background-size: 100% 100%;
}

.sc-btn .g-logo .g-circle {
    width: 77.78%;
    height: 77.78%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 0.3s;
}

.sc-btn .g-logo .g-circle:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    box-shadow: inset 1px 1px 0 #81d8d0;
}

@keyframes rotatingAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sc-btn .g-logo .g-circle img {
    opacity: 0;
    animation: scZoomIn 0.5s ease 0.3s 1 forwards;
}

/* g panel */

.sc-btn .g-panel {
    background-color: #2290b8;
    border-radius: 0 15px 15px 15px;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.sc-btn .g-panel:before,
.sc-btn .g-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.sc-btn .g-panel:before {
    background-image: url(../img/bg/casino-bg.png);
    background-size: contain;
    opacity: 0.25;
    transform-origin: top center;
}

.sc-btn .g-panel:after {
    background-image: linear-gradient(rgba(129, 249, 241, 0), rgba(129, 249, 241, 1.0));
}

.sc-btn .g-img {
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: scBtnChar 1s ease 1 forwards;
}

@keyframes scBtnChar {
    0% {
        opacity: 0;
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* g deco */

.sc-btn .g-deco {
    width: 100%;
    height: 100%;
    position: absolute;
}

.sc-btn .g-deco img {
    position: absolute;
    transition: 0.5s;
}

.sc-btn .g-deco .g-card {
    width: 32.83%;
    left: 19%;
    bottom: 26.75%;
    transform-origin: bottom left;
}

.sc-btn .g-deco .g-chip {
    width: 102.24%;
    right: -2.5%;
    top: 31%;
}

.sc-btn .g-deco .g-chip-o {
    width: 23.45%;
    left: 7.75%;
    bottom: 22%;
    z-index: 4;
}

/* g footer */

.sc-btn .g-footer {
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 0 0 0 2%;
    z-index: 3;
}

.sc-btn .g-footer:before,
.sc-btn .g-footer:after {
    width: 150%;
    height: 150%;
    top: -52%;
    right: -37%;
    background-color: #ffffff;
    border-radius: 50%;
    transform-origin: top right;
    transform: rotate(-7deg);
    animation: scFooterAnim 0.5s ease 1 forwards;
}

@keyframes scFooterAnim {
    0% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(-7deg);
    }
}

.sc-btn .g-footer:before {
    box-shadow: 0 0 20px rgba(79, 255, 239, 0.75);
}

.sc-btn .g-footer:after {
    background-color: transparent;
    background-image: linear-gradient(173deg, rgba(79, 255, 239, 0.5) 0 5%, rgba(79, 255, 239, 0) 30%, rgba(79, 255, 239, 0) 100%);
}

.sc-btn .g-footer .kr-text,
.sc-btn .g-footer .en-text {
    width: 100%;
    display: inline-block;
    transition: 0.3s;
    opacity: 0;
    animation: scZoomIn 0.5s ease 0.3s 1 forwards;
}

@keyframes scZoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

.sc-btn .g-footer .kr-text {
    color: #107f75;
    font-size: 18px;
    font-weight: 700;
}

.sc-btn .g-footer .en-text {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
}

.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 3px rgba(0, 0, 0, 0.75);
    opacity: 0;
    transform: scale(0.5);
}

/* Slot Btn */

.slot-btn .g-logo .g-circle:before {
    box-shadow: inset 1px 1px 0 #f6c52d;
}

.slot-btn .g-panel {
    background-color: #ff861a;
}

.slot-btn .g-panel:before {
    background-image: url(../img/bg/slot-bg.png);
}

.slot-btn .g-panel:after {
    background-image: linear-gradient(rgba(254, 245, 91, 0), rgba(254, 245, 91, 1.0));
}

.slot-btn .g-footer:before {
    box-shadow: 0 0 20px rgba(254, 245, 91, 0.75);
}

.slot-btn .g-footer:after {
    background-color: transparent;
    background-image: linear-gradient(173deg, rgba(255, 222, 52, 0.5) 0 5%, rgba(255, 222, 52, 0) 30%, rgba(255, 222, 52, 0) 100%);
}

.slot-btn .g-footer .kr-text {
    color: #a55200;
}

.slot-btn .g-deco .g-chip {
    width: 97.69%;
    right: -0.5%;
    top: 34%;
}

.slot-btn .g-deco .g-chip-o {
    width: 22.22%;
    left: 11%;
    bottom: 22.5%;
}

/* Sports Btn */

.sports-providers .sc-btn {
    width: 100%;
    max-width: 640px;
}

.sports-providers .sc-btn .g-panel {
    background-color: #16813b;
}

.sports-providers .sc-btn:hover .g-panel {
    background-color: #3ddf75;
}

.sports-providers .sc-btn .g-panel:before {
    background-image: url(../img/bg/sports-bg.png);
    mix-blend-mode: screen;
    opacity: 1.0;
}

.sports-providers .sc-btn .g-panel:after {
    background-image: linear-gradient(rgba(113, 201, 101, 0), rgba(151, 255, 137, 1.0));
}

.sports-providers .sc-btn .g-footer {
    height: 80px;
}

.sports-providers .sc-btn .g-footer:before {
    box-shadow: 0 0 20px rgba(219, 255, 79, 0.75);
}

.sports-providers .sc-btn:hover .g-footer:before {
    background-color: #d5fbda;
}

.sports-providers .sc-btn .g-footer:after {
    background-color: transparent;
    background-image: linear-gradient(173deg, rgba(55, 255, 37, 0.5) 0 5%, rgba(55, 255, 37, 0) 30%, rgba(55, 255, 37, 0) 100%);
}

.sports-providers .sc-btn .g-footer .kr-text,
.sports-providers .sc-btn .g-footer .en-text {
    text-align: right;
    padding-right: 20px;
}

.sports-providers .sc-btn .g-footer .kr-text {
    color: #077f26;
}

.sports-providers .sc-btn:hover .g-footer .kr-text {
    color: #077f26;
}

.sports-providers .sc-btn .g-logo .g-circle:before {
    box-shadow: inset 1px 1px 0 #23a650;
}

.sports-providers .sc-btn:hover .g-logo .g-circle {
    background-color: #d5fbda;
}

.sports-providers .sc-btn .play-btn {
    width: 160px;
    height: 50px;
    border-radius: 25px;
}

/* sc hover */

@media(min-width: 1025px) {
    .sc-btn:hover {
        transform: translateY(-5%);
    }
    .sc-btn:hover:after {
        width: 96%;
        height: 10%;
        transform: translateY(30%);
        filter: blur(2px);
    }
    .sc-btn:hover .g-logo .g-circle {
        transform: translate(-10%, -10%);
        background-color: #d5f9fb;
    }
    .sc-btn:hover .g-logo .g-circle:before {
        animation: rotatingAnim 1s linear infinite;
    }
    .sc-btn:hover .g-panel {
        background-color: #81d8d0;
    }
    .sc-btn:hover .g-panel:before {
        opacity: 0.5;
        transform: scale(1.1);
    }
    .sc-btn:hover .g-panel:after {
        height: 175%;
    }
    .sc-btn:hover .g-deco .g-card {
        transform: rotate(-15deg);
    }
    .sc-btn:hover .g-deco .g-chip {
        transition-delay: 0.1s;
        transform: scale(1.1) rotate(5deg);
    }
    .sc-btn:hover .g-deco .g-chip-o {
        transition-delay: 0.1s;
        transform: translate(-25%, 15%) rotate(-5deg);
    }
    .sc-btn:hover .g-footer:before {
        background-color: #e4fdff;
    }
    .sc-btn:hover .g-footer .kr-text {
        color: #0b9488;
    }
    .sc-btn:hover .g-footer .en-text {
        color: #000000;
    }
    .sc-btn:hover .play-btn {
        opacity: 1.0;
        transform: scale(1.0);
    }
    .slot-btn:hover .g-logo .g-circle {
        background-color: #fcf8d0;
    }
    .slot-btn:hover .g-panel {
        background-color: #ffc626;
    }
    .slot-btn:hover .g-footer:before {
        background-color: #fcfadd;
    }
    .slot-btn:hover .g-footer .kr-text {
        color: #a57800;
    }
}

/* Board Section */

.board-section {
    width: 100%;
    z-index: 2;
    margin: 20px 0 0;
    padding: 0 0 50px;
}

.board-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 0 120px 120px;
    background-image: linear-gradient(rgba(195, 224, 228, 0), rgba(195, 224, 228, 1.0), rgba(195, 224, 228, 1.0));
    box-shadow: 0 2px 5px rgba(51, 119, 113, 0.5);
}

.board-section:after {
    width: 100%;
    height: 12%;
    background-image: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0));
    left: 0;
    top: -1%;
}

.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;
    border-radius: 10px;
    background-color: #daf3f4;
    box-shadow: 0 2px 3px rgba(51, 119, 113, 0.5);
    padding: 4px;
    margin: 0 0 10px;
}

.board-panel .header .title-panel .icon-panel {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-image: linear-gradient(#46c8bb, #229389);
    color: #a2fff7;
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border: solid 2px #e6feff;
    margin-right: 10px;
}

.board-panel .header .title-panel .title {
    font-size: 16px;
}

.board-panel .header .more-link {
    color: #5f868a;
    font-size: 12px;
    margin-right: 11px;
}

.board-panel .header .more-link:hover {
    color: #000000;
}

.board-panel .header .more-link i {
    font-size: 16px;
    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: #231f20;
    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(255, 255, 255, 0.5);
}

.board-panel table td a {
    color: #231f20;
}

.board-panel table td a:hover {
    color: #00799b;
    text-decoration: underline;
}

.board-panel table .date-td {
    color: #777777;
}

.new-icon {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
    background-color: #ff826e;
    background-image: linear-gradient(#ff826e, #d54a34);
    color: #ffffff;
    font-size: 10px;
    font-family: GmarketSansBold;
    text-align: center;
    padding: 2px 0 0;
    position: relative;
    top: -2px;
    box-shadow: 0 0 0 2px rgba(255, 183, 172, 0.5);
}

/* Realtime Board */

.realtime-board {
    width: calc(42% - 70px);
    margin: 0 40px 0 30px;
    position: relative;
}

.realtime-board .header {
    width: 100%;
    height: 60px;
    padding: 0 10px;
}

.realtime-board .header:before,
.realtime-board .header:after {
    width: 100%;
    height: 150px;
    left: 0;
    top: 0;
    border-radius: 25px;
    background-color: #a6e7e1;
    border: solid 1px #19d7cc;
}

.realtime-board .header:after {
    opacity: 0.4;
    border: none;
    background-size: 560px;
    background-image: url(../img/bg/main-bg.jpg);
}

.realtime-board .realtime-badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: solid 1px #68dcd1;
    background-image: linear-gradient(#46c8bb, #229389);
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    margin: 0 auto;
    z-index: 3;
}

.realtime-toggle {
    width: 100%;
}

.realtime-toggle button {
    width: 50%;
    background-color: transparent;
    border: none;
    color: #053d51;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.realtime-toggle button:after {
    width: 50%;
    max-width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: #00e9ff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
    transition: 0.3s;
}

.realtime-toggle button.active:after {
    max-width: 20px;
}

.realtime-toggle button:hover,
.realtime-toggle button.active {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 10px #0dffe9;
}

.realtime-board .content {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 10px 15px;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 2px 3px rgba(59, 119, 113, 0.25);
    position: relative;
    z-index: 2;
}

.realtime-board .realtime-panel {
    overflow: hidden;
    display: none;
    opacity: 0;
    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: 400px;
    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: solid 1px rgba(0, 0, 0, 0.06);
}

.realtime-ticker ul li:hover div {
    background-color: rgba(0, 0, 0, 0.03);
}

.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: 16px;
    padding-right: 15px;
    font-weight: 700;
    justify-content: flex-end;
}

.realtime-ticker ul li div.date {
    width: 29%;
    color: #777777;
    justify-content: flex-end;
    padding-right: 8px;
}

.wd-tag {
    width: 30px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    background-color: #ff826e;
    background-image: linear-gradient(#ff826e, #d54a34);
    box-shadow: 0 0 0 2px rgba(255, 183, 172, 0.5);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    padding: 0 0 1px;
}

.wd-tag.deposit {
    background-color: #ffbc26;
    background-image: linear-gradient(#ffbc26, #d47702);
    box-shadow: 0 0 0 2px rgba(255, 212, 117, 0.5);
}

/* Customer Board */

.customer-board {
    width: 28%;
    margin: 10px 0 0;
    padding: 0 0 0 40px;
}

.customer-board:before {
    width: 1px;
    height: 94%;
    border-left: dashed 1px #7eb0c2;
    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 .icon-img {
    position: absolute;
    left: 10px;
    bottom: 0;
}

.customer-board .cs-panel {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px rgba(59, 119, 113, 0.25);
    border-radius: 15px;
    margin: 0 0 10px;
}

.customer-board .cs-panel .icon-panel {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-image: linear-gradient(#25c0cf, #1c8eb9);
    color: #d5fbff;
    font-size: 30px;
    box-shadow: 0 0 0 3px rgba(36, 190, 206, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 0 20px 0 0;
}

.customer-board .cs-panel .info {
    color: #075a78;
    font-size: 22px;
    font-weight: 700;
}

.quick-consult {
    margin: 15px 0 0;
}

.quick-consult .title {
    width: 100%;
    color: #18645d;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    background-image: linear-gradient(to right, rgba(107, 200, 203, 0), rgba(107, 200, 203, 0.3), rgba(107, 200, 203, 0));
}

.quick-consult .accounts i {
    color: #49a7a3;
    font-size: 48px;
    margin: 0 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#67e5e0, #09968f);
    background-size: 100% 100%;
}

.quick-consult .accounts .ri-wechat-fill {
    font-size: 54px;
}

/* Footer Section */

.footer-section {
    width: 100%;
    background-color: #81d8d0;
    height: 130px;
}

.footer-section:before {
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
    background-color: #81d8d0;
}

.footer-section .logo {
    width: 280px;
    margin: 0;
    top: 0;
}

.footer-section .logo .logo-img {
    opacity: 1;
}

.footer-section .logo .shadow-img {
    width: 100%;
    left: 0;
    bottom: -98%;
    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: #4f8681;
    font-size: 12px;
    font-weight: 300;
    margin: 15px 0 0;
}

/* Scroll To Top */

.scroll-top {
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 10;
    color: #555555;
    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: #000000;
    background-color: #ffffff;
    box-shadow: 0 2px 3px rgba(59, 119, 113, 1.0);
}

.scroll-top i {
    color: #18645d;
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    margin: 0 auto;
    transition: 0.3s;
}

.scroll-top:hover i {
    color: #22ab9e;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    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.75;
}

.modal {
    padding: 0 !important;
    overflow-y: auto;
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal *::-webkit-scrollbar {
    width: 5px;
    background: #c7e0e3;
    border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
    background-color: #0d9d99;
    background-image: none;
    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: #1fa498;
    border-radius: 30px;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 20px;
    overflow: hidden;
    border: solid 1px #81d8d0;
    box-shadow: 0 2px 10px rgba(59, 119, 113, 1.0);
}

.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;
}

.modal-sidebar .header {
    width: 100%;
    height: 60px;
    margin: 0 0 30px;
    background-color: #5ebeb5;
    border-radius: 15px;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.modal-sidebar .header .icon {
    position: relative;
    margin-right: 10px;
    margin-left: -10px;
}

.modal-sidebar .header .heart-icon {
    top: -5px;
}

.modal-menu {
    width: calc(100% + 15px);
    margin-right: -15px;
}

.modal-menu a {
    width: 100%;
    height: 50px;
    border-radius: 25px 0 0 25px;
    color: #ffffff;
    padding: 0 0 0 20px;
}

.modal-menu a:before,
.modal-menu a:after {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 0;
    opacity: 0;
}

.modal-menu a:before {
    top: -25px;
    box-shadow: 10px 10px 0 #ffffff;
}

.modal-menu a:after {
    bottom: -25px;
    box-shadow: 10px -10px 0 #ffffff;
}

.modal-menu a.active:before,
.modal-menu a.active:after {
    opacity: 1.0;
}

.modal-menu a.active {
    color: #107f75;
    background-color: #ffffff;
}

.modal-menu a .icon-panel {
    color: #81fff4;
    font-size: 20px;
    margin-right: 10px;
}

.modal-menu a:hover .icon-panel {
    color: #fff64c;
    animation: shakeAnim 1s ease 1;
}

.modal-menu a.active .icon-panel {
    color: #107f75;
    animation: none;
}

/* Modal Panel */

.modal-panel {
    width: calc(100% - 280px);
    background-color: #ffffff;
    border-radius: 40px;
    padding: 20px 20px;
    overflow: hidden;
}

/* Modal Header */

.modal-header {
    width: 100%;
    border: none;
    margin: 0 0 10px;
    padding: 0;
}

.modal-header .title-panel {
    color: #0a7066;
    font-size: 26px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.modal-header .title-panel i {
    color: #0a7066;
    font-size: 38px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.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: #ffffff;
    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: #229389;
    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%;
    left: 0;
    top: 0;
    border-radius: 30px 30px 0 0;
    background-image: linear-gradient(#ceedf2, #ffffff, #ffffff);
}

/* Modal Badge */

.modal-badge {
    width: 100%;
    min-height: 60px;
    padding: 5px 15px;
    background-image: linear-gradient(#25c0cf, #1c8eb9);
    color: #d5fbff;
    box-shadow: 0 0 0 3px rgba(36, 190, 206, 0.25);
    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;
    background-color: #fffac9;
    color: #8b580c;
}

.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: #107f75;
    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: #000000;
    background-color: #ffffff!important;
    border: solid 1px #c0d9dc;
    transition: 0.3s;
    padding: 0 15px;
    border-radius: 10px;
}

.form-container .w-icon input {
    padding: 0 0 0 65px;
}

.form-container .form-group input::-webkit-input-placeholder {
    color: #a1bfc3;
}

.form-container .form-group input::placeholder {
    color: #a1bfc3;
}

.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 #c4dfe7;
    z-index: 2;
}

.form-container .form-group .select-input {
    width: 100%;
    height: 48px;
    float: left;
    background-color: #ffffff;
    border: solid 1px #c7e0e3;
    border-radius: 10px;
    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: #a1bfc3;
    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: #000000;
    font-size: 28px;
    position: absolute;
    right: 10px;
    top: 2px;
    pointer-events: none;
}

.form-container .form-group textarea {
    width: 100%;
    height: 200px;
    float: left;
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #c7e0e3;
    transition: 0.3s;
    padding: 20px 18px;
    border-radius: 10px;
    resize: none;
}

.form-container .form-group textarea::-webkit-input-placeholder {
    color: #a1bfc3;
}

.form-container .form-group textarea::placeholder {
    color: #a1bfc3;
}

.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: 5px;
    margin: 0 2px;
    background-color: #d4ecee;
    border: none;
    color: #056b62;
    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: #d54a34;
}

.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 3px;
}

.bs-table.one-th {
    border-spacing: 0 2px;
}

.bs-table thead th {
    height: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    background-color: #0d9d99;
}

.bs-table thead th:first-child {
    border-radius: 8px 0 0 8px;
}

.bs-table thead th:last-child {
    border-radius: 0 8px 8px 0;
}

.one-th thead th {
    border-radius: 8px !important;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 54px;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    color: #231f20;
    border-top: solid 1px #c0d9dc;
    border-bottom: solid 1px #c0d9dc;
    background-color: #f3fffe;
}

.bs-table tr td:first-child {
    border-left: solid 1px #c0d9dc;
    border-radius: 8px 0 0 8px;
}

.bs-table tr td:last-child {
    border-right: solid 1px #c0d9dc;
    border-radius: 0 8px 8px 0;
}

.bs-table tr:hover td,
.bs-table tr.active td {
    background-color: #e6fffe;
    border-color: #9dd4da;
}

.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: #231f20;
}

.bs-table tr td a:hover,
.bs-table tr.active td a {
    color: #00799b;
    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(#25c0cf, #1c8eb9);
    color: #d5fbff;
    font-size: 12px;
    box-shadow: 0 0 0 3px rgba(36, 190, 206, 0.25);
    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: 40px;
}

.bs-table tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: #4cabda;
    font-size: 18px;
    transition: 0.3s;
    padding: 1px 0 0;
}

.bs-table tr td .delete-btn:hover {
    color: #0773a8;
}

.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: #d54a34;
    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: #ff6249;
}

.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 */

table.with-depth {
    border-spacing: 0 2px;
}

.with-depth .message-content {
    display: none;
    height: 200px;
    margin: 2px 0 5px;
}

.with-depth tr.depth-click {
    cursor: pointer;
}

.with-depth tr.dropdown {
    background-color: transparent;
}

.with-depth tr.dropdown td {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
}

.with-depth tr.dropdown td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td {
    background-color: transparent;
    border: none;
}

/* Message Content */

.message-content {
    width: 100%;
    height: 400px;
    background-color: #ffffff;
    border: solid 1px #c7e0e3;
    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: #d4ecee;
    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: #056b62;
}

.pagination .turn-pg a {
    color: #333333;
    margin: 0 13px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: none;
    font-size: 18px;
}

.pagination li a:hover {
    color: #ffffff;
    background-color: #37a5af;
}

.pagination .turn-pg a:hover {
    color: #46c8bb;
    background-color: transparent;
}

.pagination li a.active {
    color: #c6fffa;
    background-color: #46c8bb;
    background-image: linear-gradient(#46c8bb, #229389);
    border: solid 1px #7aeae0;
}

/* Modal Nav */

.modal-nav {
    width: 100%;
    border-bottom: solid 3px #acced4;
    margin: 0 0 15px;
    flex-wrap: nowrap;
}

.modal-nav button {
    width: 100%;
    height: 50px;
    max-width: 160px;
    background-color: transparent;
    border: none;
    position: relative;
    color: #229389;
}

.modal-nav button:hover,
.modal-nav button.active {
    color: #1398c9;
}

.modal-nav button .icon-panel {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 16px;
}

.modal-nav button:hover .icon-panel {
    color: #007ead;
    animation: shakeAnim 1s ease 1;
}

.modal-nav button.active .icon-panel {
    background-image: linear-gradient(#25c0cf, #1c8eb9);
    box-shadow: 0 0 0 2px rgba(36, 190, 206, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    color: #d5fbff;
    font-size: 14px;
    animation: none;
    margin-right: 7px;
}

.modal-nav button:after {
    content: '';
    width: 0;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: 0 auto;
    position: absolute;
    transition: 0.3s;
    border-radius: 2px;
    background-image: linear-gradient(to right, rgba(19, 152, 201, 0.5), rgba(19, 152, 201, 1.0));
}

.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: #000000;
    background-color: #ffffff;
    border: solid 1px #c0d9dc;
    border-radius: 10px;
}

.level-information .bs-ul li .labels {
    color: rgba(0, 0, 0, 1.0);
    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;
    background-color: #ffffff;
    border: solid 1px #c0d9dc;
    margin-right: auto;
    border-radius: 10px;
}

.level-information .point-form input::-webkit-input-placeholder {
    color: #a1bfc3;
}

.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;
}

.gamelist-container {
    width: 100%;
}

.gamelist-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(16.66% - 16px);
    margin: 0 8px 16px;
    box-shadow: 0 2px 3px rgba(59, 119, 113, 0.5);
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    border: solid 3px #ffffff;
}

.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: #002f2a;
    background-color: #c3e0e4;
    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(0, 73, 66, 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: #00463f;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-btn .loading img {
    width: 80%;
}

/* Attendance Modal */

.attendance-info {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #25c0cf;
    background-image: linear-gradient(#25c0cf, #1c8eb9);
    box-shadow: 0 0 0 3px rgba(36, 190, 206, 0.25);
    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: #d5fbff;
    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(255, 255, 255, 0), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.attendance-nav .title-panel {
    color: rgba(0, 0, 0, 0.5);
    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: #0a7066;
}

.attendance-nav .nav-btn:hover {
    color: #89ff2a;
}

/* 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: #0d9d99;
}

.attendance-calendar th.active {
    background-color: #097e7b;
}

.attendance-calendar td {
    width: 14.28%;
    height: 120px;
    text-align: center;
    background-color: #e1ebed;
    border: none;
    position: relative;
    /*cursor: pointer;*/
    transition: 0.3s;
}

.attendance-calendar td:hover {
    background-color: #cfdcdf;
}

.attendance-calendar td.active {
    background-color: rgba(41, 57, 76, 1.0);
}

.attendance-calendar td.empty {
    pointer-events: none;
    background-color: #cfdcdf;
}

.attendance-calendar td.today {
    background-color: #cde7ed;
    border: solid 1px #72b1c0;
}

.attendance-calendar td .date {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #000000;
    font-size: 12px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.attendance-calendar td.today .date {
    font-size: 18px;
}

.attendance-calendar td.empty .date {
    color: rgba(0, 0, 0, 0.5);
}

.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: rgba(0, 0, 0, 1);
}

.attendance-calendar td .info i {
    color: #0080ab;
}

#chat-widget-container {
    display: none;
}

.pagination li.active a {
    color: #ffffff;
    background-color: #37a5af;
}

.modal-popup-list {
    border: 3px solid #46a89c;
    padding: 10px;
    background: #81d7d0;
    width: 380px;
}

.noticePopup .modal-popup-list .modal-header {
    padding: 20px 50px 5px;
}

.noticePopup .modal-popup-list .modal-content .modal-close-btn {
    right: 0px;
    top: -70px;
}

.noticePopup .modal-popup-list .modal-content .modal-b {
    padding: 15px;
    color: #fff;
    height: 500px;
    overflow-y: auto;
}

.noticePopup .modal-popup-list .modal-content .modal-b .modal-b-title {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 500;
}