/*************** [sermons]basic ***************/
/*section_type_sermons_2 : 금주의 말씀*/
#section_type_sermons_2{background:url(/section/sermon/sermon_2/img/section1_2_bg.jpg) no-repeat center center; background-size:cover;}
.words2 {color:#fff;}
.words2 .words2_box {background:url(/section/sermon/sermon_2/img/sermon_img1.png) no-repeat right center/455px; width:455px; height:470px; float:right; padding-left:65px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
.words2 .words2_box h2.title {font-size:32px; margin-top:70px;}
.words2 .inner_words > h3{font-family: 'GmarketSansMedium'; font-size:26px; font-weight:400; letter-spacing:-2px; line-height:145%; color:#e8ba4b;}
.words2 .inner_words > h4{font-family: 'GmarketSansMedium'; font-size:17px; font-weight:300;  line-height:145%;}
.words2 .inner_words > p{font-family: 'GmarketSansLight'; font-size:17px; font-weight:300; line-height:145%;}

.words2 .inner_words .media_box2{display:table;}
.words2 .inner_words .media_box2 > ul,


.words2 .inner_words .media_box2 > ul{font-size:0}
.words2 .inner_words .media_box2 > ul li{text-align:center; display:inline-block; margin:0 5px; border-radius: 20px; width: 140px; padding:10px 0; transition:all 0.3s;}
.words2 .inner_words .media_box2 > ul li:nth-child(1) {background: #4364c4;}
.words2 .inner_words .media_box2 > ul li:nth-child(2) {background: #7f8586;}
.words2 .inner_words .media_box2 > ul li p{font-size:15px; color:#fff; margin-top:10px 15px;}
.words2 .inner_words .media_box2 > ul li img.words_icon_more{background:#2c2722;
border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
-o-border-radius:100px;
}
.words2 .inner_words .media_box2 > ul li img.words_icon_play{background:#ea5252;
border-radius:100px;
-webkit-border-radius:100px;
-moz-border-radius:100px;
-o-border-radius:100px;
}
.words2 .inner_words .media_box2 > ul li:hover {transform:scale(1.05); }
.words2 .inner_words .media_box2 > ul li:hover p {color:#e8ba4b;}

/*************** [sermons]responsive ***************/
/*금주의 말씀*/
@media screen and (max-width:1200px){ 
	#section_type_sermons_2{background:url(/section/sermon/sermon_2/img/section1_2_bg_r.jpg) no-repeat center center;}
}
@media screen and (max-width:1024px){ 
	.words2 .inner_words > h3{font-size:24px;}/**/
}

@media screen and (max-width:975px){ 
	#section_type_sermons_2.fp-section,
	#section_type_sermons_2 .fp-tableCell{
		height: auto !important;
  }
}

@media screen and (max-width:970px){ 
    #section_type_sermons_2{padding:100px 0 100px;}
}
@media screen and (max-width:800px){ 
    #section_type_sermons_2{background-position: -500px center;}
}
@media screen and (max-width:680px){ 
	#section_type_sermons_2{/*padding:60px 0 100px 0*/}
	.words2 .inner_words .media_box2 > ul li img.words_icon_play,
	.words2 .inner_words .media_box2 > ul li img.words_icon_more{width:44px;}
}
@media screen and (max-width:580px){ 
    .words2 .inner_words > h3{font-size:22px;}/**/
	#section_type_sermons_2{padding:60px 0 100px 0}
}
@media screen and (max-width:480px){ 
    #section_type_sermons_2{background-size:cover; background-position: -100px top; /*padding:50px 0 50px 0*/}
	.words2 .words2_box {width:100%; padding:0 40px;}
    .words2{width:100%;}   
    .words2 > h2{margin-bottom:20px !important;}
	.words2 .inner_words .media_box2 > ul li{margin:5px 20px 5px 0; }
	.words2 .inner_words .media_box2{display:block; width:100%; float:none;}
	.words2 .inner_words .media_box2 > ul{display:inline-block; margin-bottom:20px;}
}
@media screen and (max-width:420px){
	.words2 .words2_box {padding:0 30px;}
   .words2 .inner_words > h3{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:280px;}
}
@media screen and (max-width:379px){
	.words2 .words2_box h2.title {margin-top:50px;}
}
@media screen and (max-width:320px){
  .words2 .words2_box {padding:0 20px;}
  .words2 .inner_words > h3{font-size:20px;}/**/
  .words2 .inner_words .media_box2 > ul li img.words_icon_play,
  .words2 .inner_words .media_box2 > ul li img.words_icon_more{width:33px;}
  .words2 .inner_words .media_box2 > ul li p{font-size:14px; }
}

/*************** [animation]responsive ***************/
/*animation*/
/*#section_type_sermons_2 .inner_words > h3{
	opacity: 0;
	right:20%;
	position:relative;
	transition: all 600ms ease;
}
#section_type_sermons_2 .inner_words > h4{
	opacity: 0;
	right:20%;
	position:relative;
	transition: all 600ms ease;
	transition-delay:0.3s
}
#section_type_sermons_2 .inner_words > p{
	opacity: 0;
	right:20%;
	position:relative;
	transition: all 600ms ease;
	transition-delay:0.6s
}

#section_type_sermons_2 .media_box2 ul{
  opacity: 0;
  transition: all 600ms ease;
  top:20px;
  position:relative;
}*/