@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;
}
    .latest_image_title a {
        font-size: 3em;
        font-weight: 600;
        color: #555;
    }
    .latest_image_title small {
        font-size: 15pt;
        display: block;
    }


.latest_image > div {
	position: relative;
}
	.latest_image div.thumb-wrap {
		overflow: hidden;
	}
		.latest_image > div div.hover-wrap {
			position: absolute;
			background-color: rgba(0, 0, 0, 0);
			bottom: 0px;
			left: 0px;
			right: 0px;
			padding: 20px;
			-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 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_image > div div.hover-wrap .board-name {
			        display: none;
			        color: #FFF;
			        background-color: #0066b8;
			        padding: 0px 15px;
			        line-height: 35px !important;
			    }

				.latest_image > div div.hover-wrap > ul {
					position: relative;
					background: none !important;
					padding: 0px !important;
					font-size: 0px;
					margin-top: 10px;
				}
					.latest_image div.thumb-wrap:hover div.hover-wrap > ul {}
						.latest_image > div div.hover-wrap > ul > li {
							width: 100% !important;
						}
    						.latest_image > div div.hover-wrap > ul > li span {
    							display: none;
    							overflow: hidden;
    							line-height: 35px !important;
    							height: 35px;
    							text-overflow: ellipsis;
                                white-space: nowrap;
    						}
    						    .latest_image div.thumb-wrap:hover div.hover-wrap .board-name,
    							.latest_image div.thumb-wrap:hover div.hover-wrap > ul > li span {
    								display: inline-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_image > div div.hover-wrap > ul > li span.subject {
    									color: #FFF;
    									font-size: 1.2rem;
    									font-weight: 600;
    									width: 70%;
    									text-align: left;
    								}
    								.latest_image > div div.hover-wrap > ul > li span.datetime {
    									color: #FFF;
    									font-size: 0.8rem;
    									width: 30%;
    									text-align: right;
    								}

@media (max-width: 640px) {
    .latest_image div.thumb-wrap div.hover-wrap {
        /* background-color: rgba(0, 0, 0, 0.6); */
        /* display: none; */
        position: static;
    }
        .latest_image div.thumb-wrap div.hover-wrap .board-name,
        .latest_image div.thumb-wrap div.hover-wrap > ul > li span {
            display: inline-block;
        }

        .latest_image > div div.hover-wrap > ul > li span.subject {
          color: #000;
        }
}

.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: 0px;
		transform: translateY(-50%);
		font-size: 2em !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: 300 !important;
		background-color: rgba(0, 102, 184, 0.7) !important;
		color: rgba(255, 255, 255, 0.7) !important;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		overflow: hidden;
		text-indent: 9999px;
	}
		.latest_image .owl-nav > *:hover {
		    background-color: rgba(0, 102, 184, 1) !important;
		    color: rgba(255, 255, 255, 1) !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(-60%, -50%);
    			}
			.latest_image .owl-nav .owl-next {
				right: 10px;
			}
			    .latest_image .owl-nav .owl-next:before {
    			    content: '>';
    			    transform: translate(-40%, -50%);
    			}

    			.latest_image .owl-nav .owl-prev:before,
    			.latest_image .owl-nav .owl-next:before {
    			    position: absolute;
    			    top: 50%;
    			    left: 50%;
    			    font-size: 1.5rem;
    			    text-indent: 0px;
    			}

				@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;
						}
			        */
				}
