.lt_basic {
  background-color: #ffffff;
  padding: 0;
  margin-top: 0;
  font-family: 'Noto Sans KR', sans-serif;
}



.lt_basic_inner {
  max-width: 700px;
  margin: 0 left;
}

.lt_title {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #333;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

.latest-sel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-sel li {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.latest-sel li:last-child {
  border-bottom: none;
}

.latest-sel img {
  border-radius: 4px;
  margin-right: 0px;
  object-fit: cover;
}

.lt_tit {
  font-size: 12px;
  text-align: left;
  display: block;
  color: #0077cc;
  text-decoration: none;
}

.lt_tit:hover {
  text-decoration: underline;
}

.new_icon {
  background-color: #ff5e5e;
  color: #fff;
  font-size: 0.55rem;
  padding: 2px 6px;
  border-radius: 12px;
  margin-left: 5px;
}

.lt_more {
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
}

.lt_more:hover {
  color: #000;
}
.lt_content {
  width: 150px;
  font-size: 0.80em;
  color: #555;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
}