@import "/src/css/common.css";
html, body {
	padding: 0;
	margin: 0;
}
body {
	background-color:#091017;
	font-family:  NanumGothic, "나눔고딕", dotum, "돋움", Arial, Helvetica, Verdana;
	font-size:1em;
	line-height: 22px;
	    color: #59626f;
	-webkit-text-size-adjust: auto;
}
body * {
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	position:relative;
	line-height: 1;
	color: #FFF;
	font-weight: 600;
	margin: 20px 0 10px 0;
	padding:0 0 0 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
p {
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited {
	color: #86CAFF;
	text-decoration: none;
}
pre {
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav {
	display: none;
}
#header, .header, #footer {
	background: #000000;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 50px;
	padding: 0 50px;
	background: url(/img/sky.png);
	border-bottom:1px solid #5D6368;
}
#header a, .header a {
	background: center center no-repeat transparent;
	width: 60px;
    height: 50px;
    background: url(/img/left_menu.png) no-repeat 0 0;
    background-size: 37px 33px;
	display: block;
	width: 52px;
	height: 29px;
	margin:6px 0 0 0;
	position: absolute;
	top: 0;
	left: 10px;
}
#header a.friends, .header a.friends {
	width:59px;
	background-image: url(/img/icon_mem.gif);
}
#header a.batting, .header a.batting {
	width:59px;
	background-image: url(/img/icon_batting.gif);
}
#header a.right, .header a.right {
	left: auto;
	right: 10px;
	z-index:10001;
}
#header .lnb {
	display:block;
	overflow:hidden;
	_width /**/:100%;
	height:26px;
	margin:0 -50px;
	padding:0 10px;
	text-align:center;	
}
#header .lnb li{
	list-style:none;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.2em;
}
#header .lnb li a{
	display:inline-block;
	position:relative;	
	height: 24px;
	line-height:24px;
	margin:0;
	padding:0 6px;
	border:1px solid #515559;
	background:#333 none;
}
#content, .content {
	padding: 0;
}
.container {
	padding-top:0;
}
html.mm-opened .mm-page, html.mm-opened #mm-blocker, html.mm-opened .mm-fixed-top, html.mm-opened .mm-fixed-bottom, html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
	-webkit-transition-property: top, right, bottom, left, border, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, border, -moz-transform;
	-ms-transition-property: top, right, bottom, left, border, -ms-transform;
	-o-transition-property: top, right, bottom, left, border, -o-transform;
	transition-property: top, right, bottom, left, border, transform;
}
html.mm-opened .mm-page, html.mm-opened #mm-blocker {
	left: 0%;
	top: 0;
	margin: 0;
	border: 0px solid rgba(0, 0, 0, 0);
}
html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker {
	border: 0px solid rgba(100, 100, 100, 0);
}
.mm-menu .mm-hidden {
	display: none;
}
.mm-fixed-top, .mm-fixed-bottom {
	position: fixed;
	left: 0;
}
.mm-fixed-top {
	top: 0;
}
.mm-fixed-bottom {
	bottom: 0;
}
html.mm-opened .mm-page, .mm-menu > .mm-panel {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html.mm-opened, html.mm-opened body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
html.mm-opened .mm-page {
	height: 100%;
	overflow: hidden;
	position: absolute;
}
html.mm-background .mm-page {
	background: inherit;
}
#mm-blocker {
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
	display: block;
}
.mm-menu.mm-current {
	display: block;
}
.mm-menu {
	background: inherit;
	display: block;
	overflow: hidden;
	height: 100%;
	padding: 0;
	position: absolute;
	left: -100%;
	-webkit-transition:0.5s;
	top: 0;
	z-index: 0;
}
.mm-menu > .mm-panel {
	background: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
}
.mm-menu > .mm-panel.mm-opened {
	left: 0%;
}
.mm-menu > .mm-panel.mm-subopened {
	left: -40%;
}
.mm-menu > .mm-panel.mm-highest {
	z-index: 1;
}
.mm-menu > .mm-panel.mm-hidden {
	display: block;
	visibility: hidden;
}
.mm-menu .mm-list {
	padding: 20px 0;
}
.mm-menu > .mm-list {
	padding: 20px 0 40px 0;
}
.mm-panel > .mm-list {
	margin-left: -20px;
	margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
	padding-top: 0;
}
.mm-list, .mm-list > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mm-list * {
	-webkit-text-size-adjust: none;
	font-family:  NanumGothic, "나눔고딕", dotum, "돋움", Arial, Helvetica, Verdana;
	font-size: 14px;
	text-shadow: none;
}
.mm-list a, .mm-list a:hover {
	text-decoration: none;
}
.mm-list > li {
	position: relative;
}
.mm-list > li > a, .mm-list > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	line-height: 20px;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
	width: auto;
	margin-left: 20px;
	position: relative;
	left: auto;
}
.mm-list a.mm-subopen {
	width: 40px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-list a.mm-subopen::before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
	width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
	border-left: none;
}
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
	padding-right: 5px;
	margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
	background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
	padding-right: 45px;
	margin-right: 0;
}
.mm-list a.mm-subclose {
	text-indent: 20px;
	padding-top: 30px;
	margin-top: -20px;
}
.mm-list > li.mm-label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
	text-indent: 20px;
	line-height: 25px;
	padding-right: 5px;
}
.mm-list > li.mm-spacer {
	padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
	padding-top: 25px;
}
.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 7px;
	height: 7px;
	margin-bottom: -5px;
	position: absolute;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-list a.mm-subopen:after {
	border-top: none;
	border-left: none;
	right: 18px;
}
.mm-list a.mm-subclose:before {
	border-right: none;
	border-bottom: none;
	margin-bottom: -15px;
	left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
	border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
	display: block;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
	height: 40px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	right: 16px;
}
html.mm-opened .mm-page {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-ismenu {
	background: #2C3742;
}
.mm-menu {
	color: rgba(255, 255, 255, 0.8);
}
.mm-menu .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
	background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(255, 255, 255, 0.05);
}
html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
	left: 50%;
}
.mm-menu {
	width: 50%;
}
 @media all and (max-width: 175px) {
.mm-menu {
	width: 140px;
}
html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
	left: 140px;
}
}
/*좌측메뉴사이즈조절*/
@media all and (min-width: 550px) {
.mm-menu {
	width: 200px;
}
html.mm-opened.mm-opening .mm-page, html.mm-opened.mm-opening #mm-blocker, html.mm-opened.mm-opening .mm-fixed-top, html.mm-opened.mm-opening .mm-fixed-bottom {
	left: 200px;
}
}
html.mm-nooverflowscrolling.mm-opened {
	height: auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
html.mm-nooverflowscrolling.mm-opened body {
	overflow: auto;
}
html.mm-nooverflowscrolling.mm-opened .mm-page {
	min-height: 1000px;
	position: fixed;
}
html.mm-nooverflowscrolling.mm-opened .mm-menu {
	height: auto;
	min-height: 1000px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	left: auto;
	top: auto;
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel {
	position: relative;
	height: auto;
	display: none;
	left: 0;
}
html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
	display: block;
}
.mm-list > li.mm-label * {
	font: inherit;
}
.mm-menu.mm-fixedlabels .mm-list {
	background: inherit;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label {
	background: inherit !important;
	opacity: 0.97;
	height: 25px;
	overflow: visible;
	position: relative;
	z-index: 1;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
	background: inherit;
	width: 100%;
	position: absolute;
	left: 0;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
	padding-top: 25px;
}
.mm-list > li.mm-label > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 17px;
}
.mm-list > li.mm-collapsed {
	display: none;
}
.mm-menu .mm-list li.mm-label > div > div {
	background: rgba(255, 255, 255, 0.05);
}
em.mm-counter {
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 40px;
	top: 50%;
}
em.mm-counter + a.mm-subopen {
	padding-left: 40px;
}
em.mm-counter + a.mm-subopen + a, em.mm-counter + a.mm-subopen + span {
	padding-right: 80px;
}
em.mm-counter + a.mm-fullsubopen {
	padding-left: 0;
}
.mm-vertical em.mm-counter {
	top: 12px;
	margin-top: 0;
}
.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + a, .mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + span {
	margin-right: 75px;
}
.mm-nosubresults > em.mm-counter {
	display: none;
}
.mm-menu em.mm-counter {
	color: rgba(255, 255, 255, 0.3);
}
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging #mm-blocker {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.mm-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	font-family: NanumGothic, "나눔고딕", dotum, "돋움", Arial, Helvetica, Verdana;
	font-size: 14px;
	text-shadow: none;
	background: inherit;
	border-bottom: 1px solid transparent;
	text-align: center;
	line-height: 20px;
	width: 100%;
	height: 60px;
	padding: 30px 40px 0 40px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.mm-header .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.mm-header .mm-prev, .mm-header .mm-next {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.mm-header .mm-prev:before, .mm-header .mm-next:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 7px;
	height: 7px;
	margin-bottom: -5px;
	position: absolute;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -15px;
}
.mm-header .mm-prev {
	left: 0;
}
.mm-header .mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 22px;
}
.mm-header .mm-next {
	right: 0;
}
.mm-header .mm-next:before {
	border-top: none;
	border-left: none;
	right: 18px;
}
.mm-menu.mm-hassearch .mm-header {
	height: 50px;
	padding-top: 20px;
	top: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-prev:before, .mm-menu.mm-hassearch .mm-header .mm-mext:before {
	margin-bottom: -10px;
}
.mm-menu.mm-hasheader li.mm-subtitle {
	display: none;
}
.mm-menu.mm-hasheader .mm-panel {
	padding-top: 80px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
	padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
	padding-top: 60px;
}
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
	padding-top: 100px;
}
.mm-menu .mm-header {
	border-color: rgba(0, 0, 0, 0.15);
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header a:before {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-search, .mm-search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mm-search {
	background: inherit;
	width: 100%;
	height: 50px;
	padding: 10px;
	position: relative;
	top: 0;
	z-index: 2;
}
.mm-search input {
	-webkit-text-size-adjust: none;
	font-family: NanumGothic, "나눔고딕", dotum, "돋움", Arial, Helvetica, Verdana;
	font-size: 14px;
	text-shadow: none;
	border: none;
	border-radius: 15px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 10px;
}
.mm-menu li.mm-nosubresults > a.mm-subopen {
	display: none;
}
.mm-menu li.mm-nosubresults > a.mm-subopen + a, .mm-menu li.mm-nosubresults > a.mm-subopen + span {
	padding-right: 10px;
}
.mm-menu li.mm-noresults {
	text-align: center;
	font-size: 20px;
	display: none;
	padding-top: 80px;
}
.mm-menu li.mm-noresults:after {
	border: none;
}
.mm-menu.mm-noresults li.mm-noresults {
	display: block;
}
.mm-menu.mm-hassearch > .mm-panel {
	padding-top: 60px;
}
.mm-menu .mm-search input {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.6);
}
.mm-menu li.mm-noresults {
	color: rgba(255, 255, 255, 0.3);
}
html.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	left: 100%;
}
.mm-menu.mm-fullscreen {
	width: 100%;
}
 @media all and (max-width: 140px) {
.mm-menu.mm-fullscreen {
	width: 140px;
}
html.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	left: 140px;
}
}
@media all and (min-width: 10000px) {
.mm-menu.mm-fullscreen {
	width: 10000px;
}
html.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	left: 10000px;
}
}
.mm-menu.mm-top.mm-fullscreen {
	height: 100%;
}
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
	top: 100%;
}
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	bottom: -100%;
}
 @media all and (max-height: 140px) {
.mm-menu.mm-top.mm-fullscreen {
	height: 140px;
}
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
	top: 140px;
}
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	bottom: -140px;
}
}
@media all and (min-height: 10000px) {
.mm-menu.mm-top.mm-fullscreen {
	height: 10000px;
}
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
	top: 10000px;
}
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	bottom: -10000px;
}
}
.mm-menu.mm-right.mm-fullscreen {
	width: 100%;
}
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	right: 100%;
}
 @media all and (max-width: 140px) {
.mm-menu.mm-right.mm-fullscreen {
	width: 140px;
}
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	right: 140px;
}
}
@media all and (min-width: 10000px) {
.mm-menu.mm-right.mm-fullscreen {
	width: 10000px;
}
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	right: 10000px;
}
}
.mm-menu.mm-bottom.mm-fullscreen {
	height: 100%;
}
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	bottom: 100%;
}
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
	top: -100%;
}
 @media all and (max-height: 140px) {
.mm-menu.mm-bottom.mm-fullscreen {
	height: 140px;
}
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	bottom: 140px;
}
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
	top: -140px;
}
}
@media all and (min-height: 10000px) {
.mm-menu.mm-bottom.mm-fullscreen {
	height: 10000px;
}
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker, html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
	bottom: 10000px;
}
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
	top: -10000px;
}
}
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
	left: -100%;
}
 @media all and (max-width: 140px) {
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
	left: -140px;
}
}
@media all and (min-width: 10000px) {
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
	left: -10000px;
}
}
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
	top: -100%;
}
 @media all and (max-height: 140px) {
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
	top: -140px;
}
}
@media all and (min-height: 10000px) {
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
	top: -10000px;
}
}
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
	right: -100%;
}
 @media all and (max-width: 140px) {
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
	right: -140px;
}
}
@media all and (min-width: 10000px) {
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
	right: -10000px;
}
}
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
	bottom: -100%;
}
 @media all and (max-height: 140px) {
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
	bottom: -140px;
}
}
@media all and (min-height: 10000px) {
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
	bottom: -10000px;
}
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
	left: 0;
	right: auto;
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-top {
	top: 0;
}
html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
	bottom: 0;
}
html.mm-opened.mm-fullscreen .mm-page {
	box-shadow: none !important;
}
/*
	The CSS rules in this file should force all transitions for the menu into hardware acceleration.
	Unfortunately, this is really buggy in different browsers.
	Use with caution and test thoroughly!
*/
html.mm-accelerated.mm-opened .mm-page, html.mm-accelerated.mm-opened #mm-blocker, html.mm-accelerated.mm-opened .mm-menu.mm-front, html.mm-accelerated.mm-opened .mm-menu.mm-next {
	-webkit-transform: translate3d(0, 0, 0px);
	-moz-transform: translate3d(0, 0, 0px);
	-ms-transform: translate3d(0, 0, 0px);
	-o-transform: translate3d(0, 0, 0px);
	transform: translate3d(0, 0, 0px);
}
html.mm-accelerated.mm-opened.mm-opening .mm-page, html.mm-accelerated.mm-opened.mm-opening #mm-blocker, html.mm-accelerated.mm-opened.mm-opening .mm-menu.mm-front, html.mm-accelerated.mm-opened.mm-opening .mm-menu.mm-next {
	-webkit-transform: translate3d(0, 0, 1px);
	-moz-transform: translate3d(0, 0, 1px);
	-ms-transform: translate3d(0, 0, 1px);
	-o-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
}
html.mm-accelerated .mm-menu.mm-horizontal .mm-panel {
	-webkit-transform: translate3d(0, 0, 0px);
	-moz-transform: translate3d(0, 0, 0px);
	-ms-transform: translate3d(0, 0, 0px);
	-o-transform: translate3d(0, 0, 0px);
	transform: translate3d(0, 0, 0px);
}
html.mm-accelerated .mm-menu.mm-horizontal .mm-panel.mm-opened {
	-webkit-transform: translate3d(0, 0, 1px);
	-moz-transform: translate3d(0, 0, 1px);
	-ms-transform: translate3d(0, 0, 1px);
	-o-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
}
html.mm-accelerated .mm-menu.mm-horizontal .mm-panel.mm-opened.mm-subopened {
	-webkit-transform: translate3d(0, 0, 2px);
	-moz-transform: translate3d(0, 0, 2px);
	-ms-transform: translate3d(0, 0, 2px);
	-o-transform: translate3d(0, 0, 2px);
	transform: translate3d(0, 0, 2px);
}
.mm-menu.mm-top {
	width: 100%;
}
html.mm-top.mm-opened .mm-page, html.mm-top.mm-opened #mm-blocker {
	top: 0%;
}
html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top, html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
	left: 0;
}
.mm-menu.mm-right {
	left: auto;
	right: 0;
}
html.mm-right.mm-opened .mm-page, html.mm-right.mm-opened #mm-blocker, html.mm-right.mm-opened .mm-fixed-top, html.mm-right.mm-opened .mm-fixed-bottom {
	left: auto;
	right: 0%;
}
html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
	left: auto;
}
.mm-menu.mm-bottom {
	width: 100%;
	top: auto;
	bottom: 0;
}
html.mm-bottom.mm-opened .mm-page, html.mm-bottom.mm-opened #mm-blocker {
	bottom: 0%;
	top: auto;
}
html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-top, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
	top: auto;
	left: 0;
}
.mm-menu.mm-top {
	height: 80%;
}
html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
	top: 80%;
}
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
	bottom: -80%;
}
 @media all and (max-height: 175px) {
.mm-menu.mm-top {
	height: 140px;
}
html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
	top: 140px;
}
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
	bottom: -140px;
}
}
@media all and (min-height: 1100px) {
.mm-menu.mm-top {
	height: 880px;
}
html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top {
	top: 880px;
}
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
	bottom: -880px;
}
}
.mm-menu.mm-right {
	width: 80%;
}
html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
	right: 80%;
}
 @media all and (max-width: 175px) {
.mm-menu.mm-right {
	width: 140px;
}
html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
	right: 140px;
}
}
@media all and (min-width: 550px) {
.mm-menu.mm-right {
	width: 440px;
}
html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
	right: 440px;
}
}
.mm-menu.mm-bottom {
	height: 80%;
}
html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
	bottom: 80%;
}
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
	top: -80%;
}
 @media all and (max-height: 175px) {
.mm-menu.mm-bottom {
	height: 140px;
}
html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
	bottom: 140px;
}
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
	top: -140px;
}
}
@media all and (min-height: 1100px) {
.mm-menu.mm-bottom {
	height: 880px;
}
html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
	bottom: 880px;
}
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
	top: -880px;
}
}
html.mm-front.mm-opened .mm-page {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}
.mm-menu.mm-front, .mm-menu.mm-next {
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
	-webkit-transition-property: top, right, bottom, left, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, -moz-transform;
	-ms-transition-property: top, right, bottom, left, -o-transform;
	-o-transition-property: top, right, bottom, left, -o-transform;
	transition-property: top, right, bottom, left, transform;
}
html.mm-front .mm-page, html.mm-front #mm-blocker {
	z-index: 0;
}
.mm-menu.mm-front {
	z-index: 1;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
	box-shadow: none;
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
	left: 0%;
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
	left: 0;
}
html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
	left: 0;
	top: 0%;
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
	left: auto;
}
html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
	left: auto;
	right: 0%;
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
	top: auto;
	left: 0;
}
html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
	left: 0;
	bottom: 0%;
}
.mm-menu.mm-front, .mm-menu.mm-next {
	left: -80%;
}
 @media all and (max-width: 175px) {
.mm-menu.mm-front, .mm-menu.mm-next {
	left: -140px;
}
}
@media all and (min-width: 550px) {
.mm-menu.mm-front, .mm-menu.mm-next {
	left: -440px;
}
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
	top: -80%;
}
 @media all and (max-height: 175px) {
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
	top: -140px;
}
}
@media all and (min-height: 1100px) {
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
	top: -880px;
}
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
	right: -80%;
}
 @media all and (max-width: 175px) {
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
	right: -140px;
}
}
@media all and (min-width: 550px) {
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
	right: -440px;
}
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
	bottom: -80%;
}
 @media all and (max-height: 175px) {
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
	bottom: -140px;
}
}
@media all and (min-height: 1100px) {
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
	bottom: -880px;
}
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
	left: 0;
	right: auto;
}
html.mm-opened.mm-front .mm-fixed-top, html.mm-opened.mm-opening.mm-front .mm-fixed-top {
	top: 0;
}
html.mm-opened.mm-front .mm-fixed-bottom, html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
	bottom: 0;
}
html.mm-opened.mm-light .mm-page {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-ismenu.mm-light {
	background: #f3f3f3;
}
.mm-menu.mm-light {
	color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
	background: rgba(255, 255, 255, 0.6);
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light em.mm-rhttxt {
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 20px;
	top: 50%;
}
.mm-menu.mm-light em.mm-rhtx {
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: inline-block;		
	position: absolute;
	right: 6px;
	top: 15%;
}
.mm-menu.mm-light em.mm-rhtx a{
	display:inline-block;
	width:20px;
	height:20px;
	padding:6px 0 0 6px;
}
.mm-menu .bat_lst {
	display:block;
	margin:6px 6px 0 20px;
	padding:10 6px;
}
.mm-menu .bat_lst dt{
	display:block;
	margin:0;
	padding:4px 0 4px 10px;
	background-color:#ECECEC;
}
.mm-menu .bat_lst dd{
	display:block;
	position:relative;
	margin:0;
	padding:6px 30px 6px 0;
}
	
.mm-menu .bat_lst dd em.mm-rhtx {
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: inline-block;	
	position: absolute;
	right: 6px;
	top: 15%;
}
.mm-menu .bat_lst dd em.mm-rhtx a{
	display:inline-block;
	width:20px;
	height:20px;
	padding:6px 0 0 6px;
}

.mm-menu.mm-light .mm-search input {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light li.mm-noresults {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light em.mm-counter {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list li.mm-label > div > div {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-header {
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header a:before {
	border-color: rgba(0, 0, 0, 0.3);
}
html.mm-opened.mm-white .mm-page {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-ismenu.mm-white {
	background: white;
}
.mm-menu.mm-white {
	color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list > li:after {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
	background: rgba(0, 0, 0, 0.08);
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
	border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
	border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.08);
}
.mm-menu.mm-white .mm-list > li.mm-label {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-search input {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white li.mm-noresults {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white em.mm-counter {
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list li.mm-label > div > div {
	background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-header {
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header a:before {
	border-color: rgba(0, 0, 0, 0.3);
}
html.mm-opened.mm-black .mm-page {
	box-shadow: none;
}
.mm-ismenu.mm-black {
	background: black;
}
.mm-menu.mm-black {
	color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list > li:after {
	border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
	background: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
	border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
	border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-black .mm-list > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-label {
	background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
	background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-search input {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black li.mm-noresults {
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black em.mm-counter {
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list li.mm-label > div > div {
	background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-header {
	border-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header a:before {
	border-color: rgba(255, 255, 255, 0.3);
}
html.mm-slide .mm-menu {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
	-webkit-transform: translateX(-40%);
	-moz-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
}
html.mm-slide.mm-opening .mm-menu {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
	-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
	-webkit-transform: translateY(40%);
	-moz-transform: translateY(40%);
	-ms-transform: translateY(40%);
	-o-transform: translateY(40%);
	transform: translateY(40%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
html.mm-zoom-menu .mm-menu {
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateX(-40%);
	-moz-transform: scale(0.7, 0.7) translateX(-40%);
	-ms-transform: scale(0.7, 0.7) translateX(-40%);
	-o-transform: scale(0.7, 0.7) translateX(-40%);
	transform: scale(0.7, 0.7) translateX(-40%);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateX(0%);
	-moz-transform: scale(1, 1) translateX(0%);
	-ms-transform: scale(1, 1) translateX(0%);
	-o-transform: scale(1, 1) translateX(0%);
	transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateX(40%);
	-moz-transform: scale(0.7, 0.7) translateX(40%);
	-ms-transform: scale(0.7, 0.7) translateX(40%);
	-o-transform: scale(0.7, 0.7) translateX(40%);
	transform: scale(0.7, 0.7) translateX(40%);
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateX(0%);
	-moz-transform: scale(1, 1) translateX(0%);
	-ms-transform: scale(1, 1) translateX(0%);
	-o-transform: scale(1, 1) translateX(0%);
	transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateY(-40%);
	-moz-transform: scale(0.7, 0.7) translateY(-40%);
	-ms-transform: scale(0.7, 0.7) translateY(-40%);
	-o-transform: scale(0.7, 0.7) translateY(-40%);
	transform: scale(0.7, 0.7) translateY(-40%);
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateY(0%);
	-moz-transform: scale(1, 1) translateY(0%);
	-ms-transform: scale(1, 1) translateY(0%);
	-o-transform: scale(1, 1) translateY(0%);
	transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
	-webkit-transform: scale(0.7, 0.7) translateY(40%);
	-moz-transform: scale(0.7, 0.7) translateY(40%);
	-ms-transform: scale(0.7, 0.7) translateY(40%);
	-o-transform: scale(0.7, 0.7) translateY(40%);
	transform: scale(0.7, 0.7) translateY(40%);
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
	-webkit-transform: scale(1, 1) translateY(0%);
	-moz-transform: scale(1, 1) translateY(0%);
	-ms-transform: scale(1, 1) translateY(0%);
	-o-transform: scale(1, 1) translateY(0%);
	transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-page.mm-opened .mm-page {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
html.mm-zoom-page.mm-opening .mm-page {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
html.mm-zoom-page.mm-right.mm-opened .mm-page {
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-ms-transform-origin: right center;
	-o-transform-origin: right center;
	transform-origin: right center;
}
html.mm-zoom-page.mm-top.mm-opened .mm-page {
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
}
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
}
html.mm-zoom-panels .mm-panel {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
html.mm-zoom-panels .mm-panel.mm-opened {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
	-webkit-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
}
/*메인*/
.main_bk {	
	/*background:#273440 url(/img/main_bk.gif) no-repeat 50% 70px;*/
}
.main_info {
	display:block;
	position:relative;
	min-width:240px;
	height:74px;
	margin:60px 10px 0 10px;
	padding:10px 10px 0 10px;
	color:#ffffff;
	background:url(/img/main_info_box.gif) no-repeat
}
.info_rht {
	position:absolute;
	top:0;
	right:0;
	width:20px;
	height:64px;
	background:url(/img/main_info_boxrht.gif) no-repeat 100% 0;
}
.main_info dt {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	font-size:14px;
}
.main_info dd {
	display:inline;
	margin:4px 10px 4px 0;
	padding:0;
	font-size:12px;
}
.main_icon {
	display:inline-block;
	margin:10px auto;
	padding:10px 10px;
	text-align:center;
}
.main_icon li {
	display:inline-block;
	width:90px;
	list-style:none;
	margin:4px 0;
	font-size:12px;
	text-align:center;
}
.main_icon li a {

}
.main_icon li a img {
	width:67px;
	display:block;
}
.main_icon li a:link, .main_icon li a:active, .main_icon li a:visited {
	display: block;
	overflow: hidden;
	padding: 0.6em 12px;
	position: relative;
	color: rgb(0, 0, 0);
	letter-spacing: -1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#FFF;
	text-decoration:none;
}
/*승무패테이블*/
.data-game {
	width:100%;
	line-height: 16px;
	font-size: 12px;
	margin:6px 0;
background: ;
}
.data-game th {
	padding: 9px 6px 9px 6px;
}
.data-game td {
	padding: 1px 0 1px 0;
}
.data-game thead tr th {
	padding:2px;
}
.game_name {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: #1d4777;
    text-align: left;
    margin: 6px 0 4px 0;
    border-bottom: 1px solid #090c0f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-indent: 10px;
	color:  rgb(250, 244, 192);
}
.game_name img {
	margin:0;
	vertical-align:middle;
}

.data-game tbody tr th {
	color: rgb(102, 102, 102);
	font-weight: normal;
	border-top:1px solid rgb(83, 83, 83);
	background-color: rgb(239, 241, 242);
}
.data-game tbody tr td {
	position:relative!important;


}
.game_ul {
	display:inline-block;
	width:100%;
	margin:0;
	padding:1px 0 2px 0;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
}
.game_ul > li {
	display:inline-block;
	float:left;
	width:50%;
	margin:0 -4px 0 0;
	padding:2px 0 0 0;	
	cursor:pointer;
}

.game_ul > li.lft_li {
	width:53%;
}
.game_ul > li.rht_li {
	width:47%;
}
.game_ul li .lft_sec {
	position:relative;
	overflow:hidden;
	_width /**/:100%;
	padding:0 58px 0 0;
}
.game_ul li .rht_sec {
	position:relative;
	overflow:hidden;
	_width /**/:100%;
	padding:0 38px 0 0;
}
.game_state {
	position:absolute;
	display:inline-block;
	top:0;
	right:2px;
	width:28px;
	padding:2px 0;
	font-size:11px;
	color:#FCFF00;
	text-align:center;
}
.game_ul li .game_state_off {
	position:absolute;
	display:inline-block;
	top:0;
	right:2px;
	width:28px;
	padding:2px 0;
	font-size:11px;
	color:#8499AC;
	text-align:center;
}
.game_ul li .spot_game {
	float:left;
	width:100%;
	position:relative;
	padding:6px 2px 6px 2px;
	white-space:pre-line;
	border-top: 1px solid #313f50;
    border-bottom: 1px solid #000;
    background: -webkit-linear-gradient(#222d39 2%, #141a21 100%);
    background: -o-linear-gradient(#222d39 2%, #141a21 100%);
    background: linear-gradient(#222d39 2%, #141a21 100%);
}
.game_ul li .spot_game_off {
	float:left;
	width:100%;
	position:relative;
	padding:0 2px 2px 2px;
	white-space:pre-line;
	border:none;	
}
.game_ul li .spot_game_off * {
	color:#8499AC!important;
}
.game_ul li .spot_gamer {
	float:left;
	width:100%;
	position:relative;
	padding:0 2px 2px 2px;
	white-space:pre-line;
	border:1px solid #3F75A7;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#FFD800!important;
	/* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#303030));
	/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #303030, #000);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #303030, #000);
	/* IE 10 */
  background: -ms-linear-gradient(top, #303030, #000);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #303030, #000);
}
.game_ul li .spot_gamer_off {
	float:left;
	width:100%;
	position:relative;
	padding:0 2px 2px 2px;
	white-space:pre-line;
	border:none;	
}
.game_ul li .spot_gamer_off * {
	color:#8499AC!important;
}
.game_ul li .select_game {
	display:inline-block;
	width:100%;
	position:relative;

	white-space:pre-line;
	border:1px solid #FFF8CF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#001C4F;
    border-top: 1px solid #fffa86;
    border-bottom: 1px solid #000;
    background: -webkit-linear-gradient(#ddd530 2%, #7b6b15 100%);
    background: -o-linear-gradient(#ddd530 2%, #7b6b15 100%);
    background: linear-gradient(#ddd530 2%, #7b6b15 100%);
}
.game_ul li .spot_handi {
	position:absolute;
	display:inline-block;
	top:0;
	right:5px;
	width:40px;
	padding:6px 2px 6px 2px;
	cursor:pointer;color: #92b716;

	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align:center;
	font-size:11px;
    border-top: 1px solid #313f50;
    border-bottom: 1px solid #000;
    background: -webkit-linear-gradient(#222d39 2%, #141a21 100%);
    background: -o-linear-gradient(#222d39 2%, #141a21 100%);
    background: linear-gradient(#222d39 2%, #141a21 100%);
}
.game_ul li .spot_handi_off {
	position:absolute;
	display:inline-block;
	top:0;
	right:5px;
	width:40px;
	padding:0 2px 2px 2px;
	cursor:pointer;
	border:none;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:11px;
	color:#8499AC!important;
	text-align:center;
	background:none;
}
.game_ul li .spot_handi_off * {
	color:#8499AC!important;
	background:none;
}
.game_ul li .select_handi {
	position:absolute;
	display:inline-block;
	top:0;
	right:5px;
	width:40px;
	padding:0 2px 2px 2px;
	cursor:pointer;
	border:1px solid #FFF8CF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#001C4F;
	text-align:center;
	background-color:#FFD800!important;
	/* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFD800), to(#FFAE00));
	/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #FFAE00, #FFD800);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #FFAE00, #FFD800);
	/* IE 10 */
  background: -ms-linear-gradient(top, #FFAE00, #FFD800);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #FFAE00, #FFD800);
}
.game_ul li .lft_sec .spot_game .team_name, .game_ul li .lft_sec .spot_game_off .team_name {
	display:inline-block;
	overflow:hidden;	
	padding:0 40px 0 0;
	
}
.game_ul li .lft_sec .select_game .team_name {
	display:inline-block;
	overflow:hidden;
	padding:0 40px 0 0;
	
}
.game_ul li .lft_sec .spot_game .spot_alocat, .game_ul li .lft_sec .spot_game_off .spot_alocat {
	position:absolute!important;
	right:5px;
	top:5px;
	font-size:11px;
	color:#92b716;
}
.game_ul li .lft_sec .select_game .spot_alocat {
	position:absolute!important;
	right:5px;
	top:5px;
	font-size:11px;
	color:#000000
}
.game_ul li .rht_sec .spot_game .team_name, .game_ul li .rht_sec .spot_game_off .team_name {
	display:inline-block;
	float:right;
	overflow:hidden;	
	padding:0 0 0 40px;
	text-align:right;
}
.game_ul li .rht_sec .select_game .team_name {
	display:inline-block;
	float:right;
	overflow:hidden;
	padding:0 0 0 40px ;
	text-align:right;
}
.game_ul li .rht_sec .spot_game .spot_alocat, .game_ul li .rht_sec .spot_game_off .spot_alocat {
	position:absolute!important;
	left:5px;
	top:5px;
	font-size:11px;
	color:#92b716
}
.game_ul li .rht_sec .select_game .spot_alocat {
	position:absolute!important;
	left:5px;
	top:5px;
	font-size:11px;
	color:#000000
}
/*login*/
.login_bdy {
	
}
#login_box {
	position:absolute;
	top:200px;
	left:50%;
	width:262px;
	height:205px;
	margin:0 0 0 -130px;
	padding:0;
	white-space:normal;
	z-index:1000;
	background:url(/img/icon_login.png) no-repeat 20px 0;
}
.login_inputDL {
	position:relative;
	display:block;
	width:260px;
	margin:0;
}
.login_inputDL dd.btn_lgin {
	display:inline-block;
	float:left;
	margin:10px 0 0 16px;
}
.login_inputDL dd.btn_join {
	display:inline-block;
	float:left;
	margin:10px 0 0 5px;
}
.login_inputDL dt {
	display:inline;
	float:left;
	width:280px;
	margin:0 0 6px 0;
}
.login_inputDL dt label {
	display:inline-block;
	float:left;
	width:86px!important;
	margin:0;
	padding-right:8px;
	text-align:right;
	font-weight:bold;
	color:#FFF;
	line-height:29px;
}
.login_inputDL dt .login_input {
	display:inline-block;
	float:left;
	width:156px;
	height:29px;
	margin:0 0 0 96px;
	padding:0 0 0 4px;
	background:url(/img/login_inputBk.gif) no-repeat
}
.login_inputDL dt .login_input input {
	width:124px;
	margin:4px 0 0;
	border:1px solid #F6F6F6;
	background-color:#F6F6F6;
	font-size:14px!important;
	font-weight:600;
	color:#333;
}
#login_box .join_btn {
	display:block;
	clear:both;
	margin:20px 0 0 60px;
}
/*login_layer*/
#mask {
	position:absolute;
	z-index:100;
	background-color:#000;
	display:none;
	left:0;
	top:0;
}
.mask_window {
	display: none;
	position:absolute;
	left:50%;
	top:100px;
	
	z-index:100000;
	margin:0;
	margin-left:-194px;
	padding:0;
	border:4px solid #1D2025;
	background-color:#353636;
}
.mask_window .content_head {
	position:relative;
	float:left;
	width:360px;
	margin:0;
	padding:0 0 0 20px;
	font-size:16px;
	font-weight:600;
	line-height:37px;
	color:#FFF;
	background:#1D2025
}
.mask_window .content_head .btn_close_pop {
	position:absolute;
	right:10px;
	top:8px;
}
.pop_layer {
	display:inline-block;
	position:absolute;
	left:50%;
	top:120px;
	width:776px;
	margin:20px 0 0 -384px;
	border:1px solid #8B8B8B;
	z-index:10000;
}
.pop_layer .mask_window {
	display:inline-block;
	position:relative;
	width:768px;
	margin:0;
	padding:0;
	border:4px solid #1D2025;
	background-color:#353636;
}
.pop_layer .mask_window .content_head {
	position:relative;
	float:left;
	width:748px;
	margin:0;
	padding:0 0 0 20px;
	font-size:16px;
	font-weight:600;
	line-height:37px;
	color:#FFF;
	background:#1D2025
}
.pop_layer .mask_window .content_head .btn_close_pop {
	position:absolute;
	right:10px;
	top:8px;
}
.pop_contents {
	display:inline-block;
	width:94%;
	margin:20px;
	padding:0;
}
.pop_contents h2.cont_title {
	display:block;
	margin:0;
	padding:0 0 0 16px;
	font-size:12px;
	color:#556483;
	line-height:24px;
	background:url(/img/icon_bullet2.gif) no-repeat 0 50%;
}
/*login_table*/
.login_tbl {
	display:inline-table;
	width: 100%;
	margin:10px 0 10px 0;
	border-collapse:collapse;
	border-top:1px solid rgb(216, 216, 216);
	border-bottom:1px solid rgb(221, 221, 221);
	font-size: 12px;
	line-height: 22px;
}
.login_tbl th {
	padding: 6px 4px;
}
.login_tbl td {
	padding: 6px 4px;
}
.login_tbl thead tr th {
	color: rgb(147, 147, 147);
	font-weight: bold;
	background:rgb(239, 241, 242);
}
.login_tbl thead tr th.fst_th {
	color: rgb(147, 147, 147);
	font-weight: bold;
	background-color: rgb(47, 47, 47);
}
.login_tbl tbody tr th {
	border-bottom:1px solid rgb(111, 111, 111);
	color: rgb(147, 147, 147);
	font-weight: normal;
	background-color: rgb(23, 23, 23);
}
.login_tbl tbody tr td {
	border-left:1px solid rgb(111, 111, 111);
	border-bottom:1px solid rgb(111, 111, 111);
	background-color: rgb(83, 83, 83);
}
.login_tbl tbody tr td input[type='checkbox'], .login_tbl tbody tr td input[type='radio'], .login_tbl tbody tr td input[type='image'] {
	border:0px!important;
}
.login_tbl tbody tr td input[type='checkbox'], .login_tbl tbody tr td input[type='text'], .login_tbl tbody tr td input[type='image'], input[type='radio'] {
	vertical-align:middle
}
.login_tbl tbody tr td input[type='file'] {
	padding:1px 3px;
	vertical-align:middle;
	border:solid 1px #ccc;
	background-color:#FFF;
}
.login_tbl tbody tr td input[type='submit'] {
	padding:1px 4px;
	vertical-align:middle;
}
.login_tbl tbody tr td input[type='checkbox'], .login_tbl tbody tr td input[type='radio'] {
	margin-right:4px;
	border:none 0!important;
}
.login_tbl tbody tr td input[type='text'], .login_tbl tbody tr td input[type='password'] {
	padding:2px 4px;
	vertical-align:middle;
	border: 1px solid #828282;
	color:#CCC;
	background-color:#484848;
}
input.bet_money {
	border:1px solid #555;
	background-color:#373737;
	text-align:right;
	line-height:21px;
}
.login_tbl tbody tr td textarea {
	margin:4px 0;
	padding: 3px 0px 1px 3px;
	border: 1px solid #828282;
	font-family: 돋움, Dotum, Tahoma;
	color:#CCC;
	background-color:#484848;
}
.login_tbl thead tr th:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}
.login_tbl tbody tr td:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}
/*게시판테이블*/
.rht_layer {
	position:absolute;
	right:3px;
	top:50%;
	margin:-8px 0 0 0;
}
.rht_button {
	display:inline-block;
	position:absolute;
	right:3px;
	top:0;
	margin:0;
}
.table-board {
	table-layout:fixed;
	width:100%;
	line-height: 16px;
	font-size: 12px;
	margin:6px 0;
	background-color:#3E5061;
}
.table-board th {
	padding: 3px 6px 2px 6px;
}
.table-board td {
	padding: 5px 4px 3px 4px;
}
.table-board thead tr th {
	padding:2px;
}
.table-board thead tr th {
	font-size:11px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align:center;
	border-top:1px solid #3B4C5D;
	border-left:1px solid #3B4C5D;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background-color:#0e1317;
	/* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0e1317), to(#253440));
	/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #253440, #0e1317);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #253440, #0e1317);
	/* IE 10 */
  background: -ms-linear-gradient(top, #253440, #0e1317);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #253440, #0e1317);
}
.table-board tbody tr {

    border-top: 1px solid #313f50;

    background: -webkit-linear-gradient(#222d39 2%, #141a21 100%);
    background: -o-linear-gradient(#222d39 2%, #141a21 100%);
    background: linear-gradient(#222d39 2%, #141a21 100%);
}
.table-board tbody tr.leag_name {
	padding:4px 4px 4px 4px;
	border:1px solid #CDD2D7!important;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 2px 2px 0 0;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align:left;
	background-color:#7EAF26;
	/* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00466F), to(#0071B3));
	/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #0071B3, #00466F);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #0071B3, #00466F);
	/* IE 10 */
  background: -ms-linear-gradient(top, #0071B3, #00466F);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #0071B3, #00466F);
}
.table-board tbody tr.bat_foot {
	height:58px;
	border-top:1px solid rgb(83, 83, 83);
	background-color:#7EAF26;
	/* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#050505), to(#252E37));
	/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #252E37, #050505);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #252E37, #050505);
	/* IE 10 */
  background: -ms-linear-gradient(top, #252E37, #050505);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #252E37, #050505);
}
.table-board tbody tr td {
	color: rgb(255, 255, 255);
	font-weight: normal;
	border-top:1px solid rgb(83, 83, 83);
	border-left:none!important;
}
.table-board tbody tr td {
	position:relative;
}
.table-board tbody tr td img {
	vertical-align:middle;
}
.table-board tbody tr td.game_td {
	padding-right:40px;
	position:relative;
}
.table-board tbody tr td.game_tdr {
	padding-left:40px;
	position:relative;
	    border-top: 1px solid #313f50;

    background: -webkit-linear-gradient(#222d39 2%, #141a21 100%);
    background: -o-linear-gradient(#222d39 2%, #141a21 100%);
    background: linear-gradient(#222d39 2%, #141a21 100%);
}
.table-board tbody tr td.win_game {
	border:1px solid #394A5A!important;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#222;
	    padding: 11px 4px 11px 4px;
	    background: -webkit-linear-gradient(#ddd530 2%, #7b6b15 100%);
    background: -o-linear-gradient(#ddd530 2%, #7b6b15 100%);
    background: linear-gradient(#ddd530 2%, #7b6b15 100%);
}
.table-board tbody tr td .rht_span {
	position:absolute;
	right:3px;
	top:50%;
	margin:-8px 0 0 0;
}
.table-board tbody tr td .lft_span {
	position:absolute;
	left:3px;
	top:50%;
	margin:-8px 0 0 0;
}
.table-board tbody tr td .bat_data {
	display:inline-block;
	position:relative;
	list-style:none;
	margin:0;
	padding:6 50px 10px 10px;
}
.table-board tbody tr td .bat_data li {
	display:inline-block;
	float:left;
	list-style:circle;
	margin:0;
	padding:0 10px;
}
.table-board tbody tr td .bat_data input[type='button'] {
	display:block
}
.rht_button input {
	margin-right:4px;
	color:#000!important;
	border:none 0!important;
}
/*테이블스타일*/
.data-x {
	table-layout:fixed;
	border-top:1px solid rgb(113, 113, 113);
	border-bottom:1px solid rgb(113, 113, 113);
	text-align:center;
	line-height: 1.4em;
	font-size: 12px;
	margin:0;
}
.data-x{
	display: block;
}
.data-x tr{
	display: block;
}
.data-x th,.data-x td{
	display: block;
}
.data-x tbody{
	display: block;
}
.data-x thead{
	display: block;
}
.data-x th {
	padding: 3px 2px;
}
.data-x td {
	padding: 3px 2;
}
.data-x tr{
    padding: 7px 5px 6px 5px;
	       border-bottom: 1px solid #222a34;
		background-color:#091017
		text-align: left;
}
.data-x tr.notice{
    padding: 7px 5px 6px 5px;
	    border-bottom: 1px solid #222a34;
		background-color: #141a21;
		text-align: left;
}
.data-x thead tr th {
	color: rgb(206, 206, 206);
	font-weight: bold;
	

	/* Safari 4-5, Chrome 1-9 */
background-color: #141a21;
    border-bottom: 1px solid #222a34;
}
.data-x  tr .name{
	margin-right: 15px;
	font-size:11px;
	    display: inline-block;
    font-size: 11px;
    color: #707988;
    padding-top: 1px;
}.data-x  tr .devider{
	margin-right: 15px;
	font-size:11px;
	    display: inline-block;
    font-size: 11px;
    color: #4e555f;
    padding-top: 1px;
}
.data-x  tr .date{
	font-size:11px;
	    display: inline-block;
    font-size: 11px;
    color: #4e555f;
    padding-top: 1px;
}
.data-x tbody tr th {
	color: rgb(206, 206, 206);
	font-weight: normal;
	border-top:1px solid rgb(83, 83, 83);
	border-left:1px solid rgb(61, 61, 61);
	background-color: rgb(39, 39, 39);
}
.data-x tbody tr td {
	text-align: left;
	color: #a7aeba;
	word-break:break-all;


}
.data-x thead tr th:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}
.data-x tbody tr td:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}
.data-x_r {
	font-size: 12px;
	margin:0;
	border-top:1px solid rgb(113, 113, 113);
	border-bottom:1px solid rgb(113, 113, 113);
}
.data-x_r th {
	padding: 4px 0px 4px;
}
.data-x_r td {
	padding: 4px 0px 4px;
}
.data-x_r thead tr th {
	padding:4px 0;
	text-align:center;
	font-size:16px;
	color: rgb(215, 228, 0);
	font-weight: 500;
	border-left:1px solid rgb(61, 61, 61);
}
.data-x_r thead tr th:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}
.data-x_r tbody tr th {
	text-align:center;
	color: rgb(206, 206, 206);
	font-weight: normal;
	width: 100px;
	border-top:1px solid rgb(83, 83, 83);
	background-color: rgb(39, 39, 3, .4);
}
.data-x_r tbody tr td {
	border-top:1px solid rgb(83, 83, 83);
	border-left:1px solid rgb(61, 61, 61);
	padding: 20px 0;
}
.data-x_r tbody tr td.attend_tr {
	border-top:1px solid rgb(83, 83, 83);
	border-left:1px solid rgb(61, 61, 61);
	background-color:rgb(61, 61, 61, .4);
}
.data-x_r tbody tr td.comment_td {
	padding:0!important;
}
.comment_dl {
	overflow:hidden;
	_width /**/:100%;
	margin:0;
	padding:6px 10px 6px 90px;
	border-bottom:dotted 1px #999;
	text-align:left;
	line-height:1.4em;
	border-bottom:1px dotted #666;
}
.comment_dl dt {
	float:left;
	position:relative;
	left:-80px;
	width:70px;
	margin-right:-80px;
}
.comment_dl dd {
	float:left;
	word-break:break-all;
	width:100%;
}
.comment_dl dd span.comment_del {
	position:absolute;
	right:10px;
	top:10px;
}
.data-x_r tbody tr td.attach_bat {
	padding:0!important;
	border-top:1px solid rgb(83, 83, 83);
	border-left:1px solid rgb(61, 61, 61);
	background-color: rgb(17, 17, 17, .4);
}
.attend_div {
	display:block;
	overflow:hidden;
	_width /**/:100%;
	padding:10px;
	border-bottom:1px solid rgb(113, 113, 113);
	background-color:#2D4459;
	vertical-align:middle;
}
.attend_div .attend1 {
	float:left;
	color: #fff;
	position:relative;
	left:-60px;
	width:60px;
	margin-right:-60px;
	text-align:center!important;
}
.attend_div .attend2 {
	float:left;
	width:100%;
}
.attend_div .attend3 {
	float:left;
	position:relative;
	left:90px;
	width:70px;
	margin-left:-80px;
}
.attend_div img {
	vertical-align:middle
}
.win_list {
	display:block;
	margin:0;
	padding:0;
}
.win_list li {
	list-style:none;
	margin:0;
	display:block;
	overflow:hidden;
	_width /**/:100%;
	padding:6px 160px 6px 40px;
	border-bottom:dotted 1px #999;
	text-align:left;
}
.win_txt1 {
	float:left;
	position:relative;
	left:-40px;
	width:40px;
	margin-right:-40px;
	text-align:center!important;
}
.win_txt2 {
	float:left;
	word-break:break-all;
	width:100%;
}
.win_txt3 {
	float:left;
	position:relative;
	left:260px;
	width:60px;
	margin-left:-250px;
}
.win_txt4 {
	float:left;
	position:relative;
	left:180px;
	width:70px;
	margin-left:-100px;
}
.data-x_r tbody tr td input[type='checkbox'], .data-x_r tbody tr td input[type='radio'], .data-x_r tbody tr td input[type='image'] {
	border:0px!important;
}
.data-x_r tbody tr td input[type='checkbox'], .data-x_r tbody tr td input[type='text'], .data-x_r tbody tr td input[type='image'], input[type='radio'] {
	vertical-align:middle
}
.data-x_r tbody tr td input[type='file'] {
	padding:1px 3px;
	vertical-align:middle;
	border:solid 1px #ccc;
	background-color:#FFF;
}
.data-x_r tbody tr td input[type='submit'] {
	padding:1px 4px;
	vertical-align:middle;
}
.data-x_r tbody tr td input[type='checkbox'], .data-x_r tbody tr td input[type='radio'] {
	margin-right:4px;
	border:none 0!important;
}
.data-x_r tbody tr td input[type='text'], .data-x_r tbody tr td input[type='password'] {
	height:18px;
	padding:2px 4px;
	vertical-align:middle;
	border: 1px solid #828282;
	font-family: 돋움, Dotum, Tahoma;
	color:#CCC;
	line-height:18px;
	background-color:#484848;
}
.data-x_r tbody tr td textarea {
	margin:4px 0;
	padding: 3px 0px 1px 3px;
	border: 1px solid #828282;
	font-family: 돋움, Dotum, Tahoma;
	color:#CCC;
	background-color:#484848;
}
.data-x_r thead tr th:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}
.data-x_r tbody tr td:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}
/*이용규정*/
h3.rule_h3 {
	font-size:14px;
	color:#FFF;
	margin:10px 0;
	padding:4px 6px;
	border:1px solid #6485A4;
	background-color:#4B657D;
}
.policy_txt {
	list-style:none;
	line-height:1.4em;
	margin:10px;
	padding:0 0 0 10px
}
.policy_txt > li {
	display:list-item!important;
	list-style-type:decimal!important;
	list-style-position:outside;
	margin:10px 0 0 10px;
	padding:0;
}
.policy_txt_ol {
	list-style:none;
	margin:6px 0 0 6px;
	padding:0
}
.policy_txt_ol li {
	list-style:none;
	margin:0;
	padding:0
}
.span_txt {
	margin:20px 20px;
	padding:0;
	word-break: break-all;
}
.policy-x {
	border-top:1px solid rgb(206, 206, 206);
	border-bottom:1px solid rgb(206, 206, 206);
	text-align:center;
	line-height: 1.6em;
	font-size: 12px;
	margin:10px 0 20px 0;
}
.policy-x th {
	padding: 4px 6px!important;
}
.policy-x td {
	padding: 4px 6px!important;
}
.policy-x thead tr th {
	color: rgb(206, 206, 206);
	font-size:12px;
	font-weight: bold;
}
.policy-x tbody tr th {
	color: rgb(206, 206, 206);
	font-weight: normal;
	border-top:1px solid rgb(83, 83, 83);
	border-left:1px solid rgb(61, 61, 61);
	background-color: rgb(39, 39, 39);
}
.policy-x tbody tr td {
	border-top:1px solid rgb(83, 83, 83);
	border-left:1px solid rgb(61, 61, 61);
}
.policy-x thead tr th:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}
.policy-x tbody tr td:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}
.chrge_tbl {
	display:inline-table;
	margin:10px 0 10px 0;
	border-collapse:collapse;
	border-top:1px solid rgb(101, 123, 144)!important;
	border-bottom:1px solid rgb(221, 221, 221);
	font-size: 12px;
	line-height: 22px;
}
.chrge_tbl th {
	padding: 6px 4px;
}
.chrge_tbl td {
	padding: 6px 10px;
}
.chrge_tbl thead tr th {
	color: rgb(147, 147, 147);
	font-weight: bold;
	background:rgb(83, 101, 118);
}
.chrge_tbl thead tr th.fst_th {
	color: rgb(147, 147, 147);
	font-weight: bold;
	background-color: rgb(47, 47, 47);
}
.chrge_tbl tbody tr th {
	border-bottom:1px solid rgb(101, 123, 144);
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-color: rgb(83, 101, 118);
}
.chrge_tbl tbody tr td {
	text-align:left;
	border-top:1px solid rgb(101, 123, 144)!important;
	border-bottom:1px solid rgb(101, 123, 144);
}
.chrge_tbl tbody tr td input[type='checkbox'], .chrge_tbl tbody tr td input[type='radio'], .chrge_tbl tbody tr td input[type='image'] {
	border:0px!important;
}
.chrge_tbl tbody tr td input[type='checkbox'], .chrge_tbl tbody tr td input[type='text'], .chrge_tbl tbody tr td input[type='image'], input[type='radio'] {
	vertical-align:middle
}
.chrge_tbl tbody tr td input[type='file'] {
	padding:1px 3px;
	vertical-align:middle;
	border:solid 1px #ccc;
	background-color:#FFF;
}
.chrge_tbl tbody tr td input[type='submit'] {
	padding:1px 4px;
	vertical-align:middle;
}
.chrge_tbl tbody tr td input[type='checkbox'], .chrge_tbl tbody tr td input[type='radio'] {
	margin-right:4px;
	border:none 0!important;
}
.chrge_tbl tbody tr td input[type='text'], .chrge_tbl tbody tr td input[type='password'] {
	height:18px;
	padding:2px 4px;
	vertical-align:middle;
	border: 1px solid #828282;
	color:#CCC!important;
	background-color:#484848;
}
.chrge_tbl tbody tr td textarea {
	margin:4px 0;
	padding: 3px 0px 1px 3px;
	border: 1px solid #828282;
	font-family: 돋움, Dotum, Tahoma;
	color:#CCC;
	background-color:#484848;
}
.chrge_tbl tbody tr td a img {
	margin:0 0 0 2px;
	vertical-align:middle;
	border:0;
}
.chrge_tbl thead tr th:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none!important;
}
.chrge_tbl tbody tr td:first-child {
	border-left-color: currentColor;
	border-left-width: medium;
	border-left-style: none;
}
/*하단버튼*/
.btn_area {
	display:inline-block;
	position:relative;
	width:100%;
	height:39px;
	margin:10px 0;
}
.rht_btn {
	display:inline-block;
	position:absolute;
	right:10px;
	top:0
}
.cent_btn {
	position:absolute;
	left:50%;
	top:0
}
/*환전*/
.chrge_txt {
	list-style:decimal;
	width:90%;
	margin:10px 0 10px 30px;
	padding:0
}
.battign_btn {
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
}
.battign_btn span {
	display:inline;
	margin:6px 0 0 0!important;
	padding:0;
}
.lst_dl {
	display:inline-block;
	margin:0;
	padding:4px 30px 0 20px;
}
.lst_dl dd {
	display:inline;
	list-style:none;
	float:left;
	margin:3px 6px 0 0;
}
.game_time1 {
	display:inline-block;
	margin:0;
	padding:2px 4px;
	color:#C2E44E;
}
.main_jackpot{
	font-size:12px;
	padding:1px 6px;
	border:1px dotted #5B9400!important;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 2px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align:left;
	background-color:#121A00;
	/* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#304500), to(#121A00));
	/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #121A00, #304500);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #121A00, #304500);
	/* IE 10 */
  background: -ms-linear-gradient(top, #121A00, #304500);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #121A00, #304500);
}
.jackpot_stl{
	position:absolute; 
	right:10px; 
	top:0; 
	font-size:12px;
	padding:3px 6px;
	border:1px dotted #5B9400!important;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 2px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align:left;
	background-color:#121A00;
	/* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#304500), to(#121A00));
	/* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #121A00, #304500);
	/* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #121A00, #304500);
	/* IE 10 */
  background: -ms-linear-gradient(top, #121A00, #304500);
	/* Opera 11.10+ */
  background: -o-linear-gradient(top, #121A00, #304500);
}
.mlogo {
    position: absolute;
    top: 115px;
    left: 50%;
    margin: 0 0 0 -120px;
}

/*배팅카트*/
/*! CSS Used from: https://kbk-999.com/css/m/layout.css?42 */

.t_blue{color:#00a5fc;}
.t_green{color:#92b716;}
.t_red {
    color: #e43636;
}
.bet_tc_1{color:#939eb9;}
.bet_tc_2{color:#ff489c;}
.bet_tc_3{color:#bfb912;}
.ip_type{width:100%;padding:5px 3%;color:#fff!important;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.trans_1{pointer-events:all;transform:translateY(0px);-webkit-transform:translateY(0px);transition:all 350ms ease-in-out;}
.box_shadow_2{-webkit-box-shadow:0px -13px 10px -5px rgba(0,0,0,0.4);-moz-box-shadow:0px -13px 10px -5px rgba(0,0,0,0.4);box-shadow:0px -13px 10px -5px rgba(0,0,0,0.4);}
.scr{-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;}
.bet_warp{width:100%;left:0;bottom:0;position:fixed;z-index:9999;}
.bet_box{background-color:#192028;padding:2px 5px 2px 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;z-index:9999!important;left:0;bottom:0;position:absolute;margin:0 auto;width:100%;height:46px;border-top:1px solid #24313c;}
.bet_box p{background-color:#aa4405;text-align:center;margin:5px 0 0;z-index:10!important;}
.bet_box p a{height:30px;line-height:30px;display:block;font-size:14px;font-weight:bold;color:#fff;letter-spacing:-1px;}
.bet_up{display:block;position:absolute;left:0;top:-21px;width:100%;height:21px;background:url(https://kbk-999.com/images/m/drop_up.png) no-repeat center 0;background-size:78px;text-indent:-9999px;}
.bet_down{display:block;position:absolute;left:0;top:-21px;width:100%;height:21px;background:url(https://kbk-999.com/images/m/drop_down.png) no-repeat center 0;background-size:78px;text-indent:-9999px;}
.bet_pop{-webkit-transition:0.5s;position:absolute;bottom:-300px;left:0px;right:0px;z-index:99999;background-color:#192028;border-top:1px solid #24313c;}
.bet_head{padding:5px 10px;overflow:hidden;}
.bet_head table{width:100%;table-layout:fixed;}
.bet_head table th{height:30px;font-weight:normal;text-align:left;vertical-align:middle;}
.bet_head table td{height:20px;line-height:20px;color:#616877;vertical-align:middle;}
.bet_head .bet_mm{width:100%;background-color:#11151a;color:#fff!important;font-size:14px;border:1px solid #273340;}
.bet_list_warp{background-color:#091017;position:relative;max-height:121px;overflow-y:scroll;}
.bet_list{padding:5px 10px;clear:both;}
.bet_list li{width:100%;padding:5px 5px;overflow:hidden;border:1px solid #212a34;margin-bottom:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.bet_list li:last-child{margin-bottom:0px!important;}
.bet_list li dl dd{float:left;line-height:1.4;}
.bet_list li dl dd:nth-child(1){width:70%;}
.bet_list li dl dd:nth-child(2){width:15%;text-align:center;}
.bet_list li dl dd:nth-child(3){width:15%;}
.bet_list li dl dd p{font-size:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#40505d;}
.bet_list li dl dd a{background-color:transparent;color:#d90000;border:1px solid #81031a;font-size:12px;display:block;overflow:hidden;height:30px;line-height:30px;text-align:center;}
.bet_list li dl dd span{display:block;}
.bet_list li dl dd .on{color:#7e8c9b;}
.bet_pop_bt{display:block;padding:5px 10px 9px 10px;background-color:#192028;border-top:1px solid #080b10;}
.bet_pop_bt ul{overflow:hidden;}
.bet_pop_bt li{float:left;}
.bet_pop_bt a{display:block;height:30px;font-size:14px;line-height:30px;text-align:center;color:#fff;}
.bet_pop_bt li:nth-child(1){width:25%;background-color:#aa4405;}
.bet_pop_bt li:nth-child(2){width:48%;background-color:#296200;margin:0px 0px 0px 1%;font-weight:bold;}
.bet_pop_bt li:nth-child(3){width:25%;background-color:#81031a;margin:0px 0px 0px 1%;}

/*ㅌㅌㅌㅌㅍㅍㅍㅍ*/
/*! C/*! CSS Used from: https://kbk-999.com/css/m/layout.css?42 */

.t_white{color:#fff;}
.content{clear:both;;background-size:auto 105px;width:100%;height:auto;min-height:90%;padding-bottom:50px;text-align:center;overflow:auto;-webkit-box-flex:1;z-index:10;}


.coin_in{text-align:center;border-top:1px solid #091017;}
.coin_in .coin_in_head{background-color:#141a21;border-bottom:1px solid #1e252e;border-top:1px solid #1e252e;color:#8791a0;text-align:left;padding-left:2%;}
.coin_in .coin_in_title{display:block;height:34px;line-height:34px;font-size:13px;}
.coin_in_center{display:block;padding:15px 5px;color:#4c5d6f;text-align:left;line-height:1.4;font-size:12px;}
.coin_in_center em{color:#ab80d9;font-style:normal;}
.coin_in_center > p{padding-bottom:8px;color:#515a67;}
.coin_in_bet{padding:0 5px 30px 5px;clear:both;text-align:left;}
.coin_in_bet li{display:block;overflow:hidden;margin-bottom:5px;border:1px solid #1e262f;background-color:#141a21;padding:7px 5px 7px 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.coin_in_bet input{width:100%;padding:7px 4%;font-size:12px;border:1px solid #94accc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.coin_in_bet li strong{font-size:14px;}
.coin_in_bet input::-webkit-input-placeholder{font-size:12px;color:#4b4b4b;}
.coin_in_bet input:-moz-placeholder{font-size:12px;color:#4b4b4b;}
.coin_title_1{width:100%;display:inline-block;float:left;color:#7e8896;margin-bottom:3px;font-size:13px;}
.c_in_text_2{width:100%;display:inline-block;color:#db5b0b!important;font-size:12px;}
.c_in_text_4{width:100%;display:inline-block;color:#0dafb5!important;font-size:11px;}
.c_in_text_5{width:100%;display:inline-block;color:#7d92ad!important;font-size:11px;}
.coin_in_bet p{width:25%;display:block;float:left;padding:0 3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.coin_in_bt{display:inline-block;width:100%;padding:3px 0px;line-height:18px;float:left;margin:2px 0;text-align:center;}
.coin_in_bt_1,.coin_in_bt_2{display:inline-block;width:99.5%;padding:3px 0px;height:25px;line-height:25px;margin-bottom:2px;float:left;text-align:center;font-weight:600;font-size:13px;}
.coin_in_bt_2{height:35px!important;line-height:35px!important;font-size:16px!important;}
.c_in_bt_color{border:1px solid #324455!important;color:#fff!important;background-color:#1d2a34!important;}
.c_in_bt_color_1{border:1px solid #95152d!important;color:#fff!important;background-color:#721225!important;}
.c_in_bt_color_2{border:1px solid #d47414!important;color:#fff!important;background-color:#a55a0f!important;letter-spacing:-1px;}{display:block;height:34px;line-height:34px;font-size:13px;}
.coin_in_center{display:block;padding:15px 5px;color:#4c5d6f;text-align:left;line-height:1.4;font-size:12px;}
.coin_in_center em{color:#ab80d9;font-style:normal;}
.coin_in_center > p{padding-bottom:8px;color:#515a67;}
.coin_in_bet{padding:0 5px 30px 5px;clear:both;text-align:left;}
.coin_in_bet li{display:block;overflow:hidden;margin-bottom:5px;border:1px solid #1e262f;background-color:#141a21;padding:7px 5px 7px 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.coin_in_bet input{width:100%;padding:7px 4%;font-size:12px;border:1px solid #94accc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.coin_in_bet li strong{font-size:14px;}
.coin_in_bet input::-webkit-input-placeholder{font-size:12px;color:#4b4b4b;}
.coin_in_bet input:-moz-placeholder{font-size:12px;color:#4b4b4b;}
.coin_title_1{width:100%;display:inline-block;float:left;color:#7e8896;margin-bottom:3px;font-size:13px;}
.c_in_text_2{width:100%;display:inline-block;color:#db5b0b!important;font-size:12px;}
.c_in_text_4{width:100%;display:inline-block;color:#0dafb5!important;font-size:11px;}
.c_in_text_5{width:100%;display:inline-block;color:#7d92ad!important;font-size:11px;}
.coin_in_bet p{width:25%;display:block;float:left;padding:0 3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.coin_in_bt{display:inline-block;width:100%;padding:3px 0px;line-height:18px;float:left;margin:2px 0;text-align:center;}
.coin_in_bt_1,.coin_in_bt_2{display:inline-block;width:99.5%;padding:3px 0px;height:25px;line-height:25px;margin-bottom:2px;float:left;text-align:center;font-weight:600;font-size:13px;}
.coin_in_bt_2{height:35px!important;line-height:35px!important;font-size:16px!important;}
.c_in_bt_color{border:1px solid #324455!important;color:#fff!important;background-color:#1d2a34!important;}
.c_in_bt_color_1{border:1px solid #95152d!important;color:#fff!important;background-color:#721225!important;}
.c_in_bt_color_2{border:1px solid #d47414!important;color:#fff!important;background-color:#a55a0f!important;letter-spacing:-1px;}



/* --- ( coin ) --- */
.coin_in {text-align: center; border-top: 1px solid #091017;}
.coin_in .coin_in_head {background-color: #141a21; border-bottom: 1px solid #1e252e; border-top: 1px solid #1e252e; color: #8791a0; text-align: left; padding-left: 2%;}
.coin_in .coin_in_title {display: block; height: 34px; line-height: 34px; font-size: 13px;}
.coin_in .coin_tac {display: block; padding: 10px 0; border-top: 1px solid #1e252e; font-size: 13px; color: #e31f27;}
.coin_in_center {display: block; padding: 15px 5px; color: #4c5d6f; text-align: left; line-height:1.4; font-size: 12px;}
.coin_in_center em {color: #ab80d9; font-style: normal;}
.coin_in_center > p {padding-bottom: 8px; color: #515a67;}

.coin_in_bet {padding: 0 5px 30px 5px; clear: both; text-align: left; }
.coin_in_bet li {display: block; overflow: hidden; margin-bottom: 5px; border: 1px solid #1e262f; background-color: #141a21; padding: 7px 5px 7px 5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.coin_in_bet input {width:100%; padding:7px 4%; font-size:12px; border:1px solid #94accc; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing: border-box;}
.coin_in_bet li strong {font-size: 14px;}
.coin_in_bet input::-webkit-input-placeholder {font-size:12px;color: #4b4b4b;}
.coin_in_bet input:-moz-placeholder {font-size:12px;color: #4b4b4b;}

.coin_title_1 {width: 100%; display: inline-block; float: left; color: #7e8896; margin-bottom: 3px; font-size: 13px;}
.coin_title_2 {display: inline-block; float: left; color: #7e8896; padding-right: 5px;}
.c_in_text_1 {width: 100%; display: inline-block; color: #536473!important; font-size: 12px;}
.c_in_text_2 {width: 100%; display: inline-block; color: #db5b0b!important; font-size: 12px;}
.c_in_text_3 {width: 100%; display: inline-block; color: #029865!important; font-size: 11px;}
.c_in_text_4 {width: 100%; display: inline-block; color: #0dafb5!important; font-size: 11px;}
.c_in_text_5 {width: 100%; display: inline-block; color: #7d92ad!important; font-size: 11px;}

.coin_in_bet p {width: 25%; display: block; float: left; padding: 0 3px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing: border-box;}

.coin_in_bt {display: inline-block; width: 100%; padding: 3px 0px; line-height:18px; float: left; margin: 2px 0; text-align: center;}
.coin_in_bt_1, .coin_in_bt_2 {display: inline-block; width: 99.5%; padding: 3px 0px; height: 25px; line-height:25px; margin-bottom: 2px; float: left; text-align: center; font-weight: 600; font-size: 13px;}
.coin_in_bt_2 {height: 35px !important; line-height:35px !important; font-size: 16px !important;}

.c_in_bt_color {border: 1px solid #324455 !important; color: #fff !important; background-color: #1d2a34 !important;}
.c_in_bt_color_1 {border: 1px solid #95152d !important; color: #fff !important; background-color: #721225 !important;}
.c_in_bt_color_2 {border: 1px solid #d47414 !important; color: #fff !important; background-color: #a55a0f !important; letter-spacing: -1px;}

.member_input {margin-bottom: 5px;}
.bt_member_edit {width: 99.5% !important; padding: 5px 0 !important; font-size: 14px !important; color: #faf6d3 !important; border: 1px solid #b99400 !important; background-color: #9b7c00 !important; }

.coin_in_bet select {width:100%; padding:5px 4%; font-size:12px; border:1px solid #94accc; margin-bottom: 5px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.coin_in_bet select::-webkit-input-placeholder { font-size:11px;color: #4b4b4b;}
.coin_in_bet select:-moz-placeholder { font-size:11px;color: #4b4b4b;}

.rule_c_pd_15 {padding-left: 15px;}



.t_blue {color: #00a5fc;}
.t_sky {color: #9cb0c4;}
.t_yell {color: #f5d839;}
.t_red {color: #e43636;}
.t_violet {color: #ab80fc;}
.t_pink {color: #f0368b;}
.t_white {color: #fff;}
.t_org {color: #fc8208;}
.t_yell_b {color: #f5d839; font-weight: bold;}
.t_gray {color: #606e80;}
.t_green {color: #92b716;}


.info_t_co1 {color: #a3a4a6;}
.info_t_co2 {color: #4e92ea;}
.info_t_co3 {color: #dcd22a;}
.info_t_co4 {color: #88d52e;}

.bet_tc_1 {color: #939eb9;}
.bet_tc_2 {color: #ff489c;}
.bet_tc_3 {color: #bfb912;}


/*룰렛*/

.roulette{margin:20px auto 0 auto;font-family:"나눔바른고딕", "Nanum Barun Gothic", sans-serif;}
.roulette .roul_head{padding:10px 10px;margin:0 0 15px 0;text-align:left;border:1px solid #1C232C;background:#0C1014;}
.roulette .roul_head h3{font-size:14px;font-weight:normal;color:#fff;margin: 0;}
.roulette .roul_head p{padding:5px 0 0 0;font-size:12px;font-family:Dotum,'돋움','arial',sans-serif;}
.roulette .roul_head .ch_tx1{color:#ef284e;}
.roulette .roul_coin{width:100%;overflow:hidden;padding:12px 10px 0 10px;margin:0 0 15px 0;text-align:center;border:1px solid #1C232C;background:#0C1014;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.roulette .roul_coin span{display:block;margin-bottom:10px;font-size:14px;font-weight:normal;color:#707a88;}
.roulette .roul_coin span strong{color:#88d52e;}
.roulette .roul_cont{position:relative;margin:40px 0 20px 0;text-align:center;}
.roulette .roul_cont:before{display:block;position:absolute;top:-16px;left:50%;width:300px;margin-left:-150px;height:300px;background:url(https://kbk-999.com/images/m/roulette_bg.png) no-repeat 0 0;background-size:300px 300px;content:'';z-index:11!important;}
.roulette .roul_cont .roul_star{display:block;position:absolute;left:50%;top:50%;margin-top:-40px;margin-left:-40px;width:80px;height:80px;background:url(https://kbk-999.com/images/m/roulette_start.png) no-repeat 0 0;background-size:80px 80px;z-index:12;text-indent:-99999px;}
.roulette .roul_cont .roul_body{display:block;width:266px;height:266px;margin:0 auto;}
.roulette .roul_cont .roul_body img{width:266px;height:266px;z-index:10;}
.roulette .roul_cont .roul_body .roul_entry{z-index:12;}
.roulette .roul_cont .roul_body .roul_entry ul{overflow:hidden;}
.roulette .roul_cont .roul_body .roul_entry ul li{position:absolute;display:block;overflow:hidden;width:70px;height:20px;font-size:14px;color:#fff!important;white-space:nowrap;text-overflow:ellipsis;font-family:"나눔바른고딕", "Nanum Barun Gothic", sans-serif;text-shadow:1px 1px rgba(0, 0, 0, 0.5);}
.roulette .roul_cont .roul_body .roul_entry ul li.ety_num_1{top:44px;left:50%;margin-left:-5px;-webkit-transform:rotate(-68deg);-ms-transform:rotate(-68deg);-moz-transform:rotate(-68deg);-o-transform:rotate(-68deg);transform:rotate(-68deg);}
.roulette .roul_cont .roul_body .roul_entry ul li.ety_num_2{top:90px;left:50%;margin-left:38px;-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);-moz-transform:rotate(-30deg);-o-transform:rotate(-30deg);transform:rotate(-30deg);}
.roulette .roul_cont .roul_body .roul_entry ul li.ety_num_3{top:158px;left:50%;margin-left:38px;-webkit-transform:rotate(26deg);-ms-transform:rotate(26deg);-moz-transform:rotate(26deg);-o-transform:rotate(26deg);transform:rotate(26deg);}
.roulette .roul_cont .roul_body .roul_entry ul li.ety_num_4{top:200px;left:50%;margin-left:-6px;-webkit-transform:rotate(70deg);-ms-transform:rotate(70deg);-moz-transform:rotate(70deg);-o-transform:rotate(70deg);transform:rotate(70deg);}
.roulette .roul_cont .roul_body .roul_entry ul li.ety_num_5{top:202px;left:50%;margin-left:-62px;-webkit-transform:rotate(110deg);-ms-transform:rotate(110deg);-moz-transform:rotate(110deg);-o-transform:rotate(110deg);transform:rotate(110deg);}
.roulette .roul_cont .roul_body .roul_entry ul li.ety_num_6{top:124px;left:50%;margin-left:-114px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
.roulette .roul_cont .roul_body .roul_entry ul li.ety_num_7{top:44px;left:50%;margin-left:-64px;-webkit-transform:rotate(250deg);-ms-transform:rotate(250deg);-moz-transform:rotate(250deg);-o-transform:rotate(250deg);transform:rotate(250deg);}
.roulette .roul_cont .choice_icon{display:block;position:absolute;left:50%;top:-12px;margin-left:-14px;width:28px;height:48px;background:url(https://kbk-999.com/images/m/roulette_pin.png) no-repeat 0 0;background-size:28px 48px;z-index:12;}


/* --- ( sub_menu ) --- */
#sub_menu {width: 100%; height: 35px;}
#sub_menu ul {display: table; width: 100%; height: 35px;}
.sub_menu_t {display: table-cell; white-space: nowrap; text-align: center; padding-top: 7px; border-bottom: 1px solid #090c0f; background-color: #171d24; border-left: 1px solid #090c0f;}
.sub_menu_t a {color: #6e7c8d; display: block; cursor: pointer;}
.sub_menu_t.on {display: table-cell; white-space: nowrap; text-align: center; padding-top: 5px; background-color: #2c3745; border-top: 1px solid #090c0f; border-top-color: #3d4c5f;}
.sub_menu_t.on a {color: #fff; display: block; cursor: pointer;}

.g_data_bt_box{width:95%;height:28px;line-height:28px;text-align:right;margin:8px auto 28px auto;}
.g_data_bt_box .checkbox{margin-top:4px;}
.g_data_bt_box span{float:left;}
/*! end @import */

div,input{margin:0;padding:0;}
a:link,a:visited,a:active{text-decoration:none;}
a:hover{color:#656f7e;text-decoration:none;}
input{font-family:"돋움","arial",Dotum,sans-serif;font-size:12px;color:#333;}
i{font-style:normal;}
::-webkit-scrollbar{display:none;}
.checkbox{position:relative;cursor:pointer;overflow:hidden;display:inline-block;line-height:20px;}
.checkbox input.cb_box{position:absolute;top:0;left:0;opacity:0;cursor:pointer;z-index:5;width:20px;height:20px;}
.checkbox i{float:left;display:block;width:20px;height:20px;z-index:3;background:url(https://kbk-999.com/images/m/check_bg.png) no-repeat;}
.checkbox label{float:left;margin-left:5px;cursor:pointer;color:#59626f;}
.checkbox input.cb_box:checked+i{background-position:0 -20px;}
.checkbox input.cb_box:checked+i+label{color:#15b569;}
.bt_writh{padding:0 15px;height:24px;line-height:24px;vertical-align:middle;}
.bt_bg_2{display:inline-block;color:#ebd1d7!important;background-color:#5f0909;border:1px solid #951515;text-align:center;padding-top:1px;}
.bt_bg_3{display:inline-block;color:#d1e6ca!important;background-color:#12571c;border:1px solid #138123;text-align:center;padding-top:1px;}

.bt_writh_s_3{width:100%;height:28px;line-height:28px;vertical-align:middle;}
.bt_bg_3{display:inline-block;color:#d1e6ca!important;background-color:#12571c;border:1px solid #138123;text-align:center;padding-top:1px;}
.board_reply span{display:block;padding:0 3px 0 1px;}

/*라이브*/
.disabled{display:none;}
.sadari_now_num{float:left;width:45%;margin-top:-65px;background:#3684e5;background:-moz-linear-gradient(top,  #3684e5 0%, #1064cc 100%);background:-webkit-linear-gradient(top,  #3684e5 0%,#1064cc 100%);background:linear-gradient(to bottom,  #3684e5 0%,#1064cc 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3684e5', endColorstr='#1064cc',GradientType=0 );border:1px solid #2567bb;padding:5px;color:#ffffff;text-align:center;border-radius:20px;}
.sadari_now_num:hover{-webkit-animation:anim-sadari 0.2s;animation:anim-sadari 0.2s;}
.sadari_pev_num{float:right;width:45%;margin-top:-65px;background:#e53636;background:-moz-linear-gradient(top,  #e53636 0%, #cc1010 100%);background:-webkit-linear-gradient(top,  #e53636 0%,#cc1010 100%);background:linear-gradient(to bottom,  #e53636 0%,#cc1010 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53636', endColorstr='#cc1010',GradientType=0 );border:1px solid #bb2525;padding:5px;color:#ffffff;text-align:center;border-radius:20px;}
.sadari_pev_num:hover{-webkit-animation:anim-sadari 0.2s;animation:anim-sadari 0.2s;}
.text_shadow_black{text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);}
.text_shadow_black2{text-shadow:1px 1px 1px rgba(0, 0, 0, 1);}
.mt10{margin-top:10px;}
.sadari_inputcash{width:100%;height:40px;font-size:25px;font-weight:700;text-align:center;border:1px solid #c7c1b2;background:#e2dbca;color:#464149;font-style:italic;text-shadow:1px 1px 1px rgba(255, 255, 255, 0.3);}
#max_btn{width:100%;padding:10px;color:#ffffff;font-size:18px;font-weight:700;background:#5e5961;background:-moz-linear-gradient(top,  #5e5961 0%, #39343c 100%);background:-webkit-linear-gradient(top,  #5e5961 0%,#39343c 100%);background:linear-gradient(to bottom,  #5e5961 0%,#39343c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5961', endColorstr='#39343c',GradientType=0 );border:1px solid #58535b;}
#max_btn:hover{opacity:0.8;}
.input_button{width:100%;padding:10px;font-size:18px;font-weight:700;color:#ffffff;background:#ff6600;background:-moz-linear-gradient(top,  #ff6600 0%, #ff3300 100%);background:-webkit-linear-gradient(top,  #ff6600 0%,#ff3300 100%);background:linear-gradient(to bottom,  #ff6600 0%,#ff3300 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff3300',GradientType=0 );border:1px solid #d63200;}
.input_button:hover{opacity:0.8;}
.sadari_table1 tr:nth-of-type(odd){background:rgba(255, 255, 255, 0.3);}
.sadari_table1 th{background:#9c8a71;color:white;padding:5px;font-size:14px;width:22%;border-width:1px 0px 0px 0px;border-color:#cccccc;border-style:solid;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);}
.sadari_table1 td{padding:5px;font-size:14px;width:23%;border-width:1px 0px 0px 0px;border-color:#cccccc;border-style:solid;text-align:center;text-shadow:1px 1px 1px rgba(255, 255, 255, 0.3);}
.sadari_table1 tr > td:last-child{border-width:1px 1px 0px 0px;}
.sadari_table1 tr:last-child > td{border-width:1px 1px 1px 0px;}
.sadari_table2 tr:nth-of-type(odd){background:rgba(255, 255, 255, 0.3);}
.sadari_table2 th{background:#9c8a71;color:white;padding:0px;font-size:14px;border-width:1px 0px 0px 0px;border-color:#cccccc;border-style:solid;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);}
.sadari_table2 td{padding:0px;font-size:14px;border-width:1px 1px 0px 0px;border-color:#cccccc;border-style:solid;text-align:center;text-shadow:1px 1px 1px rgba(255, 255, 255, 0.3);}
.sadari_table2 tr > td:last-child{border-width:1px 1px 0px 0px;}
.sadari_table2 tr > td:first-child{border-width:1px 1px 0px 1px;}
.ne_off{background:url('/img/ne_off.png');width:64px;height:44px;display:inline-block;}
.im_off{background:url('/img/im_off.png');width:64px;height:44px;display:inline-block;}
.d_off{background:url('/img/d_off.png');width:64px;height:44px;display:inline-block;}
.ne_off.active{background:url('/img/ne_on.png');width:64px;height:44px;display:inline-block;}
.im_off.active{background:url('/img/im_on.png');width:64px;height:44px;display:inline-block;}
.d_off.active{background:url('/img/d_on.png');width:64px;height:44px;display:inline-block;}
/*! CSS Used from: https://www.b-time79.com/front_end/m/styles/menus.css */
.header-clear{height:60px;display:block;}
.footer{margin-bottom:0px!important;padding:30px 30px;}
.footer .small-text{margin-top:-10px;}
.footer-clear{height:62px;}
.footer-dark{background-color:#05193a;}
/*! CSS Used from: https://www.b-time79.com/front_end/m/styles/framework.css */

*:focus{outline:none;}
*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;}
.all-elements *{min-height:auto;max-height:auto;}

.clear{clear:both!important;}
.no-bottom{margin-bottom:0px!important;}
.container-fullscreen{margin-bottom:30px;}
.small-text{font-size:12px;}
.center-text{text-align:center;display:block;}
.decoration{height:1px;width:100%;display:block;background-color:rgba(0,0,0,0.1);margin-bottom:30px;clear:both!important;}
.content{overflow:auto;-webkit-overflow-scrolling:touch;}
/*! CSS Used from: https://www.b-time79.com/front_end/m/styles/iphone0604.css */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){
.dalpangi_mom3{display:none;}
.dalpangi_son3{display:none;}
.dal_loadding{display:none;}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait){
.dalpangi_mom3{position:relative;height:190px;overflow:hidden;}
.dalpangi_son3{position:absolute;z-index:1;height:550px;left:0px;top:-40px;margin:-150px 0px 0px -255px;transform:scale(0.39,0.39);}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape){
.dalpangi_mom3{display:none;}
.dalpangi_son3{display:none;}
.dal_loadding{display:none;}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait){
.dalpangi_mom3{position:relative;height:220px;overflow:hidden;}
.dalpangi_son3{position:absolute;z-index:1;left:0px;top:-40px;margin:-135px 0px 0px -228px;transform:scale(0.453,0.453);}
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape){
.dalpangi_mom3{display:none;}
.dalpangi_son3{display:none;}
.dal_loadding{display:none;}
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait){
.dalpangi_mom3{position:relative;height:260px;overflow:hidden;}
.dalpangi_son3{position:absolute;z-index:1;height:550px;left:0px;top:-42px;margin:-116px 0px 0px -208px;transform:scale(0.51,0.51);}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){
.dalpangi_mom3{display:none;}
.dalpangi_son3{display:none;}
.dal_loadding{display:none;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){
.dalpangi_mom3{position:relative;height:520px;overflow:hidden;margin-bottom:-50px;}
.dalpangi_son3{position:absolute;z-index:1;left:0px;top:-50px;transform:scale(0.93);-webkit-transform:scale(0.93);-webkit-transform-origin:0 0;}
}
/*! CSS Used keyframes */
@-webkit-keyframes anim-sadari{50%{-webkit-transform:scale3d(0.9, 0.9, 1);transform:scale3d(0.9, 0.9, 1);}85%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}
@keyframes anim-sadari{50%{-webkit-transform:scale3d(0.9, 0.9, 1);transform:scale3d(0.9, 0.9, 1);}85%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}

.disabled{display:none;}
.sadari_now_num{float:left;width:45%;margin-top:-65px;background:#3684e5;background:-moz-linear-gradient(top,  #3684e5 0%, #1064cc 100%);background:-webkit-linear-gradient(top,  #3684e5 0%,#1064cc 100%);background:linear-gradient(to bottom,  #3684e5 0%,#1064cc 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3684e5', endColorstr='#1064cc',GradientType=0 );border:1px solid #2567bb;padding:5px;color:#ffffff;text-align:center;border-radius:20px;}
.sadari_now_num:hover{-webkit-animation:anim-sadari 0.2s;animation:anim-sadari 0.2s;}
.sadari_pev_num{float:right;width:45%;margin-top:-65px;background:#e53636;background:-moz-linear-gradient(top,  #e53636 0%, #cc1010 100%);background:-webkit-linear-gradient(top,  #e53636 0%,#cc1010 100%);background:linear-gradient(to bottom,  #e53636 0%,#cc1010 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53636', endColorstr='#cc1010',GradientType=0 );border:1px solid #bb2525;padding:5px;color:#ffffff;text-align:center;border-radius:20px;}
.sadari_pev_num:hover{-webkit-animation:anim-sadari 0.2s;animation:anim-sadari 0.2s;}
.text_shadow_black{text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);}
.text_shadow_black2{text-shadow:1px 1px 1px rgba(0, 0, 0, 1);}
.mt-10{margin-top:-10px;}
.mt-15{margin-top:-15px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
#max_btn{width:100%;padding:10px;color:#ffffff;font-size:18px;font-weight:700;background:#5e5961;background:-moz-linear-gradient(top,  #5e5961 0%, #39343c 100%);background:-webkit-linear-gradient(top,  #5e5961 0%,#39343c 100%);background:linear-gradient(to bottom,  #5e5961 0%,#39343c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5961', endColorstr='#39343c',GradientType=0 );border:1px solid #58535b;}
#max_btn:hover{opacity:0.8;}
.input_button{width:100%;padding:10px;font-size:18px;font-weight:700;color:#ffffff;background:#ff6600;background:-moz-linear-gradient(top,  #ff6600 0%, #ff3300 100%);background:-webkit-linear-gradient(top,  #ff6600 0%,#ff3300 100%);background:linear-gradient(to bottom,  #ff6600 0%,#ff3300 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff3300',GradientType=0 );border:1px solid #d63200;}
.input_button:hover{opacity:0.8;}
.powerball_table1 tr{background:#0081bb;}
.powerball_table1.ladder_table tr{background:#000;}
.powerball_table1.ladder_table th{background:#222 !important;color:white;padding:5px;font-size:14px;width:22%;border-width:0;border-color:#eee !important;border-style:solid;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);}
.powerball_table1 th{background:#0f207a;color:white;padding:5px;font-size:14px;width:22%;border-width:1px 1px 0px 1px;border-color:#213b60;border-style:solid;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);}
.powerball_table1 tr:last-child > th{background:#0f207a;color:white;padding:5px;font-size:14px;width:22%;border-width:1px 1px 1px 1px;border-color:#213b60;border-style:solid;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);}
.powerball_table1 td{padding:5px;font-size:14px;background:#0081bb;width:23%;border-width:1px 0px 0px 0px;border-color:#213b60;border-style:solid;text-align:center;color:white;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);}
.powerball_table1.ladder_table td{padding:5px;font-size:14px;	background: #e2d5c5;width:23%;border-width:1px 0px 0px 0px;border-color:#213b60;border-style:solid;text-align:center;color:white;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);color: #222;}
.powerball_table1 tr td:last-child{padding:5px;font-size:14px;width:23%;border-width:1px 1px 0px 0px;border-color:#213b60;border-style:solid;text-align:center;}
.powerball_table1.ladder_table tr td:last-child{padding:5px;font-size:14px;width:23%;border-width:1px 1px 0px 0px;border-color:#213b60;border-style:solid;text-align:center;background:#e2d5c5;}
.powerball_table1 tr:last-child > td{border-width:1px 0px 1px 0px;}
.powerball_table1 tr:last-child > td:last-child{border-width:1px 1px 1px 0px;}

.powerball_table2 th{background:#0f207a;color:#ffffff;padding:5px;font-size:14px;width:22%;border-width:1px 1px 1px 0px;border-color:#213b60;border-style:solid;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);}
.powerball_table2 td{background:#0081bb;text-align:center;color:#ffffff;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.3);border-width:1px 1px 0px 0px;border-color:#213b60;border-style:solid;}
.pbet_even.active{width:100%;line-height:20px;background:#0f207a;padding:5px 0px 5px 0px;color:#ffffff;display:inline-block;text-align:center;border:1px solid rgba(255, 255, 255, 0.2);margin:2px 2px 2px 2px;border-radius:5px;}
.pbet_even{width:100%;line-height:20px;background:#0081bb;padding:5px 0px 5px 0px;color:#ffffff;display:inline-block;text-align:center;border:1px solid rgba(255, 255, 255, 0.2);margin:2px 2px 2px 2px;border-radius:5px;}
.p_beting_result{width:100%;color:#ffffff;background:url(/img/dang_bg.png);height:90px;overflow:hidden;border:5px solid #002688;border-radius:5px;padding:5px;}
/*! CSS Used from: https://www.b-time79.com/front_end/m/styles/menus.css */
.header-clear{height:60px;display:block;}
.footer{margin-bottom:0px!important;padding:30px 30px;}
.footer .small-text{margin-top:-10px;}
.footer-clear{height:62px;}
.footer-dark{background-color:#05193a;}
/*! CSS Used from: https://www.b-time79.com/front_end/m/styles/framework.css */
*{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;outline:none;font-size-adjust:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
*:focus{outline:none;}
*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;}
.all-elements *{min-height:auto;max-height:auto;}

.clear{clear:both!important;}
.no-bottom{margin-bottom:0px!important;}
.container-fullscreen{margin-bottom:30px;}
.small-text{font-size:12px;}
.center-text{text-align:center;display:block;}
.decoration{height:1px;width:100%;display:block;background-color:rgba(0,0,0,0.1);margin-bottom:30px;clear:both!important;}
.content{overflow:auto;-webkit-overflow-scrolling:touch;}
/*! CSS Used keyframes */
@-webkit-keyframes anim-sadari{50%{-webkit-transform:scale3d(0.9, 0.9, 1);transform:scale3d(0.9, 0.9, 1);}85%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}
@keyframes anim-sadari{50%{-webkit-transform:scale3d(0.9, 0.9, 1);transform:scale3d(0.9, 0.9, 1);}85%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}}


.ladder_cnt>div:after{clear:both;display:block;content:'';}
.ladder_cnt>div:after{clear:both;display:block;content:'';}
.ladder_cnt .ladder_choice{width:100%;background-color:#c4603c;overflow:hidden;}
.ladder_cnt .ladder_choice input{font-family:arial,tahoma,sans-serif;background:url('/img/img_ladderBtn.png') no-repeat;background-size:500px 650px;width:98%;height:70px;padding-top:40px;outline:0;cursor:pointer;display:block;font-weight:bold;overflow:hidden;-moz-box-shadow:inset 0px 2px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 2px 0px 0px #ffffff;box-shadow:inset 0px 2px 0px 0px #ffffff;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:2px solid #6f3622;display:inline-block;cursor:pointer;color:#000000;font-size:15px;text-shadow:0px 1px 0px #dbcebe;}
.ladder_cnt .ladder_choice input:active,.ladder_cnt .ladder_choice input.active{background:url('/img/img_ladderBtn2.png') no-repeat;background-size:500px 650px;-moz-box-shadow:inset 2px 3px 2px 0px #b38751;-webkit-box-shadow:inset 2px 3px 2px 0px #b38751;box-shadow:inset 2px 3px 2px 0px #b38751;}
.ladder_cnt .ladder_choice .b_odd{background-position:-125px -1px;height:50px;text-align:right;padding:0 15px 0 0;}
.ladder_cnt .ladder_choice .b_even{background-position:-125px -48px;height:50px;text-align:right;padding:0 15px 0 0;}
.ladder_cnt .ladder_choice .b_lft{background-position:50% -95px;}
.ladder_cnt .ladder_choice .b_rgt{background-position:50% -162px;}
.ladder_cnt .ladder_choice .b_3_odd{background-position:50% -229px;}
.ladder_cnt .ladder_choice .b_4_even{background-position:50% -297px;}
.ladder_cnt .ladder_choice .b_lft_3_oven{background-position:50% -365px;}
.ladder_cnt .ladder_choice .b_lft_4_odd{background-position:50% -431px;}
.ladder_cnt .ladder_choice .b_rgt_3_odd{background-position:50% -498px;}
.ladder_cnt .ladder_choice .b_rgt_4_even{background-position:50% -565px;}
.ladder_cnt .ladder_choice .b_odd.active{background-position:-125px -1px;height:50px;text-align:right;padding:0 15px 0 0;}
.ladder_cnt .ladder_choice .b_even.active{background-position:-125px -48px;height:50px;text-align:right;padding:0 15px 0 0;}
.ladder_cnt .ladder_choice .b_lft.active{background-position:50% -95px;}
.ladder_cnt .ladder_choice .b_rgt.active{background-position:50% -162px;}
.ladder_cnt .ladder_choice .b_3_odd.active{background-position:50% -229px;}
.ladder_cnt .ladder_choice .b_4_even.active{background-position:50% -297px;}
.ladder_cnt .ladder_choice .b_lft_3_oven.active{background-position:50% -365px;}
.ladder_cnt .ladder_choice .b_lft_4_odd.active{background-position:50% -431px;}
.ladder_cnt .ladder_choice .b_rgt_3_odd.active{background-position:50% -498px;}
.ladder_cnt .ladder_choice .b_rgt_4_even.active{background-position:50% -565px;}
.ladder_cnt .ladder_choice>div{clear:both;}
.ladder_cnt .ladder_choice>div>div{float:left;width:80%;background:#a65133;height:82px;border-bottom:1px solid #c4603c;}
.ladder_cnt .ladder_choice>div ul{margin:5px 10px;}
.ladder_cnt .ladder_choice>div li{float:left;width:25%;text-align:center;}
.ladder_cnt .ladder_choice h4{background:#743924;float:left;width:16%;;height:81px;border-bottom:1px solid #89432a;font-weight:normal;}
.ladder_cnt .ladder_choice h4 span,.ladder_cnt .ladder_choice h4 strong{display:block;}
.ladder_cnt .ladder_choice h4 span{color:#ffe288;font-size:13px;font-weight:normal;margin:5px 0;}
.ladder_cnt .ladder_choice h4 strong{color:#fff;font-size:14px;font-weight:bold;line-height:120%;word-break:keep-all;word-wrap:break-word;}
.ladder_cnt .ladder_choice .ladder_1st>div{height:59px;}
.ladder_cnt .ladder_choice .ladder_1st h4{height:58px;}
.ladder_cnt .ladder_choice .ladder_1nd h4{height:58px;}
.ladder_cnt .ladder_choice .ladder_1rd {height:58px;}
.ladder_cnt .ladder_choice .ladder_1st li{width:50%!important;}
.ladder_1st>div{
	margin-top: 20px;
}.ladder_2nd>div{
	margin-top: 20px;
}.ladder_3rd>div{
	margin-top: 20px;
}
.ladder_cnt .ladder_choice .game_info{background:#89432a;display:block;clear:both;width:100%;text-align:center;font-size:14px;line-height:170%;padding:5px 10px 0;}
.ladder_cnt .ladder_choice .game_info strong,.ladder_cnt .ladder_choice .game_info span,.ladder_cnt .ladder_choice .game_info em{display:inline-block;}
.ladder_cnt .ladder_choice .game_info span{color:#fff;padding:0px 0px 0px 0px;}
.ladder_cnt .ladder_choice .game_info strong.order{color:#ffce25;font-size:13px;padding:0px 0 5px 10px;}
.ladder_cnt .ladder_choice .game_info em{font-style:normal;color:#fff;padding:0px 0 5px 10px;}
.ladder_cnt .ladder_choice .game_info strong.count{color:#ffea00;font-size:14px;padding:0px 5px 5px 10px;}

#category_selector{
	width: calc(100% - 40px);
	height: 35px;
	text-align: center;
	margin: 10px 20px;
}