header {
    width: 100%;
    background: #000000;
    box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
    animation: moveToBottom .5s ease-out;
    position: fixed;
    z-index: 9;
}
header .header_wrap .logo {
    width: 275px;
    text-align: center;
}
header .header_wrap .logo img {
    height: 60px;
    margin-bottom: 10px;
}

header .header_wrap .topZone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding-top: 15px;
}
header .header_wrap .topZone .rightBox{
    display: flex;
    margin-right: 30px;
    align-items: center;
}
header .header_wrap .topZone .rightBox .info_wrap {
    display: flex;
    gap: 15px;
    margin-right: 30px;
    font-size: 15px;
}
header .header_wrap .topZone .rightBox .info_wrap a span {
    color: var(--primary-light);
    font-size: 12px;
}
header .header_wrap .topZone .rightBox .btn_wrap {
    display: flex;
    gap: 5px;
}
header .header_wrap .topZone .rightBox .btn_wrap button{
    padding: 5px;
    min-width: 120px;
    border-radius:40px;
    border: 2px solid var(--border);
}
header .header_wrap .topZone .rightBox .btn_wrap button.btn_join {
    background: var(--primary);
    color: var(--font);
}
header .header_wrap .topZone .rightBox .btn_wrap button.logout {
    background: linear-gradient(to bottom, rgba(164,30,30,1) 1%,rgba(100,15,15,1) 100%);
    border:2px solid #daa;
}
header .header_wrap .topZone .rightBox .btn_wrap button.partnerpage {
    background: linear-gradient(to bottom, rgb(30 164 72) 1%,rgb(15 73 100) 100%);
    border:2px solid #06835e;
}
header .header_wrap .downZone {
    display: flex;
    width: 100%;
    gap: 2vw;
    padding: 10px;
    border-top: 2px solid var(--border);
    border-bottom: 2px solid var(--border);
    height: 20px;
    font-size: 16px;
    align-items: center;
    margin-bottom: 5px;
    justify-content: center;
}
header .header_wrap .downZone a {
    padding: 5px;
    cursor: pointer;
}

marquee {
    display: block;
    padding-bottom: 5px;
}

.main-banner .slick-dots {
    position: absolute;
    display: flex;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    gap: 30px;
}

.main-banner .slick-dots .slick-active button, .main-banner .slick-dots button:hover {
    background-color: var(--primary);
}

.main-banner .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-color: #969696;
    background-size: 100% 100%;
    transition: 0.2s;
    color: transparent;
    opacity: 1;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
}

.img_lvl {
    max-width: 2em;
    vertical-align: text-top;
    margin-right: 5px;
}

.login {
    float: left;
    width: 100%;
    text-align: center;
    padding: .4em .5em;
}

.login ul li {
    display: inline;
    line-height: 30px;
    margin: 0 1px 0 1px;
    font-weight: 700;
    font-size: 14px;
    color: #e0d0b5;
    letter-spacing: -1px;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}

.login ul li .nickName {
    color: #7bd8a3;
    font-size: 17px;
}

.login-grad-btn {
    width: 100%;
    background: var(--gradient-gold-double);
    height: 35px;
    line-height: 35px;
    color: #000;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    border-radius: 1px;
    border: solid 1px #b4843c;
    border-left: none;
    border-right: none;
}

.input_login {
    background-color: #292827;
    border: 1px solid #393938;
    padding: 4px 0 4px 10px;
    width: 165px;
    height: 30px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
}

.footer_wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #909090;
}

.footer_wrap>img {
    width: 100%;
}

.main_con_box {
    text-align: left;
    width: inherit;
    margin: 0px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 5px;
}

.main_con_wrap {
    width: 100%;
    margin-top: 15px;
}

.main_con_wrap .more {
    color: white;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    color: var(--font);
}

.main_con_wrap .more:hover {
    color: #af984c;
}

.main_con1_wrap {
    float: left;
    background: rgba(0, 0, 0, 0.5);
    flex-grow: 1;
    width: 100%;
}

.main_con1_wrap + .main_con1_wrap {
    margin-left: 10px;
}

.main_con1_title {
    height: 40px;
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 5px;
    background: linear-gradient(var(--primary), var(--primary-dark), var(--primary));
    color: var(--font);
}

.main_con1_title .txt {
    color: var(--primary-light);
    margin-left: 10px;
    font-size: 12px;
}

.main_con1 {
    height: 210px;
    overflow: hidden;
    font-size: 14px;
    background: #252525;
    margin-top: 5px;
    border-radius: 5px;
}

.main_con1 ul li {
    display: flex;
    height: 40px;
    margin: 0 10px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3c3c3c;
}

ul#tb_main_cash li {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.main_con1 ul li span {
    white-space: nowrap
}

.main_con1 .title {
    cursor: pointer;
}

.main_con1 table {
    min-width: 25rem;
    width: 75%;
}

.main_con1 td {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}

.flow_list #tb_main_cash {
    position: relative;
    transform: translateY(0px);
    animation: scroll 5s linear .5s infinite;
    -webkit-animation: scroll 5s linear .5s infinite;
    animation-duration: var(--duration);
    -webkit-animation-duration: var(--duration);
}

@keyframes scroll {
    100% {
        transform: var(--top-offset);
    }
}

@-webkit-keyframes scroll {
    100% {
        transform: var(--top-offset);
    }
}

.popup_none {
    display: none;
}

.close_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0 10px 0;
}

.popup_tab_wrap {
    width: 100%;
}

.popup_tab {
    float: left;
    width: 100%;
    background: rgb(34 34 39);
}

.popup_tab li {
    float: left;
    min-width: 120px;
    border-right: solid 1px rgba(255,255,255,0.05);
}

