@charset "utf-8";
/* CSS Document */

.cate2 .boxwrap .box:nth-of-type(odd){flex-direction: row-reverse;}

.cate3 .boxwrap{
	gap: 60px;
}
.cate3 .boxwrap a{
	width: calc(100% / 3 - 120px / 3);
	display: block;
	position: relative;
	aspect-ratio: 1.6 / 1;
	overflow: hidden;
}
.cate3 .boxwrap a > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	transition: ease 0.6s;
}
.cate3 .boxwrap a:hover > div{
	transform: translate(-50%,-50%) scale(1.1);
}

.cate4 .contents .webgene-blog{
	gap: 60px 80px;
}
.cate4 .contents .webgene-blog .webgene-item{
	width: calc(100% / 3 - 160px / 3);
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate3 .boxwrap{
		gap: 40px;
	}
	.cate3 .boxwrap a{
		width: calc(100% / 3 - 80px / 3);
	}
	.cate4 .contents .webgene-blog{
		gap: 50px 60px;
	}
	.cate4 .contents .webgene-blog .webgene-item{
		width: calc(100% / 3 - 120px / 3);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate4 .contents .webgene-blog{
		gap: 40px;
	}
	.cate4 .contents .webgene-blog .webgene-item{
		width: calc(100% / 3 - 80px / 3);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate3 .boxwrap{
		gap: 30px;
	}
	.cate3 .boxwrap a{
		width: calc(100% / 3 - 60px / 3);
	}
	.cate4 .contents .webgene-blog{
		gap: 50px;
	}
	.cate4 .contents .webgene-blog .webgene-item{
		width: calc(100% / 2 - 50px / 2);
	}
	.cate2 .boxwrap .box:nth-of-type(odd) .imgbox{
		margin-right: 0;
		margin-left: auto;
	}
	.cate2 .boxwrap .box:nth-of-type(odd) .txtbox{
		margin-left: 0;
		margin-right: auto;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate3 .boxwrap{
		gap: 10px;
	}
	.cate3 .boxwrap a{
		width: calc(100% / 2 - 10px / 2);
	}
	.cate4 .contents .webgene-blog{
		gap: 40px;
	}
	.cate4 .contents .webgene-blog .webgene-item{
		width: 100%;
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

