@font-face {
    font-family: 'GmarketSansBold';
    src: url('../fonts/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body, html {color:rgba(255,255,255,0.8); font-size: 16px;}
button:hover {opacity: 0.8;}
.font-gb {font-family: 'GmarketSansBold';}


main {width: 100%; overflow-x: hidden; position: relative; background-color: #010306; background-image: url('../image/bg.jpg'); background-position: bottom center; background-size: cover; height:100%;}
main .main_wrap {width: 100%; position: relative; height:100%;}
main .h100 {position: absolute; width: 100%; top:50%; transform: translateY(-50%);}
main .inner {width:1485px; margin: 0 auto;}
main .headers {padding-top: 200px; display: block; text-align: center;}
main .headers .logo img {height:70px;}
main .headers .logo {}
main .contents {margin-top: 100px;}

.contents .games_box {background-color: #191B1E; border:1px solid rgba(255,213,154,0.15); position: relative; min-height:560px; border-radius: 20px; overflow: hidden; width: 400px; cursor:pointer}
.contents .games_box:hover {border:1px solid rgba(255,213,154,0.4);}
.games_box_info {padding: 30px 40px 30px 180px; box-sizing: border-box; position: relative;}
.games_box_img {position: absolute; top:0px; left: 1px; width:139px; height:100%; background-position: left bottom; background-repeat: no-repeat;}
.games_box_img_inner {position: relative; width: 100%; height:100%; background-position: top left; background-repeat: no-repeat; text-align: center; padding-top: 40px;}
.games_box_img_inner img {height: 65px;}
.games_box_info li:nth-child(1) {font-size: 20px; color:#FFD59A;}
.games_box_info li:nth-child(2) {font-size: 30px; color:#999; margin-top: 10px;}
.games_box_info li:nth-child(3) {font-size: 14px; color:#999; margin-top: 30px; line-height: 140%; word-break: keep-all;}
.contents .games_box .go_btn {position: absolute; bottom:40px; right:40px; padding-left: 40px; padding-right: 40px; background-color: #9F8E62; border-radius: 40px; height:40px; color:#fff; font-size: 16px; border:0px;}
.font_cd img {height:12px; width:auto;}

.headers_info {display: flex; gap:30px; margin-top: -50px; padding-left: 40px; padding-right: 40px; box-sizing: border-box;}
.headers_info ul {display: flex; gap:10px; align-items: center;}
.headers_info ul:last-child {margin-left: auto;}
.headers_info ul li {}
.headers_info .top_btn {padding-left: 25px; padding-right: 25px; background-color: transparent; border-radius: 40px; height:40px; color:#fff; font-size: 14px; border:1px solid #9F8E62; color:#9F8E62;}
.headers_info .top_btn.atv {padding-left: 25px; padding-right: 25px; background-color: #9F8E62; border-radius: 40px; height:40px; color:#fff; font-size: 14px; border:0px;}
.headers_info .my_info {color:#999;}
.headers_info .my_info span {color:#fff;}
.headers_info .top_news {width: 30%;}
.headers_info .top_news_ico {width: 10%;}
.headers_info .top_news_ico svg {margin-top: 5px;}
.headers_info .top_news_con {width: 90%;}
.headers_info .top_news_con a {opacity: 0.8;}
.headers_info .top_news_con a:hover {opacity: 1;}

.gaps {height:50px; display: block;}
.subs {background-color: #191B1E; border-radius: 40px; box-shadow: 30px 30px 60px rgba(0,0,0,0.5); position: relative; min-height: 500px;}
.subs .subs_gnb {width:140px; height:100%; position: absolute; top:0px; left: 0px; background-color: #0F1014; padding-top: 30px; padding-bottom: 30px; box-sizing: border-box; border-top-left-radius: 40px; border-bottom-left-radius: 40px;}
.subs .subs_con {padding:60px 70px 60px 210px; box-sizing: border-box;}
.subs .gnb_btns {background-color: transparent; border:0px; text-align: center; width: 100%; color:#FFD59A; font-size: 14px; padding-top: 30px; padding-bottom: 30px;}
.subs .gnb_btns i {display: block; text-align: center;}
.subs .gnb_btns i img {height: 50px; width: auto;}
.subs .gnb_btns span {display: block; text-align: center; margin-top: 15px;}
.subs .gnb_btns {opacity: .3;}
.subs .gnb_btns.ov {opacity: 1;}
.subs .gnb_btns:hover {opacity: 1;}
.subs .subs_con_hd {display: flex; gap:60px;}
.subs .font_cd_sub img {height:15px;}
.subs .font_gb_sub {font-size: 30px; color:#999; margin-top: 7px;}
.subs .game_info_sub_txt {font-size: 16px; color:#999; line-height: 140%; word-break: break-all;}
.subs .game_info_sub_time button {background-color: #fff; width: 350px; text-align: center; height:40px; font-size: 14px; color:#121212; border-radius: 40px; border:0px;}
.subs .game_info_sub_time {margin-left: auto; margin-right: 150px;}

.mov {background-color:#0D0E0F; overflow: hidden; min-height: 980px; position: relative;}
.mov .no_data {position: absolute; width: 100%; top:50%; transform: translateY(-50%); left: 0px; text-align: center;}
.bet {background-color: #000; position: relative; display: flex; gap:1px;}
.bet .no_data {color:rgba(255,255,255,0.3); font-size: 16px; position: absolute; width: 100%; top:50%; transform: translateY(-50%); left: 0px; text-align: center;}

.bet_ux {background-color:#0D0E0F; position: fixed; bottom:50px; right:50px; border-radius: 10px; box-shadow: 0px 0px 40px rgba(0,0,0,0.5); padding: 30px; box-sizing: border-box; border:1px solid rgba(255,255,255,0.2); width:400px; z-index: 99}
.bet_ux_ul {display: flex; gap:3px; margin-bottom: 3px;}
.bet_ux_ul button {flex-grow:1; width: 20%; border-radius: 4px;}
.bet_bts {background-color: rgba(255,255,255,0.2); border:0px; color:#fff; font-size: 13px; height:30px;}
.bet_cart {text-align: center; border-radius: 10px; padding-top: 0px; padding-bottom: 20px; width: 100%;}
.bet_cart span {opacity: 0.6; font-size: 13px;}
.bet_x {background-color: transparent; box-sizing: border-box; font-size: 16px; color:#9F8E62; width: 50%; border:1px solid rgba(255,255,255,0.2); height:50px; border-radius: 4px; text-align: center;}
.bet_x:focus {border-color: #9F8E62;}
.bet_confirm_btn {background-color: #9F8E62; color:#fff; font-size: 16px; border:0px; border-radius: 4px; height:50px;}
.bet .bet_ui_btns {flex-grow:1; background-color: rgba(255,255,255,0.2); border:0px; color:#fff; font-size: 16px; height:80px; border-radius: 0px; width: 10%;}
.bet .bet_ui_btns.active {background-color: rgba(255,255,255,0.6);}
.bet .bet_ui_btns span {display: block; text-align: center;}
.bet .bet_ui_btns_info1 {width: 19.95%; background-color: #0D0E0F; color:#999; font-size: 13px; text-align: center; border:0px; height:40px;}
.bet .bet_ui_btns_info1:hover {opacity: 1}
.bet .bet_ui_btns_info2 {width: 39.95%; background-color: #0D0E0F; color:#999; font-size: 13px; text-align: center; border:0px; height:40px;}
.bet .bet_ui_btns_info2:hover {opacity: 1}
.bet .bet_ui_btns_info0 {width: 20%; background-color: #0D0E0F; color:#999; font-size: 13px; text-align: center; border:0px; height:40px;}
.bet .bet_ui_btns_info0:hover {opacity: 1}
.bet .bet_ui_btns_info3 {width: 33.33%; background-color: #0D0E0F; color:#999; font-size: 13px; text-align: center; border:0px; height:40px;}
.bet .bet_ui_btns_info3:hover {opacity: 1}
.bet .bet_ui_btns span.bet_x_pri1 {margin-top: 7px; font-size: 12px; opacity: 0.6}
.bet .bet_ui_btns span.bet_x_pri2 {margin-top: 7px; font-size: 12px; opacity: 0.6}
.bet .bet_ui_btns span.bet_x_pri3 {margin-top: 7px; font-size: 12px; opacity: 0.6}
.bet .bet_ui_btns span.bet_x_pri4 {margin-top: 7px; font-size: 12px; opacity: 0.6}

.bet_ux_inner {position: relative;}
.my_points {position: absolute; top:0px; right:0px; color:#fff; background-color: rgba(255,255,255,0.2); font-size: 12px; padding: 5px 10px 5px 10px; border-radius: 4px;}

#bet_cart {color:#fff; font-size: 18px; background-color: transparent; border:0px; padding-bottom: 20px;}
.bet_ux_ul_no_flex {display: block;}
#countdown_txt {color:#b21717; font-size: 14px; padding-bottom: 5px; display: none;}
#countdown_txt_open {color:#1755b2; font-size: 14px; padding-bottom: 5px; display: none;}
#countdown_cat {}
.bet_wrap {position: relative;}
.bet_wrap_block {position: absolute; top:0px; left: 0px; width: 100%; height:100%; background-color: rgba(0,0,0,0.7); font-size: 14px; text-align: center; }
.bet_wrap_block span {line-height: 120px;}

.stc {height:100%;}
.stc_inner {position: sticky; top:50px;}
.bet_ui_wraps {margin-top: 50px;}
.bg_image_flo {position: absolute; top:50px; right:-30px;}
.contents {position: relative;}
.footers {font-size: 12px; color:rgba(255,255,255,0.4); text-align: center; opacity: 0.6; margin-top: 100px; padding-bottom: 200px;}

.gamedata {margin-top: 30px;}
#data-container {width:100%; margin-top: 50px;}
#data-container table {width: 100%; border-collapse: collapse; border-bottom: 1px solid rgba(255,255,255,0.05);}
#data-container table tr {}
#data-container table th {font-weight: normal; color:#fff; font-size: 16px; padding-top: 20px; padding-bottom: 20px; text-align: center; border-top:2px solid rgba(255,255,255,0.05);}
#data-container table td {font-weight: normal; color:#999; font-size: 14px; border-top:1px solid rgba(255,255,255,0.05); padding-top: 15px; padding-bottom: 15px; text-align: center;}

#data-container table th:nth-child(1) {width: 30%;}
#data-container table th:nth-child(2) {width: 15%;}
#data-container table th:nth-child(3) {width: 15%;}
#data-container table th:nth-child(4) {width: 15%;}
#data-container table th:nth-child(5) {width: 25%;}
#data-container table td:nth-child(1) {width: 30%;}
#data-container table td:nth-child(2) {width: 15%;}
#data-container table td:nth-child(3) {width: 15%;}
#data-container table td:nth-child(4) {width: 15%;}
#data-container table td:nth-child(5) {width: 25%;}

#data-container .baccara_table table th:nth-child(1) {width: 25%;}
#data-container .baccara_table table th:nth-child(2) {width: 10%;}
#data-container .baccara_table table th:nth-child(3) {width: 15%;}
#data-container .baccara_table table th:nth-child(4) {width: 15%;}
#data-container .baccara_table table th:nth-child(5) {width: 15%;}
#data-container .baccara_table table th:nth-child(6) {width: 15%;}
#data-container .baccara_table table td:nth-child(1) {width: 25%;}
#data-container .baccara_table table td:nth-child(2) {width: 10%;}
#data-container .baccara_table table td:nth-child(3) {width: 15%;}
#data-container .baccara_table table td:nth-child(4) {width: 15%;}
#data-container .baccara_table table td:nth-child(5) {width: 15%;}
#data-container .baccara_table table td:nth-child(6) {width: 15%;}

.cards {height: 40px;}
.res_J {
    color: #fff;
    font-size: 14px;
    background-color: #b21717;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 36px;
}
.res_H {
    color: #fff;
    font-size: 14px;
    background-color: #1755b2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 36px;
}

.flexd {display: flex; gap:3px;text-align: center; width: 100%; justify-content: center;}
.c_1755b2 {background-color: #1755b2; color: #fff;font-size: 14px;width: 36px;height: 36px;border-radius: 50%;display: block;text-align: center; line-height: 36px;}
.c_b21717 {background-color: #b21717; color: #fff;font-size: 14px;width: 36px;height: 36px;border-radius: 50%;display: block;text-align: center; line-height: 36px;}
.c_000000 {background-color: #000000; color: #fff;font-size: 14px;width: 36px;height: 36px;border-radius: 50%;display: block;text-align: center; line-height: 36px;}

.color_1755b2 {color:#1755b2 !important;}
.color_b21717 {color:#b21717 !important;}
.color_ffffff {color:#ffffff !important;}
.color_339900 {color:#339900 !important;}
.c_TIGER {color:#b21717 !important;}
.c_DRAGON {color:#1755b2 !important;}
.c_TIE {color:#339900 !important;}

.data_left {float:left; width: 48%;}
.data_right {float:right; width: 48%;}
#data-container h2 {color:#999; display: block; margin-bottom: 20px; font-size: 20px; font-weight: normal;}
.cb {clear:both;}

.mov {position: relative; background-color: #0D0E0F}
.mov iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}

#data-times1 {font-size: 14px; color:#FEE89A; margin-top: 50px; line-height: 150%;}
#data-times1 span {font-size: 16px; display: block;margin-bottom: 10px;}

#data-times2 {font-size: 14px; color:#FEE89A; margin-top: 50px; line-height: 150%;}
#data-times2 span {font-size: 16px; display: block;margin-bottom: 10px;}

#data-times3 {font-size: 14px; color:#FEE89A; margin-top: 50px; line-height: 150%;}
#data-times3 span {font-size: 16px; display: block;margin-bottom: 10px;}

.load_txt {opacity: 0.4;}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.blinking {
    animation: blink 0.5s ease-in-out infinite;
}

#res_pop {position: fixed; top:0px; left: 0px; width:100%; height:100%; background-color: rgba(0,0,0,0.5); display: none; z-index: 100}
#res_pop2 {position: fixed; top:0px; left: 0px; width:100%; height:100%; background-color: rgba(0,0,0,0.5); display: none; z-index: 100}
.res_pop_inner {position: absolute; width: 100%; top:45%; transform: translateY(-50%);}
.res_pop_inner_wrap {position: relative;}
#res_pop_box {width: 500px; border-radius: 20px; box-shadow:0px 0px 30px rgba(0,0,0,0.5); background-color: #1755b2; color:#fff; position: absolute; left: 50%; transform: translateX(-50%); padding: 50px; text-align: center;}
#res_pop_box2 {width: 500px; border-radius: 20px; box-shadow::0px 0px 30px rgba(0,0,0,0.5); background-color: #b21717; color:#fff; position: absolute; left: 50%; transform: translateX(-50%); padding: 50px; text-align: center;}
#res_tit2 {font-size: 30px;}
#res_tit {font-size: 30px;}
#res_sub {font-size: 20px; margin-top: 20px; color:rgba(255,255,255,0.6);}
#res_sub2 {font-size: 20px; margin-top: 20px; color:rgba(255,255,255,0.6);}
#res_jnb {font-size: 20px; margin-top: 7px; color:rgba(255,255,255,0.6);}
#res_jnb2 {font-size: 20px; margin-top: 7px; color:rgba(255,255,255,0.6);}
.icoss {margin-bottom: 40px;}


.login_wrap {width: 500px; margin: 0 auto;}
.login_tits {font-size: 28px; text-align: center; color:#FFF2E0;}
.login_subs {font-size: 20px; text-align: center; margin-bottom: 50px; color:rgba(255,255,255,0.4); margin-top: 5px; word-break: keep-all;}
.login_inps {margin-bottom: 15px;}
.login_inps input {height:70px; width:100%; background-color: rgba(0,0,0,0.4); border-radius: 10px; border:0px; text-indent: 20px; font-size: 20px; color:#FFF2E0;}
.login_inps input::placeholder {color:#FFF2E0; opacity: 0.3;}
.login_btns {margin-top: 30px;}
.login_btns button {height:70px; border:0px; border-radius: 10px; color:#fff; background-color: #9F8E62; width: 100%; font-size: 20px;}
.login_btns button:hover {background-color: #9F8E62;}
.login_join_btns {margin-top: 60px; text-align: center;}
.login_join_btns a {color:#FFF2E0; font-size: 20px; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 15px;}
.login_inps textarea {min-height:150px !important; width:100% !important; background-color: rgba(0,0,0,0.4) !important; border-radius: 10px; border:0px !important; font-size: 16px !important; color:rgba(255,255,255,0.5) !important; padding: 20px !important; font-family:'Pretendard-el',sans-serif;}
.login_join_btns button {height:70px; border:0px; border-radius: 10px; color:#fff; background-color: #9F8E62; width: 100%; font-size: 20px;}
.login_join_btns button:hover {background-color: #9F8E62;}

.tooltips {display: block; margin-top: 10px; font-size: 14px; font-family:'Pretendard-el',sans-serif; color:rgba(255,255,255,0.5);} 
#captcha_key {background-color: rgba(0,0,0,0.4) !important; border-radius: 4px !important; border:0px !important; font-size: 16px !important; color:#FFF2E0; border:1px solid rgba(255,255,255,0.2) !important; text-indent: 0px;}
#captcha #captcha_img {border-radius: 4px !important;}
#captcha_info {display: none !important;}

.mobile {display: none;}

@media all and (max-width:1024px) { 
    .pc {display: none;}
    .mobile {display: block;}
    
    main .inner {width: 100%;}
    main .headers {padding-top: 40px;}
    .my_info {display: none !important;}
    .headers_info {display: block !important; text-align: center;}
    .headers_info ul {display: inline-block;}
    main .headers .logo img {height:70px;}
    .bg_image_flo {display: none;}
    main .contents {margin-top: 60px;}
    .top_news {display: none !important;}
    .subs .subs_gnb {position: relative; width: 100%; border-radius: 0px; text-align: center; padding-top: 0px; padding-bottom: 0px;}
    .subs .gnb_btns {width: 30%;}
    .gaps {height:30px;}
    .subs .subs_con {padding: 20px;}
    .subs .subs_con_hd {display: block}
    .subs .game_info_sub_txt {margin-top: 20px; text-align: center;}
    .subs .subs_con_hd {text-align: center;}
    .font_cd_sub {margin-top: 10px;}
    .subs .game_info_sub_time {margin-right: 0px; text-align: center; margin-top: 20px;}
    .bet_wrap div:nth-child(2) {display: none;}
    .bet_wrap_block span {line-height: 80px;}
    .mov {min-height: 300px;}
    .subs {border-radius: 0px;}
    .footers {margin-top: 40px; padding-bottom: 300px;}
    .bet_ux {bottom:0px; right: auto; left: 0px; width: 100%; border-left: 0px; border-right: 0px; border-bottom: 0px; border-radius: 0px;}
    #data-container table th {font-weight: normal; color:#fff; font-size: 12px; padding-top: 20px; padding-bottom: 20px; text-align: center; border-top:2px solid rgba(255,255,255,0.05);}
    #data-container table td {font-weight: normal; color:#999; font-size: 12px; border-top:1px solid rgba(255,255,255,0.05); padding-top: 15px; padding-bottom: 15px; text-align: center;}
    .cards {height: 30px;}
    .bet .bet_ui_btns span {font-size: 12px;}
    .bet_ui_wraps{position: sticky; top:0px;}
    .contents .games_box {width: 80%;}
    .login_wrap {width: 90%;}
    .mov {border-radius: 0px;}
    #res_pop_box {width: 80%;}
    #res_tit {font-size: 24px;}
    #res_sub {font-size: 16px;}
    #res_jnb {font-size: 16px; margin-top: 5px;}
    #res_pop_box2 {width: 80%;}
    #res_tit2 {font-size: 24px;}
    #res_sub2 {font-size: 16px;}
    #res_jnb2 {font-size: 16px; margin-top: 5px;}
    .res_pop_inner {top:25%;}
    
    .mov {min-height:500px; width: 100%; float:none}
    .bet_wrap {width: 100%; float:none;}
    .fr2 {min-height: 550px;}
    
}