.v-box-live {
	background: #161e2e;
    text-align: left;
    display: table-cell; 
    vertical-align: top; 
    padding: 10px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
	width:100%;
	clear:both;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.mob-live-body{
	border:1px solid rgba(255,255,255,0.07);
    border-top:none;
}
.v-box-live2 {
	background-color: #1b2332;
    text-align: left;
    display: table-cell; 
    vertical-align: top; 
    padding: 10px;
	width:100%;
	clear:both;
}
.v-box1 {
	background-color: #161e2d;
    border: 1px solid #262d3c;
    text-align: left;
    display: table-cell; 
    vertical-align: top; 
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width:100%;
	clear:both;
}
.v-box2 {
	text-align:center;
    display: table-cell; 
	clear:both;
	width: 100%;
	padding:2px 20px 20px 20px;
	background:#0B1423;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}
.live-mobile{
	background:none;
	background-color:transparent;
	padding:0 !important;
}
.sports-scroll .v-box2 {
	background:none;
}
.v-box2-loading {
	position:relative;
    display: table-cell; 
	clear:both;
	padding:50px;
}

.change .scorebox {
    background: #b50000;
	background: url('linear-gradient.png') 0 0 repeat-x;
	background: -webkit-linear-gradient(180deg, #b50000, #dd0000);
	background:    -moz-linear-gradient(180deg, #b50000, #dd0000);
	background:     -ms-linear-gradient(180deg, #b50000, #dd0000);
	background:      -o-linear-gradient(180deg, #b50000, #dd0000);
	background:         linear-gradient(180deg, #b50000, #dd0000);
	margin: 0 auto; 
	overflow-x:hidden; 
	overflow-y:hidden; 
	white-space:nowrap; 
	padding:1px; 
	min-width:30px; 
	max-width:40px; 
	height:26px; 
	line-height:23px; 
	border:1px solid #b90f0f; 
	font-weight:bold; 
	font-family:arial;
	font-size:11pt; 
	color:#fafafa;
}

.livebox{
	width:100%;
    height: 55px;
	border:2px solid #3ac2e6;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	padding:0px;
	margin:10px 0 0 !important; 
}
.livebox.m-0{
	margin:8px 0 0 !important; 
}

.change .livebox{
	width:100%;
	border:2px solid #ff0000;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	padding:0px;
}

.liveboxtitle2{
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	width: 75px;
	height: 13px;
	line-height: 13px;
	position: absolute;
	top:-7px;
	left:10px;
	background:#ff0000;
	z-index: 5;
	text-align:center;
	color:#fff;
	padding:0px;
}


.scorebox {
	margin: 0 auto; 
	overflow-x:hidden; 
	overflow-y:hidden; 
	white-space:nowrap; 
	padding:1px; 
	min-width:30px;
	max-width:180px;
	line-height:11px;
	font-weight:bold; 
	font-family:arial;
	font-size:9pt; 
	color:#ff8b6d;
}

.liveboxinbg{
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	width:100%;
	height:100%;
	background:#000;
	z-index: 1;
	 filter:alpha(opacity=50); 
	 opacity:0.50; 
	 -moz-opacity:0.50;
}

.liveboxtitle{
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	width: 75px;
	height: 13px;
	line-height: 13px;
	position: absolute;
	top:-7px;
	left:10px;
	background:#3ac2e6;
	z-index: 5;
	text-align:center;
	color:#000;
	padding:0px;
}

.liveboxintxt{
	position: absolute;
	top:0px;
	left:0px;
	color:#cacaca;
	z-index: 10;
}

.upsss {
  animation-duration: 0.6s;
  animation-name: slideupin;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes slideupin {
  from {
	margin: 9px 0px 0px 0px;
  }
  to {
    margin: 6px 0px 0px 0px;
  }
}

.downsss {
  animation-duration: 0.6s;
  animation-name: slidedownin;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes slidedownin {
  from {
	margin: 6px 0px 0px 0px;
  }
  to {
    margin: 9px 0px 0px 0px;
  }
}

.baseballscorepan{
	background-image:url(../img/baseballpan.png);
	background-size:cover;
}

.stickybox {
	position:fixed;
	z-index:1000000;
	right:3%;
	bottom:-100px;
	margin-left:0px;
	filter:alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:0.85;
}


.blinkon {
	-moz-animation: blink normal 2s infinite ease-in-out;
	-webkit-animation: blink normal 2s infinite ease-in-out;
	-ms-animation: blink normal 2s infinite ease-in-out;
	animation: blink normal 2s infinite ease-in-out;
}


.oddonoffswitch {
    position: relative; width: 124px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.oddonoffswitch-checkbox {
    display: none;
}
.oddonoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #0690FA; border-radius: 4px;
}
.oddonoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.2s ease-in 0s;
}
.oddonoffswitch-inner:before, .oddonoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif;
    box-sizing: border-box;
}
.oddonoffswitch-inner:before {
    content: "배당자동변경 ON";
    padding-right: 10px;
    background-color: #0071CC; color: #fafafa;
}
.oddonoffswitch-inner:after {
    content: "배당자동변경 OFF";
    padding-right: 5px;
    background-color: #D6D6D6; color: #737373;
    text-align: right;
}
.oddonoffswitch-switch {
    display: block; width: 15px; margin: 3px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 102px;
    border: 1px solid #0690FA; border-radius: 60px;
    transition: all 0.2s ease-in 0s; 
}
.oddonoffswitch-checkbox:checked + .oddonoffswitch-label .oddonoffswitch-inner {
    margin-left: 0;
}
.oddonoffswitch-checkbox:checked + .oddonoffswitch-label .oddonoffswitch-switch {
    right: 0px; 
}
.swal2-html-container{
    font-size: 17px;
    font-weight: bold;
}
