@charset "utf-8";

/* 새글 스킨 (latest)
  '.aw_notice'와 '.notice' 클래스가 동일한 요소에 적용되도록 수정되었습니다.
*/
.aw_notice.notice {
    position: relative;
    padding: 0;
    max-height: 100%;
}

.aw_notice.notice h2 {
    margin-bottom: 20px
}

.aw_notice.notice h2 a {
    font-size: 1.2em;
    color: #fff
}

.aw_notice.notice ul {
    max-height: 100%;
    position: relative;
    padding: 5px;
    font-size: 1.1em;
    letter-spacing: -0.1em;
}

.aw_notice.notice li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* border-bottom: 1px solid #343434; */
    display: flex;
    align-items: center;
}

.aw_notice.notice li a,
.aw_notice.notice li.empty_li {
    color: #000000;
    padding: 5px 0;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 35px);
}

.aw_notice.notice li a strong {
    font-weight: normal;
}

.aw_notice.notice li a i {
    color: #bebebe;
}

.aw_notice.notice li .lock_icon {
    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;
    vertical-align: baseline
}

.aw_notice.notice li .date {
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
}

.aw_notice.notice li .new_icon {
    display: flex;
    line-height: 16px;
    height: 15px;
    width: 16px;
    font-size: 0.833em;
    color: #ffff00;
    background: #6db142;
    text-align: center;
    margin-right: 3px;
    border-radius: 2px;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
}

.aw_notice.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
}

.aw_notice.notice li.empty_li {
    border-bottom: 0;
    line-height: 120px
}
