@charset "utf-8";

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

:root {
    --main-brand-color:  #0088d0;
    --second-brand-color:  #ffd600;
    --third-brand-color:  #216fd5;
    --fourth-brand-color:  #ff1515;
    --fifth-brand-color:  #bd7200;
    --sixth-brand-color:  #666666;
    --main-brand-drop-color:  #350101;
    --second-brand-drop-color:  #474e25;
    --third-brand-drop-color:  #edefd9;
    --fourth-brand-drop-color:  #501a1a;
    
    --header-bg-color:  #c8ad66;
    --header-bottom-color:  #edefd9;
    --top-bg-color:  #000000;
    --base-bg-color:  #000000;
    --main-bg-color:  #111111;
    --second-bg-color:  #151515;
    --third-bg-color:  #1a1a1a;
    --fourth-bg-color:  #111a24;
    --fifth-bg-color:  #202025;
    --sixth-bg-color:  #686867;
    --sports-bg-color:  #333339;
    
    --main-font-color:  #ffffff;
    --second-font-color:  #bbbbbb;
    --active-font-color:  #ff1515;
	--inactive-font-color:  #d0d0d0;
	--white-font-color:  #fff;
    --black-font-color:  #000;
    --flaming-font-color:  #ff1515;
    --main-font-hover-color:  #e9ad2c;
    --title-font-color:  #85898d;
    
    --main-btn-bg-color:  #5e5e5e;
    --main-btn-bg-hover-color:  #305a8b;
    --second-btn-bg-color:  #cf2c27  ;
    --second-btn-bg-hover-color:  #e23b36;
    --third-btn-bg-color:  #ff9c00 ;
    --third-btn-bg-hover-color:  #faae32;
    --main-input-bg-color:  #9a9a9a;
    
    --main-border-color:  #5a5a5a;
    --dark-border-color:  #000000;
    --grad-hor-color:  linear-gradient(to right, #02edfd, #367cc6);

    --info-font-color:  #333333;
    --warn-font-color:  #e82d0c;
    --error-font-color:  #c84a31;
    --debug-font-color:  #03ca4e;
    
    --panel-mobile-bg-color:  #3c3e48;
    --sports-event-bg-color:  #28282e;
    --sports-title-bg-color:  #1c1c20;
    --sports-lg-bg-color:  #191919;
    --sports-lg-border-color:  #222733;
    --sports-market-bg-color:  #2e302d;
    --sports-bet-odd-color: #ffffff;
    --sports-bet-line-color: #199659;
    --sports-bet-bg-color:  linear-gradient(180deg,#2d353c,#222);
    --sports-bet-border-color:  #1c1c20;
    --sports-vs-bg-color:  linear-gradient(180deg,#2d353c,#222);
    --sports-vs-border-color:  #1c1c20;
    --sports-bet-over-color:  #00d5ff;
    --sports-bet-over-odds-color:  #000000;
    --sports-border-color:  #1c1c20;
    --sports-right-border-color:  #3a4768;
    --sports-rparam-on-color:  #091724;
    --sports-rparam-off-color:  #2b343b;
    --sports-bonus-bg-color:  #504528;
}
html {
    width: 100%;
    height: 100%;
    min-width: 320px;
	font-family: 'Noto Sans KR', dotum, gulim, Arial, sans-serif;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: var(--base-bg-color);
    font-family: inherit;
    font-size: 1.0em !important;
    overflow-y:auto;
}
::-webkit-scrollbar {
    width: 4px;
    height: 100%
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
    background-color: rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(50,50,50,0.8);
}
::-webkit-scrollbar-thumb:hover { 
	background-color: rgba(50,50,50,0.8);
}
body, h1, h2, h3, h4, h5, h6, input, button, textarea, select {
    font-family: inherit;
    font-size: 1.0em!important;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    margin: 0;
    padding: 0;
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
label, input, button, select, img {
    font-family: inherit;
    vertical-align: middle;
}
input, button {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
button {
    cursor: pointer;
    font-family: inherit;
}
input[type=text], input[type=password], input[type=submit], input[type=image], button {
    font-size: 1em;
    -webkit-appearance: none;
}
textarea, select {
    font-size: 1em;
    font-family: inherit;
}
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #d9dee9;
}
select {
    margin: 0;
    background: 0 0;
}
p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}
hr {
    display: none;
}
pre {
    overflow-x: scroll;
    font-size: 1.1em;
}
a {
    color: #000;
    text-decoration: none;
    outline: none!important;
}
a:link {
    text-decoration: none!important;
}
a:visited {
    text-decoration: none!important;
}
a:hover {
    color: #777;
    text-decoration: none!important;
}
ul, li, dl, dt, dd {
    list-style: none;
    padding: 0;
    margin: 0;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea:focus, input:focus {
    outline: none;
}
.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.text-wordwrap {
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
#hd_pop {
    z-index: 1000000;
    position: fixed;
    margin: 0 auto;
    width: 100%;
    height: 0;
}
#hd_pop h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden;
}
.hd_pops {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, .8);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, .5);
}
.hd_pops img {
    max-width: 100%;
    height: auto;
}
.hd_pops_con {
    background: #000;
}
.hd_pops_con .con_title {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 1.12em;
    font-weight: 700;
    color: rgba(255, 255, 255, .8);
    background: #9125ec;
    padding-left: 45px;
}
.hd_pops_con .con_title i {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 22px;
}
.hd_pops_con .con_main {
}
.hd_pops_footer {
    font-size: 12px;
    padding: 10px 0;
    color: #fff;
    text-align: left;
    background: linear-gradient(45deg, #323232, #000);
    padding: 10px;
    border-radius: 0 0 4px 4px;
}
.hd_pops_footer button {
    padding: 5px 10px;
    border: 0;
    color: #999;
    background: rgba(128, 128, 128, .2);
}
.hd_pops_reject {
    background: transparent!important;
    padding: 5px!important;
}
#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9001;
    min-width: 480px;
    background: var(--base-bg-color);
    height: 100px;
}
#header:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#hd_h1 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden;
}
.to_content a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#mobile-indicator {
    display: none;
}
#hd_wrapper_pc {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
    height: 66px;
}
#hd_wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: 66px;
    background: var(--header-bg-color);
}
#hd_wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#hd_wrapper .gnb_side_btn {
    float: left;
    display: inline-block;
    margin-top: 6px;
}
#hd_wrapper .gnb_side_btn a {
    display: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 2em;
    vertical-align: top;
    cursor: pointer;
    color: #fff;
}

.conle_header_mobile .tnb_login, 
.aside_mobile_user_inner .tnb_login {
    display: inline-block;
    width: 100%;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size: 1.2em;
	color:var(--main-brand-color);
	background:transparent;
	border:1px solid var(--main-brand-color);
    border-radius: 2px;
} 
.conle_header_mobile .tnb_register, 
.aside_mobile_user_inner .tnb_register {
    display: inline-block;
    width: 100%;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size: 1.2em;
	color:var(--main-brand-color);
	background:transparent;
	border:1px solid var(--main-brand-color);
    border-radius: 2px;
}
#logo {
    position: absolute;
    width: 240px;
    top: 1px;
    left: 10px;
    z-index: 19999;
}
#logo img {
    height: 52px;
}
#logo_mobile {
    display: none;
}
#header-top {
    display: block;
    text-align: center;
    height: 55px;
    background: var(--top-bg-color);
}
#header-menu {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
	border-top: 2px solid var(--main-brand-color) !important;
    border-bottom: 2px solid var(--main-brand-color) !important;
}
.navBox {
    position: relative;
    z-index: 9999;
    width: 100%;
    text-align:center;
    overflow: hidden;
    white-space: nowrap;
}
.navBox:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.navtop {
    position: relative;
    width: 100%;
    height: 40px;
    word-break: nowrap;
    white-space: nowrap;
    background: var(--base-bg-color);
}
.navtop ul.depth1 {
    display: block;
    width: 100%;
    z-index: 9990;
    margin: 0 auto;
    text-align: center;
    clear: both;
    zoom: 1;
}
.navtop ul.depth1:after {
    visibility: hidden;
    clear: both;
    content: "";
}
.navtop li.gnb_nav {
    position:relative;
    display:inline-block;
    width:130px;
    line-height:40px;
    margin:0 -2px;
    list-style: none;
}
.navtop .nav_1da {
	display:inline-block; 
    font-size: 1.5em;
    display: inline-block;
    color: var(--white-font-color);
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}
.navtop .nav_1da:hover {
    color: var(--main-brand-color);
}
.navtop .nav_1da.active {
    color: var(--main-brand-color);
}
.navBox .navKey {
    display: none;
    position: absolute;
    z-index: 10000;
    width: 90px;
    height: 45px;
    top: 0;
    right: 0px;
    background: #000;
}
.navBox .navKey .navKeyLeft, .navBox .navKey .navKeyRight {
    display: inline-block;
    width: calc(50% - 4px);
    height: 45px;
    line-height: 45px;
    font-family: fontAwesome;
    font-size: 1.8em;
    text-align: center;
    vertical-align: middle;
    color: #65656f;
    background: #26262b;
    border: 1px solid #2a3040;
    box-shadow: rgba(0, 0, 0, .35) 0 3px 4px, rgba(255, 255, 255, .22) 1px 1px 4px -2px inset;
    border-radius: 5px;
    cursor: pointer;
}
.navBox .navKey .navKeyLeft:before {
    content: "\f30a"
}
.navBox .navKey .navKeyRight:before {
    content: "\f30b"
}
.navBox .navKey .navKeyLeft:hover, .navBox .navKey .navKeyRight:hover {
    color: var(--main-brand-color);
    background: #2a3040;
}

.navSub {
	position: relative;
    width: 100%;
    height: 38px;
    word-break: nowrap;
    white-space: nowrap;
    color: var(--main-font-color);
    background: var(--main-bg-color)
}

.header_scroll_wrap {
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	margin:0 auto;
	text-align:center;
	background:var(--main-bg-color);
}
.header_scroll_wrap #header_scroll {
	width:100%;
    color: var(--white-font-color);
    font-size: 1.2em;
    font-weight: 600;
}
.header_info_wrap {
	position:relative;
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;
	font-size:1.2em;
	color:var(--second-font-color);
	text-align:center;
	background:var(--header-bottom-color);
}
.header_info_wrap .row {
    margin: 0! important;
    padding: 0! important;
}
.header_info_wrap i {color:var(--second-font-color);}
.header_info_wrap a {color:var(--second-font-color);}
.header_info_wrap .arm_on {
	top: 10px !important;
	right:6px !important;
}
.header_ct {
	position:absolute;
	top:0px;
	right:10px;
	font-size:1.3em;
	color:var(--main-font-color);
}

#ol_after_memo span {
    color: #a2180d!important;
}
.header_ct a.btn01 {
    display: inline-block;
    float: right;
    height: 16px!important;
    line-height: 16px!important;
    margin: 12px 0 0!important;
    padding: 0 10px!important;
    font-size: .9em;
    font-weight: 700;
    color: #fff;
    background: transparent!important;
    border-radius: 0!important;
    border: none!important;
    text-decoration: none;
    vertical-align: middle;
    outline: none!important;
}
.header_ct a.btn01:focus, .header_ct a.btn01:hover {
    color: #fa6200!important;
}
.header_right {
    position: absolute;
    top: 0;
    right: 5px;
    display: block;
}
.header_right ul {
}
.header_right li {
    display: inline-block;
    width: 80px;
    height: 70px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.header_right li i {
    display: block;
    font-size: 1.8em;
    margin: 0 auto;
}
.header_right li:hover {
    color: var(--main-brand-color);
}
#mobile_menu_open, #mobile_user_open {
    display: none;
    position: absolute;
    top: 5px;
    height: 40px;
    width: 50px;
    border: 0;
    color: var(--main-brand-color);
    background: transparent;
    font-size: 2.0em !important;
}
#mobile_menu_open {
    left: 10px!important;
}
#mobile_user_open {
    right: 10px!important;
}
#mobile_menu_open span, #mobile_user_open span {
	position: absolute;
    top: 30px;
	left: 5px;
    color: var(--main-brand-color);
    font-size: 0.8em !important;
}
#mobile_user_open span {
	left: 15px;
}
#aside_mobile_menu, #aside_mobile_user {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    color: var(--main-font-color);
}
.aside_mobile_menu_inner, .aside_mobile_user_inner {
    position: absolute;
    top: 0;
    z-index: 999999;
    width: 60%;
    height: 100%;
    padding: 0px 0px;
    overflow-y: auto;
    background: var(--second-bg-color);
}
.aside_mobile_menu_inner {
    left: 0;
}
.aside_mobile_user_inner {
    right: 0;
}
#aside_mobile_menu_close, #aside_mobile_user_close {
    position: fixed;
    display: none;
    top: 0;
    left: 60%;
    z-index: 999999;
    width: 40px;
    height: 40px;
    padding: 8px;
    overflow-y: auto;
    background: rgba(0, 0, 0, .7);
    border: 1px solid #000;
}
#aside_mobile_user_close {
    left: auto!important;
    right: 60%!important;
}
#aside_mobile_menu_close i, #aside_mobile_user_close i {
    font-size: 1.8em;
    color: rgba(255, 255, 255, .7);
}
.hd_div {
}
.hd_div #amenu_top {
	height:64px;
	margin-bottom:10px;
	padding:0px 0 -12px;
	background:var(--top-bg-color);
	border-bottom:4px solid var(--main-brand-color);
}
.hd_div #amenu_top img {
    width: auto;
    height:54px;
    margin:5px auto 0px;
}
.amenu_main {
    width: 100%;
    margin: 20px 0 10px;
    padding:0 15px;
}
.amenu_main img {
    width: 100%;
    height: auto;
}
.amenu_main ul {
    display: block;
    width: 100%;
    z-index: 9990;
    margin: 0 auto;
    padding: 0;
    clear: both;
    zoom: 1;
}
.amenu_main ul:after {
    visibility: hidden;
    clear: both;
    content: ""
}
.amenu_main li {
    position: relative;
    display: block;
    text-align: left;
}
.amenu_main li img {
	display: inline-block;
	width: 1.5rem;
    height: 1.5rem;
    margin-right:3px;
}
.amenu_main .nav_1da {
    display: inline-block;
    font-size: 1.4em;
    font-weight: 700;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding:0 20px;
    text-decoration: none;
	color:var(--main-brand-color);
	background:var(--black-font-color);
	border: 2px solid var(--main-brand-color);
    margin-bottom: 10px;
    border-radius:8px;
}
.amenu_main .nav_1da:hover {

}
.amenu_main .nav_1da.active {
	color: var(--black-font-color);
    background: var(--main-brand-color);
}

.amenu_main.user .nav_1da {
	padding-left:20px;
}
.amenu_main.user .nav_1da.logout {
	padding-left:0px !important;
	text-align:center !important;
	background: var(--main-brand-color) !important;
}
.amenu_main.user .nav_1da img { position:absolute; top:10px; left:30px; width:26px;height:auto; }

