@charset "utf-8";

.latest_image_wrap {
	position: relative;
}
.latest_image {
	display: grid !important;
	height: 100%;
}
.latest_image .owl-stage {
	height: 100%;
}
.latest_image + .sequence {
	position: absolute;
	top: -102px;
	right: 51px;
	font-size: 1.5em;
	text-align: center;
	width: 100px;
}
.latest_image + .sequence .num {
	font-weight: 600 !important;
}
.latest_image .owl-item {
	display: grid;
	height: 100%;
}
.latest_image .owl-nav {
	position: absolute;
	height: 0;
	top: -80px;
	right: 0;
	z-index: 999;
	display: block !important;
}
.latest_image .owl-nav > * {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2em !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;
	width: 50px;
	height: 100px;
	color: #bfbfbf !important;
	font-weight: 100 !important;
	overflow: hidden;
	/*text-indent: 9999px;*/
}
.latest_image .owl-nav > *:hover {
	color: #333 !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: -200px;
}
.latest_image .owl-nav .owl-prev:before {
	content: '';
	transform: translate(-50%, -50%);
	letter-spacing: 5px;
}
.latest_image .owl-nav .owl-next {
	right: 0;
}
.latest_image .owl-nav .owl-next:before {
	content: '';
	transform: translate(-50%, -50%);
	letter-spacing: -5px;
}

.latest_image .owl-nav .owl-prev:before,
.latest_image .owl-nav .owl-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size:	1.5rem;
	color: #bfbfbf;
	text-indent: 0;
	height: 50px;
	width: 50px;
	line-height: 43px;
	text-align: center;
	background-color: #FFF !important;
	border: 4px solid #bfbfbf;
	border-radius: 50%;
	-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;
	text-shadow: inherit !important;
}
.latest_image .owl-nav .owl-prev:hover:before,
.latest_image .owl-nav .owl-next:hover:before {
	border-color: #333 !important;
	color: #333;
	text-shadow: inherit !important;
}
.latest_image .owl-nav i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
	.latest_image .owl-nav {
		top: -45px;
	}
	.latest_image + .sequence {
		top: -67px;
	}
}
@media (max-width: 640px) {
	.latest_image .owl-nav .owl-prev {
		left: -140px;
	}
	.latest_image .owl-nav .owl-prev:before,
	.latest_image .owl-nav .owl-next:before {
		height: 40px;
		width: 40px;
		line-height: 33px;
	}
	.latest_image + .sequence {
		font-size: 1.1em;
		right: 45px;
		width: 50px;
		top: -61px;
	}
}