@charset "utf-8";

/* 고객후기(lat2est) - 제목 + 날짜, 라인 hover */
.lat2 { position:relat2ive; background:#fff; }
.lat2 ul { margin:0; padding:0; }
.lat2 li {
  position:relat2ive;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 10px;
  line-height:1.45;
  border-bottom:1px solid #e5ecee;
}
.lat2 li:last-child { border-bottom:none; }

/* 행 전체 hover 강조 (텍스트 색은 고정) */
.lat2 li:hover { background:#f8fafc; }

/* 행사갤러리와 동일한 계열의 본문 색 고정 */
.lat2 a.lt_tit {
  flex:1;
  min-width:0;
  display:block;
  font-weight:400;
  font-size:1rem;
  color:#1f2937;          /* 본문 컬러 */
  text-decoration:none;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.lat2 a.lt_tit:hover { color:#1f2937; text-decoration:none; } /* 텍스트 색 변화 없음 */

/* 날짜 */
.lat2 .lt_date {
  white-space:nowrap;
  color:#6b7280;
  font-size:.875rem;
}

/* 불필요 요소 숨김 (타이틀/아이콘/카운트/더보기 등) */
.lat2 .lat2_title,
.lat2 .lt_more,
.lat2 .lt_cmt,
.lat2 .profile_img,
.lat2 .lt_nick,
.lat2 .new_icon,
.lat2 .hot_icon,
.lat2 .fa,
.lat2 .fa-heart,
.lat2 .fa-lock,
.lat2 .fa-caret-right,
.lat2 .fa-download,
.lat2 .fa-link { display:none !important; }

/* 비었을 때 */
.lat2 .empty_li {
  padding:40px 0;
  color:#666;
  text-align:center;
  background:none;
}
