.program-list{
	margin-top: 3.0rem;
}
.program-list td{
	padding: 3.3rem 3rem;
	border-top:0.15rem solid #002B4E;
	border-bottom:0.15rem solid #002B4E;
}
.program-list tr:last-child td{
	border-bottom: 0;
	padding-bottom: 0;
	padding-bottom: 100px;
}
.program-list:last-child tr:last-child td {
    padding-bottom: 0;
}
.program-list td:first-child{
	padding-left: 0;
}
.program-list td:last-child{
	padding-right: 0;
}
.time-outer{
	width: 17.7rem;
}
.program-item{
	max-width: 33.5rem;
}
.program-block{
	margin-top: 3.2rem;
}
.program-item .fw-22 + .program-block{
	margin-top: 2.5rem;
}
.program-block p{
	margin-top: 0;
}
.program-falg{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2.3rem;
	align-items: center;
}
.flag-img-outer{
	display: flex;
	flex-wrap: wrap;
}
.flag-img{
	margin-right: 1.23rem;
}
.flag-img:last-child{
	margin-right: 0;
}
.flag-img img{
	width: 100%;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.more-btn{
	outline: none !important;
	min-width: 7.7rem;
	border: 0.15rem solid #002B4E;
	height: 2.7rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: none;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.48px;
	color: #002B4E !important;
}
.more-btn:hover{
	background: #002B4E;
	border-color: #002B4E;
	color: #fff !important;
}
.program-text-outer{
	display: none;
}
.program-text{
	margin: 6.7rem 0 3.4rem;
}
.program-text p{
	margin-top: 2rem;
}
.program-text p:first-child{
	margin-top: 0;
}
.program-tab {
  margin-bottom: 4rem;
}
.program-tab ul {
  display: flex;
  align-items: center;
}
.program-tab li {
  margin-right: 1.5rem;
}
.program-tab li:last-child{
  margin-right: 0;
}
.program-tab-link {
  color: #002B4E !important;
  border: 1px solid #002B4E;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.2rem;
  font-weight: bold;
}
.program-tab li.active .program-tab-link,
.program-tab li:hover .program-tab-link{
  background: #002B4E;
  border-color: #002B4E;
  color: #fff !important;
}
.program-tab-info{
  display: none;
}
.program-tab-info.active{
  display: block;
}
@media(min-width:1460px) and (max-width:1559px){

}
@media(min-width:1360px) and (max-width:1459px){
	
}
@media(min-width:1200px) and (max-width:1359px){
	.program-list td {
    	padding: 2.5rem 1.3rem;
    }
    .program-list .fw-22 * {
    	font-size: 2rem !important;
    	line-height: 2.8rem !important;
	}
	.time-outer {
    	width: 15.5rem;
	}
	.program-list {
    	margin-top: 2rem;
	}
}
@media(min-width:992px) and (max-width:1199px){
	.program-list td {
    	padding: 2.2rem 1rem;
	}
	.program-list .fw-22 * {
    	font-size: 1.8rem !important;
    	line-height: 2.5rem !important;
	}
	.time-outer {
    	width: 14.7rem;
	}
	.program-text {
    	margin: 4.7rem 0 2.4rem;
	}
}
@media(min-width:768px) and (max-width:991px){
	.program-list {
    	margin-top: 1rem;
	}
	.program-list table {
    	border: 0;
  	}
  	.program-list table tr {
    	border-bottom: 1px solid #002B4E;
    	display: block;
    }
    .program-list table tr:last-child{
    	border-bottom: 0;
    }
  	.program-list table td {
    	display: block;
    	width: 100%;
    	border: 0 !important;
    	padding: 2rem 0 0 !important;
	}
  .program-list table td.p-0 {
    padding: 0 !important;
  }
	.program-list table td:last-child{
		padding-bottom: 2rem !important;
	}
  	.program-list table td:last-child {
    	border-bottom: 0;
  	}
  	.td-empty{
  		display: none !important;
  	}
  	.program-item .fw-22 + .program-block {
    	margin-top: 2rem;
	}
	.program-text {
    	margin: 3.7rem 0 1rem;
	}
	.program-falg {
    	margin-top: 1.3rem;
    }
    .program-item {
    	max-width: 100%;
    	border-bottom: 1px solid #002B4E;
    	padding-bottom: 2rem;
	}
  .program-item.pm-0 {
    padding: 0;
    border-bottom: none;
  }
	.program-list table td:last-child .program-item{
		border-bottom: 0;
		padding-bottom: 0;
	}
	.program-item .fw-22 br,
	.program-text br{
		display: none;
	}
  .program-tab-link {
    height: 5.4rem;
    padding: 0 2.8rem;
  }
}
@media(max-width:992px){
	.program-list table tr:last-child td:last-child{
		padding-bottom: 60px!important;
	}
	.program-list:last-child table tr:last-child td:last-child {
		padding-bottom: 0!important;
	}
}
@media(max-width:767px){
	.program-list {
    	margin-top: 1rem;
	}
	.program-list table {
    	border: 0;
  	}
  	.program-list table tr {
    	border-bottom: 1px solid #002B4E;
    	display: block;
    }
    .program-list table tr:last-child{
    	border-bottom: 0;
    }
  	.program-list table td {
    	display: block;
    	width: 100%;
    	border: 0 !important;
    	padding: 2rem 0 0 !important;
	}
  .program-list table td.p-0 {
    padding: 0 !important;
  }
	.program-list table td:last-child{
		padding-bottom: 2rem !important;
	}
  	.program-list table td:last-child {
    	border-bottom: 0;
  	}
  	.td-empty{
  		display: none !important;
  	}
  	.program-item .fw-22 + .program-block {
    	margin-top: 2rem;
	}
	.program-text {
    	margin: 3.7rem 0 1rem;
	}
	.program-falg {
    	margin-top: 1.3rem;
    }
    .program-item {
    	max-width: 100%;
    	border-bottom: 1px solid #002B4E;
    	padding-bottom: 2rem;
	}
  .program-item.pm-0 {
    padding: 0;
    border-bottom: none;
  }
	.program-list table td:last-child .program-item{
		border-bottom: 0;
		padding-bottom: 0;
	}
	.program-item .fw-22 br,
	.program-text br{
		display: none;
	}
  .program-tab {
    margin-bottom: 3.2rem;
  }
  .program-tab li {
    margin-right: 0.8rem;
    flex: 1;
    max-width: 15rem;
  }
  .program-tab-link {
    height: 4.8rem;
    padding: 0 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
}