@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;
    margin-top: 30px;
}

.latest_gallery_title {
    text-align: center;
    padding: 0px 0px 30px;
}
    .latest_gallery_title a {
        display: inline-block;
        width: 100%;
        max-width: 380px;
        font-size: 1.7em;
        font-weight: 500;
        color: #6D1649;
        font-family: 'Noto Sans KR', sans-serif;
        background-color: #ECECEC;
        border-radius: 5px;
        line-height: 160%;
        padding: 5px;
    }
    .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: relative;
			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;
					margin: 0px auto;
					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: block;
    							text-align: center;
    							font-family: 'Noto Sans KR', sans-serif;
    							overflow: hidden; 
    							text-overflow: ellipsis; 
    							white-space: nowrap;
    						}
    						    /*
    							.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: #333;
    									font-size: 1.5em;
    									margin-top: 10px;
    									font-weight: 400;
    									height: 29px;
    									line-height: 29px;
    									margin-top: 10px;
    								}
    								    .latest_gallery div.thumb-wrap:hover div.hover-wrap > ul > li span.subject {
    								        color: #ff3b3b;
    								    }
    								.latest_gallery > div div.hover-wrap > ul > li span.datetime {
    									color: #a8a8a8;
    									font-size: 1.1em;
    									height: 22px;
    									line-height: 22px;
    								}
    								
@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;
						}
				}