@charset "utf-8";

/* 새글 스킨 (latest) */
.notice {width:840px; position:relative;}
.notice h2 a {font-size:35px; color:#111; font-weight:700;}

.notice ul {width:100%; margin-top:22px; display:flex; justify-content:space-between;}
.notice li {width:270px; height:270px; padding:30px; box-shadow:2px 2px 5px rgba(0,0,0,0.1); background:#fff; transition:all 0.3s;}
.notice li h4 {font-size:20px; line-height:30px; color:#222; transition:all 0.3s;}
.notice li:hover {background:#555;}
.notice li:hover h4 {color:#fff;}
.notice li .lt_cont {font-size:15px; line-height:22px; color:#999; margin:20px 0; width:100%;}
.notice li .lt_date {font-size:14px; color:#bebebe; font-weight:400;}
.notice li.empty_li {width:100%; text-align:center; color:#999; line-height:210px;}
.notice li.empty_li:hover {background:#fff;}


.notice li .new_icon {display:inline-block;line-height:16px;width:16px;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;margin-right:3px;border-radius:2px;vertical-align:baseline}

.notice .more_btn {position:absolute; top:10px; right:0; font-size:25px; color:#ccc; transition:all 0.3s;}
.notice .more_btn:hover {color:#999;}