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

/* 새글 스킨 (latest) */
.latest_image {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;}

.latest_image_wrap {
	position: relative;
}

.latest_image_title {
	text-align: center;
	padding: 0px 0px 10px !important;
}
.latest_image_title a {
	font-size: 30px;
	font-weight: 600;
	color: #333;
}
.latest_image_title small {
	font-size: 15pt;
	display: block;
}


.latest_image > div {
/*	position: relative;*/
}
.latest_image div.thumb-wrap {
	overflow: hidden;
}
.latest_image div.thumb-wrap .img-wrap {
	position: relative;
}/*
.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;
	border: 5px solid #2FA0BF;
	-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 div.hover-wrap .board-name {
	display: none;
	color: #FFF;
	background-color: #D81921;
	padding: 0px 15px;
	line-height: 35px !important;
}*/
@media (max-width: 640px) {

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

.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 .latest_info .board-name {
	color: #4466E2;
	font-size: 1.1em;
	margin-bottom: 5px;
}
.latest_image .latest_info .board-name:before,
.latest_image .latest_info .board-name:after {
	content: '|';
	position: relative;
	display: inline-block;
	font-size: 0.7em;
	top: -3px;
}
.latest_image .latest_info .board-name:before {
	margin-right: 5px;
}
.latest_image .latest_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 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_image > div span.hover-more:before,
.latest_image > div span.hover-more:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #33B5D7;
}
.latest_image > div span.hover-more:before {
	height: 20px;
	width: 1px;
}
.latest_image > div span.hover-more:after {
	width: 20px;
	height: 1px;
}
.latest_image > div span.hover-more i {
	position: absolute;
	font-size: 2.5em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.latest_image > div .latest_info {
	border:1px solid #cecece;
	padding: 30px;
}
/*
.latest_image div.thumb-wrap:hover .latest_info {
	opacity: 1;
}*/
@media (max-width: 640px) {
	.latest_image div.thumb-wrap .latest_info {
		opacity: 1;
	}
}
.latest_image > div .latest_info span {
	display: inline-block;
}
.latest_image > div .latest_info .subject {
	display: block;
	font-size: 18px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.latest_image > div .latest_info .text {
	display: block;
}
.over_bg {-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;}
.latest_image div.thumb-wrap:hover .over_bg {background:rgba(0,0,0,0.3); position: absolute; top:0; left:0; width:100%; height:100%; }
.latest_image div.thumb-wrap:not(:hover) .over_bg  {background:rgba(0,0,0,0);} 
	

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

@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: 27%;
	z-index: 999;
	/*display: block !important;*/
}

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

.latest_image .owl-nav > * {
	position: absolute;
	top: 20%;
	transform: translateY(-50%);
	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: #333 !important;
	font-weight: 100 !important;
	overflow: hidden;
	text-indent: 9999px;
	background: transparent !important;
}
.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: -70px;
}
.latest_image .owl-nav .owl-prev:before {
	content: '<';
	transform: translate(-50%, -50%);
}
.latest_image .owl-nav .owl-next {
	right: -70px;
}
.latest_image .owl-nav .owl-next:before {
	content: '';
	background:url('./img/right.png') no-repeat;
	display:block;
	width:90px; height:90px;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size:	5rem;
	text-indent: 0px;
	font-weight: 800;
	color:#adadad
}

.latest_image .owl-nav .owl-next,
.latest_image .owl-nav .owl-prev {
    position: absolute;
    margin: 0px !important;
    background-image: none !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 10pt;
    transform: translateY(100%);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 50% !important;
    -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;
	background:#fff !important;
}
.latest_image .owl-nav .owl-next,
.latest_image .owl-nav .owl-prev {
    width: 50px !important;
    height: 50px !important;
}
/*.latest_image .owl-nav .owl-prev {
    left: 30px !important;
}
.latest_image .owl-nav .owl-next {
    right: 30px !important;
}*/
.latest_image .owl-nav .owl-next:hover,
.latest_image .owl-nav .owl-prev:hover {
  /*  border-color: rgba(0, 0, 0, 1);*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-next:before,
.latest_image .owl-nav .owl-prev:after,
.latest_image .owl-nav .owl-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 10px;
    background-color: rgba(0, 0, 0, 1) !important;
    -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;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-next:before,
.latest_image .owl-nav .owl-prev:after,
.latest_image .owl-nav .owl-next:after {
    width: 3px;
    height: 15px;
}
.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-prev:after {
    left: 17px;
    right: auto;
}
.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-prev:after {
    left: 20px;
}
.latest_image .owl-nav .owl-next:before,
.latest_image .owl-nav .owl-next:after {
    left: auto;
    right: 17px;
}
.latest_image .owl-nav .owl-next:before,
.latest_image .owl-nav .owl-next:after {
    right: 20px;
}
.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-next:before {
    top: 9px;
}
.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-next:before {
    top: 10px;
}
.latest_image .owl-nav .owl-next:after,
.latest_image .owl-nav .owl-prev:after {
    top: 50%;
    margin-top: -4px;
}
.latest_image .owl-nav .owl-next:before,
.latest_image .owl-nav .owl-prev:after {
    transform: rotate(-45deg);
}
.latest_image .owl-nav .owl-next:after,
.latest_image .owl-nav .owl-prev:before {
    transform: rotate(45deg);
}
.latest_image .owl-nav .owl-next,
.latest_image .owl-nav .owl-prev {
    background-image: none !important;
}
.latest_image .owl-nav .owl-prev:hover:before,
.latest_image .owl-nav .owl-next:hover:before,
.latest_image .owl-nav .owl-prev:hover:after,
.latest_image .owl-nav .owl-next:hover:after {
    background-color: rgba(0, 0, 0, 1) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}


.sub_tit02 {color:#666666; padding-bottom:50px}
@media (max-width: 1400px) {
	.latest_image .owl-nav .owl-prev {
		left: 10px;
	}
	.latest_image .owl-nav .owl-next {
		right: 10px;
	}

	.latest_image .owl-nav .owl-prev:before, .latest_image .owl-nav .owl-next:before {color:#fff}
}
@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: 45%;*/
	}
}


.more {margin:0 auto; text-align:center; padding:70px 0px 100px}
.more a{border:1px solid #d1d1d1; border-radius:50px; padding:15px 30px; display:inline-block}
.more a:hover{border:1px solid #333; background:#333; color:#fff;
-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;
}

.owl-carousel .owl-item:hover img {}