@charset "utf-8";
/* 새글 스킨 (latest) */

.lat_talk2 {
    position: relative;
    margin-bottom: 20px;
    border: 0;
}

.lat_talk2 .lat_talk_title {
    display: block;
    padding: 0 20px;
    line-height: 45px;
    font-size: 1.083em;
    border-bottom: 1px solid #e2e2e2;
    color: #253dbe;
    background: #fcfcfc
}

.lat_talk2 .lat_talk_title a {
    color: #253dbe;
    display: inline-block;
    position: relative
}

.lat_talk2 .lat_talk_title a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #253dbe;
    content: ''
}

.lat_talk2 ul {
    padding: 15px 0 0 0px
}

.lat_talk2 li {
    position: relative;
    line-height: 18px;
    padding: 10px 0;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 0px solid #eee;
    overflow: hidden;
}

.lat_talk2 li:before {
    /* position: absolute;top: 17px;left: 0px;width: 4px;height: 4px;background: #eee;content: '';border-radius: 50%;
*/
}

.lat_talk2 li a {

    color: #333;
    font-size: 110%;
    font-weight:bold;
    height: auto;
    display: block;
    padding: 0;
    width: 100%;
    float: left;
    text-align: left;
}

.lat_talk2 li a:hover {
    color: #000
}

.lat_talk2 li .fa-heart {
    color: #ff0000;
}

.lat_talk2 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 #a2c6ce
}

.lat_talk2 li .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #ffff00;
    background: #6db142;
    text-align: center;
    border-radius: 2px;
}

.lat_talk2 li .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #fff;
    background: #e52955;
    text-align: center;
    border-radius: 2px;
}

.lat_talk2 li .fa-caret-right {
    color: #bbb
}

@media(max-width:1200px) {

    .lat_talk2 li {
        text-align: left;
    }
}

.lat_talk2 .lt_date {
    width: 82%;
    height: 46px;
    float: left;
    color: #979696;
    display: block;
    font-size: 103%;
    padding-top: 22px;
    line-height: 140%;
}

.lat_talk2 .empty_li {
    line-height: 145px;
    color: #666;
    text-align: center;
    padding: 0;
}

.lat_talk2 .empty_li:before {
    background: none;
    padding: 0
}

.lat_talk2 .lt_cmt {
    background: #5c85c1;
    color: #fff;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.4);
}

.lat_talk2 .lt_more {
    position: absolute;
    top: -34px;
    right: 0px;
}

.view_cnt {
    clear: both;
    float: left;
    display: block;
    background: #f3f7f7;
    margin-right: 20px;
    text-align: center;
    font-size: 260%;
    /* padding: 20px; */
    font-weight: 900;
    color: #237bc9;
    line-height: 100%;
    padding:20px;
}

.view_cnt b {
    display: block;
    font-size: 70%;
    font-weight: normal;
    color: #777;
}
