﻿@charset "utf-8";
/* CSS Document */
/*Reset*/
/************************************************************************************************** COLOR ***/
.strong_02 {font-weight: bold;color: #fff;text-shadow: 0 0 3px #29d7ff, 0 0 5px #29d7ff, 0 0 10px #29d7ff}

/************************************************************************************************** ICON ***/
.li_megaphone:before {padding-left: 16px;padding-right: 8px;color: #FFF;font-size: 15px;position: relative;top: 2px}
.li_mail:before {padding-right: 3px;color: #FFF;font-size: 18px;position: relative;top: 4px}
.li_banknote:before,.li_vallet:before,.li_phone:before,.li_bubble:before {color: #fff;font-size: 18px;padding-right: 6px;position: relative;top: 4px}
.li_bulb:before {padding-right: 8px;color: #FFF;font-size: 15px;position: relative;top: 2px}
/*** ICON END ***/

/************************************************************************************************** 버튼 ****/
.button_blue {
	background-image:linear-gradient(150deg, #2280A2, #000);
	background-color:#2280A2;
	padding:8px 20px;
	border-radius:7px;
	border:2px solid #000;
	box-shadow:inset 0 0 0 2px #165870, inset 0 0 10px #000; 
	background-color: #FFF;
}
.button_black {
    color: #fff !important;
    font-family: Nanum Gothic, Malgun Gothic;
    font-size: 15px;
    text-shadow: 1px 2px 2px #000;
    padding: 8px 28px;
    border: 2px solid #165870;
    border-radius: 7px;
    background-image: linear-gradient(to bottom, #222, #000);
    background-color: #222;
    box-shadow: 0 0 10px #000, inset 0 0 4px #111;
    transition: all 0.3s
}
.button_black.on {
    color: #ff0 !important;
}
.button_black:hover {background-image: linear-gradient(150deg, #2280A2, #000);background-color: #2280A2;padding: 11px 28px}
.button_grey {
    color: #fff !important;
    font-family: Nanum Gothic, Malgun Gothic;
    font-size: 15px;
    text-shadow: 1px 2px 2px #000;
    padding: 8px 28px;
    border: 2px solid #333;
    border-radius: 7px;
    background-image: linear-gradient(to bottom, #333, #222);
    background-color: #222;
    box-shadow: 0 0 10px #000, inset 0 0 14px #111;
    transition: all 0.3s
}
.button_grey:hover {background-image: linear-gradient(150deg, #555, #000);background-color: #555;padding: 11px 28px}
.btn_blue {
    background-color: #0B414A;
    background-image: linear-gradient(to bottom, #256C7D, #081B1F);
    box-shadow: 0 0 5px #000, inset 0 0 4px #3CBCE5;
    color: #fff;
    border: 0;
    height: 29px;
    width: 60px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000
}
.btn_grey {
    background-image: linear-gradient(to bottom, #333, #222);
    background-color: #222;
    box-shadow: 0 0 5px #000, inset 0 0 4px #555;
    color: #fff;
    border: 0;
    height: 29px;
    width: 60px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000
}
.tab_list {margin: 0;padding: 0;position: absolute;top: -35px;right: 8px;z-index: 30}
.tab_list ul {margin: 0;padding: 0;clear: both}
.tab_list ul li {margin: 0 5px 0 0;padding: 0;display: block;float: left;list-style-type: none}
.tab_list a {
    background-color: #333;
    background-image: linear-gradient(to bottom, #555, #111);
    padding: 4px 7px 6px 7px;
    border-radius: 4px;
    box-shadow: 0 0 5px #000, inset 0 0 4px #888;
    color: #ddd;
    font-size: 12px;
    transition: all 0.3s
}
.tab_list a:hover {background-color: #0B414A;background-image: linear-gradient(to bottom, #256C7D, #081B1F);box-shadow: 0 0 5px #000, inset 0 0 4px #3CBCE5;color: #fff}
/**********/

.gnb {
    width: 1200px;
    margin: auto;
    padding: 1px;
    background-color: #333;
    background-image: linear-gradient(150deg, #333 0%, #333 15%, #ccc 25%, #333 35%, #333 65%, #ccc 75%, #333 85%, #333 100%);
    border-radius: 7px;
    border: 3px solid #111;
    box-shadow: 0 0 2px #444;
    box-sizing: border-box
}
.notice_rolling {    width: 1190px;    margin: auto;    height: 35px;    margin-bottom: 0px}
.notice_title {    padding-right: 10px;    color: #fff;    text-shadow: 0 0 3px #29d7ff, 0 0 5px #29d7ff, 0 0 10px #29d7ff;    width: 80px}
#container {width: 100%; margin: auto; position: relative; min-height:400px;}
.main_img {width: 1380px;min-height:400px;padding:0px;margin:0;float:left;padding-left:0px;position:relative}
.middle_contents {width:1190px}
.middle_contents > div {
    float: left;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    width: 336px;
    height: 137px;
    margin: 15px 20px 25px 20px;
    padding: 2px;
    background-image: linear-gradient(120deg, #333 0%, #333 15%, #ccc 25%, #333 35%, #333 65%, #ccc 75%, #333 85%, #333 100%);
    background-color: #282828;
    transition: all .3s linear;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .95)
}
.item_wrap:hover a {    opacity: 1;    transition: all .25s linear}
.item_wrap:hover a:hover {    background: rgba(0, 0, 0, .0)}
.middle_contents .first {    margin-left: 55px}
.item_wrap {    display: block;    box-sizing: border-box;    height: 100%;    background: #282828;    border-radius: 10px}
.item_wrap.sports {    background: url(../images/main-game-01.jpg) left bottom no-repeat}
.item_wrap.casino {    background: url(../images/main-game-02.jpg) left bottom no-repeat}
.item_wrap.slot {    background: url(../images/main-game-03.jpg) center bottom no-repeat}
.item_wrap.ladder {    background: url(../images/main-game-04.jpg) left bottom no-repeat}
.item_wrap.snail {    background: url(../images/main-game-05.jpg) center no-repeat}
.item_wrap.power {    background: url(../images/main-game-06.jpg) center no-repeat}
.item_wrap.card {
    background: url(../images/main-game-16.jpg) center no-repeat
}
.item_wrap.soccer {
    background: url(../images/main-game-13.png) center no-repeat
}
.item_wrap.racing1 {
    background: url(../images/main-game-18.png) center no-repeat
}
.item_wrap.racing2 {
    background: url(../images/main-game-19.png) center no-repeat
}
.item_wrap.charge {    background: url(../images/main-game-07.jpg) center no-repeat}
.item_wrap.exchange {    background: url(../images/main-game-08.jpg) center no-repeat}
.item_wrap.notice {    background: url(../images/main-game-09.jpg) center no-repeat}
.item_wrap.live1 {
    background: url(../images/main-game-10.png) center no-repeat
}
.item_wrap.live2 {
    background: url(../images/main-game-11.png) center no-repeat
}
.item_wrap.mybet {
    background: url(../images/main-game-17.jpg) center no-repeat
}
.item_wrap a {display: block;border-radius: 10px;height: 100%;background: rgba(0, 0, 0, .55);padding: 1px;box-sizing: border-box}
.items {
    display: block;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    border: 2px solid rgba(230, 236, 255, .08);
    border-radius: 9px;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-image: linear-gradient(150deg, rgba(0, 0, 0, .0), rgba(0, 0, 0, .0))
}
.items p {
    margin: 22px 0 0px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    text-shadow: -1px -1px 0 #000
}
.items h3 {
    font-weight: 800;
    font-style: italic;
    color: #fff;
    margin: 0px 0 25px 0;
    font-size: 44px;
    line-height: 54px;
    text-align: right;
    text-shadow: -2px 2px 0px #000
}
#footer_bg {width:100%;height:80px;padding-top:30px;margin-top:50px;background-color:rgba(27, 27, 27, 1);clear:both;border-bottom:5px solid #CE166B;box-sizing:content-box;}
#footer {width: 1000px;position: relative;margin: 0 auto}
#footer .f_menu {width:280px;margin: 0 auto;padding-top: 5px;overflow:hidden}
#footer .f_menu div {width: 70px;float: left}
#footer .copy_c {color: #999;width: 1000px;float: left;text-align: center;margin-top: 10px}
#footer .f_menu ul {padding: 0;margin: 0}
#footer .f_menu ul li {float: left}
#footer .f_menu ul li a {color: #FFF}
#footer .f_menu ul li a:hover {color: #F90}

/**************************************************************************************************팝업*/
.popupContiner {background-color: 000000;padding-right: 3px;padding-left: 3px;padding-bottom: 3px}
.popupTitle {color: #ffffff;text-align: left}
.popupTitle2 {color: #ffffff;text-align: right}
.popupContent {width: 100%;height: 100%;background-color: ffffff;color: #000000;padding: 0;}


/**************************************************************************************************사이드*/
.side {width: 185px;height: auto;float: left;box-sizing: border-box;margin-right: 5px;border-radius: 7px;box-shadow: 0 0 2px #000;margin-top: 1px}
.side_header_wrap {
    padding: 4px;
    background-color: #333;
    background-image: linear-gradient(150deg, #222 0%, #222 15%, #333 25%, #222 26%, #222 45%, #333 65%, #222 66%, #222 100%);
    border-radius: 6px;
    box-shadow: 1px 1px 2px #000;
    box-sizing: border-box
}
.side_header {border: 2px solid #000;border-radius: 5px}
.side_header_inner {border-radius: 4px;box-shadow: inset 0 0 3px #333;background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), #181818)}
.side_header_inner h3 {padding: 12px 0 12px 15px;font-family: Nanum Gothic, Malgun Gothic;font-weight: 100;color: #fff;font-size: 17px}
.side_body_wrap {border-radius: 0 0 6px 6px;box-sizing: border-box;border: 2px solid #111;box-shadow: 0 0 2px #000;background: rgba(0, 0, 0, .2)}
.side_body {background-image: linear-gradient(145deg, #222 0%, #181818 15%, #202020 40%, #191919 41%, #181818 60%, #151515 100%)}
.side_body_inner {box-shadow: inset 0 0 3px #333;border-radius: 4px}
.side_nav {padding: 8px 20px 20px 20px}
.side_nav li {display: block}
.side_nav li a {color: #8e8e8e;padding: 8px 0;display: block;border-bottom: 1px solid #111;border-top: 1px solid #222;text-shadow: 1px 1px 1px #000}
.side_nav li:first-child a {border-top: none}
.side_nav li:last-child a {border-bottom-color: rgba(0, 0, 0, 0)}
.side_nav li a:hover {color: #20C9EB;border-bottom: 1px solid #08566D}

.da_content_wrap {width:1180px; border-radius: 7px;box-sizing: border-box;border: 3px solid #000;box-shadow: 0 0 2px #444;background: rgba(0, 0, 0, .2);float: left}
.da_content_wrap.da_board {width: 1180px}
.da_content {
    box-sizing: border-box;
    box-shadow: inset 0px 0px 4px #444;
    border-radius: 6px;
    padding: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.da_board .da_content {padding-bottom: 20px}
/**************************************************************************************************페이지 타이틀*/
#st_cross,#st_special,#st_cs,#st_free,#st_result,#st_bettinglist,#st_mypage,#st_memo,#st_point_c,#st_in,#st_out,#st_move,#st_game {
    background-image: linear-gradient(150deg, #333 0%, #333 15%, #ccc 25%, #333 35%, #333 65%, #ccc 75%, #333 85%, #333 100%);padding: 1px;border-radius: 6px 6px 0 0;box-shadow: 0 20px 20px #101010}
#st_cross h1,#st_special h1,#st_cs h1,#st_free h1,#st_result h1,#st_bettinglist h1,#st_mypage h1,#st_memo h1,#st_point_c h1,#st_in h1,#st_out h1,#st_move h1,#st_game h1 {
	font-size:34px;
	font-family:bauhs93;
	font-weight:100;
	padding-left:25px;
	background:rgba(21, 21, 21, .9);
	box-shadow:inset 0px 2px 2px #333;
	border-radius:6px 6px 0 0;
	height: 45px;
	padding-top: 5px;
	color: #fff;
	box-sizing: content-box;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #st_cross h1,#st_special h1,#st_cs h1,#st_free h1,#st_result h1,#st_bettinglist h1,#st_mypage h1,#st_memo h1,#st_point_c h1,#st_in h1,#st_out h1, #st_move,#st_game h1 {line-height: 40px}
}
#st_cross h1 i,#st_special h1 i,#st_cs h1 i,#st_free h1 i,#st_result h1 i,#st_bettinglist h1 i,#st_mypage h1 i,#st_memo h1 i,#st_point_c h1 i,#st_in h1 i,#st_out h1 i,#st_move h1 i,#st_game h1 i {
	font-size: 22px;padding-right: 7px;color: #fff;position: relative;top: -3px}
#st_game h1 {padding-left: 0;text-align: center}

/**************************************************************************************************테이블*/
input {padding-left: 3px}
.input_01 {color: #f5f5f5;font-size: 12PX;height: 25px;line-height: 25px;background-color: #222;border: 1px solid #333;border-radius: 4px}
select.input_01 {height: 29px}
.notice {color:#B86804; font-weight:bold; padding-left:40px}
.user_name {font-weight: 900;color: #efff00 !important}
.table_button {margin-top: 20px}
textarea {width: 100%;background-color: #222;border: 1px solid #333;border-radius: 4px;color: #f5f5f5;padding: 10px;box-sizing: border-box}
.table_layout_black {padding: 10px 7px 0 7px}
.table_guide_layout {border-top: 1px solid #333}
.table_guide_layout th, .table_guide_layout td {border-bottom: 1px solid #333; box-sizing:content-box}
.table_guide_layout td {padding: 5px 5px 5px 0;height: 25px}

.board_table_bg {box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.8);position: relative}
.board_table_bg:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: 0px;
    left: 0px;
    height: 3px;
    background: #ccc;
    background-image: linear-gradient(150deg, #333 0%, #333 15%, #ccc 25%, #333 35%, #333 65%, #ccc 75%, #333 85%, #333 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1) !important;
}
.table_top_bg {color: #ffffff;height: 39px}
.table_top_bg th {background-color: #222224;border-left: 1px solid #000;border-bottom: 1px solid #000}
.table_top_bg th:last-child {border-right: 1px solid #000}
.table_top_bg_b {color: #ffffff;height: 39px}
.table_top_bg td {padding-top: 0px}
.table_top_bg_b th {background-color: #1d1d1f;border-left: 1px solid #000;border-bottom: 1px solid #000}
.table_top_bg_b th:last-child {border-right: 1px solid #000}
.table_top_bg_b td {background-color: #1d1d1f;border-left: 1px solid #000;border-bottom: 1px solid #000}
.table_top_bg_b td:last-child {border-right: 1px solid #000}
.trEndGame_xx {height: 30px;color: #fff}
.trEndGame_xx td {border-left: solid 1px #000;border-bottom: solid 1px #000;background: #121214}
.trEndGame_xx td:last-child {border-right: 1px solid #000}
.trEndGame_xx td table td {border: none !important;background: none;box-shadow: none}
.boardpage {padding-left: 10px;text-align: center;color: #FFF}
.boardpage a {color: #FFF}
.boardpage a:hover {color: #3CBCE5}

.tableGuide {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #ddd;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 10px;
    padding-left: 40px;
    line-height: 22px
}
.notice_color {color: #fff;text-shadow: 0 0 3px #29d7ff, 0 0 5px #29d7ff, 0 0 10px #29d7ff;font-size: 12px}
table.dawin {border-spacing: 0;border-collapse: collapse;width: 100%;border: 1px solid #000;background: #121214;box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.8)}
table.dawin caption, table caption {padding: 10px 0 10px 10px;font-size: 11px;text-align: left;font-style: italic;color: #fff;display: table-caption}
table.dawin th {
    height: 30px;
    padding: 5px;
    color: #88888a;
    text-shadow: 0 -1px 1px rgba(0, 0, 2, 0.6);
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #000
}
table.dawin tbody {font-size: 13px}
table.dawin tr td {
    color: #ddd;
    height: 30px;
    padding: 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
	box-sizing: content-box;
}
table.dawin tfoot {font-style: italic}
table.dawin tfoot tr {border-bottom: 1px solid #000;background: #111;color: #575759}
table.dawin .bold {font-weight: bold;color: #efff00}
.table_inner {overflow-y: auto}
.table_inner table {width: 100%;border-collapse: collapse; border: none}
.table_inner table tr td {border-top: none;border-left: none;border-right: 1px solid #000}
.trIngGame_b {height: 38px;width: 1190px;color: #fff;background: url('../images/bo_top_bgbg.jpg') no-repeat}

/**************************************************************************************************게임*/
.Selected {background: #00273A !important;box-shadow: inset 0 0 0 1px #111, inset 0 0 2px #02E2F9, inset 0 4px 10px #1BBFFE !important;}
.Selected .trIngGameFontColor td {font-weight: 900;color: #F2F9FF}
.noChoice {vertical-align: middle;background: #1b1b1b;color: #ffffff;border-bottom: #111111 1px solid;border-left: #595959 1px solid;border-top: #595959 1px solid;border-right: #111111 1px solid}
.noChoice table {color: #ffffff}
.Choice {background: #0f1e25 !important;box-shadow: inset 0 0 2px #02E2F9, inset 0 0 15px #000 !important}
.Choice .trIngGameFontColor td {font-weight: 900;color: #F2F9FF;text-shadow: 0 -1px 0 #000, 0 0 5px #fff}
.game_quick {position: relative}
.gamesort {position: absolute;top: 18px;right: 25px}
.gamesort a {
    background-color: #333;
    background-image: linear-gradient(to bottom, #555, #111);
    padding: 4px 7px 6px 7px;
    border-radius: 4px;
    box-shadow: 0 0 5px #000, inset 0 0 4px #888;
    color: #ddd;
    font-size: 12px;
    transition: all 0.3s
}
.gamesort a:hover {background-color: #0B414A;background-image: linear-gradient(to bottom, #256C7D, #081B1F);box-shadow: 0 0 5px #000, inset 0 0 4px #3CBCE5;color: #fff}
.game_table_bg {position: relative}
.game_table_bg:before {content: '';display: block;position: absolute;top: -2px;right: 0px;left: 0px;height: 3px;background-image: linear-gradient(to right, #271DB7, #7a1443)}
.table_league_bg td {border-bottom: 1px solid #000}
.trIngGame td {height: 30px;border-left: solid 1px #000;border-bottom: solid 1px #000;background: #1d1d1f;box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.8);color: #fff}
.trIngGame td:last-child {border-right: 1px solid #000}
.trEndGame td {height: 30px;border-left: solid 1px #000;border-bottom: solid 1px #000;background: #121214;box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.8)}
.trEndGame td:last-child {border-right: 1px solid #000}
.trIngGameFontColor {padding: 0 10px}
.trIngGameFontColor td {border: none !important;box-shadow: none; background: rgba(0, 0, 0, 0)}
.trEndGameFontColor {color: #8888A0;padding: 0 10px}
.trEndGameFontColor td {border: none !important;box-shadow: none}

.trIngGame_s {
    height: 50px;
    color: #FFF;
    background-color: #999;
    background: url('../images/pa_list2.jpg') no-repeat left top
}
/**************************************************************************************************카트*/
.betting_cart_quick {position: relative;float: left;margin-left: 2px}
#floatMenu{text-align:left;position:absolute;top:0px;padding:0;margin:0;z-index:100;}
#floatMenu a{text-decoration:none;display:block;}
.cart_subtle_wrap {
    width: 215px;
    border-radius: 7px 7px 0 0;
    padding: 1px;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px #090909, inset 0 0 3px #555;
    background-color: #333;
    background-image: linear-gradient(150deg, #333 0%, #333 15%, #999 25%, #333 35%, #333 65%, #999 75%, #333 85%, #333 100%)
}
.cart_subtle {background-color: #151515;background: rgba(21, 21, 21, .7);border-radius: 6px 6px 0 0;padding: 4px}
.cart_subtle_inner {border: 2px solid #000;border-radius: 5px;background-color: #111;background-image: linear-gradient(150deg, #111 0%, #666 25%, #111 26%, #333 65%, #666 75%, #111 76%, #333 100%)}
.cart_subtle h3 {
    font-size: 24px;
    text-align: center;
    padding: 8px;
    background-color: #151515;
    background: rgba(21, 21, 21, .8);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #151515);
    box-shadow: inset 0 0 3px #444;
    border-radius: 5px;
    font-family: bauhs93;
    font-weight: 100;
    color: #fff;
    text-shadow: 0 1px 1px #000
}
.cart_body_wrap {
    width: 215px;
    border-radius: 0 0 7px 7px;
    box-sizing: border-box;
    box-shadow: 0 2px 0 2px #000;
    background-image: linear-gradient(150deg, #333 0%, #333 15%, #999 25%, #333 35%, #333 65%, #999 75%, #333 85%, #333 100%);
    background-color: #333;
    padding: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.cart_body {background: #151515;border-radius: 0 0 6px 6px;padding: 4px}
.cart_body_inner {border-radius: 5px;box-shadow: inset 0 0 30px #000, 0 0 4px #444}
.cart_ani_wrap {
    background-color: #0B414A;
    background-image: linear-gradient(to bottom, #256C7D, #081B1F);
    box-shadow: 0 0 5px #000, inset 0 0 4px #3CBCE5;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 9px;
    padding: 2px 4px;
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
    float: left;
}
.cart_ani {float: left;width: 10px;position: relative;margin-right: 3px}
.cart_ani_wrap label {color: #fff;float: left;padding: 0;text-indent: 0;cursor: pointer}
.cart_list_del {
    background-color: #0B414A;
    background-image: linear-gradient(to bottom, #315CAB, #081B1F);
    box-shadow: 0 0 5px #000, inset 0 0 4px #3CBCE5;
    margin-top: 6px;
    margin-left: 20px;
    padding: 2px 10px;
    display: inline-block !important;
    float: right;
    border-radius: 3px;
    font-size: 11px
}
.cart_sound {
    background-color: #0B414A;
    background-image: linear-gradient(to bottom, #315CAB, #081B1F);
    box-shadow: 0 0 5px #000, inset 0 0 4px #3CBCE5;
    margin-top: 6px;
    margin-left: 15px;
    padding: 2px 10px;
    display: inline-block !important;
    float: right;
    border-radius: 3px;
    font-size: 11px;
    width: 80px;
}
.cart_sound label {
    color: #fff;
    float: left;
    padding: 0;
    text-indent: 0;
    cursor: pointer
}
.cart_info {padding-left: 10px;font-size: 11px;letter-spacing: 1px;line-height: 15px;font-weight: 100;color: #999}
.cart_sum {box-sizing: border-box;width: 201px;margin: auto;background-color: #1F1F1F;box-shadow: inset 0 0 3px #545454}
.cart_sum .info_gray {padding: 8px}
.cart_sum .info_gray table {color: #ddd;font-size: 11px}
.cart_sum #foreCastDividendPercent {padding-right: 5px;color: #efff00}
.cart_sum .info_gray table input[type=text] {
    width: 75px;
    border-radius: 4px;
    background: #111;
    border: 0;
    color: #efff00;
    text-align: right;
    padding-right: 5px;
    box-shadow: 0 0 2px #555, inset 0 2px 2px #000
}
.cart_button {
    background-color: #bcc514;
    box-shadow: 0 0 5px #000, inset 0 0 5px #9BA218, inset 0 0 37px #000;
    padding: 5px;
    border-radius: 5px;
    color: #000;
    font-family: bauhs93;
    font-size: 25px;
    text-shadow: 0 0 5px #F6FF4F
}
.cart_button:hover {color: #fff;text-shadow: 0 0 5px #000}
#cartTable {background-image: linear-gradient(136deg, #151515 0%, #222 36%, #151515 37%, #151515 100%)}
#cartTable div {padding: 5px 0 5px 0;border-top: 1px solid #333;border-bottom: 1px solid #000}
#cartTable div:first-child {box-shadow: 0 -1px 1px #000}
#cartTable div:last-child {box-shadow: 0 1px 1px #000}
.batting_list {font-size: 11px;padding: 0px 5px}
.batting_list .white {font-size: 11px;padding: 1px 0}
.batting_list .red {font-weight: bold;color: #29d7ff}
.batting_middle {padding: 0px 9px 3px 10px}
.batting_bg {padding: 3px 20px 3px 20px;line-height: 18px}
.batting_middle2 {padding: 10px 20px 10px 20px}
.batting_middle table {color: #ddd}
.cart_clock>div{background:rgba(255,255,255,.05); width:215px; text-align:center; padding:8px 0 5px; box-shadow:0 2px 2px #000; border-radius:0 0 10px 10px;}
.bt-info {
    background: #a42e2e;
    width: 55px;
    height: 25px;
    margin: 2px auto;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}
.bt-info.clear {
    background-color: #606469;
    margin-right: 3px;
    margin-top: 3px;
    color: #fff;
}