/*
    메인 페이지
*/

.custom-btn img {
    height: 20px;
    margin-right: 0.5rem !important;
}
.mt-2 {
    margin-top: 0.8rem !important;
}
.me-1 {
    margin-right: 0.50rem !important;
}
p.subtitle .d-md-block {
	/* 0924 메인하단 3아이콘 영향으로 해제함.*/
	display: flex !important;
	
}
.carousel-inner > div.carousel-item:nth-child(1) {
	background: url(../img/C-14.webp) center 0 no-repeat;
    height: 740px;
}
@media (max-width: 1600px) {
	.carousel-inner > div.carousel-item:nth-child(1) {
		background-size: cover;
		height: 570px;
	}
}
@media (max-width: 1200px) {
	.carousel-inner > div.carousel-item:nth-child(1) {
		height: 420px;
	}
}
@media (max-width: 1000px) {
	.carousel-inner > div.carousel-item:nth-child(1) {
		height: 370px;
	}
}
@media (max-width: 767.98px) {
	.carousel-inner > div.carousel-item:nth-child(1) {
		background: unset;
		height: unset;
	}
	.carousel-inner .carousel-item img {
        min-height: 312px;
		height: auto;
    }
	p.subtitle .d-md-block {
		/* 0924 메인하단 3아이콘 영향으로 해제함.*/
		display: none !important;
		
	}
	.sermon-section .sermon-subtitle {
        -webkit-line-clamp: 1;
	}
	.sermon-section .mobile-text {
		padding: 0.6rem 1.7rem 2.5rem 1rem;
    }
	.sermon-btn {
		font-size: 0.8rem;
		padding: 0.4rem 1rem;
		        border-radius: 10px;
	}
	.member-thumb {
        margin-left: clamp(10px, 4vw, 25px);
	}
	.member-text {
        _padding-left: 10px;
    }
	.member-text p {
		line-height: 1.3rem;
	}
	.p-4 {
		padding: 1.2rem !important;
	}
	.member-card {
		margin-bottom: -3px;
	}
	.d-flex.align-items-center button {
        margin-left: 0px;
    }
	.footer-container .plus {
		line-height: 20px;
	}
	.footer-container {
		margin-bottom: 20px;
	}
}