.popup_tab li span {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

.popup_tab li span:hover {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

.popup_tab li.active span {
    color: #000000;
    background: linear-gradient(to right, #ad7d25 0%, #fff0ae 50%, #ad7d25 100%);
}

ul.comp_list {
    width: 100%;
    padding: 1em .5em;
    --grid-layout-gap: 5px;
    --grid-column-count: 4;
    --grid-item--min-width: 100px;
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    grid-gap: var(--grid-layout-gap);
}

/* 슬롯 세부리스트 */
.slot_list {
    width: 100%;
    margin-top: 15px;
    color: #fff
}

.slot_list>ul {
    display: grid;
    gap: 5px;
    grid-template-columns: var(--pc-slot-cnt);
}

.slot_list>ul>li {
    backdrop-filter: blur(3px);
    background: rgb(14 14 14 / 40%);
    display: flex;
    flex-flow: column;
    transition: .1s all ease-out;
    border: 1px solid #666;
}

.slot_list>ul>li img {
    max-width: 100%;
    height: 100%;
}

.slot_list>ul>li .tit {
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.slot_list>ul>li:hover {
    transform: scale(1.25);
    box-shadow: 0 0 .5em white;
    z-index: 1;
    cursor: pointer;
}

/* 게임리스트 리스트 */
.game_tit {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.game_list_wrap {
    width: 100%;
    margin-top: 5px;
    padding-bottom: 60px;
}

.game_list_wrap>ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.game_list_wrap>ul>li {
    position: relative
}

.game_list_wrap>ul>li .check img {
    max-width: 100%;
    width: 3em;
}

.game_list_wrap>ul>li .check {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #555555;
    position: absolute;
    text-align: center;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 400;
    top: 0px;
    left: 0px;
    visibility: hidden;
    color: cyan;
}

.game_list_wrap>ul>li .check.active {
    visibility: visible;
}

.game_wrap {
    background: url(../images/common/game_bg.png) no-repeat center;
    background-size: cover;
    background-blend-mode: color;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid var(--primary);
    padding-bottom: 130%;
}
.game_wrap:hover {
    scale:1.05;
    transition:all .5s
}
.game_wrap .logo {
    text-align: center;
    position: absolute;
    width: 40%;
    left: 2%;
    top: 2%;
}

.game_wrap .model {
    display: block;
    width: 90%;
    height: auto;
    position: absolute;
    bottom: 2%;
    right: 5%;
}

.game_wrap .txt_wrap {
    color: black;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(transparent, black);
}

.game_wrap .tit {
    background: linear-gradient(45deg, var(--primary), var(--primary-light), var(--primary));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 26px;
    font-weight: 900;
    font-family: 'KoreanAH3R';
    filter: drop-shadow(1px 3px 1px black);
    padding: 15px 0px 5px 0px;
}

.game_wrap .sub {
    color: var(--font);
    background: linear-gradient(45deg, var(--primary-dark), var(--primary-light), var(--primary-dark));
    text-transform: uppercase;
    padding: 2px;
}
.game_wrap.mini .model {
    position:relative;
    width: 100%;
    right: 0;
}
.game_wrap.casual .model {
    width: 120%;
    right: -8%;
    bottom: 16%;
}
.slot_wrap {
    display: block;
    position: relative;
    cursor: pointer;
    border: 2px solid var(--primary);
}
.slot_wrap:hover {
    scale:1.05;
    transition:all .5s
}
.slot_wrap .model {
    display: block;
    width: 100%;
    height: auto;
}

.slot_wrap .logo_wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(transparent, black);
}

.slot_wrap .logo {
    text-align: center;
    width: 70%;
    padding-bottom: 10px;
    filter: drop-shadow(1px 1px 1px white);
}

.slot_wrap .tit {
    color: var(--font);
    background: linear-gradient(45deg, var(--primary-dark), var(--primary-light), var(--primary-dark));
    text-transform: uppercase;
    padding: 2px;
}

.game_wrap.mini {
    padding-bottom: 0;
    background: unset;
}

.game_wrap.mini img.game {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 공지팝업 */
.notice_popup_area {
    position: absolute;
    top: 8rem;
    display: flex;
    flex-wrap: wrap;
    max-height: var(--popup-area-height);
    overflow: hidden;
    z-index: 20;
}

.notice_popup {
    position: relative;
    z-index: 1;
    padding: 5px;
    min-width: 350px;
    min-height: 400px;
    margin-bottom: var(--popup-area-height);
}

.notice_popup * {
    max-width: 100%;
}

.notice_popup .no-padding p {
    margin-bottom: 0;
}

.notice_popup_wrap {
    width: 100%;
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    overflow: hidden;
}

.notice_popup_btn_wrap {
    background: linear-gradient(134deg,#3f3f3f9e 0,#101010 5%,#1c1c1cad 30%,rgb(0 0 0 / 45%) 50%,#29292996 70%,#101010 95%,#0000008f);
    box-shadow: rgb(0 0 0 / 50%) 0px 2px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notice_popup_btn_wrap .btn_today_close {
    padding: 8px;
    cursor:pointer;
}
.notice_popup_btn_wrap .btn_today_close span {
    margin-right:5px
}
.notice_popup_btn_wrap .btn_close {
    padding: 8px;
    cursor:pointer;
}

.notice_popup_btn {
    float: right;
    background: var(--border);
    min-width: 60px;
    height: 36px;
    line-height: 40px;
    padding: 0 15px 0 15px;
    text-align: center;
    display: inline-block;
    font-family: nanumgothic, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.notice_popup_box {
    border-top: 0;
    background: black url(../images/common/bg_popup.jpg) center top no-repeat;
    background-size: cover;
}

.notice_popup_text {
}

.notice_popup_font1 {
    font-family: 'nanumsquare', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffc800;
    text-align: center;
    width: 100%;
}

.notice_popup_font2 {
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #d4d4d4;
    line-height: 28px;
}

/* 이벤트팝업 */
.popup_btn_wrap h2 {
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 5px;
    position: relative;
    box-shadow: rgb(0 0 0 / 50%) 0px 2px 3px;
    line-height: 32px;
    font-size: 14px;
    padding: 10px 15px;
}

.popup_btn_wrap h2 label {
    cursor: pointer;
}

.popup_btn_wrap span {
    position: absolute;
    top: 11px;
    right: 11px;
    cursor: pointer;
}

.popup_btn_wrap span img {
    width: 32px;
}

.popup_btn_wrap ul li {
    float: left;
    margin: 0 0 0 5px;
}

.popup_box {
    height: auto;
    border: 5px solid var(--border);
    background: black url(../images/common/bg_popup.jpg) center top no-repeat;
    background-size: cover;
}

.popup_box img {
    max-width: 100%;
}

.tabZone ul {display: flex;padding: 0;margin-bottom: 20px;overflow-x: scroll;overflow-y: hidden;}
.tabZone ul::-webkit-scrollbar {height:0px}
.tabZone ul li {padding: 10px;min-width: 110px;cursor: pointer;background-color: rgb(11 11 11);border-left: solid 1px rgba(255,255,255,0.05);position: relative;color: white;text-align: center;}
.tabZone ul li.active {background: var(--primary);}

/* 로딩중 */
.loding_wrap {
    float: left;
    width: 1100px;
    height: 760px;
    background: url("../images/common/bg_loding.jpg") center top no-repeat;
}

.loding {
    float: left;
    width: 100%;
    line-height: 40px;
    font-family: 'nanumsquare', sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #ffffff;
    margin: 240px 0 0 0;
    text-align: center;
}

/* 춣석체크 */
.attend_box {
    margin-bottom: 20px;
}
.attend_box .info_box {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 12px 0;
}
.attend_box .info_box .date_pick {font-size: 30px;color: #fff504d1;}
.attend_box .info_box .date_pick .arrow {font-size: 12px;cursor: pointer;color: white;margin: 10px;}
.attend_box .info_box .ac-cnt-info {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
}

.attend_box .info_box .reward-btn {
    padding: 8px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.attend_box .calendar {
    border-top: 1px solid #535353;
    border-left: 1px solid #535353;
}

.attend_box .calendar ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-items: center;
    font-size: 16px;
    gap: 1px;
    margin-bottom: 1px;
}

.attend_box .calendar ul li {
    width: 100%;
    text-align: center;
    background: black;
    border-right: 1px solid #535353;
    border-bottom: 1px solid #535353;
    overflow: hidden;
    position: relative;
    padding: 8px 0;
}

.attend_box .calendar ul.days li:nth-child(7n-6){
    color:red
}

.attend_box .calendar ul.days li .txt {
    padding: 10px;
    position: absolute;
    font-size: 14px;
    top: 0;
}

.attend_box .calendar ul.days li .state {
    background: url(../images/common/att0.png) no-repeat;
    background-size: contain;
    background-position: center;
    padding-bottom: 45%;
}
.attend_box .calendar ul.days li.on .state {
    background-image: url(../images/common/att1.png);
}

.pulse-rect {
    position: relative;
}

.pulse-rect:after {
    content: ' ';
    width: calc(100% + 0.2em);
    height: calc(100% + 0.2em);
    position: absolute;
    top: -0.1em;
    left: -0.1em;
    animation: anim_pulse_border 1s ease-out infinite;
    border-radius: inherit;
    z-index: -1;
}

@-webkit-keyframes anim_pulse_border {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ff2d2d;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes anim_pulse_border {
    0% {
        -moz-box-shadow: 0 0 0 0 var(--border);
        box-shadow: 0 0 0 0 var(--border);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent;
        background-color: #753e24c9;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes anim_pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

#roulette .roulette-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 50px;
    background: url(../images/common/roul-bg.png);
    padding-top: 20px;
}

#roulette .roulette-info {
    position: relative;
    padding: 1em;
    top: 0;
    width: 640px;
}
#roulette .roulette-info .roul-bg {
    /* position:absolute; */
    width:100%;
    top:0;
}
#roulette .roulette-info .content {position: absolute;top: 43%;left: 20%;font-size: 30px;color: black;}
#roulette .roulette-info .content img.coupon {width:130px;}
#roulette .roulette-info img.coin {position:absolute;left:0;bottom:0}
#roulette .roulette-info .content .coupon-cnt {
    font-size: 1em;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    margin-right: 0.2em;
}

#roulette .roulette-wheel {
    max-width: 500px;
    position: relative;
    display: block;
    z-index: 1;
    top: 0;
}
#roulette .roulette-wheel .wheel {
    position: absolute;
    display: flex;
    width: 90%;
    top: 8.8%;
    left: 5%;
    transition: transform 6.5s cubic-bezier(0, 0, 0.3, var(--pt-bezier)), -webkit-transform 6.5s cubic-bezier(0, 0, 0.3, var(--pt-bezier));
}
#roulette .roulette-wheel .wheel.waiting {
    transition-duration: 60s;
}
#roulette .roulette-wheel .wheel .roulete_img {
    will-change: transform;
    border-radius: 50%;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
    width: 100%;
    transform: rotate(15deg);
}

#roulette .roulette-wheel .outside {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
#roulette .roulette-wheel .outside img {
    width: 100%;
    height: auto;
}
#roulette .roulette-btn {
    z-index: 103;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 45.5%;
    left: 50%;
}
#roulette .start-btn {
    background-image: url(../images/common/start.png);
    background-size: cover;
    width: 95px;
    height: 95px;
    border-radius: 100px;
    border-style: none;
}
#roulette .start-btn:hover,
#roulette .start-btn:disabled {
    background-image: url(../images/common/start_disable.png);
    background-size: cover;
    width: 98px;
    height: 98px;
    border-radius: 100px;
}

