/*main_bg_wrap*/
.main_bg_wrap {
    position: relative;
    margin: 0 auto;
    min-height: auto;
    padding: 0px 10px 10px 10px;
}

.main_bg_wrap .noti {
    padding-top: 0px;
}

.bg_wrap {
    min-height: 782px;
}

.main_bg_wrap .main_inner {
    width: 100%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main_bg_wrap .main_inner.width_all {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important
}

.main_bg_wrap .main_inner .slick-slide img {
    width: 100% !important
}

.main_bg_wrap > .noti .main_inner {
/*    border: 1px solid #000;*/
    padding: 5px 10px;
}

.main_bg_wrap > .noti .main_inner > div:first-child {
    width: 10%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.main_bg_wrap > .noti .main_inner > div:last-child {
    width: 90%;
    height: 40px;
}

.main_bg_wrap .main_inner .bottom_banner {
    width: 100%;
}

.main_bg_wrap .main_inner .bottom_banner img,
.main_bg_wrap .main_inner .banner-carousel,
.main_bg_wrap .main_inner .banner-panel,
.main_bg_wrap .main_inner .banner-carousel img {
    width: 100%
}

.main_bg_wrap .nav_pop {
    z-index: 9;
    position: absolute;
    width: 300px;
}

.w100 {
    width: 100%;
}

/*jackpot*/
span#jackpot,
span.currency {
    font-size: 88px;
    line-height: 47px;
}

.jackpot_section {
    position: relative;
}

.jackpot,
.jackpot > .event {
    height: auto;
}

.pay.inner > .event .jackpot_section .item.text {
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pay.inner > .event .jackpot_section .item.img {
    width: 100%;
}

.pay.inner > .event .jackpot_section .item .jackpot {
    display: flex;
}

.pay.inner > .event .jackpot_section .item .jackpot span.won {
    display: inline-block;
    height: 89px;
    width: 98px;
    vertical-align: bottom;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin: 0 10px 0 0;
}

.pay.inner > .event .jackpot_section .item .jackpot .jackpot-odometer {
    width: 500px;
    position: relative;
    height: 88px;
    display: flex;
    overflow-y: hidden;
}

.pay.inner > .event .jackpot_section .item .jackpot .jackpot-odometer img {
    height: calc(95px * 15) !important;
    width: 45px
}

.pay.inner.jackpot,
.pay.inner.jackpot > .event {
    padding: 0
}

.jackpot_section .jackpot {
    position: absolute;
    bottom: 23px;
    right: 20px;
    width: 100%;
    justify-content: flex-end;
}

.jackpot_section > img {
    width: 100%
}

.all_cara {
    position: absolute;
    top: 0
}

/*main height interval*/
.noti,
.main,
.game_ban_btn,
.board_cs,
.bottom_banner,
.sub_banner,
.jackpot {
    padding-top: var(--site-gap)
}

.game_ban_btn .inner {
    flex-wrap: wrap;
    gap: 10px;
}

.game_ban_btn .inner img {
    width: 100%
}

.top_banner_1 {
    width: calc(100% / 1 - 10px);
    max-width: calc(100% / 1 - 10px);
}

.top_banner_2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
}

.top_banner_3 {
    width: 49%;
}

.top_banner_4 {
    width: calc(100% / 4 - 9px);
    max-width: calc(100% / 4 - 9px);
}

.top_banner_5 {
    width: calc(100% / 5 - 10px);
    max-width: calc(100% / 5 - 10px);
}

.top_banner_6 {
    width: calc(100% / 6 - 10px);
    max-width: calc(100% / 6 - 10px);
}

.bottom_banner_1 {
    width: calc(100% / 1 - 0px);
    max-width: calc(100% / 1 - 0px);
}

.bottom_banner_2 {
    width: calc(100% / 2 - 5px);
    max-width: calc(100% / 2 - 5px);
}

.bottom_banner_3 {
    width: calc(100% / 3 - 10px);
    max-width: calc(100% / 3 - 10px);
}

.bottom_banner_4 {
    width: calc(100% / 4 - 9px);
    max-width: calc(100% / 4 - 9px);
}

.bottom_banner_5 {
    width: calc(100% / 5 - 10px);
    max-width: calc(100% / 5 - 10px);
}

.bottom_banner_6 {
    width: calc(100% / 6 - 10px);
    max-width: calc(100% / 6 - 10px);
}

.banner_section.width_all {
    width: 100%;
    max-width: 100%
}

.bottom_section > .inner .bottom_banner img {
    margin-top: var(--site-gap);
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-prev,
.slick-next {
    display: none !important
}

.slick-list {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
