/*
    설교 페이지
*/
.btn-light {
	--bs-btn-bg: #fff;
}
.btn:hover {
    background-color: #f3f3f3;
}
.series-banner-title {
    display: -webkit-box;
	margin-right: 0;
	padding-bottom: 0px;
	top: 17px;
    left: 10px;
	width: 94%;
	background-color: unset;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
	.sermon-banner p {
		line-height: 21px;
	}
	.banner-title {
        line-height: 17px;
    }
	.icon-circle {
	    background-color: unset;
	}
	.icon-circle img {
		margin-right: 18px;
	}
	.info-title {
		font-size: clamp(5vw, 1.3vw, 7vw);
        line-height: 1.3rem;
    }
	.info-box-inner a {
		gap: 11px;
	}
	.info-box-container {
		gap: 17px;
    }
	.sermon-section h4 a {
		color: #40bcf2;
	}
	.mb-list-view {
		padding: 35px 28px 40px;
		min-height: 330px;
    }
	.SermonListBoardTable {
		margin-bottom: 0;
	}
	.recommended-section {
		padding: 30px 0;
		background: #f3f3f3;
	}
	.SermonListBoardTable tr:last-child > td {
		padding-bottom: 0rem;
	}
	.recommended-section {
		margin-top: clamp(40px, 8vw, 118px);
	}
	.info-box-section {
		margin-top: clamp(40px, 10vw, 126px);
	}
	.content_iframe {
        margin: 15px 15px 9px 14px;
    }
	.custom-sermon-btn {
        font-size: 14px;
    }
	.title-group {
		text-align: left;
		line-height: 1.2rem;
	}
	.my-3 {
		margin-top: 2.5rem !important;
	}
	.series-youtube-img {
	}
	.series-banner-title {
		top: 5px;
		left: 1px;
	}

}





