@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

@font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GongGothicBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: "Clarendon BT W04 Black";
    src: url("https://db.onlinewebfonts.com/t/66ef7c4d1cb8beff5bc5640e330c5951.eot");
    src: url("https://db.onlinewebfonts.com/t/66ef7c4d1cb8beff5bc5640e330c5951.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/66ef7c4d1cb8beff5bc5640e330c5951.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/66ef7c4d1cb8beff5bc5640e330c5951.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/66ef7c4d1cb8beff5bc5640e330c5951.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/66ef7c4d1cb8beff5bc5640e330c5951.svg#Clarendon BT W04 Black")format("svg");
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

html::-webkit-scrollbar {
    width: 0;
}

html::-webkit-scrollbar-thumb {
    width: 0;
}

body {
    height: 100%;
    padding-right: 0 !important;
    text-align: center;
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    font-family: 'GongGothicMedium', sans-serif;
    font-weight: 400;
}

body.active {
    overflow: hidden;
}

button, a, input, select, textarea {
    outline: none !important;
    transition: 0.3s;
}

button {
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.w-b, .w-a, .w-ba {
    position: relative;
    z-index: 1;
}

.w-b:before,
.w-a:after,
.w-ba:before,
.w-ba:after {
    content: '';
    position: absolute;
    pointer-events: none;
    transition: 0.3s;
    z-index: -1;
}

.transition-0 {
    transition: 0s !important;
}

.font-small { font-size: 10px; }

.font-s-12 { font-size: 12px !important; }

.font-light { font-family: GongGothicLight !important; }

.font-bold { font-family: GongGothicBold !important; }

.font-notosans { font-family: Noto Sans Kr; }

.font-notosans-black { font-family: Noto Sans Kr; font-weight: 900; }

.font-score { font-family: S-CoreDream-4Regular; }

.text-blue { color: #39f1f1 !important; }

.text-orange { color: #fb730f !important; }

.text-yellow { color: #ffe240 !important; }

.text-pink { color: #c9b0ff !important; }

.text-bgreen { color: #71dba1 !important; }

.text-gray { color: #8fa4bd !important; }

.text-pink2 { color: #f610d8 !important; }

.text-green { color: #95fc27 !important; }

.text-blue2 { color: #47c7f7 !important; }

.text-yellow2 { color: #f4c00b !important; }

.text-gray2 { color: #999999 !important; }

.text-red { color: #f21b1b !important; }

.table-layout-fixed {
    table-layout: fixed;
}

.min-h-auto {
    min-height: auto !important;
}

.dflex-ac-jc {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-ac-js {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dflex-ac-je {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.dflex-ae-jc {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-as-jc {
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-acs-jc {
    display: flex !important;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.bs-ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    display: table;
    padding: 0;
}

.bs-ul li {
    list-style: none;
    width: auto;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.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: 1530px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

/* Btn Style */

.btn-pink, .btn-blue, .btn-yellow, .btn-gray {
    color: #ffffff;
    border: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow:  inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.75);
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-pink {
    background-image: linear-gradient(#d374ff, #872bb2);
}

.btn-blue {
    background-image: linear-gradient(#38c7fc, #2776c6);
}

.btn-yellow {
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(#ffec41, #d19700);
}

.btn-gray {
    background-image: linear-gradient(#6a83c7, #2e4272);
    box-shadow:  inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.75);
}

.btn-pink i, .btn-blue i, .btn-yellow i, .btn-gray i {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-pink:before, .btn-blue:before, .btn-yellow:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}

.btn-pink:before {
    background-image: linear-gradient(#d83be2, #851c8c);
}

.btn-blue:before {
    background-image: linear-gradient(#38a3fc, #105288);
}

.btn-yellow:before {
    background-image: linear-gradient(#ffd000, #bb7300);
}

@media (min-width: 1200px) {
    .btn-pink:hover:before,
    .btn-blue:hover:before,
    .btn-yellow:hover:before {
        opacity: 1.0;
    }
}


/* Wrapper */

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    background-image: url(../img/bg/banner-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0 0;
}

/* Header Section */

.header-section {
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.75);
    background-image: url(../img/bg/header-bg.png);
    border-bottom: solid 1px #20315b;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.3s;
}

.affix .header-section {
    background-color: rgba(0, 0, 0, 0.95);
}

.logo-panel {
    width: 260px;
    position: relative;
    transition: 0.3s;
    z-index: 10;
}

.affix .logo-panel {
    width: 180px;
    margin: 0;
}

.logo {
    width: 100%;
    display: inline-block;
    position: relative;
}

.logo img, .logo div {
    position: absolute;
}

.logo .logo-img {
    width: 100%;
    position: relative;
    /*opacity: 0;*/
}

.logo div .d-img {
    width: 100% !important;
    position: relative;
}

.logo .glow {
    width: 145%;
    left: 48%;
    top: 61%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: lgGlowAnim 12s ease infinite;
}

@keyframes lgGlowAnim {
    0% {
        opacity: 0;
    }
    22% {
        opacity: 0;
    }
    27% {
        opacity: 1.0;
    }
    95% {
        opacity: 1.0;
    }
    100% {
        opacity: 0;
    }
}

.logo .glow .d-img {
    animation: lgGlowImgAnim 1s ease infinite;
}

@keyframes lgGlowImgAnim {
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

.logo .diamond {
    width: 79.24%;
    left: 2%;
    right: 0;
    top: 0;
    margin: 0 auto;
    animation: lgDiamondAnim 12s ease infinite;
}

@keyframes lgDiamondAnim {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
    }
    8% {
        opacity: 1.0;
        transform: rotate(0deg);
    }
    95% {
        opacity: 1.0;
        transform: rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: rotate(0deg);
    }
}

.logo .glare {
    width: 153.47%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: lgGlowAnim 12s ease infinite;
}

.logo .glare .d-img {
    animation: lgGlareImgAnim 0.3s ease infinite;
}

@keyframes lgGlareImgAnim {
    0% { opacity: 1.0; }
    50% { opacity: 0.75; }
    100% { opacity: 1.0; }
}

.logo .symbol {
    width: 14.62%;
    left: 2%;
    right: 0;
    top: 17.5%;
    margin: 0 auto;
}

.logo .symbol .d-img {
    animation: lgGlowAnim 12s ease infinite;
}

.logo .symbol img {
    width: 26.35%;
}

.logo .symbol .arrow-left {
    left: 8%;
    bottom: 9.75%;
    animation: lgArrowLeftAnim 12s ease infinite;
}

@keyframes lgArrowLeftAnim {
    0% {
        opacity: 0;
        transform: scale(2.0);
    }
    16% {
        opacity: 0;
        transform: scale(2.0);
    }
    19% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.logo .symbol .arrow-up {
    left: 0;
    right: 0;
    top: 9%;
    margin: 0 auto;
    animation: lgArrowUpAnim 12s ease infinite;
}

@keyframes lgArrowUpAnim {
    0% {
        opacity: 0;
        transform: scale(2.0);
    }
    18% {
        opacity: 0;
        transform: scale(2.0);
    }
    21% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.logo .symbol .arrow-right {
    right: 8%;
    bottom: 9.75%;
    animation: lgArrowRightAnim 12s ease infinite;
}

@keyframes lgArrowRightAnim {
    0% {
        opacity: 0;
        transform: scale(2.0);
    }
    20% {
        opacity: 0;
        transform: scale(2.0);
    }
    23% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.logo .symbol .arrow-down {
    left: 0;
    right: 0;
    bottom: 9.25%;
    margin: 0 auto;
    animation: lgArrowDownAnim 12s ease infinite;
}

@keyframes lgArrowDownAnim {
    0% {
        opacity: 0;
        transform: scale(2.0);
    }
    14% {
        opacity: 0;
        transform: scale(2.0);
    }
    17% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.logo .line {
    width: 54.62%;
    left: 2%;
    right: 0;
    margin: 0 auto;
    top: 29%;
    animation: lgLineAnim 12s ease infinite;
}

@keyframes lgLineAnim {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    11% {
        opacity: 0;
        transform: translateY(50%);
    }
    17% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .top {
    width: 53.08%;
    left: 0;
    top: 33.5%;
    animation: lgTopAnim 12s ease infinite;
}

@keyframes lgTopAnim {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    7% {
        opacity: 0;
        transform: translateX(50%);
    }
    13% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.logo .icon {
    width: 31.93%;
    left: 18%;
    right: 0;
    top: 33.25%;
    margin: 0 auto;
    animation: lgIconAnim 12s ease infinite;
}

@keyframes lgIconAnim {
    0% {
        opacity: 0;
        transform: translate(20%, 50%);
    }
    5% {
        opacity: 0;
        transform: translate(20%, 50%);
    }
    10% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.logo .ten {
    width: 34.24%;
    right: 0;
    top: 33.5%;
    animation: lgTenAnim 12s ease infinite;
}

@keyframes lgTenAnim {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    7% {
        opacity: 0;
        transform: translateX(-50%);
    }
    13% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.logo .slot {
    width: 58.46%;
    left: 4%;
    right: 0;
    bottom: 17%;
    margin: 0 auto;
    animation: lgSlotAnim 12s ease infinite;
}

@keyframes lgSlotAnim {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    11% {
        opacity: 0;
        transform: translateY(-50%);
    }
    17% {
        opacity: 1.0;
        transform: translateY(0);
    }
    95% {
        opacity: 1.0;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}


/* Sound Btn */

.sound-btn {
    width: 34px;
    height: 34px;
    z-index: 10;
    border-radius: 50%;
    background-color: #594be3;
    border: none;
    color: #ffffff;
}

.sound-btn i {
    font-size: 14px;
}

.logo-panel .sound-btn {
    width: 28px;
    height: 28px;
    right: 5%;
    bottom: 18%;
    position: absolute;
}

.sound-btn.active {
    animation: soundAnim 0.8s ease 0s infinite;
}

@keyframes soundAnim {
    0% {
        box-shadow: 0 0 0 0 rgba(150, 92, 245, 1.0);
    }
    100% {
        box-shadow: 0 0 0 6px rgba(150, 92, 245, 0);
    }
}

.sound-btn:hover {
    background-color: #a35bff;
}

.affix .logo-panel .sound-btn {
    right: 0;
    bottom: 14%;
}


/* Main Menu */

.main-menu {
    margin: 0 0 0 30px;
    position: relative;
    z-index: 20;
}

.main-menu li {
    padding: 0 10px;
}

.main-menu li:last-child {
    padding-right: 0;
}

.main-menu li .link-a {
    color: #ffffff;
    font-size: 16px;
    z-index: 2;
}

.main-menu li .link-a:before {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #39f1f1;
    border-bottom: 6px solid transparent;
    top: 0;
    bottom: 2px;
    right: -20px;
    margin: auto 0;
    transition: 0.3s;
    opacity: 0;
    transform: translateX(-50%);
}

.main-menu li .link-a i {
    color: #c9b0ff;
    font-size: 18px;
    margin-right: 5px;
    transition: 0.3s;
}

.main-menu li .link-a .text {
    position: relative;
    display: inline-block;
}

.main-menu li .link-a .text:after {
    content: '';
    width: 35px;
    height: 5px;
    background-image: url(../img/bg/equalizer.gif);
    background-size: 100% 100%;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
    position: absolute;
    transition: 0.3s;
    opacity: 0;
}


/* Depth Dropdown */

.depth-btn {
    cursor: pointer;
    position: relative;
}

.depth-btn .link-a i {
    transition: 0.3s;
}

.drop-d {
    width: 218px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    transition: 0.3s;
    z-index: 1;
}

.drop-d.active {
    pointer-events: auto;
}

.drop-d .drop-d-inner {
    width: 100%;
    float: left;
    background-color: #111830;
    border: solid 1px #243a60;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 1.0);
    padding: 5px;
    margin-top: 20px;
    opacity: 0;
    transition: 0.3s;
    position: relative;
}

.drop-d.active .drop-d-inner {
    margin-top: 35px;
    opacity: 1;
}

.drop-d .depth-a {
    width: 100%;
    height: 50px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: 0.3s;
    margin: 0 0 3px;
    overflow: hidden;
    border-radius: 5px;
    background-image: linear-gradient(to right, rgba(11, 96, 164, 0), rgba(11, 96, 164, 0.1));
    z-index: 1;
}

.drop-d .depth-a:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to right, rgba(69, 234, 239, 0), rgba(69, 234, 239, 0.15));
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}

.drop-d a:last-child {
    margin-bottom: 0;
}

.drop-d .depth-a .icon-panel {
    width: 46px;
    height: calc(100% - 4px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    overflow: hidden;
}

.drop-d .depth-a .icon-panel i {
    color: #eeb2f9;
    font-size: 20px;
    background: -webkit-linear-gradient(#eeb2f9, #27e4f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.drop-d .depth-a .icon-panel:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #39f1f1;
    background-image: linear-gradient(#39f1f1, #0a9595);
    transition: 0.3s;
    opacity: 0;
}

.drop-d .depth-a .text-cont {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 61px;
    z-index: 1;
    position: relative;
    color: #8fa4bd;
    font-size: 14px;
}

.drop-d .depth-a .text-cont span {
    transition: 0.3s;
}

@media(min-width: 1261px){
    .main-menu li .link-a:hover:before {
        opacity: 1;
        transform: translateX(0);
    }

    .main-menu li .link-a:hover {
        color: #ffffff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.25);
    }

    .main-menu li .link-a:hover i {
        color: #39f1f1;
    }

    .main-menu li .link-a:hover .text:after {
        opacity: 1.0;
    }

    .depth-btn:hover .link-a {
        color: #ffffff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 255, 255, 0.25);
    }

    .depth-btn:hover .link-a:before {
        opacity: 1;
        transform: translateX(0);
    }

    .depth-btn:hover .link-a i {
        color: #39f1f1
    }

    .drop-d .depth-a:hover:before {
        opacity: 1.0;
    }

    .drop-d .depth-a:hover .icon-panel img {
        animation: shakeAnim 1s ease 1;
    }

    .drop-d .depth-a:hover .icon-panel i {
        background: -webkit-linear-gradient(-25deg, #082122, #082122);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: shakeAnim 1s ease 1;
    }

    .drop-d .depth-a:hover .icon-panel:before {
        opacity: 1;
    }

    .drop-d .depth-a:hover .text-cont {
        color: #ffffff;
    }
}


/* Before Login */

.before-login {
    display: none;
}

.before-login.active {
    display: block;
}

.before-login button {
    width: 130px;
    height: 42px;
    font-size: 15px;
    margin-left: 5px;
}

.before-login button i {
    margin-right: 3px;
}

.before-login .login-link {
    width: 140px;
    margin-right: -25px;
    padding-right: 10px;
    border-radius: 30px 0 0 30px;
}


/* After Login */

.after-login {
    display: none;
    position: relative;
}

.after-login.active {
    display: block;
}

.al-d-info {
    height: 38px;
    padding: 0 20px;
    margin-right: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px #162d4e;
    border-radius: 20px 0 0 20px;
}

.al-d-info .icon {
    color: #39f1f1;
    font-size: 16px;
    margin-right: 8px;
}

.al-d-info .symbol {
    color: #a3bbd7;
}

.after-login button {
    width: 120px;
    height: 38px;
    margin-left: 5px;
}

.after-login .mobile button {
    width: 130px;
}

.after-login .btn-grp.mobile button {
    width: 100%;
    height: 40px;
    margin: 0 0 8px;
}

.after-login .nav-btn {
    width: 45px;
    height: 38px;
    font-size: 14px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px #162d4e;
    color: #a3bbd7;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0 20px 20px 0;
    margin: 0 0 0 2px;
    padding: 0 5px 0 0;
}

.after-login .nav-btn:hover {
    background-color: #162d4e;
    border-color: #274673;
}


/* 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: -3px;
}

.drop-down:hover .toggle-btn .icon{
    top: -3px;
}

.drop-down .toggle-btn .arrow-icon {
    color: #e9ae18;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 6px;
    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.active:hover .toggle-btn .arrow-icon {
    bottom: -2px;
}

.drop-down-menu {
    width: 240px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    background-color: #111830;
    border: solid 1px #243a60;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 1.0);
    padding: 5px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.drop-down.active .drop-down-menu {
    top: calc( 100% + 10px );
    opacity: 1;
    pointer-events: auto;
}


/* Account Info */

.after-login .account-info {
    padding: 0;
}

.after-login .account-info .row {
    width: 100%;
    height: 48px;
    cursor: pointer;
    margin: 0;
    background-image: linear-gradient(to right, rgba(62, 97, 174, 0), rgba(62, 97, 174, 0.2));
    margin-bottom: 3px;
    border-radius: 10px;
    color: #d1c7c7;
}

.after-login .account-info .labels{
    text-align:left;
    min-width:110px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    color: #a3bbd7;
    font-size: 12px;
    padding: 0 0 0 54px;
}

.after-login .account-info .labels .icon-panel {
    width: 44px;
    height: calc(100% - 6px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    overflow: hidden;
}

.after-login .account-info .labels .icon-panel i {
    color: #c9b0ff;
    font-size: 20px;
}

.after-login .account-info .information{
    text-align:left;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #ffffff;
    font-size: 14px;
    padding: 0 0 0 10px;
}

.after-login .account-info .information .symbol{
    color: #a3bbd7;
    margin-left:3px;
}

.sidebar-right .header {
    width: 100%;
    height: 50px;
    background-color: #162039;
    border-bottom: solid 1px #1d2946;
}

.sidebar-right .header .close-btn {
    width: auto;
    padding: 0 10px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 12px;
}


/* Banner Section */

.banner-section {
    width: 100%;
    height: 420px;
}

.banner-carousel {
    width: 100%;
    max-width: 500px;
    z-index: 10;
    padding: 0 0 70px;
}

.banner-carousel .text-panel {
    opacity: 0;
    transform-origin: left center;
    animation: bannerTextAnim 5s ease 1 forwards;
}

@keyframes bannerTextAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    15% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    19% {
        opacity: 0.25;
        transform: scale(1.0);
    }
    23% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    27% {
        opacity: 0.25;
        transform: scale(1.0);
    }
    30% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 1.0;
        transform: scale(1.0);
    }
}

.banner-carousel .text-panel h1 {
    font-size: 36px;
    margin: 0 0 -0.5%;
}

.banner-carousel .text-panel h2 {
    font-size: 34px;
    margin: 0 0 -0.5%;
}

.banner-carousel .text-panel h4 {
    font-size: 26px;
    margin: 0 0 -0.5%;
}

.banner-carousel .text-panel h5 {
    font-size: 24px;
    margin: 0 0 -0.5%;
}

.banner-carousel .text-panel h6 {
    font-size: 17px;
    margin: 0 0 -0.5%;
}


/* Carousel Nav */

.carousel-nav {
    margin: 20px 0 0;
    padding: 0 2px;
}

.carousel-indicators {
    margin: 0;
    position: relative;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    opacity: 1;
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 1.0);
}

.carousel-indicators li.active {
    background-color: #faf200;
    border-color: #faf200;
}

.carousel-nav .control-btn {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #ffffff;
    border: solid 1px #444444;
    padding: 1px 0 0;
}

.carousel-nav .control-btn:first-child {
    margin-right: 12px;
}

.carousel-nav .control-btn:last-child {
    margin-left: 12px;
}

.carousel-nav .control-btn:hover {
    color: #ba9bff;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.25);
}


/* Banner Background */

.banner-background {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
}

.banner-background img,
.banner-background div {
    position: absolute;
    bottom: 0;
}

.banner-background div .d-img {
    width: 100%;
    position: relative;
}

.banner-background .singer-man {
    width: 30%;
    left: 2.9%;
    bottom: -24%;
    animation: bbSingerMan 15s ease infinite;
}

@keyframes bbSingerMan {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    10% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .slotmachine {
    width: 100%;
    left: 25%;
    bottom: 30%;
    transform-origin: bottom left;
    animation: bbKaraoke 15s ease infinite;
}

.banner-background .star-01 {
    width: 100%;
    left: -25%;
    bottom: 10%;
    /* z-index: 1; */
    animation: bbStar03 15s ease infinite;
}

.banner-background .star-01 .d-img {
    animation: bbStarImg01 8s linear infinite;
}

@keyframes bbStarImg01 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    2% {
        opacity: 0;
        transform: scale(0.5);
    }
    12% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
		/*
		0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
		*/
}

.banner-background .note-01 {
    width: 50%;
    left: -10%;
    bottom: 5.25%;
    animation: bbNote01 15s ease infinite;
}

@keyframes bbNote01 {
    0% {
        opacity: 0;
        transform: translate(-100%, 100%);
    }
    6% {
        opacity: 0;
        transform: translate(-100%, 100%);
    }
    11% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .note-01 .d-img {
    animation: bbNoteImg01 10s ease infinite;
}

@keyframes bbNoteImg01 {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

.banner-background .singer-girl {
    width: 23.46%;
    right: 3%;
		top:10%;
    animation: bbSingerGirl 15s ease infinite;
}

@keyframes bbSingerGirl {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }
    10% {
        opacity: 1.0;
        transform: translateX(0);
    }
    95% {
        opacity: 1.0;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .karaoke {
    width: 24%;
		top: 20%;
    right: 16.25%;
    z-index: 1;
    transform-origin: bottom right;
    animation: bbKaraoke 15s ease infinite;
}

@keyframes bbKaraoke {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    2% {
        opacity: 0;
        transform: scale(0.5);
    }
    12% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.banner-background .star-02 {
    width: 60%;
    top: 0%;
    right: 0%;
    bottom: auto;
    animation: bbStar02 15s ease infinite;
}

@keyframes bbStar02 {
    0% {
        opacity: 0;
        transform: translate(-10%, 100%);
    }
    7% {
        opacity: 0;
        transform: translate(-10%, 100%);
    }
    12% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .star-02 .d-img {
    animation: bbStarImg01 6s linear infinite;
}

.banner-background .note-02 {
    width: 25%;
    left: 5%;
    top: 11%;
    bottom: auto;
    animation: bbNote02 15s ease infinite;
}

@keyframes bbNote02 {
    0% {
        opacity: 0;
        transform: translate(100%, 100%);
    }
    6% {
        opacity: 0;
        transform: translate(100%, 100%);
    }
    11% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .note-02 .d-img {
    animation: bbNoteImg02 3s ease infinite;
}

@keyframes bbNoteImg02 {
    0% {
        transform: rotate(25deg);
    }
    50% {
        transform: rotate(-25deg);
    }
    100% {
        transform: rotate(25deg);
    }
}

.banner-background .star-03 {
    width: 40%;
    left: -10%;
    bottom: 22%;
    animation: bbStar03 15s ease infinite;
}

@keyframes bbStar03 {
    0% {
        opacity: 0;
        transform: translate(100%, 25%);
    }
    7% {
        opacity: 0;
        transform: translate(100%, 25%);
    }
    12% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    95% {
        opacity: 1.0;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, 0);
    }
}

.banner-background .star-03 .d-img {
    animation: bbStarImg03 8s linear infinite;
}

@keyframes bbStarImg03 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.banner-background .diamonds {
    width: 33.6%;
    right: 6%;
    bottom: 11.25%;
    z-index: 2;
    transform-origin: bottom center;
    animation: bbDiamonds 15s ease infinite;
}

@keyframes bbDiamonds {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    8% {
        opacity: 0;
        transform: scale(0);
    }
    14% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    95% {
        opacity: 1.0;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}


/* Jackpot Section */

.jackpot-section {
    margin: -65px 0 0;
    position: relative;
    z-index: 10;
}

.jackpot-panel {
    width: calc(33.33% - 10px);
    max-width: 380px;
    margin: 0 5px;
    position: relative;
}

.jackpot-panel.mega {
    max-width: 420px;
}

.jackpot-panel .labels {
    width: 100%;
    position: absolute;
    left: 0;
    top: -65px;
    z-index: 2;
    pointer-events: none;
}

.jackpot-panel .label-panel {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    font-size: 20px;
}

.jackpot-panel .label-panel .cd-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 50%;
    background-color: #213055;
}

.jackpot-panel .label-panel .title {
    color: #f6d1ff;
    text-shadow: 0 1px 10px #111830, 0 2px 5px #111830;
    position: relative;
    z-index: 10;
}

.jackpot-panel.mega .label-panel .title {
    color: #fff4b3;
}

.jackpot-panel.minor .label-panel .title {
    color: #aed7ff;
}

.jackpot-panel .label-panel .cd-bg:before,
.jackpot-panel .label-panel .cd-bg:after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75),
                0 -1px 1px rgba(0, 0, 0, 0.75);
}

.jackpot-panel .label-panel .cd-bg:after {
    width: 28px;
    height: 28px;
    background-color: #152345;
    border: solid 10px #9706a2;
    box-shadow: none;
    background-image: none;
}

.jackpot-panel.mega .label-panel .cd-bg:after {
    border-color: #edbb21;
}

.jackpot-panel.minor .label-panel .cd-bg:after {
    border-color: #0099d2;
}

.jackpot-panel .label-panel .cd-bg div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-image: url(../img/bg/cd-glare.png);
    opacity: 0.2;
    animation: discAnim 2s linear infinite;
}

.jackpot-panel .amount-panel {
    width: 100%;
    height: 85px;
    background-color: #111830;
    border-bottom: solid 5px #edbb21;
    padding: 2% 0 0;
}

.jackpot-panel .amount-panel:before {
    width: 100%;
    height: 18px;
    background-image: url(../img/bg/jp-major-top.png);
    background-size: 100% 100%;
    left: 0;
    top: -18px;
}

.jackpot-panel.minor .amount-panel:before {
    background-image: url(../img/bg/jp-minor-top.png);
}

.jackpot-panel.mega .amount-panel:before {
    height: 21px;
    top: -21px;
    background-image: url(../img/bg/jp-mega-top.png);
}

.jackpot-panel.major .amount-panel {
    border-color: #a40caf;
}

.jackpot-panel.minor .amount-panel {
    border-color: #00a9d2;
}

.jackpot-panel .amount-panel .amount {
    font-size: 48px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #ffffff, #bbbbbb, #ffffff);
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
}

.jackpot-panel .amount-panel .amount:before,
.jackpot-panel .amount-panel .amount:after {
    content:attr(data-text);
    display:inline-block;
    position:absolute;
    left: 0;
    top: 0;
    z-index:-1;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.jackpot-panel .amount-panel .amount:after {
    text-shadow: 0 0 15px rgba(237, 187, 33, 0.5);
}

.jackpot-panel.major .amount-panel .amount:after {
    text-shadow: 0 0 15px rgba(164, 12, 175, 0.5);
}

.jackpot-panel.minor .amount-panel .amount:after {
    text-shadow: 0 0 15px rgba(0, 169, 210, 0.5);
}

.jackpot-panel .amount-panel .amount:after {
    animation: jpAmountAnim 0.5s ease infinite;
}

@keyframes jpAmountAnim {
    0% { opacity: 0; }
    50% { opacity: 1.0; }
    100% { opacity: 0; }
}


/* Gamelist Section */

.gamelist-section {
    width: 100%;
    margin: 20px 0 0;
    background-image: url(../img/bg/main-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.gamelist-section:before,
.gamelist-section:after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -140px;
    background-repeat: no-repeat;
}

.gamelist-section:before {
    background-position: bottom left;
    background-image: url(../img/bg/main-bg-left.png);
}

.gamelist-section:after {
    background-position: bottom right;
    background-image: url(../img/bg/main-bg-right.png);
}

.gamelist-category {
    width: 100%;
    min-height: 60px;
    background-color: #111830;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
    padding: 5px 15px;
    margin: 0 0 25px;
}

.category-ul {
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.category-ul li {
    padding: 0 20px;
}

.category-ul li:first-child {
    padding-left: 0;
}

.category-ul li a {
    color: #7783a8;
}

.category-ul li a:hover,
.category-ul li a.active {
    color: #ffffff;
}

.category-ul li a .icon-panel {
    width: 50px;
    height: 44px;
    margin-right: 0;
    padding: 0 0 2%;
}

.category-ul li a.active .icon-panel {
    margin-right: 10px;
}

.category-ul li a:hover .icon-panel img {
    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);
    }
}

.category-ul li a .icon-panel:before {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 8px;
    background-image: linear-gradient(rgba(11, 96, 164, 0), rgba(11, 96, 164, 0.5));
    box-shadow: 0 1px 1px #0b60a4;
    transform: skew(-10deg);
    opacity: 0;
}

.category-ul li a.active .icon-panel:before {
    opacity: 1.0;
}

.category-ul li a .text {
    display: inline-block;
}

.category-ul li a .text:before {
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #39f1f1;
}

.category-ul li a:hover .text:before,
.category-ul li a.active .text:before {
    width: 30px;
}


/* Notice Rolling */

.notice-rolling {
    width: 90%;
    height: 34px;
    border-radius: 17px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.25);
    border: solid 1px #313c5a;
}

/*
.notice-rolling:before {
    width: 100%;
    height: 1px;
    left: -101%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: linear-gradient(to right, transparent, #313c5a);
}
*/

.notice-rolling .icon-panel {
    margin-right: 10px;
}

.notice-ticker {
    width: calc(100% - 38px);
}

.notice-ticker {
    color: #9ca8c6;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    /*max-width: 300px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		text-align:left;
}


/* Gamelist Menu */

.providers-menu {
    width: 100%;
    margin: -8px 0 10px;
}

.providers-dropdown {
    width: 100%;
}

.provider-toggle {
    width: calc(100% - 12px);
    height: 40px;
    display: none;
    border-radius: 20px;
    margin: 0 auto;
}

.provider-toggle .open-icon {
    font-size: 20px;
    margin-left: 4px;
    transition: 0.3s;
    display: inline-block;
}

.provider-toggle.opened .open-icon {
    transform: rotate(180deg);
}

.providers-menu .menu-btn {
    width: calc(12.5% - 10px);
    height: 70px;
    background-color: #111830;
    margin: 0 5px 10px;
    border: solid 1px #213753;
    position: relative;
    border-radius: 8px;
}

.providers-menu .menu-btn:hover {
    background-color: #243e68;
    border-color: #366eae;
}

.providers-menu .menu-btn:before {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    right: 0;
    top: 0;
    background-image: linear-gradient(#3fb9ff, #2776c6);
    transition: 0.3s;
    opacity: 0;
}

.providers-menu .menu-btn.active:before {
    opacity: 1;
}

.providers-menu .menu-btn .char-panel {
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 0 0 8px 0;
    z-index: 2;
}

.providers-menu .menu-btn .char-panel .b-char {
    width: 100%;
    position: relative;
    bottom: -25px;
    left: 5px;
    z-index: 2;
    transform-origin: bottom right;
    animation: menuCharAnim 1s ease 1 backwards;
}

@keyframes menuCharAnim {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

.providers-menu .menu-btn .b-panel {
    width: 100%;
    height: 100%;
    margin-right: auto;
    padding: 0 5px;
    border-radius: 7px;
    overflow: hidden;
}

.providers-menu .menu-btn .b-logo {
    width: 50px;
    height: 35px;
    animation: menuPLogo 1s ease 0.3s 1 backwards;
}

.providers-menu .menu-btn .b-logo img {
    max-width: 40px;
    max-height: 28px;
}

.providers-menu .menu-btn.active .b-logo img {
    filter: brightness(0);
    opacity: 0.75;
}

@keyframes menuPLogo {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.providers-menu .menu-btn .b-name {
    width: 100%;
    height: 24px;
    color: #ebebeb;
    font-size: 10px;
    padding: 1% 55px 0 10px;
    animation: menuPName 1s ease 0.3s 1 backwards;
}

.providers-menu .menu-btn .b-name:before,
.providers-menu .menu-btn .b-name:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 4px;
    transform: skew(-8deg);
    background-image: linear-gradient(rgba(54, 93, 148, 0.08), rgba(54, 93, 148, 0.4));
    border: solid 1px rgba(54, 93, 148, 0.75);
    border-top-color: rgba(54, 93, 148, 0.05);
    transition: 0.3s;
}

.providers-menu .menu-btn .b-name:after {
    opacity: 0;
}

.providers-menu .menu-btn:hover .b-name:after {
    opacity: 1.0;
}

.providers-menu .active:hover .b-name:after {
    opacity: 0;
}

.providers-menu .menu-btn.active .b-name:before {
    background-image: linear-gradient(rgba(4, 11, 17, 0.25), rgba(4, 11, 17, 0.5));
    border: solid 1px #1b4163;
    border-top-color: #1c6bad;
}


@keyframes menuPName {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Gamelist List */

.gamelist-list {
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.gamelist-list .gamelist-tab {
    display: none;
}

.gamelist-list .gamelist-tab.active {
    display: block;
}

.game-btn {
    width: calc(12.5% - 10px);
    max-width: 189px;
    color: #98a3bb;
    font-family: GongGothicLight;
    margin: 0 5px 12px;
    display: inline-block;
    opacity: 0;
    animation: gameBtnAnim 0.75s ease 1 forwards;
}

.game-btn.blank { pointer-events: none; }

@keyframes gameBtnAnim {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

.game-btn:hover {
    color: #ffffff;
}

.game-btn .g-panel {
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    border: solid 4px #2d4274;
    margin: 0 0 5px;
    background-color: #000000;
    transition: 0.3s;
}

.game-btn:hover .g-panel {
    border-color: #2479e0;
}

.game-btn .g-panel:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-image: url(../img/bg/cd-glare.png);
    z-index: 2;
}

.game-btn.blank .g-panel:before {
    opacity: 0.15;
}

.game-btn .g-panel:after {
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #000000;
    border: solid 18px #5671c7;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.game-btn .g-panel .g-img {
    transition: 0.3s;
}

.game-btn.blank .g-panel .g-img {
    opacity: 0.75;
}

.game-btn:hover .g-panel .g-img {
    opacity: 0.5;
    animation: discAnim 10s linear infinite;
}

.game-btn .btn-grp {
    width: 80%;
    max-width: 100px;
    position: absolute;
    z-index: 10;
}

.game-btn .btn-grp button {
    width: 100%;
    height: 30px;
    margin: 2px 0;
    border: none;
    border-radius: 5px;
    opacity: 0;
}

.game-btn:hover .btn-grp button {
    animation: gamePlayBtn 0.8s ease 0.25s 1 forwards;
}

.game-btn .btn-grp button:nth-child(1) {
    animation-delay: 0s;
}

.game-btn .btn-grp button:nth-child(2) {
    animation-delay: 0.1s;
}

.game-btn .btn-grp button:nth-child(3) {
    animation-delay: 0.2s;
}

@keyframes gamePlayBtn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

.game-btn .hot-tag {
    width: calc(50% - 2px);
    height: calc(50% - 5px);
    border-radius: 0 5px 5px 0;
    text-align: right;
    position: absolute;
    right: 2px;
    top: 5px;
    padding: 5px 5px 0 0;
    background-image: linear-gradient(#ff5c23, #ad2d00, #ad2d00);
    color: #ffffff;
    font-size: 12px;
    font-family: S-CoreDream-7ExtraBold;
}


/* Providers Section */

.providers-section {
    width: 100%;
    margin: 30px 0 0;
    position: relative;
    z-index: 10;
}

.providers-section:before {
    width: 100%;
    height: 1px;
    top: 30px;
    left: 0;
    background-image: linear-gradient(to right, transparent, #5574c3, transparent);
}

.providers-section .header {
    width: 100%;
    max-width: 800px;
    height: 60px;
    margin: 0 auto 20px;
    background-image: linear-gradient(#9874c7, #d8caea, #9c7aca);
    border-radius: 20px/30px;
    border-top: solid 1px #c7b4e1;
}

.providers-section .header:before {
    width: calc(100% - 24px);
    height: calc(100% - 4px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    border: solid 2px #402760;
    background-color: #041342;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
}

.providers-section .header .title {
    color: #fdf2fe;
    font-size: 36px;
    text-shadow: 0 1px 0 #801b9d, 0 3px 0 #4f16a3, 0 0 15px rgba(105, 152, 255, 0.6);
    padding: 0.5% 0 0;
    margin: 0 30px;
}

.providers-section .header .owl-nav-btn {
    background-color: transparent;
    border: none;
    color: #ecd13f;
    font-size: 36px;
}

.providers-section .header .owl-nav-btn:hover {
    color: #da9eff;
}


/* Owl Carousel */

.owl-carousel {
    width: calc(100% + 16px);
    margin: 0 -8px;
}

.owl-carousel .item {
    padding: 0 8px;
}

.vendor-list {display:grid;grid-template-columns: repeat(6, 1fr);gap:10px}

.slot-btn {
    width: 100%;
    /* max-width: 200px; */
    position: relative;
    padding: 5px 0 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 20px;
}

.owl-item .slot-btn img {
    width: initial;
}

.slot-btn .g-panel {
    width: 100%;
    position: relative;
    background-image: linear-gradient(#5c85de, #6226b2);
    border-radius: 20px;
    overflow: hidden;
    z-index: initial;
}

.slot-btn .g-panel:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(#38c7fc, #2776c6);
    z-index: 1;
    opacity: 0;
}

.slot-btn:hover .g-panel:before {
    opacity: 1.0;
}

.slot-btn .g-panel .g-icon {
    width: 50%;
    height: 60px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 3;
    background-color: #052347;
    background-image: linear-gradient(#123a6a, #052347);
    border-radius: 0 0 25px 25px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}

.slot-btn:hover .g-panel .g-icon {
    background-image: linear-gradient(#38a3fc, #105288);
    animation: slotBtnLogo 0.5s ease 1 forwards;
}

@keyframes slotBtnLogo {
    0% {
        opacity: 0;
        transform: translateY(-15%);
    }
    100% {
        opacity: 1.0;
        transform: translateY(0);
    }
}

.slot-btn .g-panel .g-icon img {
    max-width: 90%;
		max-height: 50px;
}

.slot-btn:hover .g-panel .g-icon img {
    filter: brightness(0);
    opacity: 0.8;
}

.slot-btn .g-panel .g-cd {
    width: 87.51%;
    position: absolute;
    left: 0;
    right: 0;
    top: 6%;
    margin: 0 auto;
    z-index: 2;
}

.slot-btn:hover .g-panel .g-cd {
    animation: discAnim 1s linear 1;
}

.slot-btn .g-char {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.slot-btn:hover .g-char {
    animation: slotBtnChar 0.8s ease 1 forwards;
}

@keyframes slotBtnChar {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }
    100% {
        opacity: 1.0;
        transform: translateY(0);
    }
}

.slot-btn .g-footer {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    z-index: 3;
}

.slot-btn .play-btn {
    width: 120px;
    height: 35px;
    left: 0;
    bottom: 40px;
    position: absolute;
    z-index: 10;
    border-radius: 0 20px 0 0;
    opacity: 0;
    transform: translateX(-100%);
}

.slot-btn:hover .play-btn {
    opacity: 1.0;
    transform: translateX(0);
}


/* Board Section */

.board-section {
    width: 100%;
    padding: 20px 0 20px;
}

.board-section:before {
    width: 100%;
    height: 671px;
    left: 0;
    bottom: 0;
    background-image: url(../img/bg/board-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0.5;
}

/*
.board-section .container:before,
.board-section .container:after {
    width: 100%;
    height: 100%;
    left: -130px;
    bottom: -10px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url(../img/bg/speaker-bg.png);
}
*/

.board-section .container:after {
    left: 130px;
    transform: rotateY(180deg);
}

.board-panel {
    width: 32%;
    margin: 15px 0;
}

.board-panel .header {
    width: 100%;
    height: 45px;
    overflow: hidden;
    padding: 0 5px 0 0;
}

.board-panel .header .title-panel {
    color: #fdf2fe;
    font-size: 20px;
    text-shadow: 0 1px 0 #801b9d, 0 3px 0 #4f16a3, 0 0 15px rgba(105, 152, 255, 1.0);
}

.board-panel .header .icon-panel {
    margin-right: 8px;
}

.board-panel .header .more-link {
    height: 24px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 12px;
    background-color: rgba(21, 22, 58, 0.5);
    border: solid 1px #5574c3;
    border-radius: 12px;
}

.board-panel .header .more-link:before {
    width: 200%;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: translateX(-104%);
    background-image: linear-gradient(to right, transparent, #5574c3);
}

.board-panel .header .more-link i {
    color: #ffe871;
    font-size: 14px;
    margin-right: 2px;
}

.board-panel .header .more-link:hover {
    background-color: #0b224b;
    color: #ffffff;
}

.board-panel .content {
    padding: 15px 25px;
    border: solid 2px #5574c3;
    border-radius: 15px;
    background-color: rgba(20, 27, 39, 0.75);
}

.board-panel table {
    border-collapse: separate;
    border-spacing: 0;
}

.board-panel table tr td {
    height: 48px;
    color: #ffffff;
    transition: 0.3s;
    border-top: solid 1px rgba(115, 117, 213, 0.15);
    border-bottom: solid 1px #000000;
}

.board-panel table tr:first-child td {
    border-top: none;
}

.board-panel table tr:last-child td {
    border-bottom: none;
}

.board-panel table tr td a {
    color: #ffffff;
}

.board-panel table tr td a:hover {
    color: #d1bcff;
    text-decoration: underline;
}

.board-panel table tr .date-td {
    color: #8fa4bd;
}

.new-icon {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
    background-color: #e44a36;
    background-image: linear-gradient(#e44a36, #a42716);
    color: #ffffff;
    font-size: 12px;
    font-family: S-CoreDream-7ExtraBold;
    text-align: center;
    padding: 1px 0 0;
}


/* Realtime Board */

.realtime-board {
    width: calc(36% - 40px);
    margin: 15px 20px;
}

.realtime-board .header {
    width: 100%;
    font-size: 34px;
    margin: 0 0 -25px;
    position: relative;
    z-index: 2;
}

.realtime-board .header .title {
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#fdebff, #fdebff, #f5b8fd, #f5b8fd);
    background-size: 100% 100%;
}

.realtime-board .header .title:last-child {
    background-image: -webkit-linear-gradient(#fffbe8, #fffbe8, #ebce34, #ebce34);
}

.realtime-board .header .title:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    text-shadow: 0 2px 0 #8823a5,
                 0 3px 0 #4f16a3,
                 0 4px 5px rgba(0, 0, 0, 0.75),
                 0 0 15px rgba(104, 46, 191, 1.0);
    z-index:-1;
}

.realtime-board .header .title:last-child:before {
    text-shadow: 0 1px 0 #d66334,
                 0 3px 0 #a9330d,
                 0 4px 5px rgba(0, 0, 0, 0.75),
                 0 0 15px rgba(163, 119, 36, 1.0);
}

.realtime-board .content {
    padding: 30px 20px 10px;
}

.realtime-board .content:before {
    width: 98%;
    height: calc(100% - 26px);
    top: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #111830;
    background-image: url(../img/bg/realtime-bg.jpg);
    filter: brightness(75%);
}

.realtime-board .content:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-image: url(../img/bg/realtime-frame.png);
}

/* Ticker */

.realtime-ticker {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.realtime-ticker ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.realtime-ticker ul li .td {
    height: calc(100% - 3px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: rgba(18, 22, 29, 0.5);
    border-top: solid 1px rgba(88, 107, 146, 0.4);
    border-bottom: solid 1px rgba(88, 107, 146, 0.4);
}

.realtime-ticker ul li .td:first-child {
    border-radius: 5px 0 0 5px;
    border-left: solid 1px rgba(88, 107, 146, 0.4);
}

.realtime-ticker ul li .td:last-child {
    border-radius: 0 5px 5px 0;
    border-right: solid 1px rgba(88, 107, 146, 0.4);
}

.realtime-ticker ul li:hover .td {
    background-color: rgba(35, 48, 73, 0.75);
    border-color: rgba(88, 107, 146, 0.75);
}

.realtime-ticker ul li .icon-panel {
    margin: 0 10px 0 15px;
    color: #d3b3ff;
    font-size: 20px;
}

.realtime-ticker ul li div.user {
    width: 35%;
    justify-content: flex-start;
}

.realtime-ticker ul li div.amount {
    width: 36%;
    font-size: 18px;
    padding-right: 15px;
    font-weight: 700;
    justify-content: flex-end;
}

.realtime-ticker ul li div.date {
    width: 29%;
    justify-content: flex-end;
    padding-right: 8px;
    color: #8fa4bd;
}


/* Footer Section */

.footer-section {
		margin-top:2rem;
    background-color: #080d22;
    border-top: solid 1px #1b2647;
}

.footer-company {
    padding: 25px 0 30px;
}

.footer-company img {
    max-width: 110px;
    max-height: 28px;
    margin: 9px 19px;
}

.footer-copyright {
    background-color: #090a16;
    padding: 30px 0;
    color: #5a6479;
    font-size: 10px;
    letter-spacing: 1px;
    border-top: solid 1px #181f37;
}

.footer-copyright .logo-footer {
    width: 189px;
    display: inline-block;
    margin: 0 0 20px;
}


/* Footer Download */

.footer-download {
    position: absolute;
    left: -15px;
}

.footer-download ul li {
    padding: 0 30px;
}

.footer-download ul li:after {
    width: 1px;
    height: 60%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-download ul li:last-child:after {
    display: none;
}

.footer-download ul li a {
    color: #cccccc;
    font-size: 12px;
}

.footer-download ul li a:hover {
    color: #39f1f1;
}

.footer-download ul li a img {
    max-height: 36px;
    margin-right: 5px;
}

.footer-download ul li a:hover img {
    animation: shakeAnim 1s ease 1;
}


/* Scroll Top */

.scroll-top {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: solid 1px #375b90;
    background-color: #183256;
    position: fixed;
    right: 30px;
    bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    z-index: 50;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 1.0);
}

.scroll-top:hover {
    background-color: #2d4274;
}

.scroll-top:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-image: url(../img/bg/cd-glare.png);
    opacity: 0.2;
    animation: discAnim 2s linear infinite;
    z-index: 2;
}

.scroll-top:after {
    width: 34px;
    height: 34px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #000000;
    border: solid 12px #5671c7;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    z-index: 3;
}

.scroll-top i {
    color: #fadb6d;
    font-size: 30px;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.3s;
    opacity: 0;
}

.scroll-top:hover i {
    transform: translateY(-10px);
    opacity: 1.0;
}

.scroll-top span {
    position: relative;
    z-index: 10;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
}


/* Side Wrapper */

.side-wrapper {
    right: 0;
    top: 120px;
    position: fixed;
    z-index: 90;
    pointer-events: none;
}

.side-wrapper .side-panel {
    width: 240px;
    max-height: 100px;
    border-radius: 0 0 0 15px;
    padding: 5px 5px;
    transition: 0.3s;
    margin-right: -2px;
    margin-bottom: 10px;
    transform: translateX(100%);
    background-image: linear-gradient(#1b95eb,#035b98);
    border: solid 1px #106daf;
    pointer-events: auto;
}

.side-wrapper .side-panel.active {
    transform: translateX(0);
    max-height: 500px;
}

.side-wrapper .side-panel .side-toggle {
    width: 80px;
    height: 100px;
    position: absolute;
    top: -1px;
    left: -82px;
    border: none;
    background-color: #fae100;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.side-wrapper .side-panel .side-toggle img {
    pointer-events: none;
}

.side-wrapper .side-panel .side-toggle span:nth-child(3) {
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.side-wrapper .side-panel .side-toggle:hover {
    background-color: yellow;
}

.side-wrapper .side-panel.reserve .side-toggle {
    background-color: #2bc2e8;
}

.side-wrapper .side-panel.reserve .side-toggle:hover {
    background-color: #6be1ff;
}

.side-wrapper .side-panel.reserve .side-toggle {
    color: #006079;
}

.side-wrapper .side-panel.reserve .side-toggle span:nth-child(3) {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.side-wrapper .side-panel.reserve .side-toggle span:nth-child(5) {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.side-wrapper .side-panel .side-content {
    min-height: 150px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25);
    position: relative;
}

.side-wrapper .side-panel .close-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    right: 5px;
    top: 5px;
    position: absolute;
    border: none;
    color: #4cecff;
    font-size: 18px;
    z-index: 9;
}

.side-wrapper .close-btn:hover {
    color: #ff5656;
}

/* Reserve Games */

.reserve-games {
    width: 100%;
    padding: 4px 0;
}

.reserve-games li {
    width: 100%;
    padding: 4px 0 4px 5px;
    white-space: normal;
}

.reserve-games .game-panel {
    width: 60px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 8px;
}

.reserve-games .info-panel {
    width: calc(100% - 68px);
    text-align: left;
}

.reserve-games .info-panel .g-name {
    width: 100%;
    text-align: left;
    margin: 0 0 2px;
    max-width: 125px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    overflow: hidden;
    display: inline-block
}

.reserve-games .info-panel button {
    width: 64px;
    height: 20px;
    border-radius: 4px;
    border: none;
    background-color: #00f0ff;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    padding: 2px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    margin-right: 5px;
}

.reserve-games .info-panel button:hover {
    background-color: #009aaf;
    color: #ffffff;
}

.reserve-games .info-panel .cancel-btn {
    width: 50px;
    background-color: #507b93;
    color: #ffffff;
}

.reserve-games .info-panel .cancel-btn:hover {
    background-color: #1a9de5;
}

/* Red Slot Coupon */

.side-wrapper .side-panel.coupon .side-toggle {
    background-color: #c37aff;
}

.side-wrapper .side-panel.coupon .side-toggle:hover {
    background-color: #e350a0;
}

.side-wrapper .side-panel.coupon {
    background-image: none;
    border: none;
}

.side-wrapper .side-panel.coupon .side-content {
    background-color: #967cff;
    border-radius: 0 0 0 15px;
    border: none;
    overflow: hidden;
    top: -1px;
}

.side-wrapper .side-panel.coupon .lottery-link {
    width: 68.33%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.5%;
    margin: 0 auto;
    background-color: transparent;
    border: none;
}

.side-wrapper .side-panel.coupon .lottery-link:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/coupon/btn_on.png);
    background-size: 100% 100%;
    transition: 0.3s;
    z-index: 1;
    opacity: 0;
}

.side-wrapper .side-panel.coupon .lottery-link:hover:after {
    opacity: 1;
}


/* WS Coupon */

.ws_coupon {
    width: 80px;
    position: relative;
    right: -3px;
    top: -1px;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.75));
}

.ws_coupon .explode_img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: infinite;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.ws_coupon .explode_img:nth-child(1) {
    width: 26.67%;
    animation-name: explode_anim1;
}

.ws_coupon .explode_img:nth-child(2) {
    width: 66.20%;
    animation-name: explode_anim2;
}

.ws_coupon .explode_img:nth-child(3) {
    width: 64.29%;
    animation-name: explode_anim3;
}

.ws_coupon .explode_img:nth-child(4) {
    width: 100%;
    animation-name: explode_anim4;
}

.ws_coupon .explode_img:nth-child(5) {
    width: 91.50%;
    animation-name: explode_anim5;
}

.ws_coupon .explode_img:nth-child(6) {
    width: 74.30%;
    animation-name: explode_anim6;
}

@keyframes explode_anim1{
    0%{opacity:0}
    1%{opacity:0}
    2%{opacity:1}
    2.5%{opacity:0}
    100%{opacity:0}
}
@keyframes explode_anim2{
    0%{opacity:0}
    2.5%{opacity:0}
    3.5%{opacity:1}
    4%{opacity:0}
    100%{opacity:0}
}
@keyframes explode_anim3{
    0%{opacity:0}
    3.5%{opacity:0}
    4.5%{opacity:1}
    5%{opacity:0}
    100%{opacity:0}
}
@keyframes explode_anim4{
    0%{opacity:0}
    4.5%{opacity:0}
    5.5%{opacity:1}
    6%{opacity:0}
    100%{opacity:0}
}
@keyframes explode_anim5{
    0%{opacity:0}
    4.5%{opacity:0}
    5.5%{opacity:1}
    6%{opacity:0}
    100%{opacity:0}
}
@keyframes explode_anim6{
    0%{opacity:0}
    5.5%{opacity:0}
    6.5%{opacity:1}
    7%{opacity:0}
    100%{opacity:0}
}

.ws_coupon .coupon_img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 86.68%;
    animation: infinite;
    animation-name: coupon_anim;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.ws_coupon .coupon_img img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ws_coupon .coupon_img button {
    position: absolute;
    width: 43.96%;
    height: 12%;
    left: 13%;
    bottom: 27%;
    background-image: url(../img/coupon/btn.png);
    border: none;
    background-color: transparent;
    background-size: 100% 100%;
    transition: 0.5s;
}

.ws_coupon .coupon_img button:hover {
    background-image: url(../img/coupon/btn_on.png);
}

@keyframes coupon_anim{
    0%{opacity:0}
    7%{opacity:0}
    20%{opacity:1; transform:rotate(0deg);}
    21.5%{transform:rotate(-20deg);}
    23.5%{transform:rotate(20deg);}
    25.5%{transform:rotate(-20deg);}
    27.5%{transform:rotate(20deg);}
    29.5%{transform:rotate(0deg);}
    39%{transform:rotate(0deg);}
    41.5%{transform:rotate(-20deg);}
    43.5%{transform:rotate(20deg);}
    45.5%{transform:rotate(-20deg);}
    47.5%{transform:rotate(20deg);}
    49.5%{transform:rotate(0deg);}
    59.5%{transform:rotate(0deg);}
    61.5%{transform:rotate(-20deg);}
    63.5%{transform:rotate(20deg);}
    65.5%{transform:rotate(-20deg);}
    67.5%{transform:rotate(20deg);}
    69.5%{transform:rotate(0deg);}
    100%{transform:rotate(0deg); opacity:1}
}


/*=========================================================== M O D A L ===============================================================*/

.modal-backdrop {
    background-color: #000000;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal {
    padding: 10px 10px !important;
    overflow-y: auto;
}

.subpage-modal {
    padding: 0 !important;
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal *::-webkit-scrollbar {
    width: 8px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
    background-color: #3b4a5d;
    background-image: none;
    border: none;
    border-radius: 5px;
}

.modal-dialog {
    max-width: 1180px;
    padding: 0 !important;
    margin: 0 auto;
}

.modal-content {
    width: 100%;
    border:none;
    z-index: 1;
    background-color: transparent;
    border-radius: 0;
    overflow: visible;
    margin: 0 auto;
    padding: 0;
}


/* Modal Close Button */

.modal .close-btn {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    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: #ffe685;
    transition: 0.3s;
}

.modal .close-btn:before {
    transform: rotate(-45deg);
}

.modal .close-btn:after {
    transform: rotate(45deg);
}

.modal .close-btn:hover:before {
    transform: rotate(-135deg);
    background-color: #ff653b;
}

.modal .close-btn:hover:after {
    transform: rotate(-45deg);
    background-color: #ff653b;
}


/* Modal Header */

.modal-header {
    height: 100px;
    background-color: #1e304e;
    border-radius: 15px;
    border: none;
    margin-bottom: 4px;
    padding: 0;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.modal-header .header-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.modal-header .header-bg:before,
.modal-header .header-bg:after {
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: initial;
}

.modal-header .header-bg:before {
    height: 100%;
    top: -100%;
    box-shadow: 0 0 80px rgba(52, 89, 126, 1.0);
    border-radius: 50%;
}

.modal-header .header-bg:after {
    height: 1px;
    top: 0;
    margin: 0 auto;
    background-image: linear-gradient(to right, rgba(52, 89, 126, 0), rgba(81, 130, 179, 0.75), rgba(52, 89, 126, 0));
}

.modal-header .header-deco {
    width: 208px;
    height: 100%;
    position: relative;
}

.modal-header .header-deco:after {
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url(../img/bg/border-lg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.modal-header .header-deco .disc {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -28px;
    margin: 0 auto;
    background-color: #181d36;
}

.modal-header .header-deco .disc:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/bg/cd-bg.png);
    background-size: 100% 100%;
    animation: discAnim 2s linear infinite;
}

@keyframes discAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.modal-header .header-deco .disc:after {
    width: 130%;
    height: 96.67%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/bg/mh-deco.png);
    background-size: 100% 100%;
    animation: mhDecoAnim 5s ease infinite;
}

@keyframes mhDecoAnim {
    0% {
        transform: translate(-50%, -50%) scale(1.0);
    }
    50% {
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.0);
    }
}


/* Modal Menu */

.modal-menu {
    margin-left: 10px;
}

.modal-menu li {
    padding: 0 30px;
}

.modal-menu li a {
    color: #a1acca;
    font-size: 16px;
}

.modal-menu li a:hover,
.modal-menu li a.active {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 15px rgba(255, 255, 255, 0.25);
}

.modal-menu li a .icon-panel {
    color: #c9b0ff;
    font-size: 20px;
    margin-right: 8px;
    text-shadow: none;
}

.modal-menu li a:hover .icon-panel,
.modal-menu li a.active .icon-panel {
    color: #39f1f1;
}

.modal-menu li a .text {
    display: inline-block;
}

.modal-menu li a .text:after {
    width: 35px;
    height: 5px;
    background-image: url(../img/bg/equalizer.gif);
    background-size: 100% 100%;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
    transition: 0.3s;
    opacity: 0;
}

.modal-menu li a.active .text:after {
    opacity: 1;
}


/* Modal Body */

.modal-body {
    background-color: #0b172b;
    border: solid 1px #263c4f;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 1.0);
}

.modal-wrap {
    width: 100%;
    padding: 30px 50px 60px;
}


/* Modal Title */

.modal-title {
    position: relative;
    z-index: 1;
    background-color: #162942;
    overflow: hidden;
}

.modal-title .title-panel {
    height: 65px;
    background-color: #1e304e;
    border-left: solid 1px #263b5d;
    border-right: solid 1px #263b5d;
    padding: 0 40px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}

.modal-title .title {
    color: #ffffff;
    font-size: 28px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#f1f7ff, #f1f7ff, #b8d7fd);
    background-size: 100% 100%;
    position: relative;
}

.modal-title i {
    font-size: 36px;
    margin-right: 10px;
}


/* Modal Notice */

.modal-notice {
    padding: 18px 18px 14px;
    border-radius: 10px;
    background-image: url(../img/bg/modal-notice.png);
    margin: 0 0 10px;
}

.modal-notice .header {
    min-width: 130px;
    padding: 3px 20px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 0 10px;
    font-size: 12px;
}

.modal-notice .header i {
    color: #bd88ff;
    font-size: 16px;
    margin-right: 2px;
}

.modal-notice .content {
    color: #a1aad8;
    font-family: GongGothicLight;
}


/* Modal Badge */

.modal-badge {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    border: solid 1px #1c304c;
    border-radius: 15px;
    position: relative;
    padding: 10px 15px;
    margin: 0 0 30px;
}

.modal-badge .badge-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.modal-badge .content {
    width: 100%;
    padding: 10px 15px;
}

.modal-badge .content:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
    transform: skew(-10deg);
    background-image: linear-gradient(rgba(54, 93, 148, 0.1), rgba(54, 93, 148, 0.4));
    border: solid 1px #2e496f;
    border-top-color: #1c314e;
    transition: 0.3s;
}

.modal-badge .content a {
    color: #ffffff;
}

.modal-badge .content a i {
    color: #ffe240;
    font-size: 16px;
}

.modal-badge .text-sub {
    color: #8fa4bd;
}


/* Form Label */

.form-container .form-label {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 4px;
    margin: 0 0 8px;
}

.form-container .form-label .labels {
    width: auto;
    min-width: 150px;
    height: auto;
    color: #8fa4bd;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    margin: 0;
}

.form-container .form-label .amount {
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.form-container .form-label .amount .symbol {
    color: #ffec5b;
}

.transferModal .form-container .form-group .input-container .icon-panel{
    font-size: 18px;
}

.transferModal .form-container .w-btn .input-container {
    width: calc(100% - 170px);
}

.transferModal .form-container .form-group .form-btn {
    width: 160px;
}

.transferModal .form-container .form-group .form-btn i {
    color: rgba(0, 0, 0, 0.7);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    margin: 0 8px;
}

/* Form Container */

.form-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.form-container .form-group {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    width: 100%;
    text-align: left;
    color: #8fa4bd;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    padding:0 0 0 4px;
    margin: 0 0 5px;
}

.form-container .infos {
    width: 100%;
    display: flex;
    align-items: center;
}

.form-container .form-group .input-container {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-container .w-btn .input-container {
    width: calc(100% - 125px);
}

.form-container .form-group input {
    width: 100%;
    height: 50px;
    float: left;
    color: #ffffff;
    font-family: GongGothicLight;
    background-color: rgba(50, 74, 100, 0.25);
    border: solid 1px rgba(50, 74, 100, 0.5);
    transition: 0.3s;
    padding: 0 10px;
    border-radius: 8px;
}

.form-container .w-icon input {
    padding: 0 0 0 40px;
}

.form-container .form-group input::-webkit-input-placeholder {
    color: #627387;
}

.form-container .form-group .input-container .icon-panel{
    min-width: 40px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffe736;
    font-size: 18px;
}

.form-container .form-group .select-input {
    width: 100%;
    height: 50px;
    float: left;
    color: #627387;
    background-color: rgba(50, 74, 100, 0.25);
    border: solid 1px rgba(50, 74, 100, 0.5);
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    position: relative;
}

.form-container .form-group .select-input select {
    width: 100%;
    height: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.25);
    font-family: GongGothicLight;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 5px;
    cursor: pointer;
}

.form-container .w-icon .select-input select {
    padding-left: 50px;
}

.form-container .form-group select option {
    background-color: #1f0a0a;
    color: #fff;
}

.form-container .form-group .select-input i {
    font-size: 18px;
    position: absolute;
    right: 15px;
}

.form-container .form-group textarea {
    width: 100%;
    height: 200px;
    float: left;
    color: #ffffff;
    font-family: GongGothicLight;
    background-color: rgba(50, 74, 100, 0.25);
    border: solid 1px rgba(50, 74, 100, 0.5);
    transition: 0.3s;
    padding: 20px 18px;
    resize: none;
    border-radius: 8px;
}

.form-container .form-group textarea::-webkit-input-placeholder {
    color: #627387;
}

.form-container .form-group .form-btn {
    width: 120px;
    height: 50px;
    border: none;
    float: right;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    margin: 0 0 0 10px;
    border-radius: 8px
}

.form-container .form-group .form-btn:before {
    border-radius: 8px
}

.form-container .form-group .form-btn i {
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}


/* 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;
    margin: 0 2px;
    background-color: #597288;
    border: solid 1px #597288;
    border-radius: 6px;
    color: #ffffff;
    font-size: 12px;
    transition: 0.3s;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 1.0);
}

.form-container .form-group .infos .btn-grp button:hover {
    background-color: #2d7abe;
    border-color: #2d7abe;
}

.form-container .form-group .infos .btn-grp button:last-child {
    background-color: #cb3030;
    border-color: #cb3030;
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
    background-color: #ff0f0f;
    border-color: #ff0f0f;
}


/* Modal Footer */

.modal-footer {
    width: 100%;
    border: none;
    margin: 40px auto 0;
    padding: 0;
}

.form-footer {
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.form-footer button {
    width: 100%;
    max-width: 180px;
    height: 48px;
    margin: 0 5px;
    border-radius: 25px;
}

.form-footer button.size-lg {
  max-width: 280px;
}

.form-footer button.size-80 {
  width: 80% !important;
	max-width: 80% !important;
}

.form-footer button:before {
    border-radius: 25px;
}

.form-footer button i {
    margin-right: 5px;
}


/* BS Table */

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 3px;
}

.bs-table thead th {
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #334461;
}

.bs-table thead th:first-child {
    border-radius: 8px 0 0 8px;
}

.bs-table thead th:last-child {
    border-radius: 0 8px 8px 0;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 48px;
    color: #ebebeb;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.03);
    border-top: solid 1px rgba(255, 255, 255, 0.08);
    border-bottom: solid 1px rgba(255, 255, 255, 0.08);
}

.bs-table tr td:first-child {
    border-radius: 8px 0 0 8px;
    border-left: solid 1px rgba(255, 255, 255, 0.08);
}

.bs-table tr td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: solid 1px rgba(255, 255, 255, 0.08);
}

.bs-table tr:hover td {
    background-color: rgba(180, 223, 255, 0.1);
    border-color: rgba(180, 223, 255, 0.15);
}

.bs-table tr td a {
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.bs-table tr td a:hover {
    color: #c7adff;
    text-decoration: underline;
}

.bs-table tr .count-td {
    width: 50px;
}

.bs-table tr .count-tag {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    background-color: #7a6fed;
    border-radius: 6px;
}

.bs-table tr .title-td {
    text-align: left;
    padding-left: 15px;
    max-width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-table tr .status-td {
    width: 15%;
    padding-left: 5px;
}

.status-tag {
    min-width: 68px;
    display: inline-block;
    padding: 2px 10px;
    background-color: #0075ff;
    border-radius: 4px;
    color: #ffffff;
    white-space: nowrap;
    font-size: 12px;
}

.status-tag.green {
    background-color: #27ae27;
}

.bs-table tr .date-td {
    width: 20%;
    color: #8fa4bd;
    font-size: 12px;
}

.bs-table tr .nav-td {
    width: 40px;
}

.bs-table tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: #999999;
    font-size: 14px;
    transition: 0.3s;
}

.bs-table tr td .delete-btn:hover {
    color: #d3131a;
}

.bs-table tr td .nav-btn {
    background-color: transparent;
    border: none;
    position: relative;
}

.bs-table tr td .nav-btn i {
    position: relative;
    color: #fff;
    font-size: 10px;
    transition: 0.3s;
    transform: rotate(0deg);
}

.bs-table tr td .nav-btn:hover i {
    color: #ffca5f;
}

.bs-table tr.active td .nav-btn i {
    transform: rotate(180deg);
    top: 5px;
}

.bs-table tr td .plus-btn {
    width: 16px;
    height: 16px;
    background-color: #ffdf3d;
    border: none;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    padding: 0 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bs-table tr td .plus-btn:hover {
    background-color: #cd4821;
}

.bs-table tr td .plus-btn:before,
.bs-table tr td .plus-btn:after {
    content: '';
    width: 2px;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: #444444;
    transition: 0.3s;
}

.bs-table tr td .plus-btn:after {
    transform: rotate(90deg);
}

.bs-table tr.active td .plus-btn:before {
    height: 0;
}

.bs-table tr td .plus-btn:hover:before,
.bs-table tr td .plus-btn:hover:after {
    background-color: #ffffff;
}


/* With Depth */

table.with-depth {
    border-spacing: 0 2px;
}

.with-depth .message-content {
    display: none;
    height: 200px;
    margin: 2px 0 5px;
}

.with-depth tr.depth-click {
    cursor: pointer;
}

.with-depth tr.dropdown {
    background-color: transparent;
}

.with-depth tr.dropdown td {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
}

.with-depth tr.dropdown td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td {
    background-color: transparent;
    border: none;
}


/* Message Content */

.message-content {
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.25);
    border: solid 1px #1c304c;
    margin: 5px 0 0;
    border-radius: 8px;
    padding: 10px;
}

.message-content .inner-container {
    width: 100%;
    height: 100%;
    float: left;
    color: #ffffff;
    font-family: GongGothicLight;
    white-space: pre-wrap;
    text-align: left;
    overflow-y: scroll;
    padding: 5px 10px;
}


/* Pagination */

.pagination li {
    float: left;
}

.pagination>li>a {
    height: 32px;
    color: #8fa4bd;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.25);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 12px 0;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.pagination li a:hover {
    color: #ffffff;
}

.pagination .turn-pg a {
    width: 24px;
    color: #c9b0ff;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: none;
}

/*
.pagination .turn-pg:nth-child(1) a {
    margin-right: 5px;
}

.pagination .turn-pg:nth-child(2) a {
    margin-right: 10px;
}

.pagination li:nth-child(3) a {
    padding-left: 20px;
    border-radius: 5px 0 0 5px;
}

.pagination li:nth-last-child(3) a {
    padding-right: 20px;
    border-radius: 0 5px 5px 0;
}

.pagination .turn-pg:nth-last-child(2) a {
    margin-left: 10px;
}

.pagination .turn-pg:last-child a {
    margin-left: 5px;
}
*/

.pagination .turn-pg a:hover {
    color: #39f1f1;
}

.pagination .active {
    color: #ffffff;
}

.pagination .active:after {
    content: '';
    width: 3px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 4px;
    position: absolute;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #ffe240;
}

.pagination li:nth-child(3) a:after {
    left: 10px;
}

.pagination li:nth-last-child(3) a:after {
    right: 10px;
}


/* Login Modal */

.modal .logo {
    width: 260px;
    margin: 0 auto 15px;
}

.loginModal .modal-dialog {
    max-width: 600px;
}

.loginModal .close-btn {
    top: 15px;
    margin: 0;
}

.loginModal h2 i {
    font-size: 36px;
}

.loginModal .modal-wrap {
    max-width: 520px;
    margin: 0 auto;
}


/* Partial Modal */

.messageModal .modal-dialog {
    max-width: 1024px;
}

.verifyModal .modal-dialog {
    max-width: 600px;
}


/* Gameplay */

.gameplayModal .modal-dialog {
    max-width: 1300px;
}

.gameplay-container {
    width: calc(100% + 10px);
    height: 530px;
    margin: 0 -5px;
    overflow-y: scroll;
}

.gameplay-btn {
    width: calc(12.5% - 10px);
    max-width: 182px;
    display: inline-block;
    margin: 0 5px 10px;
    overflow: hidden;
    border-radius: 15px;
    background-image: linear-gradient(#3e94ff, #154693);
    position: relative;
    color: #ffffff;
    border: solid 2px #34517f;
}

.gameplay-btn.mymachine {
    background-image: linear-gradient(#fd7271, #551734);
}

.gameplay-btn.reserved {
    background-image: linear-gradient(#7960c9 , #443275);
}

.gameplay-btn.ingame {
    background-image: linear-gradient(#fdff51, #bf5c00);
}

.gameplay-btn:hover {
    color: #ffffff;
}

.gameplay-btn .g-img {
    opacity: 0;
}

.gameplay-btn .g-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.gameplay-btn .g-panel:before,
.gameplay-btn .g-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
}

.gameplay-btn .g-panel:before {
    opacity: 0.5;
}

.gameplay-btn .g-panel:before {
    background-image: url(../img/gameplay/normal-glow.png);
}

.gameplay-btn.mymachine .g-panel:before {
    background-image: url(../img/gameplay/mymachine-glow.png);
}

.gameplay-btn.reserved .g-panel:before {
    background-image: url(../img/gameplay/reserved-glow.png);
}

.gameplay-btn.ingame .g-panel:before {
    background-image: url(../img/gameplay/ingame-glow.png);
}

.gameplay-btn .g-panel:after {
    transition: 0.3s;
}

.gameplay-btn .g-panel:after {
    background-image: url(../img/gameplay/normal-bg.png);
}

.gameplay-btn.mymachine .g-panel:after {
    background-image: url(../img/gameplay/mymachine-bg.png);
}

.gameplay-btn.reserved .g-panel:after {
    background-image: url(../img/gameplay/reserved-bg.png);
}

.gameplay-btn.ingame .g-panel:after {
    background-image: url(../img/gameplay/ingame-bg.png);
}

.gameplay-btn:hover .g-panel:after {
    transition: 1s;
    transition-delay: 0.1s;
    transform: scale(1.1);
}

.gameplay-btn.ingame .g-panel:before {
    animation: gpIngameGlow 0.5s ease infinite;
}

@keyframes gpIngameGlow {
    0% { opacity: 0.5 }
    50% { opacity: 1.0 }
    100% { opacity: 0.5 }
}

.gameplay-btn.ingame .g-panel:after {
    animation: gpIngameShapes 5s ease infinite;
}

@keyframes gpIngameShapes {
    0% { transform: scale(1.0); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1.0); }
}

.gameplay-btn .g-count {
    width: 24px;
    height: 24px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 4%;
    top: 3%;
    z-index: 2;
}

.gameplay-btn .diagonal-bg {
    width: 100%;
    height: 35%;
    background-color: #1b245c;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 2%;
    margin: auto 0;
    transform: skewY(-15deg);
    transition: 0.3s;
}

.gameplay-btn.ingame .diagonal-bg {
    animation: gpDiagonal 6s ease infinite;
}

@keyframes gpDiagonal {
    0% { transform: skewY(-15deg) scale(1.0); }
    50% { transform: skewY(0deg) scale(1.4); }
    100% { transform: skewY(-15deg) scale(1.0); }
}

.gameplay-btn.mymachine .diagonal-bg {
    background-color: #500c09;
}

.gameplay-btn.reserved .diagonal-bg {
    background-color: #271d53;
}

.gameplay-btn.ingame .diagonal-bg {
    background-color: #593200;
}

.gameplay-btn:hover .diagonal-bg {
    height: 50%;
}

.gameplay-btn.ingame:hover .diagonal-bg {
    height: 35%;
}

.gameplay-btn .diagonal-bg:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/gameplay/g-bg.png);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1.0) 10% 90%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1.0) 10% 90%, rgba(0, 0, 0, 0) 100%);
}

.gameplay-btn .slot-machine {
    width: 82.42%;
    left: 2%;
    right: 0;
    bottom: 21.5%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
}

.gameplay-btn .slot-machine .sm-img,
.gameplay-btn .slot-machine .sm-shadow {
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.gameplay-btn:hover .slot-machine .sm-img,
.gameplay-btn.mymachine .slot-machine .sm-img,
.gameplay-btn.reserved .slot-machine .sm-img {
    filter: brightness(50%);
}

.gameplay-btn .slot-machine .sm-shadow {
    position: absolute;
    bottom: -100%;
    left: 0;
    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.5;
}

.gameplay-btn .slot-machine .glare {
    width: 64%;
    left: -16%;
    top: 10%;
    position: absolute;
    background-size: 100% 100%;
    background-image: url(../img/gameplay/normal-glare.png);
}

.gameplay-btn.mymachine .slot-machine .glare {
    background-image: url(../img/gameplay/mymachine-glare.png);
}

.gameplay-btn.reserved .slot-machine .glare {
    background-image: url(../img/gameplay/reserved-glare.png);
}

.gameplay-btn.ingame .slot-machine .glare {
    animation: gpIngameGlow 0.5s ease infinite;
    background-image: url(../img/gameplay/ingame-glare.png);
}

.gameplay-btn .slot-machine .glare .glare-img {
    opacity: 0;
}

.gameplay-btn .slot-machine .seven {
    width: 52%;
    left: 0;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    margin: 0 auto;
    position: absolute;
    z-index: 3;
}

.gameplay-btn .slot-machine .seven .seven-img {
    opacity: 0;
}

.gameplay-btn .slot-machine .seven img {
    transition: 0.3s;
}

.gameplay-btn:hover .slot-machine .seven img,
.gameplay-btn.mymachine .slot-machine .seven img,
.gameplay-btn.reserved .slot-machine .seven img {
    filter: brightness(50%);
}

.gameplay-btn .slot-machine .seven .s1 {
    width: 25%;
    position: absolute;
    left: 0;
    top: 19%;
}

.gameplay-btn .slot-machine .seven .s2 {
    width: 35.9%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.gameplay-btn .slot-machine .seven .s3 {
    width: 25%;
    position: absolute;
    right: 0;
    top: 19%;
}

.gameplay-btn .g-footer {
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    color: #ffffff;
}

.gameplay-btn.mymachine .g-footer {
    color: #ff7d7c;
}

.gameplay-btn.reserved .g-footer {
    color: #c1afff;
}

.gameplay-btn.ingame .g-footer {
    color: #feff70;
}

.gameplay-btn .g-tag {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 2px #c5524c;
    background-color: rgba(57, 6, 4, 0.75);
    color: #ff9b9a;
    font-size: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
}

.gameplay-btn:hover .g-tag {
    animation: shakeAnim 1s ease 1;
}

.gameplay-btn.reserved .g-tag {
    border-color: #a68fed;
    background-color: rgba(23, 15, 58, 0.75);
    color: #c1afff;
}

/* Ingame */

.gameplay-btn.ingame .slot-machine .seven .s1 {
    animation: gpIngameS1 2s ease infinite;
}

@keyframes gpIngameS1 {
    0% {
        opacity: 0;
        transform: scale(0.25);
    }
    8% {
        opacity: 0;
        transform: scale(0.25);
    }
    23% {
        opacity: 1;
        transform: scale(1.1);
    }
    48% {
        opacity: 1;
        transform: scale(1.0);
    }
    90% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.gameplay-btn.ingame .slot-machine .seven .s2 {
    animation: gpIngameS2 2s ease infinite;
}

@keyframes gpIngameS2 {
    0% {
        opacity: 0;
        transform: scale(0.25);
    }
    15% {
        opacity: 1;
        transform: scale(1.1);
    }
    40% {
        opacity: 1;
        transform: scale(1.0);
    }
    90% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.gameplay-btn.ingame .slot-machine .seven .s3 {
    animation: gpIngameS3 2s ease infinite;
}

@keyframes gpIngameS3 {
    0% {
        opacity: 0;
        transform: scale(0.25);
    }
    16% {
        opacity: 0;
        transform: scale(0.25);
    }
    31% {
        opacity: 1;
        transform: scale(1.1);
    }
    56% {
        opacity: 1;
        transform: scale(1.0);
    }
    90% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

/* Btn Group */

.gameplay-btn .btn-grp {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
    transition: 0.3s;
    border-radius: 10px;
    opacity: 0;
}

.gameplay-btn:hover .btn-grp {
    opacity: 1;
}

.gameplay-btn.mymachine:hover .btn-grp,
.gameplay-btn.reserved:hover .btn-grp {
    opacity: 0;
}

.gameplay-btn .btn-grp .center {
    width: 80%;
    max-width: 100px;
    margin: 0 auto;
}

.gameplay-btn .btn-grp button {
    width: 100%;
    height: 30px;
    margin: 0 0 6px;
    border-radius: 5px;
    border: solid 1px #888888;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 12px;
    opacity: 0;
    box-shadow: none;
}

.gameplay-btn .btn-grp button:hover {
    background-color: #237eca;
    border-color: #54b1ff;
}

.gameplay-btn .btn-grp .btn-yellow {
    color: rgba(0, 0, 0, 0.75);
    border: none;
    background-color: #ea3a8c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.gameplay-btn .btn-grp .btn-yellow:hover {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background-color: #d33aea;
}

.gameplay-btn:hover .btn-grp button {
    animation: gamePlayBtn 0.8s ease 0.25s 1 forwards;
}

.gameplay-btn .btn-grp button:nth-child(1) {
    animation-delay: 0s;
}

.gameplay-btn .btn-grp button:nth-child(2) {
    animation-delay: 0.1s;
}

.gameplay-btn .btn-grp button:nth-child(3) {
    animation-delay: 0.2s;
}


/* Jackpot Modal */

.jackpotModal .modal-dialog {
    max-width: 858px;
}

.jackpotModal .modal-content {
    background-color: transparent;
}

.jackpot-winner {
    width: 100%;
    position: relative;
}

.jackpot-winner img {
    position: absolute;
}

.jackpot-winner .pattern {
    width: 100%;
    position: relative;
    opacity: 1;
    opacity: 0;
}

.jackpot-winner .panel-glow {
    width: 100%;
    left: 0;
    top: 0;
    animation: jwPanelGlowAnim 1s ease infinite;
}

@keyframes jwPanelGlowAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        opacity: 1;
    }
}

.jackpot-winner .panel {
    width: 63.18%;
    left: 3.5%;
    right: 0;
    top: 18.25%;
    margin: 0 auto;
    animation: jwPanelAnim 20s linear infinite;
}

@keyframes jwPanelAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.jackpot-winner .character {
    width: 57.58%;
    left: 0;
    right: 1.1%;
    top: 7%;
    margin: 0 auto;
    transform-origin: bottom right;
    animation: jwCharacterAnim 1s ease 1 forwards;
}

@keyframes jwCharacterAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.jackpot-winner .shine {
    width: 46.97%;
    left: 0;
    right: 20.9%;
    top: 24.5%;
    margin: 0 auto;
    animation: jwShineAnim 0.5s ease 1s infinite;
}

@keyframes jwShineAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

.jackpot-winner .money {
    width: 71.22%;
    left: 0;
    right: 2.25%;
    top: 16.15%;
    margin: 0 auto;
    transform-origin: bottom center;
    animation: jwCharacterAnim 1s ease 0.5s 1 backwards;
}

.jackpot-winner .user-panel {
    width: 30.31%;
    position: absolute;
    left: 4.5%;
    right: 0;
    top: 46.75%;
    margin: 0 auto;
    color: #fce94e;
    font-family: GmarketSansBold;
}

.jackpot-winner .panel-img {
    width: 100%;
    position: relative;
    opacity: 1;
}

.jackpot-winner .text-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.jackpot-winner .user-panel .labels {
    font-size: 20px;
    margin-right: 2%;
}

.jackpot-winner .user-panel .user {
    font-size: 30px;
    position: relative;
    top: -3%;
}

.jackpot-winner .amount-panel {
    width: 64.22%;
    position: absolute;
    left: 1.75%;
    right: 0;
    bottom: 8.5%;
    margin: 0 auto;
}

.jackpot-winner .amount-text {
    display: inline-block;
    color: #ffffff;
    font-size: 60px;
    font-family: GmarketSansBold;
    transform: rotate(-7deg) skew(-8deg);
    text-shadow: 0 2px 0 #de3225, 0 -2px 0 #de3225, 3px 0 0 #de3225, -3px 0 0 #de3225, 0 0 10px rgba(255, 251, 84, 0.75);
}

.jackpot-winner .amount-text .symbol {
    font-size: 48px;
    text-shadow: 0 3px 0 #de3225, 0 0 10px rgba(255, 251, 84, 0.75);
}

.jackpot-winner .jackpot {
    width: 77.04%;
    left: 2.5%;
    right: 0;
    bottom: 23.75%;
    margin: 0 auto;
    animation: jwJackpotAnim 1s ease 0.3s 1 backwards;
}

@keyframes jwJackpotAnim {
    0% {
        opacity: 0;
        transform: scale(0.25);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.jackpot-winner .congratulation {
    width: 46.28%;
    left: 1.25%;
    right: 0;
    bottom: 2.8%;
    margin: 0 auto;
    animation: jwCongAnim 0.5s ease 0.8s 1 backwards;
}

@keyframes jwCongAnim {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Lottery Modal */

.lotteryModal .modal-dialog {
    max-width: 700px;
}

.lotteryModal .modal-body {
    border-radius: 0;
    border: none;
    padding: 0;
}

.lottery-wrapper {
    width: 100%;
    max-width: 700px;
    overflow: hidden;
    position: relative;
}

.lottery-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lottery-header {
    position: relative;
    z-index: 1;
}

.lottery-header .title {
    width: 69.58%;
    margin: 1.6% auto 0;
    position: relative;
    left: 0.25%;
    z-index: 1;
    animation: lotteryTitleAnim 1s ease 1 backwards;
}

@keyframes lotteryTitleAnim {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.lottery-header .title img {
    position: relative;
    z-index: 1;
}

.lottery-header .title:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/lottery/jackpot-glow.png);
    background-size: 100% 100%;
    z-index: -1;
    animation: lotteryJackpotGlow 1s ease infinite;
}

@keyframes lotteryJackpotGlow {
    0% {
        opacity: 1.0;
    }
    15% {
        opacity: 0;
    }
    30% {
        opacity: 1.0;
    }
    45% {
        opacity: 0;
    }
    60% {
        opacity: 1.0;
    }
    100% {
        opacity: 1.0;
    }
}

.lottery-header .amount-img {
    width: 87%;
    margin: 0.5% auto 0;
    position: relative;
    right: 0.5%;
    animation: lotteryAmountAnim 1s ease 1 backwards;
}

@keyframes lotteryAmountAnim {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Lottery Header Background */

.lottery-header .background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
}

.lottery-header .background img {
    position: absolute;
    top: 0;
}

.lottery-header .background .pot {
    width: 67.86%;
    left: -2.25%;
    top: -5.5%;
    z-index: 1;
    animation: potAnim 2s ease infinite;
}

@keyframes potAnim {
    0% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(-5deg);
    }
    45% {
        transform: rotate(2deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.lottery-header .background .carrots {
    width: 33.72%;
    left: -3.15%;
    top: 28%;
    animation: carrotsAnim 3s ease infinite;
}

@keyframes carrotsAnim {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
    }
}

.lottery-header .background .leaves {
    width: 35.14%;
    right: 5.5%;
    top: auto;
    bottom: 8.75%;
    animation: leavesAnim 10s ease infinite;
}

@keyframes leavesAnim {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* Loterry Board */

.lottery-board {
    width: 91.43%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1%;
    margin: 0 auto;
}

.lottery-board-panel{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 2.5%;
    z-index: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.scratch-btn {
    width: 23.75%;
    background-color: transparent;
    border: none;
    position: relative;
    margin: 0 2% 0.5%;
    animation: scratchBtnAnim 0.8s ease 1 0.1s backwards;
}

.scratch-btn:nth-child(2) { animation-delay: 0.2s; }
.scratch-btn:nth-child(3) { animation-delay: 0.3s; }
.scratch-btn:nth-child(4) { animation-delay: 0.4s; }
.scratch-btn:nth-child(5) { animation-delay: 0.5s; }
.scratch-btn:nth-child(6) { animation-delay: 0.6s; }
.scratch-btn:nth-child(7) { animation-delay: 0.7s; }
.scratch-btn:nth-child(8) { animation-delay: 0.8s; }
.scratch-btn:nth-child(9) { animation-delay: 0.9s; }

@keyframes scratchBtnAnim {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.scratch-btn:before,
.scratch-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.scratch-btn:before {
    top: -0.5%;
    background-image: url(../img/lottery/scratch-on.png);
    transition: 0.3s;
    opacity: 0;
}

.scratch-btn:hover:before {
    opacity: 1;
}

.scratch-btn:after {
    background-image: url(../img/lottery/scratch-ing.gif);
    display: none;
}

.scratch-btn:nth-child(2):after { background-image: url(../img/lottery/scratch-ing02.gif); }
.scratch-btn:nth-child(3):after { background-image: url(../img/lottery/scratch-ing03.gif); }
.scratch-btn:nth-child(4):after { background-image: url(../img/lottery/scratch-ing04.gif); }
.scratch-btn:nth-child(5):after { background-image: url(../img/lottery/scratch-ing05.gif); }
.scratch-btn:nth-child(6):after { background-image: url(../img/lottery/scratch-ing06.gif); }
.scratch-btn:nth-child(7):after { background-image: url(../img/lottery/scratch-ing07.gif); }
.scratch-btn:nth-child(8):after { background-image: url(../img/lottery/scratch-ing08.gif); }
.scratch-btn:nth-child(9):after { background-image: url(../img/lottery/scratch-ing09.gif); }

.scratch-btn.active:after {
    display: block;
}

.scratch-btn:nth-child(even) .b-img {
    transform: rotateY(180deg);
}

.scratch-btn:hover .b-img {
    animation: lotteryBImg 1s ease 1 forwards;
}

.scratch-btn.active:hover .b-img {
    animation: none;
}

@keyframes lotteryBImg {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.scratch-btn:nth-child(even):hover .b-img {
    animation: lotteryBImgEven 1s ease 1 forwards;
}

@keyframes lotteryBImgEven {
    0% {
        transform: rotateY(180deg) rotate(0deg);
    }
    25% {
        transform: rotateY(180deg) rotate(20deg);
    }
    50% {
        transform: rotateY(180deg) rotate(-10deg);
    }
    75% {
        transform: rotateY(180deg) rotate(5deg);
    }
    100% {
        transform: rotateY(180deg) rotate(0deg);
    }
}

.scratch-btn .text-panel {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 14%;
    z-index: 5;
    color: #000000;
    font-family: Noto Sans Kr;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.3s;
    transition-delay: 0.5s;
}

.scratch-btn.active .text-panel {
    opacity: 1;
    transform: scale(1.0);
}

.scratch-btn .text-panel .amount,
.scratch-btn .text-panel .text {
    width: 100%;
    display: inline-block;
}

.scratch-btn .text-panel .amount {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: -4%;
}

.scratch-btn .text-panel .text {
    font-size: 24px;
    font-weight: 900;
}

/* Lottery Win */

.lottery-win {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 1;
    display: none;
}

.lottery-win.active {
    display: block;
}

.lottery-win .label-cont {
    width: 43.75%;
    left: 0;
    right: 0;
    top: -22%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
}

.lottery-win .label-cont .bg {
    width: 100%;
}

.lottery-win .text-cont {
    width: 86.25%;
    margin: 0 auto;
    position: absolute;
}

.lottery-win .text-cont:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../img/lottery/congrats-on.png);
    background-size: 100% 100%;
    animation: winLabelAnim 0.3s linear infinite;
}

@keyframes winLabelAnim {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.lottery-win .text-cont img {
    width: 100%;
}

.lottery-win .main-cont {
    width: 84.86%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    animation: lotteryWinAnim 1s ease 1 backwards;
}

@keyframes lotteryWinAnim {
    0% {
        transform: scale(0) translateY(-50%);
    }

    100% {
        transform: scale(1) translateY(-50%);
    }
}

.lottery-win .main-cont:before,
.lottery-win .main-cont:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: 100% 100%;
}

.lottery-win .main-cont:before {
    background-image: url(../img/lottery/light1-on.png);
    animation: winlightAnim 0.5s linear infinite;
}

@keyframes winlightAnim {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.lottery-win .main-cont:after {
    background-image: url(../img/lottery/light2-on.png);
    animation: winlightSecAnim 0.5s linear infinite;
}

@keyframes winlightSecAnim {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.lottery-win .main-cont .main-bg {
    width: 100%;
}

.lottery-win .main-cont .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lottery-win .main-cont .inner .amount {
    color: #ffffff;
    font-size: 100px;
    font-family: Noto Sans Kr;
    font-weight: 900;
    background: -webkit-linear-gradient(#fff5e7, #b6b7b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Android Modal */

.androidModal .modal-dialog {
    max-width: 950px;
}

.androidModal .modal-content {
    border: solid 4px #1e304e;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0);
}

.androidModal .close-btn {
    top: 15px;
    margin: 0;
}


/* Spin Wheel */

.wheelModal .modal-dialog {
    max-width: 1000px;
    min-height: 100%;
}

.wheelModal .modal-content {
    border: none;
}

.wheelModal .close-btn {
    top: 20px;
    bottom: auto;
}

.spin-wheel {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 1.0);
}

.spin-wheel .bg {
    width: calc(100% + 2px);
    margin: -1px -1px;
}

.spin-wheel .items-bg {
    width: 77.8%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: wheelItems 5s ease infinite;
}

@keyframes wheelItems {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
    }
}

.spin-wheel .wheel-panel {
    width: 61%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: wheelPanel 1s ease 1 forwards;
}

@keyframes wheelPanel {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1.0;
        transform: scale(1.0);
    }
}

.spin-wheel .wheel-panel:before {
    width: 96.89%;
    height: 96.89%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/wheel/wheel-panel-02.png);
    background-size: 100% 100%;
    z-index: 1;
}

.spin-wheel .wheel-panel .wp-img {
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 1.0));
}

.spin-wheel .light-bg {
    width: 106.23%;
    position: absolute;
    left: -3.11%;
}

.spin-wheel .light-bg:before,
.spin-wheel .light-bg:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    z-index: 1;
}

.spin-wheel .light-bg:before {
    background-image: url(../img/wheel/light-on-01.png);
    animation: wheelLight01 0.5s ease infinite;
}

@keyframes wheelLight01 {
    0% { opacity: 0; }
    50% { opacity: 1.0; }
    100% { opacity: 0; }
}

.spin-wheel .light-bg:after {
    background-image: url(../img/wheel/light-on-02.png);
    animation: wheelLight02 0.5s ease infinite;
}

@keyframes wheelLight02 {
    0% { opacity: 1.0; }
    50% { opacity: 0; }
    100% { opacity: 1.0; }
}

.spin-wheel .wheel-inner {
    width: 98.2%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.spin-wheel .wheel-inner:before,
.spin-wheel .wheel-inner:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background-size: 100% 100%;
}

.spin-wheel .wheel-inner:before {
    width: 92.32%;
    height: 92.32%;
    background-image: url(../img/wheel/wheel-shadow.png);
}

.spin-wheel .wheel-inner:after {
    width: 95.16%;
    height: 95.66%;
    background-image: url(../img/wheel/diamond-bg.png);
}

.spin-wheel .wheel-select {
    width: 91.82%;
    height: 91.82%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.spin-wheel .wheel-select.numbers {
    z-index: 20;
}

.start-spin .wheel-select {
    animation: wheelSpinAnim 6s ease-out 1 forwards;
}

@keyframes wheelSpinAnim {
    0% { transform:rotate(0deg); }
    100% { transform:rotate(2916deg); }
}

.spin-wheel .color-select {
    width: 50%;
    left: 0;
    position: absolute;
    transform-origin: right center;
}

.spin-wheel .color-select:nth-child(2) {
    transform: rotate(18deg);
}

.spin-wheel .color-select:nth-child(3) {
    transform: rotate(36deg);
}

.spin-wheel .color-select:nth-child(4) {
    transform: rotate(54deg);
}

.spin-wheel .color-select:nth-child(5) {
    transform: rotate(72deg);
}

.spin-wheel .color-select:nth-child(6) {
    transform: rotate(90deg);
}

.spin-wheel .color-select:nth-child(7) {
    transform: rotate(108deg);
}

.spin-wheel .color-select:nth-child(8) {
    transform: rotate(126deg);
}

.spin-wheel .color-select:nth-child(9) {
    transform: rotate(144deg);
}

.spin-wheel .color-select:nth-child(10) {
    transform: rotate(162deg);
}

.spin-wheel .color-select:nth-child(11) {
    transform: rotate(180deg);
}

.spin-wheel .color-select:nth-child(12) {
    transform: rotate(198deg);
}

.spin-wheel .color-select:nth-child(13) {
    transform: rotate(216deg);
}

.spin-wheel .color-select:nth-child(14) {
    transform: rotate(234deg);
}

.spin-wheel .color-select:nth-child(15) {
    transform: rotate(252deg);
}

.spin-wheel .color-select:nth-child(16) {
    transform: rotate(270deg);
}

.spin-wheel .color-select:nth-child(17) {
    transform: rotate(288deg);
}

.spin-wheel .color-select:nth-child(18) {
    transform: rotate(306deg);
}

.spin-wheel .color-select:nth-child(19) {
    transform: rotate(324deg);
}

.spin-wheel .color-select:nth-child(20) {
    transform: rotate(342deg);
}

.spin-wheel .wheel-select.numbers .color-select .ap-img {
    opacity: 0;
}

.spin-wheel .amount-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 46% 1% 0;
    color: #ffffff;
    font-family: "Clarendon BT W04 Black";
    font-size: 24px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
    z-index: 10;
}

/* Wheel Selector */

.wheel-selector {
    width: 53.92%;
    left: -4.75%;
    position: absolute;
    z-index: initial;
}

.wheel-selector:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-image: url(../img/wheel/selector-on.png);
    z-index: 35;
    opacity: 0;
}

.start-spin .wheel-selector:before {
    animation: selectedAnim 0.5s infinite 6s forwards;
}

@keyframes selectedAnim {
    0% { opacity: 0; }
    50% { opacity: 1.0; }
    100% { opacity: 0; }
}

.wheel-selector .ap-img {
    width: 85.15%;
    position: absolute;
    z-index: 10;
    right: 0;
}

.wheel-selector .selector-img {
    position: relative;
    z-index: 30;
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 1.0));
}

/* Spin Button */

.spin-wheel .spin-btn {
    width: 29.88%;
    height: 29.88%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 50;
    border: none;
    background-color: transparent;
    border-radius: 50%;
}

.spin-wheel .spin-btn:before,
.spin-wheel .spin-btn:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: 100% 100%;
    opacity: 0;
}

.spin-wheel .spin-btn:before {
    background-image: url(/img/wheel/btn-over.png);
}

.spin-wheel .spin-btn:hover:before {
    opacity: 1.0;
}

.spin-wheel .spin-btn:after {
    transition: 0s;
    background-image: url(../img/wheel/btn-hit.png);
}

.start-spin .spin-btn:after {
    opacity: 1.0;
}


.popup-container {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .5);z-index:9999;overflow:hidden}
.popup-wrap {width:1600px;margin:0 auto;display:flex;align-items:flex-start;gap:10px}
.popup-container .popup-wrap .popup-box {display:inline-block;margin-top:68px;width:calc(25% - 10px);margin-right:10px;border:2px solid #402760;overflow:hidden;background:#000;animation:opacityIn .3s;transition:opacity .3s;}
.popup-container .popup-wrap .popup-box .pop_head {display:flex;align-items:center;justify-content:center;width:100%;height:60px;background-color:#402760;position:relative;}
.popup-container .popup-wrap .popup-box .pop_head button{position:absolute;top:50%;right:20px;transform:translate(0, -50%);width:24px;height:24px;color:white;display:grid;place-content:center;background-color:transparent;cursor:pointer;border:none}
.popup-container .popup-wrap .popup-box .popup-contents-box {min-height:400px;padding:0}
.popup-container .popup-wrap .popup-box .popup-contents-box img {display:block;width:100%;max-height:calc(100vh - 150px);}
.popup-container .popup-wrap .popup-box .popup-footer {height:34px;background:#402760;color:#fff;display: flex;justify-content: center;align-items: center;}
.popup-container .popup-wrap .popup-box .popup-footer button {background:linear-gradient(#ffd000, #bb7300);border:0;border-radius:10px;color:#fff;font-size:12px;padding:4px 12px;cursor:pointer;}

.momemu {display:none !important}

.btnwrap {width:100%;margin-top:10px;display:grid;grid-template-columns: repeat(8, 1fr);gap:4px}
.btnwrap button {width:100%;cursor:pointer;padding: 8px 12px;font-size:14px;color:#fff;border-radius:8px;border:1px solid #e2e8f0;}

.search-wrap {width:100%;margin:10px 0}
.search-wrap input[type="text"] {width:100%;padding:6px 2px}

@media (max-width: 767px) {
	.pc {display:none !important}
	.momemu {display:flex !important;height:50px !important;gap:10px}
	
	main {padding-left:0 !important}
	
	.vendor-list {grid-template-columns: repeat(2, 1fr);}
	
	.btnwrap {grid-template-columns: repeat(4, 1fr);gap:4px}
	
	.popup-wrap {width:100%;display:flex;flex-wrap:wrap;justify-content:center}
	.popup-container .popup-wrap .popup-box {margin-top:40px;width:calc(90% - 10px);}
}