@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.latest_image {position:relative;}
@media (min-width: 1400px) {
	.latest_image {
		max-width: 88vw;
		margin: 0 auto;
	}
}

.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_image_wrap {
	position: relative;
}

.latest_image_title,
.latest_image_title * {
	text-align: left;
}
.latest_image_title {
	margin-bottom: 0 !important;
	padding-bottom: 20px;
	font-size: 2.3em;
}
.latest_image_title a,
.latest_image_title span {
	position: relative;
	font-size: 1.2em;
	font-weight: 800;
	display: block;
	overflow: hidden;
	color: #003981;
}
.latest_image_title a {
	padding-right: 36px;
}
.latest_image_title small {
	display: block;
	color: #666;
	font-size: 0.5em;
	margin-top: 10px;
}
.latest_image_title a .more {
	position: absolute;
	color: #29b1e3;
	font-size: 0.35em;
	height: auto;
	line-height: 27px !important;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
	-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_image_title a .more:after {
	content: '>';
	font-family: "Nanum Gothic", "나눔고딕";
	display: inline-block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #29b1e3;
	color: #FFF;
	text-align: center;
	font-size: 0.9em;
	transform: scale(0.75);
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 4px;
}


.latest_image > div {
	position: relative;
}
.latest_image div.thumb-wrap {
	overflow: hidden;
	background-color: #FFF;
}
.latest_image div.thumb-wrap .img-wrap {
	position: relative;
	padding-bottom: 75%;
}
.latest_image > div div.hover-wrap {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	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_image 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_image div.thumb-wrap .img-wrap {
	overflow: hidden;
	border-radius: 15px;
}
.latest_image > div div.hover-wrap .board-name {
	display: none;
	color: #FFF;
	background-color: #D81921;
	padding: 0px 15px;
	line-height: 35px !important;
}

.latest_image > div div.hover-wrap > ul {
	position: relative;
	background: none !important;
	padding: 0px !important;
	font-size: 0px;
	margin-top: 10px;
}
.latest_image div.thumb-wrap:hover div.hover-wrap > ul {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.latest_image > div div.hover-wrap > ul > li {
	width: 100% !important;
	text-align: center;
}
.latest_image > div div.hover-wrap > ul > li span {
	display: none;
	overflow: hidden;
	line-height: 35px !important;
	height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.latest_image div.hover-wrap .board-name,
.latest_image 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_image .info .board-name {
	color: #4466E2;
	font-size: 1.1em;
	margin-bottom: 5px;
}
.latest_image .info .board-name:before,
.latest_image .info .board-name:after {
	content: '|';
	position: relative;
	display: inline-block;
	font-size: 0.7em;
	top: -3px;
}
.latest_image .info .board-name:before {
	margin-right: 5px;
}
.latest_image .info .board-name:after {
	margin-left: 5px;
}
.latest_image > div div.hover-wrap > ul > li span.subject {
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
}
.latest_image > div div.hover-wrap > ul > li span.datetime {
	color: #f1888e;
	font-size: 0.8rem;
}
.latest_image > div div.hover-wrap span.hover-more {
	display: inline-block;
	position: relative;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	/*margin-top: 10px;*/
	/*background-color: #375CCF;
	border-radius: 50%;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	color: #FFF;
}
.latest_image > div div.hover-wrap span.hover-more i {
	position: absolute;
	font-size: 4em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.latest_image > div .info {
	padding-top: 15px;
}
.latest_image > div .info span {
	display: inline-block;
}
.latest_image > div .info .subject {
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	font-size: 13pt;
	font-weight: 500;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*margin-bottom: 5px;*/
	color: #000 !important;
}
.latest_image > div .info .text {
	display: block;
}
.latest_image > div .info .preacher:after {
	content: '';
	position: relative;
	display: inline-block;
	margin: 0 5px 0 9px;
	top: 2px;
	height: 12px;
	width: 1px;
	background-color: #727272;
}
.latest_image > div .info .datetime,
.latest_image > div .info .preacher,
.latest_image > div .info .text {
	font-size: 10pt;
	font-weight: 400;
	color: #727272 !important;
	padding-top: 5px;
}
.latest_image > div .info .preacher {
	display: none;
	font-weight: 500;
}

@media (max-width: 640px) {
	.latest_image div.thumb-wrap div.hover-wrap {
		background-color: rgba(0, 0, 0, 0.4);
	}
	.latest_image div.thumb-wrap div.hover-wrap .board-name,
	.latest_image div.thumb-wrap div.hover-wrap > ul > li span {
		display: inline-block;
	}
	.latest_image > div div.hover-wrap > ul {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
}

.latest_image .owl-nav {
	position: absolute;
	width: 100%;
	height: 0px;
	top: 50%;
	z-index: 999;
	display: block !important;
	transform: translateY(-50%);
}
.latest_image .owl-nav > * {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2em !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: 50px;
	height: 100px;
	color: #546ACE !important;
	font-weight: 100 !important;
	overflow: hidden;
	text-indent: 9999px;
}
.latest_image .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_image .owl-nav .owl-prev {
	left: -100px;
}
.latest_image .owl-nav .owl-prev:before {
	content: '<';
	transform: translate(-50%, -50%);
	letter-spacing: 5px;
}
.latest_image .owl-nav .owl-next {
	right: -100px;
}
.latest_image .owl-nav .owl-next:before {
	content: '>';
	transform: translate(-50%, -50%);
	letter-spacing: -5px;
}

.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size:	1.5rem;
	color: #000;
	text-indent: 0px;
	font-weight: 400;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #1da0d4 !important;
	border-radius: 50%;
	-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;
	text-shadow: inherit !important;
}
.latest_image .owl-nav .owl-prev:hover:before,
.latest_image .owl-nav .owl-next:hover:before {
	background-color: rgba(0, 0, 0, 1) !important;
	text-shadow: inherit !important;
}
@media (max-width: 1400px) {
	.latest_image .owl-nav .owl-prev {
		left: 10px;
	}
	.latest_image .owl-nav .owl-next {
		right: 10px;
	}
}
@media (max-width: 1200px) {
	/*
    .latest_image .owl-nav > div {
        top: -30px;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px 10px;
        font-size: 3em;
    }
        .latest_image .owl-nav .owl-prev {
            left: -4px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }
        .latest_image .owl-nav .owl-next {
            right: -4px;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }
    */
}
@media (max-width: 640px) {
	.latest_image .owl-nav {
		top: 30%;
	}
}