@charset 'UTF-8';
/*----------------------------------------
	- accordion_menu
	- past_programs
	- other

-----------------------------------------*/
/*----------------------------------------
	accordion_menu
-----------------------------------------*/
.submenu ul li>div {
	position: relative;
	max-width: 360px;
	width: 100%;
	padding-top: 56.25%;
}

.submenu ul li>div>iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%; 
}
/*----------------------------------------
	past_programs
-----------------------------------------*/
#past_programs {
	margin-top: 45px;
}

#past_programs .submenu ul li>.name::before {
	content: none;
}

#past_programs .submenu ul li>.name+p {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#past_programs {
		margin-top: 13.33vw;
	}
}

/*----------------------------------------
	other
-----------------------------------------*/
@media screen and (max-width: 767px) {
	.submenu ul {
		padding: 10.6vw 0 10vw;
	}
}
