@font-face {
    font-family: kotra;
    src: url(../fonts/KOTRA_BOLD.ttf);
}

:root{--ver:1.0;}
html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

html::-webkit-scrollbar {
    width: 0px;
    background: #000000;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

body {
    height: 100%;
    padding-right: 0 !important;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: myFont, 'kotra';
    transition: 0.3s;
    font-weight: bold;
    top: 0 !important;
}

body.active {
    overflow: hidden;
}

button,
a,
input,
select,
textarea,
span {
    outline: none !important;
    transition: 0.3s;
    color: black;
}

button {
    padding: 0;
}

.disabled {
    pointer-events: none;
    opacity: .5;
}

/* input:read-only {
    background-color: #e2e2e2 !important;
} */

a:hover {
    text-decoration: none;
    color: #ceaa40;
}

.w-ba {
    position: relative;
    z-index: 1;
}

.w-ba:before,
.w-ba:after {
    /* content: ''; */
    pointer-events: none;
    z-index: -1;
    position: absolute;
}

:root {
    --orange: #ebcf3c;
    --yellow: #e1be54;
    --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: kotra;
}

.table-layout-fixed {
    table-layout: fixed;
}

.dflex-ac-ja {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.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-ac-ja {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.dflex-ae-jc {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.wrapper.affix {
    padding-top: 88px;
}

.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: 1650px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}


/* Banner Section */

.banner-section {
    max-height: 410px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/common/stars-bg.png?var(--ver)");
    background-position: bottom center;
    animation: starsAnim 0.7s ease infinite;
}

@keyframes starsAnim {
    0% {opacity: 1;}
    50% {opacity: 0.5;}
    100% {opacity: 1;}
}

.banner-section .banner-bg {
    width: 100%;
    z-index: -1;
    position: relative;
}
.banner-section > .container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
}

.tabZone ul {
    display: flex;
    padding: 0;
    margin-bottom: 9px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.tabZone ul::-webkit-scrollbar {
    height:0px
}
.tabZone ul li {
    padding: 10px;
    min-width: 110px;
    cursor: pointer;
    border: 1px solid #dadada;
    position: relative;
    color: black;
    border-left: none;
}
.tabZone ul li:first-child {
    border: 1px solid #b2b2b2;
}
.tabZone ul li.active {
    background: linear-gradient(#fff4c2, #cbbe85);
    border-color: #cbbe85;
}

.logo {
    width: 300px;
    display: inline-block;
    position: relative;
    height: 100%;
}

.logo img {
    bottom: 0;
    left: auto;
    position: absolute;
}
.logo .logo-bg {
    width: 100%;
    position: relative;
    opacity: 0;
}
.logo .logo-img {
    width: 140%;
    left: -22%;
    bottom: -5%;
    animation: lgRAnim 8s ease infinite;
    z-index: 99;
}

@keyframes lgRAnim {
    0% {opacity: 0;transform: translateY(-50%);}
    5% {opacity: 0;transform: translateY(-50%);}
    15% {opacity: 1;transform: translateY(0);}
    95% {opacity: 1;transform: translateY(0);}
    100% {opacity: 0;transform: translateY(0);}
}

.logo .logo1 {
    width: 94.93%;
    right: 0;
    bottom: 47%;
    animation: logo1Anim 8s ease infinite;
}

@keyframes logo1Anim {
    0% {
        opacity: 0;
        transform: scale(0.25) rotate(-90deg);
    }

    10% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    95% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: scale(1) rotate(0deg);
    }
}

.logo .logo2 {
    width: 19.66%;
    right: 47%;
    bottom: 11%;
    animation: logo2Anim 8s ease infinite;
}

@keyframes logo2Anim {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    5% {
        opacity: 0;
        transform: translateY(-50%);
    }

    15% {
        opacity: 1;
        transform: translateY(0);
    }

    95% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .logo3 {
    width: 6%;
    right: 24.5%;
    bottom: 13.5%;
    animation: logo3Anim 8s ease infinite;
}

@keyframes logo3Anim {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    7% {
        opacity: 0;
        transform: translateY(-50%);
    }

    17% {
        opacity: 1;
        transform: translateY(0);
    }

    95% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.logo .logo4 {
    width: 20.52%;
    right: 0%;
    bottom: 15.5%;
    animation: logo4Anim 8s ease infinite;
}

@keyframes logo4Anim {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    9% {
        opacity: 0;
        transform: translateY(-50%);
    }

    19% {
        opacity: 1;
        transform: translateY(0);
    }

    95% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(0);
    }
}
/* 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: auto;
    bottom: 0;
}

.banner-background div {
    position: absolute;
    bottom: 0;
}

.banner-background div img {
    width: 100%;
    position: relative;
}

.banner-background .left2 {
    width: 47.09%;
    right: 66%;
    animation: bannerLeft2Anim 15s ease infinite;
}
@keyframes bannerLeft2Anim {
    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 .left4 {
    width: 17.4%;
    right: 90%;
    bottom: 31%;
    animation: bannerLeft4Anim 15s ease infinite;
}
@keyframes bannerLeft4Anim {
    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 .left3 {
    width: 18.85%;
    right: 65.5%;
    animation: bannerLeft3Anim 15s ease infinite;
}
@keyframes bannerLeft3Anim {
    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 .left1 {
    width: 20.85%;
    right: 73.5%;
    animation: bannerLeft1Anim 15s ease infinite;
}
@keyframes bannerLeft1Anim {
    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 .right2 {
    width: 37.3%;
    right: -3%;
    animation: bannerRight2Anim 15s ease infinite;
}

@keyframes bannerRight2Anim {
    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 .right3 {
    width: 26.93%;
    right: 9%;
    bottom: 15%;
    animation: bannerRight3Anim 15s ease infinite;
}

@keyframes bannerRight3Anim {
    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 .right1 {
    width: 24.3%;
    right: 3%;
    left: auto;
    animation: bannerRight1Anim 15s ease infinite;
}

@keyframes bannerRight1Anim {
    0% {opacity: 0;transform: translateX(15%);}
    8% {opacity: 1;transform: translateX(0);}
    95% {opacity: 1;transform: translateX(0);}
    100% {opacity: 0;transform: translateX(0);}
}

/* Header Section */
.header-section {
    width: 100%;
    height: 70px;
    background-image: linear-gradient(#ffffff, #d9d9d9);
    margin-top: -1px;
}
.header-section .container {
    justify-content:space-between
}
.affix .header-section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.main-menu {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.main-menu li {
    height: 100%;
    padding: 0 24px;
    color: black;
    white-space: nowrap;
    font-weight:bold;
    cursor: pointer;
}

.main-menu li:hover {
    color: #e1be54;
}

.main-menu li:before {
    width: 100%;
    height: calc(100% - 7px);
    left: 0;
    bottom: 0;
    background-image: linear-gradient(#afa462, #6a5128, #372b17);
    transition: 0.3s;
    opacity: 0;
}

.main-menu li:hover:before {
    opacity: 1;
}

.main-menu li 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: linear-gradient(0deg, #f6f6f6, #dadada);
    margin-left: 5px;
    border: 1px solid #fff;
}

.before-login .input-panel .icon-panel {
    width: 40px;
    height: 100%;
    color: var(--white-yellow);
    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;
}

.before-login .input-panel input::-webkit-input-placeholder {
    color: #937e62;
}

.before-login .desktop button {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    margin-left: 5px;
}


/* After Login */

.after-login {
    display: none;
}

.after-login.active {
    display: block;
}

.sidebar {
    /* width: 500px; */
}

.sidebar p {
    margin: 0;
}

.sidebar-fixed {
    margin-bottom: 5px;
    max-height: 100px;
    transition: .4s all linear;
}

.sidebar-fixed.closed {
    max-height: 1px;
    transform: scale(0.75) translate(-25%, 300%);
    opacity: 0;
}

.sidebar-fixed .al-inner,
.sidebar .al-inner {
    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 10px;
}

.sidebar-fixed .al-inner {
    justify-content: center;
}

.sidebar-fixed .al-cont,
.sidebar .al-cont {
    /* height: 30px; */
    /* float: left; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    /* margin: 2px 2px; */
    text-decoration: none;
}

.sidebar-fixed .al-cont .info {
    width: calc(50% - 4px);
    justify-content: center;
}

.sidebar .al-cont img.level {
    width: 30px;
    height: 30px;
    transition: 0.3s;
    z-index: 1;
}

.sidebar-fixed .al-cont .info,
.sidebar .al-cont .info {
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
}

.sidebar-fixed .al-cont:hover .info,
.sidebar .al-cont:hover .info {
    color: var(--yellow);
}

.sidebar-fixed .al-cont .info .wager-reload,
.sidebar .al-cont .info .wager-reload {
    text-align: left;
}

.btn-refresh-cash {
    /* padding: 1em 0.5em 1em 0; */
    /* margin-right: auto; */
}

.sidebar-fixed .al-cont .info .symbol,
.sidebar .al-cont .info .symbol {
    color: #e1be54;
    margin-left: 5px;
}

.message-count {
    color: #e1be54;
    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;
    gap: 5px;
}

.sidebar .btn-group button {
    font-size: 14px;
    padding: 5px 10px;
    white-space: nowrap;
}

.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.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 171 94 / 30%);
}

.btn-yellow {
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    background-image: linear-gradient(#fff494, #dfb94e);
    border: none;
    border-radius: 5px;
    /* font-family: kotra; */
    position: relative;
    z-index: 1;
}

.btn-gold {
    color: rgba(0, 0, 0, 0.75);
    background-image: linear-gradient(#fff4c2, #cbbe85);
    border: none;
    border-radius: 5px;
    /* font-family: kotra; */
    position: relative;
    z-index: 1;
}

.btn-red {
    color: #ffffff;
    background-color: #be462a;
    background-image: linear-gradient(#ff9292, #f34040);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    /* font-family: 'kotra'; */
}

.btn-orange {
    color: white;
    background-color: #ffac66;
    background-image: linear-gradient(#ffac66, #d77421);
    border: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.btn-yellow:hover {
    background-image: linear-gradient(#fcf4b3, #f8d060);
}

.btn-red:hover {
    background-image: linear-gradient(#f59c9c, #ee5555);
}

.btn-gold:hover {
    background-image: linear-gradient(#f6eedf, #98948f);
}

/* Toggle Section */

.page-content {
    position: relative;
    z-index: 1;
    padding: 0 0 30px;
}

.page-content:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/common/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%;
    display: flex;
    margin: 30px auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.toggle-btn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: black;
    transition: 0s;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
.toggle-btn .category {
    padding: 15px  25px 12px 8px;
    font-size: 30px;
    white-space: nowrap;
}
.toggle-btn img {
    filter:grayscale(1);
}

.toggle-btn:hover {
    color: var(--orange);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.25);
}

.toggle-btn.active {
    background: linear-gradient(90deg, transparent, #e5cc82, transparent);
}
.toggle-btn.active:before {
    content:'';
    background:url(../images/common/btn-top.png);
    height: 100%;
    width: 225px;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 50%;
    transform: translate(-50%, -53%);
}
.toggle-btn.active img {
    filter:grayscale(0);
}

.toggle-btn .btn-panel {
    height: 100%;
    border: solid 1px #614822;
    background-image: linear-gradient(#261e12, #17110b);
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
}

.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: #392b19;
}

.toggle-btn .btn-panel.none-corner:after {
    display: none;
    width: 100%;
    background-image: initial;
    height: 15px;
    top: initial;
    bottom: 0;
    border-left: 15px solid black;
    border-top: 15px solid transparent;
}

/* .toggle-btn .btn-panel:after, */
.toggle-btn:first-child .btn-panel:after,
.toggle-btn:last-child .btn-panel:after {
    width: 29px;
    height: calc(100% + 2px);
    top: -1px;
    background-image: url("../images/common/toggle-bg.png?var(--ver)");
    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:last-child .icon-panel:before {
    transform: rotateY(180deg);
}

.toggle-btn .icon-panel img {
    transition: 0.3s;
    height: 50px;
}

.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; */
    font-size: 1em;
    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;
    display: inline-block;
}


/* Slot Casino Section */

.game-provider {
    margin: 30px 0 0;
}

.sc-section {
    display: none;
}
.sc-section .game-list {
    display:grid;
    gap:10px;
    grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));
}
.sc-section.active {
    display: block;
}

.sc-btn {
    border-radius: 10px;
    position: relative;
    animation: scBtnAnim 0.8s ease 1 backwards;
    transform-origin: bottom center;
}

@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 .g-panel {
    position:relative;
}

/* .game-provider .container:hover .sc-btn, */
.sc-btn.off {
    opacity: 0.5;
}
.sc-section .dflex-ac-jc {
    visibility: hidden;
    gap: 10px;
}
.sc-section .dflex-ac-jc * {
    visibility: initial;
}
.sc-section .dflex-ac-jc:hover>.sc-btn:not(:hover) {
    opacity: .5;
}

.sc-btn:hover {
    z-index: 2;
    box-shadow: 0 0 10px rgba(234, 209, 163, 0.5);
}

.sc-btn:hover:after {
    opacity: 1;
}

.sc-btn:hover .g-cont {
    box-shadow: 0 1px 1px #ae845f, 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 {
    opacity: 0.8;
}

.sc-btn .g-panel .g-info {
    position: absolute;
    right: 6%;
    top: 12%;
    z-index: 3;
    text-align: right;
    color: #a27f1e;
    font-weight: bold;
    font-weight:bold;
}

.sc-btn .g-info .g-name {
    font-size: 20px;
}

.sc-btn .g-info .en-text {
    font-size: 16px;
    margin-top: 3px;
}

.sc-btn .g-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #b9975e;
    background-image: linear-gradient(#f7dfb1, #b9975e, #f7dfb1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin: -40px auto 0;
    transition: 0.3s;
}

.sc-btn:hover .g-logo {
    margin: 10px auto 0;
}

.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: #301605;
}

.sc-btn .g-logo .icon-img {
    filter: drop-shadow(0 0 10px rgba(210, 126, 70, 0.6));
    max-width: 75%;
    /* max-height: 80%; */
}

.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;
}

.sc-btn:hover .glass {
    transform: rotate(0deg);
    opacity: 0;
}

.sc-btn .g-footer {
    position: relative;
    z-index: 3;
}

.sc-btn .g-footer:before {
    width: 0;
    height: 7px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    transition: 0.5s;
    -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%);
}

.sc-btn:hover .g-footer:before {
    width: 100%;
}

.sc-btn .play-btn {
    width: 120px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    font-size: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    opacity: 0;
    transform: scale(0);
}

.sc-btn .play-btn:hover {
    box-shadow: 0 0 15px rgba(234, 209, 163, 1), 0 1px 2px rgba(0, 0, 0, 1), inset 0 0 0 1px #1d160e;
}

.sc-btn:hover .play-btn {
    opacity: 1;
    transform: scale(1);
}


/* Board Section */

.board-section {
    padding: 40px 0;
    overflow: hidden;
}
.board-section .container .row {
    gap: 8px;
    flex-wrap: nowrap;
}
.board-panel {
    /* flex: 1; */
    width: 100%;
}

.board-panel .header {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: linear-gradient(#f6f6f6, #efefef, #dadada);
    padding: 0 15px;
    color: black;
    font-weight:bold;
}

.board-panel .content {
    padding: 0;
    font-size:12px
}
.board-panel .content li {
    width: 100%;
    text-align: left;
    background: linear-gradient(#f6f6f6, #efefef, #dadada);
    padding: 8px;
    margin-top: 5px;
    border-radius: 5px;
}
.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: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/common/realtime-top-bg.png?var(--ver)");
    background-position: top center;
    top: -45px;
}

.realtime-board:after {
    width: 612px;
    background-image: url("../images/common/realtime-bot-bg.png?var(--ver)");
    background-position: bottom center;
    bottom: -115px;
}

.realtime-board .realtime-nav {
    margin: 0 0 6px;
    width: 100%;
    height: 45px;
    border-radius: 8px;
    background: linear-gradient(#f6f6f6, #efefef, #dadada);
    overflow: hidden;
    font-weight:bold;
}

.realtime-board .realtime-nav button {
    height: 100%;
    border: none;
    flex: 1;
    font-family: 'kotra';
    font-weight: bold;
    background: linear-gradient(#f6f6f6, #efefef, #dadada);
    border-radius: 10px;
}

.realtime-board .realtime-nav button.active {
    background-image: linear-gradient(#fff494, #dfb94e);
}

.realtime-board .realtime-nav button.active:before {
    display: none;
}

.realtime-board .rb-panel {
    width: 100%;
    background: linear-gradient(#f6f6f6, #efefef, #dadada);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 0 6px;
}

.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(#97663c, #58341c);
    transition: 0.3s;
}

.rolling-realtime {
    width: 100%;
    margin: 0 auto;
    display: none;
    animation: realtimeAnim 0.5s ease 1 forwards;
    height: 206px;
    overflow: hidden;
    position: relative;
}

@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: 38px;
    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: #ceaa40;
    width: 35%;
    padding-right: 3%;
}
.rolling-realtime ul li div.amount span {
    color: #ceaa40;
}
.rolling-realtime ul li div.date {
    color: #ffdd95;
    width: 30%;
    text-align: right;
    padding-right: 5px;
}

.rolling-realtime ul li .crown-icon {
    margin: 4px -2px 0 -2px;
}

/* Customer Section */
.customer-container > img {
    margin: 30px 0;
    max-width: 280px;
    width: 100%;
}
.customer-container>.row {
    flex-wrap: nowrap;
}
.customer-btn {
    position: relative;
    animation: scBtnAnim 0.8s ease 1 backwards;
}

.customer-btn img {
    max-width: 250px;
    width: 100%;
}
.customer-btn .g-info {
    position:absolute;
    top:25%;
    left: 10%;
    width: 100%;
}

/* Footer Section */

.footer-section {
    padding: 35px 0;
    overflow: hidden;
}

.footer-section .row {
    background: linear-gradient(#f6f6f6b0, #f2f2f2);
    padding: 20px 10px;
    margin: auto;
    display: block;
}
.footer-section .row img {
    max-height:180px;
    filter: drop-shadow(2px 3px 2px #777777);
    max-width: 100%;
}

.footer-section .copyright {
    padding: 30px 0 0;
    color: #65544a;
    font-size: 12px;
}

.footer-section .copyright:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(124, 100, 59, 0), rgba(124, 100, 59, 1), rgba(124, 100, 59, 0));
}

.scroll-top {
    width: 70px;
    height: 70px;
    background-image: linear-gradient(#f5e17e, #f8e785);
    text-shadow: 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: 50%;
    color: #ffffff;
    font-size: 38px;
    display: none !important;
}

.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;
    top: -4px;
}

.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(#492f16, #291304);
    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%;
}


/*=========================================================== M O D A L ===============================================================*/

.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: rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

.modal *::-webkit-scrollbar-thumb {
    background: linear-gradient(#ffda91, #ffba49);
    border: solid 2px rgba(0, 0, 0, 1);
    border-radius: 5px;
}

.modal-dialog {
    max-width: 980px;
    padding: 0 !important;
}

.modal-content {
    background-color: transparent;
    border: none;
    z-index: 1;
    border-radius: 15px;
}


/* Modal Close Btn */

.modal-close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 50%;
    border: none;
    color: white;
}
.modal-close-btn:before,
.modal-close-btn:after {
    content:'';
    width: 2px;
    height: calc(100% - 20px);
    background-color: black;
    left: 0;
    right: 0;
    top: 0;
    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: #dc431f;
}

.modal-close-btn:hover:after {
    transform: rotate(-135deg);
    background-color: #dc431f;
}

/* Modal Header */

.modal-header {
    border: none;
    border-radius: 15px;
    padding: 1px;
    overflow: hidden;
    background: url("../images/common/modal-banner-bg.jpg?var(--ver)") no-repeat;
    flex-wrap: wrap;
    background-size: 100% 100%;
}

.modal-banner {
    width: 100%;
    border-radius: 15px 15px 0 0;
    padding: 35px 0px 20px 0;
}

.modal-banner .modal-logo {
    width: 180px;
    display: inline-block;
    filter: drop-shadow(0 2px 5px #cbbe85);
}

.modal-title {
}

.modal-title .modal-icon {
    width: 114px;
    height: 120px;
    background-image: url(../images/common/modal-icon-bg.png);
    background-size: 100% 100%;
    color: var(--white-yellow);
    font-size: 36px;
    margin: 0 auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1), 0 0 15px rgba(255, 255, 255, 0.5);
}

.modal-title .title-panel {
    margin: 5px 0 0;
}

.modal-title .title {
    width: 100%;
    font-size: 24px;
    display: inline-block;
    font-family: kotra;
    vertical-align: top;
    color: black;
}

.modal-title .sub {
    width: 100%;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    vertical-align: top;
}


/* Modal Head Panel */

.modal-head-panel {
    width: 100%;
    min-height: 34px;
    position: relative;
    margin-bottom: 20px;
    padding: 0 30px;
}

.modal-head-panel .btn-grp button {
    width: 110px;
    height: 34px;
    margin-left: 8px;
    font-size: 12px;
}

.ask-link {
    color: #ffffff;
    display: inline-block;
}

.ask-link:hover {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 10px rgba(255, 255, 255, 0.3);
}

.ask-link span {
    transition: 0s;
}

.ask-link .icon {
    color: var(--white-yellow);
    font-size: 14px;
    transition: 0.3s;
}

.ask-link:hover .icon {
    color: var(--red);
    transform: translateX(5px);
}


/* Modal Body */

.modal-body {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin: 5px 0 0;
    padding: 50px;
}

.modal-body .sns_wrap {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-top: 16px
}
.modal-body .sns_wrap img {
    max-width: 100%;
}

.modal-menu {
    width: 100%;
    border-bottom: solid 2px rgba(255, 255, 255, 0.1);
    margin: 0 0 30px;
}

.modal-menu ul {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #e5e5e5d5;
}

.modal-menu ul li {
    height: 68px;
    color: black;
    position: relative;
    transition: 0s;
    font-weight: bold;
    cursor: pointer;
}

.modal-menu ul li:hover {
    color: var(--orange);
}

.modal-menu ul li.active:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    margin: 0 auto;
    background-image: linear-gradient(to right, #ebcf3b00, #ebcf3b, #ebcf3b00);
}

.modal-menu ul li .sub {
    display:none;
}
.modal-menu ul li .icon-panel {
    width: 40px;
    height: 26px;
    margin: 0 0 0 -5px;
    position: relative;
    z-index: 1;
    color: #000000;
    transition: 0.3s;
}

.modal-menu ul li.active .icon-panel {
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 0 10px 0 -5px;
}

.modal-menu ul li .icon-panel:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    transform: skew(-10deg);
    background-image: linear-gradient(#fff4c2, #cbbe85);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 1), 0 0 10px rgba(255, 255, 255, 0.3);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}

.modal-menu ul li.active .icon-panel:before {
    opacity: 1;
}

ul.imgList {
    display: grid;
    grid-template-columns: var(--pc-thumb-cnt);
    width: 100%;
    gap:10px;
    padding: 0;
}
ul.imgList li {
    border-radius: 10px;
    overflow: hidden;
}
ul.imgList li p {
    margin:0
}
ul.imgList li img {
    width:100%;
    height:auto
}
ul.imgList li .tit{
    padding: 8px;
    background: #d8d8d8;
}

/* Form Container */

.form-container {
    width: 100%;
    max-width: 700px;
    display: inline-block;
}

.form-container .form-group {
    /* width: 100%; */
    /* float: left; */
    margin-bottom: 20px;
    color: black;
    /* display: flex; */
    align-items: center;
}

.form-container .labels {
    /* width: 120px; */
    text-align: left;
    margin-right: 10px;
    /* float: left; */
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 5px;
    z-index: 1;
}

.form-container .infos {
    /* width: 100%; */
    /* float: right; */
    display: flex;
    align-items: center;
    flex: 1;
}

.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;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    transition: 0.3s;
    padding: 0 15px;
    font-size: 12px;
}

.form-container .form-group input::-webkit-input-placeholder {
    color: #a6a6a6;
}

.form-container .form-group .captcha-container input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-container .form-group .captcha-container img {
    height: 44px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.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;
    position: relative;
}
.form-container .form-group .phone-container>.select-input {
    width: calc(100% + 150px);
}

.form-container .form-group .select-input select {
    width: 100%;
    height: 44px;
    border: none;
    color: #333333;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0 15px;
    cursor: pointer;
}

.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;
}

.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;
    white-space: nowrap;
    background: linear-gradient(#fff4c2, #cbbe85);
    color: #000;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    transition: 0.3s;
    margin: 0 0 0 5px;
}

.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: #e5d9a3;
    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: #000000;
    font-size: 12px;
    font-weight: bold;
    transition: 0.3s;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* flex-grow: 1; */
}

.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: #ff9090;
    margin-right: 0;
}

.form-container .form-group .infos .btn-grp button:last-child:hover {
    background-color: #ff4d4d;
}


/* Form Footer */

.form-footer {
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
}

.form-footer button {
    width: 150px;
    height: 50px;
    margin: 5px 0;
}

.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 {
    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;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 0.8em;
    border: 1px solid #d2d2d2;
    background: #00000000;
    color: #d2d2d2;
}

.pagination .turn-pg a {
    color: #ffffff;
    font-size: 12px;
    margin: 0 8px;
}

.pagination .turn-pg a:hover {
    color: var(--yellow);
}

.pagination a:hover,
.pagination .active a {
    color: #ebcf3c;
    border: solid 1px #ebcf3c;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 166, 0, 0.25);
}

/* BS Table */

.bs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.bs-table thead th {
    height: 50px;
    color: #000;
    font-size: 12px;
    text-align: center;
    background-color: rgb(255 255 255);
}

.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:first-child {
    border-radius: 8px 0 0 0 !important;
}

.with-depth thead th:last-child {
    border-radius: 0 8px 0 0 !important;
}

.bs-table tr {
    cursor: pointer;
}

.bs-table tr td {
    height: 50px;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 1px;
    transition: 0.3s;
    background-color: #f8f8f8;
    border-bottom: solid 1px rgb(210 210 210 / 25%);
}

.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: #000;
    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: #ebcf3c;
}

.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: kotra;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(#fff4c2, #cbbe85);
    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;
    color: black;
}

.bs-table tr .date-td {
    width: 20%;
    color: #000000;
}

.bs-table tr .nav-td {
    width: 40px;
}

.bs-table tr th .btn-table,
.bs-table tr td .btn-table {
    background-color: transparent;
    border: none;
    color: var(--white-yellow);
    font-size: 12px;
    transition: 0.3s;
}

.bs-table tr th .btn-table:hover,
.bs-table tr td .btn-table: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 .message-content {
    display: none;
    height: 200px;
    margin: 2px 0 5px;
    height: fit-content;
    overflow: auto;
}

.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;
}

/* 콤프 요률 정보 현시 부분 */
.comp-rate-wrapper {
    margin-top: 3em;
    border-top: 2px solid rgb(98 87 71 / 40%);
}

.comp-rate-wrapper .bs-table {
    margin-top: 2em;
}
.comp-rate-wrapper .bs-table tr .nav-td {
    width: 6em;
}
ul.comp_list {
    width: 100%;
    padding: 1em .5em;
    --grid-layout-gap: 5px;
    --grid-column-count: 3;
    --grid-item--min-width: 175px;
    --gap-count:
        calc(var(--grid-column-count) - 1);
    --total-gap-width:
        calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width:
        calc((100% - var(--total-gap-width)) / var(--grid-column-count));
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    grid-gap: var(--grid-layout-gap);
}

ul.comp_list>.comp_card {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
    transition: .2s all;
}

ul.comp_list>.comp_card>.comp_rate {
    padding: .5em 0;
    width: 40%;
    text-align: center;
    font-weight: bold;
    color: var(--white-yellow);
}

ul.comp_list>.comp_card>.comp_title {
    padding: .5em 0;
    text-align: right;
    flex-grow: 1;
    color: #b89e78;
}

.text-comp {
    color: #d4b68b !important;
}
.text-rate {
    color: var(--white-yellow) !important;
    font-weight: bold;
}

/* Message Content */

.message-content {
    width: 100%;
    height: fit-content;
    background-color: white;
    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%;
    color: #000;
    white-space: pre-wrap;
    text-align: left;
    overflow-y: auto;
    padding: 5px 10px;
}

.message-content * {
    max-width: 100%;
    height: auto;
}

.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;
}

/* Gamelist Modal */

.gamelistModal .modal-dialog {
    max-width: 1320px;
}

.gamelist-container {
    min-height: 400px;
    margin: 0 0 -10px;
    overflow-y: auto;
    padding: 0 8px 0 0;
}
.gamelist-container.slot_list {
    display: grid;
    grid-template-columns: var(--pc-slot-cnt);
    gap: 8px;
}
.gamelist-container.slot_list .game-btn {
    width: 100%;
    margin: 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;
    margin-bottom: 40px;
}

.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: rgb(242 242 242);
    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 .tit {
    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;
    line-height: 1.5;
}

.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: 530px;
}
.loginModal .form-footer {
    flex-wrap:wrap
}
.loginModal .form-footer button {
    width:100%;
}
.joinModal .modal-dialog {
    max-width:700px;
}
.joinModal .form-container .form-group {
    display:flex;
}
.joinModal .form-container .labels {
    width:120px
}
.p5 {
    padding: 5px;
}

/* 회원레벨, 닉네임 함께 현시 */
.user-label {
    display: inline-flex;
    align-items: center;
}
.user-label img {
    max-height: 1.5em;
}

/* 댓글입력 */
.content-editable {
    border: 2px solid #999;
    border-radius: 3px;
    background: rgb(127 127 127 / 40%);
    padding: 10px;
    text-align: left;
    line-height: 1.5;
    display: block;
}

/* Captcha tooltip */
.img-captcha {
    cursor: pointer;
}

.captcha-panel .tooltip {
    opacity: 1;
    top: -45px;
    display: none;
}
.captcha-panel input:focus + .tooltip {
    display: block;
}

.captcha-panel .sc-btn {
    width: initial;
    margin: initial;
}

.captcha-panel .tooltip-inner {
    background: #301605;
    padding: 0;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.captcha-panel .tooltip-inner:after {
    content: '';
    position: absolute;
    box-shadow: inset 0 0 3px 4px #301605;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: .25rem;
}

.captcha-panel .bs-tooltip-top .arrow {
    left: calc(50% - 0.4rem);
    bottom: -.3rem;
}
.captcha-panel .bs-tooltip-top .arrow::before {
    border-top-color: #ad854c;
}

.editModal {background: #585858b8;}
.editModal  .modal-dialog {max-width:300px;margin: auto;}
.editModal  .modal-dialog .modal-header {
    text-align: center;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 20px;
    font-size: 20px;
}
.editModal .modal-body {
    padding: 39px 30px;
}
.editModal .modal-body input {
    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: 5px 15px;
    height:45px
}

.editModal .modal-body button {
    width: 100px;
    height: 40px;
    border: none;
    background-color: #625747;
    color: #fff;
    border-radius: 8px;
    margin-top:10px
}

.skiptranslate {
	display: none !important;
}
.langs  {
	width: 40px !important;
	display: inline-block !important;
	vertical-align: middle;
	margin-left: 10px;
}
.langs .dynamic-select .dynamic-select-header {
	justify-content: center;
	border: 2px solid #dfb94e;
}
.langs .dynamic-select .dynamic-select-header {
    padding: 3px;
}
.langs .dynamic-select .dynamic-select-header::after {
    display: none;
}
.langs .dynamic-select .dynamic-select-option-text {
    display: none;
}
body.gate {
    background: fixed no-repeat center;
    background-size: cover;
    background-image: var(--gate-bg);
}
body.gate video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body.gate .modal-backdrop{
    background: transparent;
}