@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
#latest_cont_wrap {
	position: relative;
	font-size: 0;
	overflow: hidden;
}
#latest_cont_wrap > * {
	display: inline-block;
	font-size: 0.75rem;
	vertical-align: top;
}
#latest_cont_wrap .left {
	width: 100% !important;
	color: #000;
	padding: 0 !important;
}
#latest_cont_wrap .left small {
	display: block;
	font-size: 23pt;
}
#latest_cont_wrap .left .big {
	font-size: 50pt;
	font-weight: 600;
	color: #00EAFF;
	line-height: 100%;
}
#latest_cont_wrap .latest_cont_wrap {
	margin-top: 20px;
	width: 100%;
}
#latest_cont_wrap .left .explain {
	margin-top: 40px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 11pt;
}
#latest_cont_wrap .left .btn {
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	padding: 0 25px;
	height: auto;
	background-color: #056CBE;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
	cursor: pointer;
	margin-top: 0;
}
#latest_cont_wrap .left .btn:hover {
	background-color: #0e5085;
}
#latest_cont_wrap .left nav {
	position: absolute;
	top: 5px;
	right: 70px;
	white-space: nowrap;
}
#latest_cont_wrap .left nav > * {
	position: relative;
	display: inline-block;
	width: 27px !important;
	height: 27px !important;
	line-height: 25px !important;
	border: 1px solid #AAA;
	background-color: rgba(255, 255, 255, 0);
	margin-right: 2px;
	border-radius: 2px;
	vertical-align: bottom;
	color: #888;
	font-size: 13pt;
	cursor: pointer;
	-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;
}
#latest_cont_wrap .left nav > *:hover {
	background-color: #AAA;
	color: #FFF;
}
#latest_cont_wrap .left nav > * i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.latest_cont_wrap {
	position: relative;
}

.latest_cont_title {
	text-align: center;
	padding: 0px 0px 30px;
}
.latest_cont_title a {
	font-size: 2.5em;
	font-weight: 600;
	color: #1E2656;
}
.latest_cont_title small {
	font-size: 15pt;
	display: block;
}


.latest_cont > div {
	position: relative;
}
.latest_cont > div .owl-item {
	background-color: #FFF;
}
.latest_cont > div div.hover-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, 0);
	-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;
}
.latest_cont > div div.hover-wrap:hover {
	background-color: rgba(0, 0, 0, 0.7);
}
.latest_cont > div div.hover-wrap .board-name {
	display: inline-block;
	margin-top: 15px;
	line-height: 20px !important;
	font-size: 11pt;
	padding: 0 10px;
}

.latest_cont > div div.hover-wrap > ul {
	background: none !important;
	font-size: 0px;
}
.latest_cont > div div.hover-wrap > ul > li {
	text-align: left;
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	opacity: 0;
	text-align: center;
}
.latest_cont > div div.hover-wrap:hover > ul > li {
	opacity: 1;
}
.latest_cont > div div.hover-wrap > ul > li span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.latest_cont > div div.hover-wrap > ul > li span.subject {
	display: block;
	font-size: 15pt;
	font-weight: 400;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.latest_cont > div div.hover-wrap > ul > li span.preacher,
.latest_cont > div div.hover-wrap > ul > li span.text,
.latest_cont > div div.hover-wrap > ul > li span.datetime {
	font-size: 0.8rem;
	font-weight: 300;
}
.latest_cont > div div.hover-wrap > ul > li span.text:after {
	content: '|';
	position: relative;
	display: inline-block;
	font-size: 8pt;
	padding: 0 5px;
	top: -2px;
}

.latest_cont .owl-nav {
	position: absolute;
	width: 100%;
	height: 0px;
	top: 50%;
	z-index: 999;
}
.latest_cont .owl-nav > * {
	position: absolute;
	top: 0px;
	transform: translateY(-50%);
	font-size: 2em !important;
	color: rgba(0, 0, 0, 0.3) !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: 300 !important;
	background-color: rgba(255, 151, 27, 0.7) !important;
	color: rgba(255, 255, 255, 0.7) !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 9999px;
}
.latest_cont .owl-nav > *:hover {
	background-color: rgba(255, 151, 27, 1) !important;
	color: rgba(255, 255, 255, 1) !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;
}
.latest_cont .owl-nav .owl-prev {
	left: 10px;
}
.latest_cont .owl-nav .owl-prev:before {
	content: '<';
	transform: translate(-60%, -50%);
}
.latest_cont .owl-nav .owl-next {
	right: 10px;
}
.latest_cont .owl-nav .owl-next:before {
	content: '>';
	transform: translate(-40%, -50%);
}

.latest_cont .owl-nav .owl-prev:before,
.latest_cont .owl-nav .owl-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.5rem;
	text-indent: 0px;
}

@media (max-width: 700px) {
	#latest_cont_wrap > * {
		position: relative;
		width: 100% !important;
	}
	#latest_cont_wrap .left nav {
		left: auto;
		top: 2px;
	}
	#latest_cont_wrap .left .btn {
		top: 2px;
	}
}