#roulette .wheel-slice {
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    height: 4%;
    font-weight: 900;
    text-align: center;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    padding-left: 10%;
    -webkit-transform: translateY(-50%) rotate(136deg);
            transform: translateY(-50%) rotate(136deg);
    color: white;
}
#roulette .wheel-slice:nth-child(1) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 0));
            transform: translateY(-50%) rotate(calc(30deg * 0));
}
#roulette .wheel-slice:nth-child(2) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 1));
            transform: translateY(-50%) rotate(calc(30deg * 1));
}
#roulette .wheel-slice:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 2));
            transform: translateY(-50%) rotate(calc(30deg * 2));
}
#roulette .wheel-slice:nth-child(4) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 3));
            transform: translateY(-50%) rotate(calc(30deg * 3));
}
#roulette .wheel-slice:nth-child(5) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 4));
            transform: translateY(-50%) rotate(calc(30deg * 4));
}
#roulette .wheel-slice:nth-child(6) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 5));
            transform: translateY(-50%) rotate(calc(30deg * 5));
}
#roulette .wheel-slice:nth-child(7) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 6));
            transform: translateY(-50%) rotate(calc(30deg * 6));
}
#roulette .wheel-slice:nth-child(8) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 7));
            transform: translateY(-50%) rotate(calc(30deg * 7));
}
#roulette .wheel-slice:nth-child(9) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 8));
            transform: translateY(-50%) rotate(calc(30deg * 8));
}
#roulette .wheel-slice:nth-child(10) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 9));
            transform: translateY(-50%) rotate(calc(30deg * 9));
}
#roulette .wheel-slice:nth-child(11) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 10));
            transform: translateY(-50%) rotate(calc(30deg * 10));
}
#roulette .wheel-slice:nth-child(12) {
    -webkit-transform: translateY(-50%) rotate(calc(30deg * 11));
            transform: translateY(-50%) rotate(calc(30deg * 11));
}
#roulette .wheel-slice:nth-child(even) {
    color: #d20000;
}
#roulette .wheel-slice .coupon {
    width: 40%;
}

@media screen and (max-width: 990px) {
    #roulette .roulette-wrap {
        flex-wrap:wrap;
        gap: 0;
    }
    #roulette .roulette-info .content {
    position: relative;
    left: auto;
    top: 0;
    }
}

/* 회원레벨, 닉네임 함께 현시 */
.user-label {
    display: inline-flex;
    align-items: center;
}

.user-label img {
    max-height: 1.5em;
}

/* 댓글입력 */
.content-editable {
    border-radius: 3px;
    background: rgb(127 127 127 / 40%);
    padding: 10px;
    text-align: left;
    line-height: 1.5;
    display: block;
}

/* Captcha 이미지 설정 */
.img-captcha {
    cursor: pointer;
}

/* 레프트 스포츠 */
#left_section {
    position: fixed;
    width: 275px;
    top: 135px;
    bottom: 0;
    left: 0;
    z-index: 10;
    animation: moveToRight .3s ease-out;
}

#left_section .close_aside {
    display: none;
}
#left_section.aside .left_box {
    display: block;
    background: black;
    padding: 5px;
    border-radius: 5px;
}

#left_section .left_bar {
    display: none
}

.left_box {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.left_box .top_img {
    display:flex;
    gap:2px;
    margin-bottom:5px
}
.left_box .top_img a {
    flex:1;
}
.left_box .top_img a img {
    width:100%;
}
.left_box .top_menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #313131;
    gap: 2px;
    margin-bottom: 5px;
}

.left_box .top_menu a {
    text-align: center;
    padding: 12px 5px;
    background: #3c3c3c;
    cursor: pointer;
    font-size: 11px;
    white-space: nowrap;
}

