@charset "utf-8"; /* 새글 스킨 (latest) */
.notice {position: relative;width: 95%;padding: 3px 0 50px;margin: 0 auto;}
.notice h2 {display: none;margin-bottom: 20px}
.notice h2 a {font-size: 1.2em;color: #fff}
.notice ul {display: flex;flex-wrap: wrap;justify-content: space-between;border-top: 1px solid #eee}
.notice li {display: flex;width: 49%;justify-content: space-between;align-items: center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;border-bottom: 1px solid #eee;height: 45px;}
.notice li a {padding: 0 0 0 5px;color: #666;display: inline-block;font-size: 14px;}
.notice li .lock_icon {display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #3d3c3c;background: #eee;text-align: center;border-radius: 2px;font-size: 12px;border: 1px solid #ccc;vertical-align: baseline}
.notice li .new_icon {display: inline-block;margin: 0 0 0 3px;line-height: 16px;width: 16px;font-size: 0.833em;color: #fff;background: #ffb643;text-align: center;margin-right: 3px;border-radius: 2px;vertical-align: baseline}
.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}

@media (max-width: 970px) {
    .notice li a {font-size: 13px; /* width: 185px; */text-overflow: ellipsis;overflow: hidden;}
    .notice ul {display: block;border-top: 1px solid #eee}
    .notice li {display: flex;width: 100%;justify-content: space-between;align-items: center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;border-bottom: 1px solid #eee;height: 45px;}
    .notice li .lock_icon {display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #3d3c3c;background: #eee;text-align: center;border-radius: 2px;font-size: 12px;border: 1px solid #ccc;vertical-align: baseline}
    .notice li .new_icon {display: inline-block;margin: 0 0 0 3px;line-height: 16px;width: 16px;font-size: 0.833em;color: #fff;background: #ffb643;text-align: center;margin-right: 3px;border-radius: 2px;vertical-align: baseline}

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