@charset "utf-8";

#latest_image_5 .swiper-slide {
	background: transparent;
	flex-direction: column;
	font-size: var(--default-font-size);
	height: 100%;
	transition: transform 0.5s ease-in-out;
}
#latest_image_5 .swiper-slide img {
	max-width: 100%;
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0 0 25px 0 rgba(0, 5, 15, 0);
	transition: all 0.5s ease-in-out;
}
#latest_image_5 .info {
	display: grid;
	align-items: center;
	grid-template-columns: auto 188px;
	gap: 10px;
	padding: 30px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
#latest_image_5 .info * {
	color: #FFF !important;
}
#latest_image_5 .info .common-btn:hover {
	color: #000 !important;
}
#latest_image_5 .info .common-btn:before {
	background-color: #FFF !important;
}
#latest_image_5 .info .grid {
	gap: 0;
}
#latest_image_5 .info .subject {
	display: block !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
#latest_image_5 + .swiper-nav-wrap {
	position: absolute;
	top: 20%;
	height: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
#latest_image_5 + .swiper-nav-wrap > * {
	position: absolute;
	height: 79px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 rgba(0, 5, 15, 0);
	background: #FFF;
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: all 0.3s ease-in-out;
	opacity: 0.7;
	font-family: 'Nanum Gothic', '나눔고딕', sans-serif;
	font-size: 30pt;
	font-weight: 800;
}
#latest_image_5 + .swiper-nav-wrap > *:hover {
	opacity: 1;
}
#latest_image_5 + .swiper-nav-wrap > *:first-child {
	left: 0;
	transform: translateX(-50%);
	letter-spacing: 9px;
}
#latest_image_5 + .swiper-nav-wrap > *:last-child {
	right: 0;
	transform: translateX(50%);
	letter-spacing: -9px;
}
#latest_image_5 .swiper-slide-active {
	transform: translateY(-5vw);
}
#latest_image_5 .swiper-slide-active .info {
	opacity: 1;
}
#latest_image_5 .swiper-slide-active img {
	box-shadow: 0 0 25px 0 rgba(0, 5, 15, 0.19);
}

@media (max-width: 640px) {
	#latest_image_5 + .swiper-nav-wrap > * {
		height: 40px;
		font-size: 17pt;
	}
	#latest_image_5 + .swiper-nav-wrap > *:first-child {
		transform: translateX(10px);
		letter-spacing: 4px;
	}
	#latest_image_5 + .swiper-nav-wrap > *:last-child {
		right: 0;
		transform: translateX(-10px);
		letter-spacing: -4px;
	}
}