#sermon{position:relative;width:100%;margin:0 auto;padding:0;border-bottom:1px solid #000;}
#sermon .sm_left{width:50%;height:500px;float:left;background:url('./img/sermon_bg.png') no-repeat center center;-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;text-align:right;}
#sermon .sm_right{width:50%;height:500px;float:right;background:url('./img/sermon_bg_right.png') no-repeat center center;-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;background-size: cover}

#sermon .sm_right .sr_wrap .sermonTitle{font-size:2.8em;color:#315f99;font-family: 'GmarketSansMedium';margin:0 0 20px 0;}
#sermon .sm_right .sr_wrap .sermonTitle a{font-family: 'GmarketSansMedium';color:#315f99;}
#sermon .sm_right .sr_wrap .sermonTitle a:hover{font-family: 'GmarketSansMedium';color:#516edd;}
#sermon .sm_right .sr_wrap{position:relative;width:90%;padding:0 0 0 70px;top:100px;line-height:3em;}
#sermon .sm_right .sr_wrap .sermonDate{font-size:1.8em;font-family: 'Pretendard-Regular';border-bottom:1px dotted #c7c7c7;padding:5px 0;}
#sermon .sm_right .sr_wrap .sermonSubject{font-size:2.6em;font-family: 'Pretendard-Regular';font-weight:800;border-bottom:1px dotted #c7c7c7;padding:10px 0;}
#sermon .sm_right .sr_wrap .sermonBible{font-size:1.6em;font-family: 'Pretendard-Regular';border-bottom:1px dotted #c7c7c7;padding:5px 0;}
#sermon .sm_right .sr_wrap .sermonMinister{font-size:1.6em;font-family: 'Pretendard-Regular';font-weight:800;border-bottom:1px dotted #c7c7c7;padding:5px 0;}
#sermon .sm_right .sr_wrap .sermonSns{clear:both;padding:20px 0;text-align:center;}

.link-icon { position: relative; display: inline-block; width: auto;    font-size: 14px; font-weight: 500; color: #333; margin:0 10px 10px 0; padding-top: 50px; width:40px;}
.link-icon.twitter { background-image: url(./img/snsicon/icon-twitter.png); background-repeat: no-repeat; }
.link-icon.facebook { background-image: url(./img//snsicon/icon-facebook.png); background-repeat: no-repeat; } 
.link-icon.kakao { background-image: url(./img//snsicon/icon-kakao.png); background-repeat: no-repeat; }
.link-icon.kastory { background-image: url(./img//snsicon/icon-kastory.png); background-repeat: no-repeat; }
.link-icon.youtube { background-image: url(./img//snsicon/icon-youtube.png); background-repeat: no-repeat;width:132px; float:left;}


#idxyoutube_box{padding:0;float:right;
	position: relative;
    width: 600px;
    height: 336px;
}
#idxyoutube_box iframe {
    position: absolute;
    top: 70px;
    right: 70px;
    width: 600px;
    height: 336px;
	border:0px solid #077ea0;
	/*border-radius:10px;box-shadow:10px 10px 10px rgb(0, 0, 0, 0.3);*/
}

@media screen and (max-width:960px) {
#sermon .sm_left{position:relative;width:100%;height:auto;clear:both;background-color:#3e5a74;}
#sermon .sm_right{position:relative;width:100%;clear:both}
#sermon .sm_right .sr_wrap{position:relative;width:90%;margin:20px auto;padding:0;top:1px;line-height:3em;}

#sermon .sm_right .sr_wrap .sermonTitle{font-size:2.2em;font-family: 'GmarketSansMedium';color:#e45b00;margin:30px 0 20px 0;}
#sermon .sm_right .sr_wrap .sermonDate{font-size:1.6em;font-family: 'Pretendard-Regular';border-bottom:1px dotted #c7c7c7;padding:5px 0;}
#sermon .sm_right .sr_wrap .sermonSubject{font-size:2.0em;font-family: 'Pretendard-Regular';font-weight:800;border-bottom:1px dotted #c7c7c7;padding:10px 0;}
#sermon .sm_right .sr_wrap .sermonBible{font-size:1.4em;font-family: 'Pretendard-Regular';border-bottom:1px dotted #c7c7c7;padding:5px 0;}
#sermon .sm_right .sr_wrap .sermonMinister{font-size:1.4em;font-family: 'Pretendard-Regular';font-weight:800;border-bottom:1px dotted #c7c7c7;padding:5px 0;}

	#idxyoutube_box{padding:0;margin:0 auto;
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.5%; z-index:10;
		
	}
	#idxyoutube_box iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		margin:0;
		padding:0;

		
	}
}