@charset "utf-8";

/* 새글 스킨 (latest) */
.notice {position:relative;display: grid; grid-template-columns:repeat(2, 1fr);align-items: center;gap:100px;}

.notice li a { display:flex; justify-content: space-between;align-items: center;}
.notice li .lt_date{ opacity:0.6;}
.notice li .subject{ display:flex;align-items: center;}
.notice li .new_icon{ display:flex; justify-content: center;align-items: center; width:20px; height:20px; border-radius:50%; background:#F63; color:#fff; font-size:13px; margin-right:10px;}

@media all and (max-width : 1920px){
	.notice li .new_icon{ font-size:10px;}
}

@media all and (max-width : 1024px){
	.notice{gap:30px;}
}
@media all and (max-width : 800px){
	.notice{display:block;}
	.notice li+li{margin-top:15px;}
}
