@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
#main_latest_bottom_wrapper {width:100%; height:160px;}
#main_latest_bottom_wrapper .main_latest_bottom_lt_pc {float:left;margin-left:20px;}
#main_latest_bottom_wrapper .main_latest_bottom_lt {position:relative;float:left;width:100%;}
#main_latest_bottom_wrapper .main_latest_bottom_lt a {color:#878787;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;}
#main_latest_bottom_wrapper .main_latest_bottom_lt ul {margin:10px;padding:0;list-style:none;line-height:200%;}
#main_latest_bottom_wrapper .main_latest_bottom_lt li { font-family:'Malgun Gothic';font-size: 14px;    line-height: 35px;border-bottom:1px solid #efefef;color:#878787;}
#main_latest_bottom_wrapper .main_latest_bottom_lt .main_latest_bottom_lt_title {    display: block;line-height: 50px;
    border-bottom: 1px solid #cecece;}
#main_latest_bottom_wrapper .main_latest_bottom_lt .main_latest_bottom_lt_title:after {
    content: '';
    display: block;
    width: 95px;
    height: 2px;
    background: #3a95c2;
    /* padding-left: 10px; */
    /* margin-left: 0px; */
}

#main_latest_bottom_wrapper .main_latest_bottom_lt .main_latest_bottom_lt_title a {text-decoration:none;color:#878787;    padding-left: 10px;font-size:19px;    font-weight: 700;}
#main_latest_bottom_wrapper .main_latest_bottom_lt .main_latest_bottom_lt_more {position:absolute;top:15px;right:15px;font-size:20px;}
#main_latest_bottom_wrapper .main_latest_bottom_lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
#main_latest_bottom_wrapper .main_latest_bottom_lt .main_latest_bottom_lt_hit {float: right;
    color: #cccccc;
    min-width: 40px;
    text-align: center;
    font-weight: 200;}

@media screen and (max-width:700px) {
	#main_latest_bottom_wrapper .main_latest_bottom_lt li:after {
    content: '';
    display: block;
    clear: both;
}
#main_latest_bottom_wrapper .main_latest_bottom_lt .main_latest_bottom_lt_title a{
    float: unset;}

	#main_latest_bottom_wrapper .main_latest_bottom_lt a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 80px);
    float: left;
}
#main_latest_bottom_wrapper .main_latest_bottom_lt .main_latest_bottom_lt_hit{    width: 80px;}
#main_latest_bottom_wrapper .main_latest_bottom_lt .main_latest_bottom_lt_more a{width:100%;}
}