/*
   recruit-counselor.css
*/

#recruit-counselor .fclr {
	color: #ea5c62;
}


#recruit-counselor {
	margin: 0 auto;
	width: 1170px;
	background-color: #FFF;
	padding: 60px;
}

#mainContents h2 {
	font-size: 28px;
	border-left: 8px solid #ea5c62;
	margin: 10px 0;
	padding: 0 10px;
	height: 70px;
	display: flex;
	align-items: center;
	margin-top: 100px;
}


#mainContents .subtitle {
	font-size: 17px;
	margin-bottom: unset;
}

#mainContents .subtitle .circle {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: #ea5c62;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}

#mainContents .license01 {
	width: 100%;
}


#mainContents ul {
	list-style: unset;
}

#mainContents ul li::marker {
	font-size: 1.5em;
}

#mainContents #flow .mgn {
	margin-top: 30px;
}

#mainContents #flow .flowsubtitle {
	font-size: 28px;
}


#mainContents #flow .btnInfo {
	background-color: orange;
	color: white;
	padding: 15px 30px;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}

#mainContents #flow .btnInfo:hover {
	transform: scale(1.1);
	background-color: #2980b9;
}

#mainContents #flow img {
	width: 100%;
}

#mainContents #role img {
	width: 100%;
}




@media screen and (max-width: 749px){
	#recruit-counselor {
		width: 100%;
		padding: 20px;
	}
}

@media screen and (min-width: 750px) and (max-width: 991px) {
}
