@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 30px !important;
}
.latest_image_title a {
	font-size: 2.2em;
	font-weight: 500;
	color: #FFF;
}
.latest_image_title small {
	font-size: 15pt;
	display: block;
}


.latest_image > div {
	position: relative;
}
.latest_image div.thumb-wrap {
	overflow: hidden;
}
.latest_image .owl-item {
	position: relative;
}
/*.latest_image .owl-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1;
}
.latest_image .owl-item.active:not(.center):before {
	background-color: rgba(255, 255, 255, 0);
}*/
.latest_image.dot-able .owl-dots {
	display: block !important;
}
.latest_image .owl-nav {
	position: absolute;
	width: 100%;
	height: 0px;
	top: 50%;
	z-index: 999;
	/*display: block !important;*/
}
.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: 10px;
}
.latest_image .owl-nav .owl-prev:before {
	content: '<';
	transform: translate(-50%, -50%);
}
.latest_image .owl-nav .owl-next {
	right: 10px;
}
.latest_image .owl-nav .owl-next:before {
	content: '>';
	transform: translate(-50%, -50%);
}

.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;
}
@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%;
	}
}
.latest_image .owl-dots {
	text-align: center;
	margin-top: 30px;
}
.latest_image .owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #36499F !important;
	background-color: rgba(255, 255, 255, 0) !important;
	margin: 0 5px;
}
.latest_image .owl-dot.active {
	background-color: #36499F !important;
}