@charset "utf-8";

/* page15 */
#container .page section.n01 {
	margin-top: 150px;
	margin-bottom: 100px;
}
#container .page section.n01 .iboxs {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	margin-bottom: 30px;
}
#container .page section.n01 .iboxs .cols {
	width: 50%;
}
#container .page section.n01 .iboxs .cols .title {
	display: block;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 40px;
}
#container .page section.n01 .ibox_desc {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}
#container .page section.n01 .ibox_desc:last-child {
	margin-bottom: 0;
}

/* 반응형 */
@media screen and (max-width: 1000px) {
	#container .page section.n01 {
		margin-top: 80px;
	}
	#container .page section.n01 .iboxs {
		flex-wrap: wrap;
	}
	#container .page section.n01 .ibox_desc {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#container .page section.n01 .iboxs .cols {
		width: 100%;
	}
	#container .page section.n01 .iboxs .cols:nth-child(2) {
		margin-top: 40px;
	}
	#container .page section.n01 .iboxs .cols .title {
		font-size: 22px;
	}
}
