/*
    설교 페이지
*/
.latest-vod-section {
	padding: 60px 0 55px;
	background: #f3f3f3;
}
div.program-banner {
    position: relative;
}
.series-youtube-img {
    bottom: 50px;
    left: unset;
    right: 12px;
}
@media (max-width: 767.98px) {
	.program-banner p {
		line-height: 21px;
	}
	.latest-vod-section {
        margin-top: clamp(40px, 8vw, 118px);
		padding: 30px 0;
        background: #f3f3f3;
    }
	.series-youtube-img {
        bottom: 45px;
        right: 17px;
        width: 30px;
    }
}




