﻿
/*@font-face {
    font-family: noto-sans-kr;
    src: url(../fonts/NotoSansKR-Regular.otf);
}

@font-face {
    font-family: noto-sans-bold;
    src: url(../fonts/NotoSansKR-Bold.otf);
}*/


a:hover {
    text-decoration: none;
}

.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-bold;
}

.table-layout-fixed {
    table-layout: fixed;
}
.dflex-ac-jc-center {
    align-items: center;
    align-content: center;
}
.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 {
    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: calc(48% - 8px);
        height: auto !important;
        /*
	display: table-cell;
	*/
        display: inline-grid;
        text-align: left;
        vertical-align: middle;
        /*
	position: relative;
	*/
    }

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1560px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .sc_game_type_btn {
        width: 160px;
        background-color: #00000085;
        background-image: linear-gradient(to bottom left, #c3a483, #3f1d03, #4b3102);
        border-radius: 9px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
        display: inline-block;
        margin: 0 7.5px 20px;
        padding: 1px 1px;
        position: relative;
        animation: scBtnAnim 0.8s ease 1 backwards;
        transform-origin: bottom center;
    }
}

@media (min-width: 992px) {
    .sc_game_type_btn {
        width: 242px;
        background-color: #00000085;
        background-image: linear-gradient(to bottom left, #c3a483, #3f1d03, #4b3102);
        border-radius: 9px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
        display: inline-block;
        margin: 0 7.5px 20px;
        padding: 1px 1px;
        position: relative;
        animation: scBtnAnim 0.8s ease 1 backwards;
        transform-origin: bottom center;
    }
}



/* select box */

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.dropbtn {
    background-color: #594f50;
    color: white;
    /* padding-left: 8px; */
    padding: 8px;
    font-size: 12px;
    border: none;
    color: #ffffff;
    width: 150px;
    height: 28px;
    text-align: left;
}

.dropdown {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
}

.dropdown-content {
    margin-top: 0px;
    margin-left: 5px;
    display: none;
    position: absolute;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    min-width: 148px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left;
    bottom: 35px; /* dropdown -> dropUp  */
}

    .dropdown-content a {
        color: black;
        padding: 6px 8px;
        text-decoration: none;
        display: block;
        color: #ffffff;
        font-size: 12px;
    }

        .dropdown-content a:hover {
            background-color: #5D5D5D;
            color: #ffffff;
            font-size: 12px;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #72612b;
    color: #ffffff;
    font-size: 12px;
}




/* Banner Section */

.banner-section {
    height: 476px;
    background-image: url('../img/bg/banner-bg-new.jpg?v=<%=ver%>');
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
    padding: 50px 0 0;
}

    .banner-section:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-image: url(../img/bg/stars-bg.png);
        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%;
    display: none;
    z-index: -1;
    position: relative;
}


@keyframes lgABigAnim {
    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 .r {
    width: 19.66%;
    left: 47%;
    bottom: 11%;
    animation: lgRAnim 8s ease infinite;
}

@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 .i {
    width: 6%;
    right: 24.5%;
    bottom: 13.5%;
    animation: lgIAnim 8s ease infinite;
}

@keyframes lgIAnim {
    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 .a {
    width: 20.52%;
    right: 0;
    bottom: 15.5%;
    animation: lgAAnim 8s ease infinite;
}

@keyframes lgAAnim {
    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);
    }
}

.logo .rac {
    width: 100%;
    bottom: 10%;
}

.logo .lasvegas {
    width: 61.54%;
    bottom: 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: 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: -20%;
        bottom: 10%;
        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: 5%;
    animation: bannerLightAnim 15s ease infinite;
}

    .banner-background .glow-right img {
        animation: bannerLightImg 1s ease infinite;
    }

.banner-background .candy-slot {
    width: 18%;
    right: 19%;
    bottom: -5%;
    left: auto;
    z-index: 99;
    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: 27%;
    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: 20%;
    left: -3%;
    animation: girlLeftAnim 15s ease infinite;
}