.amenu_main li div.nav_icon {
    float: left;
    width: 35px;
    height: 50px;
    line-height: 50px;
}
.mains-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.3em;
    line-height: 1.3em;
    vertical-align: middle;
    top: -2px;
    background-size: cover;
}
.mains-sm {
    width: 25px!important;
    height: 25px!important;
    display: inline-block!important;
    margin: 2px auto;
}
.mains-md {
    font-size: 1.6em !important;
    margin: 0 auto;
}
.mains-lg {
    font-size: 2em !important;
    margin: 0 auto;
}
.mains-icon:before {
    content: "\00a0";
}
.mi-withdraw:before {
    content: "\f651"!important;
    font-size: 1em;
    color: #fff;
    font-family: fontAwesome;
    font-style: normal;
}
.mi-deposit:before {
    content: "\f241"!important;
    font-size: 1em;
    color: #fff;
    font-family: fontAwesome;
    font-style: normal;
}
.mi-account:before {
    content: "\f059"!important;
    font-size: 1em;
    color: #fff;
    font-family: fontAwesome;
    font-style: normal;
}
.mi-query:before {
    content: "\f098"!important;
    font-size: 1em;
    color: #fff;
    font-family: fontAwesome;
    font-style: normal;
}
.mi-attendance:before {
    content: "\f46c"!important;
    font-size: 1em;
    color: #fff;
    font-family: fontAwesome;
    font-style: normal;
}
.mi-mypage:before {
    content: "\f2bd"!important;
    font-size: 1em;
    color: #fff;
    font-family: fontAwesome;
    font-style: normal;
}
.mi-result:before {
    content: "\f0ac"!important;
    font-size: 1em;
    color: #fff;
    font-family: fontAwesome;
    font-style: normal;
}
.mi-history:before {
    content: "\f002"!important;
    font-size: 1em;
    color: #fff;
    font-family: fontAwesome;
    font-style: normal;
}
.mi-sports {
    background-image: url(/img/icon/icon-soccer.png);
}
.mi-inplay {
    background-image: url(/img/icon/icon-basketball.png);
}
.mi-cart {
    background-image: url(/img/icon/icon-cart.png);
}
.mi-favorite {
    background-image: url(/img/icon/icon-favorite.png);
}
.mi-mini {
    background-image: url(/img/icon/icon_mini.png);
}
.mi-calendar {
    background-image: url(/img/icon/icon_calendar.png);
}
.mi-money {
    background-image: url(/img/icon/icon-money.png);
}
.mi-chart {
    background-image: url(/img/icon/icon-chart.png);
}
.mi-chat {
    background-image: url(/img/icon/icon-chat.png);
}
.mi-check {
    background-image: url(/img/icon/icon-check.png);
}
.mi-pen {
    background-image: url(/img/icon/icon-pen.png);
}

.sub-evo {
    background-image: url(/img/icon_sub/icon-evolution.png);
}
.sub-mg {
    background-image: url(/img/icon_sub/icon-mg.png);
}
.sub-pp {
    background-image: url(/img/icon_sub/icon-pp.png);
}
.sub-dg {
    background-image: url(/img/icon_sub/icon-dg.png);
}
.sub-ag {
    background-image: url(/img/icon_sub/icon-ag.png);
}
.sub-taishan {
    background-image: url(/img/icon_sub/icon-taishan.png);
}
.sub-wm {
    background-image: url(/img/icon_sub/icon-wm.png);
}
.sub-skywind {
    background-image: url(/img/icon_sub/icon-skywind.png);
}
.sub-betgames {
    background-image: url(/img/icon_sub/icon-betgames.png);
}
.sub-bota {
    background-image: url(/img/icon_sub/icon-bota.png);
}
.sub-haba {
    background-image: url(/img/icon_sub/icon-haba.png);
}
.sub-cq9 {
    background-image: url(/img/icon_sub/icon-cq9.png);
}
.sub-bng {
    background-image: url(/img/icon_sub/icon-bng.png);
}
.sub-redtiger {
    background-image: url(/img/icon_sub/icon-redtiger.png);
}
.sub-evoplay {
    background-image: url(/img/icon_sub/icon-evoplay.png);
}
.sub-playson {
    background-image: url(/img/icon_sub/icon-playson.png);
}
.sub-playstar {
    background-image: url(/img/icon_sub/icon-playstar.png);
}
.sub-wazdan {
    background-image: url(/img/icon_sub/icon-wazdan.png);
}
.sub-token {
    background-image: url(/img/icon_sub/icon-token.png);
}
.sub-bet365 {
    background-image: url(/img/icon_sub/icon-bet365.png);
}
.sub-ntry {
    background-image: url(/img/icon_sub/icon-ntry.png);
}
.sub-powerball {
    background-image: url(/img/icon_sub/icon-powerball.png);
}
.sub-powerball2 {
    background-image: url(/img/icon_sub/icon-powerball2.png);
}
.sub-card {
    background-image: url(/img/icon_sub/icon-card.png);
}
.sub-dice {
    background-image: url(/img/icon_sub/icon-dice.png);
}


#sidedrawer {
    position: relative;
    width: 298px;
    height: 100%;
    left: 0;
    margin: 100px 0 0;
    padding: 0 10px 7px 0px;
    float: left;
}
#sidedrawer.active {
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .26);
}
#sidedrawer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#sidedrawer_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#sidedrawer_short {
	display:none;
	position:fixed;
	top:100px;
	left:0px;
    width: 50px;
    height: 100%;
    text-align:center;
    background-color: #2e343a;
    border: 1px solid #111315;
    overflow: hidden;
    box-shadow: inset 0 0 10px #000;
    z-index:9000;
    cursor: pointer;
}
#sidedrawer_short #btn-toggledrawer {
	position: absolute;
	top:0px;
	left:0px;
    width: 50px;
    height: 100%;
    color:#fff;
}
#sidedrawer_short #btn-toggledrawer:before {
	font-family: fontAwesome;
	font-size:3.0em;
    content: "\f0c9";
}
#sidedrawer_short #btn-opendrawer {
	position:absolute;
	width:32px;
	height:260px;
	top:calc(50% - 180px);
	right:0;
	background-image: url(/img/button/sidedrawer-short.png);
    background-size: 100% 100%;
    float: right;
}
#sidedrawer_short.opened {
	left:290px;
	height:45px !important;
	border-radius:0px 5px 5px 0px !important;
}
#sidedrawer_short.opened #btn-toggledrawer:before {
	content: "\f100" !important;
}
#sidedrawer_short.opened #btn-opendrawer {
	display:none !important;
}

#gnb {
    border-bottom: 1px solid #e6eaef;
}
#gnb h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden;
}
#gnb .gnb_1dul {
    font-family: gothic_atitle1, sans-serif;
    font-weight: 800;
    font-size: 1.2em;
}
#gnb .gnb_1dli {
    width: 100%;
    position: relative;
    padding: 0;
}
#gnb .gnb_1da_on:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    border-left: 3px solid #ec5b5b;
}
#gnb .gnb_1da_on .gnb_2da:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    border-left: 3px solid #ec5b5b;
}
#gnb .gnb_1dli button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 40px;
    overflow: hidden;
    border: 0;
    background: url(../img/mobile/gnb_bg2.png) no-repeat center;
    text-indent: -9999px;
}
#gnb .gnb_1dli button.btn_gnb_cl {
    background: url(../img/mobile/gnb_bg.png) no-repeat center;
}
#gnb .gnb_1da {
    display: block;
    text-align: left;
    color: #1c1827;
    line-height: 45px;
    padding: 0 20px;
}
#gnb .gnb_1da:hover, #gnb .gnb_1da:hover i {
    color: #ec5b5b;
}
#gnb .gnb_1da i {
    color: #585e65;
}
#gnb .gnb_1da_on .gnb_2da:hover:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    border-left: 3px solid #ec5b5b;
}
#gnb .gnb_2dul {
    display: none;
}
#gnb .gnb_2da {
    position: relative;
    font-size: .85em;
    line-height: 28px;
    padding: 0 20px;
    padding-left: 40px;
    display: block;
}
#gnb .gnb_2dli:hover .gnb_2da {
}
#gnb .gnb_2dli {
}
#gnb_close {
    position: absolute;
    top: 0;
    left: 260px;
    height: 30px;
    width: 30px;
    margin: 0;
    font-size: 22px;
    border: 0;
    background: 0 0;
    color: #fff;
    overflow: hidden;
}
#gnb_empty {
    padding: 20px 0;
    color: #fff;
    text-align: center;
    line-height: 2em;
}
#gnb_empty a {
    display: inline;
    text-decoration: underline;
}
#content-wrapper {
    min-height: 100%;
    overflow-x: hidden;
    margin:0;
    padding:0;
    box-sizing: border-box;
}
#wrapper {
    min-height: 100%;
    margin:0;
    padding:0;
    clear: both;
}
#wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#container {
    position: relative;
    width: 100%;
    min-height: 1000px;
    margin: 100px 0 0 0;
    padding: 0;
    float: right;
}
#container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#container_title {
    font-size: 1.5em !important;
    font-weight: 450;
    height: 40px !important;
    line-height: 38px !important;
    text-align: left;
    margin: 10px 0 0 !important;
    padding-left:10px;
    color: var(--black-font-color);
    background: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
    border-radius: 5px;
    text-decoration: none;
    text-transform: capitalize;
}
#container .conle {
	position: relative;
    width: calc(100% - 320px);
    height: 100vh;
    float: left;
    display: relative;
}
#container .conle .conle_inner {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 50px;
}
#container .conle .conle_inner .conle_content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0px 10px;
    background: var(--second-bg-color);
}
#container .conri {
    position: relative;
    width: 320px;
    float: right;
    height: 100vh;
    margin: 0;
    padding: 0 0 10px 10px;
    text-align: left;
}
#container .conri .conri_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#container .conri .side_cs {
    width: 100%;
    min-width: 300px;
    height: 400px;
    background: url(/img/bg_side_cs.jpg) no-repeat center;
    margin-bottom: 10px;
    border-radius: 5px;
    z-index: 99999;
}
.side_banner {
    width: 300px;
    height: 420px;
    text-align: center;
    margin-top: 0px;
    padding: 5px 0 5px;
    border-radius: 0px;
}
.side_banner img {
    width: 300px;
    height: auto;
    margin-bottom: 10px;
}
.conle_header_mobile {
	display:none;
	width:100%;
	max-width:100%;
	margin-top:0px;
	margin-bottom:10px;
	padding:0 10px;
}
.conle_header_mobile div { margin:0; padding:0; }
.conle_header_mobile .item { padding-left:4px; padding-right:4px; }
.conle_header_mobile .scroll_msg {
	position:relative;
	display:block;
	width:100%;	
	max-width:100%;
	height:24px;
	line-height:25px;
	padding:0 10px 0 30px;
	font-size:1.3em;
	color:var(--second-brand-color);
}
.conle_header_mobile .scroll_msg p { color:var(--main-brand-color); }
.conle_header_mobile .scroll_msg:before { 
	position:absolute;
	top:6px;
	left:6px;
	font-family: fontAwesome; content: "\f028";
}
.conle_idx_top {
	padding:0px 0 0px;
}
.conle_idx_top:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.conle_lt {
    position: relative;
    float: left;
    width: 50%;
    padding: 20px;
}
.conle_lt_even {
    border-left: 0;
}
.conle_bt_lt {
    border-top: 0;
}
.conle_lt div {
    display: inline-block;
    float: left;
    width: 50%;
    height: 250px;
    padding: 0;
}
.conle_lt .main_button {
    font-size: 1.4em;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    padding-top: 115px;
    text-align: center;
    text-shadow: 2px 2px 2px #000;
    cursor: pointer;
}
.conle_idx_casino_top {
    width: 100%;
    height: 46px;
    margin: 3px 0 0;
    font-size:1.2em;
    color: var(--black-font-color);
    background: var(--main-bg-color);
}
.conle_idx_casino_top .bottom_title_left {
	display: inline-block;
	width: 45%;
    text-align: left;
    height: 46px;
    line-height: 44px;
    margin-left:15px;
    font-size:1.2em;
    font-weight: 700;
}
.conle_idx_casino_top .bottom_title_right {
    display: inline-block;
    width: 45%;
    float: right;
    text-align: right;
    height: 46px;
    line-height: 42px;
    margin-right:15px;
}
.conle_idx_casino_top .bottom_title_left .wrap_casinomoney {
    display: inline-block;
    text-align: right;
}
.conle_idx_casino_top .bottom_title_left .main_casino_get_balance {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    color: var(--main-brand-color);
    background: var(--black-font-color);
    border: 1px solid var(--main-brand-color);
    border-radius:4px;
    cursor: pointer;
}
.conle_idx_casino_top .bottom_title_left .main_casino_get_balance:hover {
	color: var(--black-font-color);
    background: var(--main-brand-color);
}
.conle_idx_casino_top .bottom_title_right .frm_input {
	height: 30px;
    line-height: 28px;
    text-align: right;
    color: #fff;
    background: var(--main-input-bg-color);
    border:none;
}

