.main-visual {
    width: 100%
}

.slide img {
    width: 100%;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.slick-dots {
    bottom: 10px !important;
}

.slick-dots li button:before {
    color: #00ffff !important;
    border: solid 2px #fff;
    border-radius: 100px;
}

.main_visual_latest > .visualbox {
    height: 300px !important;
}

.main_visual_latest > .visualbox > .visual_entity {
    bottom: -150px !important;
    width: 700px !important;
}

.main_visual_latest > .visualbox:last-child .visual_entity {
    bottom: -100px !important
}

.main_visual_latest > .visualbox > .centerbox {
    width: 90% !important;
}


.mainBoard {

    margin-right: 0;
    padding: 0 50px 50px 50px;
}

.mainBoard:after {
    content: "";
    display: block;
    clear: both;
}

.event_list {
    float: left;
    width: 31.33%;
    margin: 1%;
    height: 300px;


    float: left;


    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    background: #222222;
    border-top: 2px solid #00ffff;
}

.event_list h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}


.event_list .read_more {
    float: right;
    color: #b8b8b8;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-style: normal;
}

.event_list .read_more a {
    color: #b8b8b8;
    font-size: 11px;
}

.event_list .read_more i {
    color: #fbd000;
    font-style: normal;
}

.event_list i {
    vertical-align: middle;
    font-size: 27px;
    position: relative;
    top: 1px;
    color: #b8b8b8;
}

.event_list li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);


    font-size: 13px;
    line-height: 42px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-next {
    right: 10px !important;
    background-size: contain;
    z-index: 2
}

.slick-prev {
    left: 10px !important;
    background-size: contain;
    z-index: 2
}

.slick-next:before, .slick-prev:before {
    font-size: 40px;
    color: #00ffff;
}

.slick-next, .slick-prev {

    width: 40px;
    height: 40px;
}

.withdrawWeekTopList2 .list-cash {
    float: right;
    color: #00ffff;
    font-weight: bold;
}

.slick-slide {
    height: auto
}

#close-slot-game {
    position: fixed;
    top: 40px;
    font-size: 40px;
    float: right;
    background: none;
}

#close-slot-game i {
    width: 100%;
    display: block;
    text-align: right;
    color: #fff;
    font-size: 35px;
}

#slot-game {
    position: fixed;
    left: 250px;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998
}

#slot-game .slot-game-layer {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 80px;
    bottom: 80px;
    overflow: hidden !important;
    overflow-y: auto !important;
    margin-left: -600px;
    z-index: 9990;
    background: #111;
    border: solid 10px #444;
    box-sizing: border-box;
}

.slot-game-layer::-webkit-scrollbar {
    width: 10px;
}

.slot-game-layer::-webkit-scrollbar-thumb {
    background-color: #ffcc00;
    border-radius: 10px;
}

.slot-game-layer::-webkit-scrollbar-track {
    background-color: #444;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

#slot-game-list {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

#slot-game-list:after {
    content: "";
    display: block;
    clear: both;
}

#slot-game-list li {
    width: 19%;
    margin: 0.5%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    list-style: none;
}

#slot-game-list li img {
    width: 100%;
    height: 135px;
}

#slot-game-list li span {
    background: #252525;
    display: block;
    height: 25px;
    line-height: 25px;
    color: #fff;
}

.item_list .game_item {
    cursor: pointer
}

.game_thumb {
    background-size: cover;
    padding-top: 100%;
}

.toggle_inner {
    display: flex;
    margin-bottom: 20px;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .9))
}

.toggle_inner > button {
    display: flex;
    align-items: center;
    width: 98%;
    margin: 0 1%;
    height: 80px;
    border-radius: 10px;
    background: #212121;
    padding: 0 20px 0 30px;
    font-family: 'EsaManru';
    font-weight: 500;
    font-size: 36px;
    color: #676767;
    text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    cursor: pointer
}

.toggle_inner > button i {
    vertical-align: middle;
    font-size: 18px;
}

