@charset "utf-8";

/* 새글 스킨 (latest) */
.news {position:relative;margin-bottom:20px;flex:1;width: 100%;}
.news .news_title {display:flex;align-items: flex-end;gap: 15px;}
.news .news_title a {position:relative;color:#fff;font-size: 25px;font-style: italic;display: flex;flex-wrap: wrap;align-items: center;gap: 10px;line-height: 1;}
.news .news_title a i{font-size: 10px;color: #e60012;}
.news .news_title span{flex:1;height: 1px;background: #424242;margin-bottom: 5px;}
.news .news_title .lt_more {color:#fff;text-align:center;font-size: 15px;font-style: normal;font-weight: normal;display: flex;flex-wrap: wrap;align-items: center;}
.news .news_title .lt_more i{transition: .3s;}
.news .news_title .lt_more:hover i{transform: rotate(180deg);}

.view_btn{position: absolute;bottom: 0;right: 0;z-index: 10;color: #fff;background: #e60012;padding: 10px 10px 5px 20px;border-radius: 40px 0 10px 0;opacity: 0;}

.news ul {padding:20px 0}
.news li {position:relative;margin-bottom:10px;background: #fff;display: flex;flex-wrap: wrap;border-radius: 10px;}
.news li:hover{box-shadow: 0 0 0 3px #e60012;}
.news li:hover .view_btn{opacity: 1;}
.news li > div{padding: 20px 30px;flex: 1;}
.news li .lt_img{    overflow: hidden; max-width: 131.57px;}
.news li .lt_img img{vertical-align: bottom;width: 100%;height: 100%;object-fit: cover;border-radius: 10px 0 0 10px;}
.news li:nth-child(2n){background: #1f1f1f;}
.news li:nth-child(2n) a{color: #fff;}
.news li a{flex: 1;}
.news li > div a:not(.view_btn) {font-weight:bold;font-size:1.2em;line-height:20px;vertical-align:middle;width: 80%;word-break: keep-all;display: block;}
.news li a:hover {}
.news li .fa-heart {color:#e60012}
.news 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}
.news 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}
.news li .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#e60012;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
.news li .fa-caret-right {color:#bbb}
.news 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}
.news 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}

.news .profile_img img{border-radius:50%}

.lt_info {padding:10px 0 0}
.lt_info .lt_nick {}
.lt_info .lt_date {color:#8b8b8b}

.news .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
