/*
    간증 페이지
*/


div.testimony {
	margin-bottom: -50px;
}

div.testimony > .about-title {
	margin-bottom: 0px;
	padding-bottom: 60px;
	border-bottom: 5px solid #ebeef3;
}
.pagination .page-link {
    font-weight: normal;
}
.bbs_list div.d-row {
    padding: 19px 0px 19px 0px;
	border-bottom: 1px solid #dee2e6;
}
.bbs_list .thumb {
	align-items: flex-start;
    padding-top: 2px;
    border: none;
}
section.newsHdr {
	margin-bottom: 24px;
	text-align: center;
}
section.sContent.news, section.sContent.newslist {
	/* 간증리스트
	margin-top: 90px;
	*/
}
section.sContent article  {
	
}
.newsHdr > .tit {
	margin-bottom: 35px;
	padding-top: 95px;
	font-size: clamp(20px, 3vw, 32px);
	line-height: 45px;
    color: #475264;
	font-weight: 600;
	transition: all 0.3s ease;
}
section.sContent div.article {
	padding: 35px 0 90px;
	line-height: 30px;
	font-size: clamp(15px, 2.5vw, 20px);
	font-weight: 500;
	color: #212529;
}
img.photocenter {
    display: flex;
	margin: 40px auto 0px;
    max-width: 100%;
}
img.photocenter:first-child {
	margin: 0 auto 20px;
}
img.photoleft {
    float: left;
    max-width: 100%;
    padding: 0 30px 30px 0;
}
img.photoright {
    float: right;
    max-width: 100%;
    padding: 0 0 30px 30px;
}

.latest-vod-section {
	padding: 60px 0 55px;
	background: #f3f3f3;
}
div.program-banner {
	position: relative;
}
.series-youtube-img {
    bottom: 50px;
	left: unset;
    right: 12px;
}
@media (min-width: 768px) {
    .col-md-4 {
        width: 31.33333333%;
    }
}
@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;
    }
	.bbs_list {
        padding: 5px 0 18px;
     }
	.bbs_list .thumb {
		width: 120px;
		height: auto;
	}
    .bbs_list .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
		overflow: hidden
	}
	.my-5 {
	    margin-top: -2rem !important;
	}
	img.photoleft {
		float: unset;
		padding: unset;
	}
	section.sContent.news {
		margin-top: 65px;
	}
	section.sContent.newslist {
		margin-top: 5px;
	}
	section.sContent div.article {
	    padding: 0px 0 50px;
		line-height: 25px;
	}
	.newsHdr > .tit {
	    margin-bottom: 12px;
		padding-top: 0px;
		line-height: 25px;
	}
	img.photocenter {
		margin: 40px auto 0px;
	}
	img.photocenter:first-child {
		margin: 0 auto -20px;
	}
	img.photoleft {
		padding: 0 15px 15px 0;
	}
	img.photoright {
		padding: 0 0 15px 15px;
	}
	.my-5 {
		margin-bottom: -4rem !important;
	}
	.series-youtube-img {
		bottom: 45px;
		right: 17px;
		width: 30px;
	}
}




