@charset "utf-8";
/* 공지사항 */
#notice { position: relative; background: #fff; }
.list_type_F ul { padding: 0 16px; }
.list_type_F li { position: relative;  border-bottom: 1px solid #eeeeee; }
.list_type_F li:last-child { border-bottom: 0; }
.list_type_F dt { float: right; border: 1px solid #e5e5e5; border-radius: 3px; margin: 16px 0 0 20px; width: 107px; height: 60px; overflow: hidden }
.list_type_F dd { padding: 14px 0; min-height: inherit; box-sizing: border-box; }
.list_type_F dd h4 { font-weight: normal; padding-right:80px; }
.list_type_F dd h4 span.count { color: #eb4e44; padding-left: 4px; }
.list_type_F dd .date { width: auto; position: absolute; top: 13px; right: 0; padding: 0; font-size: 12px; color: #999; }
.i_new { vertical-align: middle; }
.util .opt { width: 150px; }
