.schedule {
	width: 100%;
	position: relative;
	background: url('../images/bg-5.jpg') center top fixed;
	background-size: cover;
	overflow: hidden;
}


/*切換紐*/
.s_btn {
	position: relative;
    margin: 0 auto;
    text-align: center;
}
.s_btn a {
	font-size: 1.4rem;
    background: rgba(11,11,11,0.92);
    color: #fff;
    padding: 5px 3%;
    text-decoration: none;
}
.s_btn .sON {
	background: #002bff;
}


/*賽程說明*/
.schedule .s_infor{
	position: relative;
    width: 60%;
    margin: 2% auto 5% auto;
    background: rgba(0 0 0 / .7);
    padding: 30px 50px;
    color: #fff;
	font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 400;
    border-radius: 20px;
    box-shadow: 0 0 4px black;
}
.schedule .s_infor ul {
	list-style: disc;
    margin-left: 1rem;
}




.nav {
	margin: 0 auto;
	width: 100%;
	min-height: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 2% 0 5% 0;
  }
  
  .nav ul {
	position: relative;
	padding-top: 50px; 
  }
  
  .nav li {
	position: relative;
	padding: 30px 3px 0 3px; 
	float: left; 
	text-align: center;
	list-style-type: none; 
  }
  
  .nav li::before, .nav li::after{
	content: '';
	position: absolute; 
	top: 0; 
	right: 50%;
	width: 50%; 
	height: 25px;
	border-top: 3px solid #fff;
  }
  
  .nav li::after{
	left: 50%;
	right: auto; 
	border-left: 3px solid #fff;
  }
  
  .nav li:only-child::after, .nav li:only-child::before {
	content: '';
	display: none;
  }
  
  .nav li:only-child{ padding-top: 0;}
  .nav li:first-child::before, .nav li:last-child::after{
	border: 0 none;
  }
  
  .nav li:last-child::before{
	border-right: 3px solid #fff;
	border-radius: 0 10px 0 0;
  }
  
  .nav li:first-child::after{
	  border-radius: 10px 0 0 0;
  }
  .nav ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 3px solid #fff;
	width: 0; 
	height: 50px;
  }
  
  .nav li span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
    background: url(../images/schedule_frame.png) center top no-repeat;
    background-size: contain;
    width: 150px;
    height: 44px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
	text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
	position: relative;
  }
  .nav li span.base{
	display: inline-flex;
	align-items: center;
	justify-content: center;
    background: url(../images/schedule_frame.png) center top no-repeat;
    background-size: contain;
    width: 100px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
	text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
	position: relative;
  }


  /*win*/
  .nav li.win::before, .nav li.win::after{
	content: '';
	position: absolute; 
	top: 0; 
	right: 50%;
	width: 50%; 
	height: 25px;
	border-top: 3px solid red;
	z-index: 1;
  }
  
  .nav li.win::after{
	left: 50%;
	right: auto; 
	border-left: 3px solid red;
  }
  
  .nav li.win:only-child::after, .nav li.win:only-child::before {
	content: '';
	display: none;
  }
  
  .nav li.win:only-child{ padding-top: 0;}
  .nav li.win:first-child::before, .nav li.win:last-child::after{
	border: 0 none;
  }
  
  .nav li.win:last-child::before{
	border-right: 3px solid red;
	border-radius: 0 10px 0 0;
  }
  
  .nav li.win:first-child::after{
	  border-radius: 10px 0 0 0;
  }
  .nav ul ul.win::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 3px solid red;
	width: 0; 
	height: 50px;
  }


  /*lose*/
  .nav li span.lose{
	filter: brightness(40%);
	-webkit-filter: brightness(40%);
  }


  /*彈窗*/
.box-content table.member-list {
	width: 90%;
    text-align: center;
}

/*----------------------------------------4K---------------------------------------------------*/
@media screen and (min-width:2200px) {

	
}
/*----------------------------------------Mac book---------------------------------------------------*/
@media screen and (max-width:1785px) {
	
	.schedule .s_infor { width: 50%; margin: 3% auto; font-size: 1rem; line-height: 1.8rem;}
	.nav { padding: 0 0 5% 0;}
	.nav li span { width: 120px; height: 35px;}
	.nav li span.base {
     width: 70px;
     height: 41px;
     background-size: 100% 100%;
     padding: 0 10px;
    }
	
}
/*----------------------------------------小尺寸筆電---------------------------------------------------*/
@media screen and (max-width:1280px){
	
	.schedule .s_infor { width: 65%;}
	.nav li span.base { width: 60px; padding: 3px 0;}
}
/*----------------------------------------ipad pro-----------------------------------------*/
@media screen and (max-width:1145px) {
	
	.nav li span { width: 80px; height: 24px; font-size: 12px;}
	.nav li span.base { writing-mode: vertical-lr; background: url(../images/schedule_frame_v.png) center top no-repeat;
	    background-size: 100%; width: 35px; height: 115px; text-orientation: upright; line-height: 20px; align-items: center;}
	
}
/*----------------------------------------ipad air-----------------------------------------*/
@media screen and (max-width:820px) {
	
	
}
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {

	.s_btn a { font-size: 12px;}
	.schedule .s_infor { width: 80%; margin: 3% auto 10% auto; font-size: 12px; line-height: 20px; padding: 20px 30px; border-radius: 10px;}
	.nav { width: 200%;}
	.mobile-scroll { overflow: auto;}

}
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:362px) {
	
	.nav { width: 220%;}

}


