@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.gallery_single {position:relative;}

.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;}

.gallery_single_wrap {
	position: relative;
}

.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;
}
.gallery_single div.thumb-wrap-single > div {
	display: block;
	position: relative;
	overflow: hidden;
}
.gallery_single div.thumb-wrap-single img {
	width: 100%;
}
.gallery_single div.thumb-wrap-single .hover-wrap {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
	z-index: 1;
}

.gallery_single .iframe-wrap {
	border-radius: 15px;
}
.gallery_single > div ul.info-wrap {
	padding-top: 30px;
}

/*
.gallery_single > div ul.info-wrap {
	position: absolute;
	bottom: 7%;
	left: 50%;
	width: 92%;
	transform: translateX(-50%);
	z-index: 2;
}
.gallery_single > div ul {
	position: relative;
	margin: 0px auto;
	background: none !important;
	padding: 0px !important;
}
.gallery_single > div ul > li,
.gallery_single > div ul > li span {
	vertical-align: middle;
}
.gallery_single > div ul > li span {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gallery_single > div ul > li span.sermon-subject {
	font-size: 4em;
	margin-top: 5px;
	font-weight: 500;
	line-height: 76px;
	height: 152px;
	display: -webkit-box;
	-webkit-line-clamp: 2; !* 라인수 *!
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.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.1em;
	font-weight: 300;
	line-height: 30px;
	height: 30px;
}
.gallery_single > div ul > li span.sermon-datetime {
	margin-right: 20px;
}
.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.2em;
	display: -webkit-box;
	line-height: 30px;
	height: 90px;
	-webkit-line-clamp: 3; !* 라인수 *!
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
@media (min-width: 640px) {
	.gallery_single > div ul > li span.sermon-content {
		width: 50%;
	}
}

.gallery_single > div ul > li span.bottom-btn {
	line-height: 50px !important;
	text-align: center;
	border-radius: 5px;
	margin-right: 10px;
	padding: 0px 40px;
	font-size: 1.4em;
	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 > li span.play {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
}
.gallery_single > div ul > li span.play:hover {
	background-color: rgba(255, 255, 255, 1);
}
.gallery_single > div ul > li span.play i {
	color: #1088A1;
}

.gallery_single > div ul > li span.read {
	color: #FFF;
	background-color: rgba(78, 78, 78, 0.8);
}
.gallery_single > div ul > li span.read:hover {
	background-color: rgba(78, 78, 78, 1);
}

@media (max-width: 1000px) {
	.gallery_single > div ul > li span.sermon-subject {
		font-size: 2.5em;
		height: 55px;
		line-height: 55px;
		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 {
		line-height: 37px;
		padding: 0px 25px;
		margin-top: 10px;
		font-size: 1.3em;
	}
}
@media (max-width: 460px) {
	.gallery_single > div ul > li span.sermon-subject {
		font-size: 2em;
		height: 50px;
		line-height: 50px;
	}
	.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;
		width: 47%;
		margin-right: 5px;
	}
	.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;
	}
}
*/
