@charset "utf-8";

/* 새글 스킨 (latest) */
/* =========================
   MAIN NOTICE
   ========================= */

.notice{background:#fff;padding:30px;border-radius:10px;}


/* 제목 */

.notice h2{
   border-bottom: 2px solid #1a1a1a;
   margin-bottom:20px;
   padding-bottom: 10px;
}


/* 리스트 */

.notice ul{

display:flex;

flex-direction:column;

gap:12px;

}


.notice li{

border-bottom:1px solid #eee;

padding-bottom:10px;

}


/* 링크 */
.notice li a:nth-child(2){width:90%;}
.notice li a{

display:block;

font-size:15px;

color:#333;

overflow:hidden;

white-space:nowrap;

text-overflow:ellipsis;

}


.notice li a:hover{

color:#1b3f8b;

}


/* 공지 */

.notice strong{

color:#1b3f8b;

font-weight:700;

}


/* 아이콘 */

.new_icon{

display:inline-block;

background:#ff4d4d;

color:#fff;

font-size:11px;

padding:2px 6px;

border-radius:3px;

margin-left:5px;

}


.lock_icon{

margin-right:5px;

color:#999;

}


/* 댓글 */

.notice li span{

font-size:12px;

color:#999;

margin-left:5px;

}


/* 게시물 없음 */

.empty_li{

color:#999;

font-size:14px;

text-align:center;

padding:20px 0;

}


/* =========================
   MOBILE
   ========================= */

@media (max-width:768px){

.notice{

padding:20px;

}

.notice h2{

font-size:18px;

}

.notice li a{

font-size:14px;

}

}

.main-board{display:flex;gap: 5px;align-items: center;justify-content: space-between;}