.conle_idx_casino_head {
    width: 100%;
    height: 150px;
    margin: 8px 0 0;
    padding: 20px;
    background-image: url(/img/casino/bg-casino.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 0px;
}
.conle_idx_casino_head.slot { background-image: url(/img/casino/bg-slot.png) !important; }

.conle_idx_bottom {
    width: 100%;
    margin: 5px 0 0px !important;
    padding: 0 5px !important;
}
.conle_idx_bottom .row {
    margin: 0! important;
    padding: 0! important;
}
.conle_idx_bottom .bottom_title {
    font-size: 1.2em;
    font-weight: 700;
    padding: 12px 20px;
    line-height: 20px;
    color: #fff;
    background: #171717;
    text-align: left;
    margin: 10px 0;
    border-radius: 8px;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: inset 0 -3px 2px rgba(0, 0, 0, .8), inset 0 3px 2px #5d5d5d;
}
.conle_idx_bottom .bottom_title span {
    margin-left: 20px;
    color: #555;
}
.conle_idx_bottom .mainbtn-bottom {
    margin:0 0 5px;
    padding: 0 5px;
    background:var(--main-btn-bg-color);
    background-clip: text;
}
.conle_idx_bottom .mainbtn-large {
    margin:0 0 10px;
    padding: 0 5px;
}
.conle_idx_bottom .mainbtn-bottom .btn,
.conle_idx_bottom .mainbtn-bottom-s .btn, 
.conle_idx_bottom .mainbtn-bottom-ss .btn, 
.conle_idx_bottom .mainbtn-bottom-s .btn,
.conle_idx_bottom .mainbtn-large .btn,
.conle_idx_bottom .mainbtn-mobile-m .btn {
    width: calc(100%);
    min-height: 240px;
    margin-bottom: 0px;
    background-color:var(--main-btn-bg-color);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.conle_idx_bottom .mainbtn-bottom .btn {
	position: relative;
    cursor: pointer;
}
.conle_idx_bottom .mainbtn-bottom-s .btn {
    min-height: 230px !important;
    margin-bottom: 10px;
    border-radius: 0px;
    cursor: pointer;
}
.conle_idx_bottom .mainbtn-bottom-ss .btn {
    min-height: 160px !important;
    margin-bottom: 46px!important;
}
.conle_idx_bottom .mainbtn-large .btn {
    min-height: 300px !important;
    cursor: pointer;
}
.conle_idx_bottom .mainbtn-bottom span {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    font-size: 1.5em;
    font-weight: normal;
    color: #999;
    background: var(--base-bg-color);
    z-index: 10;
    cursor: pointer;
}
.conle_idx_bottom .mainbtn-bottom-s span, 
.conle_idx_bottom .mainbtn-bottom-ss span {
    display: none;
    position: absolute;
    width: 100px;
    top: calc(50% - 20px);
    left: calc(50% - 50px);
    padding: 5px 10px;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 20 , 40, 0.75);
    z-index: 10;
    cursor: pointer;
}
.conle_idx_bottom .mainbtn-bottom-s.prepare {
}
.conle_idx_bottom .mainbtn-bottom-s .title {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}
.conle_idx_bottom .mainbtn-bottom-s h3 {
    position: relative;
    font-size: 1.6em !important;
    font-weight: bold;
    color: var(--main-brand-color);
    text-align: left;
    margin: 26px 10px 20px;
    z-index: 10;
}
.conle_idx_bottom .mainbtn-bottom-s h3 strong {
    display: block;
    margin-top:12px;
    font-size: 0.80em;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
.conle_idx_bottom .mainbtn-bottom .btn div {
	position: absolute;
	width:100%;
	height:36px;
	line-height:36px;
	bottom:65px;
	left:0;
    font-size: 2.5em !important;
    font-weight: bold;
	background: linear-gradient(#fbf8cd, #fbfd6c 25%, #fff76c 50%, #e97d1a 75%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-stroke:1px #ba5e01;
}

/*
.conle_idx_bottom .mainbtn-bottom:nth-child(1) .btn div::before { content: "LIVE SPORTS"; }
.conle_idx_bottom .mainbtn-bottom:nth-child(2) .btn div::before { content: "SPORTS"; }
.conle_idx_bottom .mainbtn-bottom:nth-child(3) .btn div::before { content: "CROSS"; }
.conle_idx_bottom .mainbtn-bottom:nth-child(4) .btn div::before { content: "LIVE CASINO"; }
.conle_idx_bottom .mainbtn-bottom:nth-child(5) .btn div::before { content: "SLOT GAME"; }
.conle_idx_bottom .mainbtn-bottom:nth-child(6) .btn div::before { content: "EVENT"; }
*/
.conle_idx_bottom .mainbtn-bottom:nth-child(1) .btn div::before { content: "인플레이"; }
.conle_idx_bottom .mainbtn-bottom:nth-child(2) .btn div::before { content: "해외배당"; }
.conle_idx_bottom .mainbtn-bottom:nth-child(3) .btn div::before { content: "크로스"; }
.conle_idx_bottom .mainbtn-bottom:nth-child(4) .btn div::before { content: "카지노"; }
.conle_idx_bottom .mainbtn-bottom:nth-child(5) .btn div::before { content: "슬롯"; }
.conle_idx_bottom .mainbtn-bottom:nth-child(6) .btn div::before { content: "미니게임"; }

.conle_idx_bottom .mainbtn-bottom .btn:hover div {
	font-weight:900;
	color:var(--fourth-brand-color);
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fcf2c5, 0 0 30px #fcf2c5, 0 0 40px #fcf2c5, 0 0 55px #fcf2c5, 0 0 75px #fcf2c5;
}
.conle_idx_bottom .mainbtn-bottom .btn:hover div::before { content: "PLAY NOW"; }


.conle_idx_bottom .mainbtn-bottom:hover .btn {
	filter:drop-shadow(0 0 20px var(--main-brand-color));
}
.conle_idx_bottom .mainbtn-bottom:hover span {
	color: var(--second-font-color);
    background:var(--main-brand-color);
}


.conle_idx_bottom .mainbtn-bottom-s:hover span {
    display: inline;
}
.conle_idx_bottom .mainbtn-bottom-s {
    margin: 0 !important;
    padding: 4px 8px !important;
    border-radius: 5px !important;
}

.conle_idx_bottom .mainbtn-bottom .main-inplay {
    background: url(/img/main/main-inplay.png?) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-prematch {
    background: url(/img/main/main-sports.png?) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-cross {
    background: url(/img/main/main-cross.png?) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-special {
    background: url(/img/main/main-special.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-casino {
    background: url(/img/main/main-casino.png?) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-slot {
    background: url(/img/main/main-slot.png?) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-event {
    background: url(/img/main/main-event.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-game {
    background: url(/img/main/main-game.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-token {
    background: url(/img/main/main_token.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-virtual {
    background: url(/img/main/main_virtual.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-powerball {
    background: url(/img/main/main_powerball.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-ntry {
    background: url(/img/main/main_ntry.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-bottom .main-ready {
    background: url(/img/main/main_ready.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-large .large-tv {
    background: url(/img/main/main_large_tv.png) no-repeat;
    background-position: center center;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-large .large-domain {
    background: url(/img/main/main_large_domain.png) no-repeat;
    background-position: center center;
    background-size: cover;
}
.conle_idx_bottom .mainbtn-large .large-chat {
    background: url(/img/main/main_large_chat.png?) no-repeat;
    background-position: center center;
    background-size: cover;
}

.conle_idx_bottom .mainbtn-mobile-m span {
	position: absolute;
	width:100%;
	height:18px;
	line-height:18px;
	bottom:0px;
	left:0;
    font-size: 1.4em !important;
    color: #fff;
    text-align:centerl
}
.conle_idx_bottom .mainbtn-mobile-m {
	margin: 10px 0 5px !important;
    padding: 0px 15px 10px !important;
}
.conle_idx_bottom .mainbtn-mobile-m .btn {
	margin: 0px !important;
    padding: 0px !important;
    min-height: 80px !important;
    border-radius: 0px;
    cursor: pointer;
    background-size: contain !important;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-inplay {
    background: url(/img/main_mobile/inplay.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-sports {
    background: url(/img/main_mobile/sports.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-cross {
    background: url(/img/main_mobile/cross.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-esports {
    background: url(/img/main_mobile/esports.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-special {
    background: url(/img/main_mobile/special.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-casino {
    background: url(/img/main_mobile/casino.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-skypark {
    background: url(/img/main_mobile/skypark.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-token {
    background: url(/img/main_mobile/token.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-virtual {
    background: url(/img/main_mobile/virtual.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-donghang {
    background: url(/img/main_mobile/donghang.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-ntry {
    background: url(/img/main_mobile/ntry.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-board {
    background: url(/img/main_mobile/board.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-result {
    background: url(/img/main_mobile/result.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-input {
    background: url(/img/main_mobile/input.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-output {
    background: url(/img/main_mobile/output.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-qa {
    background: url(/img/main_mobile/qa.png) no-repeat;
}
.conle_idx_bottom .mainbtn-mobile-m .btn-history {
    background: url(/img/main_mobile/history.png) no-repeat;
}

.conle_idx_bottom .mainbtn-bottom-s .livecasino-evo {
    background-image: url(/img/main/livecasino_evo.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-micro {
    background-image: url(/img/main/livecasino_micro.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-ag {
    background-image: url(/img/main/livecasino_ag.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-vivo {
    background-image: url(/img/main/livecasino_vivo.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-taisan {
    background-image: url(/img/main/livecasino_taisan.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-allbet {
    background-image: url(/img/main/livecasino_allbet.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-og {
    background-image: url(/img/main/livecasino_og.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-dream {
    background-image: url(/img/main/livecasino_dg.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-pp {
    background-image: url(/img/main/livecasino_pp.png?);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-ae {
    background-image: url(/img/main/livecasino_ae.png?);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-ezugi {
    background-image: url(/img/main/livecasino_ezugi.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-bbin {
    background-image: url(/img/main/livecasino_bbin.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-skywind {
    background-image: url(/img/main/livecasino_skywind.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-betgames {
    background-image: url(/img/main/livecasino_betgames.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-bota {
    background-image: url(/img/main/livecasino_bota.png);
}
.conle_idx_bottom .mainbtn-bottom-s .livecasino-wm {
    background-image: url(/img/main/livecasino_wm.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-keno-dh {
    background-image: url(/img/main/mini_keno.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-pball {
    background-image: url(/img/main/mini_powerball.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-pladder {
    background-image: url(/img/main/mini_pladder.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-keno {
    background-image: url(/img/main/mini_keno_ntry.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-kladder {
    background-image: url(/img/main/mini_kladder.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-vhound {
    background-image: url(/img/main/mini_greyhound.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-vsoccer {
    background-image: url(/img/main/mini_vsoccer.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-vbasketball {
    background-image: url(/img/main/mini_vbasketball.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-vbaseball {
    background-image: url(/img/main/mini_vbaseball.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-vhorse {
    background-image: url(/img/main/mini_vhorse.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-eos1 {
    background-image: url(/img/main/mini_eospowerball_1.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-eos3 {
    background-image: url(/img/main/mini_eospowerball_3.png);
}
.conle_idx_bottom .mainbtn-bottom-s .minigame-eos5 {
    background-image: url(/img/main/mini_eospowerball_5.png);
}

.conle_idx_bottom .mainbtn-bottom-s .token-roulette {
    background-image: url(/img/main/token_roulette.png);
}
.conle_idx_bottom .mainbtn-bottom-s .token-horse {
    background-image: url(/img/main/token_horse.png);
}
.conle_idx_bottom .mainbtn-bottom-s .token-wheel {
    background-image: url(/img/main/token_wheel.png);
}
.conle_idx_bottom .mainbtn-bottom-s .token-baccarat {
    background-image: url(/img/main/token_baccarat.png);
}
.conle_idx_bottom .mainbtn-bottom-s .token-hilo {
    background-image: url(/img/main/token_hilo.png);
}
.conle_idx_bottom .mainbtn-bottom-s .token-snail {
    background-image: url(/img/main/token_snail3.png);
}
.conle_idx_bottom .mainbtn-bottom-s .token-snail4 {
    background-image: url(/img/main/token_snail4.png);
}
.conle_idx_bottom .mainbtn-bottom-s .token-keno {
    background-image: url(/img/main/token_keno.png);
}
.conle_idx_bottom .mainbtn-bottom-s .token-graph {
    background-image: url(/img/main/token_graph.png);
}
.conle_idx_bottom .mainbtn-bottom-s .token-powerball {
    background-image: url(/img/main/token_powerball.png);
}
.conle_idx_bottom .mainbtn-bottom-s .sky-odd {
    background-image: url(/img/main/mini_sky_oddeven.png);
}
.conle_idx_bottom .mainbtn-bottom-s .sky-baccara {
    background-image: url(/img/main/mini_sky_baccara.png);
}
.conle_idx_bottom .mainbtn-bottom-s .sky-baccara2 {
    background-image: url(/img/main/mini_sky_baccara2.png);
}
.conle_idx_bottom .mainbtn-bottom-s .sky-sbaccara {
    background-image: url(/img/main/mini_sky_sbaccara.png);
}
.conle_idx_bottom .mainbtn-bottom-s .sky-sbaccara2 {
    background-image: url(/img/main/mini_sky_sbaccara2.png);
}
.conle_idx_bottom .mainbtn-bottom-s .sky-dragon {
    background-image: url(/img/main/mini_sky_dragontiger.png);
}
.conle_idx_bottom .mainbtn-bottom-s .sky-dice {
    background-image: url(/img/main/mini_sky_dice.png);
}
.conle_idx_bottom .mainbtn-bottom-ss .slot_title, .conle_idx_bottom .mainbtn-bottom-ss .slot_maker {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 24px;
    color: #ccc;
    text-align: center;
    font-size: 1.1em;
}
.conle_idx_bottom .mainbtn-bottom-ss .slot_maker {
    font-size: 1em!important;
    color: #777!important;
    bottom: 6px!important;
}
.conle_idx_bottom .main-summary {
    width: calc(50% - 5px);
    margin: 0 !important;
    padding: 0 0 0px!important;
    color: var(--white-font-color);
    background: var(--third-bg-color);
    border-radius: 0px;
}
.conle_idx_bottom .main-summary .main-summary-title {
    margin: 0;
    padding: 0;
    text-align: left;
}
.conle_idx_bottom .main-summary .main-summary-title-inner {
    position: relative;
    height: 36px;
    margin-bottom: 0px;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 36px;
	margin:0;
    padding: 0 10px;
    background: var(--top-bg-color);
    border: 1px solid var(--top-bg-color);
    border-radius: 0px;
}
.conle_idx_bottom .main-summary .main-summary-title-inner i {color:var(--main-brand-color);}
.conle_idx_bottom .main-summary .main-summary-title-inner button {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 80px;
    height: 24px;
    line-height: 22px;
    font-size: 0.95em !important;
    font-weight: normal;
    color:var(--main-brand-color);
    background:transparent;
    border:none;
}
.conle_idx_bottom .main-summary .ENG_NAME {
    color: var(--main-brand-color);
}
.conle_idx_bottom .main-summary .summary-prematch, 
.conle_idx_bottom .main-summary .summary-inplay {
    display: block;
    height: 320px!important;
    min-height: 320px!important;
    margin: 0;
    padding: 0 0;
    background: var(--sports-bg-color);
    overflow:hidden !important;
}
.conle_idx_bottom .more-games {
    color: rgba(180, 180, 180, .8);
    background: rgba(50, 50, 50, .5);
    border: 2px solid rgba(80, 80, 80, .4);
    border-radius: 4px;
    margin: 30px auto 0;
    padding: 10px 0;
    cursor: pointer;
}
.conle_idx_bottom .more-games:hover {
    color: rgba(180, 180, 180, .9);
    border: 2px solid rgba(80, 80, 80, .9);
}
.conle_idx_tail {
    width: 100%;
    margin:100px 0 20px;
    padding: 0;
    text-align:center;
}
.conle_idx_tail img {width:100%;max-width:1200px;margin:0 auto 20px;}
.main_banner {
	margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
}
.lt_banner {
    width: 100%;
    margin: 0;
    padding: 0;
}
.lt_summary {
    width: 100%;
    cursor: pointer;
}
.shortcut {
    padding: 10px 0;
}
.shortcut:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
.shortcut>li {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    background: #fff;
}
.shortcut>li>a {
    display: block;
    padding: 15px 20px;
    text-align: left;
    color: #080808;
}
.shortcut>li>a:hover, .shortcut>li>a:hover i {
    color: #ec5b5b;
}
.shortcut>li>a>i {
    color: #6e7479;
}
#gnb .swiper-slide {
    width: auto;
}
#gnb_all {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99999;
}
#gnb_all .gnb_al_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
#gnb_all .gnb_al_ul {
    background: #fff;
    border: 1px solid #1cc48f;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
#gnb_all .gnb_al_li {
    float: left;
    width: 16.6%;
    min-height: 200px;
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #f6f7f9;
}
#gnb_all .gnb_al_li:nth-child(6n) {
    width: 17%;
    border-right: 0;
}
#gnb_all .gnb_al_li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
#gnb_all .gnb_al_li .gnb_al_a {
    font-size: 1.2em;
    padding: 10px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    color: #3f4156;
}
#gnb_all .gnb_al_li li {
    padding-left: 10px;
    line-height: 2em;
}
#gnb_all .gnb_al_li li i {
    color: #9ca6cc;
}
#gnb_all .gnb_al_li li a {
    color: #555;
}
.gnb_close_btn {
    position: absolute;
    top: -50px;
    left: 0;
    width: 50px;
    height: 51px;
    background: #fff;
    color: #0b0b0b;
    vertical-align: top;
    font-size: 22px;
    border: 1px solid #1cc48f;
    border-bottom: 0;
}
#text_size {
    display: block;
    margin: 0 10px 20px;
    padding: 10px 20px;
    background: #1cc48f;
    text-align: center;
}
#text_size h2 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#text_size button {
    display: inline-block;
    height: 35px;
    width: 35px;
    margin: 0 2px;
    text-indent: -9999px;
    border-radius: 30px;
    border: 0;
}
#text_size #size_down {
    background: url(../img/fct_small.png) #59d0aa center no-repeat;
    background-size: auto 20px;
}
#text_size #size_def {
    background: url(../img/fct_basic.png) #59d0aa center no-repeat;
    background-size: auto 20px;
}
#text_size #size_up {
    background: url(../img/fct_large.png) #59d0aa center no-repeat;
    background-size: auto 20px;
}
#text_size #size_down.ft_status, #text_size #size_def.ft_status, #text_size #size_up.ft_status {
    background-color: #fff;
}
.ts_down2 {
    font-size: .67em!important;
}
.ts_down1 {
    font-size: .83em!important;
}
.ts_def {
    font-size: 1em!important;
}
.ts_up1 {
    font-size: 1.167em!important;
}
.ts_up2 {
    font-size: 1.3em!important;
}
#m_side_gnb {
    display: none;
}
#footer {
    box-sizing: border-box;
}
#right_side {
    display: none;
}
#right_side:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
#right_side.active {
    padding-right: -200px;
}
#right_side.active #sidebar-wrapper {
    right: 0;
}
#right_side_inner {
    transition: all .4s ease 0s;
    height: 100%}
#right_side_inner:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
#sidebar-wrapper {
    position: fixed;
    top: 50px;
    right: -200px;
    width: 260px;
    height: 100%;
    z-index: 999;
    transition: all .4s ease 0s;
}
#shorcut {
    float: left;
    width: 60px;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    background: #fff;
}
#shorcut .sidebar_btn {
    display: block;
    text-decoration: none;
    width: 58px;
    margin-bottom: 60px;
    padding: 20px 10px;
    font-size: 1.6em;
    background: #fff;
    border: 0;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
    color: #7f7f83;
}
#sidebar {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar li {
    position: relative;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
}
#sidebar li a {
    display: block;
    text-decoration: none;
    color: #8facac;
    font-size: .97em;
}
#sidebar li a:active, #sidebar li a:focus {
    text-decoration: none;
}
#sidebar li i {
    display: block;
    width: 35px;
    height: 35px;
    background: #f6f6e9;
    border-radius: 50%;
    color: #4fbeb5;
    text-align: center;
    line-height: 35px;
    font-size: 1.4em;
}
#sidebar li .arm_on, #sidebar li .visit_num {
    position: absolute;
    top: 30px;
    right: 15px;
    text-align: right;
    background: #e7432e;
    display: inline-block;
    color: #fff;
    line-height: 10px;
    padding: 2px 5px;
    font-size: .8em;
    border-radius: 30px;
}
#side_tab {
    float: left;
    width: 200px;
    height: 100%;
    background: #f1f5f9;
}
#m_sch, #tnb .sch_more {
    display: none;
}
.top {
    position: relative;
}
.btn_top li {
    display: inline-block;
}
.btn_top a, .btn_top .btn_submit {
}
.btn_top .btn_cancel {
    border: 1px solid #d4d5e0;
    color: #666;
    line-height: 28px;
    background: #fff;
}
.fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}
.fixed_bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    background:var(--second-brand-color);
}
#container_title.fixed {
    width: 100%;
}
.m_side_ct {
    display: none;
}
.gnb_mobile {
    display: none;
}
#footer {
    clear: both;
    min-height: 120px;
    padding: 100px 10px 10px;
}
#footer h1 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#footer p {
    margin: 0;
    padding: 10px 0;
    line-height: 1.8em;
}
#ft_link {
    text-align: center;
    margin-bottom: 10px;
}
#ft_link a {
    display: inline-block;
    color: #fff;
    line-height: 1em;
}
#ft_link span {
    display: inline-block;
    color: #d6bb8e;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 5px;
}
#ft_copy {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 800px;
    line-height: 1.4em;
    text-align: center;
    color: #a9a8a8;
}
#ft_copy #ft_company {
    text-align: left;
}
#ft_copy #ft_company a {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #d9dee9;
    line-height: 1em;
    color: #000;
    font-weight: 700;
}
#ft_copy #ft_company a:first-child {
    border: 0;
    margin-left: 0;
    padding-left: 0;
}
#ft_copy b {
    color: inherit;
}
#ft_copy a {
    color: #15b0ff;
    text-decoration: none;
}
#top_btn {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: rgba(255, 255, 255, .8);
    background: rgba(53, 105, 165, .7);
    text-align: center;
    font-size: 15px;
    z-index: 99;
    border-radius: 50%;
    border: 0 !important;
    outline: 0 !important;
}
#device_change {
    display: block;
    line-height: 40px;
    border: 1px solid #3a3a3a;
    border-radius: 2em;
    color: #777;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
}
#copymove {
}
.copymove_current {
    float: right;
    color: #ff3061;
}
.copymove_currentbg {
    background: #f4f4f4;
}
#copymove .tbl_head01 {
    margin-top: 10px;
}
#copymove td {
    background: #fff;
}
#copymove .win_btn {
    margin: 10px;
}
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
.msg_sound_only, .sound_only {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    font-size: 0!important;
    line-height: 0!important;
    overflow: hidden;
}
.img_fix {
    width: 100%;
    height: auto;
}
#captcha {
    position: relative;
    margin-top: 10px;
}
#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
#captcha #captcha_img {
    height: 40px;
    border: 1px solid #898989;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
#captcha #captcha_mp3 {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: 0 0;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(../../../img/captcha2.png) no-repeat;
    text-indent: -999px;
    border-radius: 3px;
}
#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: 0 0;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url(../../../img/captcha2.png) no-repeat 0 -40px;
    text-indent: -999px;
    border-radius: 3px;
}
#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
}
#captcha #captcha_info {
    display: block;
    margin: 3px 0 5px;
    font-size: .95em;
    letter-spacing: -.1em;
    color: #9f9f9f;
}
#captcha.m_captcha audio {
    display: block;
    margin: 0 0 5px;
}
#captcha.recaptcha {
    width: 213px;
    height: 55px;
    overflow: hidden;
}
#rc-imageselect, .g-recaptcha {
    transform: scale(.7);
    -webkit-transform: scale(.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
#bo_v_con ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
#bo_v_con ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
#bo_v_con li {
    display: list-item;
}
.cke_sc {
    text-align: right;
}
.btn_cke_sc {
    background: #333;
    color: #fff;
    padding: 5px;
    border: none;
}
.cke_sc_def {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center;
}
.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1;
}
.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
.cke_sc_def dt, .cke_sc_def dd {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9;
}
.cke_sc_def dt {
    width: 50%;
    font-weight: 700;
}
.cke_sc_def dd {
    width: 50%}
.btn_cke_sc_close {
    background: #333;
    padding: 5px;
    border: none;
    color: #fff;
}
.btn {
    display: inline-block;
    font-size: .95em;
    font-weight: 700;
    padding: 0 12px!important;
    height: 32px!important;
    line-height: 32px!important;
    outline: none!important;
    border-radius: 6px!important;
}
a.btn01 {
    display: inline-block;
    color: #fff;
    background: #111;
    border: 2px solid #fa6200;
    text-decoration: none;
    vertical-align: middle;
}
a.btn01:focus, a.btn01:hover {
    color: #fff;
}
button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
}
a.btn02 {
    display: inline-block;
    border: 1px solid #439539;
    background: #439539;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
a.btn02:focus, .btn02:hover {
    color: #439539;
    background: #fff;
    text-decoration: none;
}
button.btn02 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
}
.btn_confirm {
}
.btn_submit {
}
.full_btn_submit {
    width: 100%;
    height: 40px;
    line-height: 35px;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #2aba8a;
    background: #2aba8a;
}
a.btn_cancel {
    display: inline-block;
    background: #fff;
    color: #656565;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 700;
    text-decoration: none;
    vertical-align: bottom;
}
button.btn_cancel {
    display: inline-block;
    background: #969696;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
a.btn_frmline, button.btn_frmline {
    display: inline-block;
    padding: 0 5px;
    height: 40px;
    border: 0;
    background: linear-gradient(#fff, #ecf1f3);
    border: 1px solid #c7d2d8;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
}
a.btn_frmline {
}
button.btn_frmline {
    font-size: 1em;
}
a.btn_b01, .btn_b01 {
    font-size: 1em!important;
    color: #c8c8c7;
    background: #2d2e35;
    border: 1px solid #434347;
    border-radius: 5px;
    transition: 200ms all;
    box-shadow: rgba(0, 0, 0, .35) 0 3px 4px, rgba(255, 255, 255, .22) 1px 1px 4px -2px inset;
}
.btn_b01:hover, .btn_b01:hover {
    color: #fff;
}
a.btn_b02, .btn_b02 {
    font-size: 1em!important;
    color: #fff;
    background: #777;
    border: 1px solid #777;
}
a.btn_b02:hover, .btn_b02:hover {
    color: #fff;
}
a.btn_b03, .btn_b03 {
    font-size: 1em!important;
    color: #fff;
    background: #cb0101;
    border: 1px solid #cb0101;
}
a.btn_b03:hover, .btn_b03:hover {
    color: #fff;
}
a.btn_b04, .btn_b04 {
    font-size: 1em!important;
    background: #fff;
    border: 0;
    color: #707070;
}
a.btn_b04:hover, .btn_b04:hover {
    color: #333;
}
a.btn_admin, .btn_admin {
    background: #f63e54;
    border: 1px solid #ea283f;
    color: #fff;
}
.btn_admin:hover, a.btn_admin:hover {
    background: #ff3746;
}
a.btn_b01, .btn_b01, a.btn_b02, .btn_b02, a.btn_b03, .btn_b03, a.btn_b04, .btn_b04, a.btn_admin, .btn_admin {
    display: inline-block;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 1em;
    height: 37px;
    line-height: 34px;
    text-decoration: none;
    vertical-align: middle;
}
a.btn_b04, .btn_b04 {
    padding: 0 10px;
}
.btn_money, .btn_money_2, .btn_money_3, .btn_deposit, .btn_withdraw {
    color: #fff;
    font-size: 1.0em !important;
    width: 100px;
    height: 34px;
    background: #222227;
    border: 1px solid #3e3e43;
    border-radius: 0px !important;
    outline: none;
}
.btn_money_2 {
    background: #500;
    border: 1px solid #8e0101;
}
.btn_money_3 {
    background: #29002d;
    border: 1px solid #45004c;
}
.btn_money:hover {
    color: #fff;
    background: #3f404b;
}
.btn_money_2:hover {
    color: #fff;
    background: #8e0101;
}
.btn_money_3:hover {
    color: #fff;
    background: #45004c;
}
.btn_deposit, .btn_withdraw {
    width: 120px!important;
    height: 32px!important;
    line-height: 32px!important;
    color: var(--main-brand-color);
    background: var(--black-font-color);
    border: 1px solid var(--main-brand-color);
    border-radius: 4px !important;
}
.btn_deposit:hover, .btn_withdraw:hover {
	color: var(--black-font-color);
    background: var(--main-brand-color);
}
.tbl_wrap {
    margin: 0 10px 10px;
}
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    border: 1px solid #d9dee9;
}
.tbl_wrap caption {
    padding: 10px 0;
    color: #4b8b99;
    font-weight: 700;
    text-align: left;
}
.tbl_head01 {
}
.tbl_head01 caption {
    padding: 0 0 10px;
    color: #777;
    text-align: left;
}
.tbl_head01 thead th {
    padding: 10px 0;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #d9dee9;
    background: #fff;
}
.tbl_head01 thead a {
    color: #383838;
}
.tbl_head01 thead th input {
    vertical-align: top;
}
.tbl_head01 tfoot th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background: #484848;
    color: #fff;
}
.tbl_head01 tfoot td {
    border-color: #e3e3e5;
    background: #484848;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.tbl_head01 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.tbl_head01 td {
    padding: 10px;
    line-height: 1.4em;
    border-bottom: 1px solid #d9dee9;
    background: #fff;
    color: #666;
    word-break: break-all;
}
.tbl_head01 td.td_num2 {
    width: 30px;
    background: red;
}
.tbl_head02 {
}
.tbl_head02 caption {
    padding: 0 0 10px;
    color: #777;
    text-align: left;
}
.tbl_head02 thead th {
    padding: 5px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #e5ecef;
    color: #383838;
    font-size: .95em;
    text-align: center;
    letter-spacing: -.1em;
}
.tbl_head02 thead a {
    color: #383838;
}
.tbl_head02 thead th input {
    vertical-align: top;
}
.tbl_head02 tfoot th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background: #484848;
    color: #fff;
}
.tbl_head02 tfoot td {
    background: #484848;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.tbl_head02 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.tbl_head02 td {
    padding: 5px 3px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.4em;
    word-break: break-all;
}
.list_head {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    padding: 4px;
    color: #fff;
    background: var(--main-bg-color);
    border: 1px solid #3e3e43;
    box-shadow: rgba(0, 0, 0, .5) 0 2px 3px;
    border-radius: 5px;
}
.list_head li {
    float: left;
    padding: 8px 10px;
    text-align: center;
    font-weight: 700;
}
.list_head li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
.list_head li.sel {
    position: absolute;
    left: 5px;
}
.list_head li.num {
    width: 10%}
.list_head li.tit {
    width: 50%}
.list_head li.wri {
    width: 20%}
.list_head li.view {
    width: 15%}
.list_head li.date {
    width: 15%}
.list_03 li .view .fa-eye, .list_03 li .date .fa-clock {
    display: none;
}
.list_01 {
}
.list_01 li {
    background: #fff;
    border-radius: 3px;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}
.list_03 {
    clear: both;
    color: #fff;
}
.list_03 li {
    position: relative;
    height: 40px;
    line-height: 38px;
    margin-bottom: 6px;
    padding: 0 10px;
    list-style: none;
    background: var(--second-bg-color);
    border-radius: 5px;
}
.list_03 li.empty_li {
    padding: 20px 0;
    text-align: center;
    color: #666;
}
.list_03 li .icon_reply {
    padding: 0 10px;
}
.list_03 li:last-child {
    border-bottom: 0;
}
.list_03 li .cnt_left {
    float: left;
}
.list_03 li .sel {
    position: absolute;
    top: 6px;
    left: 5px;
}
.list_03 li .num {
    width: 10%;
    text-align: center;
}
.list_03 li .tit {
    width: 50%
}
.list_03 li .wri {
    width: 20%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.list_03 li .view {
    width: 15%;
    text-align: center;
}
.list_03 li .date {
    width: 10%;
    text-align: center;
}

@media (max-width:767px) {
	.list_03 li .wri {
    	width: 50%;
	}
	.list_03 li .view {
	    width:calc(40% - 10px);
	    padding-right:0px;
	    text-align:right;
	}
}


.form_01 div, .form_01 li {
    position: relative;
    margin: 5px 0;
}
.form_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
.form_01 textarea, .frm_input {
    padding: 5px;
    border: 1px solid #d9dee9;
    background: #f1f3f6;
    color: #000;
    vertical-align: middle;
}
.form_01 textarea {
    width: 100%;
    height: 100px;
}
.frm_input {
    height: 40px;
}
.full_input {
    width: 100%;
    vertical-align: middle;
    color: #000;
}
.form_01 .frm_file {
    display: block;
    margin-bottom: 5px;
    width: 100%}
.form_01 select {
    font-size: 1em !important;
    height: 36px;
    border-radius: 3px;
    background-color: #fff;
}
.form_01 .frm_info {
    font-size: .92em;
    text-align: left;
    display: block;
    line-height: 1.3em;
}
.form_01 .gray_select {
    font-weight: 700 !important;
    color: #9b9b9b !important;
    background: #e9e9e9;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
}
.empty_table {
    padding: 100px 0!important;
    color: #777;
    text-align: center;
}
.empty_list {
    padding: 20px 0!important;
    text-align: center;
    color: #ccc;
    background: #090909!important;
    border: none!important;
    border-radius: 12px!important;
}
.required {
    background-image: url(../img/require.png)!important;
    background-repeat: no-repeat!important;
    background-position: 99% center!important;
}
textarea.required {
    background-image: url(../img/require.png)!important;
    background-repeat: no-repeat!important;
    background-position: 99.3% 93%!important;
}
.td_board {
    width: 120px;
    text-align: center;
}
.td_category {
    width: 80px;
    text-align: center;
}
.td_chk {
    width: 30px;
    text-align: center;
}
.td_date {
    width: 60px;
    text-align: center;
}
.td_datetime {
    width: 150px;
    text-align: center;
}
.td_group {
    width: 100px;
    text-align: center;
}
.td_mb_id {
    width: 100px;
    text-align: center;
}
.td_mng {
    width: 80px;
    text-align: center;
}
.td_name {
    width: 100px;
    text-align: left;
}
.td_nick {
    width: 100px;
    text-align: center;
}
.td_num {
    width: 50px;
    text-align: center;
}
.td_numbig {
    width: 80px;
    text-align: center;
}
.td_stat {
    width: 60px;
    text-align: center;
}
.td_datetime {
    width: 150px;
    text-align: center;
}
.txt_active {
    color: #5d910b;
}
.txt_done {
    color: #e8180c;
}
.txt_expired {
    color: #999;
}
.txt_rdy {
    color: #8abc2a;
}
.all_chk {
    position: relative;
}
.all_chk label, .bo_chk label {
    display: inline-block;
    height: 19px;
    text-indent: -9999px;
    width: 19px;
    background: url(../img/input_chk.png) no-repeat 0 -19px;
    vertical-align: top;
}
.all_chk label {
}
.bo_chk label.click_on, .all_chk label.click_on {
    background: url(../img/input_chk.png) no-repeat 0 0;
}
.bo_chk input, .all_chk input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    outline: 0;
    z-index: 9;
}
.new_win {
	font-size: 1.2em;
    padding: 0 0 20px;
}
.new_win #win_title {
    color: #fff;
    height: 50px;
    line-height: 30px;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 700;
}
.new_win #win_title .sv {
    font-size: .75em;
    line-height: 1.2em;
}
.new_win_con {
    margin: 0 10px;
}
.new_win_con_bg {
    margin: 0 10px;
    padding: 40px;
    background: #090909;
    border-radius: 12px;
}
.new_win_con_bg .new_win_con_bg_inner {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #1c1c1c;
    border-radius: 12px;
}
.new_win .win_ul {
    margin: 0 0 10px 1px;
}
.new_win .win_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
.new_win .win_ul li {
    float: left;
    width: 33.333%;
    margin-left: -1px;
    text-align: center;
    background: #1a5d48;
}
.new_win .win_ul li a {
    display: block;
    padding: 12px 0;
    color: #2aba8a;
    border: 1px solid #2aba8a;
}
.new_win .win_ul li:first-child a {
    border-radius: 4px 0 0 4px;
}
.new_win .win_ul li:last-child a {
    border-radius: 0 4px 4px 0;
}
.new_win .win_ul .selected {
    position: relative;
    color: #000;
    background: #7de627;
    border: 1px solid #2aba8a;
    z-index: 5;
}
.new_win .win_ul .selected a {
    font-weight: 700;
    color: #000;
    background: #439539;
}
.new_win .win_desc {
    padding: 10px 0;
    margin: 10px 0;
    font-size: .92em;
    color: #c4c4c5;
    text-align: center;
}
.new_win .frm_info {
    display: block;
    margin: 3px 0 0;
    text-align: right;
    font-size: .92em;
    color: #707e8b;
}
.new_win .win_total {
    text-align: left;
    margin: 0;
    padding: 15px 15px;
    background: var(--main-bg-color);
    border-radius: 5px;
}
.new_win .win_total span {
    display: inline-block;
    font-size: 1em;
    color: #fff;
}
.new_win .win_total span.win_total_r {
    float: right;
}
.new_win .win_btn {
    text-align: center;
    margin: 20px 0 0;
}
.new_win .memo_view_opt {
    padding: 10px;
    text-align: left;
}
.new_win .memo_view_opt:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
.new_win .memo_view_opt .btn_right {
    float: right;
    margin-left: 5px;
}
.new_win .memo_view_btn {
    margin: 25px 0;
    text-align: center;
}
.new_win .btn_close {
    min-width: 80px;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px;
    line-height: 35px;
    color: #fff;
    background: #303030;
    border: 1px solid #303030;
    font-weight: 700;
    font-size: 1.083em;
    cursor: pointer;
}
.new_win .btn_close:hover {
    color: #fff;
    background: #303030;
    border: 1px solid #303030;
}
.new_win .btn_submit {
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 42px;
    margin: 0 auto;
    line-height: 40px;
	color:var(--main-brand-color);
	background:var(--black-font-color);
	border: 2px solid var(--main-brand-color);
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.new_win .btn_submit:hover {
	color: var(--black-font-color);
    background: var(--main-brand-color);
}
.list_01 ul {
    border: 1px solid #d9dee9;
}
.list_01 li {
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #d9dee9;
    background: #fff;
    border-radius: 3px;
    list-style: none;
}
.list_01 li:last-child {
    border-bottom: 0;
}
.list_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
.list_01 li:hover {
    background: #f9f9f9;
}
.list_01 li.empty_li {
    padding: 20px 0;
    color: #666;
    text-align: center;
}
.list_02 ul {
}
.list_02 li {
    position: relative;
    list-style: none;
}
.list_02 li:last-child {
    border-bottom: 0;
}
.list_02 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
.list_02 li:hover {
}
.list_02 li.empty_li {
    padding: 20px 0;
    text-align: center;
    color: #666;
    background: var(--main-bg-color);
    border-radius: 8px;
}
.sch_word {
    color: #00c4ac;
}
.sv_wrap {
    display: inline-block;
    position: relative;
    font-weight: 400;
}
.sv_wrap .sv {
    z-index: 1000;
    width: 100px;
    display: none;
    margin: 5px 0 0;
    font-size: .92em;
    background: #333;
    text-align: left;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
}
.sv_wrap .sv:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #333 transparent;
}
.sv_wrap .sv a {
    display: inline-block;
    width: 100px;
    margin: 0;
    padding: 0 10px;
    line-height: 30px;
    font-weight: 400;
    color: #bbb;
}
.sv_wrap .sv a:hover {
    background: #000;
    color: #fff;
}
.sv_member {
    color: #777;
}
.sv_on {
    display: block!important;
    position: absolute;
    top: 23px;
    left: 0;
    width: auto;
    height: auto;
}
.sv_nojs .sv {
    display: block;
}
.chk_box {
    position: relative;
}
.chk_box input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    overflow: hidden;
}
.chk_box input[type=radio]+label {
    position: relative;
    padding-left: 23px;
    display: inline-block;
    color: #676e70;
}
.chk_box input[type=radio]+label span {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    display: block;
    background: #f7f8f9;
    border: 1px solid #cdd6df;
    border-radius: 50%}
.chk_box input[type=radio]:checked+label {
    color: #3a8afd;
}
.chk_box input[type=radio]:checked+label span {
    border-color: #3a8afd;
}
.chk_box input[type=radio]:checked+label span:before {
    width: 7px;
    height: 7px;
    background: #3a8afd;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%}
.chk_box input[type=checkbox]+label {
    position: relative;
    color: #676e70;
}
.chk_box input[type=checkbox]+label:hover {
    color: #2172f8;
}
.chk_box input[type=checkbox]+label span {
    float: left;
    width: 15px;
    height: 15px;
    display: block;
    background: #fff;
    border: 1px solid #d0d4df;
    border-radius: 3px;
}
.chk_box input[type=checkbox]:checked+label {
    color: #000;
}
.chk_box input[type=checkbox]:checked+label span {
    background: url(../img/chk.png) no-repeat 50% 50% #3a8afd;
    border-color: #1471f6;
    border-radius: 3px;
}
.selec_chk {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    overflow: hidden;
}
.pg_wrap {
    clear: both;
    margin: 20px 0;
    text-align: center;
    padding: 15px 20px;
}
.pg_wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
.pg {
    display: block;
    text-align: center;
}
.pg:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""}
.pg .pg_page, .pg .pg_current {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 1.083em;
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, .35) 0 3px 4px, rgba(255, 255, 255, .22) 1px 1px 4px -2px inset;
}
.pg a {
    display: block;
    color: #959595;
    box-shadow: rgba(0, 0, 0, .35) 0 3px 4px, rgba(255, 255, 255, .22) 1px 1px 4px -2px inset;
}
.pg a:hover {
    background: var(--third-bg-color);
    box-shadow: rgba(0, 0, 0, .35) 0 3px 4px, rgba(255, 255, 255, .22) 1px 1px 4px -2px inset;
}
.pg .pg_current {
    background: var(--third-bg-color);
    color: #fff;
    font-weight: 700;
}
.pg .pg_start {
    color: transparent;
    font-size: 0;
}
.pg .pg_start:before {
    content: "\f100"!important;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #959595;
    width: 0;
    height: 0;
    background: 0 0;
    font-family: fontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pg .pg_prev {
    color: transparent;
    font-size: 0;
}
.pg .pg_prev:before {
    content: "\f104"!important;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #959595;
    width: 0;
    height: 0;
    background: 0 0;
    font-family: fontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pg .pg_next {
    color: transparent;
    font-size: 0;
}
.pg .pg_next:before {
    content: "\f105"!important;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #959595;
    width: 0;
    height: 0;
    background: 0 0;
    font-family: fontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pg .pg_end {
    color: transparent;
    font-size: 0;
}
.pg .pg_end:before {
    content: "\f101"!important;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #959595;
    width: 0;
    height: 0;
    background: 0 0;
    font-family: fontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#id_my_level {
    color:#000;
}
.cls_my_level {
	position:absolute;
	display:inline-block;
	width:32px;
	height:32px;
	top:10px;
	left:0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.cls_my_level.lv1 { background-image: url(/img/icon_level/1.png); }
.cls_my_level.lv2 { background-image: url(/img/icon_level/2.png); }
.cls_my_level.lv3 { background-image: url(/img/icon_level/3.png); }
.cls_my_level.lv4 { background-image: url(/img/icon_level/4.png); }
.cls_my_level.lv5 { background-image: url(/img/icon_level/5.png); }
.cls_my_level.lv6 { background-image: url(/img/icon_level/6.png); }
.cls_my_level.lv7 { background-image: url(/img/icon_level/7.png); }
.cls_my_level.lv8 { background-image: url(/img/icon_level/8.png?); }
.cls_my_level.lv9 { background-image: url(/img/icon_level/9.png); }
.cls_my_level.lv10 { background-image: url(/img/icon_level/10.png?); }
.cls_my_level.lv20 { background-image: url(/img/icon_level/20.png); }
.cls_my_level.mobile {
	top:16px !important;
	left:0px !important;
}
.cls_my_level.board {
	width:24px !important;
	height:24px !important;
	top:2px !important;
}

#id_my_money {
    color: var(--fifth-brand-color);
    font-weight: bold;
}
#id_my_point {
    color: var(--fifth-brand-color);
    font-weight: bold;
}
#id_my_recommend {
    color: var(--fifth-brand-color);
    font-weight: bold;
}
#id_my_casinomoney {
    color: #fff;
    font-weight: bold;
}
#id_money_for_horse {
    float: right;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 180px;
    height: 50px;
    z-index: 10;
    top: 200px;
    margin: 90px 30px 0 0;
    text-align: right;
}
.btn-bet-red {
    display: inline-block;
    font-size: .9em!important;
    color: #fff;
    background: #cb0101;
    width: 70px;
    line-height: 34px;
    text-align: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: inset 0 -2px 1px rgba(100, 2, 1, .8), inset 0 2px 1px #fd0100;
}
.btn-bet-red:hover {
    background: #fd0100!important;
}
.btn-bet-blue {
    display: inline-block;
    font-size: .9em!important;
    color: #fff;
    background: #100085;
    width: 70px;
    line-height: 34px;
    text-align: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: inset 0 -2px 1px rgba(0, 1, 27, .8), inset 0 2px 1px #3b03ff;
}
.btn-bet-blue:hover {
    background: #3b03ff!important;
}
.btn-bet-gray {
    display: inline-block;
    font-size: .9em!important;
    color: #fff;
    background: #000;
    width: 70px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.btn-bet-gray:hover {
    color: #fff!important;
    background: #000!important;
}
.btn-bet-orange {
    font-weight: 400;
    color: #000;
    background: #ff8f04;
    border: 1px solid #ff8f04;
    width: 100%;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.btn-bet-orange:hover {
    background: #f7922f;
    border: 1px solid #f7922f;
}
.bg-progress {
    color: #fff;
    background: #056f00;
    text-align: center;
}
.bg-success {
    color: #fff;
    background: #1e6bca!important;
    text-align: center;
}
.bg-failure {
    color: #fff;
    background: #fa1b11!important;
    text-align: center;
}
.bg-choice {
    color: #fff!important;
    background: #e9a400!important;
}
.result-wrap .bg-choice {
    color: #fff!important;
}
.info-empty {
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 0;
    color: #aaa;
    line-height: 200px;
    text-align: center;
}
.page-content {
    width: 100%;
    margin: 0!important;
    padding: 0!important;
}
.page_cate_wr {
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sp_sch_wrap {
    display: block;
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 38px;
    color: #666;
    overflow: hidden;
}
#sp_sch .sch_input {
    width: 120px;
    height: 38px;
    padding: 0 10px;
    color: #ccc;
    background-color: var(--sports-border-color);
    border: 2px solid var(--sports-border-color);
    border-radius: 6px;
}
#sp_sch button {
    font-size: 13px;
    margin-left: 10px;
}
#sp_sch .sp_calendar {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    color: var(--sports-border-color);
    font-size: 18px;
}
.sp_bottom_wrap {margin-top:50px;font-size:1.2em;}

table.tbl_sports_detail {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    min-width: 700px;
    border: 0;
    overflow: hidden;
}
table.tbl_sports_detail caption {
    display: none;
}
table.tbl_sports_detail thead tr th {
    text-align: center;
    font-size: .95em;
    padding-left: 2px;
    height: 32px;
    color: #f0f0f0;
    background: #222;
    border: 1px solid #101010;
}
table.tbl_sports_detail tbody td {
    color: #ccc;
    background: #171717;
    border: solid 2px #2b2b2b;
    font-size: .95em;
    height: 50px;
    text-align: center;
}
table.tbl_games_detail {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    min-width: 700px;
    border: 0;
    overflow: hidden;
}
table.tbl_games_detail caption {
    display: none;
}
table.tbl_games_detail thead tr th {
    text-align: center;
    font-size: .95em;
    padding-left: 2px;
    height: 32px;
    color: #f0f0f0;
    background: #222;
    border: 1px solid #101010;
}
table.tbl_games_detail tbody td {
    color: #aaa;
    background: #303030;
    border: solid 1px #101010;
    font-size: .95em;
    height: 50px;
    text-align: center;
}
table.tbl_games_result {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    min-width: 868px;
    border: 0;
}
table.tbl_games_result caption {
    display: none;
}
table.tbl_games_result thead tr th {
    text-align: center;
    font-size: 1em;
    padding-left: 2px;
    height: 36px;
    color: #f0f0f0;
    background: linear-gradient(#202020, #131313);
    border: 2px solid #000;
}
table.tbl_games_result tbody td {
    color: #bbb;
    background: #2b2b2b;
    border: solid 2px #000;
    font-size: 1em;
    height: 40px;
    text-align: center;
}

/* ICONS */
.sports-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.sports-icon:before {
    content: "\00a0";
}
.sports-icon-midium {
	width:20px !important;
    height:20px !important;
}
.sports-icon-large {
	width:24px !important;
    height:24px !important;
}

.icon-all {
    background-image: url(/img/icon/all-ico.png);
}
.icon-star {
    background-image: url(/img/icon/bonus-ico.png);
}
.icon-football {
    background-image: url(/img/icon/football-ico.png);
}
.icon-basketball {
    background-image: url(/img/icon/basketball-ico.png);
}
.icon-baseball {
    background-image: url(/img/icon/baseball-ico.png);
}
.icon-hockey {
    background-image: url(/img/icon/hockey-ico.png);
}
.icon-handball {
    background-image: url(/img/icon/handball-ico.png);
}
.icon-volleyball {
    background-image: url(/img/icon/volleyball-ico.png);
}
.icon-tennis {
    background-image: url(/img/icon/tennis-ico.png);
}
.icon-golf {
    background-image: url(/img/icon/golf-ico.png);
}
.icon-boxing {
    background-image: url(/img/icon/boxing-ico.png);
}
.icon-badminton {
    background-image: url(/img/icon/badminton-ico.png);
}
.icon-table-tennis {
    background-image: url(/img/icon/table-tennis-ico.png);
}
.icon-american-football {
    background-image: url(/img/icon/amfootball-ico.png);
}
.icon-egame {
    background-image: url(/img/icon/egame-ico.png);
}

.icon-football-nav {
    background-image: url(/img/icon/6046.png);
}
.icon-basketball-nav {
    background-image: url(/img/icon/48242.png);
}
.icon-baseball-nav {
    background-image: url(/img/icon/154914.png);
}
.icon-hockey-nav {
    background-image: url(/img/icon/35232.png);
}
.icon-handball-nav {
    background-image: url(/img/icon/35709.png);
}
.icon-volleyball-nav {
    background-image: url(/img/icon/154830.png);
}
.icon-tennis-nav {
    background-image: url(/img/icon/54094.png);
}
.icon-boxing-nav {
    background-image: url(/img/icon/154919.png);
}
.icon-table-tennis-nav {
    background-image: url(/img/icon/265917.png);
}
.icon-american-football-nav {
    background-image: url(/img/icon/131506.png);
}
.icon-egame-nav {
    background-image: url(/img/icon/687890.png);
}
.icon-golf-nav {
    background-image: url(/img/icon/687889.png);
}
.icon-badminton-nav {
    background-image: url(/img/icon/1149093.png);
}
.games-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.3em;
    line-height: 1.3em;
    vertical-align: middle;
    top: -2px;
}
.games-lg {
    font-size: 1.3em;
    margin-top: 8px;
}
.games-icon:before {
    content: "\00a0"
}
.icon-sports {
    background-image: url(/img/svg/soccer-active.svg);
}
.icon-inplay {
    background-image: url(/img/svg/play-active.svg);
}
.icon-cross {
    background-image: url(/img/svg/plus-active.svg);
}
.icon-special {
    background-image: url(/img/svg/star-active.svg);
}
.icon-onair {
    background-image: url(/img/svg/onair.svg);
    font-size: 2em!important;
}
.icon-ladder {
    background-image: url(/img/svg/ladder-active.svg);
}
.icon-marble {
    background-image: url(/img/svg/marble-active.svg);
}
.icon-powerball, .icon-powerballb {
    background-image: url(/img/svg/powerball-active.svg);
}
.icon-pladder {
    background-image: url(/img/svg/ladder2-active.svg);
}
.icon-speedkeno {
    background-image: url(/img/svg/letter-s-active.svg);
}
.icon-kladder {
    background-image: url(/img/svg/ladder2-active.svg);
}
.icon-pkladder {
    background-image: url(/img/svg/ladder2-active.svg);
}
.icon-fx {
    background-image: url(/img/svg/letter-f-active.svg);
}
.icon-trophy {
    background-image: url(/img/svg/trophy.svg);
}
.icon-bonus {
    background-image: url(/img/svg/star-bonus.svg);
}
.icon-casino {
    background-image: url(/img/svg/casino.svg);
}
.icon-lotus {
    background-image: url(/img/svg/lotus-active.svg);
}
.icon-vsoccer_e, .icon-vsoccer_w, .icon-vsoccer_p, .icon-vsoccer_s, .icon-vsoccer {
    background-image: url(/img/svg/vsoccer-active.svg);
}
.icon-greyhound_g, .icon-greyhound_h, .icon-greyhound_b, .icon-greyhound {
    background-image: url(/img/svg/greyhound-active.svg);
}
.rank-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 2em;
    line-height: 2em;
    vertical-align: middle;
    top: -2px;
    margin-right: 10px;
}
.rank-icon:before {
    content: "\00a0"}
.icon-greyhound-rank1 {
    background-image: url(/img/icon/Greyhound1.png);
}
.icon-greyhound-rank2 {
    background-image: url(/img/icon/Greyhound2.png);
}
.icon-greyhound-rank3 {
    background-image: url(/img/icon/Greyhound3.png);
}
.icon-greyhound-rank4 {
    background-image: url(/img/icon/Greyhound4.png);
}
.icon-greyhound-rank5 {
    background-image: url(/img/icon/Greyhound5.png);
}
.icon-greyhound-rank6 {
    background-image: url(/img/icon/Greyhound6.png);
}
.icon-greyhound-rank7 {
    background-image: url(/img/icon/Greyhound7.png);
}
.icon-greyhound-rank8 {
    background-image: url(/img/icon/Greyhound8.png);
}
/* End of ICONS */

.at-sports-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.at-sports-main {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: var(--base-bg-color);
    float: left;
    width: 100%;
    max-width: 100%;
    min-width: 600px;
    height: auto;
}
.at-sports-left {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: var(--base-bg-color);
    float: left;
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    min-width: 500px;
    height: auto;
    overflow-y:scroll;
}
.at-sports-right {
    display: inline-block;
    padding: 0;
    background: var(--base-bg-color);
    float: right;
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    min-width: 500px;
    height: auto;
    overflow-y:scroll;
}
.at-sports-wide {
    display: none;
    margin: 0;
    padding: 0;
    background: var(--base-bg-color);
    float: left;
    width: 100%;
    max-width: 100%;
    min-width: 600px;
    height: auto;
    overflow-y:scroll;
}
.at-inplay-more, .at-sports-more {
    display: none;
    margin: 0;
    padding: 5px;
    height: auto;
}
.loader-odds {
    position: relative;
    left: 50%;
    top: 400px;
    z-index: 100000;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 16px solid #666;
    border-radius: 50%;
    border-top: 16px solid var(--main-brand-color);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.menu-sub {
    margin-top: 5px;
    overflow:hidden;
}
#subheader_top, #subheader_bottom, #subheader_item {
    position:relative;
    font-size: 1.2em;
    color: var(--main-brand-color);
    text-align: left;
    margin: 0px 0 2px;
    padding: 0;
    width: 100%;
    min-width: auto;
    height: 40px;
    white-space: nowrap;
}
#subheader_bottom {
    background: var(--main-bg-color);
    margin-bottom: 1px;
}
#subheader_item {
	margin-bottom: 8px;
}
#subheader_bottom .subheader_sort {
    display: inline-block;
    float: right;
    padding-top: 28px;
}
#subheader_bottom .subheader_sort .btn_sort {
    display: inline-block;
    padding: 2px 10px;
    height: 28px;
    line-height: 20px;
    font-size: .9em;
    color: #999;
    border: 2px solid var(--second-brand-color);
    cursor: pointer;
}
#subheader_bottom .subheader_sort .btn_sort.on {
    color: #000;
    background: var(--second-brand-color);
    border: 2px solid var(--second-brand-color);
}
#subheader_bottom .btn_header_sport_backward {
    display: block;
    position: absolute;
    width: 30px;
    height: 40px;
    line-height: 38px;
    padding: 0;
	margin-left:auto;
    text-align:center;
    color: var(--white-font-color);
    background: var(--base-bg-color);
    z-index: 1000;
    opacity : 0.8;
    cursor: pointer;
}
#subheader_bottom .btn_header_sport_backward:before { 
    font-family: fontAwesome;
    font-size: 1.4em;
    content: "\f053"	
}
#subheader_bottom .btn_header_sport_forward {
    display: block;
    position: absolute;
    width: 30px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    top: 0px;
    right: 0px;
    text-align:center;
    color: var(--white-font-color);
    background: var(--base-bg-color);
    z-index: 1000;
    opacity : 0.8;
    cursor: pointer;
}
#subheader_bottom .btn_header_sport_forward:before { 
    font-family: fontAwesome;
    font-size: 1.4em;
    content: "\f054"	
}

#subheader_top .btn_header_backward, 
#subheader_item .btn_header_backward {
    display: block;
    position: absolute;
    width: 30px;
    min-width: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    top: 0px;
    left: 0px;
    text-align:center;
    color: rgba(255,255,255,0.5);
    z-index: 100;
    cursor: pointer;
}
#subheader_top .btn_header_backward:before, 
#subheader_item .btn_header_backward:before { 
    font-family: fontAwesome;
    font-size: 1.4em;
    content: "\f053"	
}
#subheader_top .btn_header_forward, 
#subheader_item .btn_header_forward {
    display: block;
    position: absolute;
    width: 30px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    top: 0px;
    right: 0px;
    text-align:center;
    color: rgba(255,255,255,0.5);
    z-index: 100;
    cursor: pointer;
}
#subheader_top .btn_header_forward:before, 
#subheader_item .btn_header_forward:before { 
    font-family: fontAwesome;
    font-size: 1.4em;
    content: "\f054"	
}


.btn_header_wrap {
    height: 100%;
    margin: 0;
    padding: 0;
}
.btn_header {
    display: inline-block;
    font-weight: 300;
    width: 120px;
    height: 40px;
    line-height: 36px;
    margin-right: 0px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    border-radius: 0px;
    cursor: pointer;
}
.btn_header img { width:15px; height:15px; }
.btn_header.on, .btn_header:hover {
    color: var(--black-font-color);
    background: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
}
.btn_header .sub_timer {
    display: block;
    background: red;
}
.btn_header_incoming, .btn_header_noevent {
    display: inline-block;
    font-size: 1em;
    height: 40px;
    line-height: 38px;
    margin-right: 0px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: var(--third-bg-color);
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, .35) 0 3px 4px, rgba(255, 255, 255, .22) 1px 1px 4px -2px inset;
    border-radius: 5px;
    cursor: pointer;
}
.btn_header_sport, .btn_header_inplay, .btn_header_cross, .btn_header_special {
    display: inline-block;
    position:relative;
    font-size: 1em;
    width: 88px;
    height: 38px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    color: var(--white-font-color);
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    border-right: 1px solid var(--base-bg-color);
    cursor: pointer;
    
}
.btn_header_sport span, .btn_header_inplay span, .btn_header_cross span, .btn_header_special span {
    display: block;
    font-size: 1.1em;
    height: 38px;
    line-height: 36px;
}
.btn_header_sport i {
	margin-top:-2px important;
}

.btn_header_sport.on, .btn_header_inplay.on, .btn_header_cross.on, .btn_header_special.on, .btn_header_incoming.on {
    font-weight: bold;
    background: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
}
.btn_header_sport.hide, .btn_header_inplay.hide, .btn_header_cross.hide, .btn_header_special.hide, .btn_header_incoming.hide {
    display: none;
}
.btn_header_noevent {
    width: 100px;
    margin-top: 5px;
}
.btn_header_noevent.on, .btn_header_noevent:hover {
    color: var(--black-font-color);
    background: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
}
#btn_header_sport_all {
	margin-left:30px;
	font-size: 0.9em !important;
    width: 88px !important;
    padding-top: 0px !important;
}

.btn_bet_style {
    display: inline-block;
    font-size: 1.1em;
    height: 36px;
    line-height: 32px;
    margin-right: 5px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background: #056f00;
    border: 1px solid #056f00;
}
.btn_bet_style:hover {
    color: #fff;
    background: var(--main-brand-color);
}
.btn_bet_remove {
    display: inline-block;
    font-size: 1em;
    height: 36px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background: #000;
    border: 2px solid #9125ec;
}
.btn_bet_remove:hover {
    color: #fff;
    background: #000;
}
.panel-mobile-cart-wrap {
    display: none;
    position: fixed;
    width: 100%;
    min-width: 100%;
    bottom: -2px;
    z-index: 9999999;
    height: 0px;
}
.panel-mobile-cart-wrap.insert {
	height: 50px;
}
.panel-mobile-cart-open {
    display: block;
    z-index: 100;
    width: 100%;
    min-width: 400px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background: var(--panel-mobile-bg-color);
}
#panel-mobile-cart-count {
    font-size: 1.0em;
    padding:6px 9px 5px;
    color: var(--white-font-color);
    background: var(--second-brand-color);
    border-radius: 50%
}
.panel-mobile-cart-open .cart-menu-wrap {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.panel-mobile-cart-open .cart-menu {
	position: relative;
    font-size: 1.2em;
    text-align: left;
    margin: 0;
    padding: 0 20px;
}
.panel-mobile-cart-open .cart-menu i {
    margin-right: 5px;
}
.cart-menu-wrap.active .cart-menu {
    display:block;
}

.space_out_5 {
    width: 100%;
    height: 5px;
}
.modal-alert, .confirm-betting, .confirm-postbetting, .confirm-changed-odds, .modal-loading {
    font-size: 1.3em !important;
    width: 360px !important;
    padding: 30px!important;
    background: rgba(42, 48, 64, .9)!important;
    border-radius: 5px;
}
.modal-memocheck {
    width: 300px !important;
    font-size: 1em;
    background: #2e2e35 !important;
    box-shadow:1px 1px 1px #484952 inset !important;
}
.modal-memocheck #message-box p {
    color: #ddd;
    line-height: 20px;
    margin-bottom: 10px;
}
.modal-memocheck #message-box p span {
    color: #50e2e4;
    font-weight: 700;
}
.modal-memocheck #message-box div {
    margin-bottom: 10px;
}
.modal-memocheck #message-box div img {
    width: 50px;
}
.modal-alert #message-box, .modal-memocheck #message-box, .confirm-betting #message-box, .confirm-postbetting #message-box, .confirm-changed-odds #message-box, .modal-loading #message-box {
    padding: 10px 0;
}
.modal-alert #message-box p, .confirm-betting #message-box p, .confirm-postbetting #message-box {
    color: #ddd;
    line-height: 30px;
    margin-bottom: 20px;
}
.confirm-changed-odds #message-box p {
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}
.confirm-changed-odds .changed-wrap {
    margin: 5px 0;
    padding: 0;
    background: #171717;
    border-radius: 8px;
}
.confirm-changed-odds .changed-wrap .betting {
    font-size: .9em;
    color: #ddd;
    background: #171717;
    position: relative;
    text-align: left;
    height: 60px;
    line-height: 16px;
    padding: 8px 8px 12px;
    margin: 0 5px 5px;
}
.confirm-changed-odds .changed-wrap .betting span.team {
    display: inline-block;
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 3px;
    line-height: 16px;
}
.confirm-changed-odds .changed-wrap .betting span.betname {
    float: left;
    color: #ffa604;
    line-height: 20px;
}
.confirm-changed-odds .changed-wrap .betting span.price {
    float: right;
    margin-top: -4px;
    color: #000;
    background: #50e2e4;
    font-weight: 700;
    padding: 3px 10px;
    border: 1px solid #35fcff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.confirm-changed-odds .changed-wrap .betting span.arrow {
    float: right;
    margin-top: -2px;
    color: #fff;
    font-weight: 700;
    padding: 3px 5px;
}
.confirm-changed-odds .changed-wrap .betting span.changed-odds {
    float: right;
    margin-top: -4px;
    margin-right: 4px;
    color: #000;
    background: #bbb;
    border: 1px solid #bbb;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.confirm-changed-odds .changed-wrap .betting span.changed-odds.up {
    background: #01fc5f!important;
    border: 1px solid #01fc5f!important;
}
.confirm-changed-odds .changed-wrap .betting span.changed-odds.down {
    background: #a94c4c!important;
    border: 1px solid #a94c4c!important;
}
.modal-loading {
    height: 200px !important;
}
.modal-loading .alert-loader {
    position: relative;
    top: 40px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 16px solid #666;
    border-radius: 50%;
    border-top: 16px solid var(--main-brand-color);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.modal-loading .alert-loader-text {
    position: relative;
    top: 60px;
    left: calc(50% - 100px);
    width: 200px;
    height: 1.2em;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: var(--main-brand-color);
}
.modal-iframe {
    width: 500px !important;
    height: 300px;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}
.modal-iframe #title-wrap {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #343339 !important;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 3px 3px 0 0;
}
.modal-iframe #title-wrap div {
    margin: 0;
    padding: 0;
}
.modal-iframe #dialog-title-text {
    font-size: 1.5em;
    font-weight: 600;
    color: #f39200;
    line-height: 50px;
    padding-left: 30px;
}
.modal-iframe #message-box {
    padding: 0;
}
.modal-iframe .remodal-iframe {
    width: 100%;
    height: 250px;
    padding: 0!important;
    background: #343339 !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.modal-betting {
    width: 1200px !important;
    height: 800px;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}
.modal-betting #betting-title-wrap {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: left;
    background: #e9e9e9!important;
    border-radius: 3px 3px 0 0;
}
.modal-betting #betting-title-wrap div {
    margin: 0;
    padding: 0;
}
.modal-betting #dialog-betting-text {
    font-size: 1.2em;
    color: #111;
    line-height: 50px;
    padding-left: 30px;
}
.modal-betting #message-box {
    padding: 0;
}
.modal-betting .remodal-betting {
    width: 100%;
    height: 750px;
    padding: 10px !important;
    background: var(--main-bg-color) !important;
    border: 1px solid var(--main-border-color);
    border-radius: 0 0 3px 3px;
    overflow-y:scroll;
}
/* 모바일 */
@media(max-width:767px) {
	.modal-betting {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		position:absolute !important;
		top:0px !important;
		left:0px !important;
	}
	.modal-betting .remodal-betting { padding:0 !important; }
}

.game_wrap {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}
.menu-sub .game_frame_default {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    background: #131417;
}
.menu-sub .game_frame_bg, .menu-sub .game_frame_bg_365 {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    background: url(/img/game/bg_games.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.menu-sub .game_frame_bg_365 {
    background: #000!important;
}
.game_odds_contents {
    margin: 10px 0;
}
.game_odds_timer_wrap {
    color: #999;
    line-height: 25px;
}
#game_odds_timer, #game_odds_timer_next {
    color: #ffa604;
}
.casino_frame {
    width: 100%;
    height: 100%;
    min-height: 550px;
    text-align: center;
    position: relative;
    background: url(/img/casino/bg_evolution.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 130px;
}
.casino_frame .btn_main {
    display: inline-block;
    width: 300px;
    height: 300px;
    cursor: pointer;
    background: url(/img/casino/btn-evolution.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.casino_frame .btn_main_1 {
    margin-right: 10px;
    margin-bottom: 20px;
}
.casino_frame .btn_main_2 {
    background: url(/img/casino/btn-micro.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 10px;
    margin-bottom: 20px;
}
.casino_frame .btn_main_3 {
    background: url(/img/casino/btn-oriental.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 10px;
}
.casino_frame .btn_main_4 {
    background: url(/img/casino/btn-88casino.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}
.casino_frame .btn_main:hover {
    background: url(/img/casino/btn-evolution-over.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* 경기결과 */
table.result {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
	border: 0;
}
table.result caption { display: none; }
table.result colgroup col:nth-child(1) { width:20%; min-width:136px; }
table.result colgroup col:nth-child(2) { width:32%; min-width:260px; }
table.result colgroup col:nth-child(3) { width:32%; min-width:280px; }
    
table.result th,
table.result td {
    text-align: center;
    vertical-align: middle;
}
table.result input,
select,
img {
    vertical-align: middle;
}
table.result thead tr {
 	background:#171717;
    border-radius:6px;
    box-shadow: inset 0px -2px 1px rgba(0,0,0,0.8), inset 0 2px 1px rgba(90,90,90,1);
}
table.result thead tr th {
   	text-align:center;
    font-size: 1.0em;
    font-weight:bold;
    margin-bottom:4px;
    padding:6px 2px 4px;  
    height: 40px;
    color: #fff;
}
    
table.result thead tr td {
      height: 46px;
      padding-left: 30px;
      color: #f00;
      font-size: 14px;
      font-weight: bold;
}
table.result thead tr td img {
    margin-right: 10px;
}
    
table.result tbody td {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    text-align: center;
    background: #090909;
    border:2px solid #2b2b2b;
}
table.result tbody div.r_league_mobile { display:none; }
table.result tbody td.r_league {
    text-align:left;
    padding-left: 10px;
    padding-right: 10px;
}
table.result tbody td.r_team {
    text-align:left;
    padding-left: 20px;
}
table.result tbody td.r_score {color:#f5ff09;text-align:center !important;}
table.result tbody td.r_score span {
    color:#ccc;
   	font-size: 1.0em;
    font-weight: bold;
}

@media (max-width:767px) {
    table.result colgroup col:nth-child(1) { width:20%; min-width:50px; }
    table.result colgroup col:nth-child(2) { width:60%; min-width:200px; }
    table.result colgroup col:nth-child(3) { width:20%; min-width:60px; }
    
    table.result tbody td.r_date {padding:0 10px;}
    table.result tbody td.r_date i { display:block; width:100%; margin:0 auto;margin-bottom:5px; }
    table.result thead th.r_league,
    table.result tbody td.r_league { display:none; }
    table.result tbody div.r_league_mobile { display:block; width:100%; height:20px;margin-bottom:5px; }    
    table.result tbody td.r_team { 
    	padding: 15px 0 15px 10px;
    	white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
    }
}

.dark_select {
    font-size: 1em !important;
    color: #ccc;
    background: var(--third-bg-color);
    border: none;
    padding: 10px 26px 10px 10px;
    min-width: 100px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(1.2em), calc(100% - 10px) calc(1.2em);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}
.dark_select::-ms-expand {
    display: none;
}
.dark_search_input {
	color:#ccc;
	background:var(--third-bg-color);
	border:none;
	padding:0px 30px 0px 10px;
	min-width:100px;
	height: 34px !important;
	border-radius:5px;
}
.dark_search_input::placeholder {
	color:#ccc;
}
.dark_search_icon {
	color:#ccc;
	background:transparent;
	border:none;
	padding:4px 30px 4px 10px;
	min-width:100px;
	border-radius:6px;
	margin-left:-40px;
	cursor:pointer;
	z-index:1;
}
.dark_search_icon:before { font-family:fontAwesome; content:"\f002"; }
.dark_search_btn {
    display:inline-block;
	color:#ccc;
	background:var(--third-bg-color);
	border:none;
	padding:10px 26px 10px 10px;
	min-width:120px;
	border-radius:5px;
	cursor:pointer;
	
   -webkit-appearance: none; /* 화살표 없애기 for chrome*/
   -moz-appearance: none;    /* 화살표 없애기 for firefox*/
   appearance: none;         /* 화살표 없애기 공통*/
   
    background-image:
       linear-gradient(45deg, transparent 50%, gray 50%),
       linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(1.2em), calc(100% - 10px) calc(1.2em);
    background-size:5px 5px, 5px 5px;
    background-repeat: no-repeat;
}
.dark_search_btn.on {color:var(--main-brand-color) !important;}

@keyframes fadeOut {
    0% {
	    opacity: 1;
	}
	100% {
	    opacity: .4;
	}
}@-webkit-keyframes fadeOut {
    0% {
	    opacity: 1;
	}
	100% {
	    opacity: .4;
	}
}@-moz-keyframes fadeOut {
    0% {
	    opacity: 1;
	}
	100% {
	    opacity: .4;
	}
}@-ms-keyframes fadeOut {
    0% {
	    opacity: 1;
	}
	100% {
	    opacity: .4;
	}
}@-o-keyframes fadeOut {
    0% {
	    opacity: 1;
	}
	100% {
	    opacity: .4;
}
}@keyframes fadeOut {
    0% {
	    opacity: 1;
	}
	100% {
	    opacity: .4;
	}
}
#iframe_casino {
    display: none;
    z-index: 100009;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
#iframe_casino_close_wrap {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
#iframe_casino_close_wrap #iframe_casino_close {
    z-index: 10001;
    position: fixed;
    top: 5px;
    right: 10px;
    width: 120px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #000;
    border: 2px solid var(--main-brand-color);
    border-radius: 5px;
    cursor: pointer;
}
#toast {
    position: fixed;
    bottom: 60px;
    right: 140px;
    padding: 15px 20px;
    transform: translate(-50%, 10px);
    border-radius: 5px;
    overflow: hidden;
    font-size: 1.2em;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, transform .5s;
    background: rgba(255, 255, 255, .9);
    color: #000;
    z-index: 10000;
}
#toast.reveal {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
#iframe_token {
    background: #000;
    width: 100%;
    height: 1000px;
    margin: 0;
    z-index: 1;
    border: none;
}
.info_token {
    diplay: block;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    line-height: 30px;
    color: red;
    margin: 10px 0;
}

/* 반응형 PC */
@media(min-width:768px) {
	.show_only_pc {display:block;}
	.show_only_mobile {display:none;}
	
    body.hide-sidedrawer #header {
		left: 0;
	}
	body.hide-sidedrawer #sidedrawer {
		transform: translate(0px);
	}
	body.hide-sidedrawer #content-wrapper {
		margin-left: 0;
	}
	body.hide-sidedrawer #footer {
		margin-left: 0;
	}
	
	.btn_header_wrap.wrap_1 .btn_header { width:100% !important; }
	.btn_header_wrap.wrap_2 .btn_header { width:50% !important; }
	.btn_header_wrap.wrap_3 .btn_header { width:33.333% !important; }
	.btn_header_wrap.wrap_4 .btn_header { width:25% !important; }
	.btn_header_wrap.wrap_5 .btn_header { width:20% !important; }
	.btn_header_wrap.wrap_7 .btn_header { width:14.28% !important; }
}

@media(max-width:1760px) {
}

@media(max-width:1720px) {
	#container .conle .conle_inner {
	    width: calc(100% - 60px);
	    margin: 0 0 0 60px;
	}
	#sidedrawer { 
		display: none;
		position: fixed;
		z-index: 9000;
		top: 0;
		left: 0;
		background: #202024;
		overflow-y: auto;
	} 
	#sidedrawer_short { display:inline-block; }
}

@media(max-width:1440px) {
    #content-wrapper {
		width: calc(100% - 0px);
		display: block;
		clear: both;
	}
	#container .conle .conle_inner .conle_content {
	    padding: 0 0px 10px;
	}
	.navBox {
		position: absolute;
		width: calc(100% - 0px);
		margin: 0;
		float: left;
	}
	.conle_idx_bottom .main-summary {
		width: 100%;
		margin: 0 auto 10px !important;
		float: left;
		text-align: center;
	}
	
	.at-sports-left {
		width: 100%;
		max-width: 100%;
	}
	.at-sports-right {
		width: 100%;
		max-width: 100%;
	}
}

@media(max-width:1200px) {
	#logo {
		display: none;
	}
    .navBox .navKey {
		display: block;
	}
    #container .conri {
		position: fixed;
		width: 100%;
		height: 320px;
		min-height: 320px;
		bottom: 0;
		left: 0;
		padding: 3px;
		background: #051615;
		z-index: 99999999;
		border-radius: 0;
	}
	#container .conle {
		width: 100%;
		float: inherit;
	}
	.header_right, #container .conri, #container .conri .ol, #container .conri .side_banner {
		display: none;
	}
	.conle_lt {
		width: 100%;
		margin-bottom: 10px;
	}
	#subheader_bottom .btn_header_sport_forward {
		left: calc(100vw - 30px);
	}
	.panel-mobile-cart-wrap {
		display: block;
	}
}

@media(max-width:980px) {  
    #container .conri {
		border: 0;
	}
	.conle_lt {
		width: 100%;
		margin-bottom: 10px;
	}
	.conle_lt_even {
	}
	.conle_bt_lt {
	}
}

/* 모바일 */
@media(max-width:767px) {
	.show_only_pc {display:none;}
	.show_only_mobile {display:block;}
	
	html {
		height:100%;
		overflow-y:scroll;
	}
	body {
	    width: 100%;
	    height: 100%;
	}
	
    #header {
		display:block;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 60px;
		margin: auto;
		text-align:center;
		overflow: hidden;
	}
	#header-top,
	#header-bottom {
	    display:none;;
	}
	.header_ct {
		display: none;
	}
	.header_scroll_wrap {
		max-width:100%;
		height:50px;
		line-height:50px;
	}
	.header_scroll_wrap #header_scroll {
		max-width:100%;
	    font-size: 1.3em;
	    font-weight: noraml;
	}
	#mobile_menu_open, #mobile_user_open {
		display: inline-block;
	}
	#logo_mobile {
		display: inline-block;
		width: 60%;
		margin: 5px auto 0;
		z-index: 19999;
	}
	#logo_mobile img {
		height: 54px;
	}
	#content-wrapper {
		position: relative;
		transition: margin-left 0s;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 100%;
	}
    #container_title {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	    font-size: 1.4em !important;
	    font-weight: 450;
	    height: 30px !important;
	    line-height: 28px !important;
	    text-align: left;
	    margin: 10px 0 10px !important;
	    padding-left:20px;
	}
	#container {
		width: 100%;
		height: 100%;
		min-height: 100%;
		max-height: 100%;
		margin: 65px 0 0;
		padding: 0;
		overflow: hidden;
	}
	#container .conle .conle_inner {
	    width: 100%;
	    height: auto;
	    margin: 0;
	    overflow: hidden;
	}
	#sidedrawer_short { display: none; }
	#container .conle {
		width: 100%;
		max-width: 100%;
		padding-left:0;
		height: auto;
		clear: both;
		overflow: hidden;
	}
	#container .conri {
		position: fixed;
		width: 100%;
		height: 320px;
		min-height: 320px;
		bottom: 0;
		left: 0;
		padding: 3px;
		background: var(--panel-mobile-bg-color);
		z-index: 99999999;
	}
	.modal-alert, .modal-confirm {
		width: 100% !important;
		max-width: 100% !important;
	}
	.modal-iframe {
		width: 100% !important;
		max-width: 100%!important;
	}
	#hd_wrapper_pc, #header-menu {
		display: none;
	}
	#hd_wrapper {
		position: relative;
		height: 60px !important;
		margin: 0 !important;
		padding: 0 10px !important;
		background:var(--top-bg-color) !important;
	}
	#hd_wrapper_sub {
		display: none;
	}
	.header_login {
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.header_login ul {
		z-index: 9990;
		padding: 0;
	}
	.header_login li {
		position: relative;
		display: inline-block;
		width: 50px;
		line-height: 12px;
		font-size: .8em;
		text-align: center;
		color: #fff;
	}
	.header_login li i {
		display: block;
		font-size: 2.5em!important;
		margin: 0 auto;
	}
	#sidedrawer {
		display: none;
		position: fixed;
		z-index: 9000;
		top: 0;
		left: 0;
		width: 60%;
		height: calc(100% - 64px);
		background: #202024;
		margin-top: 0;
		overflow-y: auto;
	}
	.at-sports-main {
		min-width: 100%;
		height: auto;
	}
	.at-sports-wide {
		min-width: 100%;
		height:100%;
	}
	.at-sports-left {
		min-width: 100%;
		height:100%;
	}
	.at-sports-right {
		display:none;
	}
	#subheader_top, #subheader_bottom, #subheader_item {
		position: relative;
		display:block;
		width:100%;
		max-width: auto;
		font-size: 1.2em;
		margin-bottom: 0px;
	}
	#subheader_bottom {
		min-width:1216px;
		height:40px;
		background: var(--main-bg-color);
	}
	#subheader_item {
		margin-bottom: 5px;
	}
	.btn_header_wrap {
		height: 100%;
		margin-top: 0px;
	}
	.btn_header {
		width: 100px;
		height: 40px;
		line-height: 40px;
		margin-top: 0;
		margin-right: 2px;
		float: left;
	}

	.btn_header_wrap.wrap_1 .btn_header { width:calc(100% - 2px) !important; }
	.btn_header_wrap.wrap_2 .btn_header { width:calc(50% - 2px) !important; }
	.btn_header_wrap.wrap_3 .btn_header { width:calc(33.333% - 2px) !important; }
	.btn_header_wrap.wrap_4 .btn_header { width:calc(25% - 2px) !important; }
	.btn_header_wrap.wrap_5 .btn_header { width:calc(20% - 2px) !important; }
	.btn_header_wrap.wrap_7 .btn_header { width:110px !important; }
	
	.conle_header_mobile {
		display:block;
		padding-top: 10px;
	}
	.conle_idx_top {
		margin: 0 !important;
		padding: 0 0px !important;
	}
	.conle_idx_bottom {
		margin: 0 !important;
		padding: 0 5px !important;
	}
	.conle_idx_bottom .bottom_title {
		padding: 0 0 10px;
	}
	.conle_idx_bottom .bottom_title_right {
		display: block;
		margin-bottom: 30px;
	}
	.conle_idx_bottom .mainbtn-bottom .btn {
		min-height: 150px !important;
	}
	.conle_idx_bottom .mainbtn-bottom .btn div {
		bottom:50px;
	}
	.conle_idx_bottom .mainbtn-bottom-s .btn {
		min-height: 140px !important;
	}
	.conle_idx_bottom .mainbtn-bottom-ss .btn {
		min-height: 100px !important;
	}
	.conle_idx_bottom .mainbtn-large {
	    margin: 10px 0 0;
	    padding: 0 5px;
	}
	.conle_idx_bottom .mainbtn-large .btn {
		min-height: 120px !important;
	}
	.conle_idx_bottom .mainbtn-large .btn.big {
		min-height: 230px !important;
	}
	
	.conle_idx_bottom .main-summary .summary-prematch, .conle_idx_bottom .main-summary .summary-inplay {
		height: 100%!important;
		min-height: 100%!important;
	}
	.btn_header_sport, .btn_header_inplay, .btn_header_incoming {
		float: left;
		margin-right: 0px;
	}
	.btn_header_noevent {
		float: left;
		margin-right: 5px;
	}
	#btn_header_screen_mode {
		display: none;
	}
	.panel-mobile-cart-wrap {
		display: block;
	}
	#sp_sch .sp_calendar {
		display: none;
	}
	table.tbl_sports_detail, table.tbl_games_detail {
		min-width: auto;
	}
	table.tbl_sports_detail thead tr th, table.tbl_games_detail thead tr th {
		font-size: .9em;
	}
	table.tbl_sports_detail tbody td, table.tbl_games_detail tbody td {
		font-size: .9em;
		height: 40px;
	}
	
	table.result {
	
	}
	
	#menu-sub-sports {
		position:relative;
		width:1000%;
		height:40px;
		z-index:1000 !important;
		overflow: hidden !important;
	}
	.menu-sub {
		margin-top: 0;
		overflow-x:scroll;
	}
	.menu-sub .game_frame_default {
		overflow: hidden;
	}
	.menu-sub .game_frame_bg {
		max-height: 350px;
		overflow: hidden;
	}
	.sp_sch_wrap {
		text-align: left;
	}
	.casino_frame {
		background: url(/img/casino/bg_evolution.jpg);
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-height: 400px;
		padding-top: 100px;
	}
	.casino_frame .btn_main {
		width: 200px;
		height: 200px;
	}
	#toast {
		bottom: 20px;
		right: -20px;
		transform: translate(0, 0);
	}
	.game_odds_timer_wrap {
		float: right;
		margin-right: 20px;
	}
	.conle_idx_casino_head {
		background-image: none !important;
		background-color: #080808;
		height: 80px;
	}
	.conle_idx_casino_head.slot { background-image: none !important; }
	.conle_idx_bottom .bottom_title {
		padding: 12px 20px;
		line-height: 32px;
		margin: 10px 0;
	}
	.conle_idx_tail {
	    margin:60px 0 20px;
	    padding:0 20px;
	}
	.conle_idx_tail img {width:100%;}
	.conle_idx_casino_top { height:80px; }
	.conle_idx_casino_top .bottom_title_left,
	.conle_idx_casino_top .bottom_title_right {
		display: block;
		width:100% !important;
		min-width:100% !important;
		height:34px;
		line-height:30px;
		margin:0px 10px;
		padding:5px 10px 0;
		background: var(--main-bg-color);
		text-align:right;
		float:right;
	}
	.conle_idx_casino_top .bottom_title_right {
		display: block;
		padding:0 10px 10px;
		margin: 0 10px 10px;
	}
	.conle_idx_casino_top .bottom_title_right .frm_input {
		width:120px;
		max-width:120px;
		margin-right:10px;
	}
	.conle_idx_casino_head {
    	display:none;
	}
	
	.cls_my_level {
		position:absolute;
		display:inline-block;
		width:18px;
		height:18px;
		top:6px;
		left:20px;
	    background-size: contain;
	    background-repeat: no-repeat;
	}

	.btn_deposit, .btn_withdraw {
	    width: 80px;
	}
	.btn-bet-red, .btn-bet-blue, .btn-bet-gray {
		width: 60px;
		line-height: 28px;
	}
	.new_win_con_bg {
		margin: 0;
		padding: 0;
		background: 0 0;
	}
	.new_win_con_bg .new_win_con_bg_inner {
		max-width: 100%;
		padding: 20px;
	}
	.side_banner {
		width: 100%;
		height: 60px;
		text-align: center;
		margin-top: 5px;
	}
	.side_banner img {
		width: 100%;
		height: auto;
	}
}

