@charset "utf-8";

/* 새글 스킨 (latest) */
.notice { position:relative; height: 100%; }
.notice .swiper-slide { overflow:hidden; display: flex; flex-wrap: wrap; align-items: center; height: 100%; text-overflow:ellipsis; white-space:nowrap; }
.notice .swiper-slide a { position: relative; overflow:hidden; display: block; width: 100%; text-overflow:ellipsis; white-space:nowrap; padding-right: 50px; }
.notice .swiper-slide a:after { content: '\e90b'; position: absolute; top: 0px; right: 0px; color: #444; font-size: 22px; font-family: 'xeicon'; }

.notice .empty_li { overflow:hidden; display: flex; flex-wrap: wrap; align-items: center; width: 100%; }

@media (max-width: 480px) {
	
	

}