@charset "utf-8";

/* 게시판 목록 */
.infobox{
	text-align:center;
	padding:6rem 3rem;
	margin-bottom:8rem;
	background-color:#f4fbe7;
	border-radius:5rem;
}
.infobox h3{ 
	font-size:4.5rem;
	margin-bottom:3rem;
}

.infobox h4 {
	font-size:5rem;
	margin-bottom:3rem;
}

.infobox p { 
	font-size:2rem;
	line-height:1.5;
}

.esgbox .con {
	margin-bottom:100px;
}

.esgbox  .con img {
	width:100%;
}

.esgbox  .con03 {
	margin-bottom:150px;
}


@media all and (max-width:1080px) {	
	#ctt .advantage {		
		grid-template-columns:repeat(2, 1fr);
	}
}