/* 모바일가로모드 */
@media only screen and (min-device-width:768px) and (max-device-width:1280px) and (orientation:landscape) {
    #header {
		position: relative!important;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	#mobile_menu_open, #mobile_user_open {
		display: inline-block;
	}
	#logo {
		position: relative!important;
		width: 20%;
		margin: 0 0 0 40px;
	}
	#logo img {
		width: 20%}
	#container {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.conle_lt:nth-of-type(1) {
		margin-top: 10px;
	}
	a.btn_admin, .btn_admin {
		padding: 0 10px;
	}
	#hd_wrapper_pc, #header-menu {
		display: none;
	}
	.header_login {
		display: none;
	}
	#sidedrawer {
		display: none;
		position: fixed;
		z-index: 9000;
		top: 0;
		left: 0;
		width: 30%;
		height: calc(100% - 58px);
		left: 0;
		background: #202024;
		transform: translate(0px);
	}
	#content-wrapper {
		margin-left: 0;
	}
	#container .conri {
		width: 100%;
		float: inherit;
		margin-top: 10px;
		margin-left: 0;
	}
	#container .conle {
		width: 100%;
		float: inherit;
	}
	#container .conri, #container .conri .ol, #container .conri .side_banner {
		display: none;
	}
	.conle_lt {
		width: 100%;
		margin-bottom: 10px;
	}
	.at-sports-main {
		min-width: 100%;
		height: auto;
	}
	.at-sports-wide {
		min-width: 100%;
		height: auto;
	}
	.at-sports-left {
		min-width: 100%;
		height: auto;
	}
	.at-sports-right {
		min-width: 100%;
		height: auto;
	}
	#subheader_top, #subheader_bottom {
		font-size: 1em;
		padding: 0;
		width: 100%;
		height: 50px;
		overflow: visible;
	}
	#subheader_bottom {
		height: 50px;
	}
	.btn_header_wrap {
	}
	.btn_header {
		width: 120px;
		height: 50px;
		line-height: 50px;
		margin-right: 10px;
		float: left;
	}
	.btn_header_sport, .btn_header_inplay, .btn_header_incoming {
		float: left;
		margin-right: 0px;
	}
	.btn_header_noevent {
		float: left;
		margin-right: 5px;
	}
	#btn_header_screen_mode {
		display: none;
	}
	.panel-mobile-cart-wrap {
		display: block;
	}
	#sp_sch .sp_calendar {
		display: none;
	}
	table.tbl_sports_detail, table.tbl_games_detail {
		min-width: auto;
	}
	table.tbl_sports_detail thead tr th, table.tbl_games_detail thead tr th {
		font-size: .9em;
	}
	table.tbl_sports_detail tbody td, table.tbl_games_detail tbody td {
		font-size: .9em;
		height: 40px;
	}
	.menu-sub .game_frame_default {
		overflow: hidden;
	}
	.menu-sub .game_frame_bg {
		max-height: 280px;
		overflow: hidden;
	}
	.game_odds_timer_wrap {
		float: right;
		margin-right: 20px;
	}
}
	
