@charset "utf-8";

/* 새글 스킨 (latest) — 2열, 본문 가로 안에 맞춤 */
.latest_top_wr {
  margin: 0 0 20px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.latest_top_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.pic_li_lt {
  position: relative;
  width: 50%;
  max-width: 50%;
  float: left;
  padding: 0 10px;
  background: #fff;
  box-sizing: border-box;
}
.pic_li_lt .lat_title {
  display: block;
  line-height: 45px;
  font-size: 1.2em;
  color: #253dbe;
  padding-right: 36px;
  box-sizing: border-box;
}
.pic_li_lt .lat_title a {
  color: #777;
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.latest_top_wr > .pic_li_lt:nth-of-type(2n+1) {
  /* flex 레이아웃 사용 시 clear 불필요; 호환용 */
  clear: none;
}

.pic_li_lt ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pic_li_lt li {
  border-bottom: 1px solid #e5ecee;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
  max-width: 100%;
}
.pic_li_lt li .lt_img {
  display: none;
  flex: 0 0 auto;
}
.pic_li_lt li:first-child {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  min-width: 0;
}
.pic_li_lt li:first-child.no_img {
  display: block;
}
.pic_li_lt li:first-child .lt_img {
  display: block;
  margin: 0;
}
.pic_li_lt li:first-child .lt_img img {
  width: 100px;
  height: 75px;
  object-fit: cover;
  border-radius: 5px;
}
.pic_li_lt li:first-child.no_img .lt_content {
  width: 100%;
}
.pic_li_lt li .lt_content {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}
.pic_li_lt li .pic_li_tit {
  display: block;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pic_li_lt li .lt_content_preview {
  color: #acacac;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  margin-top: 5px;
  word-break: break-word;
}

.pic_li_lt li .fa-heart { color: #ff0000; }
.pic_li_lt li .fa-lock {
  display: inline-block;
  line-height: 14px;
  width: 16px;
  font-size: 12px;
  color: #4f818c;
  background: #cbe3e8;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #cbe3e8;
  vertical-align: middle;
}
.pic_li_lt li .new_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #23db79;
  background: #b9ffda;
  text-align: center;
  border-radius: 2px;
  margin-left: 2px;
  font-weight: bold;
  vertical-align: middle;
}
.pic_li_lt li .hot_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #ff0000;
  background: #ffb9b9;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
}

.pic_li_lt .profile_img img { border-radius: 50%; }

.lt_info { padding: 10px 0; }
.lt_info .lt_date { color: #888; }

.pic_li_lt .empty_li {
  line-height: 145px;
  color: #666;
  text-align: center;
  padding: 0;
}
.pic_li_lt .empty_li:before {
  background: none;
  padding: 0;
}

.pic_li_lt .lt_cmt {
  background: #e9eff5;
  color: #555;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 3px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}

.pic_li_lt .lt_more {
  position: absolute;
  top: 11px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 1;
  color: #555;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.pic_li_lt .lt_more:hover { color: #777; }
.pic_li_lt .lt_more .fa-plus { font-size: 16px; }
