@charset "utf-8";

/* 새글 스킨 (latest) */
.pic_lt {
  position: relative;
}

.pic_lt ul {
  display: flex;
  flex-direction: column;
}

.pic_lt li a {
  display: flex;
  padding: 40px 0;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.pic_lt li a:hover {
  text-decoration: none;
}
.pic_lt li .content {
  padding: 0 30px;
}

.pic_lt li .category {
  align-self: flex-start;
  padding: 13px 20px 0 0;
  font-size: 16px;
  color: #002eab;
  font-weight: 600;
  white-space: nowrap;
}

.pic_lt li .tit {
  margin-bottom: 16px;
  color: #000;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.pic_lt li .desc {
  display: -webkit-box;
  overflow: hidden;
  max-height: 3em;
  line-height: 1.5;
  font-size: 16px;
  text-overflow: ellipsis;
  color: #555;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.pic_lt li .img {
  padding-left: 10px;
}
.pic_lt li .img img {
  box-shadow: 0 1em 1.5em rgb(0 0 0 / 20%);
}
