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

/* 새글 스킨 (latest) */
.latest_gallery {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_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 > div {
	position: relative;
}
	.latest_gallery div.thumb-wrap {
		overflow: hidden;
	}
		.latest_gallery > div div.hover-wrap {
			position: absolute;
			background-color: rgba(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 div.thumb-wrap: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 > div div.hover-wrap > ul {
					position: relative;
					height: 110px;
					margin: 0px auto;
					margin-top: -25px;
					top: 50%;
					background: none !important;
					padding: 0px !important;
				}
					.latest_gallery div.thumb-wrap:hover div.hover-wrap > ul {}
						.latest_gallery > div div.hover-wrap > ul > li {
							text-align: center;
							width: 100% !important;
						}
    						.latest_gallery > div div.hover-wrap > ul > li span {
    							display: none;
    							text-align: center;
    						}
    							.latest_gallery div.thumb-wrap:hover div.hover-wrap > ul > li span {
    								display: 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_gallery > div div.hover-wrap > ul > li span.subject {
    									color: #FFF;
    									font-size: 1.5em;
    									margin-top: 10px;
    									font-weight: 600;
    								}
    								.latest_gallery > div div.hover-wrap > ul > li span.datetime {
    									color: #FFF;
    									font-size: 1.1em;
    									margin-top: 8px;
    								}
    								
@media (max-width: 640px) {
    .latest_gallery div.thumb-wrap div.hover-wrap > ul > li span {
        display: block;
    }
}

.latest_gallery .owl-nav {
	position: absolute;
	width: 100%;
	height: 0px;
	top: 50%;
	z-index: 999;
	display: block !important;
}
	.latest_gallery .owl-nav > * {
		position: absolute;
		top: 0px;
		transform: translateY(-50%);
		font-size: 5em !important;
		color: rgba(0, 0, 0, 0.3) !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 .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 .owl-nav .owl-prev {
				left: -65px;
			}
			.latest_gallery .owl-nav .owl-next {
				right: -65px;
			}
				@media (max-width: 1200px) {
					.latest_gallery .owl-nav > div {
						top: -30px;
						background: rgba(0, 0, 0, 0.6);
						padding: 20px 10px;
						font-size: 3em;
					}
						.latest_gallery .owl-nav .owl-prev {
							left: -4px;
							border-top-right-radius: 3px;
							border-bottom-right-radius: 3px;
						}
						.latest_gallery .owl-nav .owl-next {
							right: -4px;
							border-top-left-radius: 3px;
							border-bottom-left-radius: 3px;
						}
				}