@charset "UTF-8";
/* CSS Document */
.contSect#news{
	margin: 3vw auto;
}
.contSect#news ul{
	width: 100%;
}
.contSect#news ul li *{
	color: #000;
}
.contSect#news ul#newsList li a{
    display: flex;
    padding: 1vw 0;
    padding-bottom: 1vw;
    border-bottom: 1px dotted #000;
    
}

.contSect#news ul#newsList li.noLink a{
	pointer-events:none;
}
.contSect#news ul#newsList li .nDate{
	width: 10%;
	font-size: 1.2vw;
}
.contSect#news ul#newsList li .nCont{
	width: 90%;
	font-size: 1.2vw;
}

.contSect#news ul#pageNate{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3vw;
}
.contSect#news ul#pageNate li{
	width: 3vw;
	height: 3vw;
	text-align: center;
	margin-right: 1vw;
	margin-bottom: 1vw;
}
.contSect#news ul#pageNate li a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	font-size: 1.2vw;
}
.contSect#news ul#pageNate li.active a{
	background-color: #000;
	color: #fff;
	pointer-events:none;
}
@media (max-width: 640px) {
	
	.contSect#news{
		margin: 8vw auto;
	}
	
	.contSect#news ul#newsList li a{
		display:block;
		padding: 3vw 0;
		padding-bottom: 2vw;
	}
	.contSect#news ul#newsList li .nDate{
		width: 100%;
		font-size: 3vw;
		margin-bottom: 2vw;
	}
	.contSect#news ul#newsList li .nCont{
		width: 100%;
		font-size: 3.5vw;
		line-height: 5.5vw;
	}
	
	.contSect#news ul#pageNate{
		margin-bottom: 6vw;
	}
	.contSect#news ul#pageNate li{
		width: 12vw;
		height: 12vw;
		margin-right: 3vw;
		margin-bottom: 3vw;
	}
	.contSect#news ul#pageNate li a{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #000;
		font-size: 3vw;
	}
	.contSect#news ul#pageNate li.active a{
		background-color: #000;
		color: #fff;
		pointer-events:none;
	}
	
	
}