@charset "utf-8";
.exam_block strong{
	font-family:"noto5";
}
.exam_block table{
	font-size:14px;
}
.license_warp {
	display:flex;
	justify-content: space-between;
	align-items:center;
	width: 100%;
	height: 70px;
	gap:57px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
.license_warp li {
	width:100%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: table;
}
.license_warp li::after {
	position: absolute;
	right: -36px;
	top: calc(50% - 10px);
	width: 16px;
	height: 11px;
	content: '▶';
	display: block;
	color: #000;
}
.license_warp li:last-child:after{
	display:none;
}
.license_warp li p {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0 auto;
	height: 70px;
	line-height: 120%;
	border-radius: 5px;
	text-align: center;
	font-family: 'nanum squaer';
	font-size: 18px;
	font-weight: 500;
	background: #cbd4db;
	color: #79848a;
}
.license_warp li:nth-child(3) p {
	background: #6892ab;
	color: #fff;
	font-weight: 900;
}

.license_item{
	margin-top:15px;
}
.license_item li{
	margin-bottom:7px;
}
.science_list li{
	width:100%;
}
.job_info {
	overflow: hidden;
	margin: 0 auto 20px;
}
.job_info li {
	float: left;
	width: 229px;
	height: 180px;
	border: 1px solid #000;
	margin-right: 27px;
	box-sizing: border-box;
	text-align: center !important;
}
.job_info li:last-child {
	margin-right: 0;
}

.job_info li > p.img_bg {
	background: #edeff3;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	text-align: center;
	margin: 26px auto 20px;
}
.job_info li > p.img_bg img {
	margin-top: 15px;
}

.job_info li b {
	display: inline-block;
	margin: 0 auto;
	font-size: 17px;
	color: #000;
	font-family: 'noto6';
}

.license_list {
	display: table;
	width: 100%;
}
.license_list > * {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	padding: 3%;
}
.license_list > div:first-child {
	border: 1px solid #000;
}
.license_list > div:nth-child(2) {
	width: 20%;
	text-align: center;
}
.license_list > div:last-child {
	border: 3px solid #a1baef;
}
.license_list > div:last-child h2 {
	color: #3866c9;
	font-size: 20px;
}
.license_list > div h2 {
	font-size: 18px;
	color: #000;
	font-family: 'noto6';
	margin-bottom: 5px;
}

.license_list div > p {
	position: relative;
	padding-left: 10px;
}
.license_list div > p:after {
	position: absolute;
	left: 0;
	top: 0px;
	content: '-';
}
.license_list div:last-child > p {
	padding-left: 0;
}
.license_list > div:last-child p:after {
	display: none;
}

.img_wrap {
	text-align: center;
	margin: 10px auto 20px;
	padding: 30px 0;
}
.lec_info li {
	width: 33.33%;
}
