@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.latest_gallery_single {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_gallery_single_wrap {
	position: relative;
}

.latest_gallery_title {
	text-align: center;
	padding: 0px 0px 30px;
}
.latest_gallery_title a {
	font-size: 3em;
	font-weight: 600;
	color: #555;
}
.latest_gallery_title small {
	font-size: 15pt;
	display: block;
}


.latest_gallery_single > div {
	position: relative;
}
.latest_gallery_single div.thumb-wrap-single > div {
	display: block;
	position: relative;
	overflow: hidden;
}
.latest_gallery_single > div div.hover-wrap {
	position: absolute;
	background-color: rgba(0, 0, 0, 0); /*오리지널레이어색상 (0, 0, 0, 2)*/
	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_gallery_single div.thumb-wrap-single:hover div.hover-wrap {
	/*background-color: rgba(0, 0, 0, 0.6);*/
	-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_gallery_single > div ul {
	position: relative;
	margin: 0px auto;
	background: none !important;
	padding: 0px !important;
}
.latest_gallery_single > div ul > li span {
	display: block;
	text-align: center;
}
.latest_gallery_single > div ul > li span.subject {
	color: #333;
	font-size: 2em;
	margin-top: 5px;
	font-weight: 500;
}
.latest_gallery_single > div ul > li span.datetime {
	color: #555;
	font-size: 1.45em;
	font-weight: 300;
}

@media (max-width: 640px) {
	.latest_gallery_single div.thumb-wrap-single ul > li span {
		display: block;
	}
}

.latest_gallery_single .owl-nav {
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	z-index: 999;
	transform: translateY(-10px);
	display: block !important;
}
.latest_gallery_single .owl-nav > * {
	position: absolute;
	top: 0px;
	transform: translateY(-50%);
	font-size: 5em !important;
	color: rgba(0, 0, 0, 0.15) !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;
	/*font-weight: bold !important;*/
}
.latest_gallery_single .owl-nav > *:hover {
	/*color: rgba(0, 0, 0, 0.7) !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_gallery_single .owl-nav .owl-prev {
	left: 65px;
}
.latest_gallery_single .owl-nav .owl-next {
	right: -65px;
}
.latest_gallery_single .owl-dots {
	text-align: center;
	padding-top: 10px;
}
.latest_gallery_single .owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #0872bb !important;
	margin: 0 3px;
}
.latest_gallery_single .owl-dot.active,
.latest_gallery_single .owl-dot:hover {
	background-color: #0b4872 !important;
}

.badge {
	position: absolute;
	z-index: 10;
	top: -7%;
	right: -7%;
	text-align: right;
}
@media (max-width: 1200px) {
	.latest_gallery_single .owl-nav > div {
		top: -30px;
		background: rgba(0, 0, 0, 0.6);
		padding: 20px 10px;
		font-size: 3em;
	}
	.latest_gallery_single .owl-nav .owl-prev {
		left: -4px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.latest_gallery_single .owl-nav .owl-next {
		right: -4px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.badge {
		top: 0;
		right: 0;
	}
	.badge img {
		width: 80%;
	}
}