.left_box .top_menu a:nth-child(-n+3) {
    background: linear-gradient(335deg, var(--primary-dark), var(--primary), var(--primary-dark), var(--primary), var(--primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px black;
}

.left_box .top_menu a img {
    width: 12px;
    margin-right: 3px;
}

.left_box .telegram {
    height: 60px;
    margin-bottom: 3px;
    cursor: pointer;
}

.left_box .telegram .ico {
    display: inline-block;
    margin: 10px 30px 0px 34px;
    float: left;
}

.left_box .telegram .name {
    display: inline-block;
    float: left;
    font-size: 16px;
    padding-top: 10px;
    line-height: 20px;
}

.left_box .telegram .name .address {
    display: block;
    font-size: 13px;
    color: #d7c509;
}

/* 스포츠 메뉴 */
.sports_menu {
    margin-bottom: 3px;
    padding: 0px;
}

.sports_menu h3 {
    background: linear-gradient(#303030, #353535);
    border: 1px solid transparent;
    height: 30px;
    padding: 5px 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sports_menu h3 .tit {
    color: var(--primary-light);
}

.sports_menu h3 img {
    vertical-align: middle;
    margin: 0px 6px 2px 0px;
}

.sports_menu h4 {
    background: #24242c;
    margin: 10px 6px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    border-radius: 2px;
}

.sports_menu ul {
    
}

.sports_menu ul .menu1 {
    background: #3d3d3ee0;
}

.sports_menu ul .menu2 {
    background: #3d3d3ee0;
}

.sports_menu ul li {
    background: #222227;
    border-bottom: 1px solid #434347;
    height: 30px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 12px;
    transition: 200ms all;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sports_menu ul li:hover {
    background: var(--border);
    color: var(--font);
}

.sports_menu ul li img {
    width: 20px;
}

.sports_menu ul li img.arrow {
    width: 10px;
}

.sports_menu ul li .name {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 5px;
    white-space: nowrap;
}

.sports_menu ul li .name01 {
    margin-left: 20px;
    color: white;
}

.sports_menu ul li .count {
    font-weight: bold;
    width: 40px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    background: linear-gradient(var(--primary), var(--primary-dark));
    box-shadow: 0px -1px 1px var(--primary-light);
    padding: 2px;
    color: var(--font);
}

.sports_menu ul li .sub_cnt {
    position: absolute;
    right: 15px;
}

.sports_menu ul .league_family.on {
    background: var(--border) !important;
}

.mobile_main_menu {
    opacity: 1;
    visibility: visible;
    position: fixed;
    overflow: auto;
    transition: all 0.3s ease 0s;
    height: 100%;
    padding-bottom: 250px;
    text-align: left;
    top: 40px;
    width: 265px;
}

/* 스포츠 펼침 메뉴 */
.sports_menu .mune_list01 {
    margin: 0px 6px 10px 6px;
}

.sports_menu .mune_list01 li {
    position: relative;
}

.sports_menu .menu01 {
    margin-right: 45px;
    cursor: pointer;
    border: 1px solid transparent;
    font-weight: bold;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    transition: 200ms all;
}

.sports_menu .menu01 img {
    height: 26px;
    vertical-align: middle;
    margin: 0px 4px 2px 0px;
}

.sports_menu .menu01 span {
    color: #c4c4c3;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    text-align: center;
    line-height: 45px;
}

.sports_menu .menu01 span svg {
    width: 13px;
    height: 13px;
}

.sports_menu .menu01:hover span {
    color: #ffffff;
}

.sports_menu .menu01 .close {
    display: none;
}

.sports_menu .menu01.on {
    background: #312b20;
    border: 1px solid var(--border);
    color: var(--border);
}

.sports_menu .menu_list02 {
    background: #33333a;
    border-radius: 5px;
    display: none;
}

.sports_menu .menu02 {
    margin-right: 45px;
    cursor: pointer;
    border: 1px solid transparent;
    font-weight: bold;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    transition: 200ms all;
}

.sports_menu .menu02 img {
    width: 14px;
    vertical-align: middle;
    margin: 0px 4px 2px 0px;
}

.sports_menu .menu02 span {
    color: #c4c4c3;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    text-align: center;
    line-height: 35px;
}

.sports_menu .menu02 span svg {
    width: 13px;
    height: 13px;
}

.sports_menu .menu02:hover {
    background: #41414a;
}

.sports_menu .menu02:hover span {
    color: #ffffff;
}

.sports_menu .menu02 .close {
    display: none;
}

.sports_menu .menu02.on {
    background: #312b20;
    border: 1px solid var(--border);
    color: var(--border);
}

.sports_menu .menu_list03 {
    display: none;
}

.sports_menu .menu03 {
    margin-right: 45px;
    cursor: pointer;
    border: 1px solid transparent;
    font-weight: bold;
    border-radius: 5px;
    line-height: 35px;
    padding-left: 15px;
    transition: 200ms all;
    padding-left: 36px;
}

.sports_menu .menu03 span {
    color: #c4c4c3;
    position: absolute;
    top: 4px;
    right: 0;
    width: 45px;
    text-align: center;
}

.sports_menu .menu03 span svg {
    width: 13px;
    height: 13px;
}

.sports_menu .menu03:hover {
    background: #41414a;
}

.sports_menu .menu03:hover span {
    color: #ffffff;
}

.sports_menu .menu03 span.on {
    color: var(--border) !important;
}

.sports_menu .menu03.on {
    background: #312b20;
    border: 1px solid var(--border);
    color: var(--border);
}

.left_box .search_team {
    display: flex;
    margin: 4px 0;
}

.left_box .search_team input {
    width: 100%;
    color: white;
    background-color: black;
    margin-left: 2px;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    border-radius: 5px;
}

.left_box .search_team button {
    border: none;
    width: 50px;
    height: 30px;
}

/* 라이트 영역 */
#right_section {
    position: fixed;
    margin-right: 2px;
    width: 275px;
    top: 135px;
    bottom: 0;
    right: 0;
    z-index: 8;
    margin-bottom: 10px;
    animation: moveToLeft .3s ease-out;
}

.right_box {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.right_box .login_box form {
    display: flex;
    gap: 1px;
    padding: 5px;
}

.right_box .login_box .login_input input {
    border: 1px solid #000000;
    background: #535353;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 35px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}

.right_box .login_box .login_input input:focus {
    border: 1px solid var(--border);
    box-shadow: var(--primary) 0px 0px 4px;
}

.right_box .login_box .item-login {
    width: 100%;
}

.right_box .login_box .login {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--border);
    background: var(--border);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    transition: 200ms all;
}

.right_box .login_box .login:hover {
    border: 1px solid #ff9000;
    background: #ff8600;
}

.right_box .user_box {
    padding: 5px;
    margin-bottom: 3px;
}
.right_box .user_box .level{
    background: linear-gradient(var(--primary-light), var(--primary-dark));
    padding: 3px 5px;
    border-radius: 3px;
    color: var(--font);
}

.right_box .user_box .user_info {
    width: 100%;
    font-size: 11px;
}

.right_box .user_box .user_info a {
    display: flex;
    padding: 5px;
    justify-content: space-between;
    cursor: pointer;
}
.right_box .user_box .user_info a.nickname {
    border-bottom: 1px solid #686868;
    padding-bottom: 10px;
}
.right_box .user_box .user_info a .head span {
    color:var(--primary-light)
}
.right_box .user_box .user_info a .cash span {
    margin-right:3px;
    color:var(--second)
}
.right_box .user_box .btn_wrap {
    display: flex;
    justify-content: space-around;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dashed #585151;
    gap: 3px;
}

.right_box .user_box .btn_wrap a {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    background: black;
    padding: 8px 0;
    flex: 1;
    font-size: 10px;
    border-radius: 5px;
    gap: 5px;
}

.right_box .user_box .btn_wrap img {
    width: 16px;
}

.betting_cart {
    margin-bottom: 10px;
    padding: 6px 5px;
}

.betting_cart .bet_title {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.betting_cart .bet_title .bet_cnt {
    padding: 2px;
    margin-right: 5px;
    text-align: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #eb840a;
    color: #fff;
    font-size: 10px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.betting_cart .betting_empty {
    margin-bottom: 10px;
    background: black;
    padding: 25px 0;
    text-align: center;
}

.betting_cart .betting_list {
}

.betting_cart .betting_list li {
    border: 1px solid #aa0000;
    background: #222227;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    margin-bottom: 3px;
}

.betting_cart h4 {
    background: #aa0000;
    padding: 4px 6px;
    position: relative;
}

.betting_cart h4 .del {
    position: absolute;
    top: 0;
    right: 2px;
    cursor: pointer;
    text-align: center;
    padding: 2px;
}

.betting_cart h4 .del img {
    width: 18px;
}

.betting_cart .status_del {
    background: red;
}

.betting_cart .status_dis {
    background: #828282;
}

.betting_cart .name {
    line-height: 26px;
    border-bottom: 1px solid #3f3f43;
    padding: 0px 13px;
    height: 29px;
    position: relative;
    font-weight: bold;
}

.betting_cart .result {
    color: #ffd200;
    position: relative;
    font-weight: bold;
    padding: 6px;
}

.betting_cart .result span {
    top: 0;
    right: 13px;
}

.betting_cart .betting_info {
    border: 1px solid #3a3a42;
    background: #222227;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    padding: 7px;
    border-radius: 4px;
}

.betting_cart .betting_info ul li {
    border-bottom: 1px solid #333340;
    position: relative;
    display: flex;
    padding: 5px 0px;
    align-items: center;
    justify-content: space-between;
}

.betting_cart .betting_info ul li span {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.betting_cart .betting_info ul li span.icon-refresh {
    font-size: 16px;
    margin-left: 5px;
    font-weight: 200;
    cursor: pointer;
}

.betting_cart .betting_info ul li input {
    background: #272525;
    color: #dadada;
    text-align: right;
    width: 150px;
    border: 1px solid #464242;
    padding: 5px;
    border-radius: 5px;
}

.betting_cart .betting_box button {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: 200ms all;
    padding: 5px 0px;
    width: 100%;
    background: linear-gradient(#363636, #292929);
    border: 1px solid #3e3e3e;
}
.betting_cart .bet_cash {
    font-size: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 5px;
    gap: 6px;
}
.betting_cart .bet_cash .icon-refresh {
    cursor:pointer;
}
.betting_cart .bet_cash input {
    background:black;
    padding: 5px 10px;
    width: 100%;
    text-align: right;
}
.betting_cart .btn_list {
    display: flex;
    gap: 1px;
    margin: 3px 0;
}

.betting_cart .btn_list button:hover {
    background: var(--border);
}

.betting_cart .btn_list button span:before {
    margin-right: 3px;
}
.betting_cart .betting_box .btn_wrap {
    display: flex;
}
.betting_cart .betting_box .btn_wrap button{
    font-size: 14px;
    padding: 10px;
    background: linear-gradient(black, transparent);
}
.betting_cart .betting_box .btn_wrap .btn_bet {
    background: linear-gradient(var(--primary-light), var(--primary-dark));
    color: var(--font);
}


.betting_cart .btn_del {border: none;font-size: 11px;}

.sns_wrap a {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}
.sns_wrap img {
    width: 100%;
    max-width: 100%;
}

/* 컨텐츠 */
#contents {
    margin: 0px 285px;
    margin-top: 135px;
    animation: moveToTop.5s ease-out;
}

/* 메인 비쥬얼 */
.main_visual {
    position: relative;
    overflow: hidden;
}

.main_visual .box01 {
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.main_visual .box01 img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 메인 미니게임 */
.main_minigame {
    margin: 15px 0;
}

.main_minigame:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.main_minigame ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
    justify-content: space-between;
    gap: 5px;
}

.main_minigame ul li .box01 {
    border: 1px solid var(--border);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    border-radius: 0px;
    cursor: pointer;
    display: block;
}
.main_minigame ul li .box01 img {
    width:100%
}
.main_minigame ul li .box01 .icon {
    font-size: 28px;
}

.main_minigame ul li .box01 .txt {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    color: white;
}

.main_minigame ul li .box01:hover {
    opacity: 0.5;
    transition: 200ms all;
}

.main_minigame ul li .box01 h3 {
    position: relative;
    padding: 40px 0px 0px 7px;
    font-weight: bold;
    color: #ffdf1b;
    font-size: 1.2rem;
    z-index: 10;
}

.main_minigame ul li .box01 h3 strong {
    display: block;
    padding: 10px 0px 0px 0px;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 30px;
}
.cash_box {
    display: flex;
    gap: 5px;
}
.cash_box .cash_content {
    flex:1
}
.cash_box img.info{
    
}
/* 게시판 형식 */
.board_box h2 {
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #2d2d34;
    background: #222227;
    box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
    height: 45px;
    padding-left: 15px;
    line-height: 43px;
    font-size: 18px;
    color: var(--border);
    text-align: left;
}

.board_box .message_box {
    background: #303030;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
    margin-bottom: 10px;
    padding: 20px;
    text-align: left;
    line-height: 2;
}

.board_box .message_box button {
    background:linear-gradient(var(--primary), var(--primary-dark));
    padding:5px 10px;
    color: var(--font);
}
.board_box .message_box h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.board_box .bank_req {
    background: #303030;
    box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
    margin-bottom: 10px;
    padding: 10px 20px;
    line-height: 2;
    text-align: left;
}
.board_box .bank_req:empty {
    display: none;
}

.board_box .money_box {
    position: relative;
    border: 1px solid #2d2d34;
    background: #222227;
    box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
    padding: 1px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

.board_box .money_box table {
    margin: 10px 0px;
}

.board_box .money_box th {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #2d2d34;
    line-height: 18px;
}

.board_box .money_box td {
    padding: 8px;
    vertical-align: top;
    border-bottom: 1px solid #2d2d34;
    line-height: 35px;
}

.board_box .money_box input {
    width: 100%;
    vertical-align: top;
    height: 35px;
    background: #303030;
    box-shadow: rgb(0 0 0 / 35%) 0px 2px 3px, rgb(255 255 255 / 22%) 1px 1px 1px -2px inset;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 14px;
}

.board_box .money_box input:-ms-input-placeholder {
    color: #9c9b9b !important;
}

.board_box .money_box input::-webkit-input-placeholder {
    color: #9c9b9b !important;
}

.board_box .money_box input::-moz-placeholder {
    color: #9c9b9b !important;
}

.board_box .money_box select {
    height: 50px;
    border: none;
    background: #303030;
    color: white;
    line-height: 48px;
    border-radius: 5px;
    width: 95%;
    margin-bottom: 2px;
    text-indent: 10px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 6px 6px -3px;
}

.board_box .money_box td button {
    height: 40px;
    width: min(130px, 30%);
    background: linear-gradient(black, transparent);
}

.board_box .money_box .btn_area {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.board_box .money_box .btn_center {
    margin: 15px 0px;
    text-align: center;
}

.board_box .money_box .fc01 {
    color: var(--border);
}

.board_box .btn_center {
    text-align: center;
    margin-bottom: 30px;
}

.board_box .btn_center button {
    height: 50px;
    width: min(37%, 250px);
    font-size: 16px;
    font-weight: bold;
}

.board_box .searchZone {
    position: relative;
    width: 300px;
    margin-right: 15px;
}

.board_box .searchZone input {
    color: #ffffff;
    background-color: #222227;
    border-radius: 6px;
    padding-left: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    margin-bottom: 0;
    width: 100%;
}

.board_box .searchZone input:placeholder-shown + .searchIcon .icon-search {
    display: block;
}

.board_box .searchZone input:placeholder-shown + .searchIcon .icon-delet {
    display: none;
}

.board_box .searchZone input:not(:placeholder-shown) + .searchIcon .icon-search {
    display: none;
}

.board_box .searchZone input:not(:placeholder-shown) + .searchIcon .icon-delet {
    display: block;
}

.board_box .searchZone input::placeholder {
    color: #b6b6b6;
    font-size: 14px
}

.board_box .searchZone .searchIcon {
    position: absolute;
    right: 0px;
    top: 9px
}

.board_box .searchZone .searchIcon span {
    color: #b4b4b4;
    font-size: 13px;
    padding: 2px;
    cursor: pointer;
}

.board_box .bet {
    color: white;
    background: red;
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 8px;
}

.board_box .topZone {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.board_box .topZone .btn-write {
    color: white;
    padding: 10px 15px;
    background: var(--primary);
    border-radius: 5px;
}

.board_box .upVotes {
    cursor: pointer;
}

.board_box .upVotes.on i {
    color: red;
}

.reply-edit {margin: 5px 0;display: flex;gap: 5px;}
.reply-edit .reply-content {flex: 1;background: #171717;}
.reply-edit .btn-write {background: #1e88e5;padding: 10px;border: none;}
.reply-list .btn-edit {background: #1e88e5;}
.reply-list .btn-delete {background: #ff0000;}
.reply-list table tr th {background: #010e28;vertical-align: top;padding: 10px;}
.reply-list table tr td {border-radius: 0;color: white;border-right: 1px solid;border: 0;border-color: #505050;padding: 10px;vertical-align: middle;background: #171717;white-space: nowrap;}
.reply-list table tr td button {height: 30px;line-height: 30px;padding: 0 10px;border: none;}

.comp_rate {
    color: white;
}

.comp_rate .main_tap {
    display: flex;
    gap: 1px;
    overflow: scroll;
}

.comp_rate .main_tap li {
    padding: 10px 15px;
    background: linear-gradient(0deg, #424242, #6c6c6c);
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}

.comp_rate .main_tap li.on {
    color: #ffffff;
    background: linear-gradient(0deg, #0079a8, #0abbff);
}

.comp_rate .sub_tap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1px;
    margin-top: 1px;
}

.comp_rate .sub_tap li {
    text-align: center;
    padding: 10px;
    background: #2e3135;
    cursor: pointer;
}

.comp_rate .sub_tap li.on {
    background: #038dc2;
}

.comp_rate .comp_panel .comp_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 9px;
}

.comp_rate .comp_panel .comp_list li {
    display: flex;
    padding: 10px;
    min-width: 150px;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #979797;
}

.board_list {
    border: 1px solid #2d2d34;
    background: #222227;
    box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
    padding: 1px;
    margin-bottom: 10px;
}

.board_list table {
    border-radius: 5px;
}

.board_list th {
    font-weight: bold;
    color: #ffffff;
    padding: 10px 0px 10px 0px;
    vertical-align: top;
    border-bottom: 1px solid #2d2d34;
    text-align: center;
}
.board_list th button {
    padding:2px 10px
}
.board_list td {
    text-align: center;
    padding: 8px 0px 6px 0px;
    border-bottom: 1px solid #2d2d34;
    line-height: 30px;
    cursor: pointer;
}

.board_list td a {
    transition: 200ms all;
    font-size: 14px;
}

.board_list td a:hover {
    color: #ffffff;
}

.board_list td img {
    vertical-align: middle;
}

.board_list .state {
    color: var(--border);
}

.board_list .btn_center {
    margin: 30px 0px;
    text-align: center;
}

.board_list .btn_center button {
    height: 60px;
    min-width: 300px;
    padding: 0px 15px;
}

.board_list .btn_right {
    margin: 30px 0px;
    text-align: right;
    padding-right: 15px;
}

.board_list .btn_right button {
    height: 30px;
    min-width: 40px;
    padding: 0px 15px;
}

.board_list>ul.imgList {
    display: grid;
    grid-template-columns: var(--pc-thumb-cnt);
    justify-content: start;
}

.board_list>ul.imgList>li {
    margin: 5px;
    cursor: pointer;
}

.board_list>ul.imgList>li p {
    overflow: hidden;
    border-radius: 10px;
}

.board_list>ul.imgList>li a img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.board_list>ul.imgList>li a:hover img {
    scale: 1.1;
    transition: .4s ease-out
}

.board_list>ul.imgList>li b {
    margin-top: 5px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
}

.board_list .contentZone {
    padding: 10px;
}

.board_list .contentZone .time {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    gap: 9px;
}

.board_list .contentZone .time .title {
    flex: 1;
    text-align: center
}

.board_list .contentZone .btnFrame {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.board_list .contentZone .btnFrame button {
    background: var(--primary);
    padding: 8px;
    border-radius: 5px
}

.board_list .contentZone .txt {
    padding: 20px;
    border: 1px solid #686868
}

.member_section {
    position: relative;
    border: 1px solid #2d2d34;
    border-radius: 5px;
    background: #222227;
    box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
    padding: 28px 10px 0px 10px;
    margin-bottom: 10px;
    text-align: left;
}

.member_section .member_box {
    display: grid;
    gap: 10px;
    border-bottom: 1px solid #6d6e78;
}

.member_section .member_box.mypage {
    grid-template-columns: 1fr 1fr;
}

.member_section .member_box h3 {
    position: relative;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
}

.member_section .btn_wrap {
    display: flex;
    justify-content: center;
    padding: 10px;
    gap: 10px;
}

.member_section .btn_wrap button {
    padding: 10px;
    border-radius: 10px;
    background-color: var(--primary);
    min-width: 100px;
    color: var(--font);
    font-weight: 800;
}

.member_section .btn_wrap .btn-cancel {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--primary);
    color: white;
    text-align: center;
}

/* 회원가입 롤링 */
.member_section .member_box .input_area {
    border-bottom: 1px solid #737373;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.member_section .member_box .input_area:last-child {
    border: 0;
}

.member_section .member_box .input_area:last-child:before {
    height: 0;
}

.member_section .member_box .btn_check {
    position: absolute;
    top: -5px;
    right: 0;
}

.member_section .member_box .btn_check button {
    width: 80px;
    height: 30px;
    border: 1px solid #434347;
    background: #222227;
    border-radius: 5px;
    transition: 200ms all;
    line-height: 28px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}

.member_section .member_box .btn_check button:hover {
    background: var(--border);
    border: 1px solid var(--border);
}

.member_section .member_box .flex_box {
    display: flex;
}

.member_section .member_box .input_box {
    margin-bottom: 10px;
    position: relative;
}

.member_section .member_box .input_box .input_wrap {
    display: flex
}

.member_section .member_box .input_box .input_wrap > button {
    white-space: nowrap;
    padding: 0 10px;
}

.member_section .member_box .input_box .select_box {
    display: block;
    width: 35%;
}

.member_section .member_box .input_box .txt_center {
    margin: auto;
    padding: 0px 3px 10px 0px;
}

.member_section .member_box .input_box select {
    height: 40px;
    border: 1px solid #4d4f60;
    background: #3c3d46;
    border-radius: 5px;
    width: 95%;
    margin-bottom: 2px;
    text-indent: 10px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 6px 6px -3px;
}

.member_section .member_box .input_box input {
    height: 40px;
    background: #3c3d46;
    border-radius: 5px;
    width: 100%;
    text-indent: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 6px 6px -3px;
    color: white;
    border: none;
}

.member_section .member_box .input_box input::-webkit-input-placeholder {
    color: #ffffff !important;
    font-weight: bold;
}

.member_section .member_box .input_box .right01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
}

.member_section .member_box .input_box .right02 {
    top: 0;
    right: 0;
    width: 35%;
    margin-right: 3px;
}

.member_section .member_box .input_box .btn_wrap button {
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    background: var(--primary);
    white-space: nowrap;
    margin-left: 3px;
}

.member_section .member_box .btn_join button {
    height: 54px;
    border: 1px solid var(--border);
    background: var(--border);
    font-size: 1.1rem;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: rgb(0 201 255 / 35%) 0px 1px 4px, rgb(255 255 255 / 22%) 1px 1px 4px -2px inset;
    /* float: left; */
}

.member_section .member_box .btn_join button:hover {
    background: #ff8600;
}

/* 레이어 팝업 */
.popup_section {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    margin: 0;
    z-index: 10002;
    margin-left: 0px;
    transform: translate(-50%, -50%);
}
#popup_register {
    width:100%;
    max-width:500px;
}
.popup_section .pop_box {
    background: #222227de;
    border: 1px solid #434347;
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    padding: 40px 25px 35px 25px;
}

.popup_section .pop_box h2 {
    margin: 4px;
    border: 1px solid #434347;
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    line-height: 38px;
    padding-left: 15px;
}

.popup_section .pop_box .close_pop {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 15px;
}

.popup_section .pop_box .close_pop img {
    width: 20px
}

.popup_section .pop_box .title {
    text-align:center;
    margin-bottom: 15px;
}

.popup_section .pop_box .title img {
    height:70px
}

.popup_section .pop_box .title h3 {
    font-size: 20px;
}
.popup_section .pop_box .input_area li .tit{
    padding:5px;
    font-size: 12px;
}

.popup_section .pop_box .input_area input {
    width: 100%;
    height: 35px;
    background: #323232e6;
    text-indent: 10px;
    border: 1px solid #4a4a4a;
    box-sizing: border-box;
    color: #fff;
}
.popup_section .pop_box .input_area textarea {
    min-height: 120px;
    background: #323232e6;
    border: 1px solid #4a4a4a;
    color: #fff;
    resize: vertical;
}
.popup_section .pop_box .input_area p{
    color:#ff3c3c;
    display: none;
}
.popup_section .pop_box .input_area select {
    background: #323232e6;
    text-indent: 10px;
    color:#e4e4e4;
    height: 35px;
    width: 40%;
    border: 1px solid #4a4a4a;
}
.popup_section .pop_box .input_area button {
    white-space:nowrap;
    background:var(--primary);
    padding:5px;
    height: 35px;
    color: var(--font);
}
.popup_section .pop_box .input_box {
    display:flex;
    gap: 2px;
    align-items: center;
}
.popup_section .pop_box .input_box.captcha img {
    height: 35px;
}
.popup_section .pop_box .check_content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 6px;
    border: 1px solid #4a4a4a;
    padding: 10px;
}
.popup_section .pop_box .btn_wrap {
    margin-top: 10px;
}
.popup_section .pop_box .btn_wrap button {
    height: 45px;
    width: 100%;
    background: linear-gradient(#e98900, #b46a00);
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px;
    border: none;
}
.popup_section .pop_box button.btn_login {
    background: linear-gradient(#2778c4, #4d9ae2);
}
.popup_section .sms_box h3 {
    text-align:center;
    font-size:20px;
    margin-bottom:20px
}
.popup_section .pop_box .sns_wrap {
    margin-top: 10px;
    display: flex;
    gap: 3px;
}
.popup_section .pop_box .sns_wrap img {
    width:auto;
}
.popup_section .pop_message {
    padding: 10px 10px 15px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #ff0000;
}

.lvl_popup_section {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    margin: 0px 0px 0px 0px;
    z-index: 10002;
    margin-left: 0px;
    top: 30%;
    float: left;
    text-align: left;
    margin-left: -45%;
    display: block;
}

.lvl_popup_section .pop_box {
    background: #222227;
    border: 1px solid #434347;
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}

.lvl_popup_section .pop_box h2 {
    margin: 4px;
    border: 1px solid #434347;
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    line-height: 38px;
    padding-left: 15px;
}

.lvl_popup_section .pop_box .close_pop {
    position: absolute;
    top: 11px;
    right: -412px;
    cursor: pointer;
}

.lvl_popup_section .pop_box .close_pop img {
    width: 7%;
}

/* 슬롯 메인 */
.slot_main {
    position: relative;
    border: 1px solid #2d2d34;
    border-radius: 5px;
    background: url('../images/bg_minigame_01.jpg') no-repeat center center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;
    padding: 20px 10px;
}

.head_box {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 10px;
    background: #222227;
    margin-bottom: 5px;
    box-shadow: rgb(82, 82, 93) 1px 1px 4px -2px inset;
}

.head_box .ico {
    font-size: 24px;
    color: var(--border);
    margin: 0 5px;
}

.head_box .title_wrap {
    height: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
}

.head_box .title_wrap h2 {
    font-size: 18px;
    color: var(--primary);
    font-weight: bold;
}

.head_box .title_wrap p {
    font-size: 15px;
    font-weight: bold;
}

.event_content_wrap {
    width: 100%;
    background: #282828;
    box-shadow: rgb(0 0 0 / 35%) -3px 6px 6px -3px;
    padding: 1px;
    margin-bottom: 10px;
}

.event_content_wrap>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.event_content_wrap>ul>li {
    margin: 0;
    padding: 5px;
    position: relative;
    text-align: center;
}

.event_content_wrap>ul>li img {
    max-width: 100%;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.event_content_wrap>ul>li .check img {
    max-width: 100%;
    width: 3em;
}

#coverBG {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(54 52 52 / 75%);
    z-index: 10001;
    display: none;
}

#coverBG2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(54 52 52 / 75%);
    z-index: 10001;
    display: none;
}

#loading {
    position: fixed;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -33px;
    z-index: 999999;
    display: none;
}

#loading img {
    width : 120px;
}

#betLoading {
    position: fixed;
    left: 45%;
    margin-left: -60px;
    top: 40%;
    margin-top: -33px;
    z-index: 999999;
}

#betLoading img {
    width : 150px;
}

.betting-span {
    font-size: 21px;
    margin-left: 16px;
}

.bet-tab {
    display: flex;
    gap: 3px;
    padding: 5px 0;
    overflow: scroll;
}

.bet-tab li {
    padding: 10px 15px;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid var(--border);
    min-width: 70px;
    text-align: center;
}

.bet-tab li:hover {
    background: var(--primary);
}

.bet-tab li.act {
    background: var(--primary);
    color: var(--font);
}

.bet_btn_wrap {
    text-align: right;
    margin-top: 5px
}

.bet_btn_wrap button {
    padding: 5px 10px;
    border: 1px solid var(--border);
}

.bet_btn_wrap button:hover {
    background: var(--border);
}

.bet-content {
    margin-top: 10px;
    background: black
}

.bet-content table tbody tr {
    border-top: 1px solid #000;
    background: #4e4e4e;
}

.bet-content table thead tr th {
    background: #333333;
    padding: 5px;
}

.bet-content table tbody tr td {
    height: 50px;
    font-size: 0.74rem;
    font-weight: 600;
    text-align: center;
    border-right: 1px solid #000;
}

.bet-content table tbody tr td.league {
    display: flex;
    align-items: center;
}

.bet-content table tbody tr .team-info-wrap {
    max-width: 160px;
}

.bet-content table tbody tr .team-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.bet-content table tbody tr .home-handi-mark {
    font-size: 1.2em;
    color: #7eff37;
    margin-left: 5px;
}

.bet-content table tbody tr .away-handi-mark {
    font-size: 1.2em;
    color: #7eff37;
    margin-left: 5px;
}

.bet-content table tbody tr .under-mark {
    width: 13px;
    height: 16px;
    margin-left: 5px;
}

.bet-content table tbody tr .over-mark {
    width: 13px;
    height: 16px;
    margin-left: 5px;
}

.bet-content .bet_result {
    padding: 0 10px;
    margin: 0 auto 0px auto;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    border-top: 1px solid #000;
    background: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bet-content .t_pick_sel {
    background-color: rgb(156, 100, 12);
}

.bet-content .btn_wrap button {
    padding: 5px;
    border-radius: 5px;
    background: #000000;
}

.bet-content-mob {
    padding: 3px;
    background: #4b4b4b;
    margin-top: 5px;
}

.bet-content-mob .bet-time {
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bet-content-mob li {
    background: #272727;
    min-height: 36px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #555555;
    font-size: 1.2em;
}

.bet-content-mob .league-info {
    background: #1b1b1b;
    border-bottom: 0px;
    padding-left: 5px;
    gap: 5px;
    color: var(--primary);
}

.bet-content-mob .league-info {
    display: flex;
    padding: 5px;
}

.bet-content-mob .bet-title {
    display: flex;
    padding: 5px;
    gap: 5px;
    justify-content: space-between;
}

.bet-content-mob .market-name {
    color: #00ffb3
}

.bet-content-mob .handi-mark {
    color: #7eff37;
}

.bet-content-mob .bet-score {
    justify-content: space-between;
    display: flex;
    padding: 5px;
}

.bet-content-mob .bet-score .score {
    color: #fff000
}

.bet-content-mob .bet-pick-wrap {
    gap: 2px;
    display: flex;
    padding: 3px;
}

.bet-content-mob .bet-pick-wrap img {
    width: 10px
}

.bet-content-mob .bet-pick-wrap > div {
    text-align: center;
    padding: 0px 5px;
    display: flex;
    line-height: 30px;
    font-size: 11px;
    cursor: pointer;
    position: relative;
    border: 1px solid #686868;
}

.bet-content-mob .bet-pick-wrap .team-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bet-content-mob .bet-pick-wrap .home-pick {
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
}

.bet-content-mob .bet-pick-wrap .away-pick {
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
}

.bet-content-mob .bet-pick-wrap .score {
    white-space: nowrap
}

.bet-content-mob .bet-pick-wrap .single-pick {
    width: 100%;
}

.bet-content-mob .bet-pick-wrap .single-pick .team-name {
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.bet-content-mob .bet-pick-wrap .t_pick_sel {
    background-color: rgb(156, 100, 12);
}

.bet-content-mob .bet-info {
    background: #2b2b2b;
}

.bet-content-mob .btn-wrap {
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: #4b4b4b;
    border: none;
}

.bet-content-mob .btn-wrap button {
    padding: 5px 10px;
    border-radius: 5px;
    background: var(--primary);
}

.bet-content-mob .bet-result {
    background: black;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

@media screen and (max-width: 1860px) {
    #contents {
        margin-left:40px;
    }

    #left_section {
        width: 30px;
    }

    #left_section .left_box {
        display: none;
    }

    #left_section .left_bar {
        display: block;
        height: 100%;
        cursor: pointer;
        background-color: #2e343a;
        box-shadow: inset 0 0 10px #000;
        position: relative;
    }

    #left_section .left_bar .icon-menu {
        top: 8px;
        position: absolute;
        left: 5px;
    }

    #left_section .left_bar .icon-menu::before {
        content: '\e91b';
        font-size: 16px;
    }

    #left_section .left_bar img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -5px;
    }

    #left_section.aside {
        width: 275px;
    }
    #left_section.aside .close_aside {
        position: absolute;
        right: -30px;
        top: 0px;
        background: black;
        padding: 5px;
        display: flex;
        border: 1px solid var(--border);
        border-radius: 3px;
        cursor: pointer;
    }
}

#btn_top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 45px;
    right: 30px;
    border-radius: 50%;
    background: url(../images/common/scroll-top.svg) no-repeat center #212121;
    background-size: 70%;
    z-index: 999;
    border: 2px solid var(--border);
    cursor: pointer;
}

.skiptranslate {
	display: none !important;
}
.langs  {
	width: 120px !important;
	display: inline-block !important;
	vertical-align: middle;
}
.langs .dynamic-select {
	color: white;
}
.langs .dynamic-select .dynamic-select-header {
	justify-content: center;
	border: 1px solid var(--border);
}
.langs .dynamic-select .dynamic-select-options {
	background: #100f0f;
}
.langs .dynamic-select .dynamic-select-option:hover {
	background-color: #424242;
}

body.gate {
    background: fixed no-repeat center black;
    background-size: cover;
    background-image: var(--gate-bg);
    overflow: hidden;
}
body.gate video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
