@charset "utf-8";
/* 새글 스킨 (latest) */

.notice ul {border-top: 2px solid #121212; }
.notice ul li a {border-bottom: 1px solid #ddd; display: flex; justify-content: space-between; align-items: center; padding: 30px;}
.notice ul li a h3 {font-size: 20px; font-weight: 600;}
.notice ul li a span {font-size: 15px; color: #666; font-weight: 400;}

@media screen and (max-width: 960px){
    .notice ul li a h3 {font-size: 18px;}
    .notice ul li a span {font-size: 14px;}
}

@media screen and (max-width: 640px){
    .notice ul li a {padding: 20px; flex-direction: column; align-items: flex-start;}
    .notice ul li a h3 {font-size: 16px; margin-bottom: 10px;}
    .notice ul li a span {font-size: 12px;}
}