/* special movie
-------------------------------------------*/

#wrapper .s_movie .text_box{
	width: 35%;
}
#wrapper .s_movie .text_box h4{
	width: 100%;
	background: url(../img/s_movie/ic_mv.svg) left 10px no-repeat;
	background-size: 40px auto;
	padding-left: 54px;
	margin-bottom: 30px;
	vertical-align: top;
}
#wrapper .s_movie .c_area{
	width: 60%;
}
.s_movie .mv_box{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.s_movie .mv_box iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 650px){
	
	#wrapper .s_movie .sec,
	#wrapper .s_movie .s_content{
		padding-bottom: 20%;
	}
	#wrapper .s_movie .s_content:last-child{
		padding-bottom: 30%;
	}
	#wrapper .s_movie .text_box{
		width: 100%;
		padding-bottom: 5%;
	}
	#wrapper .s_movie .text_box h4{
		background: url(../img/s_movie/ic_mv.svg) left 6px no-repeat;
		background-size: 30px auto;
		padding-left: 40px;
		padding-bottom: 3%;
		margin-bottom: 3%;
	}
	#wrapper .s_movie .c_area{
		width: 100%;
	}
}

