.archive-section {
	padding-bottom: 30px;
}
.archive-section h1 {
	text-align: center;
    margin-bottom: 20px;
}
.archive-section p {
	max-width: 880px;
    text-align: center;
    margin: 0 auto;
}
.menulist {
	padding-bottom: 30px;
}
.menulist ul {
	display: flex;
    justify-content: center;
}
.menulist li {
	position: relative;
	margin-right: 30px;
	font-size: 16px;
}
.menulist li.active {
	font-weight:bold;
}
.menulist li:last-of-type {
	margin-right: 0;
}
.countChildren {
    position: absolute;
    font-weight: 600;
    font-size: 9px;
    top: 2px;
    right: -16px;
    color: #003bba;
    border: 1px solid #003bba;
    padding: 0px 5px;
    border-radius: 50%;
}
#pdopage {
	border-top: 1px solid #e6e6ea;
    padding-top: 30px;
}
#postList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#postList .item {
    max-width: calc(33% - 20px);
    margin-bottom: 40px;
	margin-right:20px;
}
#postList .item:nth-child(3n+3) {  
  margin-right:0;
}
#postList .item h2 {
    font-size: 22px;
    margin-top: 10px;
}
#postList img {
	border-radius: 26px;
}
#postList .category {
	margin-top: 10px;
}
#postList .category a {
	background: #efeef0;
    color: black;
    padding: 5px 8px;
    font-family: TTFirsNeue,sans-serif;
    font-size: 14px;
    border-radius: 100px;
}
#postList .category a:hover {
	background:#e6e6ea;
}
#postList .details div {
	display:flex;
	justify-content: space-between;
    align-items: center;
}
#postList .time {
	font-size: 14px;
}
@media (max-width: 991.97px) {
	#postList .item {
    max-width: calc(50% - 20px);
}
#postList .item:nth-child(2n+2) {  
  margin-right:0;
}
#postList .item:nth-child(3n+3) {  
  margin-right:20px;
}
}
@media (max-width: 767.97px) {
	#postList .item {
    max-width: 100%;
	margin-bottom: 40px;
}
#postList .item:nth-child(2n+2) {  
  margin-right:0;
}
#postList .item:nth-child(3n+3) {  
  margin-right:0;
}
#postList .item:last-child {
  margin-bottom: 0;
}
}
@media (max-width: 420px) {
	
}