.block-column {
	position: relative;
	display: flex;
	margin: 0 var(--padding-side2);
	margin-bottom: 24px;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.block-column .card {
	position: relative;
	display: block;
	width: 30%;
	margin-bottom: 30px;
}
.block-column .card .img {
	border-radius: 5px;
}
.block-column .card .date {
	font-size: 14px;
	margin-bottom: 6px;
}
.block-column .card .title {
	font-size: 18px;
	font-weight: var(--font-bold);
	padding: 10px 4px 10px 4px;
	line-height: 24px;
}

.card a img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	height: 180px;
}

.card .text {
    white-space:normal;
}

button.btn.creator:hover {
	background: rgb(155, 185, 205)!important;
}

@media screen and (max-width: 789px) {

.block-column .card .title {
	font-size: 16px;
	padding: 10px 4px 6px 4px;
}

.radio-group {
    justify-content: space-evenly;
	gap: 0;
}

}/*	<--media end	*/

.pager ul li a {
	text-decoration: none!important;
	color: #202020;
}

@media screen and (max-width: 767px) {

	.radio-group {
	    gap: 18px!important;
	}

	button.btn.creator:focus,button.btn.creator:active {
		background: #1E55A0!important;
	}

	section.pubcontents .filter .radio-group .radio .name {
		margin: 0!important;
	}

	button.btn.column {
	    height: 28px!important;
	}

	.radio-group .radio .name {
		width: 100%;
	}

	.radio-group .radio {
			width: calc(100% / 2 - 9px);
	}

	.radio-group {
			justify-content: flex-start;
	}

}

@media screen and (max-width: 767px)  {

.block-column {
	margin: 0;
}
.block-column .card {
	width: 100%;
}
}/*	<--media end	*/




section.pubcontents .filter {
	position: relative;
	display: block;
	margin-bottom: 90px;
	text-align: center;
	padding: 0 0px;
}
section.pubcontents .filter .radio-group .radio .name {
	margin: 9px;
}

.radio-group {
	gap: 0;
}

@media screen and (max-width: 450px)  {

section.pubcontents .filter{
	margin-bottom: 50px;
}

}/*	<--media end	*/


#menu_items {
	top: 0;
}

header {
	height: 70px;
}

header .logo {
	top: 20px;
}

@media screen and (max-width: 1123px) {
	header {
		height: 70px;
	}

  header .logo {
    top: 20px;
  }

	#hamburger {
		top: 15px;
	}

	header {
    position: fixed;
    height: 70px;
    z-index: 10;
  }
}
