/* ── 메인 공지사항 / 입학상담 최신글 스킨 ── */
.et-lat {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .07);
	border-radius: 18px;
	padding: 28px 30px 22px;
	height: 100%;
	box-sizing: border-box;
	box-shadow: 0 8px 30px -18px rgba(0, 0, 0, .35);
}

.et-lat__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 6px;
	border-bottom: 2px solid #111;
}

.et-lat__title {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.02em;
	margin: 0;
	color: #111;
}

.et-lat__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	transition: color .2s;
}

.et-lat__more:hover { color: #111; }
.et-lat__more svg { width: 15px; height: 15px; }

.et-lat__list { list-style: none; margin: 0; padding: 0; }

.et-lat__item { border-bottom: 1px solid rgba(0, 0, 0, .06); }
.et-lat__item:last-child { border-bottom: 0; }

.et-lat__link {
	display: flex;
	align-items: center;
	gap: 14px;
	justify-content: space-between;
	padding: 14px 2px;
	text-decoration: none;
	color: #333;
	transition: color .2s;
}

.et-lat__link:hover { color: #000; }
.et-lat__link:hover .et-lat__subject { text-decoration: underline; }

.et-lat__subject {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.et-lat__date {
	flex: 0 0 auto;
	font-size: 14px;
	color: #999;
	letter-spacing: -.01em;
}

.et-lat__cmt { color: #e2352d; font-weight: 700; font-size: 14px; }

.et-lat__new {
	display: inline-block;
	background: #111;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 3px 5px;
	border-radius: 4px;
	vertical-align: 1px;
}

.et-lat__item--empty {
	padding: 40px 0;
	text-align: center;
	color: #aaa;
	font-size: 15px;
}

@media (max-width: 768px) {
	.et-lat { padding: 22px 18px 16px; border-radius: 14px; }
	.et-lat__title { font-size: 19px; }
	.et-lat__subject { font-size: 15px; }
	.et-lat__date { font-size: 13px; }
}
