@charset "utf-8";
/* 새글 스킨 (latest) */
.enter_wrap {
	overflow:hidden;
} 
.enter_wrap .enterprise { 
    display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:2rem;
}
.enter_wrap .swiper .cate01{}
.enter_wrap .swiper .cate02{}
.enter_wrap .enterprise .catecon{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:10px;
	right:10px;
	width:60px;
	height:60px;
	font-weight:bold;
	color:#fff;
	font-size:1.8rem;
	border-radius:12px;
	z-index:1;
}
.enter_wrap .swiper .cate01 .catecon {	background-color:#00a3ff; }
.enter_wrap .swiper .cate02 .catecon {	background-color:#005ddd; }
.enter_wrap .enterprise a:focus {
	outline:none;
}
.enter_wrap .enterprise .lt_img { 
	position:relative;
	display:block;
	max-height:280px;
	margin-bottom:3rem;
	overflow:hidden;
	transition:0.3s;
	border-radius:60%;
}
.enter_wrap .enterprise .lt_img img{ 
	width:100%;	
}
.enter_wrap .enterprise a:hover .lt_img, .enter_wrap .enterprise a:focus .lt_img{
	border-radius:30px;
}
.enter_wrap .enterprise .it_con { 
	display:block;
}
.enter_wrap .enterprise .it_con { 
	outline:none;
}
.enter_wrap .enterprise .it_con .subject { 
	font-size:2.2rem;
	color:#111;
	overflow:hidden;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:3rem;
}
.enter_wrap .enterprise .it_con .lt_date { 
	font-size:1.5rem;
}
@media all and (max-width:640px){
	.enter_wrap .enterprise { 
		grid-template-columns:repeat(2, 1fr);
	}
}