@charset "utf-8";
/*사회조사분석사란?*/
.pic{
	display: flex;
	justify-content: center;
}
.pic li{
	margin-right: 20px;
}
.pic li:last-child{
	margin-right: 0;
}
.pic span{
	font-size: 22px;
	font-family: 'noto6';
	font-weight: 100;
	display: block;
	margin-top: 7px;
}
.pic .txt{
	font-size: 16px;
	letter-spacing: -0.3px;
	line-height: 120%;
	color: #000;
}
.spss-step{
	margin-top:50px;
}
.spss-step li {
	margin-bottom: 50px;
}
.spss-step li > div{
	margin-top:20px;
}
.spss-step li strong{
	font-family:"noto5";
	font-size:17px;
	line-height: 1.2;
}