@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: 15%;
    left: 10%;
    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: 15%;
    left: 19%;
    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;
}
@media(max-width:512px) {
    .banner-carousel {
        position: relative;
        z-index: 5;
        margin: -53px auto 0;
    }
}

    .banner-carousel .text-panel {
        width: 100%;
        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;
            opacity: 0;
        }

        .banner-carousel .text-panel h2 {
            font-size: 24px;
            color: #fff;
            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: 1;
        transform: scale(1);
    }
}

.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: 1;
        transform: scale(1);
    }
}

.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: 1;
        transform: scale(1);
    }
}

.carousel-indicators {
    margin: 0 auto;
    bottom: 0;
}

    .carousel-indicators li {
        width: 30px;
        height: 4px;
        border-radius: 3px;
        margin: 0 5px;
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
        opacity: 1;
        transition: 0.3s;
    }

        .carousel-indicators li:hover {
            background-color: rgba(255, 255, 255, 1);
        }

        .carousel-indicators li.active {
            width: 40px;
            height: 6px;
            background-color: #de4628;
        }


/* Header Section */

.header-section {
    width: 100%;
    height: 88px;
    background-image: linear-gradient(#000, #000);
    border-top: solid 1px #000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}

.affix .header-section {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99;
}

.header-section:before,
.header-section:after {
    width: 100%;
    height: 7px;
    left: 0;
}

.header-section:before {
    top: 0;
    border-bottom: solid 1px #3d301f;
}

.header-section:after {
    height: 5px;
    bottom: 0;
    background-image: linear-gradient(#9f6c40, #4f3319);
    z-index: 2;
}

.main-menu {
    height: 100%;
}

    .main-menu li {
        height: 100%;
    }

        .main-menu li a {
            height: 100%;
            padding: 0 13px;
            color: var(--white-yellow);
            white-space: nowrap;
        }

            .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(#afa462, #6a5128, #372b17);
                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: 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;
            color: #ffffff;
        }

            .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 .al-inner {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    .sidebar .al-cont {
        width: calc(25% - 4px); /* �ٱ��� ��ġ�� ���Ͽ� 33.3 -> 25 ���� ���� */
        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-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(100% - 1px); /* �ٱ��� ��ġ�� ���Ͽ� 50 -> 100 ���� ���� */
        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: rgba(0, 0, 0, 0.75);*/
/* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); */
/*background-color: #47474730;*/
/* background-image: linear-gradient(#ffce6b,#ffbd3f); */
/*border: solid 1px #ffe1a3;*/
/* border-radius: 5px; */
/*box-shadow: inset 0 0 0 1px #1d160e;
    font-family: noto-sans-bold;
    position: relative;
    z-index: 1;
}*/

.btn-yellow {
    border: solid 1px #7f7463;
    /*background-image: linear-gradient(#261e12, #17110b);*/
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    color: #ffa763;
    border-radius: 0px;
    font-weight: 700;
}

    .btn-yellow:hover {
      /*  color: #ffd299;
        background-color: #ffc65d;
        border-color: #ffb100;*/
    }

.btn-gold {
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    background-color: #dece8f;
    background-image: linear-gradient(#dece8f,#998643);
    border: solid 1px #dece8f;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #1d160e;
    font-family: noto-sans-bold;
    position: relative;
    z-index: 1;
}

.btn-red {
    color: #ffffff;
    background-color: #be462a;
    background-image: linear-gradient(#e3603b,#a3321e);
    border: solid 1px #d85c38;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #1d160e;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
    position: relative;
    z-index: 1;
}

.btn-orange {
    color: rgba(0, 0, 0, 0.75);
    font-family: noto-sans-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;
}

.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 #1d160e;
    opacity: 0;
}

.btn-yellow:before {
    background-image: linear-gradient(#ffac66,#d77421);
}

.btn-red:before {
    background-image: linear-gradient(#7188ff,#3243a3);
}

.btn-gold:before {
    background-image: linear-gradient(#f6eedf,#98948f);
}

@media(min-width:1121px) {


    .btn-red:hover:before,
    .btn-gold:hover:before {
        opacity: 1;
    }

    .btn-red:hover {
        background-color: #7188ff;
        border-color: #7188ff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 0 1px #1d160e, 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: #ffd299;
        background-color: #ffc65d;
        border-color: #ffb100;
    }
}



/* Toggle Section */

.page-content {
    /*background-image: url('../img/bg/main-bg.png');*/
    background-color: #000000;
    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(../img/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 { /*padding: 30px 0 15px 0;*/
}

    .toggle-section .container {
        width: 100%;
        /*    max-width: 1200px;*/
    }

        .toggle-section .container.dflex-ac-jc {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-content: center;
            align-items: center;
        }

.toggle-btn {
    /*    width: calc(33% - 1px);*/
    width: calc(25% - 1px);
    height: 72px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #c1b291;
    font-family: noto-sans-bold;
    font-size: 20px;
    font-weight: 600;
    transition: 0s;
}

    .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 {
        color: var(--orange);
        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.telegram-btn {
        border-width: 2px;
        border-style: solid;
        border-image: linear-gradient(to right, #d7b472, #855d17) 1;
        text-align: center;
        background: #070604;
    }

        .toggle-btn.telegram-btn .w-ba {
            align-items: center;
            align-content: center;
            justify-content: center;
            flex-wrap: nowrap;
            flex-direction: row;
            display: initial !important;
        }

            .toggle-btn.telegram-btn .w-ba img {
                height: 100%;
                width: auto;
                max-width: 100%;
            }

    .toggle-btn .btn-panel {
        /*    width: calc(100% - 83px);*/
        width: 96%;
        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;
    }

        /*.toggle-btn:first-child .btn-panel { margin-right: 29px;}*/
        /*.toggle-btn:nth-child(even) .btn-panel { margin-left: 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:after {
    width: 29px;
    height: calc(100% + 2px);
    top: -1px;
    background-image: url(../img/bg/toggle-bg.png);
    background-size: 100% 100%;
}
*/
        /*
.toggle-btn:first-child .btn-panel:after { right: -29px;}
.toggle-btn:nth-child(even) .btn-panel:after {
    left: -29px;
    transform: rotateY(180deg);
}
.toggle-btn:last-child .btn-panel:after {
    left: -29px;
    transform: rotateY(180deg);
}
*/

        .toggle-btn .btn-panel .category {
            position: absolute;
            right: 10%;
            text-align: right;
            /*    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(../img/bg/icon-bg.png);
            background-size: 100% 100%;
        }
    /*
.toggle-btn:first-child .icon-panel {
    margin-left: -95px;
    margin-right: 25px;
}
.toggle-btn:nth-child(even) .icon-panel {
    margin-right: -15px;
    margin-left: 25px;
}

.toggle-btn:last-child .icon-panel {
    margin-right: -95px;
    margin-left: 25px;
}
*/
    .toggle-btn:nth-child(even) .icon-panel:before {
        transform: rotateY(180deg);
    }

    .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;
    display: none;
}

    .sc-section.active {
        display: block;
    }

@media(max-width:512px) {
    .sc-btn {
        width: 145px;
        background-color: #00000047;
        background-image: linear-gradient(to bottom left, #7575759e, #68686842, #3e3e3e66);
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
        display: inline-block;
        margin: 0 7.5px 20px;
        padding: 1px 1px;
        position: relative;
        animation: scBtnAnim 0.8s ease 1 backwards;
        transform-origin: bottom center;
    }
}

@media(min-width:513px) {
    .sc-btn {
        width: 182px;
        background-color: #00000047;
        background-image: linear-gradient(to bottom left, #7575759e, #68686842, #3e3e3e66);
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
        display: inline-block;
        margin: 0 7.5px 20px;
        padding: 1px 1px;
        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.off {
    opacity: 0.5;
}

.sc-btn:hover {
    z-index: 2;
/*    margin-top: -15px;
    margin-bottom: -15px;*/
    /*box-shadow: 0 0 10px rgba(234, 209, 163, 0.5);*/
}

.sc-btn:before,
.sc-btn:after {
    /* 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(#ffffff42, #000000d6); */
    transition: 0.3s;
}

.sc-btn:after {
    background-image: linear-gradient(#f3dbac,#ba975e);
    opacity: 0;
    border-radius: 5px;
}

.sc-btn:hover:after {
    opacity: 1;
}

.sc-btn .g-panel {
    width: 100%;
    /* background-color: #ffffff59; */
    /* border-radius: 8px; */
    padding: 8px 9px;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 10px;
}

.sc-btn:hover .g-panel {
    background-color: #503624;
    /*padding: 16px 6px;*/
    border-radius: 5px;
}

.sc-btn .g-panel:before {
    width: 120%;
    height: 50%;
    left: -10%;
    right: 0;
    bottom: -20%;
    margin: 0 auto;
    background-image: radial-gradient(rgba(108, 74, 40, 0.8), rgba(149, 112, 76, 0.15), rgba(108, 74, 40, 0), rgba(108, 74, 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);
    border-radius: 8px;
    z-index: 4;
}

.sc-btn .g-cont {
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 1px #6c4829;
}

.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 {
    transform: scale(1.1);
    opacity: 0.5;
}

.sc-btn .g-info {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin: 5px 0 -5px;
    z-index: 3;
}

    .sc-btn .g-info .g-name {
        width: 100%;
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
        vertical-align: top;
    }

    .sc-btn .g-info .en-text {
        color: var(--white-yellow);
        font-size: 12px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
        vertical-align: top;
    }

.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: 1px 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));
    height: 45%;
}

.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 {
    font-size: 14px;
    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 rgba(234, 209, 163, 0.5), 0 1px 2px rgba(0, 0, 0, 1), inset 0 0 0 1px #1d160e;*/
    opacity: 0;
    transform: scale(0);
}

    .sc-btn .play-btn:hover {
        box-shadow: 0 0 15px rgb(255 127 0), 0 1px 2px rgba(0, 0, 0, 1), inset 0 0 0 1px #1d160e;
    }

.sc-btn:hover .play-btn {
    opacity: 1;
    transform: scale(1.2);
    background-color: #ffc3436e;
    border: #00800000;
    color: #fff9e0;
}


/* Board Section */

.board-section {
    background-color: #000000;
    border-top: solid 1px #3b3b3b;
    border-bottom: solid 1px #3f3f3f;
    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(../img/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% - 136px );
}

    .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-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: var(--red);
        }

            .board-panel .header .more-link:hover {
                color: var(--yellow);
            }

    .board-panel table {
        width: 100%;
        margin: 0px 0 0;
    }

        .board-panel table tr td {
            height: 26px;
            /*border-bottom: solid 1px rgba(255, 255, 255, 0.1);*/
        }

        .board-panel table .date-td {
            width: 26%;
            color: #beaf91;
            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: var(--orange);
            }

.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(../img/bg/realtime-top-bg.png);
        background-position: top center;
        top: -45px;
    }

    .realtime-board:after {
        width: 612px;
        background-image: url(../img/bg/realtime-bot-bg.png);
        background-position: bottom center;
        bottom: -115px;
    }

    .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 #614822;
            background-color: #261e12;
            background-image: linear-gradient(#261e12, #17110b);
            color: #ffddae;
            margin: 0 2px;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .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(#433520, #31261a);
                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: #fcbe41;
                background-color: #fdcd6a;
                background-image: linear-gradient(#fdcd6a, #a27417);
                color: rgba(0, 0, 0, 0.75);
                font-family: noto-sans-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: #5e4322;
        background-image: linear-gradient(to bottom left, #f5cc7f, #96653b, #b79453);
        border-radius: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
        position: relative;
        z-index: 1;
        padding: 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;
        }

        .realtime-board .rb-panel .rb-cont {
            width: 100%;
            min-height: 32px;
            background-color: #301605;
            background-image: radial-gradient(#4d3319, #301605, #301605);
            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: var(--orange);
            font-family: noto-sans-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: #ffdd95;
            width: 30%;
            text-align: right;
            padding-right: 5px;
        }

        .rolling-realtime ul li .crown-icon {
            margin: 4px -2px 0 -2px;
        }

/* �����ϴ� �޽��� ���� */
.cs_message_btn_set {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}

    .cs_message_btn_set li {
        margin: 0 0 20px 0;
        padding: 0 0;
        list-style: none;
        background: url(/img/main_bottom_cs_btn_bg.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 30%;
        /* min-width: 300px; */
        height: 130px;
        background-size: 100% 100%;
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

        .cs_message_btn_set li img.ico {
            width: 70px;
            height: auto;
            margin-right: 20px;
        }

        .cs_message_btn_set li > div {
            text-align: left;
        }

            .cs_message_btn_set li > div h3 {
                font-weight: 700;
                margin: 5px 0 0 0;
                font-size: 22px;
            }

            .cs_message_btn_set li > div p {
                margin: 0 0;
                font-size: 16px;
            }

@media(max-width:1024px) {
    .cs_message_btn_set li {
        width: 48%;
    }
}

@media(max-width:767px) {
    .cs_message_btn_set li {
        width: 48%;
    }
}

@media(max-width:676px) {
    .cs_message_btn_set li {
        width: 98%;
    }
}

@media(max-width:500px) {
    .cs_message_btn_set li {
        width: 98%;
        height: 90px;
    }

        .cs_message_btn_set li img.ico {
            width: 50px;
            height: auto;
            margin-right: 15px
        }

        .cs_message_btn_set li > div h3 {
            font-size: 19px;
        }

        .cs_message_btn_set li > div p {
            font-size: 14px;
        }
}


/* Footer Section */

.footer-section {
    padding: 35px 0;
    overflow: hidden;
}

    .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 #5e3310, 0 0 2000px #5e3310;
    }

    .footer-section:after {
        width: 956px;
        height: 12px;
        top: -2px;
        left: 50%;
        transform: translateX(-50%);
        background-image: radial-gradient(#fed885, transparent, transparent);
        border-radius: 50%;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    }

    .footer-section .provider-logo {
        padding: 0 0 40px;
    }

        .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: #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: 55px;
    height: 55px;
    background-color: transparent;
    background-image: linear-gradient(#ffffff, #3b1700);
    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: 60px;
    right: 30px;
    z-index: 10;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 10px;
    /*    color: #ffe890;
    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;
        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: url(../img/bg/micro_carbon.png);
        background-size: 50px 50px cover;
        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: #ebdec3;
        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;
    }

        .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;
    }

        .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;
        }

    .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;
        margin: 0;
        white-space: nowrap;
        background-color: #625747;
        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;
    }

        .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;
        }

            .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;
    }

        .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: 120px;
    }

    .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-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;
        /*white-space: pre-wrap;*/
        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%);
                    opacity: 0;
                }

    .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);
        opacity: 1;
    }

    .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;
}


/*-------------------------------------------------------------------------------------*
 *  �Ŀ���                                                                             *
 *-------------------------------------------------------------------------------------*/
.bg_game {
    float: left;
    width: 100%;
    min-height: 300px;
    background: url("../images/bg1.jpg") center top no-repeat;
    text-align: center;
    padding: 20px 0 20px 0;
    margin: 0 0 0 0;
}

.po_info_wrap {
    background: rgba(29,31,34,0.85);
    border-bottom: 1px solid rgba(255,255,255,0.0);
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    border-radius: 5px;
}

.po_info1 {
    float: left;
    width: 100%;
    line-height: 26px;
    color: #ffd800;
    padding: 0 20px 0 20px;
    font-size: 26px;
    font-weight: 700;
}

.po_info2 {
    float: left;
    width: 100%;
    line-height: 32px;
    color: #ffba00;
    padding: 5px 20px 0 26px;
    font-size: 22px;
    font-weight: 700;
}

.po_info3 {
    float: left;
    width: 100%;
    line-height: 20px;
    color: #f2f2f2;
    padding: 5px 20px 0 26px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.po_title {
    float: left;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: -1pt;
    font-weight: 600;
    background: url("../images/bg1.jpg") center top no-repeat;
    padding: 0 15px 0 15px;
    text-align: left;
}

.po_title_right {
    display: inline-block;
    width: 250px;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.6);
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #00fff0;
}



.po_box_wrap {
    float: left;
    width: 100%;
    background: linear-gradient(to right, #444444 0%, #333333 100%);
    padding: 0 10px 0 10px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    min-width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #000000;
    position: relative;
}

    .po_box_wrap:hover {
        background: linear-gradient( #555555 0%, #111111 100%);
        border: 1px solid rgba(255,255,255,0.1);
        box-shadow: 0 0x 50px #ddca74;
    }

.po_box_wrap_on {
    float: left;
    width: 100%;
    background: url("../images/bg_top2.jpg") center top no-repeat;
    background-size: 100% 100%;
    padding: 0 10px 0 10px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    min-width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #f7e28f;
    position: relative;
}


.po_box1 {
    float: left;
    width: 100%;
    background: rgba(0,0,0,0.4);
    padding: 5px 0 5px 0;
}

.po_btn1 {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0pt;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    background: linear-gradient(#358ee4 0%, #2f80ce 100%);
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 0 10px 0 10px;
    margin: 11px 0 0 0;
}

.po_btn2 {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0pt;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    background: linear-gradient(#e91d25 0%, #d31a22 100%);
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 0 10px 0 10px;
    margin: 11px 0 0 0;
}

.po_btn3 {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0pt;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    background: linear-gradient(#509b00 0%, #468700 100%);
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 0 10px 0 10px;
    margin: 11px 0 0 0;
}

.po_btn4 {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0pt;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    background: linear-gradient(#666666 0%, #777777 100%);
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(0,0,0,0.6);
    padding: 0 10px 0 10px;
    margin: 11px 0 0 0;
}


.po_s_font {
    float: right;
    color: #e2e2e2;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 10px;
}

.cart_title {
    float: left;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: -1pt;
    font-weight: 700;
    background: rgba(0,0,0,0.4);
    padding: 5px 15px 0 15px;
    background-image: linear-gradient(#261e12, #17110b);
    border-bottom: solid 1px #382913;
}

.cart_box {
    float: left;
    width: 100%;
    background: rgba(0,0,0,0.4);
    padding: 0 0 20px 0;
    margin: 0 0 10px 0;
}

    .cart_box td {
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 0pt;
        font-weight: 500;
        cursor: pointer;
    }

.cart_btn1 {
    background: linear-gradient(#444444 0%, #333333 100%);
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
}

    .cart_btn1:hover {
        background: linear-gradient(#5b5b5b 0%, #4d4d4d 100%);
    }

.cart_btn2 {
    background: linear-gradient(#a38948 0%, #87713c 100%);
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
}

    .cart_btn2:hover {
        background: linear-gradient(#87713c 0%, #a38948 100%);
    }

.input_cart {
    background-color: #232323;
    border: 1px solid #373947;
    width: 100%;
    height: 40px;
    color: #fff;
    padding: 0 10px 0 10px;
    font-size: 18px;
    border-radius: 3px;
    text-align: right;
}

.cart_bet {
    background: rgba(0,0,0,0.4);
    padding: 7px 22px 7px 22px;
    line-height: 22px;
    margin: 0 0 3px 0;
    color: #b2c7c7;
}
    /* �� ���ý� */
    .cart_bet td {
        color: #b2c7c7;
    }

.black_wrap {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    text-align: center;
    padding: 350px 0 0 0;
}

.cart_r11 {
    background: #ff9c00;
    display: inline-block;
    text-align: center;
    min-width: 40px;
    padding: 8px 8px 8px 8px;
    line-height: 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}

.cart_r22 {
    background: #444444;
    display: inline-block;
    text-align: center;
    min-width: 40px;
    padding: 8px 8px 8px 8px;
    line-height: 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}

.cart_r33 {
    background: #474c79;
    display: inline-block;
    text-align: center;
    min-width: 40px;
    padding: 8px 8px 8px 8px;
    line-height: 12px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}

.betcart_moveset {
    position: absolute;
    top: 13px;
    right: 30px;
    font-size: 12px;
}

    .betcart_moveset > label {
        cursor: pointer;
    }

        .betcart_moveset > label input {
            vertical-align: middle;
            margin: -2px 4px 0 0;
        }


/* �����̸����Ǿ����ϴ� */
.check1 {
    float: left;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 9998;
    text-align: center;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #ffffff;
    line-height: 23px;
    padding: 8px 0 0 0;
    top: 0px;
    left: 0px;
    border-radius: 3px;
    margin: 0 0 0 0;
}

.check2 {
    float: left;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 9998;
    text-align: center;
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffffff;
    line-height: 23px;
    padding: 200px 0 0 0;
    top: 0px;
    left: 0px;
    border-radius: 3px;
    margin: 0 0 0 0;
}
