
/* Á¾¸ñ¼±ÅÃ */
.sportsKind {padding:10px 0;background-color:#29251b;}
.sportsKind ul {display:flex;justify-content:flex-start;}
.sportsKind li {width:calc(100% / 9);}
.sportsKind .SKS {display:flex;justify-content:center;line-height:30px;color:#ffffff;text-align:center;font-size:13px;}
.sportsKind .SKS::before {content:"";display:block;margin-right:5px;width:30px;height:30px;border-radius:50%;background-color:#444444;background-repeat:no-repeat;background-position:center center;background-size:auto 28px;}
.sportsKind .SKS.all::before {background-image:url("../images/sicon_all.png");}
.sportsKind .SKS.soccer::before {background-image:url("../images/sicon_soccer.png");}
.sportsKind .SKS.baseball::before {background-image:url("../images/sicon_baseball.png");}
.sportsKind .SKS.basketball::before {background-image:url("../images/sicon_basketball.png");}
.sportsKind .SKS.volleyball::before {background-image:url("../images/sicon_volleyball.png");}
.sportsKind .SKS.hockey::before {background-image:url("../images/sicon_hockey.png");}
.sportsKind .SKS.nfl::before {background-image:url("../images/sicon_nfl.png");}
.sportsKind .SKS.esports::before {background-image:url("../images/sicon_esports.png");background-size:16px 20px;}
.sportsKind .SKS.etc::before {background-image:url("../images/sicon_etc.png");}
/* Game Bar Style */
.game_list {width:auto;min-height:500px;background:none;}
.game_list .game {display:flex;justify-content:flex-start;box-sizing:border-box;margin:0 0 5px 0;opacity:0.5;}
.game_list .game.active {opacity:1.0;}
.game_list .game.active .clickable {cursor:pointer;}
/* Game Bar Style */
.GBAR {display:flex;justify-content:center;box-sizing:border-box;border:1px solid #544f3f;background-color:#111111;background-repeat:repeat-x;background-position:left center;background-size:1px 32px;text-align:center;color:#ffffff;}
.GBAR span {display:block;line-height:30px;text-align:center;color:#ffffff;font-weight:500;font-size:13px;}
.GBAR .team_name {margin:0 5px;width:calc(100% - 80px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.GBAR .team_name img {height:20px;vertical-align:top;margin:5px 0;}
.GBAR .team_name font {color:#ff0000 !important;}
.GBAR .type_name {color:#fff000;}
.GBAR .rate {margin:0 5px;}
.GBAR .rate img {vertical-align:top;margin:5px;height:20px;}
.GBAR .uoicon {display:block;margin:5px 0;width:20px;height:20px;line-height:20px;border-radius:3px;background-color:#efefef;background-repeat:no-repeat;background-position:center center;font-size:11px;}
.GBAR .uoicon.under {background-image:url("../images/icon_under.gif");}
.GBAR .uoicon.over {background-image:url("../images/icon_over.gif");}
.GBAR .uoicon.handi_mark {text-align:center;color:#ffffff;font-weight:800;}
.GBAR.win .team_name {text-align:left;}
.GBAR.win .uoicon {margin-left:5px;}
.GBAR.win .uoicon.handi_mark {color:#005aff;}
.GBAR.lose .team_name {text-align:right;}
.GBAR.lose .uoicon {margin-right:5px;}
.GBAR.lose .uoicon.handi_mark {color:#ff0000;}
/* Win, Lose Bar */
.GBCO {justify-content:space-between;}
.GBCO .rate {display:flex;width:70px;}
.GBCO.win .rate {justify-content:flex-end;}
.GBCO.lose .rate {justify-content:flex-start;}
/* Draw odject */
.GBAR.draw {}
/* Hover, Checked, Select */
.game.active .hover {border-color:#ffc400;}
.game.active .hover span {color:#ffffff;}
.game.active .hover font {color:#fff000 !important;}
.game.active .hover .rate .uoicon.handi_mark {color:#000000;background:#ffffff;}
.game.active .checked {border-color:#ffc400;background-image:url("../images/bg_gold.jpg");}
.game.active .checked span {color:#ffffff;}
.game.active .checked font {color:#ff0000 !important;}
.game.active .checked .rate .uoicon.handi_mark {color:#000000;background:#ffffff;}
/* Bonus Game */
.game_list .game.bonus .rate {float:left;margin:0 2px;width:calc(82% - 4px);text-align:center;}
.game_list .game.bonus .hover {}
.game_list .game.bonus .checked {}
.game_list .game.bonus .checked span {color:#ffffff;}
/* Game List Header */
.list_head {display:flex;justify-content:flex-start;background-color:#3a3426;border:1px solid #534b39;}
.list_head .GBAR {border-width:0 !important;background-color:transparent;height:23px;line-height:24px;justify-content:center !important;}
/* game DIV size */
.game_list .date {width:12%;}
.game_list .GBCO {width:calc(38% - 4px);margin:0 2px;}
.game_list .draw {width:6%;}
.game_list .status {width:6%;}
.game_list .game.active .status span {color:#ffb200;font-weight:500;}
.game_list .more {cursor:pointer;margin-left:2px;width:calc(6% - 2px);}
.game_list .more span {font-size:15px;}
.game_list .more.active {background-color:#503b0a;border-color:#ffb200;}
.game_list .more.active span {color:#ffb200;font-weight:500;}
.hide_game_type .GBCO {width:calc(38% - 4px);}
.hide_game_type .list_head .status {width:12%;}
/* ¸®±×¸í */
.game_leg {display:flex;justify-content:flex-start;padding:5px;padding-top:10px;}
.game_leg .leg_icon {margin-right:5px;}
.game_leg .leg_icon img {height:19px;}
.game_leg .leg_name {line-height:19px;font-weight:400;font-size:15px;color:#cccccc;}
.game_leg.active .leg_name {color:dcd1a7;font-weight:600;}
.game_leg .game_date {display:none;}
/* Game Notice */
.game_notice {margin-bottom:5px;padding:5px;background-color:rgb(255 255 255 / 10%);}
.game_notice marquee {vertical-align:top;}
/* Game Sub */
.game_all_open {display:flex;justify-content:center;position:fixed;z-index:90;top:247px;left:50%;padding:0 0px;margin-left:-61px;width:120px;line-height:40px;text-align:center;color:#ffffff;font-weight:400;font-size:15px;border-radius:40px;border:1px solid #ff9200;background-color:rgba(137, 78, 0, 0.8);}
.game_all_open::before {content:"+";display:block;margin:10px 0;margin-right:5px;width:20px;line-height:20px;text-align:center;color:#ffffff;font-size:13px;font-weight:500;border-radius:50%;background-color:#ff9200;}
.game_all_open.opened {}
.game_all_open.opened::before {content : "-"}
.subset {display:none;}
.subset-header {padding:5px;color:#ffb200;font-size:13px;font-weight:500;display:none;}
.subset .game {display:flex;justify-content:space-between;}
.subset .checked .type_name {}
.subset .status {width:calc(12% - 2px) !important;}
.subset .sbtype {display:inline-block;vertical-align:top;margin:0 3px;min-width:16px;height:30px;line-height:30px;color:#00ff4e;background-repeat:no-repeat;background-position:center center;}
.subset .sbtype.under {background-image:url("../images/icon_under.gif");}
.subset .sbtype.over {background-image:url("../images/icon_over.gif");}
/* ***** Bet365 Game ***** */
.Vgame {margin-bottom:5px;overflow:hidden;text-align:center;background-color:#1f1e19;border:1px solid #585447;border-top-width:0;}
.Vgame iframe {margin:0 auto;display:inline-block;vertical-align:top;border:0;width:100%;height:500px;}
.game_list.VHOUND .game {display:flex;justify-content:space-between;}
.game_list.VHOUND .game .GBAR {margin:0;padding:5px;width:calc(100% / 2 - 2px);}
.game_list.VHOUND .game .GBAR .team_name {width:calc(100% - 100px);text-align:left;}
.game_list.VHOUND .game .GBAR .rate {justify-content:flex-end;}
.game_list.VHOUND .position {width:30px;background-repeat:no-repeat;background-position:center center;background-size:23px;}
.game_list.VHOUND .position.pos1 {background-image:url("../images/game/vg_1.png");}
.game_list.VHOUND .position.pos2 {background-image:url("../images/game/vg_2.png");}
.game_list.VHOUND .position.pos3 {background-image:url("../images/game/vg_3.png");}
.game_list.VHOUND .position.pos4 {background-image:url("../images/game/vg_4.png");}
.game_list.VHOUND .position.pos5 {background-image:url("../images/game/vg_5.png");}
.game_list.VHOUND .position.pos6 {background-image:url("../images/game/vg_6.png");}
.game_list.VHOUND .position.pos7 {background-image:url("../images/game/vg_7.png");}
.game_list.VHOUND .position.pos8 {background-image:url("../images/game/vg_8.png");}
.icon_over {display:inline-block;background: url("../images/icon_over.gif") no-repeat; background-size: contain;width:13px; height:14px; vertical-align: middle;}
.icon_under {display:inline-block;background: url("../images/icon_under.gif") no-repeat; background-size: contain;width:13px; height:14px; vertical-align: middle;}
.link_large {font-size:14pt;font-weight:bold; text-align:center;margin:0 0 15px 0;}
.link_large a {color:#fc0}
.link_large a:hover{text-decoration: underline;}
/* ***** Game Result ***** */
.result_wrap { position:relative;}
/* Size */
.game_result_wrap .game {display:flex;justify-content:flex-start;margin-top:5px;}
.game_result_wrap .date {width:10%;}
.game_result_wrap .league {margin-left:2px;width:calc(15% - 2px);}
.game_result_wrap .GBCO {margin:0 2px;width:calc(30% - 4px);}
.game_result_wrap .draw {width:5%;}
.game_result_wrap .status {width:10%;}
/* info */
.game_result_wrap .date {text-align:center}
.game_result_wrap .league {justify-content:flex-start;padding:0 5px;}
.game_result_wrap .league span {max-width:100%;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.game_result_wrap .league img {margin:5px;margin-left:0;height:20px;vertical-align:top;}
.game_result_wrap .status span {display:flex;justify-content:center;}
.game_result_wrap .status .result_win {color:#ff0000;font-weight:700;}
.game_result_wrap .status .result_lose {color:#03a7b6;font-weight:700;}
.game_result_wrap .status .result_draw {color:#6bff43;font-weight:700;}
/* ***** Betting List ***** */
.betting_wrap {margin-bottom:0;padding-bottom:0;}
.betting_wrap .item {margin:0 auto 5px auto;padding:5px;border:1px solid #4f473a;background-color:#25211a;;border-radius:4px;}
/* bet div size */
.betting_wrap .item .date {width:10%;}
.betting_wrap .item .league {margin-left:2px;width:calc(14% - 2px);}
.betting_wrap .item .GBCO {margin:0 2px;width:calc(28% - 4px);}
.betting_wrap .item .draw {width:5%;}
.betting_wrap .item .result {width:10%;}
.betting_wrap .item .status {margin-left:2px;width:calc(5% - 2px);}
/* Head */
.betting_wrap .list_head {margin-bottom:5px;background-color:transparent;border-color:transparent;}
.betting_wrap .list_head .GBAR {height:20px;line-height:20px;font-size:11px;color:#c9bda9;justify-content:center !important;}
/* Info */
.betting_wrap .item .row {display:flex;justify-content:flex-start;margin-bottom:5px;}
.betting_wrap .item .row .date {text-align:center;}
.betting_wrap .item .row .league {justify-content:flex-start;padding:0 5px;}
.betting_wrap .item .row .league span {width:100%;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.betting_wrap .item .row .result span {display:flex;justify-content:center;}
.betting_wrap .item .row .result .result_win {color:#ff0000;font-weight:700;}
.betting_wrap .item .row .result .result_lose {color:#03a7b6;font-weight:700;}
.betting_wrap .item .row .result .result_draw {color:#00efb8;font-weight:700;}
.betting_wrap .item .row .status .result_waiting {color:#6ae000;font-weight:700;}
.betting_wrap .item .row .status .result_hit {color:#ffd500;font-weight:700;}
.betting_wrap .item .row .status .result_miss {color:#6896ff;font-weight:700;}
.betting_wrap .item .row .status .result_special {color:#e56eff;font-weight:700;}
.betting_wrap .item .row .selected {border-color:#ffc400;background-image:url("../images/bg_gold.jpg");}
.betting_wrap .item .row .selected span {font-weight:bold;color:#ffffff !important;}
.betting_wrap .item .row .selected font {color:#fff000 !important;}
/* Summary */
.betting_wrap .bet_summary {display:flex;justify-content:space-between;margin-top:5px;padding:10px;color:#666666;text-align:left;border-radius:5px;}
.betting_wrap .bet_summary .sumInfo {display:flex;justify-content:flex-start;}
.betting_wrap .bet_summary .Batt {margin-right:10px;width:22px;height:22px;}
.betting_wrap .bet_summary .cacbox {margin-right:10px;padding:0;width:50px;border-radius:3px;background:#ff6600;color:#ffffff !important;text-align:center;text-decoration:none !important;}
.betting_wrap .bet_summary .sumtit {display:block;vertical-align:top;line-height:22px;font-size:13px;}
.betting_wrap .bet_summary .sumtit.sp {margin:0 10px;font-size:11px;}
.betting_wrap .bet_summary .sumtit.num {margin-left:3px;font-weight:500;}
.betting_wrap .bet_summary .bet_rate {}
.betting_wrap .bet_summary .bonusRate {}
.betting_wrap .bet_wait .bet_summary {color:#74de00;}
.betting_wrap .bet_result_hit .bet_summary {color:#ffcc00;}
.betting_wrap .bet_result_miss .bet_summary {color:#67a1ff;font-weight:400;}
.betting_wrap .canceled .bet_summary {color:#a0a0a0;font-weight:400;}
.betting_wrap .canceled .bet_summary .sumtit {text-decoration:line-through;}
/* Betting status */
.betting_wrap .bet_wait .bet_summary .cacbox {background-color:#386a00;}
.betting_wrap .bet_wait .bet_summary .cacbox::before {content:"´ë±âÁß";}
.betting_wrap .bet_result_hit .bet_summary .cacbox {background-color:#ffc400;font-weight:700;color:#000000 !important;}
.betting_wrap .bet_result_hit .bet_summary .cacbox::before {content:"´çÃ·";}
.betting_wrap .bet_result_miss .bet_summary .cacbox {background-color:#0050a9;}
.betting_wrap .bet_result_miss .bet_summary .cacbox::before {content:"¹Ì´çÃ·";}
.betting_wrap .canceled .bet_summary .cacbox {background-color:#868686;}
.betting_wrap .canceled .bet_summary .cacbox::before {content:"Ãë¼ÒµÊ";}
.betting_wrap .bet_summary .cash {color:#f30;}
.betting_wrap .btn_wrap {display:flex;justify-content:space-between;padding:10px;}
.betting_wrap .betDelet {display:flex;justify-content:flex-start;}
.betting_wrap .icon_trash {display:inline-block;width:12px;height:12px;vertical-align:middle;background:url("../images/x.gif");cursor:pointer;}
/* º£ÆÃ³»¿ª - Ãë¼ÒµÈ ³»¿ª °³º° »èÁ¦ ¹öÆ° */
.betting_wrap .bet_summary .sumbtnbox {display:flex;justify-content:flex-end;}
.betting_wrap .bet_summary .BetB {display:block;margin-left:3px;width:80px;line-height:20px;border-radius:3px;border:1px solid #6a5f45;background-color:#6e644a;background-repeat:repeat-x;background-position:left center;background-image:url("../images/bg_gold.jpg");filter:grayscale(60%);text-align:center;color:#ffffff;font-size:11px;cursor:pointer;}
.betting_wrap .bet_summary .BetB.btn_bet_delete {}
/* º£ÆÃ³»¿ª(°Ô½ÃÆÇ ³»¿ª Ã·ºÎ½Ã) - »èÁ¦*/
.betting_wrap .bet_summary .BetB.btn_bet_remove {filter:hue-rotate(-30deg);border-color:#9a5131;}
/* º£ÆÃ³»¿ª - º£ÆÃÃë¼Ò ¹öÆ° */
.betting_wrap .bet_summary .BetB.btn_bet_cancel {filter:hue-rotate(-30deg);border-color:#9a5131;}
/* °Ô½ÃÆÇ ³»¿ªÃ·ºÎ - ÆË¾÷ */
.betting_wrap .bet_summary .BetB.btn_bet_apply {}
/* °Ô½ÃÆÇ ³»¿ªÃ·ºÎ - ÆË¾÷ */
body.popup {padding:30px 0;height:auto;background-color:#000000;}
body.popup .betting_wrap {margin:0 20px;}
body.popup .betting_wrap .spacer {display:none;}
/* Board Bet History */
.viewBetList .bet_summary {justify-content:center;}
.viewBetList .bet_summary .sumInfo {justify-content:center;}
/* ETC */
.game_list .score_info {margin-top:15px;height:72px;background:url("../images/score_bg.png") no-repeat center center;position: relative;color:#fff}
.game_list .score_info .home {position: absolute;top:25px;left:100px;width:200px;font-family:Dotum,verdana;font-weight:bold;font-size:12pt;text-align:center;}
.game_list .score_info .away {position: absolute;top:25px;left:500px;width:200px;font-family:Dotum,verdana;font-weight:bold;font-size:12pt;text-align:center;}
.game_list .score_info .score{position: absolute;top:13px;left:310px;width:180px;font-family:verdana;font-weight:bold;font-size:24pt;text-align:center;}





.MINI_GAME_TOP {padding:20px 0;border:1px solid #585447;border-top-width:0px;background-color:#1f1e19;}
/* ¼­¹ö½Ã°¢ */
.SVclock {margin-bottom:20px;}
.SVclock ol {display:flex;justify-content:center;}
.SVclock li {display:flex;justify-content:center;margin:0 5px;}
.SVclock .sc {display:block;color:#ffffff;font-size:15px;font-weight:600;}
.SVclock .mi {margin:0 2px;color:#eeeeee;font-weight:400;}
/* ***** °ÔÀÓÈ­¸é ***** */
.game_view_frame {position:relative;}
.game_view_frame .scMask {display:none;position:absolute;background-color:#333333;background-repeat:no-repeat;background-position:center center;background-size:60%;background-image:url("../images/logo_top.png");}
.game_view_frame iframe {display:block;margin:0 auto;padding:0;border:0;}
/* NTRY */
.ntryScreen iframe {width:830px;height:640px;}
.ntryScreen .scMask {display:block;top:142px;left:70px;width:245px;height:480px;background-color:#18222f;}
/* DS */
.coinpb5Screen iframe {width:789px;height:609px;}
/* Bepick */
.bubblepbScreen iframe {width:100%;height:640px;}
/* ***** °ÔÀÓ¼±ÅÃ ***** */
.MINI_TURN_BTNS {padding-top:10px;}
/* È¸Â÷ */
.miniTurn ul {display:flex;justify-content:space-between;}
.miniTurn li {display:flex;justify-content:flex-start;position:relative;padding:10px 0;width:250px;}
.miniTurn li:last-child {justify-content:flex-end;}
.miniTurn .mitc {display:block;height:22px;line-height:22px;font-size:13px;color:#ffffff;}
.miniTurn .mitc::after {font-weight:300;}
.miniTurn .turn {margin-right:10px;font-size:17px;font-weight:600;color:#ffe100;}
.miniTurn .turn::after {content:"È¸Â÷";margin-left:3px;}
.miniTurn .midcont {justify-content:center;margin:0 auto;width:140px;}
.miniTurn .midcont::after {content:"";display:block;position:absolute;bottom:0;left:0;width:100%;width:100%;height:4px;background-color:#988b40;}
.miniTurn .midcont .mitc {margin:0 5px;color:#ffe100;}
.miniTurn .refresh {padding:0 20px;border:0;border-radius:3px;background-color:#5e8d00;font-size:11px;color:#ffffff;}
/* ¼±ÅÃ¹öÆ° */
.MINI_GAME_SELECT {display:flex;justify-content:space-between;flex-wrap:wrap;padding:5px 5px;border:1px solid #988b40;background-color:#292820;}
/* ***** °ÔÀÓ¼±ÅÃ Type2 ***** */
.MINI_TURN_BTNS_Type2 {display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:10px;padding:5px;border:1px solid #666666;background-color:#222222;}
.MINI_TURN_BTNS_Type2:first-child {margin-top:20px;}
/* È¸Â÷ Type 2 */
.miniTurn_2 {margin:0 auto;width:160px;}
.miniTurn_2 li {margin-top:5px;}
.miniTurn_2 li:first-child {margin-top:0;}
.miniTurn_2 .mitc {display:block;box-sizing:border-box;margin:0 auto;text-align:center;color:#ffffff;font-size:15px;}
.miniTurn_2 .turn {font-size:17px;font-weight:600;color:#ffe100;}
.miniTurn_2 .turn::after {content:"È¸Â÷";margin-left:3px;}
.miniTurn_2 .date {font-size:13px;}
.miniTurn_2 .midcont {display:flex;justify-content:center;padding:0 10px;}
.miniTurn_2 .midcont .mitc {margin:0;width:calc(100% / 2);height:26px;line-height:26px;background-color:#fff000;color:#000000;font-weight:500;}
.miniTurn_2 .midcont .mitc:first-child {border-top-left-radius:13px;border-bottom-left-radius:13px;text-align:right;padding-right:5px;}
.miniTurn_2 .midcont .mitc:last-child {border-top-right-radius:13px;border-bottom-right-radius:13px;text-align:left;padding-left:10px;}
.miniTurn_2 .refresh {padding:0 20px;height:20px;border:0;border-radius:3px;background-color:#5e8d00;font-size:11px;color:#ffffff;}
/* ¹öÆ° ¿µ¿ª Type 2 */
.MINI_TURN_BTNS_Type2 .MIG_GROUP {padding:3px 0px;width:calc(100% / 2 - 90px);}
.MINI_TURN_BTNS_Type2 .MIG_GROUP:first-child {justify-content:flex-start;}
.MINI_TURN_BTNS_Type2 .MIG_GROUP:last-child {justify-content:flex-end;}
.MINI_TURN_BTNS_Type2 .MIG_GROUP .GBS {width:calc(100% - 6px);}
/* ***** Button Group ***** */
.MIG_GROUP {display:flex;justify-content:space-between;flex-wrap:wrap;box-sizing:border-box;padding:10px 3px;}
.MIG_GROUP .gameName {display:block;margin-bottom:5px;width:100%;text-align:center;color:#dcd8b2;font-size:12px;}
.MIG_GROUP .GBS {cursor:pointer;display:block;box-sizing:border-box;margin:0 3px;padding:5px;width:calc(100% / 2 - 6px);border-radius:3px;border:1px solid #000000;background-color:#444444;filter:opacity(70%);}
.MIG_GROUP .GBS:hover {box-shadow:inset 0 5px 8px rgb(0 0 0 / 40%);}
.MIG_GROUP .gtx {display:block;height:40px;line-height:40px;text-align:center;font-size:17px;font-weight:500;color:#ffffff;}
.MIG_GROUP .gname {border-radius:3px;background-color:rgb(0 0 0 / 20%);}
.MIG_GROUP .rate {font-size:13px;}
.MIG_GROUP .blue {background-color:#004593;}
.MIG_GROUP .red {background-color:#950000;}
.MIG_GROUP .green {background-color:#397700;}
.MIG_GROUP .checked {filter:opacity(100%);background:url("../images/bg_gold_light.jpg") repeat-x left center;background-size:1px 94px;border-color:dcd1a7;}
.MIG_GROUP .checked .gtx {color:#000000;}
.MIG_GROUP .checked .gname {background-color:transparent;}
.MINI_GAME_CONTENT .W20 {width:20%;}
.MINI_GAME_CONTENT .W25 {width:25%;}
.MINI_GAME_CONTENT .W30 {width:30%;}
.MINI_GAME_CONTENT .W35 {width:35%;}
.MINI_GAME_CONTENT .W40 {width:40%;}
.MINI_GAME_CONTENT .W45 {width:45%;}
.MINI_GAME_CONTENT .W50 {width:50%;}
.MINI_GAME_CONTENT .W55 {width:55%;}
.MINI_GAME_CONTENT .W60 {width:60%;}
.MINI_GAME_CONTENT .W65 {width:65%;}
.MINI_GAME_CONTENT .W70 {width:70%;}
.MINI_GAME_CONTENT .W75 {width:75%;}
.MINI_GAME_CONTENT .W80 {width:80%;}
.MINI_GAME_CONTENT .W85 {width:85%;}
.MINI_GAME_CONTENT .W100 {width:100%;}
.MINI_GAME_CONTENT .MG2 .GBS {width:calc(100% / 2 - 6px);}
.MINI_GAME_CONTENT .MG3 .GBS {width:calc(100% / 3 - 6px);}
.MINI_GAME_CONTENT .MG4 .GBS {width:calc(100% / 4 - 6px);}
.MINI_GAME_CONTENT .MG5 .GBS {width:calc(100% / 5 - 6px);}
.MINI_GAME_CONTENT .MG6 .GBS {width:calc(100% / 6 - 6px);}
.MINI_GAME_CONTENT .MG7 .GBS {width:calc(100% / 7 - 6px);}
.MINI_GAME_CONTENT .MG8 .GBS {width:calc(100% / 8 - 6px);}
.MINI_GAME_CONTENT .MG9 .GBS {width:calc(100% / 9 - 6px);}
.MINI_GAME_CONTENT .MG10 .GBS {width:calc(100% / 10 - 6px);}
/* ÆÄ¿öº¼ µî °ÔÀÓ±×·ì Å¸ÀÌÆ², ¹Ú½º */
.MGS_tit {display:flex;justify-content:center;margin-top:10px;width:100%;height:30px;line-height:30px;background-color:rgb(0 0 0 / 20%);font-size:15px;font-weight:500;color:#ffffff;box-shadow:inset 0 0 6px #75725c;}
.MGS_tit:first-child {margin-top:0;}
.MGS_IN_BOX {display:flex;justify-content:flex-start;flex-wrap:wrap;box-sizing:border-box;padding:10px 0;width:100%;}
.MGS_IN_BOX:last-child {padding-bottom:0;}
/* ***** ÆÄ¿öº¼ Áö³­ È¸Â÷ ***** */
.pastTurnFrame {margin-top:20px;padding:10px;border:0 solid #666666;}
.pastTit {display:block;padding:10px;color:#ffffff;font-size:15px;font-weight:500;}
.pastTurnBox {display:flex;justify-content:space-between;flex-wrap:wrap;}
.pastTurnBox .pinf {display:block;box-sizing:border-box;height:23px;line-height:23px;border-radius:4px;border:0;color:#ffffff;}
.pastTurnBox .refresh {padding:0 10px;background-color:#72a700;}
.pastTurnBox .PTbox {box-sizing:border-box;border:1px solid #666666;}
.intBallBox {width:400px;}
.pastInfo {display:flex;justify-content:space-between;padding:5px;background-color:#444444;}
.pinfBox {display:flex;justify-content:flex-start;}
.pinfBox .pinf {margin-left:5px;}
.ResultBALL {display:flex;justify-content:center;padding:10px;background-color:#333333;}
.ResultBALL .BaLL {display:block;box-sizing:border-box;margin:0 5px;width:50px;height:50px;line-height:46px;border-radius:50%;border:2px solid #ffffff;background-color:#efefef;text-align:center;font-size:17px;font-weight:600;color:#000000;}
.ResultBALL .PB {border-color:#fff000;background-color:#000000;color:#fff000;}
.pastResultTable {width:calc(100% - 410px);}
.pastResultTable ul {display:flex;justify-content:space-between;border:0 solid #555555;}
.pastResultTable li {box-sizing:border-box;padding:0 5px;width:calc(100% / 5);height:70px;line-height:70px;border:0 solid #555555;border-left-width:1px;text-align:center;color:#ffffff;font-size:13px;}
.pastResultTable li:first-child {border-left-width:0;}
.pastResultTable .head {border-bottom-width:1px;background-color:#333333;}
.pastResultTable .head li {height:32px;line-height:32px;}
.LAST_Turn_BOx ul {clear:both;display:inline-block;padding:5px 0;width:100%;height:24px;border:0 solid #555555;border-bottom-width:1px;}
.LAST_Turn_BOx li {float:left;display:flex;justify-content:center;box-sizing:border-box;width:calc(100% / 8);line-height:24px;text-align:center;color:#ffffff;font-size:13px;}
.LAST_Turn_BOx li:last-child {float:right;}
.LAST_Turn_BOx .head {border-top-width:2px;background-color:#333333;}
.LAST_Turn_BOx .rb {display:block;box-sizing:border-box;width:24px;height:24px;line-height:20px;border-radius:50%;border:2px solid #000000;background-color:#efefef;text-align:center;color:#000000;font-weight:600;letter-spacing:-1px;}
.LAST_Turn_BOx .pb {background-color:#fff000;}
/* ***** º£ÆÃ ¸®½ºÆ® ***** */
.MiNiBetList {margin-top:30px;}
.MiNiBetList .Mbltit {display:block;margin-bottom:10px;font-size:15px;color:#ffffff;}
.MiNiBetList .NoList {padding:40px 0;border:0 solid #555555;border-bottom-width:1px;text-align:center;color:#aaaaaa;}
.mini_BET_List ul {display:flex;justify-content:space-between;padding:15px 0;border:0 solid #555555;border-bottom-width:1px;}
.mini_BET_List ul:last-child {border-color:#777777;}
.mini_BET_List .head {padding:10px 0;border-top-width:2px;border-top-color:#ffffff;border-bottom-color:#aaaaaa;background-color:#222222;}
.mini_BET_List li {padding:0 10px;text-align:center;color:#ffffff;}
.mini_BET_List .ml {display:block;height:18px;line-height:18px;text-align:center;font-size:13px;color:#ffffff;}
.mini_BET_List .ml b {margin-right:2px;}
.mini_BET_List .betM .ml, .mini_BET_List .betG .ml {text-align:right;}
.mini_BET_List .chbox {border:0;width:18px;}
.mini_BET_List .Cselect {width:30px;}
.mini_BET_List .turn {width:140px;}
.mini_BET_List .betTime {width:100px;}
.mini_BET_List .gType {width:100px;}
.mini_BET_List .bType {width:100px;}
.mini_BET_List .mrate {width:80px;}
.mini_BET_List .betM {width:120px;}
.mini_BET_List .betG {width:120px;}
.mini_BET_List .status {width:80px;}
.mini_BET_List .WIN .status .ml {color:#fff000;}
.mini_BET_List .FAIL .status .ml {color:#2c92ff;}
.mini_BET_List .DRAW .status .ml {color:#ff00ab;}
.mini_BET_List .CANCEL .status .ml {color:#cccccc;}
.BL_btn_box {padding:20px 0;}
.BL_btn_box .btn {display:block;margin:0 2px;width:100px;height:30px;line-height:30px;border:0;border-radius:3px;background-color:#777777;text-align:center;color:#ffffff;font-size:13px;}
.BL_btn_box ul {display:flex;justify-content:space-between;}
.BL_btn_box li {display:flex;justify-content:flex-end;}
.BL_btn_box li:first-child {justify-content:flex-start;}