.toggle_inner > button.active, .toggle_inner > button:hover {
    background: linear-gradient(to right, #00ffff 0%, #5000bc 100%);
    color: #ffffff;
}

.toggle_inner > button img {
    display: inline-block;
    margin: 0 0 0 auto;
    filter: grayscale(100%) brightness(0.4);
    transition: all 0.5s;
}

.toggle_inner > button.active img, .toggle_inner > button:hover img {
    filter: grayscale(0%) brightness(1);
}

.toggle_inner > .button_casino {
    padding: 0 0 0 60px;
}

.toggle_inner > .button_slot {
    padding: 0 60px 0 0;
}

.toggle_inner > .button_casino:after {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    width: 150px;
    height: 150px;
    background: url(../img/banner_casino.4f3c669d.svg) no-repeat 50%;
    background-size: 150px 150px;
    opacity: .2
}

.toggle_inner > .button_casino.active:after, .toggle_inner > .button_casino:hover:after {
    -webkit-animation: flip_banner 3s ease infinite;
    animation: flip_banner 3s ease infinite;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.toggle_inner > .button_slot:after {
    content: "";
    position: absolute;
    right: 0;
    top: -25px;
    width: 150px;
    height: 150px;
    background: url(../img/banner_slot.7e82a499.svg) no-repeat 50%;
    background-size: 150px 150px;
    opacity: .15
}

.toggle_inner > .button_slot.active:after, .toggle_inner > .button_slot:hover:after {
    -webkit-animation: flip_banner 3s ease infinite;
    animation: flip_banner 3s ease infinite;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flip_banner {
    0% {
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip_banner {
    0% {
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.toggle_content {
    margin: 0px 0 0 0
}

.toggle_content .toggle_section {
    position: relative;
    display: none;
    margin: 0 0 var(--gap) 0;
}

.toggle_content .toggle_section.active {
    display: block
}

.item_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin: calc(0px - var(--gap)) 0 0 calc(0px - var(--gap))
}

.item_list > a {
    position: relative;
    display: block;
    transition: var(--trans)
}

.item_list .game_item {
    width: calc(20% - var(--gap));
    padding: 5px;
    margin: var(--gap) 0 0 var(--gap);
    background: linear-gradient(0deg, #24262b 0, #3a3c43 99.5%, #686b77);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3)
}

.item_list .game_item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: var(--trans);
    opacity: 0;
    z-index: -1
}

.item_list .game_item .game_box {
    height: 100%;
    border: 1px solid #111;
    background: #191a1d
}

.item_list .game_item .game_box .game_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 102%;
    z-index: 1
}

.item_list .game_item .game_box .game_thumb:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 6px 12px 0 rgba(0, 0, 0, .75)
}

.item_list .game_item .game_box .game_thumb .thumb_cover, .item_list .game_item .game_box .game_thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--trans)
}

.item_list .game_item .game_box .game_thumb .thumb_cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: 5
}

.item_list .game_item .game_box .game_thumb .icon_play {
    width: 58%;
    height: 58%;
    margin: 0 auto 5px auto;
    filter: drop-shadow(0 6px 6px rgba(0, 0, 0, .9));
    z-index: 1
}

.item_list .game_item .game_box .game_info {
    height: 62px;
    line-height: 1.4;
    padding: 10px 0;
    text-align: center;
    transition: var(--trans)
}

.item_list .game_item .game_box .game_info h3 {
    color: #eee;
    font-size: 18px;
    font-weight: 500
}

.item_list .game_item .game_box .game_info h4 {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0
}

.item_list .game_item .game_box .game_info .btn_start {
    display: block;
    width: calc(100% - 20px);
    margin: 10px 10px 0 10px;
    padding: 8px 0;
    background: #d30cd4;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transform: scale(0);
    transition: var(--trans)
}

.item_list .game_item:hover {
    margin-top: calc(0px - var(--gap));
    margin-bottom: calc(0px - var(--gap) * 2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .9);
    z-index: 3
}

.item_list .game_item:hover:after {
    background: linear-gradient(to bottom, #faeba6 1%, #957141 85%, #725130 100%);
    opacity: 1
}

.item_list .game_item:hover .game_thumb > img {
    transform: scale(1.2)
}

.item_list .game_item:hover .game_thumb .thumb_cover {
    opacity: 1
}

.item_list .game_item:hover .game_thumb .icon_play {
    -webkit-animation: icon_play .4s ease-in-out infinite alternate;
    animation: icon_play .4s ease-in-out infinite alternate;
    z-index: -1
}

.item_list .game_item:hover .game_info {
    height: 114px
}

.item_list .game_item:hover .game_info h3 {
    color: #edd415
}

.item_list .game_item:hover .game_info h4 {
    color: #ccc
}

.item_list .game_item:hover .game_info .btn_start {
    opacity: 1;
    transform: scale(1)
}

.item_list .game_item.off:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2
}

@-webkit-keyframes icon_play {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.04)
    }
}

@keyframes icon_play {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.04)
    }
}

