@charset "utf-8";

/* 새글 스킨 (latest) */
.press_lat { position: relative; margin-top: -30px; padding: 30px 0 30px; }
.press_lat .basic_li { position: relative; display: flex; flex-wrap: wrap; align-content: space-between; margin-top: -30px; padding: 50px; background: rgba(255, 255, 255, 0.1); border: 1px solid #2D2E39; border-radius: 10px; transform: translateY(30px); transition: box-shadow 0.3s, transform 0.3s, background-color 0.3s; }
.press_lat .basic_li:hover { transform: unset; background: linear-gradient(315deg, rgba(188, 0, 228, 1), rgba(228, 0, 127, 1)); }
.press_lat .basic_li:nth-child(3n+1) { margin-left: 0px; }

.press_lat_info { margin-bottom: 30px; width: 100%; }
.press_lat_info a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; margin-bottom: 20px; font-size: 22px; font-weight: 500; letter-spacing: -0.03em; word-break: keep-all; transition: all 0.3s; }
.press_lat_info:hover a, .press_lat_info a:hover {  }
.press_lat_info p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	margin-top:1px;
	max-height:80px;
	overflow:hidden;
	vertical-align:top;
	text-overflow: ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.6;
}

.press_lat .lt_date { display: block; text-align: right; width: 100%; color: rgba(255, 255, 255, 0.3); }

.press_lat .empty_li { text-align:center; padding:0; color:rgba(255, 255, 255, 0.6); line-height:145px; }
.press_lat .empty_li:before { padding:0; background:none; }

.press_lat .swiper-horizontal > .swiper-pagination-bullets, .press_lat .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: 0px; }

@media screen and (max-width: 1024px) {
	
	.press_lat { padding: 30px 0 60px; }
	.press_lat .basic_li { padding: 30px; }	

}

@media screen and (max-width: 768px) {
	
	

}

@media screen and (max-width: 430px) {
	
	.press_lat_info { margin-bottom: 20px; }
	.press_lat_info a { margin-bottom: 10px; font-size: 20px; }

}