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

/* 새글 스킨 (latest) */
.latest_image06 {position:relative  !important; padding:30px 15px; background:#f1f5fd}

.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_image06_wrap {
	position: relative;
}

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


.latest_image06 > div {
/*	position: relative;*/
}
.latest_image06 div.thumb-wrap {
	overflow: hidden; padding:0px !important
}
.latest_image06 div.thumb-wrap .img-wrap {
	position: relative;
}
.latest_image06 > 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_image06 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_image06 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_image06 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_image06 > div div.hover-wrap {
		opacity: 1;
	}*/
	.latest_image06 > div span.hover-more {
		opacity: 1;
	}
}

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

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

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

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



@media (max-width: 640px) {
	.latest_image06 div.thumb-wrap .info {
		opacity: 1;
	}
}
.latest_image06 > div .info span {
	display: inline-block;
}
.latest_image06 > div .info .subject01 {
	text-transform: uppercase;
	display: block;
	font-size: 28px;
	font-weight: 800;
	height:auto !important;
	line-height: 30px;
	overflow: inherit !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	text-align: LEFT;
	color:#000;
	font-family: 'SpoqaHanSansNeo';
}
.latest_image06 > div .info .subject01 b {font-size:16px; color:#666666; font-weight:300 !important}

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

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

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

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

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

	color: #fff !important;
	font-weight: 100 !important;
	overflow: hidden;
	text-indent: 9999px;
	background: transparent !important;
}
.latest_image06 .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_image06 .owl-nav .owl-prev {
	left:40%  !important;
	background:url('./img/left_arr.png') no-repeat  !important; background-size:cover  !important;
    width: 24px; height: 25px;
}
.latest_image06 .owl-nav .owl-prev:before {
	content: ''  !important;
	transform: translate(-50%, -50%);
}
.latest_image06 .owl-nav .owl-next {
	right:calc(40% + 15px)  !important;
	background:url('./img/right_arr.png') no-repeat  !important; background-size:cover  !important;
    width: 24px; height: 25px;
}
.latest_image06 .owl-nav .owl-next:before {
	content: ''  !important;
	transform: translate(-50%, -50%);
}

.tit_warp {width:100% }
.tit_warp ul  {display:flex; align-items:center;     justify-content: space-between;}
.tit_warp ul li {width:50%}
.tit_warp ul li:nth-child(1)  {padding-left:50px}
.tit_warp ul li:nth-child(2)  {padding-right:80px; text-align:right}

#latest_image06.latest_image06 .owl-nav .owl-prev:before,
#latest_image06.latest_image06 .owl-nav .owl-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size:	5rem;
	text-indent: 0px;
	font-weight: 800;
}
@media (max-width: 1100px) {
	.tit_warp ul li:nth-child(1)  {padding-left:20px}
	.latest_image06 .owl-nav .owl-prev {
		right:100px  !important;
	}
	.tit_warp ul li:nth-child(2)  {padding-right:50px; text-align:right; padding-top:10px}

.latest_image06 .owl-nav .owl-prev:before, .latest_image06 .owl-nav .owl-next:before {color:#fff}

.latest_image_wrap06 {padding:0px 0px 40px; position:relative  !important;}
}
@media (max-width: 1200px) {
	/*
    .latest_image06 .owl-nav > div {
        top: -30px;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px 10px;
        font-size: 3em;
    }
        .latest_image06 .owl-nav .owl-prev {
            left: -4px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }
        .latest_image06 .owl-nav .owl-next {
            right: -4px;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }
    */
}

@media (max-width:640px) {
.latest_image_wrap06 {padding:50px 0px;}
}


@media (max-width: 640px) {

	.tit_warp ul li:nth-child(2) {padding-right:55px;}
}



@media (max-width: 640px) {
.tit_warp ul li {width:70%  !important}
.tit_warp ul li:last-child {width:30%  !important}
}


@media (max-width: 450px) {
.latest_image06 .owl-nav .owl-prev {
	left:35%  !important;
}
.latest_image06 .owl-nav .owl-next {
	right:calc(35% + 15px)  !important;
}
}