@charset "utf-8";

.tl_latest_tab nav {}
.tl_latest_tab ul {list-style: none; padding-bottom:30px; margin:0px auto; max-width:400px; display:none}
.tl_latest_tab ul:after { content: " ";visibility: hidden;display: block;height: 0;clear: both; }
.tl_latest_tab ul li {display:table; float:left; text-align:center; border-left:1px solid #ddd; margin-left:-1px}
.tl_latest_tab ul li a {display:table-cell; vertical-align:middle; font-size:16px;color:#555;padding: 0;/* line-height: 1.6; */}
.tl_latest_tab ul li a.on {color:#000; font-weight:600 }


.tl_latest_tab.ts li { width:100%}
.tl_latest_tab.ts3 li { width:50%}
.tl_latest_tab.ts3 li { width:33.3333%}
.tl_latest_tab.ts4 li { width:25%}
.tl_latest_tab.ts5 li { width:20%}
.tl_latest_tab.ts6 li {width: 33.5%;margin-top: -1px; margin-left:-1px}
.tl_latest_tab.ts7 li {width:14.28571428%}
.tl_latest_tab.ts8 li {width:12.5%}
.tl_latest_tab.ts9 li {width:11.11111111%}
.tl_latest_tab.ts10 li {width:10%}

.tl_latest_tab.ts2 li:nth-child(2n+1) { margin-left:0; border-left:0}
.tl_latest_tab.ts3 li:nth-child(3n+1) { margin-left:0; border-left:0}
.tl_latest_tab.ts4 li:nth-child(4n+1) { margin-left:0; border-left:0}
.tl_latest_tab.ts5 li:nth-child(5n+1) { margin-left:0; border-left:0}
.tl_latest_tab.ts6 li:nth-child(6n+1) { margin-left:0; border-right:0}

/* 새글 스킨 (latest) */
.pic_tab_lt {width: 100%;/* border-radius: 20px; */ display: flex; justify-content: space-between; flex-wrap: wrap;}
.pic_tab_lt.on {display:block; opacity: 1; transform: translateY(0px)}
.pic_tab_lt .lat_title {display:block;line-height:45px;font-size:1.2em;color:#253dbe}
.pic_tab_lt .lat_title a {color:#000;display:inline-block;position:relative}

.pic_tab_lt .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center; display:none}
.pic_tab_lt .lt_more:hover {color:#777}
.pic_tab_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_tab_lt ul {width: 100%;/* border-radius: 20px; */ display: flex; justify-content: space-between; flex-wrap: wrap; padding-bottom:50px}
.pic_tab_lt ul > li {width:48%; }
/* .pic_tab_lt ul > li .clearfix { padding:20px 0 0 30px} */
.pic_tab_lt ul > li .ca { font-size:13px; padding:5px 10px; margin:20px 0 8px; background: linear-gradient(to right,#4798f7,#0e60c1); border-radius:15px; color:#fff; display:inline-block; word-break:keep-all}
.pic_tab_lt ul > li .lt_content { font-size:16px; color:#555; word-break:keep-all; padding:10px 0 20px 0; line-height:1.6; }
.pic_tab_lt ul > li .lt_info { display:none}
.pic_tab_lt ul > li  a { font-size:26px; font-weight:bold; display:block}
.pic_tab_lt ul > li:nth-child(2) { margin-top:30px}
.pic_tab_lt ul > li:nth-child(4) { margin-top:30px}
.pic_tab_lt ul > li:nth-child(6) { margin-top:30px}
.pic_tab_lt ul > li:nth-child(2n) { margin-left:4%}

/* 가로모드 모바일 디바이스 (가로 해상도가 576px 이하인 화면에 적용) */
@media all and (max-width: 576px) { 
  .pic_tab_lt ul > li {width:98%; margin:0 1% 10px 1%; }
    .pic_tab_lt ul > li:nth-child(2) {margin: 0 1% 10px 1%;}
  .pic_tab_lt ul > li:nth-child(4) {margin: 0 1% 10px 1%;}
  .pic_tab_lt ul > li:nth-child(6) {margin: 0 1% 10px 1%;}
}

/* 가로모드 모바일 디바이스 (가로 해상도가 576px 보다 큰 화면에 적용) */
@media all and (min-width: 577px) and (max-width:768px) {  
  .pic_tab_lt ul > li {width:98%; margin:0 1% 10px 1%; }
  .pic_tab_lt ul > li:nth-child(2) { margin:0}
  .pic_tab_lt ul > li:nth-child(4) { margin:0}
  .pic_tab_lt ul > li:nth-child(6) { margin:0}
}

/* 태블릿 디바이스 (가로 해상도가 768px 보다 큰 화면에 적용) */
@media all and (min-width: 769px) and (max-width:992px) {  
.pic_tab_lt ul > li {width:48%;}
}

/* 테스크탑 (가로 해상도가 992px 보다 큰 화면에 적용) */
@media all and (min-width: 993px) and (max-width:1200px) {  
.pic_tab_lt ul > li {width:48%; }
}

/* 큰화면 데스크탑 (가로 해상도가 1200px 보다 큰 화면에 적용) */
@media all and (min-width: 1201px) { 
  .pic_tab_lt ul > li {width:48%; }
  .pic_tab_lt ul > li .clearfix { padding-left:30px}
  .pic_tab_lt ul > li .ca { font-size:13px; padding:5px 10px; margin:20px 0 8px; background: linear-gradient(to right,#4798f7,#0e60c1); border-radius:15px; color:#fff; display:inline-block; word-break:keep-all}
  .pic_tab_lt ul > li .lt_content { font-size:16px; color:#555; word-break:keep-all; padding:10px 0 20px 0; line-height:1.6; }
  .pic_tab_lt ul > li .lt_info { display:none}
  .pic_tab_lt ul > li  a { font-size:26px; font-weight:bold; display:block;letter-spacing:-.6px}
  .pic_tab_lt ul > li:nth-child(2) { margin-top:0px}
  .pic_tab_lt ul > li:nth-child(4) { margin-top:0px}
  .pic_tab_lt ul > li:nth-child(6) { margin-top:30px}
  .pic_tab_lt ul > li:nth-child(2n) { margin-left:4%}
}


.pic_tab_lt li .lt_img {margin:0;display:block; overflow:hidden; position:relative; }
.pic_tab_lt li .lt_img img { width:100%;height:auto; -webkit-transform: scale(1);transform: scale(1);transition:all .5s ease;-webkit-transition:all .5s ease; }
.pic_tab_lt li .lt_img img:hover {-webli a  { font-size:27px; margin:20px 0 10px 0; text-align:center; font-weight:bold; letter-spacing:-1px; diht:bold; letter-spacing:-1px; display:block; text-align:left}
.pic_tab_lt li a:hover {color:#3949a3}
.pic_tab_lt li .fa-heart {color:#ff0000}
.pic_tab_lt li .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
.pic_tab_lt li .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle; float:left; display:none}
.pic_tab_lt li .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle; float:left; display:none}
.pic_tab_lt li .fa-caret-right {color:#bbb}
.pic_tab_lt li .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle}
.pic_tab_lt li .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;vertical-align:middle}


/* 한줄일 때 */
.pic_tab_lt li .lt_content {line-height:1.4em; height:4em; text-align:left; font-size:18px;  font-weight:400; color:#555; margin:10px auto  0 auto; word-break:keep-all}












.lt_info {padding:10px 0; display:none}
.lt_info .lt_nick {}
.lt_info .lt_date {color:#888}

.pic_tab_lt .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
.pic_tab_lt .empty_li:before {background:none;padding:0}

.pic_tab_lt .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
.pic_tab_lt .lt_more:hover {color:#777}