@charset "utf-8";

/* recent-webz */
.recent-webz {
  background-color:#fff;
}
.recent-webz li {
  position: relative;
}
.recent-webz .category {
  bottom: 0;
}
.recent-webz .cnt {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.recent-webz .title {
  font-weight: 700;
}
.recent-webz .date {
  letter-spacing: 0;
  background-color: #272727;
  color:#fff;
}
@media (max-width:575px) {
  .recent-webz .thumb>img {
    width: 150px;
    height: 120px;
  }
  .recent-webz .title-wrap p {
    display: none;
  }
}
@media (min-width:576px) {
  .recent-webz .thumb>img {
    width: 200px;
    height: 160px;
  }
}
@media (max-width:767px) {
  .recent-webz .title {
    font-size: 15px;
  }
}
@media (min-width:768px) {
  .recent-webz .thumb>img {
    width: 288px;
    height: 230px;
  }
  .recent-webz .title {
    font-size: 17px;
  }
}
@media (max-width:991px) {
  .recent-webz .thumb>img {
    margin-right: 15px;
  }
  .recent-webz .date-wrap {
    margin-top:5px;
  }
  .recent-webz .date {
    display: table;
    padding:2px 6px;
    border-radius: 20px;
  }
  .recent-webz .date p {
    display:table-cell;
    font-size:13px;
  }
}
@media (min-width:992px) {
  .recent-webz .title-wrap {
    padding: 0 20px;
  }
  .recent-webz .date {
    padding: 20px 0;
    text-align: center;
    border-radius: 4px;
  }
  .recent-webz .date p:first-child {
    font-size: 25px;
    font-weight: 700;
  } 
  .recent-webz .date p:last-child {
    font-size: 14px;
  }
}
@media (min-width:1600px) {
  .recent-webz a.thumb>img {
    width: 325px;
    height: 260px;
  }
  .recent-webz .title-wrap {
    padding: 0 30px;
  }
  .recent-webz .date p:first-child {
    font-size: 40px;
    line-height: 40px;
  } 
}

/* recent-vslide */
#recent-vslide li>.row {
  height: 80px;
  padding-right: 45px;
  background-color: #272727;
}
#recent-vslide .title-wrap {
  padding:0 15px;
  text-align:right;
}
#recent-vslide a.ds-summary2 {
  color:#fff;
}
#recent-vslide .category a, 
#recent-vslide .date {
  color: #888;
}
#recent-vslide .date {
  font-size: 14px;
  letter-spacing: 0;
}
#recent-vslide .category a {
  display: inline-block;
  padding:2px 6px;
  font-size:12px;
  line-height: 15px;
  border:1px solid #888;
  border-radius: 15px;
}
@media (min-width:992px) {
  #recent-vslide {
    padding-left: 10px;
  }
}

/* recent-list */
.recent-list {
  background-color: #fff;
}
.recent-list li {
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
}
.recent-list li:first-child {
  border-top:1px solid #e7e7e7;
}
.recent-list li.row {
  height: 80px;
}
.recent-list .category a {
  margin: auto;
  color: #fff;
}
.recent-list .category strong {
  width: 40px;
  height: 35px;
  padding:2px;
  font-size:13px;
  line-height: 14px;
  font-weight: normal;
  border-radius: 4px;
  background-color:#ccc;
}
.recent-list .title-wrap {
  padding: 0 10px;
}
.recent-list .date {
  margin-bottom: 2px;
}
.recent-list .reply {
  display: block;
  border-left: 1px solid #e7e7e7;
}
@media (max-width:767px) {
  .recent-list {
    padding: 10px;
  }
}
@media (min-width:768px) {
  .recent-list {
    padding: 40px 40px 41px;
  }
}

/* recent-webz2 */
.recent-webz2 {
  background-color: #fff;
}
.recent-webz2 li {
  position: relative;
  padding:15px 0;
  border-bottom:1px solid #e7e7e7;
}
.recent-webz2 li:first-child {
  border-top:1px solid #e7e7e7;
}
.recent-webz2 .cnt {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.recent-webz2 .category {
  bottom: 15px;
}
.recent-webz2 .title-wrap {
  padding: 0 10px;
}
.recent-webz2 .reply {
  display: block;
  border-left: 1px solid #e7e7e7;
}
@media (max-width: 767px) {
  .recent-webz2 {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .recent-webz2 {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .recent-webz2 .thumb>img {
    width: 150px;
    height: 97px;
  }
}
@media (min-width: 576px) {
  .recent-webz2 .thumb>img {
    width: 200px;
    height: 129px;
  }
}

/* 공통 */
.recent-webz .thumb,
.recent-webz2 .thumb {
  display:block;
}
.recent-webz a.title,
.recent-webz a.reply, 
#recent-vslide a.ds-summary2,
#recent-vslide a.reply,
#recent-vslide .icon>img[alt="new"],
#recent-vslide .icon>img[alt="update"],
.recent-list a.ds-summary2,
.recent-webz2 a.ds-summary2 {
  display:inline;
}
.icon>img[alt="file"] { 
  display:none; 
}
.reply {
  font-size: 16px;
  font-weight: bold;
  color: #17bdf4!important;
}
.reply .fa {
  color:#333;
}
.recent-list .date span,
.recent-list .date a,
.recent-webz2 .date span,
.recent-webz2 .date a {
  display: inline-block;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
}
.recent-webz .category,
.recent-webz2 .category {
  display: block;
  position: absolute;
  left: 0;
  padding: 2px 4px;
  background-color: rgba(255,255,255,0.7);
  font-size: 12px;
  z-index: 1;
}