@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: 0;
	top: 50%;
	z-index: 999;
	display: block !important;
}
.latest_image .owl-nav > * {
	position: absolute;
	margin: 0 !important;
	background-image: none !important;
	width: 50px !important;
	height: 350px !important;
	transform: translateY(-50%);
	border: 2px solid rgba(255, 255, 255, 0.5) !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
	background-color: rgba(255, 255, 255, 0.9) !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;
	text-indent: 9999px;
	color: #334492 !important;
	opacity: 0;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}
.latest_image .owl-nav > *:hover {
	/*color: #334492 !important;*/
	opacity: 1;
}
.latest_image .owl-nav .owl-prev {
	left: 1px;
}
.latest_image .owl-nav .owl-prev:before {
	content: '<';
	transform: translate(-50%, -50%);
	letter-spacing: 5px;
}
.latest_image .owl-nav .owl-next {
	right: 1px;
}
.latest_image .owl-nav .owl-next:before {
	content: '>';
	transform: translate(-50%, -50%);
	letter-spacing: -4px;
}

.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size:	1.6rem;
	text-indent: 0;
	font-family: "Nanum Gothic", "나눔고딕";
	color: #DDD;
	font-weight: 700;
	-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 > *:hover {
	/*background-color: rgba(0, 0, 0, 0.7) !important;*/
}
.latest_image .owl-nav .owl-prev:hover:before,
.latest_image .owl-nav .owl-next:hover:before {
	color: #000 !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%;*/
		display: none !important;
	}
}
.latest_image .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	text-align: center;
}
.latest_image .owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	/*border: 2px solid #FFF !important;*/
	background-color: rgb(213, 213, 213) !important;
	margin: 0 5px;
}
.latest_image .owl-dot.active {
	/*width: 30px;*/
	background-color: rgb(26, 145, 202) !important;
}

.latest_image .info-wrap {
	/*position: absolute;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);*/
}
.latest_image .info-wrap.hover:hover {
	/*opacity: 1;*/
}
.latest_image .info {
	/*position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	color: #FFF;
	text-align: center;
	font-weight: 600;
	font-size: 1.3em;*/
}
.latest_image .info > * {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.latest_image .info > span.category {
	margin-top: 20px;
	color: #148ec9;
}
.latest_image .info > span.subject {
	margin: 5px 0 20px;
	color: #000;
	font-size: 1.1em;
	font-weight: 400;
}
.latest_image .info > .common-btn {
	max-width: 70%;
}
.latest_image .info i {
	display: none;
	font-size: 1.5em;
	margin-bottom: 15px;
	opacity: 0.7;
}