@charset "utf-8";
/* 새글 스킨 (latest) */

.lat {
  position: relative;
  overflow: hidden;
  width: 430px;
  display: inline-block;
  color: black;
}
.lat .lat_title {
  display: block;
  line-height: 45px;
  margin-bottom: 10px;
}
.lat .lat_title img {
  width: 100%;
}

.lat li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 7px 15px 7px 20px;
  margin: 5px 0;
  background: #e4e4e4;
  min-height: 36.09px;
}
.lat li::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 2px;
  left: 10px;
  border-radius: 2px;
  background: black;
}
.lat li .fa-heart {
  color: #ff0000;
}
.lat li .fa-lock {
  display: inline-block;
  line-height: 14px;
  width: 16px;
  font-size: 0.833em;
  color: #4f818c;
  background: #cbe3e8;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid #a2c6ce;
}
.lat li .new_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #ffff00;
  background: #6db142;
  text-align: center;
  border-radius: 2px;
}
.lat li .hot_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #fff;
  background: #e52955;
  text-align: center;
  border-radius: 2px;
}
.lat li .fa-caret-right {
  color: #bbb;
}
.lat .empty_li {
  height: 28px;
  color: #333;
  text-align: left;
  padding: 3px 0 3px 15px;
  font-size: 15px;
}
.lat .empty_li:before {
  background: none;
  padding: 0;
}

.lat .lt_cmt {
  background: #5c85c1;
  color: #fff;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
}
.lat .lt_more {
  position: absolute;
  top: 11px;
  right: 10px;
  display: block;
  width: 25px;
  line-height: 25px;
  color: #aaa;
  border-radius: 3px;
  text-align: center;
}
.lat .lt_more:hover {
  color: #777;
}
