@charset "utf-8";

.swiper-container {
	display: grid;
	height: 100%;
}
#latest_image_4 .swiper-slide {
	position: relative;
	height: 100%;
	background: transparent;
	flex-direction: column;
	font-size: var(--default-font-size);
	overflow: hidden;
	border-radius: 20px;
}
#latest_image_4 .img-wrap {
	overflow: hidden;
	aspect-ratio: 160 / 110;
	border-radius: 20px;
}
#latest_image_4 .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#latest_image_4 ul {
	display: grid;
	gap: 20px;
}
#latest_image_4 .popup-cont {
	display: grid;
	grid-template-columns: 0.29fr 0.71fr;
	align-items: center;
	column-gap: 25px;
}
#latest_image_4 .txt-wrap {
	display: grid;
}
#latest_image_4 .subject,
#latest_image_4 .content {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	height: 1.3em;
}
#latest_image_4 .subject {
	margin: 0 0 10px;
}

@media (max-width: 1100px) {
	#latest_image_4 .swiper-slide {
		font-size: var(--default-tablet-font-size);
	}
}
@media (max-width: 640px) {
	#latest_image_4 .swiper-slide {
		font-size: var(--default-mobile-font-size);
	}
}