@media(max-width:720px) {
	#mobile-indicator {
		display: block;
	}
	.conle_lt {
		padding: 15px;
	}
	.header_login {
		display: inline-block;
		width: 165px;
		float: right;
		margin-top: 15px;
		margin-right: 20px;
	}
	.header_login ul {
		z-index: 9990;
		padding: 0;
		float: left;
		text-align: left;
	}
	.header_login li {
		position: relative;
		display: inline-block;
		width: 45px;
		font-size: .7em;
		text-align: center;
		color: #fff;
	}
	.header_login li i {
		display: block;
		font-size: 1.5em;
		margin: 0 auto;
	}
	a.btn_b01, .btn_b01, a.btn_b02, .btn_b02, a.btn_b03, .btn_b03, a.btn_b04, .btn_b04, a.btn_admin, .btn_admin {
		height: 34px;
	}
	.panel-mobile-cart-open .cart-menu-wrap {
		width: 33.3%}
	.panel-mobile-cart-open .cart-menu-wrap:nth-child(3) {
		width: 33.4%
	}
}

@media(max-width:480px) {
	a.btn_b01, .btn_b01, a.btn_b02, .btn_b02, a.btn_b03, .btn_b03, a.btn_b04, .btn_b04, a.btn_admin, .btn_admin {
		font-size: .95em;
		padding: 0 10px;
	}
}