@charset "utf-8";

/* 새글 스킨 (latest) */
#section4{ background: #fff !important; display: flex; justify-content: center; align-items: center; }
#section4 .w_notice {width: 100% !important;float: left;margin-right: 40px;}

#section4 .lat{ transform: translateY(0); opacity: 1; transition: transform 1s, opacity 1s; transition-delay: .6s; }
#section4 .lat ul {border-top: 0px !important;}
#section4 .lat li a {color: #222 !important;font-size: 1.1rem !important;font-weight: 500;flex: 1;display: block; color: inherit;}
#section4 .lat{ border-top: 2px solid #2B2B2B; }
#section4 .lat ul li{ border-bottom: 1px solid #DDDDDD; -webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;line-height: 2.5;
color: #222; padding: 1% 1% !important; display: flex; width: 100%; align-items: center; justify-content: space-between;}
#section4 .lat ul li a .right{ display: flex; align-items: center; }
#section4 .lat ul li a strong .cate{ padding: 15px 24px; border-radius: 70px; background-color: #fff; font-size: 16px; font-weight: 600; color:#9A9A9A; margin-right: 30px; transition: background .3s, color .3s; line-height: 1em; }
#section4 .lat ul li a:hover strong .cate{ background-color: #3DAE2B; color: #fff; }
#section4 .lat ul li a strong{ font-size: 24px; line-height: 42px; color:#2B2B2B; font-weight: 500; display: flex; align-items: flex-start; }
#section4 .lat ul li .lt_info{ font-size: 18px; font-weight: 500; color:#9A9A9A;}
#section4 .lat ul li:hover{background-color: #ececec;  -webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#section4 .lat ul li:hover a{color:var(--primary);}

#section4 .lt_info {padding: 10px 0;display: block !important;font-size: .9rem !important;}

@media (max-width: 992px) {
	#section4 .w_notice ul li:last-child {
        display: flex !important;
    }
}
@media (max-width: 768px) {
	#section4 .w_notice .more { display: none; }
	#section4 .lat li a {font-size: 1rem !important;}
}
@media (max-width: 576px) {
}