@charset "utf-8";

/* 푸터 최신글 — 한 줄 + 말줄임, 촘촘한 행간 */
#ft_wr .notice {
    position: relative;
    padding: 0 12px;
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
}
#ft_wr .notice h2 {
    margin: 0 0 20px;
}
#ft_wr .notice h2 a {
    font-size: 1.2em;
    color: #fff;
}
#ft_wr .notice ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ft_wr .notice li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #343434;
    min-width: 0;
    overflow: hidden;
}
#ft_wr .notice li a {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    color: #e3e3e3;
    padding: 7px 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ft_wr .notice .cnt_cm {
    background: #5c85c1;
    color: #fff;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    white-space: nowrap;
    margin-left: 5px;
}
#ft_wr .notice li.empty_li {
    border-bottom: 0;
    color: #e3e3e3;
    padding: 6px 0;
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}
