/* 인재상 */
#lnb_6010 .sub_lnb_6010 {
	display: flex;
    flex-wrap: wrap;
    align-items: center;  
	margin-top: 100px;
	background: #eff4fa;
}
#lnb_6010 .sub_lnb_6010_title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 15px 0 0 0;
	color: #3f87d2;
}
#lnb_6010 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    background: #e60012;
	border-radius: 50%;
	margin: 1px 8px 0 0;
}
#lnb_6010 .sub_lnb_6010_img {
	width: 50%;
	height: auto;
}
#lnb_6010 .sub_lnb_6010_stitle {
	font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
	color: #3f87d2;
}
#lnb_6010 .sub_lnb_6010_stxt {
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 0px;
    display: inline-block;
    width: 84%;
}
#lnb_6010 .sub_lnb_6010_eccd {
    position: absolute;
    display: block;
    top: 45%;
    right: 46%;
    font-size: 200px;
    font-weight: 600;
}
#lnb_6010 .sub_lnb_6010_eccd.right {
    position: absolute;
    display: block;
    top: 45%;
    float: right;
    left: auto;
    left: 45%;
    font-size: 200px;
    font-weight: 600;
}
#lnb_6010 .sub_lnb_6010_area.ml-5 {
    padding-left: 60px;
}

/*데스크탑, 와이드*/
@media all and (max-width:1280px) {

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_6010 .sub_lnb_6010 {
		display: flex;
		margin-top: 90px;
		flex-wrap: wrap;
		flex-direction: column;   
		align-items: stretch;
	}
	#lnb_6010 .sub_lnb_6010_img_01 {
		order: 1;
		width: 100% !important;
	}
	#lnb_6010 .sub_lnb_6010_area {
		order: 2;
		width: 100% !important;
	}
	#lnb_6010 .sub_lnb_6010_img {
		width: 100% !important;
		height: auto;
	}
	#lnb_6010 .sub_lnb_6010_area.ml-5 {
		padding-left: 40px;
	}
	#lnb_6010 .sub_lnb_6010_title {
		margin-top: 40px;
	}
	#lnb_6010 .sub_lnb_6010_stitle {
		font-size: 35px;
		font-weight: 700;
		color: rgba(51, 51, 51, 1);
	}
	#lnb_6010 .sub_lnb_6010_stxt {
		font-size: 18px;
		font-weight: 400;
		width: 100%;
		margin-bottom: 50px;
	}
	#lnb_6010 .sub_lnb_6010_eccd {
		display: none;
	}
	#lnb_6010 .sub_lnb_6010_eccd.right {
		display: none;
	}
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {

}

/*모바일 세로*/
@media screen and (max-width: 480px) {
	#lnb_6010 .sub_lnb_6010 {
		display: flex;
		margin-top: 60px;
		flex-wrap: wrap;
		flex-direction: column;   
		align-items: stretch;
	}
	#lnb_6010 .sub_lnb_6010_area.ml-5 {
		padding-left: 30px;
	}
	#lnb_6010 .sub_lnb_6010_stitle {
		font-size: 23px;
		font-weight: 700;
		color: rgba(51, 51, 51, 1);
	}
	#lnb_6010 .sub_lnb_6010_stxt {
		font-size: 16px;
		font-weight: 400;
		width: 100%;
		margin-bottom: 50px;
	}
}