@charset "utf-8";

/* 공지 새글 스킨 (latest notice) - 비스크로 다크 테마 */
.notice {
    position: relative;
    padding: 15px 20px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 15px;
    border: 1px solid #3a3a5e;
}

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

.notice h2 a {
    font-size: 1.2em;
    color: #00d4ff;
    transition: color 0.3s ease;
}

.notice h2 a:hover {
    color: #ffffff;
}

.notice li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #3a3a5e;
    transition: background 0.3s ease;
}

.notice li:hover {
    background: rgba(0, 212, 255, 0.05);
}

.notice li a,
.notice li.empty_li {
    color: #aaaaaa;
    padding: 11px 0;
    display: inline-block;
    transition: color 0.3s ease;
}

.notice li a:hover {
    color: #00d4ff;
}

.notice li .lock_icon {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #00d4ff;
    background: #2a2a3e;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #3a3a5e;
    vertical-align: baseline;
}

.notice li .new_icon {
    display: inline-block;
    line-height: 16px;
    width: 16px;
    font-size: 0.833em;
    color: #0f0f23;
    background: #4caf50;
    text-align: center;
    margin-right: 3px;
    border-radius: 2px;
    vertical-align: baseline;
}

.notice .cnt_cm {
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    color: #0f0f23;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    white-space: nowrap;
    margin-left: 5px;
}

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