.result-table1 {
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
    background: #091016;
    BORDER: 5px solid #32383e;
}

.table_top_bg1 td {
    color: #fff;
    background: #101517 !important;
    border-top: 1px solid #454545;
    border-bottom: solid 1px #000;
}

.league, .leagueT {
    display: inline-block;
    margin: 5px;
    color: #ffcc29;
}

.bt_status03 {
    float: right;
    margin: 5px;
}

.bt_status {
    color: #FF474A;
   /*  float: right;
   margin: 5px;*/
}

.bt_status {
    display: inline-block;
}

.Selected22 {
    padding: 0 3px;
    border-radius: 5px;
    font-weight: bold;
    font-family: dotum;
    height: 25px;
    vertical-align: middle;
    color: #000;
    text-shadow: none;
    font-weight: bold;
    text-shadow: none;
    border: solid 1px #000 !important;
    box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
    background: rgb(254, 191, 1);
    background: -moz-linear-gradient(top, rgba(254,191,1,1) 0%, rgba(254,172,54,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254, 191, 1, 1) 0%, rgba(254, 172, 54, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 191, 1, 1) 0%, rgba(254, 172, 54, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#feac36',GradientType=0 );
}

.result_menu011 li a {
    font-family: dotum;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: block;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 1px;
    overflow: hidden;
    box-shadow: inset 0 1px 0px 0 rgba(255, 255, 255, 0.3);
    border: solid 1px #000;
    background: rgb(45, 56, 66);
    background: -moz-linear-gradient(top, rgba(45,56,66,1) 0%, rgba(29,37,44,1) 100%);
    background: -webkit-linear-gradient(top, rgba(45, 56, 66, 1) 0%, rgba(29, 37, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(45, 56, 66, 1) 0%, rgba(29, 37, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3842', endColorstr='#1d252c',GradientType=0 );
}

.result_menu011 li {
    float: left;
    display: inline-block;
    width: 23%;
    margin: 1%;
}

.sub_content_arr1 {
    min-height: 400px;
    position: relative;
    padding-bottom: 20px;
    padding: 15px 10px 0 10px;
}

.result-top{
	font-size: 10px;
}


#divMenu {
	z-index: 1500;
left:left:expression( 1010 + (document.body.clientwidth-1010)/2 );
	top: 0px;
	-right: 10px;
	visibility: visible;
	width: 340px;
	margin-top: 0px;
	position: absolute;
}


@media (min-width: 1024px) {
  /* PC 전용 스타일 */
  .table_sportstype{
	width:50%;
	margin: 0 auto;
  }
  .result-table2{
	width:70%;
	margin: 0 auto;
  }
  
}

@media (max-width: 1024px) {
  /* 모바일 전용 스타일 */
  .table_sportstype{
	width:100%;
  }
  .result-table2{
	width:100%;
  }
  
}

@media (min-width: 1024px) {
  /* PC 전용 스타일 */
  .sub_content_arr2{
	width:70%;
	margin: 0 auto;
  }
  
}

@media (max-width: 1024px) {
  /* 모바일 전용 스타일 */
  .sub_content_arr2{
	width:100%;
  }
  
}

