@charset "utf-8"; 

/* 공지사항 */
.F10_Notice {width:100%; }
.F10_Notice .tit_wrap{background:url('/images/common/F_10_main/pttrn_notice.png') repeat-x center; }
.F10_Notice .tit_wrap h2 {display:inline-block; height:42px; line-height:42px; padding:0 15px 0 50px; font-size:22px; font-family:'NotoM'; color:#fff; background:#00549d url('/images/common/F_10_main/ico_noti.png') no-repeat left center; }  
.F10_Notice .list_box {height:198px; margin:20px 0 0; background:#1c2d6a; overflow:hidden; }
.F10_Notice .list_box li{width:100%; float:left; }
.F10_Notice .list_box li a{position:relative; display:block; padding:15px; border-top:1px solid #36457b; color:#bcbcc1; }
.F10_Notice .list_box li:first-child a{border-top:0; }
.F10_Notice .list_box li a .tit{margin-left:50px; padding-left:20px; line-height:36px; font-size:15px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; border-left:1px solid #616c96; }
.F10_Notice .list_box li a .date{position:absolute; left:15px; top:15px; width:30px; text-align:center; color:#fff; line-height:1.1; padding:0 0 15px; }
.F10_Notice .list_box li a .date .month{position:absolute; width:100%; left:0; bottom:0; color:#ccc; font-size:12px; }
.F10_Notice .list_box li a .date .day{font-family:'NotoM'; font-size:20px; }
.F10_Notice .list_box a:hover{color:#fff; background:#1d2952; }
.F10_Notice a{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
