@charset "UTF-8";
/* CSS Document */
.main_img{
	margin: 36px 0px 0px;
}
.tag{
	background: #F5F5F5;
	padding: 30px;
	text-align: center;
	margin-top: 80px;
}
.tag .tag_list{
	gap:10px;
	margin-bottom: 36px;
}
.tag .tag_list a{
	display: block;
	background: #fff;
	padding: 5px 10px;
	border-radius: 50px;
}
.tag .tag_list a p{
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.7px;
}
.tag .tag_list .more{
	display: none;
	margin-bottom: 0px;
}
.tag .link_btn{
	margin: 0 auto;
	background: #fff;
	width: 200px;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
}
.tag .link_btn::before{
	content: "";
	width: 2px;
	height: 15px;
	background: #557EC0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-16px,-50%);
	transition: 0.3s;
}
.tag .link_btn::after{
	content: "";
	width: 15px;
	height: 2px;
	background: #557EC0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-10px,-50%);
	opacity: 1;
}
.tag .link_btn p{
	border-bottom: none;
}
.tag .link_btn:hover p{
	color: #557EC0;
}
.tag .link_btn.open::before{
	transform: translate(-16px,-50%) rotate(90deg);
	opacity: 0;
}
.cnt .article{
	gap:20px;
	border-bottom: solid 1px #ccc;
	justify-content: flex-start;
	padding-left: 20px;
}
.cnt .article a.col{
	display: block;
	width: calc(100% / 3 - 20px);
	margin-bottom: 70px;
}
.cnt .article a.col img{
	margin-bottom: 12px;
}
.cnt .article a.col figure{
	display: block;
	width: 100%;
	aspect-ratio: 400 / 240;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 12px;
}
.cnt .article a.col p{
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.7px;
}
.cnt .page_netion{
	padding: 65px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cnt .page_netion .page_no{
	display: flex;
	gap:20px;
	padding: 0px 39px;
}
.cnt .page_netion .page_no a{
	display: block;
	background: #F5F5F5;
	padding: 5px 15px;
	border-radius: 50px;
}
.cnt .page_netion .page_no a.active{
	background: #557EC0;
}
.cnt .page_netion .page_no a p{
	color: #333333;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 187.5% */
	letter-spacing: 0.96px;
}
.cnt .page_netion .page_no a.active p{
	color: #fff;
}
.cnt .page_netion a.next img{
	transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
	.cnt .article{
		gap:0px;
		margin-bottom: 50px;
	}
	.column.col3.article a{
		padding: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.main_img{
		margin-bottom: 60px;
	}
	.tag .tag_list{
		display: flex;
	}
	.cnt .article{
		display: flex;
		gap:10px;
		margin-bottom: 0px;
		padding-left: 10px;
	}
	.column.col3.article a{
		width: calc(100%/2 - 10px);
		margin-bottom: 32px;
	}
	.cnt .article a.col p {
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.7px;
	}
	.cnt .page_netion .page_no{
		padding: 0px 24px;
	}
}