@charset "utf-8";

/* 새글 스킨 (latest) */

.pic_lt ul {
  display: flex;
  justify-content: space-between;
}

.pic_lt ul li {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: calc(25% - 25px);
}

.pic_lt ul li:hover {
  transition: .2s ease-in-out;
}

.pic_lt ul li.galley_li img {
  width: auto;
  height: 100%;
}

.pic_lt ul li a.lt_img {
  padding: 0;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.pic_lt ul li.galley_li a {
  width: 100%;
  height: 250px;
  font-size: 17px;
  text-align: center;
  background-color: #fff;
}

.pic_lt ul li.galley_li:hover a:first-child {
  transition: .2s ease-in-out;
  box-shadow: -7px -7px #27b558;
}

.pic_lt ul li a:nth-child(2) {
  height: 70px;
  color: #4B4B4B;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  display: flex;
  letter-spacing: -1px;
  margin-top: 15px;
}

.pic_lt ul li .pic_content {
  color: #666;
  font-size: 14px;
}

.pic_lt ul li .pic_content::before {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #B9B9B9;
  margin: 5px 0 18px;
}

.pic_lt ul li:hover .pic_content::before {
  transition: .2s ease-in-out;
  width: 50%;
  background-color: #27b558;
}

.lt_more {
  text-align: center;
}

.lt_more a {
  display: inline-block;
  border: 1px solid #cecece;
  padding: 10px 30px;
  margin-top: 40px;
  color: #757575;
  font-size: 15px;
}

.lt_more a:hover {
  background-color: rgba(255, 255, 255, 0.2)
}


@media screen and (max-width: 768px) {
  .pic_lt ul {flex-wrap: wrap; }
  .pic_lt ul li {width: 48%; margin-bottom: 12px; flex-direction: column;}
  .pic_lt ul li a {font-size: 15px; padding: 10px 0;}
  .pic_lt ul li.galley_li a {
    font-size: 16px;
    font-weight: 500;
    height: auto;
    color: #111;
  }
  .m-support {
    background-position: -24px 276px;
    padding: 25px 25px;
  }
  .m-support a {
    margin-top: 0;
    padding: 5px !important;
  }
  .m-support p {white-space: inherit;}
}
