@charset "utf-8";
/* 새글 스킨 (latest) */
.pic_lt {
  position: relative;
  overflow: hidden;
  padding: 1rem;
}
.pic_lt .lt_more:hover {
  color: #777;
}
.pic_lt ul {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(6, 1fr);
}
.pic_lt li {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.pic_lt li .lt_img {
  display: block;
  max-width: 100%;
  height: 10rem;
  text-align: center;
  overflow: hidden;
}
.pic_lt li .lt_img img {
  max-width: 100%;
  height: auto !important;
}
.pic_lt li .lt_subject {
  width: 140px;
}
.pic_lt li a:hover {
  color: #3a8afd;
}
