/*************** [sermons]basic ***************/
/*section_type_sermons_9 : 금주의 말씀*/
/* #section_type_sermons_9 .wrokship{background:url("/section/sermon/sermon_9/img/bg.jpg") no-repeat center center; background-size:cover; height:100%;} */
/*스크롤페이지로 옮길 때, 3번 주석처리하고, 5번 주석 풀면 됨(사진 높이값 차이)*/
#section_type_sermons_9 .wrokship{background:url("/section/sermon/sermon_9/img/bg.jpg") no-repeat center center; height:817px;}
#section_type_sermons_9 .wrokship .inner{position:relative;}
#section_type_sermons_9 .wrokship .inner > p{position:absolute; left:40px; top:200px;}
#section_type_sermons_9 .wrokship .inner > p a{position:relative; display:block; width:100%; height:100%;}
#section_type_sermons_9 .wrokship .inner > p a:after{position:absolute; content:""; background:url("/section/sermon/sermon_9/img/btn_play.png") no-repeat; width:100px; height:100px; top:50%; left:50%; margin-top:-25px; margin-left:-25px;}

#section_type_sermons_9 .wrokship .inner > div{position:absolute; right:40px; top:250px; background:url("/section/sermon/sermon_9/img/mov_img.jpg") no-repeat; width:510px; height:354px; z-index:1; padding:30px;
   box-sizing:border-box;
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   -o-box-sizing:border-box;

    box-shadow: 0px 5px 10px #222;
  -webkit-box-shadow: 0px 5px 10px #222;
  -moz-box-shadow: 0px 5px 10px #222;
  -o-box-shadow: 0px 5px 10px #222;
}
#section_type_sermons_9 .wrokship .inner > div h3{font-size:30px; font-weight:normal; color:#222; margin: 18px 0 25px;}
#section_type_sermons_9 .wrokship .inner > div h3 p{font-size:14px; color:#555; margin-top:8px;}
#section_type_sermons_9 .wrokship .inner > div h4{font-size:33px; font-weight:normal; color:#000; margin-bottom:25px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:90%;}
#section_type_sermons_9 .wrokship .inner > div h4 span{display:block; font-size:14px; margin-top: 5px;}
#section_type_sermons_9 .wrokship .inner > div a{display:block; width:160px; height:45px; line-height:45px; color:#fff; border-radius:50px; background:#206ebe; text-align:center; 
  box-shadow: 0 0px 5px #222;
  -webkit-box-shadow: 0 0px 5px #222;
  -moz-box-shadow: 0 0px 5px #222;
  -o-box-shadow: 0 0px 5px #222;
}


/*************** [sermons]responsive ***************/
/*금주의 말씀*/
@media screen and (max-width:1024px){
    #section_type_sermons_9 .wrokship .inner > p a:after{margin-left:-55px;}
}
@media screen and (max-width:975px){/*800px*/
    #section_type_sermons_9 .wrokship{background-size:cover; height:auto;/*스크롤페이지로 옮길 때 주석풀기*/}
	#section_type_sermons_9 .wrokship .inner{width:70%; padding:30px 0}
	#section_type_sermons_9 .wrokship .inner > p{position:relative; top:0px; left:0px; width:100%;}
	#section_type_sermons_9 .wrokship .inner > p img{width:100%;}
	#section_type_sermons_9 .wrokship .inner > p a:after{margin-left:-45px;}
	#section_type_sermons_9 .wrokship .inner > div{position:relative; top:0px; right:0px; width:100%; background:#fff url("/section/sermon/sermon_9/img/mov_img.jpg") no-repeat top right;}
}
@media screen and (max-width:480px){
    #section_type_sermons_9 .wrokship .inner{width:90%;}
    #section_type_sermons_9 .wrokship .inner > p a:after{background-size:50px; margin-left:-20px; margin-top:-15px;}
	#section_type_sermons_9 .wrokship .inner > div{height:auto; background-position:bottom right;}
	#section_type_sermons_9 .wrokship .inner > div h3{font-size:22px; margin: 0px 0 25px;}
	#section_type_sermons_9 .wrokship .inner > div h4{font-size:24px;}
}

/*************** [animation]responsive ***************/
/*animation*/
/*#section_type_sermons_7 .worship_mov{
	opacity: 0;
	top:20%;
	position:relative;
	transition: all 900ms ease;
}

#section_type_sermons_7 .worship_board .inner .box{opacity: 0; transition: all 3s ease; transition-delay:0.4s;}
#section_type_sermons_7 .worship_board .inner .box:nth-child(2){transition-delay:0.6s;}
#section_type_sermons_7 .worship_board .inner .box:nth-child(3){transition-delay:0.8s;}*/