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

/* 새글 스킨 (latest) */
.latest_image04 {position:relative; padding-top:10px;}

.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;}

.latest_image04_wrap {
	position: relative;
}

.latest_image04_title {
	text-align: left;
	padding: 0px 0px 10px !important;
}
.latest_image04_title a {
	font-size: 30px;
	font-weight: 800;
	color: #394B52;
}
.latest_image04_title small {
	font-size: 15pt;
	display: block;
}


.latest_image04 > div {
/*	position: relative;*/
}
.latest_image04 div.thumb-wrap {
	overflow: hidden; padding:0px !important
}
.latest_image04 div.thumb-wrap .img-wrap {
	position: relative;
}
.latest_image04 > div div.hover-wrap {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-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_image04 div.thumb-wrap:hover div.hover-wrap {
	opacity: 1;
	-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_image04 div.thumb-wrap div.hover-wrap img {width:60px; height:60px; top:50%; left:50%; border-radius:50%;  padding:10px; transform: translate(-50%, -50%);}

.latest_image04 div.thumb-wrap:hover div.hover-wrap img {
position: absolute; top:50%; left:50%;   transform: translate(-50%, -50%);
padding:10px; border:2px solid #fff; border-radius:50%; display:block; width:60px;height:60px;
}
@media (max-width: 640px) {

/*	.latest_image04 > div div.hover-wrap {
		opacity: 1;
	}*/
	.latest_image04 > div span.hover-more {
		opacity: 1;
	}
}

.latest_image04 > div div.hover-wrap > ul {
	position: relative;
	background: none !important;
	padding: 0px !important;
	font-size: 0px;
	margin-top: 10px;
}
.latest_image04 div.thumb-wrap:hover div.hover-wrap > ul {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.latest_image04 > div div.hover-wrap > ul > li {
	width: 100% !important;
	text-align: center;
}
.latest_image04 > div div.hover-wrap > ul > li span {
	display: none;
	overflow: hidden;
	line-height: 35px !important;
	height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.latest_image04 div.hover-wrap .board-name,
.latest_image04 div.thumb-wrap:hover div.hover-wrap > ul > li span {
	display: inline-block;
	-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_image04 .info .board-name {
	color: #4466E2;
	font-size: 1.1em;
	margin-bottom: 5px;
}
.latest_image04 .info .board-name:before,
.latest_image04 .info .board-name:after {
	content: '|';
	position: relative;
	display: inline-block;
	font-size: 0.7em;
	top: -3px;
}
.latest_image04 .info .board-name:before {
	margin-right: 5px;
}
.latest_image04 .info .board-name:after {
	margin-left: 5px;
}
.latest_image04 > div div.hover-wrap > ul > li span.subject {
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
}
.latest_image04 > div div.hover-wrap > ul > li span.datetime {
	color: #f1888e;
	font-size: 0.8rem;
}
.latest_image04 > div span.hover-more {
	display: inline-block;
	position: relative;
	height: 30px;
	width: 30px;
	margin-top: 15px;
	border: 1px solid #33B5D7;
	/*background-color: #375CCF;*/
	color: #FFF;
}
.latest_image04 > div span.hover-more:before,
.latest_image04 > div span.hover-more:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #33B5D7;
}
.latest_image04 > div span.hover-more:before {
	height: 20px;
	width: 1px;
}
.latest_image04 > div span.hover-more:after {
	width: 20px;
	height: 1px;
}
.latest_image04 > div span.hover-more i {
	position: absolute;
	font-size: 2.5em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.latest_image04 > div .info {
	position: absolute;
	width:100%;
	bottom:0px;
	padding: 30px;
	text-align: center;
	background:rgba(0,0,0,0.4);

}
.latest_image04 > div .info {display:flex}
.latest_image04 > div .info li {width:calc(100% - 51px)}
.latest_image04 > div .info li:first-child {background:url(./img/play_btn.png) no-repeat; background-size:cover; width:51px; height:51px; background-position:left }

.latest_image04 div.thumb-wrap:hover .info li:first-child {background:url(./img/play_btn_on.png) no-repeat;}

/*
.latest_image04 div.thumb-wrap:hover .info {
	opacity: 1;
}*/



@media (max-width: 640px) {
	.latest_image04 div.thumb-wrap .info {
		opacity: 1;
	}
}
.latest_image04 > div .info span {
	display: inline-block;
}
.latest_image04 > div .info .subject {
	display: block;
	font-size: 22px;
	font-weight: 800;
	height:auto !important;
	line-height: 30px;
	overflow: inherit !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	text-align: right;
	color:#fff;
}
.latest_image04 > div .info .subject b {font-size:16px; color:#fff; font-weight:300 !important}

.latest_image04 > div .info .text {
	display: block;
}
.latest_image04 > div .info .preacher:after {
	content: '|';
	position: relative;
	display: inline-block;
	padding: 0 10px;
	top: -2px;
	font-size: 9pt;
}
.latest_image04 > div .info .datetime,
.latest_image04 > div .info .preacher,
.latest_image04 > div .info .text {
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
	padding-top: 5px;
}
.latest_image04 > div .info .datetime {
	font-size: 16px;
	color: #7a7a7a;
}

@media (max-width: 640px) {
	.latest_image04 div.thumb-wrap div.hover-wrap {
		background-color: rgba(0, 0, 0, 0.4);
	}
	.latest_image04 div.thumb-wrap div.hover-wrap .board-name,
	.latest_image04 div.thumb-wrap div.hover-wrap > ul > li span {
		display: inline-block;
	}
	.latest_image04 > div div.hover-wrap > ul {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
}

.latest_image04 .owl-nav {
	position: absolute;
	width: 100%;
	height: 0px;
	top: 50% !important;
	transform: translateY(-50%) !important;
	margin-top:0px !important;
	z-index: 999;
	/*display: block !important;*/
}

.latest_image04 .owl-nav .owl-prev:before, .latest_image04 .owl-nav .owl-next:before { font-size:2.5rem  !important; font-weight:100 !important; color: #fff !important}

.latest_image04 .owl-nav > * {
	position: absolute;
	margin:0px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	font-size: 10px !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;
	width: 30px;
	height: 50px;
	color: #fff !important;
	font-weight: 100 !important;
	overflow: hidden;
	text-indent: 9999px;
	background: transparent !important;
}
.latest_image04 .owl-nav > *:hover {
	color: #334492 !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_image04 .owl-nav .owl-prev {
	left: 20px  !important;
}
.latest_image04 .owl-nav .owl-prev:before {
	content: '<';
	transform: translate(-50%, -50%);
}
.latest_image04 .owl-nav .owl-next {
	right: 20px  !important;
}
.latest_image04 .owl-nav .owl-next:before {
	content: '>';
	transform: translate(-50%, -50%);
}

.latest_image04 .owl-nav .owl-prev:before,
.latest_image04 .owl-nav .owl-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size:	5rem;
	text-indent: 0px;
	font-weight: 800;
}
@media (max-width: 1400px) {
	.latest_image04 .owl-nav .owl-prev {
		left: 10px;
	}
	.latest_image04 .owl-nav .owl-next {
		right: 10px;
	}

.latest_image04 .owl-nav .owl-prev:before, .latest_image04 .owl-nav .owl-next:before {color:#fff}
}
@media (max-width: 1200px) {
	/*
    .latest_image04 .owl-nav > div {
        top: -30px;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px 10px;
        font-size: 3em;
    }
        .latest_image04 .owl-nav .owl-prev {
            left: -4px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }
        .latest_image04 .owl-nav .owl-next {
            right: -4px;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }
    */
}
@media (max-width: 640px) {
	.latest_image04 .owl-nav {
		top: 45%;
	}
}