@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 100;
    src: local("Noto Sans Light"), local("NotoSans-Light"),
        url(fonts/NotoSans-Light.eot);
    src: url(fonts/NotoSans-Light.eot?#iefix) format("embedded-opentype"),
        url(fonts/NotoSans-Light.woff2) format("woff2"),
        url(fonts/NotoSans-Light.woff) format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src: local("Noto Sans Regular"), local("NotoSans-Regular"),
        url(fonts/NotoSans-Regular.eot);
    src: url(fonts/NotoSans-Regular.eot?#iefix) format("embedded-opentype"),
        url(fonts/NotoSans-Regular.woff2) format("woff2"),
        url(fonts/NotoSans-Regular.woff) format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans Medium"), local("NotoSans-Medium"),
        url(fonts/NotoSans-Medium.eot);
    src: url(fonts/NotoSans-Medium.eot?#iefix) format("embedded-opentype"),
        url(fonts/NotoSans-Medium.woff2) format("woff2"),
        url(fonts/NotoSans-Medium.woff) format("woff");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans Bold"), local("NotoSans-Bold"),
        url(fonts/NotoSans-Bold.eot);
    src: url(fonts/NotoSans-Bold.eot?#iefix) format("embedded-opentype"),
        url(fonts/NotoSans-Bold.woff2) format("woff2"),
        url(fonts/NotoSans-Bold.woff) format("woff");
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

::-webkit-scrollbar {
    width: 10px;
    background: #000000;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#ff8f8f, #ff4747);
    border: solid 2px #000000;
    border-radius: 5px;
}

body {
    height: 100%;
    padding-right: 0 !important;
    text-align: center;
    background-color: #080202;
    background-attachment: fixed;
    color: #fff;
    font-size: 14px;
    font-family: "Noto Sans KR", sans-serif;
    transition: 0.3s;
}

body.active {
    overflow: hidden;
}

.form-group{
    transform: skew(-15deg);
}
button,
a,
input,
select,
textarea,
span {
    outline: none !important;
    transition: 0.3s;
}

button {
    padding: 0;
}

a:hover {
    text-decoration: none !important;
}

.w-ba {
    position: relative;
    z-index: 1;
}

.w-ba:before,
.w-ba:after {
    content: "";
    pointer-events: none;
    z-index: -1;
    position: absolute;
}

:root {
    --orange: #ff8b2d;
    --yellow: #ffdd3e;
    --white-yellow: #ffd989;
    --red: #fe744f;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-orange {
    color: var(--orange) !important;
}

.text-red {
    color: var(--red) !important;
}

.text-white-y {
    color: var(--white-yellow) !important;
}

.font-small {
    font-size: 10px;
}

.font-s-12 {
    font-size: 12px !important;
}

.font-bold {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
}

.table-layout-fixed {
    table-layout: fixed;
}

.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;
}

.wrapper {
		padding-top:90px;
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.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;
		font-size:1.2em;
}

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: calc(100% - 230px) !important;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

/* Banner Section */
.banner-wrapper{
    padding: 10px 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#412121, #110909);
}
.banner-section {
    height: 382px;
    background-image: url(../images/bg/banner-bg.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 2;
    padding: 50px 0 0;
    max-width: calc(100% - 220px) !important;
    /*margin: 100px auto 10px;*/
		margin: 0px auto 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -3px 2px 67px -36px rgba(237,101,101,0.15);
    -webkit-box-shadow: -3px 2px 67px -36px rgba(237,101,101,0.15);
    -moz-box-shadow: -3px 2px 67px -36px rgba(237,101,101,0.15);
}

.banner-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/bg/stars-bg.png);
    background-position: bottom center;
    animation: starsAnim 0.7s ease infinite;
}

.banner-section:after {
    height: 100%;
    background-image: linear-gradient(#813232, #341010);
    z-index: 2;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding: 20px;
    display: none;
}

@keyframes starsAnim {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-section .banner-bg {
    width: 100%;
    display: none;
    z-index: -1;
    position: relative;
}

.logo {
    width: 234px;
    display: inline-block;
    position: relative;
}

.logo img {
    bottom: 0;
    position: absolute;
}

.logo .logo-bg {
    width: 160.69%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
}

/* Banner Background */

.banner-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 9;
}

.banner-background img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-background div {
    position: absolute;
    bottom: 0;
}

.banner-background div img {
    width: 100%;
    position: relative;
}

.banner-background .light {
    width: 32.76%;
    left: -10%;
    bottom: -24%;
    animation: bannerLightAnim 15s ease infinite;
}

@keyframes bannerLightAnim {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 0;
    }
    13% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.banner-background .light img {
    animation: bannerLightImg 1s ease infinite;
}

@keyframes bannerLightImg {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.banner-background .glow-right {
    width: 38.53%;
    right: -3%;
    bottom: -138px;
    animation: bannerLightAnim 15s ease infinite;
}

.banner-background .glow-right img {
    animation: bannerLightImg 1s ease infinite;
}

.banner-background .candy-slot {
    width: 15.3%;
    right: 15%;
    left: auto;
    animation: candySlotAnim 15s ease infinite;
}

@keyframes candySlotAnim {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }
    8% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .money-slot {
    width: 24.93%;
    right: 0;
    left: auto;
    animation: moneySlotAnim 15s ease infinite;
}

@keyframes moneySlotAnim {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }
    8% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .glow-left {
    width: 38.34%;
    left: 4%;
    animation: bannerLightAnim 15s ease infinite;
}

.banner-background .glow-left img {
    animation: bannerLightImg 1s ease infinite;
}

.banner-background .casino-items {
    width: 38.53%;
    left: -4.5%;
    transform-origin: bottom center;
    animation: casinoItemAnim 15s ease infinite;
}

@keyframes casinoItemAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    4% {
        opacity: 0;
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner-background .girl-left {
    width: 10%;
    left: 0%;
    animation: girlLeftAnim 15s ease infinite;
    z-index: 1;
}

@keyframes girlLeftAnim {
    0% {
        opacity: 0;
        transform: translateX(15%);
    }
    2% {
        opacity: 0;
        transform: translateX(15%);
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.banner-background .girl-center {
    width: 18%;
    left: 6%;
    animation: girlCenterAnim 15s ease infinite;
}

@keyframes girlCenterAnim {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }
    6% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-background .girl-right {
    width: 18.9%;
    left: 14%;
    z-index: 1;
    animation: girlRightAnim 15s ease infinite;
}

@keyframes girlRightAnim {
    0% {
        opacity: 0;
        transform: translateX(-15%);
    }
    2% {
        opacity: 0;
        transform: translateX(-15%);
    }
    10% {
        opacity: 1;
        transform: translateX(0);
    }
    95% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

/* Banner Text */

.banner-carousel {
    position: relative;
    z-index: 5;
    margin: 35px auto 0;
}

.banner-carousel .text-panel {
    max-width: 730px;
    margin: 0 auto 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.57);
    padding: 15px 15px;
    -webkit-mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 5%,
        black 25%,
        black 75%,
        rgba(0, 0, 0, 0) 95%,
        rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 5%,
        black 25%,
        black 75%,
        rgba(0, 0, 0, 0) 95%,
        rgba(0, 0, 0, 0) 100%
    );
    position: relative;
    z-index: 1;
}

.banner-carousel .text-panel:before {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    border: solid 1px #9c988f;
    opacity: 0.4;
}

.banner-carousel .text-panel h1 {
    color: #f4efd4;
    font-size: 40px;
    opacity: 0;
}

.banner-carousel .text-panel h2 {
    font-size: 30px;
    color: #ff9191;
    opacity: 0;
}

.banner-carousel .text-panel h1:first-child {
    animation: bannerText01 6s ease 1 forwards;
}

@keyframes bannerText01 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    10% {
        opacity: 1;
        transform: scale(1.1);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.banner-carousel .text-panel h2:nth-child(2) {
    animation: bannerText02 6s ease 1 forwards;
}

@keyframes bannerText02 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    3% {
        opacity: 0;
        transform: scale(0);
    }
    13% {
        opacity: 1;
        transform: scale(1.1);
    }
    23% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.banner-carousel .text-panel h2:nth-child(3) {
    animation: bannerText03 6s ease 1 forwards;
}

@keyframes bannerText03 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    6% {
        opacity: 0;
        transform: scale(0);
    }
    16% {
        opacity: 1;
        transform: scale(1.1);
    }
    26% {
        opacity: 1;
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.carousel-indicators {
    margin: 0 auto;
    bottom: -30px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    opacity: 1;
    transition: 0.3s;
    border-radius: 50%;
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 1);
}

.carousel-indicators li.active {
    width: 25px;
    height: 25px;
    background-color: #de4628;
}

/* Header Section */

.header-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 88px;
    background-image: linear-gradient(#1f0f0f, #110909);
    border-top: solid 1px #4f1c1c;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    z-index: 99;
    border-bottom: solid 1px #331a1a;
}

.header-section:before,
.header-section:after {
    width: 100%;
    height: 7px;
    left: 0;
}

.header-section:before {
    top: 0;
    /* border-bottom: solid 1px #331a1a; */
}

.header-section:after {
    height: 5px;
    bottom: 0;
    background-image: linear-gradient(#813232, #341010);
    z-index: 2;
    display: none;
}

.main-menu {
    height: 100%;
}

.main-menu li {
    height: 100%;
}

.main-menu li a {
    height: 100%;
    padding: 0 20px;
    color: #ffdcdc;
    white-space: nowrap;
    transform: skew(-15deg);
}

.main-menu li a:hover {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 8px rgba(255, 255, 255, 0.5);
}

.main-menu li a:before {
    width: 100%;
    height: calc(100% - 7px);
    left: 0;
    bottom: 0;
    background-image: linear-gradient(#4c2525, #341818, #291414);
    transition: 0.3s;
    opacity: 0;
}

.main-menu li a:hover:before {
    opacity: 1;
}

.main-menu li a i {
    margin-right: 8px;
}

/* Before After Login */

.before-login {
    display: none;
}

.before-login.active {
    display: block;
}

.before-login .input-panel {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 1),
        0 1px 0 rgba(255, 255, 255, 0.08);
    margin-left: 5px;
}

.before-login .input-panel .icon-panel {
    width: 40px;
    height: 100%;
    color: #ffe1e1;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.before-login .input-panel input {
    width: calc(100% - 40px);
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #ffffff;
}

.before-login .input-panel input::-webkit-input-placeholder {
    color: #937e62;
}

.before-login .desktop button {
    width: 120px;
    height: 40px;
    margin-left: 5px;
    transform: skew(-15deg);
}

.before-login .desktop a.login-link, .before-login .desktop a.join-link {
    width: 120px;
    height: 40px;
		line-height: 38px;
    margin-left: 5px;
    transform: skew(-15deg);
}

.before-login .mobile a.login-link, .before-login .mobile a.join-link {
    display:inline-block;
		width: 100%;
    height: 40px;
		line-height: 38px;
    margin-left: 5px;
    transform: skew(-15deg);
}
/* After Login */

.after-login {
    display: none;
}

.after-login.active {
    display: block;
}

.sidebar {
    width: 500px;
}

.sidebar p {
    margin: 0;
}

.sidebar .al-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.sidebar .al-cont {
    width: calc(33.33% - 4px);
    height: 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 2px 2px;
    color: #fff;
    text-decoration: none;
}

.sidebar .al-cont .labels {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffdf46;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-image: linear-gradient(#afa462, #6a5128, #372b17);
    transition: 0.3s;
    z-index: 1;
}

.sidebar .al-cont .labels:before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #341e08;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.sidebar .al-cont .info {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 38px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    transition: 0.3s;
}

.sidebar .al-cont:hover .info {
    color: var(--yellow);
}

.sidebar .al-cont .info .symbol {
    color: var(--orange);
    margin-left: 5px;
}

/* Progressbar */

.progressbar-panel {
    width: calc(100% - 40px);
    height: 30px;
    overflow: hidden;
    position: absolute;
    border-radius: 5px;
    right: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #84694e;
}

.progressbar-panel .percent-bar {
    /*width: 80%;*/
    height: 100%;
    overflow: hidden;
    position: absolute;
    border-radius: 4px;
    left: 0;
    top: 0;
    border: solid 1px #000;
}

.progressbar-panel .percent-bar:before {
    width: 200%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(
        to right,
        #f3dbac,
        #dab474,
        #f3dbac,
        #dab474,
        #f3dbac
    );
    animation: percentAnim 0.5s linear infinite;
}

@keyframes percentAnim {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.progressbar-panel .percent-info {
    position: relative;
    z-index: 2;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.message-count {
    color: #ff9a21;
    font-size: 10px;
    margin-left: 8px;
    animation: letter_anim 0s linear infinite;
}

@keyframes letter_anim {
    0% {
        opacity: 0.25;
    }
    35% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}

.sidebar .btn-group {
    border: none;
    background-color: transparent;
    background-image: none;
    padding: 0;
    box-shadow: none;
}

.sidebar .btn-group button {
    width: calc(50% - 1px);
    height: 26px;
    font-size: 10px;
    margin: 0 1px;
}

.sidebar .btn-group button .btn-panel {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.sidebar .btn-group button .btn-panel:after {
    width: calc(100% - 10px);
    top: 2px;
}

/* Site Button */

.btn-yellow {
    color: #fffffff2;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    background-color: #df4b4b;
    background-image: linear-gradient(#c34a4a, #6c1717);
    border: solid 1px #cb5656;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #1c0d0d;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transform: skew(-15deg) !important;
}

.btn-gold {
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    background-color: #de8f8f;
    background-image: linear-gradient(#de8f8f, #994343);
    border: solid 1px #de8f8f;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #1d0e0e;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transform: skew(-15deg) !important;
}

.btn-red {
    color: #ffffff !important;
    background-color: #591212;
    background-image: linear-gradient(#7b6565, #211717);
    border: solid 1px #6c5d5d;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #1c0d0d;
    text-shadow: 0 1px 0 rgb(0 0 0);
    position: relative;
    z-index: 1;
    transform: skew(-15deg) !important;
}

.btn-orange {
    color: rgba(0, 0, 0, 0.75);
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    background-color: #ffac66;
    background-image: linear-gradient(#ffac66, #d77421);
    border: solid 1px #ffac66;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #1d160e;
    position: relative;
    z-index: 1;
    transform: skew(-15deg) !important;
}

.btn-yellow:before,
.btn-red:before,
.btn-gold:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    z-index: -1;
    border-radius: 4px;
    border: solid 1px #1c0d0d;
    opacity: 0;
}

.btn-yellow:before {
    background-image: linear-gradient(#e15454, #b94242);
}

.btn-red:before {
    background-image: linear-gradient(#957f7f, #362727);
}

.btn-gold:before {
    background-image: linear-gradient(#f6eedf, #98948f);
}

@media (min-width: 1121px) {
    .btn-yellow:hover:before,
    .btn-red:hover:before,
    .btn-gold:hover:before {
        opacity: 1;
    }

    .btn-red:hover {
        background-color: #b59a9a;
        border-color: #9f9292;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 0 1px #1c0d0d, 0 0 8px rgba(255, 255, 255, 0.4);
    }

    .btn-gold:hover {
        background-color: #f6eedf;
        border-color: #f6eedf;
        box-shadow: inset 0 0 0 1px #1d160e, 0 0 10px rgba(255, 255, 255, 0.3);
    }

    .btn-yellow:hover {
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        background-color: #ff6666;
        border-color: #ff4d4d;
        box-shadow: inset 0 0 0 1px #1d160e, 0 0 8px rgba(255, 255, 255, 0.4);
    }
}

/* Toggle Section */

.page-content {
    background-image: url(../images/bg/main-bg.png);
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 0 0 30px;
}

.page-content:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg/toggle-glow.png);
    background-position: top center;
    background-repeat: no-repeat;
    animation: toggleGLow 2s ease infinite;
}

@keyframes toggleGLow {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.toggle-section .container {
    width: 100%;
    max-width: 1052px;
}

.toggle-btn {
    width: calc(50% - 45px);
    height: 72px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #ad8282;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    font-size: 24px;
    transition: 0s;
    transform: skew(-15deg);
}

.toggle-btn:hover {
    color: #ffafaf;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.25);
}

.toggle-btn.active {
    color: #ffefef;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.4);
}

.toggle-btn:first-child {
    margin-right: auto;
}

.toggle-btn .btn-panel {
    width: calc(100% - 123px);
    height: 100%;
    border: solid 1px #622222;
    background-image: linear-gradient(#261212, #180c0c);
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    flex-wrap: nowrap;
}

.toggle-btn:first-child .btn-panel {
    margin-right: 29px;
}

.toggle-btn:last-child .btn-panel {
    margin-left: 29px;
}

.toggle-btn .btn-panel:before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 5px;
    background-color: #391919;
}

/* .toggle-btn .btn-panel:after {
    width: 29px;
    height: calc(100% + 2px);
    top: -1px;
    background-image: url(../images/bg/toggle-bg.png);
    background-size: 100% 100%;
} */

.toggle-btn:first-child .btn-panel:after {
    right: -29px;
}

.toggle-btn:last-child .btn-panel:after {
    left: -29px;
    transform: rotateY(180deg);
}

.toggle-btn .btn-panel .category {
    position: relative;
    top: -3px;
    white-space: nowrap;
}

.toggle-btn .icon-panel {
    width: 152px;
    height: 120px;
}

.toggle-btn .icon-panel:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/bg/icon-bg.png);
    background-size: 100% 100%;
}

.toggle-btn:first-child .icon-panel {
    margin-left: -95px;
    margin-right: 25px;
}

.toggle-btn:last-child .icon-panel {
    margin-right: -95px;
    margin-left: 25px;
}

.toggle-btn:last-child .icon-panel:before {
    transform: rotateY(180deg);
}

.toggle-btn .icon-panel img {
    transition: 0.3s;
}

.toggle-btn:hover .icon-panel img {
    transform: scale(0.8);
}

.toggle-btn.active .icon-panel img {
    animation: toggleIconAnim 2s ease infinite;
}

@keyframes toggleIconAnim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

.toggle-btn .indicator {
    font-size: 30px;
    opacity: 0;
    animation: indicatorAnim 1s ease infinite;
}

@keyframes indicatorAnim {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}

.toggle-btn.active .indicator {
    opacity: 1;
}

/* Slot Casino Section */

.game-provider {
    margin: 30px 0 0;
}

.sc-section {
    width: calc(100% + 16px);
    position: relative;
    left: -8px;
    display: none;
}

.sc-section.active {
    display: block;
}

.sc-btn {
    width: 242px;
    background-color: #4c1a1a;
    background-image: linear-gradient(
        to bottom left,
        #cf6767,
        #7c2e2e,
        #994040
    );
    box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
    display: inline-block;
    margin: 0 7.5px 20px;
    padding: 1px;
    position: relative;
    animation: scBtnAnim 0.8s ease 1 backwards;
    transform-origin: bottom center;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
@keyframes scBtnAnim {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.5);
    }
    50% {
        opacity: 1;
        transform: translateY(-20px) scale(1);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.sc-btn.off {
    opacity: 0.5;
}

/* .sc-btn:hover {
    z-index: 2;
    margin-top: -20px;
    margin-bottom: -20px;
    box-shadow: 0 0 10px rgb(234 164 164 / 50%);
} */

.sc-btn:before,
.sc-btn:after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(#833434, #4a1717);
    transition: 0.3s;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.sc-btn:after {
    background-image: linear-gradient(#d99696, #9f4d4d);
    opacity: 0;
}

.sc-btn:hover:after {
    opacity: 1;
}

.sc-btn .g-panel {
    width: 100%;
    background-color: #200404;
    padding: 8px 9px;
    overflow: hidden;
    transition: 0.3s;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.sc-btn:hover .g-panel {
    background-color: #492121;
}

.sc-btn .g-panel:before {
    width: 120%;
    height: 50%;
    left: -10%;
    right: 0;
    bottom: -20%;
    margin: 0 auto;
    background-image: radial-gradient(
        rgba(78, 29, 29, 0.8),
        rgba(131, 66, 66, 0.15),
        rgba(108, 40, 40, 0),
        rgba(108, 40, 40, 0)
    );
}

.sc-btn .g-panel:after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.75);
    z-index: 4;
}

.sc-btn .g-cont {
    background-color: #000;
    border-top-left-radius: 26px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 1px #541f1f;
}

.sc-btn:hover .g-cont {
    box-shadow: 0 1px 1px #9b4d4d, 0 2px 5px rgba(0, 0, 0, 0.5);
}

.sc-btn .g-cont .g-img {
    width: 100%;
    transition: 0.5s;
}

.sc-btn:hover .g-cont .g-img {
    transform: scale(1.1);
    opacity: 0.5;
}

.sc-btn .g-info {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin: 5px 0 -5px 20px;
    z-index: 3;
}

.sc-btn .g-info .g-name {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    vertical-align: top;
    text-align: left;
}

.sc-btn .g-info .en-text {
    color: #ffcccc;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    vertical-align: top;
    text-align: left;
}

.sc-btn .g-logo {
    width: 130px;
    height: 80px;
    border-radius: 10%;
    background-color: #9f5252;
    background-image: linear-gradient(#db9999, #974a4a, #d59494);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}


.sc-btn .g-logo:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #180303;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.sc-btn .g-logo .icon-img {
    filter: drop-shadow(0 0 10px rgba(210, 70, 70, 0.6));
}

.sc-btn .glass {
    width: 200%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.1)
    );
    transform-origin: bottom left;
    transform: rotate(-48deg);
    z-index: 1;
    transition: 0.3s;
    display: none;
}

.sc-btn:hover .glass {
    transform: rotate(0deg);
    opacity: 0;
}

.sc-btn .g-footer {
    position: relative;
    z-index: 3;
    padding: 10px 0;
    background-image: linear-gradient( to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #4c2727 25%, #0000001c 75%, rgba(0, 0, 0, 0) 96%, rgba(0, 0, 0, 0) 107% );
    border-bottom: solid 1px rgb(156 152 143 / 29%);
    border-top: solid 1px rgb(156 152 143 / 29%);
    margin-top: 10px;
}

.sc-btn:hover .g-footer:before {
    width: 100%;
}

.sc-btn .play-btn {
    width: 100px;
    height: 35px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    box-shadow: 0 0 10px rgb(203 138 138 / 50%), 0 1px 2px rgb(0 0 0),
        inset 0 0 0 1px #0e0707;
    opacity: 0;
    transform: skew(-15deg);
}

.sc-btn .play-btn:hover {
    box-shadow: 0 0 15px #eaa4a4, 0 1px 2px rgba(0, 0, 0, 1),
        inset 0 0 0 1px #1c0d0d;
}

.sc-btn:hover .play-btn {
    opacity: 1;
    transform: scale(1);
}

/* Board Section */

.board-section {
    background-color: #0e0101;
    border-top: solid 1px #1c0c0c;
    /* border-bottom: solid 1px #1c0c0c; */
    padding: 40px 0 90px;
    overflow: hidden;
}

.board-section:before,
.board-section:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.board-section:before {
    background-image: url(../images/bg/board-bg.png);
    background-position: top center;
    background-size: cover;
    mix-blend-mode: screen;
}

.board-section:after {
    width: calc(100% + 60px);
    left: -30px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 1);
}

.board-panel {
    width: calc(33.33% - 50px);
    margin: 0 15px;
}

.board-panel .header {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 1px rgba(0, 0, 0, 0.5);
    padding: 0 15px 0 0;
}

.board-panel .header .icon-panel {
    height: 50px;
}

.board-panel .header .title-panel {
    position: relative;
    z-index: 1;
}

.board-panel .header .title-panel .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#fdf9af, #e5b75b);
    background-size: 100% 100%;
    position: relative;
    color: #d6d6d6;
    font-size: 24px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    margin: 0;
}

.board-panel .header .title-panel .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 2px rgba(0, 0, 0, 1);
    z-index: -1;
}

.board-panel .header .more-link {
    color: #fe4d4d;
}

.board-panel .header .more-link:hover {
    color: var(--yellow);
}

.board-panel table {
    width: 100%;
    margin: 18px 0 0;
}

.board-panel table tr td {
    height: 48px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.board-panel table .date-td {
    width: 26%;
    color: #be9191;
    text-align: right;
    padding-right: 10px;
}

.board-panel table td a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    overflow: hidden;
}

.board-panel table td a:hover {
    color: #ff9c9c;
}

.new-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    padding: 0;
    background-color: #dc664a;
    background-image: linear-gradient(to left, #dc664a, #af3936);
    text-align: center;
    margin-left: 8px;
    box-shadow: 0 0 10px rgba(253, 126, 103, 0.5);
}

/* Realtime Board */

.realtime-board {
    width: 33.33%;
    margin: 0 20px;
}

.realtime-board:before,
.realtime-board:after {
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}

.realtime-board:before {
    width: 563px;
    background-image: url(../images/bg/realtime-top-bg.png);
    background-position: top center;
    top: -45px;
    display: none;
}

.realtime-board:after {
    width: 612px;
    background-image: url(../images/bg/realtime-bot-bg.png);
    background-position: bottom center;
    bottom: -111px;
}

.realtime-board .realtime-nav {
    margin: 0 0 6px;
}

.realtime-board .realtime-nav button {
    width: calc(50% - 4px);
    height: 42px;
    border-radius: 5px;
    border: solid 1px #622222;
    background-color: #261212;
    background-image: linear-gradient(#261212, #180c0c);
    color: #ffadad;
    margin: 0 2px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: skew(-15deg);
}

.realtime-board .realtime-nav button:hover {
    color: #ffffff;
}

.realtime-board .realtime-nav button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(#411f1f, #321a1a);
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
}

.realtime-board .realtime-nav button:hover:before {
    opacity: 1;
}

.realtime-board .realtime-nav button.active {
    border-color: #af4242;
    background-color: #fc4a4a;
    background-image: linear-gradient(#ab3838, #4c0b0b);
    color: #ffffffbf;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.realtime-board .realtime-nav button.active:before {
    display: none;
}

.realtime-board .rb-panel {
    width: 100%;
    background-color: #321111;
    background-image: linear-gradient(
        to bottom left,
        #bb6565,
        #4c2020,
        #622f2f
    );
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    padding: 1px;
}

.realtime-board .rb-panel:before {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    background-image: linear-gradient(#5c2323, #2e0f0f);
    transition: 0.3s;
}

.realtime-board .rb-panel .rb-cont {
    width: 100%;
    min-height: 32px;
    background-color: #2e0505;
    background-image: radial-gradient(#3a1313, #200404, #170303);
    border-radius: 8px;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.75);
    padding: 5px 18px;
}

.rolling-realtime {
    width: 100%;
    margin: 0 auto;
    display: none;
    animation: realtimeAnim 0.5s ease 1 forwards;
}

@keyframes realtimeAnim {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.rolling-realtime.active {
    display: block;
}

.rolling-realtime ul {
    width: 100%;
    float: left;
}

.rolling-realtime ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    transition: 0.3s;
}

.rolling-realtime ul li div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.rolling-realtime ul li:hover div {
    background-color: rgba(255, 255, 255, 0.08);
}

.rolling-realtime ul li div.user {
    width: 35%;
    justify-content: flex-start;
}

.rolling-realtime ul li div.amount {
    color: rgb(255, 206, 206);
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    font-size: 18px;
    width: 35%;
    padding-right: 3%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.rolling-realtime ul li div.date {
    color: #ff9595;
    width: 30%;
    text-align: right;
    padding-right: 5px;
}

.rolling-realtime ul li .crown-icon {
    margin: 4px -2px 0 -2px;
}

/* Footer Section */

.footer-section {
    padding: 35px 0;
    overflow: hidden;
    /* border-top-left-radius: 35%;
    border-top-right-radius: 35%; */
}

.footer-section:before,
.footer-section:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    box-shadow: 0 0 1000px #5e3310;
}

.footer-section:before {
    width: 70%;
    top: -100%;
    box-shadow: 0 0 1400px #460b0b, 0 0 2000px #601010;
}

.footer-section:after {
    width: 956px;
    height: 12px;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    background-image: radial-gradient(#bb5d5d, transparent, transparent);
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    display: none;
}

.footer-section .provider-logo {
    padding: 0 0 40px;
    overflow: hidden;
}

.footer-section .provider-logo img {
    margin: 8px 15px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 1));
}

.footer-section .provider-logo img.no-shadow {
    filter: none;
}

.footer-section .copyright {
    padding: 30px 0 0;
    color: #644a4a;
    font-size: 12px;
}

.footer-section .copyright:after {
    width: 24%;
    height: 2px;
    left: 50%;
    top: 0;
    background-image: linear-gradient( to right, rgba(125, 59, 59, 0), rgb(125, 59, 59), rgba(125, 59, 59, 0) );
    transform: translate(-50%);
    margin-top: 10px;
}

.scroll-top {
    width: 70px;
    height: 70px;
    background-color: transparent;
    background-image: linear-gradient(#973b3b, #591d1d);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5),
        0 1px 2px rgba(0, 0, 0, 1);
    border: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 10;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 10px;
    color: #ff8f8f;
    font-size: 38px;
}

.scroll-top:hover {
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5),
        0 2px 10px rgba(0, 0, 0, 0.75), 0 0 15px rgba(255, 255, 255, 0.4);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1), 0 0 10px rgba(255, 255, 255, 0.5);
}

.scroll-top i {
    position: relative;
}

.scroll-top:before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    background-image: radial-gradient(#4b1616, #2a0404);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.5),
        inset 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.scroll-top:hover:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.scroll-top:after {
    width: 140%;
    height: 100%;
    left: 0;
    bottom: -5%;
    transform-origin: bottom left;
    transform: rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30%;
}

/* Form Container */

.form-container {
    width: 100%;
    max-width: 700px;
    display: inline-block;
}

.form-container .form-group {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.form-container .form-group:last-child {
    margin: 0 0;
}

.form-container .labels {
    width: 100%;
    text-align: left;
    float: left;
    margin: 0 0 6px;
    color: #ebc3c3;
    font-size: 12px;
    position: relative;
    padding: 0 0 0 5px;
    z-index: 1;
}

.form-container .infos {
    width: 100%;
    float: right;
    display: flex;
    align-items: center;
}

.form-container .w-icon .infos i {
    color: #492801;
    position: absolute;
    left: 18px;
}

.form-container .w-icon .infos input {
    padding-left: 45px;
}

.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: 44px;
    float: left;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 8px;
    transition: 0.3s;
    padding: 0 15px;
    /* transform: skew(-15deg); */
}
.form-container .form-group input:read-only {
    color: #000000;
}
.form-container .form-group input::-webkit-input-placeholder {
    color: #333333;
}
.form-container .form-group .select-input {
    width: 100%;
    height: 100%;
    float: left;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    /* transform: skew(-15deg); */
}
.form-container .form-group .select-input select {
    width: 100%;
    height: 48px;
    border: none;
    color: #333333;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 15px;
    cursor: pointer;
    /* transform: skew(-15deg); */
}
.form-container .form-group select option {
    color: #000;
}
.form-container .form-group .select-input i {
    color: #000000;
    font-size: 18px;
    position: absolute;
    right: 15px;
}

.form-container .form-group .text-area {
    height: auto;
    border-radius: 10px;
}

.form-container .form-group textarea {
    width: 100%;
    height: 200px;
    float: left;
    color: #000000;
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    transition: 0.3s;
    padding: 20px 18px;
    resize: none;
    transform: skew(-15deg);
}
.form-container .form-group textarea::-webkit-input-placeholder {
    color: #333333;
}
.form-container .form-group .form-btn {
    width: 120px;
    height: 44px;
    border: none;
    float: right;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    background-color: #624747;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    transition: 0.3s;
    margin: 0 0 0 5px;
    transform: skew(-15deg);
}
.form-container .form-group .form-btn:hover {
    background-color: #917853;
}

/* 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: #625747;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    transition: 0.3s;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: skew(-15deg);
}
.form-container .form-group .infos .btn-grp button:hover {
    background-color: #917853;
}
.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);
    background-color: #a34141;
    margin-right: 0;
}
.form-container .form-group .infos .btn-grp button:last-child:hover {
    background-color: #ff4d4d;
}

/* Form Footer */

.form-footer {
    width: 100%;
    margin: 40px auto 0;
    flex-wrap: nowrap;
}

.form-footer button {
    width: 180px;
    height: 50px;
    margin: 0 5px;
    transform: skew(-15deg);
}

.form-footer button:first-child {
    margin-left: 0;
}

.form-footer button:last-child {
    margin-right: 0;
}

/* Pagination */

.pagination {
    margin: 30px 0 0;
    justify-content: center;
}

.pagination li {
    float: left;
}

.pagination > li > a {
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
}

.pagination .turn-pg a {
    color: #ffffff;
    font-size: 12px;
    margin: 0 8px;
}

.pagination > li > a:hover {
    color: #ffffff;
}

.pagination .turn-pg a:hover {
    color: var(--yellow);
}

.pagination .active {
    color: var(--orange);
    border: solid 1px var(--orange);
}

.pagination .active:hover {
    color: var(--orange);
    border: solid 1px var(--orange);
}

/* BS Table */

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.bs-table thead th {
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
}

.bs-table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.bs-table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.with-depth thead th {
    border-radius: 8px 8px 0 0 !important;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.08);
    border-bottom: solid 1px rgba(0, 0, 0, 0.25);
    border-top: solid 1px rgba(255, 255, 255, 0.05);
}

.bs-table tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.bs-table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.bs-table tr:hover td {
    background-color: rgba(255, 255, 255, 0.05);
}

.bs-table tr.active td {
    background-color: rgba(255, 255, 255, 0.05);
}

.bs-table tr td a {
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.bs-table tr td a:hover {
    color: var(--orange);
}

.bs-table tr.active .title-td {
    color: var(--orange);
}

.bs-table tr.active td a {
    color: var(--orange);
}

.bs-table tr .count-td {
    width: 60px;
}

.bs-table tr .count-tag {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    padding: 1px 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.75);
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(#e8d895, #998642);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 5px rgba(255, 255, 255, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.bs-table tr .title-td {
    text-align: left;
    padding-left: 15px;
    max-width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-table tr .date-td {
    width: 20%;
    color: #f9e3c3;
}

.bs-table tr .nav-td {
    width: 40px;
}

.bs-table tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: var(--white-yellow);
    font-size: 12px;
    transition: 0.3s;
}

.bs-table tr td .delete-btn:hover {
    color: var(--orange);
}

.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: var(--red);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    padding: 0 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.bs-table tr td .plus-btn:hover {
    background-color: #ffbb31;
}

.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: #fff;
    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: rgba(0, 0, 0, 0.5);
}

/* 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,
tr.depth-click-basic,
tr.depth-click-finance,
tr.depth-click-game {
    cursor: pointer;
}

.with-depth tr.dropdown,
tr.dropdown-basic,
tr.dropdown-finance,
tr.dropdown-game {
    background-color: transparent;
}

.with-depth tr.dropdown td,
tr.dropdown-basic td,
tr.dropdown-finance td,
tr.dropdown-game td {
    padding: 0;
    border: none;
    height: auto;
    box-shadow: none;
}

.with-depth .dropdown td,
tr.dropdown-basic td,
tr.dropdown-finance td,
tr.dropdown-game td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td,
tr.dropdown-basic:hover td,
tr.dropdown-finance:hover td,
tr.dropdown-game:hover td {
    background-color: transparent;
    border: none;
}

/* Message Content */

.message-content {
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15),
        0 -1px 0 rgba(255, 255, 255, 0.05);
    margin: 5px 0 0;
    padding: 10px;
    border-radius: 10px;
}

.message-content .inner-container {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    text-align: left;
    overflow-y: scroll;
    padding: 5px 10px;
}

.modal-tab {
    width: 100%;
    display: none;
    margin: 0 auto;
    animation: modalTabAnim 0.5s ease 1 forwards;
}

@keyframes modalTabAnim {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-tab.active {
    display: block;
}

/* Level Information */

.bs-table td .level-txt {
    display: inline-block;
    width: 45px;
    text-align: left;
}

.level-information {
    width: 100%;
    height: 80px;
    float: left;
    display: flex;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 4px rgba(0, 0, 0, 0.2);
}

.level-information .container {
    width: auto;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px !important;
}

.level-information .container .inner {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.level-information .container span {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.level-information .container .labels {
    margin-right: 10px;
}

.level-information .container .amount {
    color: var(--yellow);
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin: 0;
    vertical-align: middle;
}

.level-information .point-form {
    width: 310px;
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 125px 0 5px;
    position: relative;
}

.level-information .point-form input {
    width: 100%;
    height: 38px;
    border-radius: 1px;
    padding: 0 5px;
    color: #000;
    font-size: 12px;
    background-color: #ffffff;
    border: none;
    border-radius: 2px;
}

.level-information .point-form input::-webkit-input-placeholder {
    color: #000;
}

.level-information .points-btn {
    width: 110px;
    height: 38px;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 1px;
    background-color: #d5553e;
    transition: 0.3s;
    white-space: nowrap;
    position: absolute;
    right: 10px;
    border-radius: 2px;
}

.level-information .points-btn:hover {
    background-color: #ca2001;
}

/* Gamelist Modal */

.gamelistModal .modal-dialog {
    max-width: 1320px;
}

.gamelist-container {
    min-height: 400px;
    max-height: 570px;
    margin: 0 0 -10px;
    overflow-y: scroll;
    padding: 0 8px 0 0;
}

.game-btn {
    width: calc(16.66% - 16px);
    display: inline-block;
    margin: 0 8px 15px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
    background-image: linear-gradient(#97663c, #58341c);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
    padding: 2px;
}

.game-btn:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 1), 0 0 10px rgba(255, 255, 255, 0.25);
}

.game-btn:before {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(#ffda91, #ffba49);
    top: 0;
    left: 0;
    opacity: 0;
}

.game-btn:hover:before {
    opacity: 1;
}

.game-btn .g-panel {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000000;
    border: solid 1px #251b0d;
}

.game-btn .g-panel .g-img {
    transition: 0.5s;
}

.game-btn:hover .g-panel .g-img {
    opacity: 0.3;
    transform: scale(1.1);
}

.game-btn .g-panel .g-footer {
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-btn .g-panel .g-footer:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    background-image: linear-gradient(
        to right,
        rgba(235, 212, 132, 0),
        rgba(235, 212, 132, 1),
        rgba(235, 212, 132, 0)
    );
}

.game-btn .g-panel .g-footer .name-text {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.game-btn .g-panel .g-footer .name-text span {
    position: relative;
    transform: translateY(0);
    display: inline-block;
    transition: 0.5s;
    max-width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}

.game-btn .g-panel .g-footer .name-text span:last-child {
    color: var(--yellow);
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(100%);
}

.game-btn:hover .g-panel .g-footer .name-text span:first-child {
    transform: translateY(-100%);
}

.game-btn:hover .g-panel .g-footer .name-text span:last-child {
    transform: translateY(0);
}

.game-btn .g-panel .play-btn {
    position: absolute;
    top: 8px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    display: flex;
    align-items: center;
}

.game-btn .g-panel .play-btn .text {
    color: #ffffff;
    font-size: 12px;
    text-shadow: 0 1px 1px #000000, 0 0 8px rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.game-btn .g-panel .play-btn:hover .text {
    color: var(--orange);
}

.game-btn:hover .g-panel .play-btn .text {
    opacity: 1;
}

.game-btn .g-panel .play-btn .icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    color: #fff;
}

.game-btn .g-panel .play-btn:hover .icon {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.4);
}

.game-btn .g-panel .play-btn .icon:before,
.game-btn .g-panel .play-btn .icon:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.3s;
    background-image: linear-gradient(rgba(0, 153, 51, 1), rgba(0, 103, 51, 1));
}

.game-btn .g-panel .play-btn .icon:after {
    background-image: linear-gradient(var(--orange), #b35b13);
    opacity: 0;
}

.game-btn:hover .g-panel .play-btn .icon:before {
    opacity: 0;
}

.game-btn:hover .g-panel .play-btn .icon:after {
    opacity: 1;
}

.game-btn:hover .g-panel .play-btn .icon {
    transform: translateX(55px) rotate(360deg);
}

.game-btn .g-panel .play-btn .icon i {
    transition: 0.3s;
}

.game-btn:hover .g-panel .play-btn .icon i {
    opacity: 0;
}

.game-btn .g-panel .play-btn .icon .hover-icon {
    position: absolute;
    opacity: 0;
}

.game-btn:hover .g-panel .play-btn .icon .hover-icon {
    opacity: 1;
}

.game-btn .loading {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
}

/* Login Join */

.loginModal .modal-dialog {
    max-width: 600px;
}

.level-icon {
    max-width: 28px;
    max-height: 28px;
}

.hidden {
    display: none !important;
}

.cursor-pointer,
.player-balance {
    cursor: pointer;
}

.label {
    border: 1px solid #000;
}

.label-warning {
    background-color: #cbb956;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #b6a338;
}

.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 #4f1c1c;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:#4f1c1c;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:#4f1c1c;color:#fff;display:flex;justify-content:center;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: #4f1c1c;}
.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:#4f1c1c;}

.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(6, 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}

}