
@font-face {
    font-family: noto-sans-kr;
    src: url(../fonts/NotoSansKR-Regular.otf);
}

@font-face {
    font-family: noto-sans-bold;
    src: url(../fonts/NotoSansKR-Bold.otf);
}

@font-face {
    font-family: noto-sans-black;
    src: url(../fonts/NotoSansKR-Black.otf);
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

html::-webkit-scrollbar {
    width: 10px;
    background: #000000;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

html::-webkit-scrollbar-thumb {
    background: linear-gradient(#fffd00, #db8812);
    border: solid 2px #000000;
}

body {
    height: 100%;
    padding-right: 0 !important;
    text-align: center;
    background-color: #0e0e0e;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url(/img/bg/main-bg.png);
    color: #fff;
    font-size: 14px;
    font-family: "noto-sans-kr", Arial, sans-serif;
    transition: 0.3s;
}

body.active {
    overflow: hidden;
}

@media (min-width: 1921px) {
    body {
        background-size: cover;
    }
}

button, a, input, select, textarea, span {
    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;
    z-index: -1;
}

:root {
    --yellow: #ffef00;
}

.font-small {
    font-size: 10px;
}

.font-s-12 {
    font-size: 12px !important;
}

.font-bold {
    font-family: noto-sans-bold;
}

.font-black {
    font-family: noto-sans-black;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-yellow-f {
    color: #ffdf84 !important;
}

.text-purple {
	color: #7d4dea !important;
}

.text-red {
    color: #ff9159 !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;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.wrapper.affix  {
    padding: 130px 0 0;
}

.wrapper:before,
.wrapper:after {
    width: 100%;
    min-width: 1920px;
    height: 900px;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    background-repeat: no-repeat;
}

.wrapper:before {
    background-position: left top;
    background-image: url(/img/bg/left-bg.png);
    opacity: 0.7;
    left: 49%;
}

.wrapper:after {
    background-position: right top;
    background-image: url(/img/bg/right-bg.png);
    opacity: 0.4;
    left: 52%;
}

.bs-ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    display: table;
    padding: 0;
}

.bs-ul li {
    list-style: none;
    width: auto;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1460px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}


/* Loading Wrapper */

.loading-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url(/img/icon/loading-transparent.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 1999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.loading-wrapper.active {
    opacity: 1;
    pointer-events: auto;
}


/* Site Button */


.btn-yellow {
    color: rgba(0, 0, 0, 1.0);
    background-color: #fffd00;
    background-image: linear-gradient(#fffd00, #db8812);
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-red {
    color: #ffffff;
    background-color: #fa994b;
    background-image: linear-gradient(#fa994b, #ac4d00);
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-green {
    color: #ffffff;
    background-color: #42f78b;
    background-image: linear-gradient(#42f78b, #238c4f);
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-gray {
    color: #ffffff;
    background-color: #8c8a8a;
    background-image: linear-gradient(#8c8a8a, #575757);
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-yellow span,
.btn-red span,
.btn-green span,
.btn-gray span {
    transition: 0s;
}

.btn-yellow:before,
.btn-red:before,
.btn-green:before,
.btn-gray:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    z-index: -1;
    border-radius: 2px;
    opacity: 0;
    transform: translateY(-100%);
}


.btn-yellow:before {
    background-image: linear-gradient(#fbbe17, #d78400);
}

.btn-red:before {
    background-image: linear-gradient(#fa801d, #cd3f00);
}

.btn-green:before {
    background-image: linear-gradient(#51c7ff, #1786cd);
}

.btn-gray:before {
    background-image: linear-gradient(#b1b1b1, #777777);
}


@media(min-width:1201px){ 

    .btn-yellow:hover:before,
    .btn-red:hover:before,
    .btn-green:hover:before,
    .btn-gray:hover:before {
        opacity: 1;
        transform: translateY(0);
    }

    .btn-yellow:hover {
        color: #ffffff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 187, 0, 0.25);
    }

    .btn-red:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(205, 63, 0, 0.25);
    }

    .btn-green:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(23, 134, 204, 0.25);
    }

    .btn-gray:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.25);
    }

}


/* Header Section */

.header-section {
    width: 100%;
    position: relative;
    z-index: 99;
    transition: 0.3s;
}

.affix .header-section {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
}

.header-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.95);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 51% 100%);
    box-shadow: 0 2px 0 var(--yellow);
    transition: 0s;
    opacity: 0;
}

.affix .header-section:before {
    opacity: 1;
}

.header-top {
    height: 70px;
    position: relative;
    z-index: 9;
}

.affix .header-top {
    margin: -70px 0 0;
}

.logo {
    width: 180px;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
    position: absolute;
    display: inline-block;
}

.modal .logo {
    top: 0;
}

.affix .header-section .logo {
    width: 80px;
    left: 0;
    right: 0;
    top: 70px;
}

.logo img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}

/*
.logo .logo-img {
    opacity: 0;
}
*/

.logo .diamond {
    width: 63.34%;
    top: 19.5%;
    left: 4%;
    animation: lgDiamondAnim 10s ease infinite;
}

@keyframes lgDiamondAnim {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    8% {
        opacity: 0;
        transform: translateY(-25%);
    }
    15% {
        opacity: 1;
        transform: translateY(5%);
    }
    25% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .star {
    width: 41.67%;
    top: -0.75%;
    left: 10%;
    transform-origin: bottom center;
    animation: lgStarAnim 10s ease infinite;
}

@keyframes lgStarAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    15% {
        opacity: 0;
        transform: scale(0);
    }
    25% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.logo .items {
    width: 60%;
    top: 26.25%;
    left: 4%;
    transform-origin: bottom center;
    animation: lgItemsAnim 10s ease infinite;
}

@keyframes lgItemsAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    12% {
        opacity: 0;
        transform: scale(0);
    }
    22% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.logo .crown {
    width: 66.67%;
    top: 12%;
    left: 4%;
    animation: lgCrownAnim 10s ease infinite;
}

@keyframes lgCrownAnim {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .rising {
    width: 100%;
    bottom: 0;
    animation: lgRisingAnim 10s ease infinite;
}

@keyframes lgRisingAnim {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }
    5% {
        opacity: 0;
        transform: translateY(25%);
    }
    15% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .slot {
    width: 33.89%;
    bottom: 0.5%;
    left: 2.5%;
    animation: lgSlotAnim 10s ease infinite;
}

@keyframes lgSlotAnim {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    5% {
        opacity: 0;
        transform: translateY(-25%);
    }
    15% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}


/* Customer Panel */

.mobile .customer-panel {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 20px auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 15px 0;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.05);
}

.customer-panel .bs-ul li {
    padding: 2px 45px 0 0;
}

.mobile .customer-panel .bs-ul li {
    padding: 0 20px;
}

.customer-panel .bs-ul li .icon-panel {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: linear-gradient(#51c7ff, #1786cd);
    margin-right: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.customer-panel .bs-ul li .icon-panel.phone {
    background-image: linear-gradient(#db6dfe, #9500c4);
}

.customer-panel .bs-ul li .info {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}


/* Before After Login */

.affix .bal-container {
    display: none;
}

.before-login {
    display: none;
}

.before-login.active {
    display: block;
}

.before-login button, .before-login a.btn {
    width: 130px;
    height: 40px;
    margin-left: 6px;
}
	
/* After Login */

.after-login {
    display: none;
    position: relative;
}

.after-login.active {
    display: block;
}

.after-login button {
    width: 110px;
    height: 40px;
    margin-left: 5px;
}

.after-login .nav-btn {
    width: 50px;
    height: 38px;
    font-size: 14px;
    margin: 0 3px;
}

.after-login .nav-btn:hover:before {
    transform: translateY(0);
}

.after-login .active .nav-btn:before {
    transform: translateY(0);
    opacity: 1;
}

.after-login .active .nav-btn {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.after-login .message-btn .count {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color:#bf3535;
    color: #ffffff;
    font-size: 8px;
    position: absolute;
    right: -8px;
    top: -2px;
    text-shadow: none;
}

.after-login .mobile button {
    width: 50px;
    height: 35px;
    border-radius: 3px;
    margin-left: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    font-size: 12px;
}

.after-login .mobile .logout-btn {
    height: 35px;
}


/* Dropdown */

.drop-down {
    position: relative;
    transition: 0.3s;
}

.drop-down .toggle-btn {
    transition: 0s;
}

.drop-down .toggle-btn .icon{
    position: relative;
    top: 0;
    transition: 0.3s;
}

.drop-down.active .toggle-btn .icon{
    top: -5px;
}

.drop-down:hover .toggle-btn .icon{
    top: -5px;
}

.drop-down .toggle-btn .arrow-icon {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.3s;
}

.drop-down.active .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: 2px;
    transform: rotate(180deg);
    color: var(--yellow-white);
}

.drop-down:hover .toggle-btn .arrow-icon {
    opacity: 1;
    bottom: 2px;
}

.drop-down-menu {
    width: 260px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75%;
    background-color: #2a2a2a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    padding: 10px 10px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.drop-down.active .drop-down-menu {
    top: calc( 100% + 10px );
    opacity: 1;
    pointer-events: auto;
}

.drop-down-menu a {
    white-space: nowrap;
    height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.03);
    padding: 0 10px;
}

.drop-down-menu a:last-child {
    border-bottom: none;
}


/* Account Info */

.after-login .account-info {
    padding: 0;
}

.after-login .account-info .row {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 2px
}

.after-login .account-info .labels{
    text-align:left;
    min-width:100px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    font-size: 12px;
    padding: 0 0 0 8px;
    color: #ccc;
}

.after-login .account-info .labels .icon{
    width:28px;
    height:28px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color: rgba(0, 0, 0, 0.75);
    background-image: linear-gradient(#42f78b, #238c4f);
    margin-right: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.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;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 12px rgba(255, 255, 255, 0.25);
}

.after-login .account-info .information .symbol{
    color: var(--yellow);
    margin-left:3px;
}


/* Progress Bar */

.after-login .account-info .progressbar{
    background-color: transparent;
    height: 50px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    margin: 0 0 15px;
    border-radius: 0;
    box-shadow: none;
}

.after-login .account-info .progressbar .labels{
    min-width: auto;
    padding: 0;
}

.after-login .account-info .progressbar .labels .icon{
    width:24px;
    height:24px;
    background-image: none;
    background-color: transparent;
    border: none;
}

.progress-panel {
    width: calc(100% - 34px);
    height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1.0), 0 1px 2px rgba(0, 0, 0, 1.0);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.progress-panel .percent {
    width: 75%;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    top: 0;
}

.progress-panel .percent:before {
    width: 200%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #fffd00, #ffdc00, #fffd00, #ffdc00, #fffd00);
    animation: percentAnim 0.5s linear infinite;
}

@keyframes percentAnim {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.after-login .drop-down .mypage-link{
    width:100%;
    height:35px;
    border-radius:3px;
    margin: 5px 0;
    border:none;
    font-size: 12px;
}

.after-login .drop-down .message-btn{
    width:100%;
    height:40px;
    border-radius:3px;
    margin: 10px 0 0;
    border:none;
    background-color: #555555;
    color:#fff;
    font-size: 12px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

.after-login .drop-down .message-btn .count{
    left: 0;
    top: 0;
    position: relative;
    color: #f183ff;
    border-radius: 0;
    width: auto;
    height: auto;
    background-image: none;
    background-color: transparent;
    font-size: 12px;
    margin-left: 8px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}


/* Header Menu */

.main-menu {
    width: 100%;
    padding: 0 10px;
}

.main-menu .bs-ul {
    width: calc(50% - 97px);
    table-layout: fixed;
}

.main-menu .bs-ul li {
    padding-right: 10px;
}

.main-menu .bs-ul:last-child li {
    padding-right: 0;
    padding-left: 10px;
}

.main-menu .bs-ul li a {
    width: 100%;
    height: 60px;
    color: rgba(255, 255, 255, 0.75);
}

.main-menu .bs-ul li a:hover {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.5);
}

.main-menu .bs-ul li a:before,
.main-menu .bs-ul li a:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    transform: skew(20deg);
}

.affix .main-menu .bs-ul li a:before,
.affix .main-menu .bs-ul li a:after {
    opacity: 0;
}

.main-menu .bs-ul:last-child li a:before,
.main-menu .bs-ul:last-child li a:after {
    transform: skew(-20deg);
}

.main-menu .bs-ul li a:before {
    border: solid 1px rgba(255, 255, 255, 0.15);
    background-color: rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0) 51% 100%);
}

.main-menu .bs-ul li a:hover:before {
    background-color: rgba(27, 27, 27, 0.5);
    border-color: rgba(255, 255, 255, 0.25);
}

.main-menu .bs-ul li a:after {
    top: 4px;
    border-bottom: solid 3px var(--yellow);
}

.main-menu .bs-ul li a .icon {
    margin-right: 10px;
    transform-origin: bottom center;
    transition: 0.3s;
}

.main-menu .bs-ul li a:hover .icon {
    animation: mainMenuIcon 1s ease 1 forwards;
}

@keyframes mainMenuIcon {
    0% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.1) rotate(-15deg);
    }
    50% {
        transform: scale(1.1) rotate(15deg);
    }
    75% {
        transform: scale(1.1) rotate(-10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.main-menu .bs-ul li a span {
    transition: 0s;
}


/* Banner Section */

.banner-section {
    width: 100%;
    margin: 34px 0 0;
}

.banner-section .banner-panel {
    height: 300px;
    border-radius: 5px;
    background-image: linear-gradient(to right, rgba(255, 244, 0, 0.8), rgba(251, 125, 0, 0.8), rgba(246, 69, 0, 0.4), rgba(246, 69, 0, 0));
}

.banner-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-background img {
    position: absolute;
    bottom: 0;
}

.banner-background div {
    position: absolute;
    bottom: 0;
}

.banner-background .palace {
    width: 49.32%;
    left: 5.5%;
    animation: palaceAnim 12s ease infinite;
}

@keyframes palaceAnim {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    15% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .piggy {
    width: 25.76%;
    left: 0;
    animation: piggyAnim 12s ease infinite;
}

@keyframes piggyAnim {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }
    15% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .coins {
    width: 28.43%;
    left: -2%;
    animation: coinsAnim 12s ease infinite;
}

@keyframes coinsAnim {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    20% {
        opacity: 0;
        transform: scale(0.75);
    }
    23% {
        opacity: 1;
        transform: scale(1.05);
    }
    30% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner-background .pig-glow {
    width: 11.79%;
    left: 6.75%;
    bottom: auto;
    top: 0;
    animation: pigGlowAnim 12s ease infinite;
}

@keyframes pigGlowAnim {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    23% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.banner-background .pig-glow img {
    animation: pigGlowImgAnim 0.5s ease infinite;
}

@keyframes pigGlowImgAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-background .seven {
    width: 15.55%;
    left: 23.5%;
    animation: sevenAnim 12s ease infinite;
}

@keyframes sevenAnim {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }
    8% {
        opacity: 0;
        transform: translateY(-25%);
    }
    15% {
        opacity: 1;
        transform: translateY(5%);
    }
    20% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .fireworks {
    width: 7.13%;
    left: 23.5%;
    bottom: auto;
    top: 6%;
    left: 35%;
    animation: fireworksAnim 12s ease infinite;
}

@keyframes fireworksAnim {
    0% {
        opacity: 0;
        transform: scale(0.15) translateY(600%);
    }
    10% {
        opacity: 0;
        transform: scale(0.15) translateY(600%);
    }
    20% {
        opacity: 1;
        transform: scale(0.15) translateY(0);
    }
    23% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    95% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    100% {
        opacity: 0;
        transform: scale(1) translateY(0);
    }
}

.banner-background .loy-kratong {
    width: 38.98%;
    left: 12.75%;
    transform-origin: bottom left;
    animation: loyAnim 12s ease infinite;
}

@keyframes loyAnim {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    5% {
        opacity: 0;
        transform: scale(0.75);
    }
    15% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner-background .spark {
    width: 18.46%;
    right: -6%;
    bottom: 26.5%;
    animation: firecrackersSparkAnim 0.2s ease infinite;
}

@keyframes firecrackersSparkAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}


/* Banner Carousel */

.banner-carousel {
    width: 60%;
    height: 100%;
    margin-left: auto;
}

.banner-carousel .text-panel {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    opacity: 0;
    animation: bannerCarousel 5s ease 1 forwards;
}

@keyframes bannerCarousel {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    15% {
        opacity: 1;
        transform: translateY(0);
    }
    85% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.banner-carousel .text-panel h1 {
    font-size: 50px;
}

.banner-carousel .text-panel h2 {
    font-size: 36px;
}

.banner-carousel .more-btn {
    width: 200px;
    height: 50px;
    background-color: #ffba16;
    border: none;
    border-radius: 5px;
    color: #000000;
    font-size: 18px;
    font-family: noto-sans-bold;
    margin: 30px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.banner-carousel .more-btn:hover {
    color: #ffffff;
    background-color: #ff9322;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}


/* Carousel Nav */

.carousel-nav {
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.carousel-indicators {
    margin: 0;
    bottom: 0;
    position: relative;
    display: block;
}

.carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 4px 0;
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px rgba(255, 255, 255, 0);
    opacity: 1;
    transition: 0.3s;
    display: block;
}

.carousel-indicators li.active {
    border-color: rgba(255, 255, 255, 0.15);
}

.carousel-indicators li:before {
    width: 8px;
    height: 8px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
}

.carousel-indicators li:hover:before {
    background-color: rgba(255, 255, 255, 1);
}

.carousel-indicators li.active:before {
    background-color: var(--yellow);
}

.carousel-nav .carousel-pn {
    width: 18px;
    height: 25px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    border: solid 1px rgba(255, 255, 255, 0.25);
    margin: 10px 0;
}

.carousel-nav .carousel-pn:hover {
    color: var(--yellow);
    border-color: rgba(255, 255, 255, 0.5);
}

.carousel-nav .carousel-pn:first-child {
    border-radius: 9px 9px 0 0;
}

.carousel-nav .carousel-pn:last-child {
    border-radius: 0 0 9px 9px;
}


/* Board Section */

.board-section {
    margin: 10px 0 0;
}

.board-section.mobile {
    margin: -30px 0 0;
}

@keyframes jpStarAnim {
    0% {
        transform: rotate(0deg);
    }
    90% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes jpGlowAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

/* Withdrawal Event Panel */

.bs-board {
    width: 32%;
    height: 150px;
    margin-left: 10px;
    padding: 10px 10px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #30b967, #238c4f);
    overflow: hidden;
}

.bs-board:before {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(/img/bg/withdrawal-bg.png);
    left: 0;
    top: 0;
}

.notice-board {
    background-image: linear-gradient(to right, #fa994b, #ac4d00);
}

.notice-board:before {
    background-image: url(/img/bg/notice-bg.png);
}

.event-board {
    background-image: linear-gradient(to right, #7d4dea, #4e28a3);
}

.event-board:before {
    background-image: url(/img/bg/event-bg.png);
}

.bs-board .header {
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.bs-board .header .more-link {
    height: 18px;
    padding: 0 12px;
    color: #ffffff;
    font-size: 10px;
    text-shadow: none;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}

.bs-board table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.bs-board table tr {
    cursor: pointer;
}

.bs-board table tr td {
    height: 30px;
    color: #ffffff;
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    transition: 0.3s;
}

.bs-board table tr:hover td {
    background-color: rgba(0, 0, 0, 0.4);
}

.bs-board table tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.bs-board table tr td:last-child {
    border-radius: 0 5px 5px 0;
}

.bs-board table tr td a {
    color: #ffffff;
    max-width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-decoration:none;
    overflow: hidden;
    display: inline-block;
    padding-left: 5px;
}

.bs-board table tr td a:hover {
    color: var(--yellow);
}

.bs-board table tr .date-td {
    width: 20%;
    color: rgba(255, 255, 255, 0.75);
}

.new-icon{
    min-width:14px;
    height:14px;
    display:inline-block;
    vertical-align: top;
    color:#fff;
    font-size:10px;
    border-radius:3px;
    background-color: #fa5d16;
    background-image: linear-gradient(#fa5d16, #c42706);
    line-height: 14px;
    text-align:center;
    margin-left:3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);;
    position: relative;
    top: 3px;
}

.rolling-notice ul li div {
    border-radius: 5px !important;
}

.rolling-event ul li div {
    border-radius: 5px !important;
}

/* Rolling Realtime */

.rolling-realtime {
    width: 100%;
    margin: 5px 0 0;
}

.rolling-realtime ul {
    width: 100%;
		padding-left:0;
}

.rolling-realtime ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 35px;
    cursor: pointer;
    transition: 0.3s;
}

.rolling-realtime ul li div {
    height: calc(100% - 5px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    font-size: 14px;
    transition: 0.3s;
    white-space: nowrap;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.25);
}

.rolling-realtime ul li div:first-child {
    border-radius: 5px 0 0 5px;
}

.rolling-realtime ul li div:last-child {
    border-radius: 0 5px 5px 0;
}

.rolling-realtime ul li .title {
    width: 100%;
    justify-content: flex-start;
    border-radius: 5px;
    padding: 0 5px;
}

.rolling-realtime ul li a {
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.rolling-realtime ul li:hover div {
    background-color: rgba(0, 0, 0, 0.4);
}

.rolling-realtime ul li div.user {
    width: 35%;
    justify-content: flex-start;
    padding-left: 5px;
}

.rolling-realtime ul li div.amount {
    font-size: 16px;
    color: var(--yellow);
    width: 35%;
}

.rolling-realtime ul li div.date {
    color: rgba(255, 255, 255, 0.75);
    width: 30%;
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
}


/* Search Section */

.search-section {
    margin: 40px 0 0;
}

.search-section .title-panel:after {
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    right: -107%;
    margin: auto 0;
    background-color: rgba(255, 255, 255, 0.15);
}

.search-section .title-panel .icon {
    width: 38px;
    position: relative;
    top: 3px;
    margin-right: 15px;
}

.search-section .title-panel .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #cccccc);
    background-size: 100% 100%;
    position: relative;
    color:#ffffff;
    font-size: 36px;
    white-space: nowrap;
    margin: 0;
}

.search-section .title-panel .title:after {
    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 rgba(0, 0, 0, 1.0), 0 0 10px rgba(255, 255, 255, 0.2);                 
    z-index:-1;
}

.search-panel {
    width: 100%;
    max-width: 400px;
    height: 44px;
    border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0 0 0 auto;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
}

.search-panel input {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 22px;
    padding: 0 30px;
    color: #ffffff;
}

.search-panel input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

.search-panel .search-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    overflow: hidden;
}


/* Slot Section */

.slot-section {
    margin: 60px 0 0;
}

.slot-panel {
    width: calc(100% + 22px);
    margin: 0 -11px;
}

.slot-btn {
    width: calc(16.66% - 22px);
    margin: 0 11px 50px;
    display: inline-block;
    position: relative;
    cursor: default;
}

.slot-btn .g-panel {
    width: 100%;
}

.slot-btn .g-panel:before,
.slot-btn .g-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url(/img/bg/sb-border.png);
    transition: 0.3s;
    z-index: 1;
}

.slot-btn.casino .g-panel:before,
.slot-btn.casino .g-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url(/img/bg/cb-border.png);
    transition: 0.3s;
    z-index: 1;
}

.slot-btn .g-panel:after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: url(/img/bg/sb-border-on.png);
    left: -1px;
    top: -1px;
    opacity: 0;
}

.slot-btn.casino .g-panel:after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: url(/img/bg/cb-border-on.png);
    left: -1px;
    top: -1px;
    opacity: 0;
}

.slot-btn:hover .g-panel:after {
    opacity: 1;
}

.slot-btn .g-panel .g-bg {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 1.0));
}

.slot-btn .g-panel .g-glow {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: 0.3s;
    opacity: 0.6;
}

.slot-btn:hover .g-panel .g-glow {
    opacity: 1;
}

.slot-btn .g-panel .g-items {
    width: 115.06%;
    position: absolute;
    left: -7%;
    top: -12%;
    z-index: 2;
}

.slot-btn:hover .g-panel .g-items {
    animation: gItemsAnim 1s ease 1 forwards;
}

@keyframes gItemsAnim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.slot-btn .g-panel .g-img {
    width: calc(100% - 2px);
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    transition: 0.3s;
}

.slot-btn:hover .g-panel .g-img {
    filter: brightness(50%);
    transform: translateY(-3%);
}

.slot-btn .play-btn {
    width: 110px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 25px;
    margin: auto;
    z-index: 3;
    opacity: 0;
    transform: scale(0.5);
}

.slot-btn .play-btn:before {
    display: none;
}

.slot-btn:hover .play-btn {
    transform: scale(1);
    opacity: 1;
}

.slot-btn .g-footer {
    width: calc(100% - 2px);
    height: 57px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    margin: 0 auto;
    padding: 0 0 5px;
    background-size: cover;
    background-position: center bottom;
    background-image: url(/img/bg/sb-footer.png);
    z-index: 3;
}

.slot-btn .g-footer:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -1px;
    background-image: linear-gradient(to right, transparent, var(--yellow), transparent);
}

.slot-btn .g-footer:after {
    width: 100%;
    height: 77px;
    position: absolute;
    left: 0;
    top: -40px;
    background-image: url(/img/bg/sb-glare.png);
    background-position: center;
    background-repeat: no-repeat;
    animation: sbGlareAnim 0.8s ease infinite;
}

@keyframes sbGlareAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

.slot-btn .g-name {
    color: rgba(255, 255, 255, 0.5);
    margin: 5px 0 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    display: inline-block;
}

.slot-btn:hover .g-name {
    color: #ffffff;
}

/* Footer Section */

.footer-section {
    margin: -10px 0 0;
}

.footer-section:before {
    width: 100%;
    height: 262px;
    left: 0;
    bottom: 0;
    background-image: url(/img/bg/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.footer-section .company-logo img {
    margin: 7px 20px;
}

.footer-section .copyright-panel {
    color: rgba(255, 255, 255, 0.2);
    font-size: 10px;
    letter-spacing: 1px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    margin: 30px 0 0;
}


/* Scroll To Top */

.scroll-top {
    width:70px;
    border:none;
    position:fixed;
    bottom:20px;
    right:30px;
    z-index:10;
    padding:0 0 5px;
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    font-size: 20px;
    font-family: noto-sans-bold;
}

.scroll-top img {
    transition: 0.3s;
}

.scroll-top:hover img {
    transform: translateY(-10px);
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 20px rgba(255, 221, 118, 0.5));
}

.scroll-top .icon-img {
    width: 100%;
}


/*=========================================================== M O D A L ===============================================================*/


.modal-backdrop {
    background-color: #000000;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal {
    padding: 0 !important;
    overflow-y: auto;
}

.modal::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

.modal::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.modal *::-webkit-scrollbar {
    width: 10px;
    background: #000000;
    border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
    background: linear-gradient(#888888, #666666);
    border: solid 2px #000000;
    border-radius: 5px;
}

.modal-dialog {
    max-width: 1200px;
    padding: 0 !important;
}

.gameListModal .modal-dialog {
    max-width: 1400px;
}

.loginModal .modal-dialog {
    max-width: 760px;
}

.modal-content {
    min-height: 787px;
    background-color: rgba(30, 30, 30, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 1.0);
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    overflow: hidden;
}


/* Modal Close Btn */

.modal-close-btn {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    z-index: 9;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 0;
}

.modal-close-btn:before,
.modal-close-btn:after{
    width:2px;
    height:60%;
    background-color: #676767;
    left:0;
    right:5px;
    top:-2px;
    bottom:0;
    margin:auto;
    transform:rotate(45deg);
    transition:0.5s;
}

.modal-close-btn:after{
    transform:rotate(-45deg);
}

.modal-close-btn:hover:before{
    transform:rotate(135deg);
    background-color: var(--yellow);
}

.modal-close-btn:hover:after{
    transform:rotate(-135deg);
    background-color: var(--yellow);
}

.modal .mob-menu-btn {
    position: absolute;
    left: 10px;
    top: 6px;
    display: none;
}


/* Modal Sidebar */

.modal-sidebar {
    width: 200px;
    /*width: 300px;*/
    background-color: #1a1a1a;
    border-right: solid 1px #000000;
}

.modal-sidebar:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/img/bg/jackpot-bg.png);
    background-repeat: repeat-x;
    transform: rotateX(180deg);
    background-position: bottom center;
}

.modal-sidebar .header {
    width: 100%;
    padding: 15px 0;
    margin: 0 0 10px;
}

.modal-sidebar .header .icon {
    width: 100px;
}

.modal-sidebar .header .title {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 18px;
}


/* Modal Menu */

.modal-menu {
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.03);
}

.modal-menu li {
    width: 100%;
    display: block;
}

.modal-menu li a {
    width: 100%;
    height: 54px;
    color: rgba(255, 255, 255, 0.5);
}

.modal-menu li a:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.modal-menu li a.active {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    background-color: rgba(255, 255, 255, 0.05);
}

.modal-menu li a .center {
    min-width: 140px;
}

.modal-menu li a span {
    transition: 0s;
}

.modal-menu li a .icon-panel {
    width: 40px;
    margin-right: 12px;
    font-size: 18px;
}

.modal-menu li a.active .icon-panel {
    color: var(--yellow);
}

.modal-menu li a .icon-panel img {
    max-width: 26px;
    max-height: 26px;
    transform-origin: bottom right;
}

.modal-menu li a:hover .icon-panel img {
    animation: mainMenuIcon 1s ease 1 forwards;
}

.modal-menu li a.active:hover .icon-panel img {
    animation: none;
}


/* Modal Panel */

.modal-panel {
    /*width: calc(100% - 300px);*/
    width: calc(100% - 200px);
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}


/* Modal Title */

.modal-title {
    height: 50px;
    width: calc(100% - 140px);
    max-width: 500px;
    background-color: #0a0a0a;
    border-radius: 0 0 15px 15px;
    margin: -1px auto 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 2px 10px rgba(0, 0, 0, 1.0);
}

.modal-title .icon {
    margin-right: 12px;
}

.modal-title i {
    color: var(--yellow);
    font-size: 24px;
    margin-right: 12px;
}

.modal-title .title{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #ffffff, #888888);
    background-size: 100% 100%;
    position: relative;
    color:#ffffff;
    font-size: 24px;
    white-space: nowrap;
    margin: 0;
}

.modal-title .title:after {
    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 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.35);                 
    z-index:-1;
}


/* Modal Body */

.modal-body {
    padding: 30px 30px 40px;
}


/* Modal Info */

.modal-info {
    width: 100%;
    height: 60px;
    /*height: 40px;*/
    border-radius: 30px;
    /*border-radius: 20px;*/
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75), 0 1px 0 rgba(255, 255, 255, 0.05);
    margin: 0 0 30px;
    position: relative;
}

.modal-info .icon-panel {
    width: 32px;
    height: 32px;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    background-image: linear-gradient(#fffd00, #db8812);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.modal-info .text-panel {
    width: calc(100% - 34px);
    font-size: 12px;
    padding: 0 15px;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.5);
}

.modal-info .text-panel a {
    color: #ffffff;
}

.modal-info .text-panel a:hover {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.4);
}

.modal-info .text-panel a i {
    color: #fa994b;
    font-size: 14px;
    margin-left: 5px;
    transition: 0.3s;
}

.modal-info .text-panel a:hover i {
    color: var(--yellow);
}


/* Form Container */

.form-container {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.form-container .form-group {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    width: 100%;
    text-align: left;
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    position: relative;
    display: flex;
    align-items: center;
    padding:0 0 0 5px;
}

.form-container .infos {
    width: 100%;
    display: flex;
    align-items: center;
}

.form-container .form-group .input-container {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-container .w-btn .input-container {
    width: calc(100% - 125px);
}

.form-container .form-group input {
    width: 100%;
    height: 45px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    transition: 0.3s;
    padding: 0 15px;
}

.customerModal .form-container .form-group input {
    height: 70px;
    font-size: 18px;
}

.form-container .w-icon input {
    padding: 0 0 0 50px;
}

.form-container .form-group input:read-only {
    color: var(--yellow);
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.form-container .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .input-container .icon-panel{
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .select-input {
    width: 100%;
    height: 45px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.form-container .form-group .select-input select {
    width: 100%;
    height: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 15px;
    cursor: pointer;
}

.form-container .form-group select option {
    background-color: #1f0a0a;
    color: #fff;
}

.form-container .form-group .select-input i {
    font-size: 18px;
    position: absolute;
    right: 15px;
}

.form-container .form-group textarea {
    width: 100%;
    height: 200px;
    float: left;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    transition: 0.3s;
    padding: 20px 18px;
    resize: none;
}

.form-container .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-container .form-group .form-btn {
    width: 120px;
    height: 44px;
    border: none;
    float: right;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    margin: 0 0 0 5px;
    border-radius: 10px;
}


/* Form Btn Group */

.form-container .form-group .infos .btn-grp {
    width: 100%;
    float: left;
}

.form-container .form-group .infos .btn-grp button {
    width: 16.66%;
    width: calc(16.66% - 4px);
    height: 38px;
    float: left;
    margin: 0 2px;
    background-color: #666666;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    transition: 0.3s;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.form-container .form-group .infos .btn-grp button:hover {
    background-color: #888888;
}

.form-container .form-group .infos .btn-grp button:first-child {
    margin-left: 0;
    width: calc(16.66% - 2px);
}

.form-container .form-group .infos .btn-grp button:last-child {
    width: calc(16.66% - 2px);
    margin-right: 0;
    background-color: #c94a2c;
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
    background-color: #ff5b34;
}


/* Form Footer */

.form-footer {
    width: 100%;
    margin: 50px 0 0;
    flex-wrap: nowrap;
}

.form-footer button {
    width: 160px;
    height: 48px;
    margin: 0 5px;
}

.form-footer .btn-transparent {
    box-shadow: none;
}


/* Modal Banner */

.modal-banner {
    height: 100px;
    margin: 0 0 30px;
    border-radius: 5px;
    background-image: linear-gradient(to right, rgba(255, 244, 0, 0.8), rgba(251, 125, 0, 0.8), rgba(246, 69, 0, 0.4), rgba(246, 69, 0, 0.4));
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.modal-banner:before,
.modal-banner:after {
    width: 100%;
    height: 121px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.modal-banner:before {
    background-image: url(/img/bg/modal-banner-left.png);
    background-position: left bottom;
}

.modal-banner:after {
    background-image: url(/img/bg/modal-banner-right.png);
    background-position: right bottom;
}

.modal-banner .mb-text {
    font-size: 18px;
}


/* Customer Modal */

.customerModal .customer-panel .bs-ul li {
    padding: 0 10px;
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.customerModal .customer-panel .bs-ul li .icon-panel {
    font-size: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
}

/* With Depth */

.with-depth tr:nth-last-child(2) td:first-child {
    border-radius: 0 0 0 10px;
}

.with-depth tr:nth-last-child(2) td:last-child {
    border-radius: 0 0 10px 0;
}

.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: #111111;
    margin: 5px 0 0;
    padding: 10px;
    border-radius: 5px;
}

.message-content .inner-container {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    /*white-space: pre-wrap;*/
    text-align: left;
    overflow-y: scroll;
    padding: 5px 10px;
}


/* Mypage Modal */

.modal-tab {
    width: 100%;
    display: none;
    margin: 0 auto;
    animation: modalTabAnim 0.5s ease 1 forwards;
}

@keyframes modalTabAnim {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-tab.active {
    display: block;
}


/* Level Information */

.bs-table td .level-icon {
    margin-right: 8px;
}

.bs-table td .level-txt {
    display: inline-block;
    width: 65px;
    text-align: left;
}

.level-information {
    width:100%;
    height:80px;
    position:relative;
    margin-bottom:10px;
    border-radius: 5px;
    padding: 0 15px;
    background-image: linear-gradient(to right, rgba(255, 244, 0, 0.8), rgba(251, 125, 0, 0.8), rgba(246, 69, 0, 0.4), rgba(246, 69, 0, 0.4));
}

.level-information .bs-ul {
    width:calc(100% - 310px);
}

.level-information .bs-ul li {
    width:calc(50% - 10px);
    height: 40px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
}

.level-information .bs-ul li .labels {
    margin-right: 10px;
}

.level-information .point-form{
    width:310px;
    height:100%;
    position:relative;
}

.level-information .point-form input{
    width:calc( 100% - 115px);
    height:38px;
    border-radius:3px;
    padding:0 5px;
    color:#000;
    font-size:12px;
    background-color:#ffffff;
    border:none;
    margin-right: auto;
}

.level-information .point-form input::-webkit-input-placeholder{
    color:#333333;
}

.level-information .points-btn{
    width:110px;
    height:38px;
    font-size:12px;
    border:none;
    transition:0.3s;
    white-space:nowrap;
}


/* Modal List */

.modal-list {
    margin: 0 0 30px;
    flex-wrap: nowrap;
    border-radius: 5px;
    overflow: hidden;
}

.modal-list .bs-ul li {
    width: 100%;
}

.modal-list a {
    width: 100%;
    height: 50px;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.5);
    border-bottom: solid 2px #333333;
}

.modal-list a:hover {
    color: rgba(255, 255, 255, 1.0);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.4);
}

.modal-list a.active {
    color: rgba(255, 255, 255, 1.0);
    border-color: var(--yellow);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0), 0 0 15px rgba(255, 255, 255, 0.4);
}

.modal-list a i {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 8px;
    transition: 0.3s;
}

.modal-list a:hover i {
    color: var(--yellow);
}

.modal-list a.active i {
    color: var(--yellow);
}


/* Gamelist Modal */

.gameListModal .modal-sidebar {
    width: 250px;
}

.gameListModal .modal-list {
    display: none !important;
}

.gameListModal .modal-panel {
    width: calc(100% - 250px);
}

.gameListModal .search-panel {
    max-width: 600px;
    margin: 0 auto;
}

.game-list-container {
    width: 100%;
    margin: 0 auto;
}

.game-list-container .scroll-panel {
    width: calc(100% + 7px);
    min-height: 570px;
    max-height: 570px;
    margin: 0 0 0 -7px;
    overflow-y: scroll;
    padding: 0 8px 0 0;
}

.game-btn {
    width: calc(16.66% - 14px);
    display: inline-block;
    margin: 0 7px 14px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #333333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    animation: scBtnAnim 1s ease 1 backwards;
    padding: 2px;
}

.game-btn:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 221, 118, 0.25);
}

.game-btn:before {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(#fffd00, #db8812);
    top: 0;
    left: 0;
    opacity: 0;
}

.game-btn:hover:before {
    opacity: 1;
}

.game-btn .g-panel {
    width: 100%;
    position: relative;
    background-color: #000000;
    border-radius: 10px;
    overflow: hidden;
}

.game-btn .g-panel:before {
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    z-index: 1;
}

.game-btn .g-panel .g-img {
    transition: 0.5s;
}

.game-btn:hover .g-panel .g-img {
    opacity: 0.5;
    transform: scale(1.1);
}

.game-btn .g-panel .g-footer {
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    padding: 0 4px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.75));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    font-family: noto-sans-bold;
    z-index: 2;
}

.game-btn:hover .g-panel .g-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.game-btn .g-panel .g-footer .name-text {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    font-size: 12px;
    max-width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.5);
}

.game-btn .g-panel .play-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 22px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0);
    opacity: 0;
    transition: 0.3s;
    padding: 0 0 0 4px;
}

.game-btn .g-panel .play-btn:hover {
    padding: 0;
}

.game-btn .g-panel .play-btn:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 0.3s;
    background: linear-gradient(#fffd00, #db8812);
}

.game-btn:hover .g-panel .play-btn {
    animation: gamePlayAnim 0.8s ease 1 forwards;
}

@keyframes gamePlayAnim {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    40% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.game-btn .g-panel .play-btn i {
    transition: 0.3s;
}

.game-btn .g-panel .play-btn:hover i {
    opacity: 0;
    transform: rotate(360deg);
}

.game-btn .g-panel .play-btn .hover-icon {
    position: absolute;
    opacity: 0;
    transform: rotate(-360deg);
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.game-btn .g-panel .play-btn:hover .hover-icon {
    opacity: 1;
    transform: rotate(0deg);
}
 
.game-btn .loading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
}

.modal-list a .count-tag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fb6331;
    background-image: linear-gradient(#fb6331, #fb2c2c);
    color: #ffffff;
    font-size: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    padding: 0 0 2px;
    margin-left: 5px;
}

/* Popular Games */

.popular-section {
    margin: 30px 0 0;
}

.popular-section .header {
    height: 45px;
    margin: 0 0 -1px;
}

.popular-section .header .title-panel {
    width: 100%;
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: rgba(0, 0, 0, 0.75);
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-family: noto-sans-bold;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 1.0));
}

.popular-section .header .title-panel:before ,
.popular-section .header .title-panel:after {
    width: 75%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(#fffd00, #db8812);
    z-index: 2;
}

.popular-section .header .title-panel:before {
    left: 0;
    transform: skew(-25deg);
    border-radius: 8px 0 0;
}

.popular-section .header .title-panel:after {
    right: 0;
    transform: skew(25deg);
    border-radius: 0 8px 0;
}

.popular-section .header .title-panel .title {
    z-index: 3;
    position: relative;
}

.popular-games {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding: 25px 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0));
}

.popular-games:before,
.popular-games:after {
    width: 100%;
    height: 1px;
    left: 0;
    background-image: linear-gradient(to right, rgba(254, 209, 48, 0), rgba(254, 209, 48, 0.5), rgba(254, 209, 48, 0));
    box-shadow: 0 0 5px rgba(0, 0, 0, 1.0);
}

.popular-games:before {
    top: 0;
}

.popular-games:after {
    bottom: 0;
}

.popular-games .owl-carousel .owl-item{
    padding: 0 8px;
}

.owl-nav-btn {
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: 0;
    border: none;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    padding-bottom: 2px;
}

.owl-nav-btn:before,
.owl-nav-btn:after {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ffc500, #bb6e00);
    top: 0;
    left: 0;
}

.owl-nav-btn.left:before,
.owl-nav-btn.left:after {
    transform: skew(-25deg);
    border-radius: 10px 0 0 0;
}

.owl-nav-btn.right:before,
.owl-nav-btn.right:after {
    transform: skew(25deg);
    border-radius: 0 10px 0 0;
}

.owl-nav-btn:after {
    transition: 0.3s;
    opacity: 0;
    background-image: linear-gradient(#fa994b, #ac4d00);
}

.owl-nav-btn:hover:after {
    opacity: 1;
}

.owl-nav-btn.left {
    left: -50px;
    border-radius: 20px 0 0 0;
    padding-right: 10px;
}

.owl-nav-btn.right {
    right: -50px;
    border-radius: 0 20px 0 0;
    padding-left: 10px;
}

.popular-games .game-btn {
    width: 100%;
    margin: 0;
}

.popular-tag {
    width: 80px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(#3842ff, #0009b1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    color: #ffffff;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    border-radius: 0 0 20px 0;
    padding: 0 0 2px;
    z-index: 2;
}

.hot-tag {
    width: 80px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(#ff6c38, #b12e00);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    color: #ffffff;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    border-radius: 0 0 20px 0;
    padding: 0 0 2px;
    z-index: 2;
}


/* Event Banners */

.event-panel {
    width: calc(100% + 10px);
    margin: 0 -5px;
}

.event-banner {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
}

.event-banner .img-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    border: solid 2px var(--yellow);
    z-index: 1;
    opacity: 0;
}

.event-banner:hover .img-panel:after {
    opacity: 1;
}

.event-banner .a-footer {
    width: 100%;
    height: 40px;
    padding: 0 5px 0 10px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 2px 0 0;
    border-radius: 5px;
}

.event-banner .a-footer .title {
    color: #ffffff;
    font-family: noto-sans-bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    display: inline-block;
    max-width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.event-banner .view-btn {
    width: 90px;
    height: 28px;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.telegram-link:hover {
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.5);
}

.ads-banner {
    width: 100%;
    max-width: 1730px;
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 71px;
    margin: 0 auto;
    z-index: 9;
    padding: 0 10px;
}

.ads-banner .ads-wrap {
    width: 120px;
    margin-left: auto;
    position: relative;
}

.affix .ads-banner .ads-panel {
    max-width: 120px;
    position: fixed;
    top: 70px;
    transition: 0.3s;
}

.ads-panel a {
    width: 100%;
    display: inline-block;
    margin: 0 0 2px;
    pointer-events: auto;
}

.ads-panel a:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border: solid 1px #ff790e;
    transition: 0.3s;
    opacity: 0;
}

.ads-panel a:hover:before {
    opacity: 1;
}

.sidebar-left .ads-panel {
    width: calc(100% + 6px);
    margin: 10px -3px 0;
}

.sidebar-left .ads-panel a {
    width: calc(50% - 6px);
    margin: 3px;
}

.money-modal .modal-dialog {
    max-width: 800px;
}

.money-modal .modal-panel {
    border-left: none;
}

.form-container .labels {
    white-space: nowrap;
    justify-content: flex-start;
}

.form-container .labels span {
    display: inline-block;
}

.form-container .labels .label-title {
    display: inline-block;
    margin: 0 0 0 auto;
}

.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 #ac4d00;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:#ac4d00;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:#ac4d00;color:#fff;display:flex;justify-content:space-between;align-items: center;padding:0 10px}
.popup-container .popup-wrap .popup-box .popup-footer a {color:#fff}
.popup-container .popup-wrap .popup-box .popup-footer button {background:#9a4540;border:0;border-radius:10px;color:#fff;font-size:12px;padding:4px 12px;cursor:pointer;}

/* BS Table */
.bs-table {width: 100%;border-collapse: separate;border-spacing: 0 3px;}
.bs-table thead th {height: 50px;color: #fff;font-size: 14px;text-align: center;background-color: #ac4d00;}
.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;font-size:14px;transition: 0.3s;background-color:#222;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;}

/* Pagination */
.pagination li {float: left;}
.pagination>li>a {height:32px;color:#8fa4bd;text-decoration:none;background-color:rgba(0, 0, 0, 0.25);border:1px solid #222;display: flex;align-items: center;justify-content: center;padding:2px 8px 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 a:hover {color: #39f1f1;}
.pagination .active {color:#ffffff;background:#ac4d00;}

.btn_wrap {display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 0}

.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:#000;border-radius:8px;border:1px solid #e2e8f0;}

.slotlist {width:100%;margin-top:10px;display:grid;grid-template-columns:repeat(7, 1fr);gap:10px}
.slotlist>a {display:flex;flex-flow:column}
.slotlist>a .g-panel {width:100%;overflow:hidden}
.slotlist>a .g-panel>img {width:100%}
.slotlist>a .g-footer {width:100%;background:#000;color:#fff;text-align:center;padding:4px;overflow:hidden}

.minh {min-height:calc(100vh - 360px)}

@media (max-width: 767px) {
	.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);}
		
	.bs-table tr td {font-size: 12px;}
  .bs-table tr .count-td {width: auto;}
  .bs-table tr td a {max-width: 180px;font-size: 12px;    }
  .bs-table tr .title-td {max-width: 180px;padding-left: 5px;}
  .bs-table tr .nav-td {width: auto;}
  .bs-table thead th {font-size: 12px;}
  .bs-table tr .count-tag {width: 24px;height: 24px;}
  .bs-table tr .date-td {font-size: 10px;}
	
	.btnwrap {grid-template-columns: repeat(4, 1fr);gap:4px}
	
	.slotlist {grid-template-columns:repeat(2, 1fr);gap:4px}

}