@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

*{margin:0;padding:0;/*font:inherit*/color:inherit;}
*, :after, :before {box-sizing:border-box;}
img, picture, video, canvas, svg {display:inline-block;max-width:100%;}
html {background-color:#17110b;background-image:linear-gradient(#261e12, #17110b);background-repeat:no-repeat}
body {line-height:1.5;font-size:12px;font-weight:400;font-family:'Noto Sans KR';color:#fff;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse:collapse;border-spacing:0;table-layout:fixed;width:100%;zoom:1;}
a, a:hover, a:active, a:link, a:visited {text-decoration:none;cursor: pointer;}
input, select, textarea {font-family:'Noto Sans KR'}

.loginwrap {width:100%}
.loginwrap .loginbox {width:400px;margin:100px auto;border:1px solid #cfa452;background-color:#251b0d;border-radius:15px;padding:18px}
.loginbox-wrap {max-width:300px;margin:0 auto;padding:27px 0;font-size:13px}
.loginbox-wrap .login-logo {margin-bottom:20px;text-align:center}
.loginbox-wrap .login-logo img {width:160px;}
.loginbox-wrap .login-table {width: 100%;}
.loginbox-wrap .login-table td {padding:0 0 10px;}
.loginbox-wrap .id-box, .loginbox-wrap .pw-box {position:relative;display:block;width:100%;height:34px;padding:2px 12px;background:#302e36;color:#ccc;border:1px solid #585858;border-radius:5px;}
.loginbox-wrap .btn_login, .loginbox-wrap .btn_join {display:block;width:100%;min-width:120px;height:34px;font-size:14px;font-weight:500;vertical-align:middle;text-align:center;line-height:34px;margin:8px 0px;}

.btn-yellow {color:#000 !important;text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);background-color:#ffc657;background-image:linear-gradient(#ffce6b, #ffbd3f);border:solid 1px #ffd273;border-radius:5px;box-shadow:inset 0 0 0 1px #1d160e;position:relative;z-index:1;transition:0.3s;}
.btn-yellow:hover {color:#fff !important;text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);background:#ffac66;border-color:#ffa04f;box-shadow:inset 0 0 0 1px #1d160e, 0 0 8px rgba(255, 255, 255, 0.4);}
.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;transition:0.3s;z-index:1;}
.btn-red:hover {color:#fff;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-orange {color:rgba(0, 0, 0, 0.75);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;transition:0.3s;z-index:1;}
.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;position:relative;transition:0.3s;z-index:1;}
.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);}
.btn-yellow:hover:before, .btn-red:hover:before, .btn-gold:hover:before {opacity: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;}

.joinwrap {width:100%;}
.joinwrap .join_bg {width:600px;margin:50px auto;border:1px solid #cfa452;background-color:#251b0d;border-radius:15px;padding:18px;}
.joinwrap .join_bg .join_ly {max-width:100%;margin: 0;padding: 20px 20px;}
.joinwrap .join_bg .join_ly .join_logo {margin-bottom: 20px;text-align:center}
.joinwrap .join_bg .join_ly .join_logo .logo {width:110px;margin:0 auto}
.join_ly .board_form {border: none;}
.join_ly .board_form dl {border-top:none;display: flex;}
.join_ly .board_form dl dt {background:none;border-right:none;padding-left:0;width:20%;min-width:120px;padding:14px 10px;font-size:12px;font-weight:400;color:#fff;text-align:left;}
.board_form dl dt label {display:block;}
.icon_bul {display:inline-block;width:4px;height:4px;margin-left:5px;margin-top:2px;background:#fff;border-radius:100%;text-indent:-999em;vertical-align:sub;}
.join_ly .board_form dl dd {padding:8px 0;text-align:left;flex:1;color:#9f9481;font-weight:500;}
.join_ly .board_form dl dd .input_text {font-size:12px;width:100%;padding:6px 12px;height:34px;line-height:34px;color:#fff;border:1px solid #585858;background:#111111;transition:all .2s;border-radius:5px;-webkit-appearance:none;}
.join_ly .input_text:focus {outline:none;border-color: #e7ce98 !important;}
.join_ly .input_text::placeholder {color:#999999;}
.join_ly .input_text:-ms-input-placeholder {color:#999999;}
.join_ly .input_text::-webkit-input-placeholder {color:#999999;}
.join_ly .input_text:-moz-placeholder {color:#999999;}
.join_ly .input_text::-moz-placeholder {color:#999999;}
.join_ly .board_form dl dd .hint {display: block;margin-top: 5px;font-size: 12px;color: #c1ad8b;}
.join_ly .selectbox {display:inline-block;position:relative;border:1px solid #585858;vertical-align:middle;background-color:#333;}
.join_ly .selectbox > select {width:100%;height:32px;padding:0 4px 0 5px;color:#ccc;font-size:13px;border-radius:0;border:none;background:none;background-color:#111111;}
.join_ly .btn_ui_area {margin-top:20px;}
.join_ly .btn_ui_area .btn_ui {width:100%;display:block;height:34px;font-weight:bold;padding:0 10px;font-size:12px;line-height: 31px;text-align:center;vertical-align:middle;transition:all .2s;white-space:nowrap;}
.btn_ui.navy {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_ui.navy:hover {background-color: #7188ff;border-color:#7188ff;background-image: linear-gradient(#7188ff,#3243a3);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);}

#wrap {width:100%;position:relative}
.inner_wrap {width:1440px;margin:0 auto;padding:0 20px;position:relative}
.inner_wrap:after {content: '';display: block;clear: both;}
#header {position:relative;background-image:linear-gradient(#261e12, #17110b);}
#header .head_top:after {clear: both;content: '';display: block;}
#header .head_top .utils {display:flex;align-items:center;gap:10px}
#header .head_top .utils.utils_left {float:left;}
#header .head_top .utils.utils_right {float:right;}
#header .head_top .utils > a, #header .head_top .utils > span {display:block;height:35px;padding:0px 4px;font-size:12px;color:#c1b4a4;font-weight:500;line-height:35px;vertical-align:top;}
#header .head_top .utils > .nick {color:#c1ad8b;}
#header .head_top .utils > .money {color:#c1b4a4;}
#header .head_top .utils > .money span {font-weight:bold;color:#fc8d1a;}
#header .head_top .utils > .point {color:#c1ad8b;font-weight:bold;}
#header .head_gnb {position:relative;border-top:solid 1px #3d301f;box-shadow:0 5px 20px rgba(0, 0, 0, 0.6);}
#header .head_gnb:before {width:100%;top:0;left:0;border-bottom:solid 1px #0a0a0a;content:'';pointer-events:none;z-index:-1;position:absolute;}
#header .head_gnb:after {position:absolute;pointer-events:none;height:5px;bottom:0;background-image:linear-gradient(#9f6c40, #4f3319);z-index:2;content:'';width:100%;left:0;}
#header .head_gnb .logo {position:absolute;top:4px;left:50%;transform:translateX(-50%);z-index:10;}
#header .head_gnb .logo a {display:block;font-size:0;}
#header .head_gnb .logo a .pc-logo {width:220px;}
#header .head_gnb .gnb_wrap {display:flex;justify-content:space-between;}
#header .head_gnb .gnb_wrap #gnb {width:40%;height:87px;display:flex;justify-content:space-around;align-items:center;}
#header .head_gnb .gnb_wrap #gnb > li {display:inline-block;position:relative;vertical-align:top;}
#header .head_gnb .gnb_wrap #gnb > li > a {display:block;width:100px;height:87px;font-size:20px;padding:0 6px;text-align:center;font-weight:600;transition:all .2s;color:#ffd989;line-height:87px;letter-spacing:-1px;}
#header .head_gnb .gnb_wrap #gnb > li > a:hover {color:#fff;background-image:linear-gradient(#afa462, #6a5128, #372b17);}

.popuplayer {position:absolute;z-index:20000;width:100%;}
.popuplayer:after {clear:both;}
.Poplayer {overflow:hidden;box-shadow:0 0 100px rgba(0,0,0,0.9);-webkit-box-shadow:0 0 100px rgba(0,0,0,0.9);-moz-box-shadow:0 0 100px rgba(0,0,0,0.9);-ms-box-shadow:0 0 100px rgba(0,0,0,0.9);-o-box-shadow:0 0 100px rgba(0,0,0,0.9);background-color:#000;border:1px solid #42392f;z-index:100}
.Poplayer.small {width:300px;}
.Poplayer .layer-header {box-sizing:border-box;position:relative;width:100%;background: linear-gradient(#4b4b4b, #343434);}
.Poplayer .layer-header h3 {box-sizing:border-box;position:relative;width:100%;padding:10px 25% 10px 20px}
.Poplayer .layer-header ul {position:absolute;top:10px;right:10px;width:25%;height:100%;text-align:right;z-index:1}
.Poplayer .layer-header ul li {display:inline-block;*display:inline;zoom:1;margin-left:10px;text-align:center}
.Poplayer .layer-header ul li label {cursor:pointer}
.Poplayer .layer-header ul li input[type=checkbox] {display:inline-block;*display:inline;zoom:1;width:16px;height:16px;margin-right:5px}
.Poplayer .layer-content {box-sizing:border-box;position:relative;width:100%;min-height:400px;padding:20px;background:#000;border-bottom:1px solid #42392f}
.Poplayer .layer-footer {box-sizing:border-box;position:relative;width:100%;padding:10px;background:#000;text-align:center}
.Poplayer .layer-footer ul {position:relative;width:100%}
.Poplayer .layer-footer ul li {display:inline-block;*display:inline;zoom:1;position:relative;width:auto;margin-left:10px}
.Poplayer .layer-footer ul li label {cursor:pointer}
.Poplayer .layer-footer ul li input[type=checkbox] {display:inline-block;*display:inline;zoom:1;width:16px;height:16px;margin-right:5px}

#container {position:relative}
.main_wrap {position:relative;background:url(/images/main-bg.png) #0f1012 no-repeat 50% 0;}
.main_banner_list {padding:30px 0;}
.main_wrap .inner_wrap {width:1440px;padding:20px 0;}
.banner_list {display:flex !important;align-items:center;align-content:center;justify-content:center;flex-wrap:wrap;}
.banner_list .banner_item {
    width: 100%;
    background-color: #5e4322;
    background-image: linear-gradient(to bottom left, #f5cc7f, #96653b, #b79453);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
    display: inline-block;
    margin: 8px 8px;
    padding: 5px 5px;
    position: relative;
    animation: scBtnAnim 0.8s ease 1 backwards;
    transform-origin: bottom center;
    z-index: 1;
    transition: 0.3s;
}
.banner_list .banner_item:before, .banner_list .banner_item:after {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
    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;
}
.banner_list .banner_item:before, .banner_list .banner_item:after {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
    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;
}

.banner_list.list_col_5 .banner_item {
    width: calc(20% - 16px);
}
.banner_list .banner_item .item_panel {
    position: relative;
    width: 100%;
    background-color: #301605;
    border-radius: 8px;
    padding: 8px 9px;
    overflow: hidden;
    transition: 0.3s;
}
.banner_list .banner_item .item_panel:after {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
    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;
}
.banner_list .banner_item .item_cont {
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 1px #6c4829;
}
.banner_list .banner_item .item_cont .image {
    width: 100%;
    transition: 0.5s;
}
.banner_list .banner_item .play-btn {
    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);
}
.banner_list .banner_item .play-btn:hover {
    box-shadow: 0 0 15px rgba(234, 209, 163, 1), 0 1px 2px rgba(0, 0, 0, 1), inset 0 0 0 1px #1d160e;
}
.banner_list .banner_item:hover .play-btn {
        opacity: 1;
        transform: scale(1);
    }
.banner_list .banner_item .item_footer {
    position: relative;
    z-index: 3;
}
.banner_list .banner_item .item_footer .logo_image {
    position: relative;
    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;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.banner_list .banner_item .item_footer .logo_image:before {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #301605;
    z-index: 1;
}
.banner_list .banner_item .item_footer .logo_image .icon-img {
    filter: drop-shadow(0 0 10px rgba(210, 126, 70, 0.6));
    z-index: 1;
    position: relative;
}
.banner_list .banner_item .item_info {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin: 5px 0 -5px;
    z-index: 3;
    text-align: center;
}
.banner_list .banner_item .item_info .name {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
		font-weight:400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner_list .banner_item .item_info .text {
    color: #ffd989;
    font-size: 12px;
		font-weight:400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    vertical-align: top;
}
.banner_list .banner_item .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;
}
.jackpot_wrap {
    position: relative;
    border: 1px solid #745e39;
    margin-top: 10px;
    text-align: right;
    padding: 5px 5px;
    background-color: #5e4322;
    background-image: linear-gradient(to bottom left, #f5cc7f, #96653b, #b79453);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
}

.jackpot_wrap:before,
.jackpot_wrap:after {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
    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;
}

.jackpot_wrap .visual {
    background-color: #301605;
    background-image: url(/images/bg-jackpot.jpg);
    border-radius: 8px;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.75);
    padding: 5px 18px;
    background-position: 50% 50%;
}

.jackpot_wrap .jack_wrap {
    position: relative;
    height: 90px;
}

.jackpot_wrap .jack_wrap:after {
    display: block;
    clear: both;
    content: '';
}

.jackpot_wrap .jack_title {
    position: absolute;
    left: 0;
    top: 0;
}

.jackpot_wrap .jack_title img {
    width: 400px;
}

.jackpot_wrap .jack_left {
}

.jackpot_wrap .jack_left .jack_tit {
    /* text-align: right; */
}

.jackpot_wrap .jack_left .jack_num {
    margin-top: 20px;
}

.jackpot_wrap .jack_list_box {

    margin-top: 50px;
}

.jackpot_wrap .jack_list {
    width: 380px;
    height: 46px;
    margin-top: 10px;
    background: url(/images/jack_bg.png) no-repeat
}

.jackpot_wrap .jack_list table tr td {
    font-family: 'nanumsquare', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
}

.jackpot_wrap .jack_list table tr td.jack_td1 {
    color: #ff9c00;
    padding: 0 0 0 80px;
}

.jackpot_wrap .jack_list table tr td.jack_td2 {
    color: #ffffff
}

.jackpot_wrap .jack_list table tr td.jack_td3 {
    color: #949494;
    padding: 0 10px 0 0
}

.odometer {
    display: block;
    letter-spacing: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 1000;
    line-height: 50px;
    color: #eee;
    text-shadow: 2px 2px 2px rgb(0 0 0);
    box-sizing: content-box;
}

.odometer * {
    box-sizing: content-box;
}

.main_wrap .main_content_wrap {
    position: relative;
    border-top: solid 1px #2d2315;
    border-bottom: solid 1px #2d2315;
    padding: 40px 0 0;
    overflow: hidden;
    background-position: top center;
    background-color: #1c1302;
    background-repeat: no-repeat;
}
.main_wrap .main_content_wrap:before {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
    background-image: url(/images/board-bg.png);
    background-position: top center;
    background-size: cover;
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.main_wrap .main_content_wrap:after {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: calc(100% + 60px);
    left: -30px;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 1);
}
.main_wrap .inner_wrap {
    padding: 20px 0;
}
.main_wrap .main_content_wrap .inner_wrap {
    padding-bottom: 90px;
    background-image: url(/images/realtime-bot-bg.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.main_wrap .main_board_line {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-items: center;
}
.main_wrap .main_board_line > div {
    position: relative;
    flex: 1;
    min-width: 0;
    height: 250px;
    width: calc(33.33% - 50px);
    margin: 0 15px;
}
.main_wrap .main_board_line .title {
    position: relative;
    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 20px 0 98px;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: start;
    flex-wrap: wrap;
}
.main_wrap .main_board_line .title .icon {
    width: 80px;
    /* height: 60px; */
    position: absolute;
    bottom: 0;
    left: 10px;
}
.main_wrap .main_board_line .title .icon img {
    width: 80px;
}
.main_wrap .main_board_line .title strong {
    position: relative;
    color: #e5b75b;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.main_wrap .main_board_list .title .more {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 13px;
    letter-spacing: -1px;
    text-align: right;
    color: #fe744f;
}
.main_wrap .main_board_line .news_ticker_wrap {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.main_wrap .main_board_line .main_slider_wrap {width:100%;height:200px;overflow:hidden;margin-top:6px}

.main_wrap .main_board_line .list {
    width: 100%;
}
.main_wrap .main_board_line .list > li {
    min-height: 36px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.main_wrap .main_board_line .list > li .inner {
    display: flex;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
    transition: 0.3s;
}
.main_wrap .main_board_line .list > li .subject {
    width: 100%;
    padding: 0 10px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main_wrap .main_board_line .list > li .inner > * {
    float: left;
    display: block;
    box-sizing: border-box;
    height: 48px;
    font-size: 12px;
    line-height: 48px;
}
.main_wrap .main_board_line .list > li .date2 {
    width: 45%;
    padding: 0 0 0 45px;
    color: #999;
}
.main_wrap .main_outmoney_list .money, .main_wrap .week_outmoney_top10 .money {
    width: 30%;
		color:#f6ff00;
    /*color: #beaf91;*/
}
.main_wrap .main_outmoney_list .nickname, .main_wrap .week_outmoney_top10 .nickname {
    width: 30%;
		color:#e5b75b;
}
.main_wrap .main_guide_wrap {
    display: flex;
    align-items: center;
    justify-items: center;
    min-height: 100%;
    margin-top: 10px;
    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;
}

.main_wrap .main_guide_wrap {
    display: flex;
    align-items: center;
    justify-items: center;
    min-height: 100%;
    margin-top: 10px;
    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;
}

.main_wrap .main_guide_wrap:before {
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
    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;
}

.main_wrap .main_guide_wrap .guide_inner {
    display: flex;
    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;
}

.main_wrap .main_guide_wrap .guide_inner > div,
.main_wrap .main_guide_wrap .guide_inner > a {
    display: flex;
    position: relative;
    width: 25%;
    height: 100px;
    padding: 0 0 0 64px;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}

.main_wrap .main_guide_wrap .guide_inner > div:last-of-type(last) {
    border-right: 0;
}

.main_wrap .main_guide_wrap .guide_inner > a:last-child {
    border-right: 0;
}

.main_wrap .main_guide_wrap .guide_inner p {
    padding: 0 0 1px;
    color: #fff;
    font-size: 14px;
		font-weight:500;
}

.main_wrap .main_guide_wrap .guide_inner strong {
    display: block;
    color: #b09e80;
    font-size: 18px;
}

.main_wrap .main_guide_wrap .guide_inner strong .tit {
    display: block;
    font-size: 15px;
}

.main_wrap .main_guide_wrap .guide_inner strong .text {
    display: block;
    font-size: 24px;
    line-height: normal;
}

.main_wrap .main_guide_wrap .guide_inner > div::before,
.main_wrap .main_guide_wrap .guide_inner > a::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 20px;
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.main_wrap .main_guide_wrap .guide_inner .hangul:before {
    background-image: url(/images/icon_main_url.png);
}

.main_wrap .main_guide_wrap .guide_inner .faq:before {
    background-image: url(/images/icon_main_faq.png);
}

.main_wrap .main_guide_wrap .guide_inner .telegram a {
    color: skyblue
}

.main_wrap .main_guide_wrap .guide_inner .telegram:before {
    background-image: url(/images/icon_main_telegram.png);
}

.main_wrap .main_guide_wrap .guide_inner .kakaotalk a {
    color: yellow;
}

.main_wrap .main_guide_wrap .guide_inner .kakaotalk:before {
    background-image: url(/images/icon_main_kakaotalk.png);
}

.main_wrap .main_guide_wrap .guide_inner .memo:before {
    background-image: url(/images/icon_main_memo.png);
}

.sub_article {
    position: relative;
    background: url(/images/sub-bg.png) #120c02 no-repeat 0 center;
    background-size: 1904px;
    padding: 20px 0px;
    background-position: top;
}

.sub_article .inner_wrap {
    position: relative;
    flex: 1;
}

.sub_content {
    padding: 30px 30px;
    background-color: #251b0d;
    border-radius: 15px;
}

.sub_content.sub_casino_transfer {
    padding: 0;
}

.sub_title {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
    border: none;
    border-radius: 15px;
    background-image: linear-gradient(#ae9c48, #251b0d, #251b0d);
    padding: 1px;
    overflow: hidden;
    flex-wrap: wrap;
    height: 122px;
}

.sub_title:before {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 0;
    background-image: url(/images/sub-content-bg.png);
    background-size: cover;
    background-position: top center;
    padding: 0;
    border-radius: 15px;
    content: '';
}

.sub_title h2 {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 30px;
    align-items: center;
    font-weight: 600;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    justify-content: center;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.board_form {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.board_form .form_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.board_form dl {
    display: flex;
}

.board_form dl + dl {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.board_form dl dt {
    min-width: 120px;
    width: 170px;
    padding: 14px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    background: linear-gradient(to bottom, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
}

.board_form dl dt label {
    display: block;
}

.board_form dl dt .sub {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #9f9481;
}

.board_form dl dd {
    flex: 1;
    padding: 14px 10px;
    color: #9f9481;
    font-weight: 500;
}

.board_form dl dd .input_text {
    width: 100%;
}

.board_form dl dd .tbl_board {
    border-top: 1px solid #1c1c1c;
}

.board_form dl dd .tbl_board th, .board_form dl dd .tbl_board td {
    padding: 10px 6px;
    font-size: 12px;
}

.board_form dl dd .tbl_board th {
    background: #f9f9f9 !important;
}

.board_form dl dd .tbl_board td {
    background: #fff !important;
}

.board_form dl dd .flexbox {
    display: flex;
    align-items: center;
}

.board_form dl dd .flexbox .btn_ui {
    margin-left: 10px;
}

.board_form dl dd .btn_area {
    display: flex;
    flex-wrap: wrap;
}

.board_form dl dd .btn_area:after {
    content: '';
    display: block;
    clear: both;
}

.board_form dl dd .charge_flex {
    display: flex;
    font-size: 0;
}

.board_form dl dd .charge_flex .charge_btns {
    flex: 1;
    min-width: 0;
}

.board_form dl dd .charge_flex .charge_btns .btn_ui {
    width: calc(20% - 4px);
    margin-right: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 12px;
    color: #ebd7b6;
    background: linear-gradient(#463f34, #342d25);
    border: solid 1px #6e5f47;
}

.board_form dl dd .charge_flex .flexbox {
    min-width: 40%;
    margin-left: 0;
    align-items: baseline;
}

.board_form dl dd .number_box {
    display: flex;
    align-items: center;
}

.board_form dl dd .number_box .selectbox {
    width: 80px;
    min-width: 80px;
    width: 80px !important;
    margin: 0;
}

.board_form dl dd .number_box .selectbox:first-child {
    margin-left: 0;
}

.board_form dl dd .number_box .input_text {
    flex: 1;
}

.board_form dl dd .number_box .selectbox + .selectbox {
    margin: 0 5px;
}

.board_form dl dd .number_box .dash {
    display: inline-block;
    min-width: 10px;
    width: 10px;
    height: 1px;
    margin: 0 10px;
    background: #979797;
    vertical-align: middle;
}

.board_form dl dd .number_box .input_text {
    margin: 0;
}

.board_form dl dd .number_box .btn_ui {
    margin-left: 10px;
}

.board_form dl dd .number_box + .number_box {
    margin-top: 10px;
}

.board_form dl dd .email_box .selectbox, .board_form dl dd .email_box .input_text {
    width: 250px;
}

.board_form dl dd .email_box .selectbox:first-child, .board_form dl dd .email_box .input_text:first-child {
    margin-left: 0;
}

.board_form dl dd .email_box .selectbox {
    margin-left: 10px;
}

.board_form dl dd .email_box .at {
    margin: 0 5px;
    font-size: 18px;
}

.board_form dl dd .auto_box {
    position: relative;
}

.board_form dl dd .auto_box .input_text {
    width: 250px;
}

.board_form dl dd .label {
    display: inline-block;
    min-width: 70px;
    margin: 0 6px;
    font-size: 12px;
    color: #c9c9c9;
    vertical-align: middle;
}

.board_form dl dd .join_sns {
    display: flex;
    margin-top: 12px;
}

.board_form dl dd .join_sns span {
    display: flex;
    align-items: center;
}

.board_form dl dd .join_sns span > img {
    vertical-align: top;
}

.board_form dl dd .join_sns span label {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
    vertical-align: top;
}

.board_form dl dd .join_sns span + span {
    margin-left: 20px;
}

.board_form dl dd .hint {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #c1ad8b;
}

.board_form dl dd .hint.red {
    color: #c1ad8b;
}

.board_form dl dd .bank_name {
    display: block;
    font-weight: 500;
    color: #dac179;
}

.board_form dl dd .bank_name + .desc {
    margin-top: 6px;
}

.board_form dl dd .cash {
    font-weight: 500;
    color: #c1ad8b;
}

.board_form dl dd .desc {
    display: block;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 12px;
    color: #9f9481;
}

.board_form dl dd.result {
    line-height: 25px;
}

.board_form dl dd.result hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 6px 0;
    height: 1px;
}

.board_form dl dd.settings {
    padding-bottom: 20px;
}

.board_form + .tit_area h3 {
    margin-top: 60px;
}

.board_form.narrow {
    padding: 16px 16px;
    border: none;
}

.board_form.narrow dl {
    display: block;
}

.board_form.narrow dl + dl {
    margin-top: 20px;
    border-top: none;
}

.board_form.narrow dl dt {
    width: 100%;
    min-width: 0;
    margin-bottom: 7px;
    padding: 0;
    background: none;
}

.board_form.narrow dl dd {
    padding: 0;
}

.board_form .form_box {
    display: flex;
    padding: 20px 20px;
    border: 1px solid #2e3956;
}

.board_form .form_box .box_col {
    flex: 1;
    min-width: 0;
}

input[type="text"].form-control, input[type="text"].form_control, input[type="password"].form-control, input[type="password"].form_control, input[type="number"].form-control, input[type="number"].form_control {
    height: 34px;
    border: 1px solid #585858;
    background-color: #111111;
    border-radius: 5px;
    padding: 0 8px;
		font-size: 12px;
    color: #fff !important;
}

textarea.form-control {
    min-height: auto;
    padding: 8px 8px;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
		background-color: #111111;
		color: #fff !important;
    border: 1px solid #585858;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:  5px;
}

.tbl_board {
    border: none;
}
.tbl_board {border: none;}

.tbl_board thead th:first-child {
    border-radius: 8px 0 0 0;
}

.tbl_board thead th:last-child {
    border-radius: 0 8px 0 0;
}

.tbl_board tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.tbl_board tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.tbl_board tr:last-child td:only-child {
    border-radius: 0 0 10px 10px;
}

.tbl_board th .checkbox, .tbl_board td .checkbox {
    margin-top: -10px;
    vertical-align: middle;
}

.tbl_board th .checkbox label, .tbl_board td .checkbox label {
    padding-left: 24px;
}

.tbl_board th.left, .tbl_board td.left {
    text-align: left;
}

.tbl_board th.right, .tbl_board td.right {
    text-align: right;
}

.tbl_board th.bdb, .tbl_board td.bdb {
    border-bottom: 1px solid #ddd;
}

.tbl_board th.bdr, .tbl_board td.bdr {
    border-right: 1px solid #ddd;
}

.tbl_board th.bdl, .tbl_board td.bdl {
    border-left: 1px solid #ddd;
}

.tbl_board th {
    padding: 12px 10px;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.tbl_board td {
    padding: 11px 10px;
    border-top: solid 1px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.08);
}

.tbl_board td a {
    color: #c1ad8b;font-weight:500
}
.tbl_board td > a:hover {text-decoration:underline #c2ad8b}

.d-block {
    display: block !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_view {
    position: relative;
}

.board_view .view_top {
    display: flex;
    padding: 20px 20px;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #282828;
    table-layout: fixed;
    background: linear-gradient(to bottom, rgb(17, 17, 17) 0%, rgb(25, 25, 25) 100%);
    border-top: 1px solid #282828;
    flex-direction: column;
    align-items: flex-start;
}

.board_view .view_top .category {
    display: block;
    margin-bottom: 5px;
    margin-right: 20px;
    font-size: 12px;
    color: #fcbe41;
}

.board_view .view_top .tit {
    flex: 1;
    font-size: 19px;
    font-weight: 500;
    vertical-align: top;
    color: #c1ad8b;
    text-align: left;
}

.board_view .view_top .writer {
    display: table-cell;
    padding: 0 20px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_view .view_top .date {
    display: block;
    margin-top: 5px;
    margin-left: 20px;
    font-size: 12px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.board_view .view_cont {
    min-height: 200px;
    padding: 20px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #9f9481;
    line-height: 24px;
    border-bottom: solid 1px #614822;
}

.board_view .view_cont .conts {
    padding-bottom: 120px;
}

.board_view .view_cont > textarea:focus {outline: none;}

.btn_board_area {
    padding: 20px 0 0;
    font-size: 0;
    text-align: center;
}

.btn_board_area .btn_ui {
    margin: 0 2px;
}

.btn_board_area.align_left {
    text-align: left;
}

.btn_board_area.align_right {
    text-align: right;
}

.btn_plane {
    display: inline-block;
    font-size: 18px;
}

.btn_plane:hover {
    text-decoration: underline;
}

.btn_ui {
    display: inline-block;
    position: relative;
    height: 34px;
    min-width: 90px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 31px;
    border-radius: 1px;
    background: linear-gradient(#433520, #31261a);
    border: solid 1px #614822;
    color: #ffddae;
    text-align: center;
    vertical-align: middle;
    transition: all .2s;
    border-radius: 3px;
    font-weight: 400;
    white-space: nowrap;
}

.btn_ui: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_ui:hover:before {
    opacity: 1;
}

.btn_ui > span {
    display: block;
    padding: 0 10px;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
}

.btn_ui.btn_xl,
.btn_ui.btn_xlarge {
    min-width: 160px;
    height: 52px;
    padding: 0 20px;
    font-size: 16px;
}

.btn_ui.btn_xl > span,
.btn_ui.btn_xlarge > span {
    height: 50px;
    line-height: 50px;
}

.btn_ui.btn_lg,
.btn_ui.btn_large {
    min-width: 100px;
    padding: 0 25px;
    font-size: 13px;
}

.btn_ui.btn_lg > span,
.btn_ui.btn_large > span {
    height: 36px;
    line-height: 56px;
}

.btn_ui.btn_md,
.btn_ui.btn_medium {
    min-width: 100px;
    height: 34px;
}

.btn_ui.btn_md > span,
.btn_ui.btn_medium > span {
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    padding: 0 20px;
}

.btn_ui.btn_sm,
.btn_ui.btn_small {
    min-width: 120px;
    height: 35px;
    font-size: 12px;
}

.btn_ui.btn_sm > span,
.btn_ui.btn_small > span {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-weight: bold;
}

.btn_ui.btn_xs,
.btn_ui.btn_xsmall {
    min-width: 80px;
    height: 32px;
}


.btn_ui.btn_xs > span,
.btn_ui.btn_xsmall > span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 8px;
}

.btn_ui.btn_xxs,
.btn_ui.btn_xxsmall {
    min-width: 65px;
    height: 30px;
    font-size: 13px;
}

.btn_ui.btn_xxs > span,
.btn_ui.btn_xxsmall > span {
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
}

.btn_ui.gray {
    border: 1px solid #bfaf8d;
    background: #bfaf8d;
    color: #333;
}

.btn_ui.gray:hover {
    border-color: #5c5c5c;
    color: #666;
}

.btn_ui.light_gray {
    border: 1px solid #424242;
    background: linear-gradient(#2e2e2e 0%, #242424 54.68%, #111111 100%);
    color: #fff;
}

.btn_ui.light_gray:hover {
    background-color: #3f3a5d;
}

.btn_ui.navy {
    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_ui.navy: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_ui.navy:before {
    background-image: linear-gradient(#7188ff,#3243a3);
}

.btn_ui.red,
.btn_ui.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_ui.red:before,
.btn_ui.btn_red:before {
    background-image: linear-gradient(#7188ff,#3243a3);
}

.btn_ui.blue {
    color: rgba(0, 0, 0, 0.75);
    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_ui.blue:hover {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffac66;
    border-color: #ffa04f;
    box-shadow: inset 0 0 0 1px #1d160e, 0 0 8px rgba(255, 255, 255, 0.4);
}


.btn_ui.btn_highlight {
    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_ui.btn_highlight: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_ui.btn_highlight:before {
    background-image: linear-gradient(#7188ff,#3243a3);
}

.btn_ui.buy {
    border-color: #df0034;
    background-color: #df0034;
    color: #fff;
}

.btn_ui.sell {
    border-color: #0b6bcf;
    background-color: #0b6bcf;
    color: #fff;
}

.btn_board_area {
    padding: 20px 0 0;
    font-size: 0;
    text-align: center;
}

.btn_board_area.align_left {
    text-align: left;
}

.btn_board_area.align_right {
    text-align: right;
}

.board_btn_top,
.board_btn_bottom {
    display: flex;
    position: relative;
    align-items: center;
}

.board_btn_top.floating,
.board_btn_bottom.floating {
    position: absolute;
    right: 0;
    top: 6px;
}

.board_btn_top > div,
.board_btn_bottom > div {
    display: flex;
    flex: 1;
}

.board_btn_top .btn_ui + .btn_ui,
.board_btn_bottom .btn_ui + .btn_ui {
    margin-left: 4px;
}

.board_btn_top .left,
.board_btn_bottom .left {
    justify-content: flex-start;
}

.board_btn_top .right,
.board_btn_bottom .right {
    justify-content: flex-end;
}

.board_btn_top .center,
.board_btn_bottom .center {
    justify-content: center;
}

.board_btn_top {
    padding: 10px 0;
}

.board_btn_top.align_top {
    margin-top: -48px;
}

.board_btn_top .coup {
    display: flex;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    align-items: center;
}

.board_btn_top .coup strong {
    display: inline-block;
    margin-left: 4px;
    font-size: 13px;
    font-weight: 800;
    color: var(--highlight-color);
    vertical-align: top;
}

.paginate {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 20px 0 0;
    justify-content: center;
}

.paginate .btn_page {
    display: inline-block;
    overflow: hidden;
    width: 34px;
    height: 34px;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #574c38;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: var(--border-radius);
    color: #fff;
}

.paginate .btn_page .fal {
    margin-top: 9px;
    font-size: 14px;
    color: #c1ad8b;
    vertical-align: top;
}

.paginate .btn_page + .btn_page {
    margin-left: 4px;
}

.paginate .num {
    display: inline-block;
    padding: 0 4px;
}

.paginate .num a, .paginate .num strong {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 34px;
    height: 34px;
    margin: 0 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    color: #cccccc;
    text-align: center;
    vertical-align: top;
    border: 1px solid #574c38;
    border-radius: 5px;
}

.paginate .num a:hover {
    filter: brightness(1.5);
}

.paginate .num a:first-child,
.paginate .num strong:first-child {
    margin-left: 0;
}

.paginate .num strong {
    border: 1px solid #c1ad8b;
    color: #c1ad8b !important;
}

.paginate + .btn_ui_area {
    margin-top: 10px;
}

.money_charge {
    padding: 10px 0;
}

.money_charge {
    padding: 10px 0;
}

.charge_section {
    position: relative;
}

.charge_section + .charge_section {
    margin-top: 0;
}

.charge_section .tit_area {
    margin-top: 0;
    padding-bottom: 0;
    background: url(/images/customer-header.jpg) 0 -6px;
}

.charge_section .tit_area .title {
    margin-bottom: 0;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    height: 55px;
    text-align: center;
    line-height: 56px;
}
}

.charge_section .text {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
}

.charge_section .dl_list {
    padding: 20px 20px;
    font-size: 12px;
    color: #9f9481;
    line-height: normal;
    background-color: rgba(0, 0, 0, .3);
}

.charge_section .dl_list dt,
.charge_section .dl_list dd {
    display: inline-block;
    margin: 5px 0;
    font-size: 13px;
    vertical-align: top;
}

.charge_section .dl_list dt {
    width: 120px;
    color: #fff;
    font-weight: 500;
}

.charge_section .dl_list dd {
    width: calc(100% - 120px);
    margin: 0;
    font-weight: 300;
    line-height: 22px;
    color: #9f9481;
}

.charge_section .dl_list dd strong {
    display: block;
    font-weight: 500;
    color: #ffd989;
}

.charge_section .txt_list {
    padding: 20px 20px;
    background-color: rgba(0, 0, 0, .3);
}

.charge_section .txt_list > li {
    position: relative;
    margin-top: 5px;
    padding-left: 9px;
    font-size: 12px;
    line-height: 22px;
    color: #9f9481;
}

.charge_section .txt_list > li:first-child {
    margin-top: 0;
}

.charge_section .txt_list > li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #757575;
}

.charge_section .txt_list > li > strong {
    display: block;
    font-weight: 500;
    color: #ffd989;
}

.charge_section .board_form {background-color: rgba(0, 0, 0, .3);}

.mtflex {display:flex;align-items:center;margin:6px 0}

.casino_wrapper .game_list_wrap {
    margin: 0;
}


.game_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin: calc(0px - 15px) 0 0 calc(0px - 15px);
}

.game_list .game_item {
    display: block;
    width: calc(20% - 15px);
    position: relative;
    display: block;
    transition: 0.3s;
    padding: 5px;
    margin: 15px 0 0 15px;
    background: linear-gradient(to bottom left, #f5cc7f, #96653b, #b79453);
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    border-radius: 10px;
}

.game_list .game_item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
    border-radius: 10px;
}

.game_list .game_item .game_box {
    overflow: hidden;
    height: 100%;
    border: 1px solid #111;
    background: #301605;
    border-radius: 10px;
}

.game_list .game_item .game_box .game_thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
		padding-top: 80%;
    /* padding-top: 112.04%; */
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 1px 1px #6c4829;
}

.game_list .game_item .game_box .game_thumb.thumb_slot {
    padding-top: 72%;
}

.game_list .game_item .game_box .game_thumb.thumb_slot .thumb_cover,
.game_list .game_item .game_box .game_thumb.thumb_slot > img {
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.game_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)
}

.game_list .game_item .game_box .game_thumb .thumb_cover,
.game_list .game_item .game_box .game_thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
		height: 120%;
    /*height: 100%;*/
    transition: 0.3s
}

.game_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
}

.game_list .game_item .game_box:hover .game_thumb .thumb_cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(0,0,0,.7);
    opacity: 100;
    z-index: 5
}

.game_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
}

.game_list .game_item .game_box .game_info {
    height: 62px;
    line-height: 1.4;
    padding: 15px 0 10px;
    text-align: center;
    transition: 0.3s;
}

.game_list .game_item .game_box .game_info h3 {
    color: #eee;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.game_list .game_item .game_box .game_info h4 {
    margin-top: 2px;
    color: #ffd989;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.game_list .game_item .game_box .game_info .btn_start {
    display: block;
    width: calc(100% - 20px);
    margin: 10px 10px 0 10px;
    padding: 8px 0;
    background: #FFC33B;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
}

.wating_box {
    position: relative;
    padding: 300px 0;
    text-align: center;
}

.wating_box:before {
    display: block;
    margin: 0 auto 30px;
    width: 66px;
    height: 53px;
    background-position: -228px -251px;
    content: '';
}

.wating_box .tit {
    font-size: 22px;
    color: #fff;
}

.wating_box .tit .b {
    font-weight: normal;
}

.wating_box .text {
    margin-top: 20px;
    color: #9e9e9e;
    font-size: 13px;
    line-height: 26px;
    word-break: keep-all;
}

.wating_box .btn_box {
    margin-top: 80px;
}

.wating_box .btn_box button {
    min-width: 215px;
}

/* footer */
#footer {
    position: relative;
    padding: 40px 10px;
    overflow: hidden;
    letter-spacing: -1px;
    text-align: center;
}

#footer:before,
#footer:after {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    box-shadow: 0 0 1000px #5e3310;
    content: '';
    pointer-events: none;
    z-index: -1;
    position: absolute;
}

#footer:before {
    width: 70%;
    top: -100%;
    box-shadow: 0 0 1400px #5e3310, 0 0 2000px #5e3310;
}

#footer: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 .foot_info {
    margin-top: 0;
    font-size: 12px;
    color: #444;
    line-height: 1.5;
    text-align: center;
}

#footer .foot_info .logo {
    display: block;
    font-size: 0;
}
#footer .foot_info span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
}
#footer .foot_info .logo img {
    width: 130px;
}
#footer .copyright {
    display: block;
    margin-top: 15px;
    color: #65544a;
    letter-spacing: 0;
    font-size: 12px;
}
#footer .site_logos {
    margin-top: 40px;
    text-align: center;
}
