@charset "utf-8";

#ctt_company header {
	display:none;
}

.con_wrap h4 {
	font-size:4.8em;
	font-weight:700;
	line-height:1.4;
	letter-spacing:-0.02em;
	margin-bottom:70px;
}

.con_wrap h4 span {
	color:#3c5ae9
}

.con_wrap .sub_txt p {
	font-size:1.8em;
	letter-spacing:-0.02em;
	line-height:1.7;
	margin-bottom:40px;
}

.con_wrap .sub_txt p:last-child {
	margin-bottom:0;
}

.list_box {
	margin-top:100px;
}

.list_box ul {
	display:flex;
	gap:30px;
	flex-wrap:wrap;
}

.list_box ul li {
	width:calc((100% - 60px) / 3);
}

.list_box ul li .img_box {
	border-radius:20px;
	overflow: hidden;
}

.list_box ul li .img_box img {
	width:100%;
}

.list_box ul li .txt_box {
	text-align:center;
	margin-top:40px;
}

.list_box ul li .txt_box h5 {
	font-size:2.4em;
	letter-spacing:-0.02em;
	font-weight:700;
	margin-bottom:20px;
}

.list_box ul li .txt_box p {
		font-size:1.8em;
	letter-spacing:-0.02em;	
}

@media all and (max-width:1320px) {
	.list_box ul li {
		width:100%;
	}
}