@charset "utf-8";

/* 새글 스킨 (latest) */
/* .notice {position:relative;padding:15px 50px} */
.notice {position:relative;padding:0 20px}
.notice h2 {margin-bottom:20px}
.notice h2 a {font-size:1.2em;color:#fff}
.notice li {text-overflow:ellipsis;overflow:hidden;white-space:nowrap; /* border-bottom:1px solid #343434;*/  text-align: left;} 

.notice li a {color:#333;padding:15px 0;display:inline-block} 

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


.notice li:nth-child(odd) .new_icon {
    display: inline-block;
    width: 40px;
    height: 20px;
    background-image: ;
    background-color: #eee;
    border-radius: 10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .notice li:nth-child(even) .new_icon {
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #f6f2e9;
    border-radius: 10px;
    margin-right: 10px;
    vertical-align: middle;
  }



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


/*날짜*/
.notice .lt_info { /* padding:5px 5px 10px; */ float:right; color: #fff; line-height: 67px;}
.notice .lt_info .lt_date {color:#545454; font-size: 1em;}
.notice>ul>li>a>strong{width:220px; text-overflow: ellipsis;white-space: nowrap; overflow: hidden; display:inline-block;}
.notice.ft_cnt { }