@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.gallery_single {
	position: relative;
	display: block;
	height: 100%;
}

.content02 {position:relative; font-size:0;}
.content02 .ctrl {position:absolute; bottom:20px; left:50%; z-index:10; transform:translateX(-50%);}
.content02 .ctrl span {font-size:30px; color:#fff; line-height:31px; font-weight:bold; display:inline-block;}
.content02 .ctrl span.bar {margin:0 4px; font-size:20px; color:#fff; line-height:31px; font-weight:bold; display:inline-block;}

.sermon_list {margin-bottom:20px}
.sermon_list ul {display:flex}
.sermon_list ul li {width:33.333%; text-align:center; padding:10px 10px}
.sermon_list ul li:nth-child(1) {background:#1c90fb}
.sermon_list ul li:nth-child(2) {background:#f4a5b6}
.sermon_list ul li:nth-child(3) {background:#ed9a67}

.gallery_single_wrap {
	position: relative;
	height: 340px;
}
@media (min-width: 1100px) {
	.gallery_single_wrap {
		margin-right: 1px;
	}
}

.latest_gallery_title {
	text-align: center;
	padding: 0px 0px 30px;
}
.latest_gallery_title a {
	font-size: 3em;
	font-weight: 600;
	color: #555;
}
.latest_gallery_title small {
	font-size: 15pt;
	display: block;
}



.gallery_single > div {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.gallery_single div.thumb-wrap-single > div {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.gallery_single div.thumb-wrap-single .hover-wrap {
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
	z-index: 1;
}
.gallery_single_wrap div.thumb-wrap-single-bg {
	position: relative;
	background:url('./sermon_bg_normal.png') no-repeat; background-size:cover;
	display: grid;
	flex-direction: column;
	height: 100%;
	background-color: rgba(0, 26, 39, 0.8);
	align-items: end;
	justify-content: end;
	background-size: cover !important;
}
.gallery_single_wrap div.thumb-wrap-single-bg .thumb {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover !important;
}
.gallery_single > div ul.info-wrap {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 5%;
	right: 40%;
	z-index: 2;
}
.gallery_single > div ul.info-wrap.center {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.gallery_single .wrap_line {border-bottom:1px solid #fff}

.gallery_single > div ul.info-wrap > li:last-child {
	position: absolute;
	left: 0;
	bottom: 0;
	white-space: nowrap;
}
.gallery_single > div ul.info-wrap.center  > li:last-child {
	padding-top: 0 !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
}

.gallery_single > div ul {
	position: relative;
	margin: 0px auto;
	background: none !important;
	padding: 0px !important;
}
.gallery_single .iframe-wrap {
	padding-bottom: 202px;
}
.gallery_single > div ul > li,
.gallery_single > div ul > li span {
	vertical-align: middle;
}
.gallery_single > div ul > li h2 a {
	display: block;
	color: #FFF;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 90%;
	margin-bottom: 20px;
}
.daily_meditation > div ul > li h2 a {
	/*margin-bottom: 0;*/
	color: #ffc000;
}
.gallery_single > div ul > li h2 a small {
	display: block;
	font-size: 13pt;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}
/*.daily_meditation > div ul > li h2 a small {
	margin: 10px 0;
}*/
.gallery_single > div ul > li span {
	display: inline-block;
/*	overflow: hidden;*/
	text-overflow: ellipsis;
}
/*.gallery_single > div ul > li span.sermon-subject {
	font-size: 1.5em;
	margin-top: 5px;
	font-weight: 400;
	width: 100%;
	line-height: 30px !important;
	height: 30px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/
.gallery_single > div ul > li span.sermon-datetime,
.gallery_single > div ul > li span.sermon-text,
.gallery_single > div ul > li span.sermon-preacher {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 30px;
	height: 30px;
	color: rgba(255, 255, 255, 1);
}
.gallery_single > div ul > li span.sermon-text {
	font-size: 1.2em;
	color: rgba(255, 255, 255, 1);
}
.gallery_single > div ul > li span.sermon-datetime:after {
	content: '';
	position: relative;
	display: inline-block;
	font-size: 0.75em;
	top: -2px;
	margin: 0px 0px 0px 3px;
}
.gallery_single > div ul > li span.btn {
	position: relative;
	top: -1px;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 25px !important;
	height: 25px !important;
	width: 70px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-right: 10px;
}

.gallery_single > div ul > li span.sermon-content {
	margin-top: 10px;
	font-size: 1.4em;
	display: -webkit-box;
	line-height: 30px;
	height: 90px;
	-webkit-line-clamp: 3; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	margin-bottom: 10px;
}

.gallery_single > div ul > li span.bottom-btn {
/*	margin-top: 10px;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;*/
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery_single > div ul > li span.bottom-btn i {
	display: inline-block;
/*	margin-right: 5px;*/
}
.gallery_single > div ul.info-wrap.center span.bottom-btn:hover {
	transform: translateX(-10px);
}
/*
.gallery_single > div ul > li span.play {
	background-color: rgba(255, 255, 255, 0.7);
	color: #2A2A28;
}
.gallery_single > div ul > li span.play:hover {
	background-color: rgba(255, 255, 255, 1);
}
.gallery_single > div ul > li span.play .play-btn {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #2A2A28;
	top: -1px;
}
.gallery_single > div ul > li span.play i {
	position: absolute;
	color: #F5CC32;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.6);
}
*/

.gallery_single > div ul > li span.read,
.gallery_single > div ul > li span.play {
	/*background-color: rgba(64, 74, 105, 0.8);*/
	color: #FFF;
	border: 1px solid #FFF;
}
.gallery_single > div ul > li span.read:hover,
.gallery_single > div ul > li span.play:hover {
	background-color: rgba(255, 255, 255, 1);
}
.gallery_single > div ul > li span.read:hover,
.gallery_single > div ul > li span.read:hover *,
.gallery_single > div ul > li span.play:hover,
.gallery_single > div ul > li span.play:hover * {
	color: #114b93;
}
.gallery_single > div ul > li span.play i,
.gallery_single > div ul > li span.read i {
	font-size: 0.9em;
}
/*
.gallery_single > div ul > li span.read .icon {
	display: inline-block;
	font-weight: 300;
	font-size: 1.5em;
	position: relative;
	margin-right: 10px;
	top: -3px;
}
.gallery_single > div ul > li span.read .icon:before {
	content: '+';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
}
*/

@media (max-width: 1000px) {
	.gallery_single div.thumb-wrap-single > div {
		display: inline-table;
		align-content: end;
	}
	.gallery_single > div ul > li span.sermon-subject {
		font-size: 1.1em;
		height: 25px;
		line-height:30px !important;
/*		white-space: nowrap;*/
	}
	.gallery_single > div ul > li span.sermon-content {
		font-size: 1.5em;
		height: 60px;
		-webkit-line-clamp: 2;
	}
	.gallery_single > div ul > li span.bottom-btn {

		padding: 0px 25px;
		margin-top: 10px;
		font-size: 1.3em;
	}
	.gallery_single > div ul > li h2 a {
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	.gallery_single > div ul > li span.sermon-datetime,
	.gallery_single > div ul > li span.sermon-text,
	.gallery_single > div ul > li span.sermon-preacher {
		font-size: 1em;
		height: 20px;
		line-height: 20px;
	}
}
@media (max-width: 640px) {
	.gallery_single > div ul.info-wrap {
		top: 5%;
		bottom: 5%;
	}
	.gallery_single > div ul > li span.sermon-content {
		font-size: 1.5em;
		height: 30px;
		white-space: nowrap;
	}
}
@media (max-width: 400px) {
	.gallery_single > div ul > li span.sermon-content {
		display: none;
	}
}

.gallery_single .owl-nav {
	position: absolute;
	width: 100%;
	height: 0px;
	top: 50%;
	z-index: 999;
	display: block !important;
}
.gallery_single .owl-nav > * {
	position: absolute;
	top: 0px;
	transform: translateY(-50%);
	font-size: 5em !important;
	color: rgba(0, 0, 0, 0.15) !important;
	-webkit-transition: all 0.3s ease-out !important;
	-moz-transition: all 0.3s ease-out !important;
	-o-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;
	font-family: "Nanum Gothic", "나눔고딕", "Noto Sans KR", "Lato","Apple SD Gothic Neo", "Malgun Gothic", dotum, sans-serif !important;
	font-weight: bold !important;
}
.gallery_single .owl-nav > *:hover {
	color: rgba(0, 0, 0, 0.7) !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.gallery_single .owl-nav .owl-prev {
	left: -65px;
}
.gallery_single .owl-nav .owl-next {
	right: -65px;
}
@media (max-width: 1200px) {
	.gallery_single .owl-nav > div {
		top: -30px;
		background: rgba(0, 0, 0, 0.6);
		padding: 20px 10px;
		font-size: 3em;
	}
	.gallery_single .owl-nav .owl-prev {
		left: -4px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.gallery_single .owl-nav .owl-next {
		right: -4px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
}

@media (max-width: 1000px){
#hover-popup-cont .iframe-wrap { height: auto;}
#hover-popup-cont .iframe-wrap iframe{ width:100% !important;}
}