@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.news_wrap{
	position:relative;
	color:#fff;
	max-width:900px;
	margin:0 auto;
}
	.new_title{
		font-weight:500;
		color:#fff;
		font-size: 16px;
	}
	.new_cont{
		margin-top:20px;
		color:#fff;
		font-size:12px;
	}

	.news_pag{
		position:relative !important;
		margin:20px auto 0;
		padding:10px 0;
	}


	.news_pag .swiper-pagination-bullet{
		background:rgba(255,255,255,0);
		border:1px solid #fff;
	}

	.news_pag .swiper-pagination-bullet-active{
		background:rgba(255,255,255,1);
	}
	.news_pag .swiper-pagination-bullet{
		margin:0 5px;
	}
