/* CSS Document */

#keyimg{
	background: url("../about/img/02 keyimage.webp") center center no-repeat;
	background-size: cover;
	height: 290px;
}

#s01{
	padding-top: 35px;
	margin-bottom: 100px;
}

#s01 h1{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 35px;
}


#s01 ul#pages li{
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
/*
#s01 ul#pages li:nth-child(even){
	background: #ededed;
}
*/
#s01 #pages .row.mb-5{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	/*justify-content: space-between;*/
}

#s01 #pages .mb-2{
	margin-bottom: 20px;
}

#s01 #pages .text{
	padding-right: 10px;
}

#s01 #pages .mb-5{
	margin-bottom: 35px;
}

#s01 .img{
	text-align: center;
	margin-bottom: 10px;
}

#s01 .img img{
	height: 255px;
	width: 400px;
	object-fit: cover;
}

#s01 .day{
	font-size: 12px;
}

#s01 .cat a{
	font-size: 12px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	/*border: 1px solid #FFA600;*/
	border-radius: 15px;
	color: #fff;
	background: #FFA600;
}

#s01 .cat a:hover{
	text-decoration: none;
}

#s01 .title{
	font-weight: bold;
}

#s01 .pager{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

#s01 .pager a{
	display: block;
	width: 50px;
	height: 50px;
	background: #FFB14F;
	color: #fff;
	border-radius: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	margin-right: 10px;
}

#s01 .pager span{
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 18px;
	margin-right: 10px;
}

#s01 .pager span.current{
	border: 1px solid #BABABA;
	border-radius: 25px;
}