.real_list {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(6, 1fr);
    grid-gap: 30px;
    padding: 11px;
    padding: 11px;
}

.real_list a {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 300ms;
    z-index: 10;
    display: block;
}

.real_list .game_title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
    transition: all 500ms;
    opacity: 0;
    display: none
}

.real_list img {
    width: 100%;
    overflow: hidden;
    display: block;
    transition: all 500ms;
}

.real_list a:hover {
    -webkit-animation: game_list 0.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: game_list 0.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@keyframes game_list {
    from {
        -webkit-transform: translateX(0px) rotateY(0deg) skew(0deg, 0deg);
        transform: translateX(0px) rotateY(0deg) skew(0deg, 0deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        filter: brightness(1);
    }
    5% {
        -webkit-transform: translateX(0px) rotateY(2deg) skew(3deg, 0deg);
        transform: translateX(0px) rotateY(2deg) skew(3deg, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        filter: brightness(1.2);
    }
}

.container_row {
    padding: 30px 50px;
}

#footer {
    position: relative;
    background: #232426;
    text-align: center;
}

#footer .logo_img {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100px;
}

#footer .centerbox {
    width: 100%;
    display: block;
}

.service_txt {
    padding-top: 40px;
    color: #fff
}

#footer img {
    margin: 10px;
}

.banner-btomm {
    text-align: center;
    padding-top: 20px;
    display: block;
}

.banner-btomm img {
    width: 22%
}

.copyright_txt {
    color: #fff
}


.topbtn-arr {
    position: absolute;
    right: 30px;
    top: 10px;
}

.topbtn-arr button, .topbtn-arr a {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    width: 150px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    background: linear-gradient(#00ffff 0%, #007eff 100%);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);


    color: #ffffff;
    vertical-align: middle;
}

.topbtn-arr a {
    background: linear-gradient(#7c7c7c 0%, #353535 100%);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}


.topbtn-arr button:hover {
    background: linear-gradient(-45deg, #00ffff 0%, #007eff 100%);
}

.topbtn-arr a:hover {
    background: linear-gradient(-45deg, #7c7c7c 0%, #353535 100%);
}


.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    top: 0;
    left: 0;
    display: none;
    z-index: 99999
}

.modal_content {
    width: 640px;
    height: 500px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -320px;
    text-align: center;
    box-sizing: border-box;

    line-height: 23px;
    cursor: pointer;
    background: linear-gradient(#1d1d1d 0%, #1d1d1d 100%);
    border-radius: 10px;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.7);
}

.logingirl {
    position: absolute;
    left: 0;
    bottom: 0;
}

.lg_frm_arr {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 380px;
    top: 0;
}

.lg_frm_arr .frm-logo {
    display: block;

    margin: 0px auto 0 auto;
    width: 240px;
}

.lg_frm_arr h4 {
    font-size: 20px;
    color: #fff;
    border-bottom: solid 2px #444;
    padding: 15px 0;
}

#userid, #passwd {
    height: 50px;
    text-align: center;
    background: #222;
    border: solid 1px #444;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    outline: none;
    font-size: 14px;
}

#userid:focus, #passwd:focus {
    border: solid 1px #00ffff;
}

#login-btn, #join-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: block;
    margin-top: 5px;
    background: #00ffff;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;

    border: 1px solid #000;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
    text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}

#login-btn {
    background: linear-gradient(#00ffff 0%, #007eff 100%);

}

#join-btn {
    background: linear-gradient(#7c7c7c 0%, #353535 100%);
}

#login-btn:hover, #join-btn:hover {
    filter: brightness(1.3)
}

.modal-close {
    position: absolute;
    font-size: 30px;
    right: 10px;
    top: 10px;
    color: #fff;
    z-index: 9;
    transition: all 0.3s
}

.modal-close:hover {
    color: #00ffff;
    transform: rotate(360deg);
}

.inloforma {
    box-sizing: border-box;
}

#header > .centerbox > .logo_img {
    width: 200px;
}

.wrapper > div {
    font-family: 'KBO-Dia-Gothic_bold' !important;
}

.kakap-sns {
    color: #fff;
    font-size: 14px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    border: solid 1px #0bc8ff;
    background: rgba(0, 0, 0, 0.8);
    margin: 10px 0;
    text-align: center;
    margin-top: 10px;
}


.kakap-sns i {
    color: #0bc8ff;
    font-size: 30px;
    vertical-align: middle;
}

.kakap-sns strong a {
    color: #0bc8ff;
    font-weight: bold;
}

<
/
style >