@charset "utf-8";
/*------------------------------------------------------------
	parents_movie
------------------------------------------------------------*/
.videoCover.bg {
    background-image:url(/faculty/textiles/webopencampus/img/parents_movie/bg.jpg);
}
.sec01 .qaList li:nth-of-type(4){
	width: 25%;
}
.sec01 .qaList li:nth-of-type(5){
	width: 16%;
}
.sec01 .qaList li:nth-of-type(6){
	margin-right: 2%;
	width: 28%;
}
.sec01 .qaList li:nth-of-type(7){
	margin-right: 0;
	width: 25%;
}
@media all and (max-width: 896px) {
	.sec01 .qaList li:nth-of-type(4),
	.sec01 .qaList li:nth-of-type(5),
	.sec01 .qaList li:nth-of-type(6),
	.sec01 .qaList li:nth-of-type(7){
		margin-top: 10px;
		margin-right: 0;
		width: 100%;
	}
	.sec01 .qaList li:first-of-type {
		margin-top: 0;
	}
}
